I keep receiving this error which can be apparently ignored without any impact:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/main.rpy", line 14, in script call
$ renpy.call_screen("cam_" + vars["cam"])
File "game/main.rpy", line 14, in script call
$ renpy.call_screen("cam_" + vars["cam"])
File "game/main.rpy", line 14, in script call
$ renpy.call_screen("cam_" + vars["cam"])
[Previous line repeated 281 more times]
File "game/scenes/dorothy/dorothy_photoshoot.rpy", line 166, in script
dorothy "And we are all [mc_everyone] after all, aren't we?"
KeyError: 'mc_everyone'
-- Full Traceback ------------------------------------------------------------
If anyone is interested in analyzing it, the error is thrown right after the next click in attached savegame.
Edit: regarding cheats, I have increased money (
mc_money
) and kept up up the love value with Rose and Camila by editing
camila_data["love"]
and
rose_data["love"]
. No other shenanigans, though.