10.11.2021, 12:52
I have a case where I would like to attach and create event scripts to objects based on tags.
The script in itself just calls on some common functions and does it's own thing based on the event object.
The case:
Select all objects with a tag, then create an eventscript for that object.
Solution #1 : Manually open the objects one by one in event script editor and pasting the code manually.
Solution #2 : Create an external python script that modifies the script export via script backups and then re-import it with the newly created event scripts.
Is this possible within Logicmachine? I'd prefer not to use solution #1 and #2 since it's less fun and more tedious.
The script in itself just calls on some common functions and does it's own thing based on the event object.
The case:
Select all objects with a tag, then create an eventscript for that object.
Solution #1 : Manually open the objects one by one in event script editor and pasting the code manually.
Solution #2 : Create an external python script that modifies the script export via script backups and then re-import it with the newly created event scripts.
Is this possible within Logicmachine? I'd prefer not to use solution #1 and #2 since it's less fun and more tedious.