Skip to content

Commit 083496f

Browse files
authored
Merge pull request Monika-After-Story#9968 from Booplicate/menu-dlg-fix
Fix greetings menu dlg
2 parents 5405de5 + 3df8546 commit 083496f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Monika After Story/game/script-greetings.rpy

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3038,10 +3038,13 @@ label greeting_back_from_school:
30383038
]
30393039

30403040
show monika 2ekc at t21
3041+
window show
30413042
m "If you don't mind me asking, was there something in particular that happened?" nointeract
30423043

30433044
call screen mas_gen_scrollable_menu(menu_items, mas_ui.SCROLLABLE_MENU_TXT_MEDIUM_AREA, mas_ui.SCROLLABLE_MENU_XALIGN, final_item)
30443045

3046+
window auto
3047+
30453048
$ label_suffix = _return
30463049

30473050
show monika at t11
@@ -3237,7 +3240,6 @@ label greeting_back_from_work:
32373240
m 2ekc "I wish I could be there to give you a hug right now."
32383241
m 2eka "I'm just glad you came to see me... {w=0.5}I'll do my best to comfort you."
32393242

3240-
m 2ekc "If you don't mind talking about it, what happened today?{nw}"
32413243
#Since this menu is too long, we'll use a gen-scrollable instead
32423244
python:
32433245
final_item = ("I don't want to talk about it.", False, False, False, 20)
@@ -3251,9 +3253,13 @@ label greeting_back_from_work:
32513253
]
32523254

32533255
show monika 2ekc at t21
3254-
$ renpy.say(m, "If you don't mind talking about it, what happened today?{fast}", interact=False)
3256+
window show
3257+
m "If you don't mind talking about it, what happened today?" nointeract
3258+
32553259
call screen mas_gen_scrollable_menu(menu_items, mas_ui.SCROLLABLE_MENU_TXT_MEDIUM_AREA, mas_ui.SCROLLABLE_MENU_XALIGN, final_item)
32563260

3261+
window auto
3262+
32573263
$ label_suffix = _return
32583264

32593265
show monika at t11

0 commit comments

Comments
 (0)