- Joined
- Apr 19, 2015
- Messages
- 63
- Reaction score
- 3
- First Language
- English
- Primarily Uses
- RMVXA
The way my game works is that there is no standard equipment, instead each piece of equipment serves a special purpose and can be equipped in a specific slot. The result of this is that I want players to try and figure out the best equipment for each character on their own, which also means I want each piece of equipment to only work on one actor at a time.
For example, using example terms, Tim cannot equip a Red Hat if Jerry is already wearing a Red Hat, but if Jerry takes off the Red Hat, anyone, including Tim, can now wear it. The only piece of equipment that isn't like this, is a really cheap 10% defense increase body armor.
What I need is a script that allows me to limit equipment to only be worn by one actor at a time, with probably an array of excluded equipment ids that work as normal.
Thanks in advance.
For example, using example terms, Tim cannot equip a Red Hat if Jerry is already wearing a Red Hat, but if Jerry takes off the Red Hat, anyone, including Tim, can now wear it. The only piece of equipment that isn't like this, is a really cheap 10% defense increase body armor.
What I need is a script that allows me to limit equipment to only be worn by one actor at a time, with probably an array of excluded equipment ids that work as normal.
Thanks in advance.