08.11.2009, 10:06
Quote:
|
Originally Posted by Jakku
Quote:
|
if(health < 24) means if the health is smaller than 24
but
if(health > 24) means if the health is bigger than 24
and
if(24 > health) means if 24 is bigger than health.

