Sleep

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

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

Sleep

Client

Synopsis

sleep {ms}


Description

The sleep command waits for a specified amount of time. Time is either given in miliseconds.

NOTE:

  • For values above 50 ms you should use the command wait.

Example

...
; Wait for 5 miliseconds
sleep 5
...


See Also

event Sleep wait

Main_Page Documentation

Client