Bug report
BasketBall Court step 3
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/a2fp.rpy", line 1266, in script
if (_playerstrongnow == "False"):
File "game/a2fp.rpy", line 1266, in <module>
if (_playerstrongnow == "False"):
NameError: name '_playerstrongnow' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/a2fp.rpy", line 1266, in script
if (_playerstrongnow == "False"):
File "XXXX\Camp_Pinewood_1.6\renpy\ast.py", line 1760, in execute
if renpy.python.py_eval(condition):
File "XXX\Camp_Pinewood_1.6\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "XXX\Camp_Pinewood_1.6\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/a2fp.rpy", line 1266, in <module>
if (_playerstrongnow == "False"):
NameError: name '_playerstrongnow' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.1.1.929
CampPinewood 1.6
Sun Feb 03 16:18:45 2019
Anyone solve the problem?