Difference between revisions of "FF8/Field/Script/Opcodes/047 MES"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x047''' * Short name: '''MES''' * Long name: Message popup ==== Argument ==== none ==== Stack ==== :''Message channel?'' :''Message ID'' :'''MSG''' ==== Desc...")
 
m (7 revisions imported)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
* Opcode: '''0x047'''
 
* Opcode: '''0x047'''
 
* Short name: '''MES'''
 
* Short name: '''MES'''
* Long name: Message popup
+
* Long name: Display Message
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Message channel?''
 
:''Message ID''
 
:'''MSG'''
 
  
==== Description ====
+
: ''Message channel''
 +
: ''Message ID''
 +
: '''MES'''
  
Popup a message window. This is usually used on lines to popup text when the player crosses a certain point on a screen.
+
====  Description  ====
 +
 
 +
Popup a message window. This is usually used on lines to popup text when the player crosses a certain point on a screen. The size of the message window can be set with [[FF8/Field/Script/Opcodes/04B_WINSIZE|WINSIZE]].

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x047
  • Short name: MES
  • Long name: Display Message

Argument

none

Stack

Message channel
Message ID
MES

Description

Popup a message window. This is usually used on lines to popup text when the player crosses a certain point on a screen. The size of the message window can be set with WINSIZE.