I have run into a reproducible exception if I light the match and then examine the grate in the middle. I don't suppose that is part of my punishment?
Itch is giving me difficulty posting but it's the exception occurred along with a stacktrace as follows, if it helps:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 110, in script call
call advance() from _call_advance
File "game/inventory.rpy", line 852, in script call
call match_goes_out from _call_match_goes_out_1
File "game/inventory.rpy", line 907, in script
if next_room.dictionary[i] == item_burning_match:
File "game/inventory.rpy", line 907, in <module>
if next_room.dictionary[i] == item_burning_match:
AttributeError: 'NoneType' object has no attribute 'dictionary'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 110, in script call
call advance() from _call_advance
File "game/inventory.rpy", line 852, in script call
call match_goes_out from _call_match_goes_out_1
File "game/inventory.rpy", line 907, in script
if next_room.dictionary[i] == item_burning_match:
File "renpy/ast.py", line 1845, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/inventory.rpy", line 907, in <module>
if next_room.dictionary[i] == item_burning_match:
AttributeError: 'NoneType' object has no attribute 'dictionary'
Windows-10-10.0.22621 AMD64
Ren'Py 7.7.2.24061201
You're Gonna Die 1000 Times (Or So) 1.0
Sat Oct 5 21:51:05 2024