Two conditions trigger and funnel problem
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.
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.
Registered users don’t see ads!
Register now!
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.
Posted May 20, 2011
Replied
48 minutes
later
Look into logic gates using a logic_branch_listener, specifically an AND gate.