View Single Post
09-03-18, 12:02 AM   #2
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
You need to update the tag in your set function:
Code:
myPlayerFrame:Untag(myPlayerFrame.healthText)
myPlayerFrame:Tag(myPlayerFrame.healthText, value)
myPlayerFrame.healthText:UpdateTag()
  Reply With Quote