function on_spawn(eid) print("spawn", eid) end function on_despawn(eid) print("despawn", eid) end