Hmm i dont see why the leveling shouldent work but what about the progress bar?
How does it know what its maximum is?
Also the maximum isent static, it changes with every level cause the
formula is 100*Level*2.
Have you checkt the numbers for level and EXPprogress in the debuger?
In the debugger, the EXPProgress variable reaches over 100*Level*2 and (currently 100) and doesn't stop. The level isn't increased.
For the progress bar, I don't know how to increase it's maximum with each level using the same method as the EXPProgress (100*Level*2) as it does not let me type in the progress bar properties.