Also known as: PAUSE · TRIGEDIT-TIMING · TIMING · TRIG-WAIT · TRIGEDIT-WAIT
Usage: wait <time> [s | c]
wait until <mudtime>
* This trigger gives the actor 10 seconds to get out.
say GET OUT! NOW!
wait 10 s
mkill %actor%
The wait statement is used to 'pause' the trigger execution for a period of
time. When a trigger is being activated it will execute all commands immediately.
To create a pause during trigger execution use the wait command. A wait can
use seconds or cycles (1/20th of a second).
Example: TSTAT 103, 43, 79
See also:: RANDOM-TIMING, WAIT-UNTIL