- Joined
- May 3, 2018
- Messages
- 8
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hey, I'm still kind of new when it comes to using RPG maker and I'm completely clueless when it comes to coding so I'm hoping someone can help me fix this issue I have.
I'm working on a puzzle where the player has to make the right room match with the left room next to it. I have switches set up so that when the player goes to change the right room, it'll change to match with the left room. That works just fine but the problem is I wanted the game to know that once all these switches are turned on, it'll activate a switch that allows the player to go into a room they couldn't get in before.
So I tried using an else if statement to check when all the puzzle match switches are on, it'll automatically turn on the switch to unlock the way to the inaccessible room.
But when I go to play test my game I get this error
Does anyone know a way to fix this or a better way to help execute this puzzle?
I'm working on a puzzle where the player has to make the right room match with the left room next to it. I have switches set up so that when the player goes to change the right room, it'll change to match with the left room. That works just fine but the problem is I wanted the game to know that once all these switches are turned on, it'll activate a switch that allows the player to go into a room they couldn't get in before.
So I tried using an else if statement to check when all the puzzle match switches are on, it'll automatically turn on the switch to unlock the way to the inaccessible room.
But when I go to play test my game I get this error
Does anyone know a way to fix this or a better way to help execute this puzzle?




