Difference between revisions of "FF8/Field/Script/Opcodes/016 REQEW"
Jump to navigation
Jump to search
Qhimm>Myst6re |
Qhimm>Albeoris (Created page with "* Opcode: '''0x016''' * Short name: '''REQEW''' * Long name: Request remote execution (synchronous, guaranteed) ==== Argument ==== The ID of the target Entity. ==== Stac...") |
||
Line 3: | Line 3: | ||
* Long name: Request remote execution (synchronous, guaranteed) | * Long name: Request remote execution (synchronous, guaranteed) | ||
==== Argument ==== | ==== Argument ==== | ||
The ID of the target Entity. | The ID of the target Entity. | ||
==== Stack ==== | ==== Stack ==== | ||
..., ''Priority'', ''Label'' = | ..., ''Priority'', ''Label'' => ... | ||
==== 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''. |
Revision as of 03:23, 24 March 2018
- Opcode: 0x016
- Short name: REQEW
- Long name: Request remote execution (synchronous, guaranteed)
Argument
The ID of the target Entity.
Stack
..., Priority, Label => ...
Description
Go to the method Label in the group Argument with a specified Priority.