Here's what im trying to do.
There are 3 rooms; A, B, and C.
Room A is the room with the switch.
The switch, if pressed while Variable=0, sets variable to 1
If pressed while Variable=1, it sets the variable to 0
If the variable=0 and you hit the arrow on screen, you go to room B.
If the variable=1 and you hit the arrow on screen, you go to room C.
I set it up perfectly and you only go to room B. Help?