Hi guys i hope someone can help me with this. I have 4 save files and each one following a different result for the bull x lizards war. The thing is: when i made peace with both tribes i could recruit Bread. But then i started a new game giving the victory to the bulls and now i get this error whenever i try to give the jam cake to Bread:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/C_Bread.rpy", line 656, in <module>
NameError: name 'jam_cake' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C_Bread.rpyc", line 656, in script
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/C_Bread.rpy", line 656, in <module>
NameError: name 'jam_cake' is not defined
------
It occurs with or without the jam cake in my inventory, if someone knows how to fix this, please let me know. Thanks in advance.