Is there any way to make a variable equal the remainder of 2 variables for example:
variable A = 10
variable B = 2
Variable C = The Remaining of Variables A and B combined which will equal 8.
If it is possible can someone make it or show me how it is done because i am making a custom leveling system in my game
I have no clue how to do it