- Jun 30, 2018
- 282
- 129
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/homeevents.rpy", line 3, in script call
call expression renpy.random.choice(["eating_withnanami","eating_withsisters"]) from _call_expression
File "game/script.rpy", line 6235, in script call
call expression renpy.random.choice(["momsumire_jog"]) from _call_expression_2
File "game/script.rpy", line 6235, in script call
call expression renpy.random.choice(["momsumire_jog"]) from _call_expression_2
File "game/script.rpy", line 6525, in script call
call expression renpy.random.choice(["azumi_beachchange","random1_beachchange","saeka_beachchange","suzune_beachchange","yuzuki_beachchange"]) from _call_expression_3
File "game/script.rpy", line 6553, in script call
call expression renpy.random.choice(["anri_beachchange","azumi_beachchange","ella_beachchange","masaka_beachchange","moka_beachchange","molli_beachchange","random1_beachchange","saeka_beachchange","shiroi_beachchange","sumire_beachchange","suzune_beachchange","tora_beachchange","yuzuki_beachchange"]) from _call_expression_4
File "game/script.rpy", line 5079, in script
$ ayako_love = ayako_love +10
File "game/script.rpy", line 5079, in <module>
$ ayako_love = ayako_love +10
NameError: name 'ayako_love' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/homeevents.rpy", line 3, in script call
call expression renpy.random.choice(["eating_withnanami","eating_withsisters"]) from _call_expression
File "game/script.rpy", line 6235, in script call
call expression renpy.random.choice(["momsumire_jog"]) from _call_expression_2
File "game/script.rpy", line 6235, in script call
call expression renpy.random.choice(["momsumire_jog"]) from _call_expression_2
File "game/script.rpy", line 6525, in script call
call expression renpy.random.choice(["azumi_beachchange","random1_beachchange","saeka_beachchange","suzune_beachchange","yuzuki_beachchange"]) from _call_expression_3
File "game/script.rpy", line 6553, in script call
call expression renpy.random.choice(["anri_beachchange","azumi_beachchange","ella_beachchange","masaka_beachchange","moka_beachchange","molli_beachchange","random1_beachchange","saeka_beachchange","shiroi_beachchange","sumire_beachchange","suzune_beachchange","tora_beachchange","yuzuki_beachchange"]) from _call_expression_4
File "game/script.rpy", line 5079, in script
$ ayako_love = ayako_love +10
File "C:\Users\Opa Mario\Documents\DepravedTown-v0.4-pc\DepravedTown-v0.4-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Opa Mario\Documents\DepravedTown-v0.4-pc\DepravedTown-v0.4-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 5079, in <module>
$ ayako_love = ayako_love +10
NameError: name 'ayako_love' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Depraved Town 0.4
Thu Aug 27 11:11:47 2020
While running game code:
File "game/homeevents.rpy", line 3, in script call
call expression renpy.random.choice(["eating_withnanami","eating_withsisters"]) from _call_expression
File "game/script.rpy", line 6235, in script call
call expression renpy.random.choice(["momsumire_jog"]) from _call_expression_2
File "game/script.rpy", line 6235, in script call
call expression renpy.random.choice(["momsumire_jog"]) from _call_expression_2
File "game/script.rpy", line 6525, in script call
call expression renpy.random.choice(["azumi_beachchange","random1_beachchange","saeka_beachchange","suzune_beachchange","yuzuki_beachchange"]) from _call_expression_3
File "game/script.rpy", line 6553, in script call
call expression renpy.random.choice(["anri_beachchange","azumi_beachchange","ella_beachchange","masaka_beachchange","moka_beachchange","molli_beachchange","random1_beachchange","saeka_beachchange","shiroi_beachchange","sumire_beachchange","suzune_beachchange","tora_beachchange","yuzuki_beachchange"]) from _call_expression_4
File "game/script.rpy", line 5079, in script
$ ayako_love = ayako_love +10
File "game/script.rpy", line 5079, in <module>
$ ayako_love = ayako_love +10
NameError: name 'ayako_love' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/homeevents.rpy", line 3, in script call
call expression renpy.random.choice(["eating_withnanami","eating_withsisters"]) from _call_expression
File "game/script.rpy", line 6235, in script call
call expression renpy.random.choice(["momsumire_jog"]) from _call_expression_2
File "game/script.rpy", line 6235, in script call
call expression renpy.random.choice(["momsumire_jog"]) from _call_expression_2
File "game/script.rpy", line 6525, in script call
call expression renpy.random.choice(["azumi_beachchange","random1_beachchange","saeka_beachchange","suzune_beachchange","yuzuki_beachchange"]) from _call_expression_3
File "game/script.rpy", line 6553, in script call
call expression renpy.random.choice(["anri_beachchange","azumi_beachchange","ella_beachchange","masaka_beachchange","moka_beachchange","molli_beachchange","random1_beachchange","saeka_beachchange","shiroi_beachchange","sumire_beachchange","suzune_beachchange","tora_beachchange","yuzuki_beachchange"]) from _call_expression_4
File "game/script.rpy", line 5079, in script
$ ayako_love = ayako_love +10
File "C:\Users\Opa Mario\Documents\DepravedTown-v0.4-pc\DepravedTown-v0.4-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Opa Mario\Documents\DepravedTown-v0.4-pc\DepravedTown-v0.4-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 5079, in <module>
$ ayako_love = ayako_love +10
NameError: name 'ayako_love' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Depraved Town 0.4
Thu Aug 27 11:11:47 2020