Plot:Wait for scancode
From OHRRPGCE-Wiki
wait for scancode (key)
Waits for the player to press a specific key. You can use any of the constants from key is pressed to specify the key.
[edit] Examples
show text box(624) # "press P!" wait for scancode(key:P)
