ErrorNoHalt
Example
An example of the use of this function
Output: Number out of range!
This line will be printed
Throws a Lua error but does not break out of the current call stack. This function will not print a stack trace like a normal error would. Essentially similar if not equivalent to Msg.
An example of the use of this function