Difference between revisions of "FF8/Field/Script/Opcodes/047 MES"
Jump to navigation
Jump to search
Qhimm>Shard m |
Qhimm>Albeoris (Created page with "* Opcode: '''0x047''' * Short name: '''MES''' * Long name: Display Message ==== Argument ==== none ==== Stack ==== : ''Message channel'' : ''Message ID'' : '''MES'''...") |
||
Line 3: | Line 3: | ||
* Long name: Display Message | * Long name: Display Message | ||
==== Argument ==== | ==== Argument ==== | ||
none | none | ||
==== Stack ==== | ==== Stack ==== | ||
==== Description ==== | : ''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 [[FF8/Field/Script/Opcodes/04B_WINSIZE|WINSIZE]]. | 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 14:02, 24 March 2018
- 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.