6 lines
173 B
Text
6 lines
173 B
Text
-- in a movie script
|
|
-- usage: throw("Custom error 23")
|
|
on throw (msg)
|
|
_player.alertHook.alertHook("Script runtime error", msg, #script)
|
|
abort() -- exits call stack
|
|
end
|