Difference between revisions of "Event Sleep"

From Wiki
Jump to: navigation, search
 
(removing initEvents)
Line 11: Line 11:
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
initEvents
 
 
 
if %waitForVendorRespawn = #true
 
if %waitForVendorRespawn = #true
 
{
 
{

Revision as of 00:58, 26 August 2005

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

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

See Also

Sleep Wait

Main_Page Documentation

Event commands