Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollback a dialogue in monika_portraitof to implement #9637 #9642

Merged
merged 5 commits into from
Oct 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Monika After Story/game/script-topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,31 @@ label monika_portraitof:
m 2lksdla "Actually, I don't think I should be talking about this."
m 2hksdlb "Ahaha, sorry!"
m 1rksdla "Just forget I said anything."

m 2hksdlb "Ahaha, sorry!{fast}{w=0.005}{nw}"
m 2lksdla "Actually, I don't think I should be talking about this.{fast}{w=0.005}{nw}"
hide monika
show yuri glitch zorder MAS_BACKGROUND_Z
play sound "sfx/glitch3.ogg"
m 1wuw "Ah...{fast}{w=0.005}{nw}"
m 4hub "It's funny, because I'm pretty sure that book--{fast}{w=0.005}{nw}"
hide yuri glitch
show yuri glitch2 zorder MAS_BACKGROUND_Z
play sound "sfx/glitch3.ogg"
m "Portrait of...whatever it was called...{fast}{w=0.005}{nw}"
hide yuri glitch2
show yuri glitch zorder MAS_BACKGROUND_Z
hide yuri glitch
m 4eua "Hey, you know that book you were reading with Yuri?{fast}{w=0.005}{nw}"

show monika 3hua at i11 zorder MAS_MONIKA_Z
m 3hua "Like I said, just forget I said anything~"

python:
# Remove previous 14 lines from history.
del _history_list[-14:]

$ mas_hideEVL("monika_portraitof", "EVE", lock=True)
return "derandom"

init 5 python:
Expand Down