I have a comparison for my game.
How would I add +1 for every 5 levels.
For instance:
if(SIZ_CON >= 36 && SIZ_CON <= 40){HIT_POINTS = 50;}
Now for every 5 levels above that add +1. I'm wracking my brain here. Can someone help?


A8 Commercial