01.11.2024, 10:44
(01.11.2024, 09:20)admin Wrote: event.dst contains the group address that triggered the script. Use tags to assign a single script to multiple groups.
(01.11.2024, 10:37)Daniel Wrote: It will, just tag your objects. Create event script with this tag. Drop this and start writing to your objects. See what happens in logs
Code:log(grp.find(event.dst).name)
I got the event.dst to work, but I wanted to copy my event script to multiple group adresses, preferably automated copy.