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 (Description)
my_wiki>Albeoris
(Created page with "* Opcode: '''0x0131''' * Short name: '''HOLD''' * Long name: Set PHS lock status ==== Argument ==== none ==== Stack ==== : ''Player-Character ID'' : ''Switchable?'' :...")
Line 3: Line 3:
 
* Long name: Set PHS lock status
 
* Long name: Set PHS lock status
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Player-Character ID''
+
 
:''Unselectable''
+
: ''Player-Character ID''
:''Unswitchable''
+
: ''Switchable?''
:'''HOLD'''
+
: ''Selectable?''
 +
: '''HOLD'''
 +
 
 +
====  Description  ====
  
==== Description ====
 
 
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 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 15:50, 24 March 2018

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

Argument

none

Stack

Player-Character ID
Switchable?
Selectable?
HOLD

Description

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