Wanted to give it a try but it keeps giving me this:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "renpy/common/00start.rpy", line 189, in script
    python:
  File "renpy/common/00start.rpy", line 189, in script
    python:
  File "renpy/common/00start.rpy", line 190, in <module>
    renpy.execute_default_statement(True)
  File "game/SjoherMOD/OlderSavesFix.rpy", line 8, in set_default
    default layla = False
Exception: store.layla is being given a default a second time.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "C:\Users\pcd\Documents\TAC-Ch12-pc\TAC-pc\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "C:\Users\pcd\Documents\TAC-Ch12-pc\TAC-pc\renpy\main.py", line 578, in main
    run(restart)
  File "C:\Users\pcd\Documents\TAC-Ch12-pc\TAC-pc\renpy\main.py", line 143, in run
    renpy.execution.run_context(True)
  File "C:\Users\pcd\Documents\TAC-Ch12-pc\TAC-pc\renpy\execution.py", line 908, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 189, in script
    python:
  File "renpy/common/00start.rpy", line 189, in script
    python:
  File "C:\Users\pcd\Documents\TAC-Ch12-pc\TAC-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\pcd\Documents\TAC-Ch12-pc\TAC-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00start.rpy", line 190, in <module>
    renpy.execute_default_statement(True)
  File "C:\Users\pcd\Documents\TAC-Ch12-pc\TAC-pc\renpy\exports.py", line 3495, in execute_default_statement
    i.set_default(start)
  File "game/SjoherMOD/OlderSavesFix.rpy", line 8, in set_default
    default layla = False
Exception: store.layla is being given a default a second time.
Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Chapter 12 
Wed May 20 19:46:14 2020
Did i do something wrong? Everytime i start up i get this screen right at the beginning. Or should i delete all old saves and start up a new game?