FF8/Field/Script/Opcodes/046 MESW

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Revision as of 19:29, 26 May 2014 by my_wiki>Shard (Created page with "* Opcode: '''0x046''' * Short name: '''MESW''' * Long name: Display Message and Wait ==== Argument ==== none ==== Stack ==== :''Message channel?'' :''Message ID'' :'''MESW''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Opcode: 0x046
  • Short name: MESW
  • Long name: Display Message and Wait

Argument

none

Stack

Message channel?
Message ID
MESW

Description

Popup a message window, and wait for the player to dismiss it before continuing. The size of the message window can be set with WINSIZE.

This is never used anywhere in the game, but it works. It was replaced by AMESW, which has built-in position and size parameters.