I keep getting error codes when trying to battle. I have deleted entire file and redownloaded game. Keep getting the same error messages. This is one of the error messages.
Any thoughts on what I can do.
Thanks
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/combat/combatStart.rpy", line 470, in script
if turn == friend1["turnPos"] and not friend1Death:
File "game/combat/combatStart.rpy", line 470, in <module>
if turn == friend1["turnPos"] and not friend1Death:
KeyError: u'turnPos'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/combat/combatStart.rpy", line 470, in script
if turn == friend1["turnPos"] and not friend1Death:
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/combat/combatStart.rpy", line 470, in <module>
if turn == friend1["turnPos"] and not friend1Death:
KeyError: u'turnPos'