I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/plot/map.rpy", line 970, in script call
call combatsetup from _call_combatsetup_68
File "game/script.rpy", line 1276, in script
$ party.distributeXP(MakeCombat.calculateBaseExp(),True)
File "game/script.rpy", line 1276, in <module>
$ party.distributeXP(MakeCombat.calculateBaseExp(),True)
File "game/RPG framework/Core/enviroment.rpy", line 322, in distributeXP
member.addXP(pAmount+i, pCombat)
File "game/RPG framework/Core/character.rpy", line 622, in addXP
self.checkLevelUp()
File "game/RPG framework/Core/character.rpy", line 627, in checkLevelUp
self.levelUp()
File "game/RPG framework/Core/character.rpy", line 640, in levelUp
self.nextLevel += self.xpNeeded[self.level]
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/plot/map.rpy", line 970, in script call
call combatsetup from _call_combatsetup_68
File "game/script.rpy", line 1276, in script
$ party.distributeXP(MakeCombat.calculateBaseExp(),True)
File "C:\Users\rhw62\Downloads\Planet_Stronghold2_1010\Planet Stronghold 2 1.0.10\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\rhw62\Downloads\Planet_Stronghold2_1010\Planet Stronghold 2 1.0.10\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 1276, in <module>
$ party.distributeXP(MakeCombat.calculateBaseExp(),True)
File "game/RPG framework/Core/enviroment.rpy", line 322, in distributeXP
member.addXP(pAmount+i, pCombat)
File "game/RPG framework/Core/character.rpy", line 622, in addXP
self.checkLevelUp()
File "game/RPG framework/Core/character.rpy", line 627, in checkLevelUp
self.levelUp()
File "game/RPG framework/Core/character.rpy", line 640, in levelUp
self.nextLevel += self.xpNeeded[self.level]
File "C:\Users\rhw62\Downloads\Planet_Stronghold2_1010\Planet Stronghold 2 1.0.10\renpy\python.py", line 847, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-8-6.2.9200
Ren'Py 7.3.5.606
1.0.10
Wed Apr 08 21:29:20 2020