Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello! I was trying to use  the plugin, but I don't know how to have multiple different switches to each  gatekeep the same option.

my situation is, there is a skill trainer in town and i want to gatekeep skill learning choices.        basically, if you learn skill 1 you can't learn skill two, and if you learned skill 1  you also can't learn skill 1 again. How do I implement this using your plugin? I typed in as the image, 

...And got this as a result

Hi there!

To have multiple switches checked you can do everything in the same tag, just separate them with a comma

For example if you want to check s[17] and s[18] write (([s[17],s[18]]))


Hope it helps :D

Thanks for replying!!

But I feel sorry to sound needy, but what I was trying to find out how to make it so they check EITHER  s[17] or s[18]. 

Oh I see, I fear that for the moment there isn't the possibility to have an OR condition, I could add it to the ToDo list but for now it's not possible :(

Oh ok! thanks for replying! please update me if it's ever added!

You may want to check this: https://winterdreamgamescreator.itch.io/rpg-maker-mz-script-hide-or-disable-choi...


Enjoy!