SLEEP: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=SLEEP <time in milliseconds> | {{Command|syntax=SLEEP <time in milliseconds> | ||
|description= | |description=:Stop the macro for a defined amount of time. | ||
|param1=<time in milliseconds>|param1_desc= | |param1=<time in milliseconds>|param1_desc=Define the amount of time for the macro to sleep for. | ||
}} | }} |
Revision as of 18:09, 2 August 2010
Command
- SLEEP
- Stop the macro for a defined amount of time.
Parameters
- Define the amount of time for the macro to sleep for.
Example
- SLEEP 1888