Thread Tools Display Modes
11-27-11, 12:48 AM   #1
linguini
A Fallenroot Satyr
Join Date: Jun 2010
Posts: 20
how to display SUF health as 1,000,000 instead of 1000000

the default code for health numbers like 1000000 is:

PHP Code:
function(unitunitOwner)
if( 
UnitIsDead(unit) ) then
return ShadowUF.L["Dead"]
elseif( 
UnitIsGhost(unit) ) then
return ShadowUF.L["Ghost"]
elseif( 
not UnitIsConnected(unit) ) then
return ShadowUF.L["Offline"]
end

return UnitHealth(unit)
end 

how do i get it so it shows as
1,000,000
  Reply With Quote
11-27-11, 08:13 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Not really of help, but just want to mention there was a thread about this on WowAce (for reference)
  Reply With Quote
11-27-11, 12:16 PM   #3
linguini
A Fallenroot Satyr
Join Date: Jun 2010
Posts: 20
reading that thread hurt my brain X_X
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » how to display SUF health as 1,000,000 instead of 1000000


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