Trigger one script by multiple objects/addresses - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Trigger one script by multiple objects/addresses (/showthread.php?tid=5275) |
Trigger one script by multiple objects/addresses - _BG_ - 28.02.2024 Hi! Is it possible to trigger one script by multiple objects? Script could be Event-based or Resident. Of course i can make additional obj (that holds event-based script I need) and change this obj's value from multiple objects/addresses. But Id like to do it in straight way. Thanks in advance. RE: Trigger one script by multiple objects/addresses - admin - 28.02.2024 Event script can be attached to a tag instead of a group address. RE: Trigger one script by multiple objects/addresses - _BG_ - 28.02.2024 (28.02.2024, 12:29)admin Wrote: Event script can be attached to a tag instead of a group address. Thank you! For some reason I forgot about it. |