Difference between revisions of "Event Sleep"

From Wiki
Jump to: navigation, search
(removing initEvents)
Line 1: Line 1:
__NOTOC__
+
{{command header|Event}}
== Event Sleep ==
+
'''Event commands'''
+
=== Synopsis ===
+
event Sleep {ms}
+
  
=== Description ===
+
{{body|event Sleep {ms}|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.}}
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.
+
  
  
Line 19: Line 14:
 
</pre>
 
</pre>
  
=== See Also ===
+
{{footer}}
{|
+
| Width=200px | [[Sleep]] || Width=200px | [[Wait]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Events|Event commands]]
+
|}
+

Revision as of 11:49, 27 August 2005


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