|
Written by eaxs
|
|
Monday, 24 August 2009 21:41 |
Description Pause the current script for x milliseconds
Syntax
Example Pause the script for 3 seconds
Notes This command will only halt the script in which the command is at. Each script call is handled as an independant thread which means if the script is called twice, the pause effect will be separate for each of the calls. Also note that the "parent" script which invokes the script containing a pause command will not be affected by the pause.
|