Fresh game. Fresh Koga Mod (cheat only). Fresh Scrappy mod. Everything is exactly where it should be.
Game gets errors and cant start a new game.
Full traceback:
File "renpy/common/00start.rpy", line 187, in script
python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 188, in <module>
renpy.execute_default_statement(True)
File "renpy/exports.py", line 3581, in execute_default_statement
i.set_default(start)
File "game/KoGa3Mod.rpy", line 3860, in set_default
default Alexis_Points = 0 #EP1
Exception: store.Alexis_Points is being given a default a second time
While running game code:
File "renpy/common/00start.rpy", line 187, in script
python:
File "renpy/common/00start.rpy", line 188, in <module>
renpy.execute_default_statement(True)
File "game/KoGa3Mod.rpy", line 3860, in set_default
default Alexis_Points = 0 #EP1
Exception: store.Alexis_Points is being given a default a second time.
I can ignore and start up the game to menu. But, if I try to actually start the game, it just one error screen after another.