Difference between revisions of "Wait"
Jump to navigation
Jump to search
ZachStrout (talk | contribs) (Created page with "<c>wait</c> pauses execution of this script for some amount of time. See also: time, yield === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Me...") |
(No difference)
|
Revision as of 16:25, 18 March 2020
wait
pauses execution of this script for some amount of time.
See also: time, yield
Arguments
Parameter Name | Default Value | Meaning |
---|---|---|
seconds | default 1.0 | how many seconds to wait |
Example
wait 2.5 // pauses the script for 2.5 seconds