65
edits
Changes
Jump to navigation
Jump to search
m
4 revisions imported
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x24
! width="4080" | ''A''
|}
==== Description ====
Pauses current script execution for a specific amount of time. Rather than a specific time valuein milliseconds/seconds, the amount specifies the number of frames to wait to that must be drawnbefore execution resumes. Since the game runs at 30fps, WAIT(0x1E) (or WAIT(30) in decimal) will pause script execution for 1 second, WAIT(0x96) will pause for 5 seconds, and so on.