Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-21-14, 01:22 PM   #24
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
 

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » oUF P3lim - Official thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off