Checking to see if something plus something is more than...
How would i make the game check if 1+test>tester?
if(1+test>tester) // Do stuff
Maybe I'm just not understanding the question but the answer is quite simple.