Macro to remove all but one bot.

Post Reply
User avatar
Cyndal
Posts: 2

Macro to remove all but one bot.

Post by Cyndal »

/script for i=2, GetNumRaidMembers() do local c = UnitName("raid"..tostring(i)) if (not(c==nil)) then UninviteByName(c) end end
User avatar
anubis88
Posts: 35

Re: Macro to remove all but one bot.

Post by anubis88 »

Very usefull macro if you are raiding with another player or an alt :)
Post Reply