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 2 commits
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
13 changes: 13 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,19 @@ 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}"
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}"
m "Portrait of...whatever it was called...{fast}{w=0.005}{nw}"
m 4eua "Hey, you know that book you were reading with Yuri?{fast}{w=0.005}{nw}"
m 3hua "Like I said, just forget I said anything~"

python:
# Remove previous 14 lines from history.
del _history_list[-14:]
Booplicate marked this conversation as resolved.
Show resolved Hide resolved

return "derandom"

init 5 python:
Expand Down