Quote (benell @ 3 Oct 2011 17:36)
28 != a couple ?
int coleStats = 96;
inr royStats = 68;
//a couple is 2-5, a lot is 20 or more
bool aLot = false;
bool aCouple = false;
int statDifference = (coleStats - royStats);
if((statDifference <=5) && (statDifference >1))
{
aCouple = true;
}
else if(statDifference >= 20)
{
aLot = true;
}
else
return 0;
jajajajajajaajajajajaajajajajjajajajaajajaja