Pages: 1
Topic closed
Is there a way to tell a sprite to do nothing without stopping the script?
Offline
Do you mean the wait block?
wait (1) secs
You can also do:
wait until <(do something) = [yes]>