Difference between revisions of "FF8/Field/Script/Opcodes/019 PREQEW"
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 party entity execution (synchronous, guaranteed) | * Long name: Request party entity execution (synchronous, guaranteed) | ||
− | ==== 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'' => ... |
− | ==== 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''. |
Latest revision as of 05:23, 23 May 2019
- Opcode: 0x019
- Short name: PREQEW
- Long name: Request party entity execution (synchronous, guaranteed)
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.