- 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 entity Argument with a specified Priority (top of stack = Label, below = Priority). Like REQSW the request is guaranteed, but this variant is synchronous: the handler keeps returning 1 (retry) until the requested script has actually finished executing before the caller advances.
PC handler: SCRIPT_REQEW.
Function addresses
| Function | Address | Description |
|---|---|---|
SCRIPT_REQEW | 0x51D060 | Field script opcode handler (verified IDA function) |