View Single Post
09-03-18, 12:30 AM   #3
Lyak
A Cyclonian
Join Date: Jul 2018
Posts: 46
Originally Posted by Rainrider View Post
You need to update the tag in your set function:
Code:
myPlayerFrame:Untag(myPlayerFrame.healthText)
myPlayerFrame:Tag(myPlayerFrame.healthText, value)
myPlayerFrame.healthText:UpdateTag()
NICE!!!!!!!!!!!!!!!!!!!

It just worked like a charm

I really appreciate your help, Rainrider!
  Reply With Quote