View Single Post
08/09/17, 08:47 AM   #6
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
I've never used it so I don't know anything about what it is displaying, but
targetHealthBar.leftText = targetBarText
writes the text to the bar. So what does targetBarText contain? If it's purely the number, then you can do:
targetHealthBar.leftText = ZO_CommaDelimitNumber(targetBarText)

If it isn't just the number, then you need to go back to the point where that is first created and ensure the number added to that text is formatted first.
  Reply With Quote