Quote (Decimation @ 3 Oct 2011 20:01)
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
nice post. now go back to your full-time-dream-job.