- Nov 14, 2017
- 136
- 213
crazy bitch, yes .. but not out of character. there have been hints for a while that she's super jealous/possessive/evil geniusHimiko has turned into a crazy bitch that's totally out of character
agree, i had to edit 2 different bits of the code to get to the end of this updateOh my, haven't seen so many bugs in a while.
pop this in the console before opening phone: (make sure to only copy/paste one line at a time)Just scored a few errors, in the latest update, when the MC goes home after his tutoring session. He is at his home trying to contact his family members on the phone. Is this due to a particular issue I may have caused or missed??
EDIT** Seems to happen every time the MC accesses his phone etc.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Days/D22+23.rpy", line 2155, in <module> File "game/functions/phone/def.rpy", line 159, in open_contact File "game/functions/phone/def.rpy", line 146, in phone_messages_setup KeyError: u'message_labels'
Python:
for i in av_contacts:
if not "message_labels" in av_contacts[i]:
av_contacts[i].update({"message_labels" : []})
Last edited: