07.09.2021, 05:16
Hi,
In certain conditions I need to run a script from another script, I can trigger it by using:
But is there a simpler way, such as a script.run('scriptname')?
In certain conditions I need to run a script from another script, I can trigger it by using:
Code:
script.disable('script2')
script.enable('script2')
But is there a simpler way, such as a script.run('scriptname')?
Thank you!
Morkov
Morkov