Object: Scripting Object
Access: Read/Write
Set to true to keep the script from exiting after the last statement executes.
Scripting.DontExit = True | False
None.
Boolean, if True, keep the script from exiting after the last statement executes. If False, exit the script after the last statement executes.