# This script is executed if "autoquit=file" is set and a wait-condition 
# failed or the user hits ESC during the execution of a script.
# "autoquit" works like this:
# autoquit=on      hangup is performed and the program terminates (default)
# autoquit=off     nothing happens after ESC
# autoquit="file" the scriptfile is executed, and the program terminates
print
print "{7}****** USER BREAKED *******"

