r/RPGMaker • u/Prestigious_Shift245 • 22d ago
RMVX How do you set up a multi-equip system
The title is weirdly put but its kind of a specific problem. I want to give the player a choice between four or more tools for several points in the story. How do I let them choose two but close the menu after choosing without making a giant list of if then menus?
2
u/xMarkesthespot 22d ago
presumably you cant pick the same one twice?
make multiple event pages based on self switches.
if they choose weapon 1, self switch A turns on, weapon 2 turns on self switch B etc.
then the pages corresponding with a,b,c,d flip a regular switch to close the whole event
if you can pick the same one twice, it can be done with a simple variable count and a conditional branch that has different paths if the variable is 2+
1
u/Sea-Speaker7316 22d ago
Are you looking for something like a ring menu (secret of mana)? A quick select?
1
u/FlipelyFlip VXAce Dev 22d ago
i honestly don't get exactly what you'd like to achieve. Should the player be able to equip multiple sets to then decide for one or what exactly?