Sorry we've been a bit out of itch this past month. Here or in discord is fine to report!
If you post the log it's easy for us, but we have fix a few of these already!
Here's the one for Isabelle
Full traceback: File "game/script/characters/isabelle talk.rpy", line 5, in script if isa_rel < 0: File "renpy/ast.py", line 1852, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2249, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2242, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script/characters/isabelle talk.rpy", line 5, in <module> if isa_rel < 0: NameError: name 'isa_rel' is not defined While running game code: File "game/script/characters/isabelle talk.rpy", line 5, in script if isa_rel < 0: File "game/script/characters/isabelle talk.rpy", line 5, in <module> if isa_rel < 0: NameError: name 'isa_rel' is not definedAnd the one for Jay
Full traceback: File "game/script/story/chapter 1.rpy", line 2967, in script $ jay_rel += 2 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 "game/script/story/chapter 1.rpy", line 2967, in <module> $ jay_rel += 2 NameError: name 'jay_rel' is not defined While running game code: File "game/script/story/chapter 1.rpy", line 2967, in script $ jay_rel += 2 File "game/script/story/chapter 1.rpy", line 2967, in <module> $ jay_rel += 2 NameError: name 'jay_rel' is not defined