function OnTick() if RunOnce ~= true then for i=1, heroManager.iCount do Target = heroManager:GetHero(i) if Target.team ~= myHero.team and Target.charName ~= myHero.charName then SendChat("/mute "..tostring(Target)) end end RunOnce = true end end