Is there any way in MV that I can check variable input against a long list of possibilities? Do I gotta write a script for this
i wanna put in a segment where the player has to guess someone's computer password and there will be several 'right answers' that you can figure out from the environment + some 'easter egg' passwords, and depending on what password you put in you find different stuff on the computer (like, the right answers will all be the same but maybe one of the easter egg passwords will just give you a png of a crab). the second part is easy, i can make a number variable for each possible password, but the first part is hard without chaining eighty seven fucking if else statements which i dont want to do. any switchcase plugins or the like floating around out there? (also i dont know how to do user input whoops)
