Diner - Order Food
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 713, in script
$ hunger
File "game/script.rpy", line 713, in <module>
$ hunger
NameError: name 'hunger' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 713, in script
$ hunger
File "D:\Downloads\runaway-021-pc\runaway-0.2.1-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\runaway-021-pc\runaway-0.2.1-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 713, in <module>
$ hunger
NameError: name 'hunger' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
runaway 0.2.1
Fri Mar 13 13:47:33 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/house.rpy", line 359, in script
$ random=renpy.random.choice(["Claire tries and fails to make " + ingrident,"Rocooco has to reconstruct " + ingridient + " from taste while blindfolded.","On Brad's fermentation show he builds" + ingrident + " for some reason.","Some drunk Canadian guy arrives and bothers all of the cooks.","The Binging Babby teams up with Brad and cooks " + ingrident])
File "game/house.rpy", line 359, in <module>
$ random=renpy.random.choice(["Claire tries and fails to make " + ingrident,"Rocooco has to reconstruct " + ingridient + " from taste while blindfolded.","On Brad's fermentation show he builds" + ingrident + " for some reason.","Some drunk Canadian guy arrives and bothers all of the cooks.","The Binging Babby teams up with Brad and cooks " + ingrident])
NameError: name 'ingridient' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/house.rpy", line 359, in script
$ random=renpy.random.choice(["Claire tries and fails to make " + ingrident,"Rocooco has to reconstruct " + ingridient + " from taste while blindfolded.","On Brad's fermentation show he builds" + ingrident + " for some reason.","Some drunk Canadian guy arrives and bothers all of the cooks.","The Binging Babby teams up with Brad and cooks " + ingrident])
File "D:\Downloads\runaway-021-pc\runaway-0.2.1-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\runaway-021-pc\runaway-0.2.1-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/house.rpy", line 359, in <module>
$ random=renpy.random.choice(["Claire tries and fails to make " + ingrident,"Rocooco has to reconstruct " + ingridient + " from taste while blindfolded.","On Brad's fermentation show he builds" + ingrident + " for some reason.","Some drunk Canadian guy arrives and bothers all of the cooks.","The Binging Babby teams up with Brad and cooks " + ingrident])
NameError: name 'ingridient' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
runaway 0.2.1
Fri Mar 13 14:08:55 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/costume_scenes.rpy", line 422, in script
if characters[1].corsetdress==0:
File "game/costume_scenes.rpy", line 422, in <module>
if characters[1].corsetdress==0:
AttributeError: 'GameCharacter' object has no attribute 'corsetdress'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/costume_scenes.rpy", line 422, in script
if characters[1].corsetdress==0:
File "D:\Downloads\runaway-021-pc\runaway-0.2.1-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "D:\Downloads\runaway-021-pc\runaway-0.2.1-pc\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Downloads\runaway-021-pc\runaway-0.2.1-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/costume_scenes.rpy", line 422, in <module>
if characters[1].corsetdress==0:
AttributeError: 'GameCharacter' object has no attribute 'corsetdress'
Windows-8-6.2.9200
Ren'Py 7.2.2.491
runaway 0.2.1
Fri Mar 13 15:13:01 2020
Last edited: