FF7/Field/Script/Opcodes/07 RETTO

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 12:34, 4 April 2018 by my_wiki>BukTop (1 revision imported)
Jump to navigation Jump to search
  • Opcode: 0x07
  • Short name: RETTO
  • Long name: Return To

Memory layout

0x07 P / F

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).

Description

Gives script control to another script within the current entity, selected by F.