Syntax:
wait {count} millisecond[s]/tick[s]/second[s]/minute[s]
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKWait.class
Runtime handler(s):
net.eclecity.linguist.basic.handler.BasicHWait.class
Function:
Wait for a specified duration, then continue with the next instruction. If the cancel timers instruction is given before the wait has completed, execution will not continue. A tick is ten milliseconds. If no units are given, seconds are assumed by default.
Example(s):
wait 5 ! defaults to seconds wait 20 ticks wait 4 seconds wait 1 minute