Name
CtrlCQuit -- enable/disable quit by control-c (V2.0)
Synopsis
CtrlCQuit(enable)
Function
By default, all Hollywood scripts can be interrupted at any time just by pressing CTRL-C. If you do not want this, use this function to disable the feature.

Please note: Think twice before disabling CTRL-C quit. For example, if your script runs in a borderless window or full screen, there is no close box to click, so it is quite handy to have CTRL-C quit enabled.

Inputs
enable
True to enable CTRL-C quit, False to disable it

Show TOC