View Single Post
08-09-14, 09:36 PM   #14
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by liquidbase View Post
with (maxXP == 0) the script throw a error if I want to display the value in a tooltip because of the nil-value.
So wrap the whole thing in a check to make sure the maxXP isn't zero, and skip doing anything with XP in that case, since there's no valid information to show.

If you need help with specific changes, you'll have to show your code.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.