i need one function that remove creatures from certain area
i try that but dosent work
someone can help me?
function removeRaid(fromPos, toPos)
local pos = fromPos
for x=0,getDistanceBetween(fromPos, {x = toPos.x,y = fromPos.y,z=fromPos.z}) do
for y=0,getDistanceBetween(fromPos, {x =...