Hi guys, it's me... again. i need some help with this, i'll make this short.
How can i get the Id of an item equiped in any of the extra slots (from guillaume777 multi slot script)?
Let's say, i have this on my equipment menu:
Weapon $data_armors[$game_party.actors[id].weapon_id].id
Weapon 2 <-- Want to know who can i get the ID that the character have equiped in this one
Shield $data_armors[$game_party.actors[id].armor1_id].id
Helmet $data_armors[$game_party.actors[id].armor2_id].id
Armor $data_armors[$game_party.actors[id].armor3_id].id
Accesory $data_armors[$game_party.actors[id].armor5_id].id
Extra accesory <-- In this one too
Using RGSS script, i need to know whats equiped in the extra accesory so i can merge it with another script.
Can I get some help with this please? :-/
How can i get the Id of an item equiped in any of the extra slots (from guillaume777 multi slot script)?
Let's say, i have this on my equipment menu:
Weapon $data_armors[$game_party.actors[id].weapon_id].id
Weapon 2 <-- Want to know who can i get the ID that the character have equiped in this one
Shield $data_armors[$game_party.actors[id].armor1_id].id
Helmet $data_armors[$game_party.actors[id].armor2_id].id
Armor $data_armors[$game_party.actors[id].armor3_id].id
Accesory $data_armors[$game_party.actors[id].armor5_id].id
Extra accesory <-- In this one too
Using RGSS script, i need to know whats equiped in the extra accesory so i can merge it with another script.
Can I get some help with this please? :-/