Try this

Code:


Var X;
Var Value;
Var Counter_Sec;

Function Counter
{
X%1; //Or Try "2"

If(key_ctrl==1)
{
X=1;
}
If(X==1)
{
counter_Sec+=1;
wait(-1);

}

}

Function Waiter
{
If(X==1)
{
Value+=1;
wait(-10);
}
}



Not tested... But it should work !

cYa Sebastian


Tutorials:
[Blender]Terrain creation ENG/GER
[Blender]Low Poly Tree Modeling
[GIMP]Create a Texture for Terrains
CLICK HERE