I don't know if this was already solved but I debugged the bug where you can't get into the electronic store when the phone is dead and if you change a variable it is fixed:
Shift + O to open the console and then enter or copy/paste these two lines
Note 1: If you were in the electronic store when opening the console the script was already executed and the variables evaluated, so do it from another place (from the map for example) or go out and enter again into the electronic store.
Note 2: I didn't try to change instead of these two variables , the one called telephone_casse and set it to True, which maybe was the correct fix, but this worked anyways.
Note 3: If when you go back home after getting the new phone Fanny doesn't call to your door then enter in the console:
Shift + O to open the console and then enter or copy/paste these two lines
Python:
telephone_casse2 = True
kirsten_advertiss = True
Note 1: If you were in the electronic store when opening the console the script was already executed and the variables evaluated, so do it from another place (from the map for example) or go out and enter again into the electronic store.
Note 2: I didn't try to change instead of these two variables , the one called telephone_casse and set it to True, which maybe was the correct fix, but this worked anyways.
Note 3: If when you go back home after getting the new phone Fanny doesn't call to your door then enter in the console:
Python:
tel_plus_enlevement = 3
Last edited: