IMPORTANT: If you're loading a previously saved game you might get hit by two errors regarding missing variables (
day06_phone_b_checked and
l_relationship). You can set these via the Ren'Py console if you wish:
- Bring up the console via Shift+O
- If you've kissed Liza on the mouth after your dinner with her, type the following: $ l_relationship = True
- If you haven't type $ l_relationship = False
- If you've checked Bella's phone while she was sleeping on Day 6, type the following: $ day06_phone_b_checked = True
- If you haven't, type: $ day06_phone_b_checked = False
Starting a new game will also help you avoid these errors.