Load script and continue to run even if host script crashes?

How can i load script and loaded script continues to run even if host script crashes? If i use “load script”, if host script quits/crashes, then loaded script crashes too?

Hi cirno,

a better way is to optimize the script(s), that they don’t do unexpected things.
I prefer more controlling my scripts than they control me :wink:

That’s what “try” blocks and error handlers are for cirno. No script should ever crash - it should trap its errors and do something about them.