Sleep

From Wiki
Revision as of 11:17, 27 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search

Synopsis

sleep {time}

Description

The sleep command prevents EasyUO from executing for a specified amount of time. Time is given in miliseconds by default, or seconds by using the "s" specifier after the number.


Note: For values above 50 ms it is recommended that the wait command be used.


Example

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

See also

Main Page Documentation