Hi, I am interested in buying the plugin. I want to ask if it has these features first. Can we enable the gacha from the menu, like a button added there to access the gacha feature, 2nd, is it possible to set multiple gachas that use different currencies? In my current project, I have multiple currencies set up for my current system. Are these features already in the plugin?
Viewing post in RPG MAKER MZ Plugin: Gacha Minigame comments
Hi, thanks for your interest in my plugins! I hope you are doing well.
In response to your questions:
-
The plugin provides a plugin command that calls the Mini Game scene. So it is easily implementable.
There are many plugins that you can find for RPG MAKER MZ that add Common Events to the menu with switch activation conditions.
So it would be quite simple for you to perform that action. It would only be a matter of adding a new option to your menu that launches a common event when executed and linking that common event to the mini-game. You should have no problems with this. -
The mini-game itself does not charge anything, which means that you must manually add the system you are using with conditions and events. For example, if you have different currencies handled by variables, it is quite simple to manage. You create a condition that is "If my currency (Variable 1) >= X (The price you want) then you reduce that amount of the currency that is and run the mini-game, and if you do not have enough balance, then do whatever you want, or display a message, or give an error, or whatever you want to do."
I hope I have helped you with my response!