Page 2 of 2

Posted: Tue Jul 13, 2004 6:31 pm
by Rusty~
yep, you got it

Posted: Wed Jul 14, 2004 7:49 am
by TheNewGuy
Ok, now when I plugged in

Code: Select all

${Me.HPRegen} 
everything worked fine. When I use

Code: Select all

${If[${Me.PctHPs}<100,${He.HPRegen},]} 
it totally breaks my UI. (Meaning it won't load it up at ALL, even after getting in game and trying ot have it re-load it.

My first guess is because I'm using < and > in the xml files instead of the html code for them... Any Idea?

Posted: Wed Jul 14, 2004 1:44 pm
by Rusty~
yeah actually that might be the problem, sorry. just checked my UI file and i actually had it a bit different.

Code: Select all

<TooltipReference>${If[(${Me.PctHPs}==100),NULL,+${Me.HPRegen}]}</TooltipReference>
you could probably just deleted the null altogether tho, i dunno why i had that in there :P