I try to switch a switch via dzvents scripting.
Hereby the following information;
switch 1 called no value 1
switch 2 called no value 2
switch 3 called dummy switch.
if I switch on switch 1 or 2 then the dummy must switch on (it does not matter which switch switches on). this works the way I want
but now I want to switch off the switch in the same script as follows,
switches 1 and 2 are off, then switch 3 may go out.
(I want them all off before the switch goes off)
I don't get this working and I tried different ways, the last one in the spoiler.
would someone like to help me with this or indicate the right path.
thank you in advance
- Spoiler: show