function on_event(id)
print(string.format("on_event, script_id: %d, Handling:", script_id))
print(string.format("\t-> id: %d", id))
end