I'm sorry, but an uncaught exception occurred.Coding it's not my strong point hahahaha, but I try my best, feel free to send the bugs and I will try to fix it.
While running game code:
File "game/script.rpy", line 6503, 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 7615, in script
if ella_phase2 == 1:
File "game/script.rpy", line 7615, in <module>
if ella_phase2 == 1:
NameError: name 'ella_phase2' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6503, 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 7615, in script
if ella_phase2 == 1:
File "C:\Users\tai_g\Downloads\DepravedTown-v0.4-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\tai_g\Downloads\DepravedTown-v0.4-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\tai_g\Downloads\DepravedTown-v0.4-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 7615, in <module>
if ella_phase2 == 1:
NameError: name 'ella_phase2' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Depraved Town 0.4
Tue Aug 25 20:59:04 2020
I extracted and installed the fix, started the game right after and encountered these right at the start.