Wait
Revision as of 16:25, 18 March 2020 by 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...")
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