FF7 / Field / Script / Opcodes / 07 RETTO
From QhimmWiki
- Opcode: 0x07
- Short name: RETTO
- Long name: Return To
[edit]
Memory layout
| 0x07 | P / F |
|---|
[edit]
Arguments
- const Bit[3] P: The priority at which we want to execute the remote script (high 3 bits of byte).
- const Bit[5] F: The ID of the specific member function of the currententity to be executed to (low 5 bits of byte).
[edit]
Description
Gives script control to another script within the current entity, selected by F.

