Sleep
From Wiki
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 |