Hello guys.
Im new at game editor and i want to make a cool game. i want to make a guy jump(i've done) and when he collides with a liane he can press [0] and then he jumps the second time. I send the following code to [KEY DOWN [0]] -> Script Editor nad the the code:
if(CollisionState("liane", ENABLE);)
{
yvelocity = -8
}
but when i want to add action then comes this out [ Error Line 1: Expected ) ]
where is my fault?
thanks Bogdan.