Back Previous Next


Linguist basic package - wait

Syntax:

   wait {count} tick[s]/second[s]/minute[s]

Keyword handler:

   linguist.basic.keyword.BKWait.class

Runtime handler(s):

   linguist.basic.handler.BHWait.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.

Example(s):

   wait 5   ! defaults to seconds
   wait 20 ticks
   wait 4 seconds
   wait 1 minute


Back Previous Next