Check For Level Up Hitpoints
I have recently created a working combat bot, I have created a progress report that will display level ups by recording the initial level when the script starts and taking that away from the current level, this works for stats such as strength and attack, but for hitpoints, due to the fact that it is a combat script and it records the top number in the stats and not the bottom when i take damage I get minus numbers in levels gained, how do I fix this so that it will use the bottom stat number not the top? or any other way I can fix this thanks in advance.