Thread cutting script - WIP

 From:  Martin (MARTIN3D)
5451.61 In reply to 5451.60 
Thanks Colin!

Many thanks Michael, that help was neccessary. I didn't think of the WaitForDialogDone() function to actually return a boolean value. I thought it just waits and then continues.
I will use
code:
if ( WaitForDialogDone() ) makeExternalThread();

in the next update of the script.