My char is constantly leveling up, after getting his XP, but I just want it to do it once.
Yours,
Dennis
// Temporary check for experience and level if(rogueExperience >= 1000){ levelUp(); }