ID:175546
 
How would i make the game check if 1+test>tester?
Koolguy900095 wrote:
How would i make the game check if 1+test>tester?

Maybe I'm just not understanding the question but the answer is quite simple.

if(1+test>tester)
// Do stuff
In response to Theodis
1 note to Koolguy:
It would be more helpful if you don't put test, tester, etc. myabe you could use 1, 2, and 3, or aa, bb, cc. just something to think about.