Difference between revisions of "FF8/Field/Script/Opcodes/116 RAMESW"
Jump to navigation
Jump to search
my_wiki>Shard m |
my_wiki>Shard (→Description) |
||
Line 17: | Line 17: | ||
==== Description ==== | ==== Description ==== | ||
− | Pop up a message window and wait for the player to hit "ok." | + | Pop up a message window and wait for the player to hit "ok." Unlike [[FF8/Field/Script/Opcodes/064_AMESW|AMESW]], RAMESW will give control back to the player (if the script finishes running), so they'll be able to move around while the window is still open. Oddly enough, this is used in the middle of some scripts, where the player has no control anyway, so it may do something else. |
Revision as of 08:27, 4 February 2014
- Opcode: 0x116
- Short name: RAMESW
- Long name: Retain control, A? Message, and Wait
Argument
none
Stack
- Message Channel
- Field message ID
- X position of window
- Y position of window
- RAMESW
Description
Pop up a message window and wait for the player to hit "ok." Unlike AMESW, RAMESW will give control back to the player (if the script finishes running), so they'll be able to move around while the window is still open. Oddly enough, this is used in the middle of some scripts, where the player has no control anyway, so it may do something else.