Difference between revisions of "FF8/Field/Script/Opcodes/08B ISPARTY"
Jump to navigation
Jump to search
my_wiki>Shard (Created page with "* Opcode: '''0x08B''' * Short name: '''ISPARTY''' * Long name: Get position in party ==== Argument ==== none ==== Stack ==== :''Character ID'' :'''ISPARTY''' ==== Descripti...") |
my_wiki>Shard m (→Description) |
||
Line 11: | Line 11: | ||
==== Description ==== | ==== Description ==== | ||
− | Pushes the character's position in the party list into temporary variable 0. If they're not in the party, pushes 4294967295 | + | Pushes the character's position in the party list into temporary variable 0. If they're not in the party, pushes some negative number. (If you try to display that number as text, it displays the unsigned value of 4294967295) |
Revision as of 06:58, 17 March 2014
- 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 some negative number. (If you try to display that number as text, it displays the unsigned value of 4294967295)