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...")
 
my_wiki>Shard
(Description)
Line 14: Line 14:
 
==== Description ====
 
==== Description ====
  
Popup a message window. This is usually used on lines to popup text when the player crosses a certain point on a screen.
+
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]].

Revision as of 23:28, 23 January 2014

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

Argument

none

Stack

Message channel?
Message ID
MSG

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]].