How do we edit the code? This is the error I'm getting.Yes the trio scene is bugged again
if you use unren you can fix it in scripts\chapters\c5\c4_e8.rpy line 190:
remove the final parenthesis:
if c2_tom_sex and Darkpy.get('c4_e6_bonnie_kiss') and triopoints >= 1):
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
SyntaxError: unexpected EOF while parsing (c4_e8.rpy, line 190)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/chapters/c4/c4_e8.rpyc", line 17, in script call
File "scripts/chapters/c4/c4_e8.rpyc", line 190, in script
File "renpy/ast.py", line 1892, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2247, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: unexpected EOF while parsing (c4_e8.rpy, line 190)
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
LC C4_FINAL
Tue Aug 24 14:04:54 2021