1 2 3 4 5 6
for int_Id = 1, 65534 do local o_Npc = level.object_by_id( int_Id) if o_Npc then alife():release( o_Npc, true) end end