Hi,
I am trying to create a panel with three buttons on it which are set to toggle.
This will give me 8 possible combinations, from none pressed through to all pressed.
What I want is for each combination to trigger a different event. In my test case I used 8 lights, but the the finished one it will enable or disable 7 trigger_teleports with different destinations.
By using login_counter and logic_compare I can turn on the lights acording to the combination of buttons, but I can't get them to turn off properly.
For instance if button1 & button2 are pressed light3 comes on (great! just what I want) however if I unpress either button light3 stays on until both buttons are unpressed. I want them to turn off whenever the combination changes.


