21.11.2024, 13:18
Create event script which will be triggered by light1 and paste this script
Change the 1/1/2 to your light 2 group.
Code:
value = event.getvalue()
if value == true then
grp.write('1/1/2', false)
end
------------------------------
Ctrl+F5
Ctrl+F5