Plot:Wait for text box
From OHRRPGCE-Wiki
wait for text box
Makes the script wait until there is no text box displaying on the screen. Useful to know when to move on after using a show text box command
[edit] Examples
show text box(2) # Show a text box wait for text box # wait until the player continues
