Welcome
— — — — —
Voxel Editor
Map Editor
Script Editor
Dialogue Editor
UI Editor
Item Editor
Game Explorer
Game Configuration
Exporting Your Game
Game Controls
Script Syntax
Scripting Reference
Localization
Tutorials
Waits for the specified number of seconds before proceeding to next statement in the script being executed.
wait(duration)
wait(2);
Results: The script will wait for 2 seconds before proceeding to the next event within that script.
Use the Wait function for dramatic pauses between events of a cutscene or to allow time for a particular animation to complete.