Well Sometimes I have a number that causes the integer to overflow when adding. Now is there a way that instead of overflowing it resets to 0 and continues adding? I was thinking making it a int64 and if it is bigger then an int subtracting an int but is there another easier way?