current max exp
Posted: Sat Mar 26, 2016 5:27 pm
In Grim 2 the maximum experience needed for a level up starts out at 1000. This maximum increases as the game progresses. Is there a function I can use to get the current maximum experience needed for a level up at any point in the game? I know I can use setSkillPoints() or addSkillPoints() or trainSkill() to add level ups but I would like to know how many experience points are needed to get to the next level up.