Skip to main content

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

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!