I would be very helpful if you could share the error you're getting.
(btw, the cheatmod will not cause such issue, the walkthroughmod could (because is changes gamefiles))
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapter2/ch2before.rpy", line 74, in script
if "ch2choosevic" in extraevents and EP2_party_vic==False:
File "game/chapter2/ch2before.rpy", line 74, in <module>
if "ch2choosevic" in extraevents and EP2_party_vic==False:
NameError: name 'EP2_party_vic' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapter2/ch2before.rpy", line 74, in script
if "ch2choosevic" in extraevents and EP2_party_vic==False:
File "G:\Games\Certain Games\Broken Dreamers\BrokenDreamers-1.10.1-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "G:\Games\Certain Games\Broken Dreamers\BrokenDreamers-1.10.1-pc\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "G:\Games\Certain Games\Broken Dreamers\BrokenDreamers-1.10.1-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/chapter2/ch2before.rpy", line 74, in <module>
if "ch2choosevic" in extraevents and EP2_party_vic==False:
NameError: name 'EP2_party_vic' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
The City of Broken Dreamers 1.10.1
Wed Nov 24 19:20:30 2021
```
This is the error, it happens regardless of who I choose for the party.