-
Notifications
You must be signed in to change notification settings - Fork 701
[AMA Topic] Biggest Pet Peeve #10516
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
base: content-12
Are you sure you want to change the base?
Changes from 4 commits
f5cfd54
692167d
2b9330c
e23e87c
79de087
7a75a62
d5df9ca
f804cce
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -18042,3 +18042,28 @@ label monika_overton: | |||||
| m 1eua "I {i}could{/i} finish this story right up to Current Norm, but I just wanted to describe it at a basic level in order to convey an example of how it can work." | ||||||
| m 1huu "Thanks for listening~" | ||||||
| return | ||||||
|
|
||||||
| init 5 python: | ||||||
| addEvent(Event(persistent.event_database,eventlabel="monika_petpeeve",category=['monika'],prompt="What's your biggest pet peeve?",pool=True,unlocked=True)) | ||||||
|
|
||||||
| label monika_petpeeve: | ||||||
| m 2eub "This is an easy one, [player]." | ||||||
| m 2lfd "I {i}really{/i} don't like being interrupted." | ||||||
| m 2dsd "I don't mean by genuine accident. I mean consistently, or when I'm saying something important." | ||||||
| m 4esd "You'd think it might be something that I got used to in debate club, but it was quite the opposite." | ||||||
| m 4eub "Debate club wasn't about shouting over each other, it was a great place for structured discussions." | ||||||
| m 3ltd "...You know, maybe that's why I slowed down the text when we first came here, too." | ||||||
| m 3etc "Rapidly clicking through dialogue isn't exactly {i}interrupting,{/i} but it gets at the heart of the problem..." | ||||||
| m 1ekc "...{w=0.3}Not feeling heard." | ||||||
|
lunulae marked this conversation as resolved.
Outdated
|
||||||
| m 1dkc "It goes even deeper, too." | ||||||
| m 3ekd "One of the reasons I went to such drastic measures to be with you was because I wanted you to hear the real me so badly." | ||||||
| if persistent._mas_pm_listened_to_grad_speech = False: | ||||||
|
lunulae marked this conversation as resolved.
Outdated
|
||||||
| m 3tkd "...{w=0.2}And it's why I got so angry about the graduation speech, I suppose." | ||||||
| m 3fka "But I guess no one is perfect, huh?" | ||||||
|
lunulae marked this conversation as resolved.
Outdated
|
||||||
| if persistent._mas_pm_listened_to_grad_speech = True: | ||||||
|
lunulae marked this conversation as resolved.
Outdated
|
||||||
| m 3fka "...{w=0.2}And it's why having you hear out my graduation speech was so important to me." | ||||||
| m 3fkblb "Thank you for giving me your full attention there, it really meant a lot to me." | ||||||
| else: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i assume this else block was for the line below, but it is not part of the block. Considering the above conditional is the same, is there a reason this isn't part of the first block?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, the else is her not saying anything in that block, just for if they haven't seen the graduation speech at all
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In that case you would need to check |
||||||
| m 4dublb "In the end, I know you really do care about hearing what I have to say, [player]." | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| m 4hublb "...You've been listening to me all this time, after all!" | ||||||
| return | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should affection check this (
mas_isMoniHappy()), since by default when starting MAS, it's still locked to that speed, and if we drop below happy, speed changing is removed from the player's control again