- Joined
- Nov 26, 2019
- Messages
- 26
- Reaction score
- 12
- First Language
- English
- Primarily Uses
- RMMV
I'm struggling to find the code that lists all the items upon clicking an equip slot.
I think it's Window_ItemList.prototype.makeItemList but I'm not sure what to do with it.
Basically what I want is to filter out items that the character cannot equip.
Eg. If I click on a Weapon slot, the character that can only equip Sword must only see Swords not ALL weapons. The plugin just disables them, it still shows Bows, Guns, etc.
I think it's Window_ItemList.prototype.makeItemList but I'm not sure what to do with it.
Basically what I want is to filter out items that the character cannot equip.
Eg. If I click on a Weapon slot, the character that can only equip Sword must only see Swords not ALL weapons. The plugin just disables them, it still shows Bows, Guns, etc.