Error(msg$)
msg$. This is useful if your script shall be aborted because an
unexpected condition occurred.
If Exists("Game.dat") = False Then Error("Cannot read game data!")
The code above checks for the file "Game.dat" and exits with an error
message if it does not exist.