xxxxxxxxxx
push_error("test error")
# prints "test error" to debugger and terminal as error call
xxxxxxxxxx
assert(false, "error message")
# forces a stop of the game with error message
assertion error: error message
# The string in assert(false, "error message") is the error message