Plot:Wait for scancode

From OHRRPGCE-Wiki

Jump to: navigation, search
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.

You must include scancode.hsi to use these constants.

[edit] Examples

show text box(624) # "press P!"
wait for scancode(key:P)
Personal tools