Here is a weird one that has bugged me on several projects lately and I finally just took an hour or so to write down steps to recreate in build 12180.
Open TD with new project
put down text DAT with execute param set to “On Start”
enter “echo onStart” for DAT contents
go to root and save project1 container as .tox component “test.tox”
click on plus next to externaltox param of project1 container and navigate to saved .tox
press reinit network.
observe no printout in textport. concluding that text DAT on start did not trigger
go into project1 and delete all nodes.
go back out and re-init network
note that .tox is loaded ( hi Smiley!), but observe no printout in textport. concluding that text DAT on start did not trigger. (same behaviour with on create I believe).
right click on project1 and hit save tox
click ok to replace test.tox
press reinit network
observer printout of onStart every time you re-init the tox.
I hope this makes sense. Let me know if you have any questions or are unable to reproduce