Event Sleep
From Wiki
Revision as of 10:49, 27 August 2005 by Kedrick Valorite (Talk | contribs)
Synopsis
event Sleep {ms}
Description
The event Sleep command suspends the client for a specified number of miliseconds. The client will be completely unresponsive, but will use 0% CPU time.
Example
if %waitForVendorRespawn = #true
{
; sleep for one minute
event Sleep 60000
}
...
See also
| Main Page | Documentation |