/ Published in: Lua
Marks all party members with a Raid Target Icon. Useful for arena matches.
Expand |
Embed | Plain Text
/script local i=1;SetRaidTarget("player", i);for p=1,GetNumPartyMembers() do i=i+1;SetRaidTarget("party"..p, i);end
You need to login to post a comment.
