I'm making a game that used numeric passcodes for doors to unlock and so forth, but I can't quite figure it out and it's essential for the game. So does anyone know how to do it?
Use Number Passcodes for Doors
● ARCHIVED · READ-ONLY
-
-
I've moved this thread to VX Ace Support (Tutorials forum is for Tutorials). Please be sure to post your threads in the correct forum next time. Thank you.
Use the Input Number command to let the player put a number into a variable, then use a conditional branch to see if the variable is equal to whatever your passcode is.