Plot:Wait
From OHRRPGCE-Wiki
wait (ticks)
Makes the script wait for the specified number of ticks. There are roughly 18 ticks to a second, but this can vary under some conditions. If you leave out the argument, it will wait for one tick.
[edit] Examples
show text box(2) # Show a text box wait(50) # Wait about 3 seconds advance text box # "hit spacebar"
