Hi.
I have i simular question as the threadstarter had almost a year ago.

If I'm using a master script to call several scripts something like:
 Code:
IF INGROUP("AA")
   CALL "SlaveScript1.kix"
ENDIF
IF INGROUP("BB")
   CALL "SlaveScript2.kix"
ENDIF
  

So if SlaveScript1.kix crashes the masterscripts also stops. Is it possible start SlaveScripts so if one script crashes it continues with the next one.

/Duvander