- Aug 5, 2017
- 157
- 179
I ended up just commenting out (# character) the line in question:I get a crash every time I get enough experience to level up sneak to level 10. This is independent of the source of the level up. Attached the traceback.
File "game/01battle_library.rpy", line 1063, in level_up_action
renpy.say(None,self.list[(self.level)].name + ": " + self.list[(self.level)].desc)
Also this traceback reminds me: If you call something you have to return from it or you're going to end up with a massive stack like that and it never stops growing, so the game just goes slower and slower. Potentially change your screens from Call to Jump but I haven't tested that as a fix.