FF8/Field/Script/Opcodes/04A ASK
< FF8 | Field | Script | Opcodes
Jump to navigation
Jump to search
Revision as of 05:47, 31 January 2014 by my_wiki>Shard (Created page with "__NOTOC__ * Opcode: '''0x04A''' * Short name: '''ASK''' * Long name: Ask ==== Argument ==== none ==== Stack ==== :''Message Channel'' :''Field message ID'' :''Line of first...")
- Opcode: 0x04A
- Short name: ASK
- Long name: Ask
Argument
none
Stack
- Message Channel
- Field message ID
- Line of first option
- Line of last option
- Line of default option
- Line of cancel option
- ASK
Description
Opens a field message window and lets player choose a single line. ASK saves the chosen line index into a temp variable which you can retrieve with PSHI_L 0.
AASK is an upgrade that also lets you set the window position.