- Aug 31, 2019
- 3,214
- 20,156
One Patron ran into this and I can't duplicate the error on any of the version because she's defined properly. You could try deleting your persistent save file. That's the best I can tell you, it's possible that got corrupted. But, as I said there's nothing I can do about this, because it's all correct and I've tested it extensively. Worst case, delete your persistent save file in both places in windows, or start a new save. There's no reason for this to be happening, it makes no sense in terms of code. So, that's all I can offer.View attachment 1706226Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/ch10_script.rpy", line 5709, in script $ Shelly += 2 File "game/scripts/ch10_script.rpy", line 5709, in <module> $ Shelly += 2 NameError: name 'Shelly' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/ch10_script.rpy", line 5709, in script $ Shelly += 2 File "D:\Users\User\Downloads\OneDayataTime-Ch.10c-pc\OneDayataTime-Ch.10c-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Users\User\Downloads\OneDayataTime-Ch.10c-pc\OneDayataTime-Ch.10c-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/scripts/ch10_script.rpy", line 5709, in <module> $ Shelly += 2 NameError: name 'Shelly' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 One Day At A Time Wed Mar 16 11:22:26 2022
Last edited: