Two conditions trigger and funnel problem

Avatar
Xavier
2 Posts
Posted May 20, 2011
Hi, i am new at mapping and i have a few qeustions.
how can i make a door open only if two buttons are pressed (with cubes for example).
in the same way i am trying to make funnel and two buttons, one triggers it activate and the other changes it's direction. but when i press the button that changes the direction it is also activate it.
help please.
Advertisement
Registered users don’t see ads! Register now!
Avatar
Hanzik
26 Posts
Posted May 20, 2011
Replied 48 minutes later
Be very careful on how you name those two buttons, they should have different names... and obviously different triggers. Copying second button from the original one, there may be few issues with that.
Avatar
msleeper
4,136 Posts
Admin
Posted May 20, 2011
Replied 48 minutes later
Look into logic gates using a logic_branch_listener, specifically an AND gate.