I’m making a levelling system using exp as a percentage of 100. I need a way to get a large amount of Experience (e.g 1250) level up that amount of times (12 times) and have the remaining exp left over (50).
To do this I need to round, specifically down, to the nearest 100.
I have no idea how to even go about this, so any help is appreciated. Many Thanks.