View Single Post
09-24-18, 12:09 AM   #6
superfula
A Deviate Faerie Dragon
Join Date: Mar 2006
Posts: 14
Originally Posted by superfula View Post
I'll admit I'm very much a novice at this so I'm not sure what you mean.
Just a quick update. I managed to get a bar to show however it's a full bar and not a partial like it should be. I'm only 9% into the level right now. Tooltips are working though.

edit: Finally figured it out. I was missing the following lines...

bar:SetMinMaxValues(0, totalLevelXP)
bar:SetValue(xp)
bar:Show()

Last edited by superfula : 09-24-18 at 12:38 AM.
  Reply With Quote