Not sure if this is where I should put bugs, but there's an exception error on line 6445 of Chapter03.rpy, "noalexkiss" should be "not alexkiss"
It's PC/Linux 0.5.1,
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/chapter03.rpy", line 6445, in script
if fcslow and likealex and (alexkiss or noalexkiss):
File "game/scripts/chapter03.rpy", line 6445, in <module>
if fcslow and likealex and (alexkiss or noalexkiss):
NameError: name 'noalexkiss' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/chapter03.rpy", line 6445, in script
if fcslow and likealex and (alexkiss or noalexkiss):
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/chapter03.rpy", line 6445, in <module>
if fcslow and likealex and (alexkiss or noalexkiss):
NameError: name 'noalexkiss' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
One Lie 0.5.1
Mon Sep 26 10:05:12 2022
Fixed.
Just move the file to the 'game' directory and overwrite.
https://drive.google.com/file/d/1R8H_XFiOjVJHo3ZZhqu3w29ICNv63oEo/view?usp=shari...
Thanks again for pointing out the error.