While running game code:
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 89 more times]
File "game/library.rpy", line 244, in script call
call library_megan_streak from _call_library_megan_streak
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 6 more times]
File "game/script.rpy", line 894, in script call
call inc_time from _call_inc_time
File "game/script.rpy", line 1100, in script
if neko_char.location==30 and chastity_char.location==30:
File "game/script.rpy", line 1100, in <module>
if neko_char.location==30 and chastity_char.location==30:
NameError: name 'neko_char' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 89 more times]
File "game/library.rpy", line 244, in script call
call library_megan_streak from _call_library_megan_streak
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 90, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 6 more times]
File "game/script.rpy", line 894, in script call
call inc_time from _call_inc_time
File "game/script.rpy", line 1100, in script
if neko_char.location==30 and chastity_char.location==30:
File "D:\hgame\corruptsin-2.0.1-pc\renpy\ast.py", line 1845, in execute
if renpy.python.py_eval(condition):
File "D:\hgame\corruptsin-2.0.1-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\hgame\corruptsin-2.0.1-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 1100, in <module>
if neko_char.location==30 and chastity_char.location==30:
NameError: name 'neko_char' is not define
Why is my error occurring?