Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Issa
Forum: Lua/XML Help 11-07-10, 08:31 AM
Replies: 15
Views: 21,507
Posted By Issa
If you want to display the group number for every...

If you want to display the group number for every raid member, you can use this code:
if not UnitInRaid("PLAYER") then return end
for i = 1 , GetNumRaidMembers() do
name, _, subgroup =...
Showing results 1 to 1 of 1