still some bugs around like in the garden i get an error code and cant leave the garden
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 539, in execute_show_screen
args, kwargs = a.evaluate()
File "game/scripts/Garden/GardenScripts.rpy", line 59, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/Garden/GardenScripts.rpyc", line 59, in script
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 539, in execute_show_screen
args, kwargs = a.evaluate()
File "renpy/ast.py", line 191, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/Garden/GardenScripts.rpy", line 59, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Harem Hotel v0.18.0
Mon Sep 2 12:08:26 2024
[/code]