View Single Post
09-08-06, 02:44 PM   #56
Zephra
A Murloc Raider
Join Date: Aug 2006
Posts: 4
Originally Posted by Peekabu
From the looks of your code, you're dividing the current player health by the max health, which is at max going to equal 1. Other than that its going to be less than one. So your expression always results in true, and shows the bar.

I'm not familiar with lua and how it types, but I think you want to multiply by a 100, or make that a .95

thank you so much - sigh I was thinking all along it was a proper use of the functions vs a simple math problem
  Reply With Quote