Difference between revisions of "FF8/Field/Script/Opcodes/131 HOLD"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
m (Stack)
my_wiki>Shard
m (Description)
Line 16: Line 16:
 
Sets whether the PC character can be moved/selected in the switch menu.
 
Sets whether the PC character can be moved/selected in the switch menu.
  
If selectable is 1 and switchable is 0, you can select and move the character around, but you cannot move them into or out of the active party. They have to stay where they started.
+
If unselectable is 0 and unswitchable is 1, you can select and move the character around, but you cannot move them into or out of the active party. They have to stay where they started.

Revision as of 18:27, 24 December 2015

  • Opcode: 0x0131
  • Short name: HOLD
  • Long name: Set PHS lock status

Argument

none

Stack

Player-Character ID
Unselectable
Unswitchable
HOLD

Description

Sets whether the PC character can be moved/selected in the switch menu.

If unselectable is 0 and unswitchable is 1, you can select and move the character around, but you cannot move them into or out of the active party. They have to stay where they started.