13.01.2025, 15:19
Try this, Tag all your bit objects with a TAG and then create event based script triggered by your TAG.
As execution mode select Last instance and use this script
As execution mode select Last instance and use this script
Code:
if event.sender ~= "se" then
value = event.getvalue()
os.sleep(1)
grp.write(event.dst, value)
os.sleep(1)
grp.write(event.dst, value)
os.sleep(1)
grp.write(event.dst, value)
end
------------------------------
Ctrl+F5
Ctrl+F5