I need one event to reset another

● ARCHIVED · READ-ONLY
Started by strongbad42 3 posts View original ↗
  1. I have an area where the player needs to flip three levers in the correct order to make a boss come out. I have it where if done in the correct order, everything is great, and if the first choice is incorrect, the lever resets itself. What I'd like is if the second choice is incorrect, it resets the first and second levers.
  2. This can all be done through Variables, and I suggest you check out Celianna's excellent Variables Guide.
  3. Thanks. I was trying to use all switches and it was getting complicated. Variables definitely helped. Although I did end up using a switch for the reset, I used variables for the boss to appear.