Plot:Suspend player
From OHRRPGCE-Wiki
suspend player
Blocks the player from controlling the game, so the plotscript can have exclusive control. The one exception to this is text boxes. The player can advance text boxes no matter what, unless you use suspend box advance.
[edit] Examples
suspend player # do stuff resume player
