Sequence Puzzle

From TRLE Wiki

(Redirected from SEQUENCE SWITCH)
Jump to: navigation, search


The sequence puzzle is a puzzle where the player has to press 3 switches in the right order to open a door. The puzzle has 3 switches and 6 doors. It uses the objects SEQUENCE_SWITCH1, SEQUENCE_SWITCH2,SEQUENCE_SWITCH3 and SEQUENCE_DOOR1.


You must place the 3 sequence switches in the map (1 click above the floor) with the following ocb codes:

  • 0 for SEQUENCE_SWITCH1
  • 1 for SEQUENCE_SWITCH2
  • 2 for SEQUENCE_SWITCH3

Below each switch must be a SWITCH trigger for itself. No other triggers needed.

Place 6 SEQUENCE_DOOR1 objects in the map with ocb values of 0-5. Press the buttons 1-5 in the OCB window to activate the door. Place a trigger for the door behind it. This will close the door and reset the switches. Doors can only be opened once!

The game will open a SEQUENCE_DOOR1 when all 3 switches are pressed. The first time you must press them in the order 0-1-2. This will open door 0 and resets the switches. If the first combination pushed is not 0-1-2, door 2 will open. The switches only reset after triggering the door. If the combination 0-1-2 is not pressed and door 2 has already been opened, the switches will reset themself when LARA presses another combination. After the combination 0-1-2 is pressed, all other doors can be opened by their combinations:

  • 0-1-2 opens door 0
  • 0-2-1 opens door 1
  • 1-0-2 opens door 2
  • 1-2-0 opens door 3
  • 2-0-1 opens door 4
  • 2-1-0 opens door 5

When door 1-5 is opened the switches will only reset if the door closes. Door 0 will reset the switches when it opens.

Personal tools