First time trying it out, and I've ran into a bug. Here's the log
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 "C:\H Games\camp-1.6-pc\renpy\ast.py", line 1760, in execute
if renpy.python.py_eval(condition):
File "C:\H Games\camp-1.6-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\H Games\camp-1.6-pc\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-8-6.2.9200
Ren'Py 7.1.1.929
CampPinewood 1.6
Mon Feb 04 18:29:37 2019
Edit,. Just saw someone else posted the same error.