Yes i would like to see i
beary_2009
Recent community posts
specifying what it says is this :
A exception has occurred
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 41, in script call
call start1 from _call_start1 #start1 is the label.
File "game/Goodroute1.rpy", line 3, in script
if vampire == True:
File "game/Goodroute1.rpy", line 3, in <module>
if vampire == True:
NameError: name 'vampire' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 41, in script call
call start1 from _call_start1 #start1 is the label.
File "game/Goodroute1.rpy", line 3, in script
if vampire == True:
File "D:\P\Downloads\ADateWithYourSerialKiller-pc\ADateWithYourSerialKiller-pc\renpy\ast.py", line 1656, in execute
if renpy.python.py_eval(condition):
File "D:\P\Downloads\ADateWithYourSerialKiller-pc\ADateWithYourSerialKiller-pc\renpy\python.py", line 1749, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\P\Downloads\ADateWithYourSerialKiller-pc\ADateWithYourSerialKiller-pc\renpy\python.py", line 1743, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Goodroute1.rpy", line 3, in <module>
if vampire == True:
NameError: name 'vampire' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
A Date With Your Serial Killer
[/code]