- Joined
- Apr 3, 2019
- Messages
- 26
- Reaction score
- 7
- First Language
- English
- Primarily Uses
- RMMV
Hi I looked around, but couldn't find any plugins available that really worked for this issue:
I want a character to only be able to equip a certain item if a parameter value is the highest. So, for example, the player can equip the Sword of Attack if his attack is higher than any other parameter.
(IF atk > def AND atk > m.atk AND atk > m.def THEN equip = true).
Does anyone know of anyone know of any plugins or methods to do this? Extra points if an item will auto-unequip if a parameter is no longer the highest.
Thanks!
I want a character to only be able to equip a certain item if a parameter value is the highest. So, for example, the player can equip the Sword of Attack if his attack is higher than any other parameter.
(IF atk > def AND atk > m.atk AND atk > m.def THEN equip = true).
Does anyone know of anyone know of any plugins or methods to do this? Extra points if an item will auto-unequip if a parameter is no longer the highest.
Thanks!

