Event Sleep

From Wiki
Revision as of 02:20, 14 August 2005 by Una (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Event Sleep

Event commands

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

initEvents

if %waitForVendorRespawn = #true
{
; sleep for one minute
event Sleep 60000
}
...

See Also

Sleep Wait

Main_Page Documentation

Event commands