Wait: Difference between revisions
Jump to navigation
Jump to search
imported>Grotfang mNo edit summary |
imported>StDoodle mNo edit summary |
||
Line 21: | Line 21: | ||
needscode=yes| | needscode=yes| | ||
cli_equiv="wait" | cli_equiv=The CLI command "wait" functions the same and can be used to pause basic .txt scripts.| | ||
}} | }} |
Revision as of 15:55, 10 March 2010
needs(code_samples);
Function Syntax
- secs is the number of seconds you want to count down from.
This function will initiate a countdown from secs seconds to 0, during which time nothing else will be acted on. It essentially pauses a script. In addition, a countdown prints to the CLI at varying intervals (every 15 secs for large numbers, 5 seconds for smaller numbers and every second from 5 seconds down).
CLI Equivalent
The CLI command "wait" functions the same and can be used to pause basic .txt scripts.