View Single Post
02-01-11, 07:45 PM   #7
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Originally Posted by Zealer View Post
Alright,
I think there must be some sort of glitch with the api or whatever backend function loads values from the saved vars.
Here is how I am getting around the -0:

if playerEP = 0 then
playerEP = 0;
end

Pretty hilarious. Anyone else seen this?
if there are more places like this in your code it would be better to show your code so others can take a look when you compare values you need the == operator.
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote