
Re: Variables For Keypadlinc Button Link Trigger
What you really need to do is track the lights - so when any of them go on, set the variable to true; when one goes off, you'll need a script to check to see if any others are on and if not then set the variable to false. That means 2 triggers per light - one for ON and one for OFF. The ON action is to set the variable to true so it's straight-forward. The OFF action should execute an Action Group that contains a script that cycles through all the lights looking to see if one is ON: if so, make sure the variable is true; if not, set the variable to false.
There are other ways to do this but off the top of my head this is what I'd do. I can't think of a good way to do it without scripts but there may be...
