The sleep command is used to delay when the next command is run.
Sleep takes in one parameter, the number of seconds to sleep for.
sleep,0.5
This code will sleep for half a second before running the next command.
Categories: Command Stubs | Tween Commands