if branchMayaJosy:
scene ep10_jm_plan1 with dissolve
mc "(It's almost the weekend again. And I have nothing planned on Friday.)"
mc "(I wanna be with Josy and Maya, but I'm not sure if we should spend time together as it is right now...)"
mc "(With the lie and all, maybe it's best to lay low?)"
mc "(That doesn't mean I can't spend some time with one of them, right?)"
menu:
"Spend Friday with Maya":
$ ep10_jm_solo = "Maya"
mc "(I'm sure Josy will understand.)"
hide screen new_phone_screen
$ tmpInt = 0
$ tmpInt2 = 0
$ text_message_screen_list = []
$ text_message_screen_list.append(["%s" % name,"How does you and me on Friday sound?",False])
$ text_message_screen_list.append(["Maya","Like the best Friday imaginable. Is Josy coming?",True])
$ text_message_screen_list.append(["%s" % name,"I thought we could spend some alone time together if you don't mind. And with the whole relationship excuse and all, maybe it's best if we don't hang out together here this weekend? Also, Tommy's still pissed off at me.",False])
$ text_message_screen_list.append(["Maya","Understandable. It's a date. mphone_emoji_heart",True])
scene ep10_jm_plan2 with dissolve
show screen text_message_screen
$ renpy.pause()
play sound "sound_effects/interlude/zoey_message.mp3"
$ tmpInt += 1
$ renpy.pause()
$ tmpInt += 1
$ renpy.pause()
scene ep10_jm_plan3 with dissolve
stop music fadeout 3
$ tmpInt += 1
$ renpy.pause()
hide screen text_message_screen
$ mphone_scene_to_chat("Maya",text_message_screen_list)
show screen new_phone_screen
"Spend Friday with Josy":
$ ep10_jm_solo = "Josy"
mc "(I'm sure Maya will understand.)"
hide screen new_phone_screen
$ tmpInt = 0
$ tmpInt2 = 0
$ text_message_screen_list = []
$ text_message_screen_list.append(["%s" % name,"Are you free on Friday night? I'd like to spend it with you.",False])
$ text_message_screen_list.append(["Josy","Free as a bird. Your place?",True])
$ text_message_screen_list.append(["%s" % name,"Tommy's still pissed at me. Can we do your place?",False])
$ text_message_screen_list.append(["Josy","I'll check with Heather if she'll be here or not. Either way, we'll make it work. mphone_emoji_kiss",True])
scene ep10_jm_plan2 with dissolve
show screen text_message_screen
$ renpy.pause()
play sound "sound_effects/interlude/zoey_message.mp3"
$ tmpInt += 1
$ renpy.pause()
$ tmpInt += 1
$ renpy.pause()
scene ep10_jm_plan3 with dissolve
stop music fadeout 3
$ tmpInt += 1
$ renpy.pause()
hide screen text_message_screen
$ mphone_scene_to_chat("Josy",text_message_screen_list)
show screen new_phone_screen
else:
if branchSage:
scene ep10_jm_plan1b with dissolve
mc "(Hm... But what about Friday? If Sage is busy, what am I gonna do?)"
else:
scene ep10_jm_plan1 with dissolve
mc "(It's almost the weekend again. And I have nothing planned on Friday.)"
if ep9_jm_sad:
$ ep10_jm_solo = "Maya"
mc "(Maybe I could spend some time with Maya and see how she's feeling and all...?)"
mc "(I don't dare to ask Josy. She'd probably not even answer.)"
else:
if ep5_feelingsForMaya:
$ ep10_jm_solo = "Maya"
mc "(It's been a while since I hung out with Maya... I should ask her if she's free.)"
elif ep5_feelingsForJosy:
$ ep10_jm_solo = "Josy"
mc "(It's been a while since I hung out with Josy... I should ask her if she's free.)"
else:
menu:
"Spend Friday with Maya":
$ ep10_jm_solo = "Maya"
mc "(It's been a while since I hung out with Maya... I should ask her if she's free.)"
"Spend Friday with Josy":
$ ep10_jm_solo = "Josy"
mc "(It's been a while since I hung out with Josy... I should ask her if she's free.)"