#How to For-Loop for Every 100?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hello, I am trying to make a simple prestige system. It's includes a for loop that is supposed to give you 1 prestige level for every 100 money you have. But my issue is that, as soon as it is 101, it gives you two points, when it should give you 1. How do I correctly implement it to match my vision? Thanks