Difference between revisions of "FF8/Field/Script/Opcodes/017 PREQ"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Myst6re
 
my_wiki>Albeoris
(Created page with "* Opcode: '''0x017''' * Short name: '''PREQ''' * Long name: Request party entity execution ==== Argument ==== The ID of the current party member Entity (0, 1 or 2). ====...")
Line 3: Line 3:
 
* Long name: Request party entity execution
 
* Long name: Request party entity execution
  
==== Argument ====
+
==== Argument ====
  
 
The ID of the current party member Entity (0, 1 or 2).
 
The ID of the current party member Entity (0, 1 or 2).
  
==== Stack ====
+
==== Stack ====
  
..., ''Priority'', ''Label'' => ...
+
..., ''Priority'', ''Label'' =&gt; ...
  
==== Description ====
+
==== Description ====
  
 
Go to the method ''Label'' in the entity associated with the character '''Argument''' in the current party with a specified ''Priority''.
 
Go to the method ''Label'' in the entity associated with the character '''Argument''' in the current party with a specified ''Priority''.

Revision as of 04:24, 24 March 2018

  • Opcode: 0x017
  • Short name: PREQ
  • Long name: Request party entity execution

Argument

The ID of the current party member Entity (0, 1 or 2).

Stack

..., Priority, Label => ...

Description

Go to the method Label in the entity associated with the character Argument in the current party with a specified Priority.