Difference between revisions of "FF8/Field/Script/Opcodes/06F AASK"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Shard
Qhimm>Shard
m
Line 2: Line 2:
* Opcode: '''0x06F'''
* Opcode: '''0x06F'''
* Short name: '''AASK'''
* Short name: '''AASK'''
* Long name: Animate? and Ask
* Long name: AAsk


==== Argument ====
==== Argument ====
Line 21: Line 21:
==== Description ====
==== Description ====


Opens a field message window and lets player choose a single line. AASK saves the chosen line index into a temp variable which you can retrieve with PSHI_L.
Opens a field message window and lets player choose a single line. AASK saves the chosen line index into a temp variable which you can retrieve with PSHI_L 0.

Revision as of 05:16, 20 January 2014

  • Opcode: 0x06F
  • Short name: AASK
  • Long name: AAsk

Argument

none

Stack

(?)
Field message ID
Line of first option
Line of last option
Line of default option
Line of cancel option
X position of window
Y Position of window
AASK

Description

Opens a field message window and lets player choose a single line. AASK saves the chosen line index into a temp variable which you can retrieve with PSHI_L 0.