View Single Post
11-15-17, 03:00 AM   #3
Encoresx
A Deviate Faerie Dragon
Join Date: Oct 2017
Posts: 11
Thanks!

So here's what I got:

local z=GetNumGroupMembers()
if z <=5 then
CompactUnitFrameProfiles_ActivateRaidProfile("Primary") else
CompactUnitFrameProfiles_ActivateRaidProfile("Mucho") end

I placed this into an addon and it doesn't seem to work - do I need it in a loop or?
  Reply With Quote