define speed, SKILL2;... if (key_q == 1) { if (my.speed =< 3) //0.06 { my.speed += 0.1*time; } } else if (key_q == 1) { if (my.speed => 3) { my.speed -= 0.1*time; } }...What is wrong?EDIT: I am using 3D Gamestudio A7 but I save my scripts as an .wdl file.
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de