Reply to Re: wait command
If you don't have an account, just leave the password field blank.
Any wait less than 12 milliseconds will be about 12 milliseconds. However, this is dependent upon the speed of the computer and what else it is doing at that moment.
If you're trying to perform a specific task in a loop (like creating sprites, but NOT doing a timer from a spawned script), you could try using a loop without any wait statements. But if you mess up, then the game locks up.
If you're trying to perform a specific task in a loop (like creating sprites, but NOT doing a timer from a spawned script), you could try using a loop without any wait statements. But if you mess up, then the game locks up.







