22.08.2010, 19:04
adjustedhealth = (health - 250) / 7.5
if(adjustedhealth < 0) adjustedhealth = 0;
should go down smoothly from 100 (full health) to 0 (starts burning).
if(adjustedhealth < 0) adjustedhealth = 0;
should go down smoothly from 100 (full health) to 0 (starts burning).

