Wait
wait
pauses execution of this script for some amount of time.
See also: time, yield
Arguments
Parameter Name | Default Value | Meaning |
---|---|---|
seconds | 1.0 | how many seconds to wait |
Example
wait 2.5 // pauses the script for 2.5 seconds
wait
pauses execution of this script for some amount of time.
See also: time, yield
Parameter Name | Default Value | Meaning |
---|---|---|
seconds | 1.0 | how many seconds to wait |
wait 2.5 // pauses the script for 2.5 seconds