JoeBeans
Member
- Jan 9, 2018
- 396
- 248
- 247
Well if you haven't already...you can try loading an earlier save, if in fact you are getting the error after trying to load a save file.Sorry, I'm a noob at this - how do I fix this?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/1_Home_label.rpy", line 537, in <module> NameError: name 'ai_talk_complete' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "1_Home_label.rpyc", line 537, in script File "renpy/ast.py", line 1893, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2266, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2259, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/1_Home_label.rpy", line 537, in <module> NameError: name 'ai_talk_complete' is not defined Windows-10-10.0.19041 Ren'Py 7.4.8.1895 LustTheory S2E9 Mon Aug 1 22:33:34 2022
This is from game with no mod, but also doesn't work with the mod
Other than that you would need to probably enable the console with unren and try typing in "ai_talk_complete = 1" don't know if that will fix it but its worth a try. OOOps my bad...you would need to be able to launch the save to do that last part...sorry.
Last edited: