Difference between revisions of "FF8/Field/Script/Opcodes/08B ISPARTY"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Albeoris
(Created page with "* Opcode: '''0x08B''' * Short name: '''ISPARTY''' * Long name: Get position in party ==== Argument ==== none ==== Stack ==== : ''Character ID'' : '''ISPARTY''' ====...")
m (5 revisions imported)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x08B
  • Short name: ISPARTY
  • Long name: Get position in party

Argument

none

Stack

Character ID
ISPARTY

Description

Pushes the character's position in the party list into temporary variable 0. If they're not in the party, pushes -1.