- Joined
- Mar 1, 2019
- Messages
- 36
- Reaction score
- 7
- First Language
- English
- Primarily Uses
- RMMV
Nice thread! I don't really know if my question belongs here but here I go:
I am trying to make a conditional branch using the following script call:
$gameParty.isAnyMemberEquipped($dataArmors[20])
Now, the command works fine but I'd like to know how to check if the Leader of the party is equipped with some specific equipment (the Armor ID 20 in this case).
I already checked the Rpg_objects.js for references and tried a lot of things (that "should" had worked but I it didn't).
May you guys please help me out?
I am trying to make a conditional branch using the following script call:
$gameParty.isAnyMemberEquipped($dataArmors[20])
Now, the command works fine but I'd like to know how to check if the Leader of the party is equipped with some specific equipment (the Armor ID 20 in this case).
I already checked the Rpg_objects.js for references and tried a lot of things (that "should" had worked but I it didn't).
May you guys please help me out?





