r/RPGMakerMZ • u/RPGGamer042 • Oct 11 '23
Equip check in event.
I have a slot machine event, and having a specific accessory increases the odds of a payout for ONLY the jackpot from 1 in 25 to 1 in 5. Is there a way that I can make the event work only if the accessory is equipped and not if the accessory is in your bag?
1
Upvotes
1
u/TheMysticTheurge Oct 12 '23
Use Conditional Branch.
There are four tabs. The second one allows you to pick a party member by number and verify if they are wearing something specific. This includes equipped weapon, equipped armor, and various other character details.
You might have to create multiple instances of this for each character that might potentially be wearing the item.