Just started a new game and get this
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKintro.rpy", line 108, in script call
$ renpy.call("chapter", 0)
File "game/BKevents.rpy", line 363, in script
python:
File "game/BKevents.rpy", line 365, in <module>
game.set_max_girl_level()
File "game/BKclasses.rpy", line 318, in set_max_girl_level
self.max_girl_level = {1: 1, 2: 5, 3: 5, 4: 10, 5: 10, 6: 15, 7: 20}[self.chapter]
KeyError: 0
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKintro.rpy", line 108, in script call
$ renpy.call("chapter", 0)
File "game/BKevents.rpy", line 363, in script
python:
File "K:\Brothel king 0_2\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "K:\Brothel king 0_2\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/BKevents.rpy", line 365, in <module>
game.set_max_girl_level()
File "game/BKclasses.rpy", line 318, in set_max_girl_level
self.max_girl_level = {1: 1, 2: 5, 3: 5, 4: 10, 5: 10, 6: 15, 7: 20}[self.chapter]
KeyError: 0
Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Brothel King 0.2 v210826
Thu Oct 07 03:01:01 2021