Difference between revisions of "FF8/Field/Script/Opcodes/064 AMESW"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
m (Description)
m (11 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
* Opcode: '''0x064'''
 
* Opcode: '''0x064'''
 
* Short name: '''AMESW'''
 
* Short name: '''AMESW'''
 
* Long name: A?, Message, and Wait
 
* Long name: A?, Message, and Wait
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Message Channel''
 
:''Field message ID''
 
:''X position of window''
 
:''Y position of window''
 
:'''AMESW'''
 
  
==== Description ====
+
: ''Message Channel''
 +
: ''Field message ID''
 +
: ''X position of window''
 +
: ''Y position of window''
 +
: '''AMESW'''
 +
 
 +
==== Description ====
  
 
Pop up a message window and pauses script execution until the player dismisses the window.
 
Pop up a message window and pauses script execution until the player dismisses the window.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x064
  • Short name: AMESW
  • Long name: A?, Message, and Wait

Argument

none

Stack

Message Channel
Field message ID
X position of window
Y position of window
AMESW

Description

Pop up a message window and pauses script execution until the player dismisses the window.