- Mar 23, 2018
- 303
- 1,879
New game or old save game?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/6_events.rpy", line 188, in <module> ValueError: list.remove(x): x not in list After inviting mrs to the beach, if clicking ignore then it plays as if you just went straight to the beach in the game over line.
Because that error is trying to remove something that should be in your python dictionary. I can fix that but it might break things further down the line. I need to know why that isn't in your dictionary. Did you rollback?