FF7/Field/Script/Opcodes/02 REQSW
From Final Fantasy Inside
- Opcode: 0x02
- Short name: REQSW
- Long name: Request remote execution (asynchronous execution, guaranteed)
Memory layout
| 0x02 | E | P / F |
|---|
Arguments
Description
Requests that a remote actor executes one of its events at a specified priority. If the specified priority is already busy with some other event (higher priority may be executing), the request will block until it becomes available and only then return. The remote execution is still carried out asynchronously, with no notification of completion.