Czy możesz rzucić błąd, który można zapalić w Lua

error("Error Message") -- Throws at the current stack
error("Error Message",2) -- Throws to the caller
error("Error Message",3) -- Throws to the caller after that
Cleric Norse Gaming