the " BoatingChar is not defined" bug I ignored it several times to continue the game, but finally the game jumped to title.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1081, in script call
call Day12 from _call_Day12
File "game/Day12.rpy", line 3, in script
if BoatingChar == True or AllLove == True:
File "game/Day12.rpy", line 3, in <module>
if BoatingChar == True or AllLove == True:
NameError: name 'BoatingChar' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1081, in script call
call Day12 from _call_Day12
File "game/Day12.rpy", line 3, in script
if BoatingChar == True or AllLove == True:
File "F:\chrome download\TROS-1.0-win\TROS-1.0-win\renpy\ast.py", line 1647, in execute
if renpy.python.py_eval(condition):
File "F:\chrome download\TROS-1.0-win\TROS-1.0-win\renpy\python.py", line 1670, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\chrome download\TROS-1.0-win\TROS-1.0-win\renpy\python.py", line 1665, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Day12.rpy", line 3, in <module>
if BoatingChar == True or AllLove == True:
NameError: name 'BoatingChar' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.11.1749
A Ren'Py Game 0.0
[/code]