View Single Post
08-21-14, 01:22 PM   #81
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Something like this should work

Lua Code:
  1. if((unit == 'raid' or unit == 'party') and not self:GetParent():GetAttribute('showRaid')) then
  2.   self.Health.colorClass = true
  3. end

Last edited by p3lim : 08-21-14 at 01:54 PM.
  Reply With Quote