Difference between revisions of "FF8/Field/Script/Opcodes/116 RAMESW"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
m (Description)
my_wiki>Shard
m
Line 2: Line 2:
 
* Opcode: '''0x116'''
 
* Opcode: '''0x116'''
 
* Short name: '''RAMESW'''
 
* Short name: '''RAMESW'''
* Long name: Remote Animate, Message, and Wait
+
* Long name: R? A? Message, and Wait
  
 
==== Argument ====
 
==== Argument ====
Line 18: Line 18:
  
 
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."
 
==== Notes ====
 
Parameter 3 seems frame related, in some other MES calls it's the wait time, but RAMESW waits indefinitely for player input.
 

Revision as of 06:29, 20 January 2014

  • Opcode: 0x116
  • Short name: RAMESW
  • Long name: R? A? Message, and Wait

Argument

none

Stack

(?)
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."