Hidden Choice Conditions
RPG Maker MV gives you a way to offer choice selection to your players through events, and depending on the choices they make, the game will respond differently. One thing that it doesn’t support, however, is...
RPG Maker MV gives you a way to offer choice selection to your players through events, and depending on the choices they make, the game will respond differently. One thing that it doesn’t support, however, is...
I have good news and bad news. I’ve updated the Disabled Choice Conditions plugin to improve efficiency, compatibility, and most importantly, more flexibility and ease-of-use when it comes to disabling choices. Previously, if you wanted...
RPG Maker does not come with a way to disable individual choices from a list of choices. For example, if the player shouldn’t be allowed to select a particular option, but you still want to show...
Have you ever had a situation where your troop events didn’t seem to run in battle? For example, when the last enemy has been defeated and you want more enemies to appear, you found that instead of...
Ever wanted to have something happen when your actors level up? Maybe you wanted to fully recover their HP and MP, and any negative states removed Maybe you wanted to give them some bonus items and...
Suppose you had an item that gave you lots of fruit upon use by calling common events. Each common event will randomly select a fruit and add it to your inventory. So you figure...