Macro to remove all but one bot.
Macro to remove all but one bot.
/script for i=2, GetNumRaidMembers() do local c = UnitName("raid"..tostring(i)) if (not(c==nil)) then UninviteByName(c) end end
Re: Macro to remove all but one bot.
Very usefull macro if you are raiding with another player or an alt