local range = 7
local count = 3
Module.New("AlertMonster", function(module)
if (#Self.GetTargets(range) >= count) then
alert()
end
module:Delay(500, 1000)
end)
thank you again my friend but it is possible to add monster name? or not thanks in advance!