Anonymous

Changes

From Final Fantasy Inside

FF8/Field/Script/Opcodes/116 RAMESW

225 bytes removed, 05:24, 23 May 2019
m
11 revisions imported
__NOTOC__
* Opcode: '''0x116'''
* Short name: '''RAMESW'''
* Long name: Retain controlResume script, A? Message, and Wait
==== Argument ====
none
==== Stack ====:''Message Channel'':''Field message ID'':''X position of window'':''Y position of window'':'''RAMESW'''
==== Description ====: ''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 [[FF8/Field/Script/Opcodes/064_AMESW|AMESW]], RAMESW will give control back to the player (if let the script finishes continue 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.