||Usage:||sleep ''seconds''<
>sleep ''hh:mm:ss'' || ||Example:||sleep 15<
>sleep 1:43<
>sleep 4:22:32 || The sleep command will cause the bot to pause for the indicated time, which can be expressed as seconds only (i.e. 34, 240, 23432), minutes and seconds (i.e. 4:30) or hours, minutes, seconds (2:44:34). {{{ //Sleeps the script for 30 seconds sleep 30 //Sleeps the script for 2 minutes 45 seconds sleep 2:45 //Sleeps the script for 7 hours, 25 minutes and 0 seconds sleep 7:25:00 }}} ---- CategoryAllScripts CategoryFunctionScripts