Difference between revisions of "FF8/Field/Script/Opcodes/014 REQ"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Myst6re
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Request remote execution
 
* Long name: Request remote execution
  
==== Argument ====
+
==== Argument ====
  
 
The ID of the target Entity.
 
The ID of the target Entity.
  
==== Stack ====
+
==== Stack ====
  
..., ''Priority'', ''Label'' => ...
+
..., ''Priority'', ''Label'' =&gt; ...
  
==== Description ====
+
==== Description ====
  
 
Go to the method ''Label'' in the group '''Argument''' with a specified ''Priority''.
 
Go to the method ''Label'' in the group '''Argument''' with a specified ''Priority''.

Latest revision as of 05:23, 23 May 2019

  • Opcode: 0x014
  • Short name: REQ
  • Long name: Request remote execution

Argument

The ID of the target Entity.

Stack

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

Description

Go to the method Label in the group Argument with a specified Priority.