- 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 (top of stack = Label, below = Priority). Party slot resolved via the savemap party-entity map. Guaranteed and synchronous: the caller keeps retrying (returns 1) until the requested script has finished.
PC handler: SCRIPT_PREQEW.
Function addresses
| Function | Address | Description |
|---|---|---|
SCRIPT_PREQEW | 0x51D530 | Field script opcode handler (verified IDA function) |