Page 1 of 1

How do I operate switches?

Posted: December 11th, 2009, 4:56 pm
by sandboxman14789
Scenario: I put a switch on the map and set it's trigger type to 10 and it's trigger tag to 1. Then I put a door on the map and set it's trigger tag to 1 also. I go down to edit mode and walk up to the switch. THe switch moves, but the door does not open. How can I make switches open doors?

Re: How do I operate switches?

Posted: December 11th, 2009, 7:53 pm
by Hirato
the door needs to be 11
with 10 I think the door automatically opens when you approach

Re: How do I operate switches?

Posted: December 11th, 2009, 8:05 pm
by bryanfblareunion
In the code, you could try putting:

Code: Select all

level_trigger_2 = [ trigger 1 1 ] 
(note there is a space between trigger tag 1 and the other 1, it's not an eleven.)

Your switch would have to be set to trigger tag two. Meaning that every time the switch is tripped, the door (trigger 1) is opened.

Hope this helps. :geek: