Thursday, April 19, 2012

[FA] WaitTicks in the sim?

Hi,
kinda feel stupid for asking this BUT...
In the sim (unit scripts) how can i induce a WaitTicks(3) ect without forkthreading.. ?
im wanting a function to wait for a duration before continuing how can i acheive this?|||You cannot wait without forking a thread.|||Hi,
DeadMG|||There should not be any reason to wait without being able to fork a thread. What use case do you have in mind for this?|||Hi,
its ok pal, ive umm done it a different way.. all will become clear in my land transports thread soon :)|||You can wait without forking a thread if the function you're waiting in wasn't called directly by a C function. Which, uh means it was forked at some point in the stack. But whatever, ~~technicalities.

No comments:

Post a Comment