Wait

From MiniScript Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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