function test() { //some code here ... return 1; } function start() { while(test() == 0) //how can i wait for the end of the "test" function? { wait(1); } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de