lua code:local range = 7
local count = 3
Module.New("AlertMonster", function(module)
if (#Self.GetTargets(range) >= count) then
alert()
end
module:Delay(500, 1000)
end)
lua code:local range = 7
local count = 3
Module.New("AlertMonster", function(module)
if (#Self.GetTargets(range) >= count) then
alert()
end
module:Delay(500, 1000)
end)