For some reason, after I defeat the last enemy, I get this error:
Script 'Easy Lvlup Notifier' line 264: NoMethodError occured. undefined method '[]' for nil:NilClass
I haven't done too much testing, but it seems that I only get the error if I load a save, but works if I start a new game. I think it may be because I use the call script, "$game_variables[26].each {|act| $game_party.actors.push(act)}" before the battle to call a memorized party, but I'm not sure. Thanks in advance.