This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Here some code for myself to add coloring. (0% = red, 100% = green)
self.text = format( "|cff%.2x%.2x00%i%%|r", total < .5 and 255 or 510 - total*510, total < .5 and total*510 or 255, total*100) self.value = self.text
To post a comment, please login or register a new account.