Anonymous

Changes

From Final Fantasy Inside

FF8/Field/Script/Opcodes/048 MESSYNC

4 bytes removed, 05:24, 23 May 2019
m
4 revisions imported
__NOTOC__
* Opcode: '''0x048'''
* Short name: '''MESSYNC'''
* Long name: Message Window Sync
==== Argument ==== 
none
==== Stack ====none: ''Message Channel'': '''MESSYNC'''
==== Description ====
After [[FF8/Field/Script/Opcodes/065_AMES|AMES]] is called, the window it creates stays until either [[FF8/Field/Script/Opcodes/04C_WINCLOSE|WINCLOSE]] or [[FF8/Field/Script/Opcodes/048_MESSYNC|'''MESSYNC]] ''' is called. WINCLOSE closes the window at that point in the script, while MESSYNC waits for the player to press the OK button. This allows the script to do other things while the window is open while preventing the player from dismissing the window too early (like play sounds or animations).