Difference between revisions of "FF8/Field/Script/Opcodes/04A ASK"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
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...")
 
my_wiki>Albeoris
(Created page with "* Opcode: '''0x04A''' * Short name: '''ASK''' * Long name: Ask ==== Argument ==== none ==== Stack ==== : ''Message Channel'' : ''Field message ID'' : ''Line of first o...")
Line 1: Line 1:
__NOTOC__
 
 
* Opcode: '''0x04A'''
 
* Opcode: '''0x04A'''
 
* Short name: '''ASK'''
 
* Short name: '''ASK'''
 
* Long name: Ask
 
* Long name: Ask
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Message Channel''
 
:''Field message ID''
 
:''Line of first option''
 
:''Line of last option''
 
:''Line of default option''
 
:''Line of cancel option''
 
:'''ASK'''
 
  
==== Description ====
+
: ''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.
 
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.
  
 
[[FF8/Field/Script/Opcodes/06F_AASK|AASK]] is an upgrade that also lets you set the window position.
 
[[FF8/Field/Script/Opcodes/06F_AASK|AASK]] is an upgrade that also lets you set the window position.

Revision as of 15:04, 24 March 2018

  • 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.