int getpartymembermask(); //id:0x0361
Returns which party members are in the entire party (active and reserve).
The returned value is a 32 bit field where as each bit represents the identifier of a party member.
For example, if Vaan (0), Basch (4) and Penelo (5) where in the active party, the returned value would be 2^0 + 2^4 + 2^5 = 49.
2^0 + 2^4 + 2^5 = 49
For a list of party member identifiers, you can view the battlepack spreadsheet in Resources.
Last updated 1 year ago