local colshape = createColCuboid ( 189.61836242676, 1979.748535355163, 17066425, 220, 200, 60 )
function zona ( )
if ( isElementWithinColShape ( source, colshape ) ) then
slothbot = exports [ "slothbot" ]:spawnBot ( 189.61836242676, 1979.748535355163, 17066425, 90, math.random ( 300, 303 ), 0, 0, Boss, 38, "hunting", true )
exports.extra_health:setElementExtraHealth ( slothbot, 5000 )
end
end
addEvent ( "onZombieWasted", true )
addEventHandler ( "onZombieWasted", getRootElement(), zona )