# The script of the game goes in this file. init -20 python: import discord_rpc import time def readyCallback(current_user): print('Our user: {}'.format(current_user)) def disconnectedCallback(codeno, codemsg): print('Disconnected from Discord rich presence RPC. Code {}: {}'.format( codeno, codemsg )) def errorCallback(errno, errmsg): print('An error occurred! Error {}: {}'.format( errno, errmsg )) python: # Note: 'event_name': callback callbacks = { 'ready': readyCallback, 'disconnected': disconnectedCallback, 'error': errorCallback, } discord_rpc.initialize('739939315643318282', callbacks=callbacks, log=False) start = time.time() print(start) discord_rpc.update_connection() discord_rpc.run_callbacks() discord_rpc.update_presence( **{ 'details': 'Main Menu', 'start_timestamp': start, 'large_image_key': 'mayasweep2' } ) discord_rpc.update_connection() discord_rpc.run_callbacks() return # Declare characters used by this game. The color argument colorizes the # name of the character. define dissolve2 = Dissolve(2.0) define dissolve3 = Dissolve(3.0) define dissolve4 = Dissolve(4.0) define dissolve5 = Dissolve(5.0) define dissolve10 = Dissolve(10.0) define dissolve15 = Dissolve(15.0) define pixellatex = Pixellate(2.0) define flash = Fade(0.05, 0.0, 0.05, color="#fff") define sexfade = Fade(0.5, 0.0, 0.05, color="#fff") define cumflash = Fade(0.2, 0.0, 0.2, color="#fff") define quickdissolve = Dissolve(0.5) define dissolvepat = Dissolve(0.5) # The game starts here. init: $ use_new_phone_ui = True # Replaces the call menu with the new phone interface $ left = Position(xpos= 0.25, xanchor='left') $ right = Position(xpos= 0.75, xanchor='right') $ preferences.transitions = 2 $ day = 0 $ totaldays = 0 $ dorm = 0 $ ami_love = 0 $ ayane_love = 0 $ maya_love = 0 $ makoto_love = 0 $ chika_love = 0 $ rin_love = 0 $ sana_love = 0 $ yumi_love = 0 $ miku_love = 0 $ uta_love = 0 $ io_love = 0 $ yuki_love = 0 $ tsubasa_love = 0 $ tsukasa_love = 0 $ wakana_love = 0 $ imani_love = 0 $ osako_love = 0 $ god_love = 0 $ futaba_love = 0 $ maki_love = 0 $ maki_lust = 0 $ ayane_lust = 0 $ futaba_lust = 0 $ ami_lust = 0 $ miku_lust = 0 $ makoto_lust = 0 $ touka_love = 0 $ yasu_love = 0 $ sara_lust = 0 $ sara_love = 0 $ kaori_love = 0 $ rika_love = 0 $ nao_love = 0 $ karin_love = 0 $ kirin_love = 0 $ haruka_love = 0 $ haruka_lust = 0 $ nodoka_lust = 0 $ molly_love = 0 $ tsuneyo_love = 0 $ chinami_love = 0 $ chika_lust = 0 $ kirin_lust = 0 $ chikapoint = 0 $ chikamiss = 0 $ kirinmiss = 0 $ yumipoint = 0 $ ayanepoint = 0 $ ayanemiss = 0 $ sanapoint = 0 $ sanamiss = 0 $ wakanapoint = 0 $ osakopoint = 0 $ tsubasapoint = 0 $ tsukasapoint = 0 $ tsukasamiss = 0 $ makotopoint = 0 $ mikupoint = 0 $ rinpoint = 0 $ rikapoint = 0 $ naopoint = 0 $ naomiss = 0 $ rikamiss = 0 $ rinmiss = 0 $ futabapoint = 0 $ futabamiss = 0 $ amipoint = 0 $ amimiss = 0 $ makotomiss = 0 $ mayapoint = 0 $ toukapoint = 0 $ yasupoint = 0 $ mayamiss = 0 $ mollypoint = 0 $ tsuneyopoint = 0 $ utapoint = 0 $ iopoint = 0 $ nodokapoint = 0 $ otohapoint = 0 $ sarapoint = 0 $ saramiss = 0 $ harukapoint = 0 $ harukamiss = 0 $ makipoint = 0 $ makimiss = 0 $ kaoripoint = 0 $ karinpoint = 0 $ karinmiss = 0 $ kirinpoint = 0 $ chinamipoint = 0 $ imanipoint = 0 $ yukipoint = 0 $ chap1point = 0 $ chap3point = 0 $ chap3miss = 0 $ happypoint = 0 $ happymiss = 0 $ chap2point = 0 $ noriko_love = 0 $ noriko_lust = 0 $ niki_love = 0 $ niki_lust = 0 $ otoha_love = 0 $ nodoka_love = 0 $ norikopoint = 0 $ nikipoint = 0 $ norikonudecheck = 0 $ chikanudecheck = 0 $ saranudecheck = 0 $ makotonudecheck = 0 $ nodokanudecheck = 0 $ rinnudecheck = 0 $ ayanenudecheck = 0 $ kirinnudecheck = 0 $ futabanudecheck = 0 $ kaorinudecheck = 0 $ harukanudecheck = 0 $ aminudecheck = 0 $ nikinudecheck = 0 $ utanudecheck = 0 $ imaninudecheck = 0 $ mikunudecheck = 0 $ chinamimiss = 0 $ yukimiss = 0 $ wakanamiss = 0 $ osakomiss = 0 $ nikimiss = 0 $ kaorimiss = 0 $ tsubasamiss = 0 $ utamiss = 0 $ iomiss = 0 $ nodokamiss = 0 $ otohamiss = 0 $ yasumiss = 0 $ toukamiss = 0 $ norikomiss = 0 $ tsuneyomiss = 0 $ mollymiss = 0 $ mikumiss = 0 $ yumimiss = 0 $ imanimiss = 0 $ dorm1warpoints = 0 $ dorm2warpoints = 0 $ beachwarfloor1points = 0 $ beachwarfloor2points = 0 label start: stop music fadeout 10.0 # To stop everything for 4 seconds use --- $ renpy.pause(4, hard=True) scene myname with dissolve2 $ renpy.pause(4, hard=True) scene black with dissolve2 scene warning2 with dissolve2 $ renpy.pause(5, hard=True) scene black with dissolve2 if bonus == True: scene warning1 with dissolve2 $ renpy.pause(3, hard=True) else: scene sfwwarning with dissolve2 $ renpy.pause(3, hard=True) scene black with dissolve2 scene warning0 with dissolve2 $ renpy.pause(3, hard=True) scene black with dissolve2 scene audiowarning with dissolve2 $ renpy.pause(4, hard=True) scene black with dissolve2 scene contentwarning with dissolve2 $ renpy.pause(3, hard=True) scene black with dissolve2 play music "goodmorning.mp3" "There are several things in life I have accepted that I will never understand." "The first of which has been explained to me many times- " "It’s the way floating dust particles manage to shimmer and glow when hit at the correct angle by light. " "How something invisible to the naked eye can be {i}made{/i} visible by pure electromagnetic radiation...or something like that." "I’ve retained the information. I’d be foolish not to after how many times I have heard it." "But I will never understand." "The second thing is the romanticization of death. " "And how there are people who speak of it with such fervor that it often appears to bring them more joy and curiosity than the unwrapping of presents on Christmas morning." "The third thing is you." "You’re a curious one...do you know that?" "Trapped in the dark, suspended somewhere between life and death...with eyes swollen shut so dramatically that you can’t even see the dust I’ve taken the liberty of illuminating for you." "I want you to be just as confused as me, you know?" "It’s lonely here." "It’s lonely having no one to talk to...no one to submerge myself in uncertainties with." "It’s just me, the dust, and the incessant circling of the drain that is the idea that I will, one day, no longer be able to share little thoughts like these with anyone." "Do you like poetry?" "..." "Yes?" "No?" "I’m sorry. I’m sure it’s difficult to answer a question like that in your current state." "Personally, I’ve never been a big fan of it. " "It requires too much...interpretation. To the point where sometimes, even the clearest of thoughts have a variety of different meanings that all go on to contradict one another." "But-" "There is one line from a very famous poet paraphrasing a very famous politician that goes something like..." "{i}There is no beauty without some strangeness in its proportions.{/i}" "And I like that line very much." "In fact, I’m sure that if you don’t already enjoy it yourself, that you’ll come to do so soon." "Because where you’re going is somewhere special." "Somewhere with so much strangeness in every single one of its proportions that you’ll be forced to understand how truly beautiful life can be, even during its darkest moments." "Would it be a bit preemptive for me to tell you that I love you?" "Not romantically, of course. We barely even know each other." "But I love that you’re here. " "I love that we’re here together because, like I said, I have been very...{i}very{/i} lonely." "I’m sure you’ll come to despise me in time." "I’m sure these little conversations that I’ll force you to have with me will eat away at you like botflies. " "And I’m even more sure that every one of the thoughts I share with you will get underneath your skin like the eggs those botflies lay." "But it’s all for good reason, you see." "It’s because that is my job." "It’s because, for some reason even I don’t understand, I was chosen to be your personal, mysterious and anonymous narrator." "Will we ever meet for real?" "Who knows?" "But I hope so." scene sky with dissolve2 play sound "windlong.mp3" "Now, then!" "I suppose it’s time we get down to business." "Ahh, how I have missed the daylight." "There’s nothing quite like the feeling of sunlight soaking into your skin on a hot, summer day." "But I’ve bothered you enough already, so I won’t get the two of us sidetracked with some tangent about the weather." stop sound fadeout 10.0 "Especially since it’ll be like this for...well, you’ll see soon enough." "Oh! There is {i}one{/i} more thing I’m obligated to tell you before the game starts, though. " "You can take it seriously or not, it doesn’t matter to me. This will be {i}your{/i} life after all- and what good is a life where you can’t even think for yourself?" "Anyway, the thing I’m supposed to tell you is this..." "Nothing is real." "Not me...not you...not {i}anyone{/i} you’ll meet in the journey you start today." "We’re all just air." "So..." "How about we breathe {i}together?{/i}" "It’ll be fun! " "Go on! Expel your worries from the depths of your lungs and envelop yourself in happier days!" "For this world was made for you and you alone." "I can’t tell you {i}who{/i} made it...and I sure as hell can’t tell you why {i}you{/i} were special enough to be given something like this." "But I can tell you, and I truly do wish this from the bottom of my heart-" "That I hope you have fun." "And if you’re ever feeling lost or lonely, all you have to do is close your eyes and I’ll be right there-" "Annoying you every step of the way." "So!" "Are you ready?" menu jumpymenu: "Yes": jump timetojump "No": "You’re not?" "Huh." "I guess it wouldn’t kill us to hang out for a little while longer, then." "So...what kind of stuff are you into? Any hobbies? " "Interests?..." "..." "Anything at all?" "..." "..." "..." "You know, if you’re going to keep me here, you should at least respond or something. Staying silent when someone is talking to you is very rude." "..." "..." "..." "Hah..." "Okay, you know what? As your one and only friend right now, I’m going to give you a little push." "Not a {i}literal{/i} push. That would be like, {i}really{/i} bad right now. I think." "No, the push I’m going to give you is courage. " "You can do this." "I know that it’s scary. {i}Everything{/i} is scary. That’s just kind of how life works, you know?" "But I believe in you." "And I can’t imagine that ever changing. " "We’re a lot closer than you think." "So...with that said-" "Are you ready {i}now?{/i}" menu: "Yes": jump timetojump label timetojump: "Great!" "Then..." "Without further ado..." "Jump as high as you can!" "As far as you can!" "Fly away, little bird! Spread those wings of yours!" "For what awaits you out there is far more amazing than anything you could ever find on this rooftop!" "Go!" "Become a better you!" "And remember that I’ll be right here watching." "{i}What do I want to do?{/i}" menu: "Jump": jump start2 "Jump": jump start2 "Jump": jump start2 "Jump": jump start2 "Jump": jump start2 "Jump": jump start2 label start2: stop music "Welcome home." "6e 6f 74 68 69 6e 67 20 66 61 6c 6c 73 20 62 75 74 20 6d 65" scene black play sound "static.mp3" scene whyme with flash scene whygodwhy with flash scene whyme with flash scene whygodwhy with flash scene whyme with flash scene whygodwhy with flash scene lessons stop sound $ renpy.pause(3, hard=True) scene black with dissolve2 "..." "..." "..." q ".....i?" "What?..." q "...sei?" "I..." "I can hear something..." q "Sensei..." "I can-" q "Sensei! Wake up already!" scene timetogrow1 with dissolve4 play music "10c.mp3" q "About time! Do you have any idea how much trouble you'd get into if the principal showed up and caught you sleeping right now?" s "Huh?..." q "Class ended ten minutes ago. It's time to get up." s "What? What class?" s "Where am I?" s "And...what did you call me just now?" $ totaldays += 1 $ day += 4 if day == 4: show thursday onlayer date jump nextstartt else: jump nextstartt label nextstartt: scene timetogrow2 with dissolve q "The...same thing I always call you? Sensei." q "What's going on? Did you have a bad dream or something?" s "I..." s "..." s "I guess so..." q "Do you want me to call the nurse or something? You seem a little flushed." scene timetogrow3 with dissolve q "Come a little closer so I can touch your forehead and find out." s "I'm fine...I think I just need a few minutes to collect myself or something." "Excuse me for asking this so abruptly, but-" "What the fuck is going on right now?" "Who is this girl? Or, better question, who am {i}I?{/i}" "Why can't I remember anything?..." "This classroom seems vaguely familiar, but..." "But it's like each time I try to piece things together, I just circle back around and give up before I'm able to get anywhere." q "...?" "This girl should probably know something, right?" "But...if she's my student, she'll probably only know things that a {i}student{/i} would know. She'll have no idea who I am or...where I even live or-" "Wait, where am I supposed to go after I leave here when I still have absolutely no clue where I am?" scene timetogrow4 with dissolve q "Um...are you sure you're okay? You're looking a little...panicky." s "I'm just...tired, I think." q "Still? Even after sleeping through the entire last period?" s "Yeah, sorry. Long night, I guess." scene timetogrow5 with dissolve q "Long night? But we were together the whole time." s "I'm sorry, what?" "Am I...dating a teenager?" scene timetogrow6 with dissolve q "Okay, seriously. What's going on with you? You're acting like you don't even recognize your own niece." "Oh. So that's how it is." "Well, that is significantly less exciting. But at least I should be able to leverage that role to...try and make sense of what's going on here." "At the very least, if we're related, she'll probably know where I live." s "Of course I recognize you. I'm just feeling a little out of it right now." scene timetogrow2 with dissolve q "Well, do you think going home might help? Because it doesn't seem like sticking around school is helping you at all right now." s "Yeah, but...do you think you might be able to come with me? I could probably use the help since I'm still...you know, regaining my footing and whatnot." q "Why would I not come with you? We literally live together." s "Oh. Right. I forgot." "Well, at least my first five minutes in what I'm assuming is some sort of...alternate reality or something have been filled almost entirely with convenient coincidences." "That has to be what this is, right? Some sort of...reincarnation type thing?" "Wait, doesn't this mean that I must have died, though?" "Just what the hell is happening to me all of a sudden?" scene timetogrow7 with dissolve q "How can you just {i}forget{/i} that we've been living together for years?" q "What's next? Are you going to tell me you've forgotten my name?" s "..." q "..." scene timetogrow8 with hpunch q "Oh my God! You {i}have{/i} forgotten my name, haven't you?!" a "It's Ami, Sensei! {i}Ami!{/i}" s "Sorry. It's nothing personal...probably." a "Probably?!" s "To be completely honest, I'm having a hard time remembering literally anything right now. So...I'll probably be leaning on you for help for a little while." scene timetogrow9 with dissolve a "I mean...helping you is pretty much all I do in the first place, so I'm happy to do whatever you need me to." a "But if your memories are really that jumbled, shouldn't we take you to a doctor or something?" a "You're old, but I didn't realize you were old enough to start dealing with that dementia thingy." s "I'm not {i}that{/i} old, am I?" "This body feels mostly healthy and well put together, so I can't imagine I'm any older than my 30's." a "I guess not. You're actually one of the youngest teachers we have, I think." a "But if there's something wrong with your brain, we should act now. Because if anything bad ever happened to you, I'd probably just die too." s "That seems...excessive." scene timetogrow10 with dissolve a "Well, if your memories really are gone, you'll be finding out very soon that that's just the type of girl I am!" scene timetogrow11 with dissolve a "Or you're just lying about all of this because you hate me and want to play a weird prank on me, but I'll play along either way!" a "Helping you round up your memories sounds kinda fun, actually. It's like we're characters inside of a manga now or something." s "Yeah...or something." scene timetogrow12 with dissolve a "I wonder how it'll end. Normally, all of the stuff where the main character loses his memories ends up being kinda depressing by the last volume." s "I think there are more pressing matters at hand than figuring out how things are going to {i}end{/i} right now." scene timetogrow11 with dissolve a "Right, right. We've gotta get you back home since you can't remember where you live without me." a "You know, Sensei, if you want to spend more time with me, all you have to do is ask. You don't have to fake amnesia just for my attention." s "Well, please forgive me if I continue to {i}fake{/i} it for a little while longer." "Because at this point, I still have no idea what I'm supposed to do..." scene black with dissolve2 "Ami spins around and I instinctively leave my desk to follow her, like it's something I've done time and time before." "It's not, though." "This isn't my life." "It can't be." "Because no one would ever look at me the way she does if this is where I'm meant to be." "Without even knowing myself yet, I understand that much." "For as she pulls me through the halls of the school by my wrist, my mind ventures forth to forbidden territories-" "And it encircles itself in possibilities and fantasies I will not yet reveal to you." "If I did, I can't imagine you'd stay to observe me much longer." "But I suppose I don't even know who {i}you{/i} are...or who I'm even aiming these thoughts at right now." "Perhaps-" "Well...perhaps they don't need to be aimed anywhere at all." "And perhaps I'm content with just imagining someone is there as it makes daydreaming all the less lonely." "........." "......" "..." $ renpy.end_replay() $ everyday = True label startsleepover: scene bathscenebutnomorebath1 with dissolve2 s "Uhh...Ami?" a "Yes, dearest uncle?" s "Would you mind...you know...reminding me what the name of the city we live in is?" scene bathscenebutnomorebath2 with dissolve a "Jeez, even that's gone?" s "Just assume that {i}everything{/i} is already gone since it'll wind up saving the two of us a ton of time." a "Not {i}everything{/i} is gone, Sensei. I'm sure your love for me would remain no matter what sort of crazy thing happened to your brain." a "But, you're right. It's already kinda late out and I should be spending less time questioning you and more time helping you get back to normal." scene bathscenebutnomorebath3 with dissolve a "So, allow me to {i}re-{/i}introduce you to Kumon-mi! A super normal town just outside of Tokyo." a "We’re not allowed to leave the city limits anymore because of the war, but-" s "Wait, war? What war?" scene bathscenebutnomorebath2 with dissolve a "The same war we've been in for years now." a "Like 99%% of the men were drafted into the space army and are off fighting aliens right now or something." s "Is this...some sort of joke? Or..." a "Joke? No. It's super real." a "And you should be thankful you weren't one of the people who got drafted since you're a teacher and we need more people like you to make sure everyone in our class doesn't wind up like Miku." "I have no idea who that even is..." s "Is the war really in space, though?..." a "Of course. It's an important aspect of the plot that is going to be used as comedic relief in the future, so don't try and focus too much on it or you'll wind up getting distracted from everything else." s "Everything else meaning {i}what,{/i} exactly? Are there some other...weird rules about this place I need to be lectured on now?" scene bathscenebutnomorebath4 with dissolve a "A few! But really, the hardest part of everything is that the girl-to-boy ratio is completely out of whack and I wouldn't be surprised if you go weeks or months without seeing other men sometimes!" s "I see no problem with this." scene bathscenebutnomorebath5 with dissolve a "Well, you should. That's the part where you were supposed to say, “You're the only girl for me, Ami! I don't care about any of the other ones!”" s "Aren't we related?" scene bathscenebutnomorebath6 with dissolve a "Enough about that, how 'bout we get back to some of those rules you were just talking about?" s "Are we really going to ignore the blatant incestuous undertones you-" a "Rule number one is keep your hands off all of your students! But that should probably be a rule that goes without saying since...you know." s "Is that, like...an Ami rule? Or is that an actual school rule?" a "I'm pretty sure it's a law. But it's also a school rule." scene bathscenebutnomorebath7 with dissolve a "Technically, the rule only applies to school grounds, though...since no one can really keep track of what you do elsewhere." s "Right...and is there anything else I should be worried about?" scene bathscenebutnomorebath1 with dissolve a "Probably! So just ask me whatever comes to mind and I'll help you out the best I can!" label amiwhattodo: menu: "Tell me about my students": s "Can you tell me a little bit about my class?" a "You mean {i}remind{/i} you a little about your class?" s "Yeah...that. Sorry." a "Don't apologize to {i}me,{/i} Sensei. I'm used to dealing with you when you're at your worst. This sort of thing doesn't bother me at all." a "You're the only male teacher at an all-girls school...and there are ten total students you’re in charge of- including me!" a "Our school works a little different from the other high school in that we’re in your care for every class of the day." a "Sometimes, a student or two might not show up to class. A couple of them have cutting problems." a "I also think I heard something about more students joining later on in the year as well!" a "Sometimes, classes get a little crowded and people need to be moved around and stuff." a "Oh, in addition to being our teacher, you’re also our guidance counselor!" a "Some of the girls have issues they have a hard time discussing, so getting them to open up is part of your job." a "Since the semester has only just begun, some of them are still in the process of warming up to you." a "Oh! But then there are also some girls like Ayane and Maya who you've known for years since they come to our house to sleep over all the time." a "If you have any more specific questions about them, it would probably be better to check that weird book thingy you always keep lying around in your room." s "Book thingy?" a "I'm not really sure what it is since you won't let me look inside, but I'm pretty sure it's like...info on all of the students or something." a "Probably school related stuff since I know you'd never hide anything from me. Right, Sensei?" s "Uhh...yeah. Sure." a "Great!" a "So, any other questions?" jump amiwhattodo "Where are your parents?": s "What about your parents? Why aren't you staying with them instead of-" a "Ask something else." s "But-" a "{i}Ask something else.{/i}" jump amiwhattodo "What should I do?": s "So...what should I do?" scene bathscenebutnomorebath2 with dissolve a "Hm? What do you mean?" s "Like...apart from teaching and...counseling or all of the other stuff my job requires me to do." s "I guess what I'm asking is...what is a normal day like for me?" scene bathscenebutnomorebath1 with dissolve a "Oh, okay! Gotcha." a "I don't know. That's kind of a tough question." a "There's tons to do in Kumon-mi. And I'm sure you'll find plenty of ways to keep yourself entertained when you're not working or hanging out with me." s "You know, I kind of figured a girl your age would be a little more interested in spending time with her friends rather than her uncle." scene bathscenebutnomorebath8 with dissolve a "I...can do both!" a "And I won't let you make me feel like a loser because I like being closer to someone with the same blood as me!" s "Having the same blood is just a pretty specific thing to look for in a companion is all." a "I just told you! I won't let you make me feel like a loser just because I like spending time with you!" s "And I won't try to do that anymore, I guess." s "Again, I'm just trying to figure out how to use what little free time I'll have and...no offense, but I'm sure not all of it will be spent on you." scene bathscenebutnomorebath2 with dissolve a "You can't just say “No offense” right before saying something super offensive, Sensei. It doesn't work that way." scene bathscenebutnomorebath1 with dissolve a "But I guess expecting you to speak normally is a little much to ask since everything else seems to be different about you today anyway!" a "So, is there anything else you want to know?" jump amiwhattodo "Tell me more about the war": s "Can you tell me more about that war you mentioned earlier?" a "Nope!" s "Oh." s "Oh, okay." a "Anything else you want to know?" jump amiwhattodo "Let's just move on": jump nextstart label nextstart: s "I think I know everything I need to. Let's just go home and I'll...figure the rest out from there." a "Cool! In that case, I-" scene bathscenebutnomorebath9 with dissolve a "Ah! Wait!" s "What? What's wrong?" a "What's {i}wrong-{/i} is that Maya has been sitting all by herself over there this entire time and we haven't even noticed her." a "Maya! We're coming to say hello whether you like it or not!" scene black with dissolve2 "Ami charges away from me and I am stricken with the harsh realization that I might not be getting home as early as I was anticipating..." scene mayacg1 with dissolve2 m "..." "I stop caring about that the moment I see her friend, though." "If I'm remembering correctly, this is one of the girls that Ami claims I've known for years." "Hopefully, that means I've already got some decent footing with her and that my...romantic options are not limited solely to an extremely clingy family member." a "Hello! Earth to Maya! Ami and Sensei reporting in." s "Yes. Sensei. That is who I am." scene mayacg2 with dissolve m "Hm?" "The girl suddenly looks up, ignoring Ami and locking eyes with me for an uncomfortably long time." "Well...in all actuality, it's probably only a few seconds. But her gaze is piercing enough to make it feel longer." m "…" s "…" m "…" s "…" m "Sorry, who did you say you were again?" s "...Sensei?" m "Is that so?" s "Uhh...yes?" scene mayacg3 with dissolve a "Don’t mind him. He’s just tired from his nap. You saw him sleeping at the end of class, right?" scene mayacg4 with dissolve m "Yes. Which, might I add, is a thing I'm {i}pretty{/i} sure teachers aren't supposed to be doing." s "You can talk to me directly, you know. You don't have to relay your problems with me to Ami." scene mayacg6 with dissolve m "Pass." a "Don’t mind Maya. She can be a little...grumpy at times. I'm sure it's nothing personal." scene mayacg5 with dissolve m "I wouldn't be {i}too{/i} sure if I were you." "Okay. Maybe knowing this girl for years is not quite enough to put me on good footing with her just yet." "For the time being, my options remain limited to just one." scene mayacg4 with dissolve a "Oh, Maya. Are you still planning on coming over tomorrow night?" m "Are you sure you don't want to come to the dorm instead?" a "Are you only saying that because it's our turn to take out the trash?" m "Only? No. But I would be lying if I said that was not one of many factors contributing to how little I want to be in the same building as your uncle." a "You're in the same building as him every day, though." m "I know. It's horrible." scene mayacg5 with dissolve a "Sensei! You're okay with Maya sleeping over tomorrow, right? Ayane is probably going to come too but she might have some stuff to do with Sana instead." a "I won't really know until tomorrow." s "Sure, yeah. Do whatever you want." "It's not like I'm going to complain about even {i}more{/i} attractive teenagers with preexisting ties to me being invited over to my house." "Unless this Ayane girl also feels the same way Maya does about me, which...would really call into question just who the previous Sensei was as a person." scene mayacg6 with dissolve m "Please go straight to your room once you get home tomorrow and do not leave until {i}I{/i} leave. Can you do that?" s "Do you really dislike me that much?" m "I think {i}abhor{/i} is a better word, but yes." scene black with dissolve2 "Ami and I don't stick around for much longer as Maya has to return to the dorm for...some reason she probably made up as an excuse to get away from me." "And while I'm still confused about why she's treating me with such disdain after barely saying anything to her, I'm not going to dwell on it for too long." "There are plenty of other girls I'm going to be meeting soon, and expecting all of them to like me right away would be..." "Well, let's just say it wouldn't be any fun at all." "This life is already proving to be full of conveniences and windows of opportunity that I would have expected to remain locked indefinitely given the type of person I am." "If {i}everything{/i} was like that and there were no windows I had to pry open myself-" "I can't imagine I'd be happy." "Conveniences are only blessings in small doses. Once they surround you, they become the norm and detach from any sort of {i}convenience{/i} at all." "I want something to chase after." "..." "And I have already found at least {i}one{/i} thing with a substantial head start." "........." "......" "..." scene bathscenebutnomorebath10 with dissolve a "So, here we are! Home sweet home." s "Huh...It’s actually pretty nice in here." a "I’d hope so! You {i}do{/i} live here after all." s "I'm assuming you're the one who keeps things this...clean?" a "Mhm! So you don't have to worry about any of that stuff and can just relax whenever you're home. I'll take care of the rest." a "I {i}might{/i} ask you to take the trash out if the bags are too heavy, though." s "Oh, that reminds me-" s "Uhh...Maya said something about dorms, didn't she?" s "How come you're living here instead of over there? Isn't that where everyone else is?" scene black with dissolve2 "Ami spins around and greets me with a stare that leads me to believe this isn't the first time she's been asked something like this." "I'm sure her apparent clinginess has something to do with it but, at the same time, it's not like the dorms would be {i}that{/i} far away, right?" "Is she really so dependent on me that she can't even {i}begin{/i} tearing herself away?" "Or..." "Is it maybe the other way around?" scene bathscenebutnomorebath11 with dissolve2 a "Are you trying to get rid of me now?" s "Of course not. I just figured that most girls your age would never turn down the opportunity to live with their friends." a "And I'm sure you know {i}all{/i} about what girls want...right, Sensei?" s "You still call me that even when we’re home?" a "Is that weird?" s "Kind of, yeah." a "Well, you better get used to it. Because I've been calling you that for so long that anything else would just make me feel...weird." scene bathscenebutnomorebath12 with dissolve a "Besides! I think it makes things kinda fun! It's almost like we're role-playing or something! Just...we're playing our actual roles and not...creative ones." s "Well...whatever makes you happy, I guess." scene bathscenebutnomorebath13 with dissolve a "Anyway, I'm gonna go get dressed and start preparing dinner. Is there anything you want to eat tonight or should I just...do whatever?" s "Just do whatever. I'm not really that picky." a "Works for me!" a "If your brain is still being weird, you should use this time to check out that book thingy I was telling you about earlier." a "Going to work tomorrow without any idea of who the other girls are could get really nasty really quickly. So, for your safety, take your time and try to {i}at least{/i} remember everybody's names." s "Sure. But, uhh..." a "What's wrong? Change of heart for dinner? You looking for something specific now?" s "No, I just..." s "Which door leads to my room again?" scene black with dissolve2 "........." "......" "..." scene bathscenebutnomorebath14 with dissolve2 "I step into my room after Ami points it out to me and am quickly greeted by the sight of a bedroom slightly less...mature than I was expecting." "If I'm a full-time teacher and homeowner, I think it's probably time to ditch the model kits and game consoles, but..." "Then again, I guess I shouldn't be bashing the previous owner of this body after they ever-so-kindly presented me with what tons of other men would deem as a perfect, dream scenario." "..." "Come to think of it..." "I wonder what happened to the old Sensei?" "Or, better yet-" "I wonder what happened to the old {i}me?{/i}" stop music play sound "static.mp3" scene whyme with flash scene whythesky with flash scene whygodwhy with flash scene bathscenebutnomorebath14 with flash stop sound play music "10c.mp3" "Probably nothing." scene bathscenebutnomorebath15 with fade "The first thing I approach is a leatherback journal positioned on the center of a nearby coffee table." "Without even opening it, I already know this is the book Ami was talking about earlier." "Why it's just...sitting out here in the open if it supposedly contains classified information on my students- I have no idea." "But seeing as I was just talking to you about conveniences a moment ago, I don't think something like this is {i}too{/i} out of the ordinary." "Or...at least what ordinary is shaping out to be so far." scene black with dissolve2 "I open the book and flip through a few pages of notes I don't want to be bothered with before reaching the section I'm looking for." "In addition to having a bit of information on all of the girls, it comes complete with their pictures as well." "Just one more convenience in the evergrowing and possibly infinite list of them, I guess." scene amiclass with dissolve2 "{i}Ami Arakawa...{/i}" if bonus == True: "{i}Ami is an adorable and extremely cute girl that I’ve known since she was born.{/i}" "{i}We’ve always been close, but it wasn't until after the accident that we became what we are now.{/i}" play sound "static.mp3" scene amibreak1 with flash scene beforewefall2 with flash scene dust5 with flash scene bathscenebutnomorebath15 with flash stop sound "{i}Ami doesn't like talking about the accident.{/i}" "{i}Neither do I.{/i}" "{i}It should be avoided at all costs.{/i}" else: "A highly trained certified public accountant." "Her parents died or something and she lives here now." "…" "I guess this sort of doubles as...Sensei’s diary, or something?" "This definitely doesn't seem like just school-related information thus far, but..." "Why is a grown man keeping something like this in his room?" "It doesn't have something to do with the whole guidance counselor thing, does it?" scene mayaclass with fade "{i}Maya Makinami...{/i}" "{i}Maya is a strange girl who has never liked me and has always avoided me for seemingly no reason whatsoever.{/i}" "{i}She’s been coming to the house for several years now but, despite that, I know nothing about her and can't imagine I'll be finding anything out anytime soon.{/i}" "{i}All I know for sure is that she cares deeply for Ami and...is even more deeply troubled by my existence.{/i}" "{i}I should avoid her at all costs as well.{/i}" "Well, I guess that pretty much explains why I was treated the way I was earlier." "It's clear that Maya would agree with Sensei's final note in her entry, but..." "That doesn't stop me from wondering just what her deal is." scene ayaneclass with fade "{i}Ayane Amamiya...{/i}" "{i}Ayane is another one of Ami’s close friends that has been coming to the house for years now.{/i}" "{i}She is...surprisingly open. Annoyingly open, even.{/i}" "{i}Open to the point where if I don't stop her from sharing her feelings in public, it could get me into a lot of trouble.{/i}" "{i}She’s incredibly flirtatious and often wanders off to talk to me instead of Ami and Maya while hanging out at the house.{/i}" "{i}Her parents have made several large donations to the[school] and her father is one of the few males left in the city but, despite that, Ayane bears little attachment to him.{/i}" scene yumiclass with fade "{i}Yumi Yamaguchi...{/i}" "{i}Yumi is the obligatory class delinquent.{/i}" "{i}She doesn't particularly seem to show any interest in associating with the other girls apart from picking fights with them on a near daily basis.{/i}" "{i}The only one who seems to be an exception to that is Chika.{/i}" "{i}She's been known to hang around the local arcade with a crowd of slightly older guys who are most likely Yakuza, but has since stopped going- likely due to the draft.{/i}" "{i}Her attitude seems to be getting worse every day and even calling her into my office doesn't seem to work anymore.{/i}" scene chikaclass with fade "{i}Chika Chosokabe...{/i}" "{i}Unlike Yumi, Chika is actually quite popular with all of the girls and spends a lot of time getting to know them.{/i}" "{i}Despite her appearance, she's very bright and consistently ranks near the top of the class when she actually applies herself.{/i}" "{i}The big issue is getting her to apply herself since she skips homeroom frequently to use her phone in the bathroom.{/i}" "{i}Chika has a good heart, but is often too caught up in her own world to notice when the one around her is beginning to come undone.{/i}" scene makotoclass with fade "{i}Makoto Miyamura...{/i}" "{i}Makoto is the student council president, class representative, and self-proclaimed teacher’s assistant.{/i}" "{i}She seems to be almost immune to the opinions of others and has no problem sucking up to me at all times, likely due to admiration rather than an innate desire for a recommendation letter.{/i}" "{i}She’s the top student in her grade and has caused absolutely no problems whatsoever, often times keeping the entire class afloat when I am unable to.{/i}" "{i}Makoto's biggest flaw is that she goes above and beyond far too frequently, to the point where I believe it might be damaging to her.{/i}" scene futabaclass with fade "{i}Futaba Fukuyama...{/i}" "{i}Futaba is an extremely kindhearted girl, but greatly struggles with a variety of self-esteem issues and often elects to sit out of physical education as a result of them.{/i}" "{i}She is a constant target for Yumi's bullying, but is otherwise loved by the rest of the class and is always willing to lend an ear to anyone in need.{/i}" "{i}Futaba performs very well in Japanese Literature and spends most of her time reading, but she can get lost in daydreams at times and must be broken out of them.{/i}" "{i}In order for her to succeed, she will need to learn to love herself. Thankfully, she takes well to positive reinforcement and is significantly stronger than she looks.{/i}" scene mikuclass with fade "{i}Miku Maruyama...{/i}" "{i}Miku has a hard time figuring out when to stop talking. In fact, I don't think she has ever figured it out even once.{/i}" "{i}She has far too much energy for her own good and constantly needs to be reminded to either quiet down or stop running in circles around the classroom.{/i}" "{i}She excels in physical education and is arguably the strongest player on the school's soccer team.{/i}" "{i}When it comes to every other class or subject, however, she needs a significant amount of additional coaching.{/i}" "{i}Thankfully, she's very close with Makoto and seems to care deeply about keeping her happy.{/i}" scene rinclass with fade "{i}Rin Rokuhara...{/i}" "{i}Rin might look like the cool, calm, and collected type, but she has proven to be a bit unpredictable and far too excitable more times than I can count.{/i}" "{i}She goes through short periods of time where she doesn’t act like herself and has disappeared for days on several occasions.{/i}" "{i}She’s hesitant to come to me for counseling and seems like the type to ignore her problems rather than make a genuine effort to resolve them.{/i}" "{i}That aside, she's universally liked by everyone in the class and has never been known to cause problems for anyone other than herself.{/i}" scene sanaclass with fade "{i}Sana Sakakibara...{/i}" "{i}No one really knows anything about Sana other than Ayane.{/i}" "{i}She's extremely quiet and vehemently refuses to talk under almost all circumstances, but it's less because she doesn't want to and more because she can't.{/i}" "{i}It remains to be seen whether this is simply how she is or if there is something about her past that is causing her to be this way-{/i}" "{i}But without many opportunities to actually speak with her, I'm not sure if I'll ever really know anything or not.{/i}" scene bathscenebutnomorebath16 with fade "So...that's my class, I guess." "It seems like there's a fair bit of diversity in terms of personalities, but I guess I won't be able to confirm anything for sure until I make it to school tomorrow, though." "A few of the girls seem like they might be a bit harder to {i}crack{/i} than the others, but...seeing as this is apparently my life now, I'm sure I'll have plenty of time." "The issue is just...figuring out who to talk to first." "Sure, Ami would likely be the easiest out of everyone- and the most accessible too." "The problem is that Ami seems almost {i}too{/i} accessible- to the point where, even now, I feel like she's hovering right over my shoulder." a "Do you remember everyone's names yet? Want me to quiz you?" scene bathscenebutnomorebath17 with dissolve s "..." a "..." s "You're really quiet." a "Yeah. That's a special skill of mine." a "But in my defense, Sensei, I {i}did{/i} knock like three times before coming in here." a "And with how out of it you've been since we left school, I was worried your brain might have melted or something like that." a "You're lucky your loving niece was willing to come check on you rather than just calling an ambulance and letting them handle it." s "I'm flattered, really." scene bathscenebutnomorebath18 with fade a "Dinner's in the oven right now, so you can go ahead and take a bath while it's cooking." a "I already warmed the water up for you...and I want to wait until right before I go to sleep to get in since that's what always makes my hair look best the next morning." s "Given how much of it you have, I'm sure it takes the entire night to dry as well." a "Yup! I'm pretty sure that if I put it into a ponytail while it's still wet and swing it really hard, I can probably kill someone." s "Great. I can't foresee a future in which that ever needs to happen, but I'm glad that you've found a way to weaponize your body so early in life." a "Sensei, you realize that every second you spend talking to me here is just making the bath cooler, right?" s "I know, I know. I'm going." s "But before I get in..." s "Thank you, Ami. For...answering all of my questions today and...just immediately accepting my existence." a "Saying it like that makes it sound like you didn't exist {i}until{/i} today, Sensei. And we both know that's not true at all." s "Yeah..." s "Yeah, I guess we do..." scene black with dissolve2 stop music fadeout 10.0 "The bath is perfectly warm once I get in...and dinner is perfectly cooked once I get out." "It's an amazing first day here in Kumon-mi." "But nothing this good can possibly last forever." "And I know that all of the conveniences being passed out like promotional tissues will soon become too much to bear." "There is no world so abundantly good...and I will not allow myself to be lured into believing such a world exists just because of a hot bath and a fresh plate of food." "Tonight, I will sleep." "And when I wake up-" "If I wake up in {i}this{/i} world-" "If none of this was a dream-" "I will start a new life." "And I will do my best to cherish it." "........." "......" "..." $ renpy.end_replay() $ clichebath = True $ ami_love += 1 play sound "eggcrack.mp3" "{i}Congratulations! Ami’s affection has increased to 1!{/i}" "{i}In Lessons in Love, affection points are used to unlock the next step in each girl’s story.{/i}" "{i}Affection points may be gained through main story events and/or spending your free time with the girls.{/i}" "{i}Some events are locked to progress with certain characters, so make sure to level up all of them and not neglect anyone!{/i}" "{i}You can view your affection with the girls through the progress menu at the bottom of your screen. This will also show you how much content is available for each character.{/i}" "{i}For a more detailed look at each girl's content, you may view their character profiles. This is also where scene replays will be stored once you unlock them.{/i}" "{i}An event tracker for main events is accessible through the menu as well! And don't worry about skipping certain events if they aren't triggered in order.{/i}" "{i}Some events require very specific conditions to be met in order to trigger, so unless you see something crossed out in red, it is still obtainable.{/i}" "{i}Oh, and did I mention that all events are replayable by clicking their respective titles in the tracker? Because they are!{/i}" "{i}This will come in handy once I start showing you how much I hate you.{/i}" "{i}Anyway! This marks the end of Day 1!{/i}" "{i}Your true journey begins now!{/i}" "{i}Enjoy your stay in Kumon-mi!{/i}" "{i}And please accept this next scene as a token of my gratitude for spending time with me in here.{/i}" "………" "……" "…" $ totaldays += 1 $ day += 1 if day == 5: hide thursday onlayer date show friday onlayer date jump firstfriday else: jump firstfriday label firstfriday: if bonus == True: jump firstfridayx else: "..." "{i}Just kidding! This is a family friendly game without any adult content.{/i}" "………" "……" "…" "I have a completely normal dream about Ami." $ amiawake = True label amiwakesupyeah: a "Hey, Sensei?" a "Senseiiiii?..." a "Earth to Sensei..." "A soft prodding at my cheek brings the world back into sight." scene amiwakeup1 with dissolve2 a "Morning!" a "How did you sleep?" s "Ami?..." "I take a moment to regain my senses and wipe away the sleep from my eyes." if bonus == True: s "How long have you been here?..." scene amiwakeup3 with dissolve a "I just got here. Why?" s "I see..." a "Is...something wrong?" s "No, it's nothing. Forget I even said anything." scene amiwakeup2 with dissolve a "Uhh, okay! Whatever you say." a "Hey, were you having a weird dream or something?" a "You were rolling around a lot when I first came into the room." s "Nope. Everything's totally normal here." else: s "Are taxes due yet?" a "Taxes? No. Not for a while. The year isn't over yet." a "Is that what you were dreaming about?" s "Yes. That would be a normal dream to have, and so that is what I dreamt." scene amiwakeup4 with dissolve a "Well, whatever it was, you better hurry up and get ready." a "We need to leave in the next fifteen minutes if we’re going to make it to[school] on time." a "Your breakfast is on the table! I’m going to go do my makeup really quick." s "Okay, got it. Thanks." scene amiwakeup5 with dissolve a "No problem." scene amiwakeupgone with dissolve play sound "dooropen.mp3" "Ami exits the room. I hear her door open and close just a few seconds later." if bonus == True: s "..." s "..." s "..." s "What the fuck was that dream?..." else: "As soon as I'm sure the coast is clear, I get up and excitedly prepare myself for the opportunity to better the knowledge of future generations." scene black with dissolve2 "………" "……" "…" label thefirstclass: scene newfirstday1 with dissolve2 play music "normalday.mp3" fadein 2.0 a "Hey, so are you feeling any better today? Or are you just going to teach class with that whole “Where am I?” thing still going on?" s "I feel pretty much the same, to be honest. I doubt I'd even know where I'm going without you." "I also doubt that I'd be able to remember the names of all ten of my students if it weren't for that book the previous {i}me{/i} kept tucked away." "Thankfully, I studied everyone's names and faces long enough last night that I {i}should{/i} be able to handle it." scene newfirstday2 with dissolve a "Are you sure you're even going to be {i}able{/i} to teach? If you can't remember where the school is, I doubt you can remember any of your lesson plans and stuff." s "Oh, don't worry about that. I've come up with a foolproof new method of teaching that I'm sure everyone is going to be very excited about." a "A {i}new{/i} method? But-" q "Ami! Sensei! Good morning!" scene newfirstday3 with dissolve ay "Wow. You're looking even more handsome than normal, Sensei. Did something change overnight? Or have I just fallen more in love with you for no reason whatsoever?" a "Sensei has amnesia...or something. Also, please don't touch my uncle this early in the morning." a "Or ever." scene newfirstday4 with dissolve ay "Amnesia?" s "Or something." s "It's complicated." ay "So...do you not remember who I am anymore?" s "Of course I remember who you are, Ayane." "After all, how could I forget one of the faces I spent an ungodly amount of time studying last night in preparation for this exact sort of thing?" scene newfirstday5 with dissolve ay "Oh, thank God. Because if you didn't, I would have nothing left to do but kill myself." a "Don’t you think that’s a bit of an overreaction, Ayane?" ay "Oh, stop it. You know you'd do the same exact thing, Ami. The two of us are comrades in arms. Just, in this case, the arms belong to a man twice our size and twice our age." scene newfirstday6 with dissolve ay "So, Sensei...since you have amnesia now, I suppose I should probably remind you about our date this weekend." s "We’re going on a date?" if bonus == True: a "Like heck you are! Dating students is completely against rules! You have to be related to be able to spend time together like that!" else: a "What?! Oh no you’re not! We have...important financial decisions to make this weekend!" ay "Sensei will just adopt me then. Right, Sensei?" s "Sure." scene newfirstday7 with dissolve a "No! Not sure! Where would she even sleep?!" ay "Are you {i}sure{/i} you want an answer to that question, Ami? Because I'm not sure you'd like it." scene newfirstday8 with dissolve a "There shouldn't even {i}be{/i} a question because Sensei should know by now that I'm the only person allowed to live with him." s "Am I allowed to blame this misstep on amnesia or will that not get me off the hook?" a "You can make it up to me by ignoring Ayane until we get to school." scene newfirstday9 with dissolve ay "It's fine, Sensei. Just go along with it. I've already gotten used to unrequited love, so ignoring me for another fifteen minutes or so is nothing to me." s "I'll make it up to you at our date this weekend." scene newfirstday10 with hpunch a "THERE WILL BE NO DATE!" scene black with dissolve2 "And so the three of us continued on toward the school as if nothing has changed at all..." "As if I'm the same person they walk this route with every day..." "Blissfully unaware of the images of them I conjured up in my mind as I pulled the sheets over my head last night and the things I proceeded to do to myself thereafter." "But that's fine." "Because soon, I'll be confident enough here to fully assume the role I've been given." "I'll be confident enough to be who they think I am." "And I'll be confident enough to act in stark contrast to that and become who I think they {i}need{/i} me to be and not what they want." "In turn, I imagine they will do the same." "And I imagine these days where the bright sun shines down on my back will turn into days of melancholy." "And then to days of depravity." "To days of nothing but the feeling of flesh on flesh and the loneliness that accompanies the moments after aggressive ejaculation." "But first and foremost-" scene newfirstday11 with dissolve2 "I must assimilate." ay "Do your best today, Sensei!" ay "Come see me after class and I can take you to a janitor's closet where Ami won't be able to see us kiss each other." a "Ugh...I don’t even care anymore." scene newfirstday12 with dissolve "The two of them disappear into the classroom and I take a moment to gather my thoughts and figure out how I'm going to approach this." "Despite already having what I referred to earlier as a {i}foolproof{/i} strategy, I'm still surprisingly nervous." "Not because I'll be the center of attention, but because I am worried about how far the flames would spread in the event this backfires." "This is still a job, whether I decided to take it seriously or not." "It's my window to the new world I've found myself inside of. And it's one with a broken lock." "If it closes, I have no idea how hard it will be to open it back up." "And so I'll do all I can to keep it propped open at all costs." "I don't want to look at life from the outside." "Not {i}this{/i} life, at least..." s "..." "A light tap on my shoulder drags me away from another cynical monologue and back into reality." scene newfirstday13 with dissolve mak "Good morning, Sensei! I have all of the handouts ready to go for today’s class." mak "I already put them on your desk, so you’re all set. I can hand them out too, if you want. I know how tired you can be in the mornings." s "Oh...uhh, thanks." mak "Is there anything else I can do for you before class starts? The library is empty right now, so if you need anything printed, now is the time." "If I remember correctly, this is..." s "Makoto..." scene newfirstday14 with dissolve mak "Ahh...Y...Yes?" s "Oh, sorry. I was just thinking out loud." mak "You were thinking about...my first name? But you've never called me that. I've always just been {i}Miyamura{/i} to you..." "Oh...right. I guess it's kind of weird for me to be addressing my students by their first names." "I guess it's different with Ami and Ayane since I've known them for a long time, but people like Makoto..." s "..." "Actually, fuck it. If I'm ever going to get to where I want to be with any of these girls, I'm going to have to start chipping away at the walls around them." "The weakest point I can identify at this point in time is as simple as the way I address them." s "You don't mind if I use your first name from now on, do you? It'll help me out a lot with the way I plan to handle things from now on." scene newfirstday15 with dissolve mak "I-I don't mind at all! You can call me whatever you want!" mak "But...what do you mean by {i}the way you plan to handle things from now on?{/i}" mak "You're not...thinking of changing your teaching strategy months into the school year, are you? Because that sort of change might have a negative impact on-" s "Let's just head inside and you can see for yourself what I intend to do...okay, Makoto?" scene newfirstday16 with dissolve mak "Mm! Hearing you call me that is...probably going to take some getting used to. So I sincerely apologize for how moronic I must look right now." s "You don't look {i}moronic{/i} at all. In fact, I'd say you're closer to {i}cute{/i} than anything." scene newfirstday17 with dissolve mak "You know it's rude to mess with someone so early in the morning, right?" mak "But I suppose we shouldn't be talking any more about that right now...not with the rest of the class still waiting for you." scene newfirstday16 with dissolve mak "I think I'll...head in first, though...and give my face a little time to return to its normal color." mak "Just come on in whenever you're ready, Sensei..." mak "We'll all be waiting for you." scene black with dissolve2 "Makoto darts into the classroom, narrowly avoiding a collision between her shoulder and the door frame, and I am reminded that {i}some{/i} girls might start opening up a little before others." "For what it's worth, she seems pretty head over heels for me already." "But, like she said...there's an entire room full of girls waiting." "All that's left to do now is win over the rest of them..." scene firstclass1 with dissolve2 s "Good morning, everyone." s "I, uhh...guess I'll start by saying-" s "Wait, aren't we missing someone? I'm pretty sure I'm supposed to have ten students." scene firstclass2 with dissolve c "Oh, Yumi's not coming today. She said she's staying at home since she doesn't feel good or something and told me to tell you that." "Already? I feel like it was less than 24 hours ago that Ami was telling me how some of the girls in class like to skip." "At least the first culprit is the girl I was most worried about dealing with, though. So maybe this is some sort of blessing in disguise?" s "Well, thanks. Then, as I was saying-" c "Wait! Sensei! I have a question." s "Oh. Uhh...okay?" c "Can I go hang out in the bathroom for the rest of homeroom? One of my favorite idols is appearing on a talk show this morning and I'd be like, {i}super{/i} thankful if I could go watch it." s "I guess. Just...don't get caught or something? I'm sure you know how this goes." scene firstclass2r with dissolve c "Awesome! Thank you so much, Sensei! You're like, seriously the best teacher ever!" scene firstclass3 with dissolve "Chika quickly shoots out of her chair and dashes into the hallway and my morning has already gotten off to a less than ideal start." "But hey, at least I've already begun to curry favor with another one of the girls." mak "Umm...Sensei?" "And potentially {i}lost{/i} favor with another one in return." s "What's up?" scene firstclass4 with dissolve mak "Well...forgive me for my directness, but are you sure that letting her leave was a good idea?" mak "The last time you did that, she didn't come back until the day was halfway over." s "I have a hard time believing that a single talk show will take up half of the day. So I'm going to give Chika the benefit of the doubt this time." scene firstclass5 with dissolve mi "Woah, there! When the heck did you two make it to first-name territory? I ain't ever heard you call her Chika before." mak "Yes...when, indeed?..." s "I'll get to that in a minute. Now, can I please just say what I've been trying to say since I came in here?" mak "Are you sure you don't want to...perhaps run it by me first?" mak "I haven't been briefed on any sort of announcement yet and...as class representative, I believe I have the right to be." s "No. I will not run it by you, Makoto. Because this is less of an announcement and more of just a...thing that's going to be happening from now on." mak "But...you are {i}announcing{/i} it, aren't you?" s "Makoto, just stop talking for a minute." mi "Since when is Sensei on a first name basis with everybody?! This is happenin' way too quick!" scene firstclass7 with dissolve ay "Sensei!" "Ayane suddenly raises her hand and it quickly becomes apparent to me that I may never be able to actually speak without being interrupted again." s "What, Ayane?" ay "Since we're already on a first name basis, can you refer to me as either {i}darling, honey,{/i} or {i}hot stuff{/i} from now on?" s "Absolutely not." ay "Not even if I am already prepared to deal with the types of rumors that are sure to spread if you start calling me those things?" ay "One large donation to the school and I can get us out of anything, Sensei. I mean it." s "No, Ayane." s "In fact, the thing that I've been trying to get to all morning is specifically {i}about{/i} how I'm going to be addressing you all from now on." scene firstclass9 with dissolve mi "Oh! If we're choosin' our own nicknames, I wanna be Darth Vader! Or just Miku, but with {i}Champion of Justice and Soccer{/i} added on to the end of it." s "That might be a little too long, but I’ll try my best to remember." scene firstclass10 with dissolve "Ayane puts her hand up yet again." s "What is it now?" ay "Nothing really. I just wanted you to look at me again." ay "Hi, Sensei." scene firstclass11 with dissolve s "Hi, Ayane..." s "Now please, if everyone could just stop talking for a minute or two, I'd like to address certain...changes that will be taking place in this classroom from now on." s "From this day forward, my teaching strategy is going to be a little different. But I'm sure that my new methods will be-" scene firstclass12 with dissolve mak "Sensei!" "I already hate this job." s "{i}What?{/i}" mak "I apologize for interrupting, but what do you mean by {i}new methods?{/i} The way you do things now is perfect! Why would you feel the sudden need to change that?" mak "If this has something to do with our grades as a class, I'd be more than happy to offer additional tutoring to anyone who needs it outside of regular school hours." s "It has nothing to do with that. It's just a...decision that came to me for no reason whatsoever after school yesterday. " "Just, by {i}no reason whatsoever,{/i} I mean that I suddenly woke up as a teacher despite never even attempting to become one." "Of course {i}my{/i} methods will be different from the methods of whoever stood here yesterday. We're entirely different people." s "I'm sure the sudden change might come as a shock to some of you, but I really do think that what I'm suggesting will benefit every one of you a lot more than some...standard education would." s "These are supposed to be the best years of your lives." s "You're all young and impressionable...and as the person currently responsible for molding all of you, it falls on me to ensure that you {i}enjoy{/i} these years." s "Let me put it this way- who here besides Makoto is excited to come to school every day?" scene firstclass12r with dissolve ay "..." s "Okay, who here is excited to come to school every day for reasons that have nothing to do with how long you get to stare at me for?" ay "..." scene firstclass12r2 with dissolve ay "..." s "That's what I thought." mak "Sensei, we're a little too old to be converting to the Montessori tactic, don't you think?" s "I have literally no idea what that is." s "I'm not suggesting that you all give up on learning and just focus on having fun for the rest of your lives if that's how I'm making it sound." s "I'm simply saying that, from this point on, I want you to see me as a friend first and foremost...and a teacher second." s "And also that I probably won't assign any work at all anymore and that I trust each one of you to just...independently study during the day while I sleep or something." scene firstclass13 with dissolve r "Chika walked out on a hell of a class..." "The two girls in the corner of the room finally decide to join in on the class." f "Umm...Sensei?" s "Yes? Do you have a problem with this change as well, Futaba?" f "N-No! I'd never doubt your methods at all, but..." f "I'm not sure if I understand what you mean when you say you want us to...see you as a friend." s "I just mean that you're going to have a harder time enjoying your lives here if you feel like I'm constantly on some pedestal way out of your reach." s "That's precisely what I'm trying to avoid. You don't need another unnecessary authority figure in your lives when that's all you're going to be dealing with for the next...forever." s "So if you can see me as a friend-" mak "We...{i}do{/i} need another authority figure, though..." scene firstclass15 with dissolve mi "{i}Makoto, stop it! Ya have any idea how good this news is for me?! I might actually be able to pass now!{/i}" mak "I'm sorry, Miku...and I'm sorry, Sensei. I just can't bring myself to accept or...even understand why you think something like this is a good idea all of a sudden." s "I didn't expect you to. Like I said, I know this change might be shocking. But if you really trust me...which I know you do, {i}Makoto...{/i}you'll at least try it out." mak "..." s "..." play sound "slidedoor.mp3" scene firstclass16 with dissolve c "Kay! I'm back. What'd I miss? The air seems kinda off in here all of a sudden." r "Not much. Sensei is just going through a midlife crisis and wants to be friends with all of us now." scene firstclass17 with dissolve c "For real? But he doesn't even seem that old." s "Thanks, Chika. It probably sounds sad, but I really needed to hear that." scene firstclass18 with dissolve c "No prob, Sensei! You did me a favor earlier, so it's the least I can do to pay you back!" c "Also, does being friends with you mean that you'd like, drive us around and stuff? Cause taking the bus to the mall all the time kinda adds up after a while." s "Unfortunately, I don't have a car." "Nor do I have any idea how to drive, but I feel like I can safely omit that fact." c "That's fine, I guess. None of my other friends have cars, so it's not like I'm not used to this or anything." s "Great. Then-" scene firstclass19 with dissolve ay "Sensei." s "What now?" ay "May {i}I{/i} have a ride after school today?" s "I literally just said that I don't have a car." ay "Who said I'm talking about cars?" scene firstclass20 with dissolve a "Ayane! Can you {i}not?!{/i} We're still in class even if Sensei is going through a midlife crisis right now!" ay "We are, but there aren't any teachers around anymore. Just friends, Ami. And friends can talk about falling in love with friends' relatives, no?" a "No!" s "Anyway, if anyone has any issues with this, feel free to take it up with me in my office after school." s "Also, Makoto, if you could remind me where my office is, that would be great." scene firstclass26 with dissolve mak "Oh, don't worry. I already decided to head there the moment you mentioned that's where we need to bring our concerns." mak "At the very least, before these {i}new methods{/i} begin, can we take the quiz I went to the trouble of printing this morning?" s "Sure, Makoto...You can all take one last quiz before they are gone forever." scene black with dissolve2 stop music fadeout 10.0 "I grab the small stack of papers that Makoto left on my desk and begin walking around the class and handing them out." "I have no intention of grading any of them once they're completed, but seeing as I may have just erased Makoto's entire reason for living, the least I can do is humor her for now." "Class representative aside, though, it seems like everyone else was okay with the idea of a...significantly less formal learning environment." "Well, everyone else apart from Yumi, who wasn't even here today, and Sana...who has yet to speak so much as a word to me." "Eventually, class comes to an end and Makoto informs me of where my office is before making plans to show up once she's done shredding all of next week's handouts, which she printed way too far in advance." "………" "……" "…" scene makoffice0 with dissolve2 play music "phantomthief.mp3" "I lean back in my chair and wait for a small girl with glasses to show up and beg me to be whoever it was she spent the first part of this school year growing closer to." "It's a little funny. I figured the reaction she gave me after I called her by her first name meant that she'd be one of the easiest to conquer." "That thought was a bit short lived, though. Because now, it seems like she's more hesitant than anyone." s "..." "So..." "{i}This{/i} is where I'm supposed to be spending my time after school, huh?" "I've already shirked the responsibility of teaching, so I doubt I could get away with shrugging this part of my responsibilities off as well." "Besides, having a private office could be a good thing." "I have no idea how often the girls in my class will need any {i}counseling,{/i} but an area where we can get to know one another seems like a pretty good idea in my book." "I imagine I'll just be spending most of my time in here sleeping anyway." play sound "knock.mp3" "But for now...I must once again figure out how to deal with the handful that is my very own teacher's pet." mak "Sensei, may I enter?" s "Come on in, Makoto. The door is open." play sound "dooropen.mp3" scene makoffice1 with dissolve mak "Excellent. Because now I can give you an earful about whatever it is that's gotten into you." mak "What are you thinking? Going off and deciding something like that without even {i}consulting{/i} me first?" mak "With the exception of a few girls, I was under the impression that this year was going extremely well so far." mak "So why now? Why would you decide to just...dismantle all that you have built since the school year started?" s "I'm not {i}dismantling{/i} anything. I'm just...renovating, I guess." scene makoffice2 with dissolve mak "But we didn't {i}need{/i} renovations! I love the way you teach!" mak "You know so much about so many things, and the idea of you just abandoning that part of you in exchange for friendship? Well, that's just absurd to me." "Unfortunately for Makoto, {i}I'm{/i} not the one who abandoned anything. I just woke up somewhere I wasn't meant to be." "She just gets the honor of being the first person who has to suffer because of that." s "Will you give it a shot at least?" s "If you trust me so much, can't you just go along with it for a little while and see how it goes?" scene makoffice3 with dissolve mak "Are you sure that approaching your job so informally is even allowed?" mak "What would the other teachers and staff members think if they knew you were going to treat us more like friends than students?" s "I guess we'll just have to wait and see. Besides, it’s not like I’m letting you all run wild. I just think it might be good for us to relax every once in a while." mak "Relax?..." mak "What do you mean, {i}relax?{/i}" s "Well, what do you do in your free time? Apart from...printing out quizzes and independently studying." scene makoffice4 with dissolve mak "That's...uhh..." "Makoto glances off to the side, avoiding eye contact with me and...getting suspiciously embarrassed for someone who was just asked about her hobbies." mak "That's...a bit of a complicated question..." s "It seems pretty normal to me." mak "Well, yes...but my situation is...uhh..." scene makoffice5 with dissolve mak "If I tell you this, can you promise to keep it to yourself?" s "Of course. Nothing you say here will ever leave this room." mak "Okay...because it would be horrible for me if you were to let this out. So...please keep that in mind." "Just what kind of seedy shit is this girl up to?" mak "I..." scene makoffice4 with dissolve mak "I have..." mak "A part time job..." s "Oh." s "Is that it?" scene makoffice6 with dissolve mak "What do you mean, ‘is that it?!’ Having a part time job is strictly prohibited according to section E of the student handbook!" s "..." scene makoffice7 with dissolve mak "Jeez...You should know this by now, Sensei. It’s one of the most serious infractions of all and can even lead to expulsion in some cases." scene makoffice8 with dissolve mak "Though...I guess it doesn’t really stop any of the other girls from taking up part time jobs as well." s "Is it really a {i}serious{/i} infraction if so many people are doing the same exact thing?" scene makoffice9 with dissolve if bonus == True: mak "Well, yes...But it's not as if any of the staff is actively seeking out girls with part time jobs." mak "They just technically {i}could{/i} be if word got out. And I'm sure that even I'm no exception to that." else: mak "Well, yes...And I suppose that since we're in college and several of us need to work jobs in order to put ourselves through it due to a lack of financial aid, it makes sense..." mak "But it's still against the rules and I like rules. That is a thing you will be finding out throughout the course of the game." mak "I sure hope my diligent way of living does not one day become too much to bear." s "Yes, that would be bad." s "So...what do you do exactly? Where do you work?" scene makoffice4 with dissolve mak "Just...a small shop run by my family. It's nothing too exciting." mak "My dad has owned the place since I was a baby...and my grandpa ran it before him. So it's kind of just...what my family does now, I suppose." scene makoffice10 with dissolve mak "But unfortunately, ever since the city was sectioned off and all of the men were drafted...it's just been my mom and me looking after the place." mak "And while she is...extremely comfortable with the business, it can still be a bit awkward for me at times..." scene makoffice11 with dissolve mak "But we do our best, all things considered..." mak "I..." mak "I know that it will probably sound a little depressing to hear this, but working and studying take up pretty much {i}all{/i} of my time." mak "I don’t really have any hobbies or things I like to do..." mak "Which is...I guess why that whole thing about relaxing just didn't really click for me." s "Hmm..." scene makoffice12 with dissolve mak "Is...Is something wrong?" mak "That's not the type of face I normally see on you." mak "I know that this office is supposed to be meant for {i}you{/i} to counsel others, but if there's anything you would like to open up about, I don't mind-" s "Makoto, close your eyes for a second." scene makoffice13 with dissolve mak "I...I beg your pardon?" s "Just do it. Trust me." mak "I...uhh..." mak "If..." scene makoffice14 with dissolve mak "If you insist..." scene black with dissolve2 if bonus == True: jump makotoofficemassx else: "I lead Makoto through a secret passageway underneath the desk that I found earlier." mak "What...is this place?..." s "This, Makoto...is Hogwarts School of Witchcraft and Wizardry." mak "Has this always been here?" s "Yes. This event was never changed and has always been like this." s "Now, quick. Put on the hat." mak "Ah! But I do not know how to wear a hat. What if I do it wrong?" s "Hah..." "I spend the next half hour explaining the process of wearing a hat to Makoto, but then the event ends before she's ever sorted into a house." $ renpy.end_replay() $ firstclass = True $ makoto_love += 1 "{i}Makoto’s affection has increased to 1!{/i}" stop music fadeout 3.0 "………" "……" "…" label slumparty: scene street_noon with dissolve play music "streetnoise.mp3" fadein 5.0 "I wound up sitting in the office for a good hour after Makoto left, but it seems that my services as the least qualified guidance counselor to ever exist are not all that sought after." "But hey, at least I won't have to worry about that for the next couple days." "Tomorrow is Saturday, so I should finally have some free time to actually do things I want rather than just...hang around teenage girls all day." "Which, to be fair, is exactly what I'm going to be doing anyway. Just this time it will be out of my own free will and not determined by a schedule." "Either that or I won't be able to find anyone at all and I'll spend the whole day just aimlessly wandering around an unfamiliar town." "Something tells me my luck won't be {i}that{/i} horrible, though." "I mean...look where I ended up. This world is every man's dream." "There are millions of people who would kill to walk even a day in my brand new shoes, and I'll be damned if I don't start walking as far as I can as fast I can." "The only question is how I'm going to leverage this new life to get what I want out of it." "There are ten girls in my class right now. And if what Ami said yesterday is true, more could show up at any time." "That said, the best course of action would be to try and...balance out my time with all of them, right?" "Focusing too much on one will just wind up drawing attention to us. And even if most of the girls I've encountered so far are...{i}eccentric,{/i} I doubt any of them would be okay with-" "Well, pretty much {i}any{/i} of the things I want to do at this point in time." "I'm sure the line will be different for everyone...I just have to figure out how thin or thick those lines are and the best methods to cross over them." "But that's a problem I'll figure out how to deal with once I actually encounter it." "For now, I should be heading home." "I remember Ami mentioning that she was going to have Ayane and Maya stay over tonight, but I doubt that means I'll be able to spend any time with either of them." "They're teenage girls after all. Chances are they'll just be...gossipping in Ami's room or whatever it is girls that age do." "Maybe I'll just go to sleep early tonight? The closer I get to having any free time, the better. And Saturday is less than twelve hours away at this point." scene black with dissolve2 stop music fadeout 3.0 "Yeah..." "I think that's what I'll wind up doing tonight." "........." "......" "..." play sound "dooropen.mp3" scene lr_noon with dissolve play music "lifeismostlygood.mp3" fadein 5.0 if bonus == True: "I let myself into the house after realizing that Ami forgot to lock the door." "And while my initial instinct is to storm into her room and reprimand her for enabling a situation that could result in her being raped and killed while I am not home, I decide against it." "Though, I {i}do{/i} like the idea of being able to embarrass a girl I am apparently the guardian of in front of her friends." "I also, however, have not ruled out the idea of sleeping with her yet. And I feel that embarrassing her now would only serve to inhibit that budding desire of mine." a "What?! No way! You did not!" s "..." "Yeah." "I'll just let girls be girls tonight." "I don't have to involve myself in {i}everything.{/i}" "Sometimes the best thing to do is just sit back and let things happen on their own." scene black with dissolve2 "Not just because the cogs in the background are already powering a machine built to pleasure me, but because being alone can be just as fulfilling as being {i}with{/i} someone." "When I'm alone, I can fantasize about all I want. And, between you and I-" "I have very quickly learned that being a high school teacher comes with its fair share of fantasies." s "..." "I hope no one minds if I take a few of those fantasies into the bathroom for a little while." "........." "......" "..." else: "I let myself into the house, ready to learn." s "I can't wait to have a peaceful day all by myself without being bothered by my accountant or any of her friends." "{i}Meanwhile...{/i}" scene sleepover1 with dissolve2 ay "And {i}that's{/i} why I was permanently banned from the convenience store near the school!" scene sleepover2 with fade m "Well, that was...certainly a story." a "Umm...how many convenience stores have you been banned from now, Ayane? Six? Seven?" ay "Something like that, but it's not really a big deal since DoorDash exists and I can just get anything I want sent right to my dorm." m "Yes, please brag more about how rich you are. It is a thing that we very much enjoy hearing about." scene sleepover3 with fade ay "Hey! How is taking advantage of the DoorDash Dash Pass for the low, low cost of $9.99 per month bragging about being rich?!" a "That's right, Maya! The DoorDash Dash Pass is so cheap right now that virtually anyone can afford it." a "And with new restaurants being added to Dash Pass every day, there has never been a better time to take advantage of the opportunity." "{i}Lessons in Love is not sponsored by nor affiliated with DoorDash.{/i}" m "What's going on with you two? That's the third advertisement you've spontaneously broken into tonight." scene sleepover3r with dissolve ay "Is that really it? It felt like more." m "No wonder your family is so rich if you can't even make it through a sleepover without advertising some sort of...app or something." ay "Excuse me, Maya, but my family is rich because my father invented unpoppable bubble wrap. And I am very tired of reminding you about this." m "I am very tired of being reminded..." "{i}Hi, there! It's your favorite narrator here to confirm that what Ayane just said is true!{/i}" "{i}The Amamiya family is set for life due to the innovative and fun-destroying mind of her father.{/i}" "{i}Why would anyone ever think of creating unpoppable bubble wrap, you ask?{/i}" "{i}Good question!{/i}" "{i}Unfortunately, I have no idea.{/i}" "{i}But what I do know is that the answer will be revealed in the upcoming Lessons in Love expansion pack, “A World Without Bubbles!”{/i}" "{i}Pre-order your copy from GameStop today and unlock three bonus costumes for Ayane’s dad.{/i}" scene sleepover4 with fade a "Why would someone go out of their way to just...make a normal shipping product worse?" a "Especially when you can visit your local FedEx store and ship anything you want for-" m "Ami, stop. Ayane, tell us more about why your dad is suddenly an evil human being who hates plastic bubbles." scene sleepover5 with fade ay "Uhh...better idea: how about we {i}don't{/i} talk about my dad?" ay "I kind of wanted tonight to be relaxing and fun, and it's not going to be {i}either{/i} of those things if I'm forced to talk about my arch nemesis." scene sleepover6 with dissolve a "Nemesis? Isn’t that taking things a little too far?" a "He's still your dad at the end of the day. Even if he's a giant jerk butt now." ay "Are you kidding? All he does is drink whiskey and listen to smooth jazz now." ay "That is super villain behavior, Ami. He is clearly my nemesis." m "You have a strange idea of what constitutes a “super villain” but okay." a "Smooth jazz? Is normal jazz...too rough for some people or something?" scene sleepover8 with fade ay "It’s seriously unbearable. Like, he won't even {i}listen{/i} to my favorite song when I ask him to." m "I have heard your favorite song and want to make it formally known that I am on his side." ay "That's fine because Ami is still on my side. Right, Ami?" a "Umm..." scene sleepover8r with dissolve ay "Ahh! You’re so lucky! You get to live with Sensei and all I get is a borderline alcoholic with poor taste in music!" scene sleepover9 with fade m "What is your fascination with him, anyway? He’s just some...normal old guy who also happens to be our teacher." m "Is that really all you look for in a partner? Age and...{i}age?{/i}" a "Maya, are you ever going to warm up to him?..." a "You two have known each other for years and I've only really seen him be nice to you." m "Just being nice isn’t a good enough reason to like someone. If it was, I’d like pretty much everybody. Do you think I have the energy for that?" scene sleepover10 with dissolve ay "It's hard to put into words...but my fascination with him runs way deeper than just his age and his occupation." ay "Sensei...is everything I like in a man. No- he's everything I like in a {i}person.{/i}" ay "He’s smart...and he’s kind...and he’s funny...and-" m "Twice your age." scene sleepover11 with hpunch if bonus == True: ay "Age is just a number, Maya! If Sensei wants me, Sensei can have me!" else: ay "This changes nothing, Maya! You'd be on my side if you understood love." scene sleepover12 with dissolve if bonus == True: m "I really don't think you should be the one saying {i}age is just a number{/i} in this situation..." else: m "Oh man. You just wait until the later chapters. You don't even know what you're talking about." ay "Besides, it won't be weird at all a few years from now." m "No, it definitely still will." ay "Nuh-uh! We'll have a house...a dog...seven children-" scene sleepover13 with hpunch a "Seven?!" a "Just what the heck do you think you're planning on doing with my uncle, Ayane?!" a "Do you really think I would allow {i}seven{/i} children?!" m "Wording it like that makes it sound like you'd be okay with less..." a "Answer me, damn it! What are you planning on doing, Ayane?!" scene sleepover14 with hpunch ay "Showering him with my unconditional love!" scene sleepover15 with hpunch a "And what if he doesn't {i}want{/i} your unconditional love?!" scene sleepovergun stop music ay "Then I end my life the only way I know how." scene sleepover16 with dissolve play music "lifeismostlygood.mp3" a "You really need to stop carrying that thing around. You're going to accidentally hurt someone one day." m "Where did you even get that? Aren't guns illegal in Japan?" scene sleepover17 with fade ay "Nothing is illegal when you're rich, unfortunately." m "What do you mean {i}unfortunately?{/i}" ay "Well, the getting anything you want part isn't unfortunate. But the being rich part kind of {i}is{/i} in a...really roundabout way that you can't really complain about without people thinking you suck." ay "Like, the only person in the mansion who even pays attention to me anymore is Geoffrey. And you know how Geoffrey is." "{i}Hey! Narrator again. Just figured I'd clue you in on Geoffrey since you haven't had the pleasure of meeting him yet.{/i}" "{i}He's actually a really great guy if you can look past all the scars!{/i}" "{i}Geoffrey is an American immigrant who works and lives in the Amamiya mansion.{/i}" "{i}His family was brutally murdered many years ago and he is currently working as a butler while devising a plan to avenge them!{/i}" "{i}But that's all I'm allowed to tell you for now since I signed an NDA!{/i}" "{i}Don't worry, though! You can find out more by preordering the upcoming Lessons in Love expansion pack, “A World Without Geoffrey’s Family!”{/i}" "{i}And if you pre-order your copy from GameStop today, you'll unlock three bonus coffins for Geoffrey’s wife!{/i}" scene sleepover19 with dissolve a "Geoffrey! I miss him. How is he doing?" m "Did he ever get that thing with the Irish mafia sorted out?" a "Yeah, I remember him being really intense about it the last time I came over." ay "I think so. He disappeared for a few days a month or two ago and came back covered in blood, but he seems fine now." scene sleepover23 with dissolve m "And on that note, I'm hungry." a "Blood made you hungry?" m "Everything makes me hungry. Were we still planning on going to that cafe Rin works at?" a "Didn’t you just eat karaage at the karaoke place like, two hours ago? Can't we wait a little longer?" m "Ami, I’m really going to need you to stop judging me if this friendship is going to continue." a "Just eat something here. It's basically your house too, so you can help yourself to anything you can find in the fridge or the pantry." m "I hope you realize how dangerous what you just said to me is." scene sleepover24 with dissolve ay "I can heat something up for Maya. I have to get up to go to the bathroom anyway." a "Can you microwave some popcorn while you're in the kitchen as well? Sensei says that watching a movie without popcorn is a sin and I don't want God to kill me." m "I second the popcorn motion, but for reasons not pertaining to any higher power." scene black with dissolve2 stop music fadeout 10.0 ay "Yup! I'll be back in a few, so don't miss me too much!" m "Bring drinks too. As quickly as possible. I require all of them." a "Maybe we should just buy a second fridge for you to use whenever you come over?..." "........." "......" "..." play sound "slidedoor.mp3" "{i}Roughly thirty seconds later...{/i}" scene newchu1 with dissolve2 ay "Wha-" s "Oh. Hey, Ayane." s "The bathroom is in use right now." ay "..." s "..." scene newchu2 with dissolve ay "..." s "..." scene newchu1 with dissolve ay "..." s "..." scene newchu3 with dissolve ay "..." s "..." ay "That..." ay "That's a really big penis..." s "Thanks. I appreciate that." ay "..." s "..." scene newchu4 with dissolve ay "Okay. I'm gonna go die now." s "Okay. I'll be out of here in a few minutes if you need to use the bathroom." ay "You can't pee when you're dead, Sensei." scene newchu5 with dissolve play sound "slidedoor.mp3" s "..." s "No...No, I guess you can't." scene black with dissolve2 "........." "......" "..." "{i}Several seconds later...{/i}" scene newchu6 with hpunch play music "rapid.mp3" ay "OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD OHMYGOD." ay "That happened. That just happened. I saw it. I actually saw it. He saw me see it. I saw him see me see it. Oh my god." ay "How long did I stare for? Seconds? Minutes? Days? What time is it? What am I doing here? Who am I?" ay "All I know is penis. All I know is penis. All I know is penis. All I know is-" m "Uhh...what the fuck are you doing?" scene newchu7 with dissolve ay "I..." ay "I don't know anymore, Maya." ay "It happened so quickly...I couldn't even think straight." ay "It's like...my mind was telling me to move forward. But before I knew it, I was out here in the hallway again...contemplating life and what has become of me." m "You were gone for literally two minutes." scene newchu8 with dissolve ay "That's it?! It felt like I was in there for days!" m "Okay well, you're being gross and I'm just going to make my own food because this is obviously about something I am very much not interested in." ay "Will you sleep next to me tonight? I don't know if I'll be able to fall asleep if I'm by myself. I just...keep seeing it. It's in my head, Maya. {i}It's in my head.{/i}" m "What is in your head? What are you- oh." m "Oh...ew..." scene newchu9 with dissolve ay "Do you...think Ami has also seen-" m "Shut up. Shut up, shut up, shut up. I never heard this and I am now going to go back to the reason I came out here." m "Goodbye and please don't ever bring this up again. Thanks." ay "Oh my god...Oh my god...Oh my god..." ay "Oh my god..." scene black with dissolve2 stop music fadeout 10.0 "{i}And that was the first time Ayane ever saw a penis in real life...{/i}" "{i}Some say, she's still immobilized outside of that bathroom door to this very day...{/i}" "........." "......" "..." label afterbrscene: scene bedroom_night with dissolve2 "I walk into my room and immediately collapse onto the bed." "I have no idea what the future implications of Ayane walking in on me are but, if there is {i}anyone{/i} that is bound to be okay with something like that, it's her." "I can't say I expected her to just run away, though. And, who knows? Maybe if she actually knew what she was walking into, she wouldn't have run at all." "Regardless, I have no regrets and I am glad we got this out of the way sooner rather than later." "Because even if nothing comes of it, I know for a fact that the image of me is now engraved into her mind." "Either way, my new life of attempted debauchery and depravity begins tomorrow." "Ayane just happened to get a bit of a head start to the party." scene black with dissolve2 "Goodnight, world." "Please keep whatever dreams you were thinking of gracing me with to yourself, for I am about to fall asleep {i}in{/i} one-" "One that I will hopefully remain in forever." s "..." "I will make the most of this life." "I will live for myself." "And if others get hurt in the process, I will do what I do best and write them off." s "..." "A voice in the back of my mind reminds me that none of this is real." "A second one fights against it." "A third carries me off to sleep." $ renpy.end_replay() $ sleepover = True "{i}From this point on, you will be able to make decisions that will impact your relationships with every character in the game.{/i}" "{i}Weekends will give you a morning, afternoon, and night phase.{/i}" "{i}Each phase gives you time to hang out with one girl. But each girl is only available at specific times in specific places each day.{/i}" "{i}You will eventually have the option to call the girls and bypass this, but you must first acquire their phone numbers.{/i}" "{i}You will soon find that certain actions or certain events will require you to be in the right place at the right time.{/i}" "{i}And if you get lost, remember that's exactly where I want you.{/i}" "{i}On school days, you will only be able to act freely at night. The morning and afternoon will be consumed by class and counseling.{/i}" "{i}Remember, many events in this game will be locked behind others. Focusing on one character is both not advised and not possible.{/i}" "{i}Oh, but remember this more than anything else-{/i}" "{i}This world was made for you.{/i}" "{i}Please enjoy it to your heart’s content.{/i}" stop music fadeout 3.0 "………" "……" "…" jump advancetosat label advancetosat: $ totaldays += 1 $ day += 1 if day == 6: hide friday onlayer date show saturday onlayer date jump saturdaymorning else: jump saturdaymorning label saturdaymorning: if totaldays > 24: $ everyday = True $ clichebath = True $ amiawake = True $ firstclass = True $ sleepover = True $ day5 = True $ day7 = True $ day8 = True $ day12 = True $ day14 = True $ day16 = True $ day20 = True $ day21 = True $ day24 = True if cafe20 == True: $ harukanumber = True if bar10 == True: $ saranumber = True if halloween11 == True: $ makoto_virgin = False if ayanedorm10 == True: $ ayanenew1 = True $ ayanenew2 = True $ ayanenew3 = True if pornshop15 == True: $ makotonew1 = True $ makotonew2 = True $ makotonew3 = True if futabadorm15 == True: $ futabanew1 = True $ futabanew2 = True $ futabanew3 = True if amidorm10 == True: $ aminew1 = True $ aminew2 = True if totaldays > 21 and roomwithclocks == False: $ roomwithtrack = True $ v11check() if ((totaldays >= 220) and (day220 == False) and (chap1point >= 90) and (happypoint >= 10 or (happypoint + happymiss == 10)) and (chikapoint >= 13) and (yumipoint >= 12) and (ayanepoint >= 18 or (ayanepoint + ayanemiss == 18)) and (sanapoint >= 14) and (makotopoint >= 16) and (mikupoint >= 13) and (rinpoint >= 16 or (rinpoint + rinmiss == 16)) and (futabapoint >= 19 or (futabapoint + futabamiss == 19)) and (amipoint >= 16 or (amipoint + amimiss == 16)) and (mayapoint >= 12) and (mollypoint >= 6) and (tsuneyopoint >= 6) and (sarapoint >= 5 or (sarapoint + saramiss == 5)) and (harukapoint >= 6 or (harukapoint + harukamiss == 6)) and (karinpoint >= 3) and (kirinpoint >= 3) and (kaoripoint >= 3) and (makipoint >= 2) and (chinamipoint >= 2) and (day == 6)): jump day220 if day == 6 and totaldays >= 370 and day355 == True and karindate20 == True and chinamidate20 == True and utadorm20 == True and sanadorm50 == True and osakodojo1 == True and kirindate25 == True and secondbeach1 == False: jump secondbeach1 if totaldays >= 464 and christmastwo20 == True and day == 6 and mayafestival1 == False: jump mayafestival1 if utamaid25p2 == True and day == 6 and iodorm25 == True and iospecial30 == False: jump iospecial30 if makotodorm55p2 == True and nodoka_love >= 30 and norikodorm30 == True and tsubasaspecial20 == True and day == 6 and nodokaspecial30p1 == False: jump nodokaspecial30p1 if predormwars3 == True and day == 6 and naospecial1 == False: jump naospecial1 if yasudorm30 == True and naospecial3 == True and tsubasaspecial20 == True and niki_lust >= 5 and amispecial50 == True and makihornytrip4 == True and (harukadate30 == True or harukadate30skip == True) and day == 6 and beachwars1 == False: jump beachwars1 scene bedroom_day with dissolve2 "{i}[totaldays] Days have passed...{/i}" if totaldays >= 24 and day24 == False: jump day24 if totaldays >= 60 and day56 == True and aminew1 == True and aminew2 == False: jump aminew2 if totaldays >= 80 and day72 == True and day80 == False: jump day80 if totaldays >= 102 and day == 7 and day96 == True and mayadorm15 == True and letterttrack == True and howifeeltrack == True and day102 == False: jump day102 if totaldays >= 174 and day154 == True and amidorm15 == True and futabadorm15 == True and day79 == True and makotonew3 == True and kirindate1 == True and ramen1 == True and mollydorm10 == True and rindorm25 == True and bar10 == True and day == 6 and beachvacation1 == False: jump beachvacation1 else: "I wake up to sunlight pouring in through the window." "What should I do today?" menu satmorningmenu: "Go somewhere": "Where should I go?" menu: "Archery Range" if chapthreeactive == True: "Who do I want to spend time with?" menu: "Kirin": jump kirinarchery "Touka": jump toukaarchery "Uta": jump utaarchery "Koi Cafe" if firsttimeamisroom == True: if harukadate1 == True: "Who do I want to spend time with?" menu: "Rin": jump cafe "Haruka": if harukafirstlust == True: "What do I want to do?" menu: "Hang out": jump harukacafe "Quickie (Doggystyle)" if bonus == True: jump harukacafedogrep "Hug Really Quickly" if bonus == False: jump harukacafedogrep else: jump harukacafe else: jump cafe "Library" if firsttimeamisroom == True: jump library "Pool" if chapthreeactive == True: jump mikupool "Soccer field" if firsttimeamisroom == True and chapthreeactive == False: if soccer20 == True: "Who do I want to spend time with?" menu: "Miku": jump soccerfield "Karin": jump soccerfieldkarin "Kirin": jump soccerfieldkirin else: jump soccerfield "Ami's Room" if christmas7 == False: jump amisroom "Maid Cafe" if christmas7 == True: jump amimaidhub "Park" if day288 == True: if otohadorm1 == False: "I should make sure Otoha is settled into the dorm first before visiting her at the park." jump satmorningmenu else: jump otohapark "Streets" if day304 == True and chapthreeactive == False: jump toukastreets "New Hope Cathedral" if buckettoken == True and day == 7: jump bucketscene "=D" if swimming == True: jump swimming "Go Back": jump satmorningmenu "Check phone" if firsttimeshrine == True and use_new_phone_ui == True: jump phone_morning "Call someone" if use_new_phone_ui == False: jump callmorning "Use the computer": jump computer "Wait until afternoon" if firsttimeshrine == True: s "It's still too early to do anything...I'll just sit around for a few hours or something." scene black with dissolve stop music fadeout 3.0 "........." "......" "..." jump saturdayafternoon label saturdayafternoon: if totaldays >= 38 and firsttimepornshop == True and day36 == True and day38 == False: jump day38 else: "Now what should I do?" menu satafternoonmenu: "Go somewhere": "Where should I go?" menu: "Archery Range" if chapthreeactive == True: jump tsuneyoarchery "City Streets" if firsttimeshrine == True: jump streets "Shopping Mall" if firsttimeshrine == True: if letsgoexploring == True and day == 7: jump amyevent else: jump mall "Shrine": jump shrine "Dojo" if firsttimeshrine == True: if osakodate1 == True: "What do I want to do?" menu: "Hang Out With Ayane": jump dojo "Hang Out With Osako": jump osakodojo else: jump dojo "Bathhouse" if day247 == True: jump bathhouse "Library" if day288 == True: if otohadorm1 == False: "I should make sure Nodoka is settled into the dorm first before visiting her at the library." jump satafternoonmenu else: jump nodokalibrary "Go Back": jump satafternoonmenu "Check phone" if firsttimeshrine == True and use_new_phone_ui == True: jump phone_afternoon "Call someone" if use_new_phone_ui == False: jump callafternoon "Wait until night" if firsttimeshrine == True: s "I'll just...walk around until it starts to get dark, I guess." scene black with dissolve stop music fadeout 3.0 "I decide to wander around for a few hours." "........." "......" "..." jump saturdaynight "Wait until morning" if anewkey == True: jump goodboy label saturdaynight: if totaldays >= 130 and day128 == True and day > 5 and day130 == False: jump day130 if totaldays >= 344 and day340 == True and amiinvite3 == True and day == 6 and day344 == False: jump day344 else: "It's late, but I should be able to fit one more thing in today..." "What should I do now?" menu satnightmenu: "Go somewhere": "Where should I go?" menu: "Bar": if sarasex == True or saradate1 == True: "What do I want to do?" menu: "Hang out with Sana": jump sanasbar "Hang out with Sara" if saradate1 == True: jump sarasbar "Hang out with Yuki" if chapthreeactive == True: jump yukibar "Missionary Sex (Sara)" if sarasex == True and bonus == True: jump saramissionaryanim "Cunnilingus (Sara)" if saralust5 == True and bonus == True: jump saraeatoutanim "Blowjob (Sara)" if saralust10 == True and bonus == True: jump sarabjreplay "Hug Her Tightly (Sara)" if sarasex == True and bonus == False: jump saramissionaryanim "Appreciate Her (Sara)" if saralust5 == True and bonus == False: jump saraeatoutanim "Tightly Hug And Appreciate Her (Sara)" if saralust10 == True and bonus == False: jump sarabjreplay else: jump sanasbar "Porn Shop" if bonus == True: if makidate1 == True: "What do I want to do?" menu: "Hang out with Makoto": jump pornshop "Hang out with Maki": jump pornshopmaki "Blowjob (Maki)" if makibj == True and bonus == True and makiblock == False: jump makibjanim else: jump pornshop "DVD Store" if bonus == False: if makidate1 == True: "What do I want to do?" menu: "Hang out with Makoto": jump pornshop "Hang out with Maki": jump pornshopmaki "Blowjob (Maki)" if makibj == True and bonus == True: jump makibjanim else: jump pornshop "Koi Cafe" if day154 == True and mollysad == False: jump mollycafe "Tojo Ramen" if day154 == True: if day == 7 and trinity2 == True: menu: "Somewhere fun": jump trinity2 "Tojo Ramen": jump ramenshop else: jump ramenshop "Maid Cafe" if day247 == True: jump utamaid "Convenience Store" if norikofirsthall == True and norikoblock == False: jump convenience "New Hope Cathedral" if yasufirsthall == True: jump church "Dive Bar" if day == 5 and wakanaspecial15 == True and imanidate1 == True: "Who do I want to spend time with?" menu: "Imani": jump imanidive "Rika" if rikaspecial2 == True: jump rikadive "Wakana": jump wakanadive "School Dorms": jump dorms "Go Back": jump satnightmenu "Check phone" if firsttimeshrine == True and use_new_phone_ui == True: jump phone_night "Call someone" if use_new_phone_ui == False: jump callnight "Invite over" if use_new_phone_ui == False: jump inviteover "Go home and sleep": s "I'm feeling kind of tired today...Maybe I'll just head back to the house and go to sleep early?" "I decide to walk home." scene black with dissolve stop music fadeout 3.0 "........." "......" "..." if day < 6: jump endofweekday if day >= 6: jump endofsat label inviteover: # Use the new phone UI when enabled if use_new_phone_ui == True: jump phone_night "Who should I invite over?" if specialclassroom == True and day >= 6: menu: "There is something buried underneath your feet": jump specialclassroom else: menu: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" if trinity3 == True and trinity2track == True and day >= 6: jump trinity3 "Ami" if christmas7 == True: jump amiinvite "Ayane" if christmas7 == True: jump ayaneinvite "Chika" if day139 == True and chikanumber == True: jump chikainvite "Futaba" if christmas7 == True: jump futabainvite "Haruka" if christmas7 == True: jump harukainvite "Kirin" if christmas7 == True: jump kirininvite "Maki" if halloweentwo13 == True: jump makiinvite "Makoto" if makotolust5 == True and day77 == True: jump makotoinvite "Niki" if norikodorm25 == True: jump nikiinvite "Noriko" if norikodorm10 == True: jump norikoinvite "Sara" if saradate1 == True: jump sarainvite "Go back": if day < 6: jump asmenu if day >= 6: jump satnightmenu label endofsat: if day == 6: play sound "dooropen.mp3" scene bedroom_night with dissolve "I open the door and immediately collapse onto the bed." "Today was a good day...I should still have some free time tomorrow as well." "I should think carefully about how I want to spend it." scene black with dissolve "........." "......" "..." jump advancetosun else: play sound "dooropen.mp3" scene bedroom_night with dissolve "I open the door and immediately collapse onto the bed." "Today was nice, but I'll be going back to work tomorrow..." "I wonder if anything interesting will happen?" scene black with dissolve "........." "......" "..." jump advancetomon label endofweekday: play sound "dooropen.mp3" scene bedroom_night with dissolve "I open the door and immediately collapse onto the bed." "Being around teenagers is exhausting." "I should probably get some sleep before heading out tomorrow..." scene black with dissolve "........." "......" "..." if day == 1: jump advancetotues if day == 2: jump advancetowed if day == 3: jump advancetothurs if day == 4: jump advancetofri else: jump advancetosat label advancetosun: $ totaldays += 1 $ day += 1 if day == 7: hide saturday onlayer date show sunday onlayer date jump saturdaymorning else: "ERROR ADVANCING TO SUNDAY" label advancetomon: $ totaldays += 1 $ day -= 6 if day == 1: hide sunday onlayer date show monday onlayer date jump weekdaymorning else: "ERROR ADVANCING TO MONDAY" label advancetotues: $ totaldays += 1 $ day += 1 if day == 2: hide monday onlayer date show tuesday onlayer date jump weekdaymorning else: "ERROR ADVANCING TO TUESDAY" label advancetowed: $ totaldays += 1 $ day += 1 if day == 3: hide tuesday onlayer date show wednesday onlayer date jump weekdaymorning else: "ERROR ADVANCING TO WEDNESDAY" label advancetothurs: $ totaldays += 1 $ day += 1 if day == 4: hide wednesday onlayer date show thursday onlayer date jump weekdaymorning else: "ERROR ADVANCING TO THURSDAY" label advancetofri: $ totaldays += 1 $ day += 1 if day == 5: hide thursday onlayer date show friday onlayer date jump weekdaymorning else: "ERROR ADVANCING TO FRIDAY" label weekdaymorning: "{i}[totaldays] Days have passed...{/i}" if totaldays > 24: $ everyday = True $ clichebath = True $ amiawake = True $ firstclass = True $ sleepover = True $ day5 = True $ day7 = True $ day8 = True $ day12 = True $ day14 = True $ day16 = True $ day20 = True $ day21 = True $ day24 = True if cafe20 == True: $ harukanumber = True if bar10 == True: $ saranumber = True if halloween11 == True: $ makoto_virgin = False if kirindate25 == True: $ kirin_virgin = False if makiinvite2 == True and makiskip == False: $ makisex = True if makiinvite2 == True and makiskip == True: $ makisex = False if ayanedorm10 == True: $ ayanenew1 = True $ ayanenew2 = True $ ayanenew3 = True if pornshop15 == True: $ makotonew1 = True $ makotonew2 = True $ makotonew3 = True if futabadorm15 == True: $ futabanew1 = True $ futabanew2 = True $ futabanew3 = True if amidorm10 == True: $ aminew1 = True $ aminew2 = True if totaldays > 21 and roomwithclocks == False: $ roomwithtrack = True $ v11check() if totaldays >= 5 and day5 == False: jump day5 if totaldays >= 7 and day7 == False: jump day7 if totaldays >= 8 and day8 == False: jump day8 if totaldays >= 12 and day12 == False: jump day12 if totaldays >= 14 and firsttimelibrary == True and day14 == False: jump day14 if totaldays >= 16 and firsttimedojo == True and day16 == False: jump day16 if totaldays >= 20 and day20 == False: jump day20 if totaldays >= 21 and firsttimestreets and day21 == False: jump day21 if totaldays >= 26 and day26 == False: jump day26 if totaldays >= 28 and day28 == False: jump day28 if totaldays >= 30 and cafesugar == True and day30 == False: jump day30 if totaldays >= 33 and day33 == False: jump day33 if totaldays >= 36 and day16 == True and bar5 == True and day36 == False: jump day36 if totaldays >= 40 and day40 == False: jump day40 if totaldays >= 43 and amisroom10 == True and day24 == True and aminew1 == False: jump aminew1 if totaldays >= 44 and day38 == True and day44 == False: jump day44 if totaldays >= 48 and day48 == False: jump day48 if totaldays >= 50 and cafe15 == True and day50 == False: jump day50 if totaldays >= 54 and day54 == False: jump day54 if totaldays >= 55 and pornshop10 == True and makotonew1 == False: jump makotonew1 if totaldays >= 56 and shrine5 == True and day56 == False: jump day56 if totaldays >= 60 and ayanenew2 == True and ayanenew3 == False: jump ayanenew3 if totaldays >= 63 and rindorm20 == True and day63 == False: jump day63 if totaldays >= 64 and futabanew1 == True and day72 == True and futabanew2 == False: jump futabanew2 if totaldays >= 65 and bar15 == True and cafe20 == True and day65 == False: jump day65 if totaldays >= 68 and ayane_lust >= 5 and day68 == False: jump day68 if totaldays >= 70 and bar10 == True and day70 == False: jump day70 if totaldays >= 72 and day70 == True and day72 == False: jump day72 if totaldays >= 77 and day77 == False: jump day77 if totaldays >= 79 and day == 5 and chikadorm15 == True and day79 == False: jump day79 if totaldays >= 83 and mikudorm10 == True and day83 == False: jump day83 if totaldays >= 85 and streets10 == True and day85 == False: jump day85 if totaldays >= 86 and futaba_lust >= 5 and day == 5 and day86 == False: jump day86 if totaldays >= 89 and day65 == True and day89 == False: jump day89 if totaldays >= 91 and day63 == True and day65 == True and day91 == False: jump day91 if totaldays >= 96 and day == 1 and shrine15 == True and ayanenew1 == True and day96 == False: jump day96 if totaldays >= 98 and ami_lust >= 5 and day98 == False: jump day98 if totaldays >= 103 and day102 == True and day103 == False: jump day103 if totaldays >= 110 and day103 == True and day110 == False: jump day110 if totaldays >= 114 and day103 == True and bar20 == True and day114 == False: jump day114 if totaldays >= 120 and day103 == True and day91 == True and day120 == False: jump day120 if totaldays >= 121 and day85 == True and day103 == True and day121 == False: jump day121 if totaldays >= 126 and day103 == True and streets15 == True and chikadorm15 == True and day126 == False: jump day126 if totaldays >= 128 and day103 == True and day126 == True and day == 5 and day128 == False: jump day128 if totaldays >= 138 and day103 == True and day130 == True and day85 == True and day138 == False: jump day138 if totaldays >= 139 and chika_lust >= 5 and chikadorm20 == True and mall20 == True and chikadetention == True and day139 == False or chikadorm20 == True and mall20 == True and chika_lust >= 10 and day139 == False: jump day139 if totaldays >= 140 and day138 == True and day140 == False: jump day140 if totaldays >= 142 and amidorm15 == True and day140 == True and day142 == False: jump day142 if totaldays >= 144 and day128 == True and day142 == True and day144 == False: jump day144 if totaldays >= 150 and day144 == True and streets15 == True and cafe20 == True and soccer10 == True and day150 == False: jump day150 if totaldays >= 153 and day150 == True and day153 == False: jump day153 if totaldays >= 154 and day153 == True and day154 == False: jump day154 if (totaldays >= 200 and day == 5 and beachvacation16 == True and chikainvite1 == True and harukadate1 == True and kaoridate1 == True and cafe25 == True and bar25 == True and mayadorm25 == True and mikudorm15 == True and streets25 == True and makotoinvite2 == True and makidate1 == True and rindorm35 == True and ramen10 == True and halloween1 == False): jump halloween1 if totaldays >= 214 and makidate5 == True and halloween14 == True and makotodorm25 == True and mikudorm30 == True and amidorm25 == True and day == 1 and day214 == False: jump day214 if totaldays >= 215 and day214 == True and day == 2 and day215 == False: jump day215 if totaldays >= 216 and day215 == True and day == 3 and day216 == False: jump day216 if totaldays >= 217 and day216 == True and day == 4 and day217 == False: jump day217 if totaldays >= 218 and day217 == True and day == 5 and day218 == False: jump day218 if totaldays >= 230 and makoto_lust >= 10 and christmas7 == True and makotolust10 == False: jump makotolust10 if totaldays >= 237 and day == 1 and christmas7 == True and day237 == False: jump day237 if totaldays >= 239 and day == 3 and day237 == True and day239 == False: jump day239 if totaldays >= 240 and day == 4 and day239 == True and day240 == False: jump day240 if totaldays >= 244 and day == 1 and day240 == True and day244 == False: jump day244 if totaldays >= 246 and day == 3 and day244 == True and day246 == False: jump day246 if totaldays >= 247 and day == 4 and day246 == True and day247 == False: jump day247 if totaldays >= 261 and day == 3 and day247 == True and kirininvite2 == True and bar35 == True and day261 == False: jump day261 if totaldays >= 263 and day == 5 and day261 == True and day263 == False: jump day263 if totaldays >= 264 and day == 1 and day263 == True and day264 == False: jump day264 if totaldays >= 269 and day == 3 and day264 == True and day269 == False: jump day269 if totaldays >= 270 and day == 4 and day269 == True and day270 == False: jump day270 if totaldays >= 271 and day == 5 and day270 == True and day271 == False: jump day271 if totaldays >= 272 and day271 == True and onseninvite == False: jump day272 if totaldays >= 280 and day == 1 and day271 == True and rindorm45 == True and iodorm10 == True and nikidate5 == True and chikaonsen4 == True and yumidorm30 == True and norikofirsthall == True and convenience5 == True and day280 == False: jump day280 if totaldays >= 281 and day == 2 and day280 == True and day281 == False: jump day281 if totaldays >= 282 and day == 3 and day281 == True and day282 == False: jump day282 if totaldays >= 283 and day == 4 and day282 == True and day283 == False: jump day283 if totaldays >= 287 and day == 1 and day283 == True and day287 == False: jump day287 if totaldays >= 288 and day == 2 and day287 == True and day288 == False: jump day288 if totaldays >= 295 and day == 3 and day288 == True and chikaonsen4 == True and amidate35 == True and makotowinterbeach4 == True and day295 == False: jump day295 if totaldays >= 297 and day == 5 and day295parttwo == True and day297 == False: jump day297 if totaldays >= 302 and day == 3 and day297 == True and day302 == False: jump day302 if totaldays >= 303 and day == 4 and day302 == True and day303 == False: jump day303 if totaldays >= 304 and day == 5 and day303 == True and day304 == False: jump day304 if totaldays >= 318 and day == 5 and toukadorm5 == True and utadorm10 == True and mikudorm40 == True and mollydorm20 == True and otohadorm5 == True and kirindorm20 == True and iodorm10 == True and yukidate5 == True and sanadorm40 == True and yasudorm10 == True and day318 == False: jump day318 if totaldays >= 333 and dormwar17 == True and day333 == False: jump day333 if totaldays >= 340 and ayanedorm35 == True and day == 2 and day340 == False: jump day340 if totaldays >= 351 and thirdreset3 == True and utadorm20 == True and day351 == False: jump day351 if totaldays >= 355 and day351 == True and day355 == False: jump day355 if totaldays >= 400 and secondbeach18 == True and (rindate50 == True or (rindorm50special == True and rinbetrayed == True)) and ramen30 == True and mollydorm30 == True and nikidate15 == True and day == 5 and halloweentwo1 == False: jump halloweentwo1 if totaldays >= 400 and day == 1 and halloweentwo13 == True and norikospecial20 == False: jump norikospecial20 if totaldays >= 410 and kirin_love >= 30 and kirinsoccer25 == True and ayanelust15 == True and kirinspecial30 == False: jump kirinspecial30 if totaldays >= 417 and streets40 == True and day == 5 and yumispecial45 == False: jump yumispecial45 if totaldays >= 424 and kirindorm25 == True and day == 1 and chikaspecial40 == False: jump chikaspecial40 if totaldays >= 455 and chikadate45 == True and yumispecial45 == True and norikodorm25 == True and nikiinvite2 == True and sarabar25p2 == True and day == 4 and christmastwo1 == False: jump christmastwo1 if totaldays >= 500 and chapthree8 == True and church15 == True and yasuspecial15 == False: jump yasuspecial15 if totaldays >= 514 and yasudorm20 == True and nodokadorm15 == True and day == 4 and nodokaspecial15p1 == False: jump nodokaspecial15p1 if totaldays >= 522 and sadgirls7 == True and day == 5 and sadgirls8 == False: jump sadgirls8 if totaldays >= 530 and iospecial30 == True and karindate25 == True and day == 1 and tsukasaspecial1 == False: jump tsukasaspecial1 if totaldays >= 535 and wakanadate15 == True and day == 5 and imanispecial1 == False: jump imanispecial1 if totaldays >= 540 and imanispecial1 == True and day == 2 and ayanespecial40 == False: jump ayanespecial40 if totaldays >= 541 and rindorm55p2 == True and bar55 == True and day == 3 and rikaspecial1 == False: jump rikaspecial1 if totaldays >= 543 and rikaspecial1 == True and osakodate20 == True and day == 5 and day543 == False: jump day543 if totaldays >= 547 and day543 == True and ayanesanabeach1 == True and day == 1 and ayanespecial50 == False: jump ayanespecial50 if totaldays >= 550 and ayanelust15 == True and ayanespecial50 == True and day == 4 and ayanekirintalk == False: jump ayanekirintalk elif totaldays >= 550 and ayanelust15 == False and ayanespecial50 == True and day == 4 and ayanekirintalk == False and ayanekirintalkskip == False: $ ayanekirintalkskip = True if totaldays >= 558 and ayanespecial50 == True and day543 == True and chinamidate30 == True and day == 5 and futabainvite3 == True and imanidate5 == True and dormwartwo1 == False: jump dormwartwo1 if totaldays >= 590 and kirin_love >= 45 and kirinspecial40 == True and day == 3 and kirinspecial45p1 == False: jump kirinspecial45p1 if totaldays >= 597 and maya_love >= 45 and yukidate25 == True and mayadate45 == True and day == 3 and norikoinvite3 == True and mayaspecial45 == False: jump mayaspecial45 if totaldays >= 600 and makoto_love >= 50 and slumberreset5 == True and makotospecial50 == False: jump makotospecial50 if totaldays >= 605 and nodokaspecial30p4 == True and rikadate1 == True and rikaspecial2 == False: jump rikaspecial2 if totaldays >= 609 and kaori_love >= 40 and day == 2 and makotodorm55p2 == True and treasureisland == True and kaorispecial40 == False: jump kaorispecial40 if totaldays >= 620 and day == 5 and amispecial50mainp2 == True and makihornytrip4 == True and iodorm35 == True and predormwars3 == False: jump predormwars3 else: scene bedroom_day with dissolve2 play sound "knock.mp3" a "Sensei! Breakfast is ready! Time to wake up!" "Ugh...Is it morning already?" scene black with dissolve "........." "......" "..." jump afterschool label afterschool: if chapthreeactive == True: scene street_noon with dissolve elif christmas7 == True and chapthreeactive == False: scene citysnow with dissolve else: scene street_noon with dissolve play music "streetnoise.mp3" fadein 2.0 "School passed by without anything interesting happening today." "It should be getting dark any minute now, but I still have a little time before I need to head home." jump afterschoolmenu label afterschoolevent: if chapthreeactive == True: scene street_noon with dissolve elif christmas7 == True and chapthreeactive == False: scene citysnow with dissolve else: scene street_noon with dissolve play music "streetnoise.mp3" fadein 2.0 "Hmm...I should still be able to fit one more activity in today." jump afterschoolmenu label afterschoolmenu: "What should I do?" menu asmenu: "Go somewhere": "Where should I go?" menu: "Bar": if sarasex == True or saradate1 == True: "What do I want to do?" menu: "Hang out with Sana": jump sanasbar "Hang out with Sara" if saradate1 == True: jump sarasbar "Hang out with Yuki" if chapthreeactive == True: jump yukibar "Missionary Sex (Sara)" if sarasex == True and bonus == True: jump saramissionaryanim "Cunnilingus (Sara)" if saralust5 == True and bonus == True: jump saraeatoutanim "Blowjob (Sara)" if saralust10 == True and bonus == True: jump sarabjreplay "Hug Her Tightly (Sara)" if sarasex == True and bonus == False: jump saramissionaryanim "Appreciate Her (Sara)" if saralust5 == True and bonus == False: jump saraeatoutanim "Tightly Hug And Appreciate Her (Sara)" if saralust10 == True and bonus == False: jump sarabjreplay else: jump sanasbar "Porn Shop" if bonus == True: if makidate1 == True: "What do I want to do?" menu: "Hang out with Makoto": jump pornshop "Hang out with Maki": jump pornshopmaki "Blowjob (Maki)" if makibj == True and bonus == True and makiblock == False: jump makibjanim else: jump pornshop "DVD Store" if bonus == False: if makidate1 == True: "What do I want to do?" menu: "Hang out with Makoto": jump pornshop "Hang out with Maki": jump pornshopmaki "Blowjob (Maki)" if makibj == True and bonus == True: jump makibjanim else: jump pornshop "Koi Cafe" if day154 == True and mollysad == False: jump mollycafe "Tojo Ramen" if day154 == True: jump ramenshop "Maid Cafe" if day247 == True: jump utamaid "Convenience Store" if norikofirsthall == True and norikoblock == False: jump convenience "New Hope Cathedral" if yasufirsthall == True: jump church "Dive Bar" if day == 5 and wakanaspecial15 == True and imanidate1 == True: "Who do I want to spend time with?" menu: "Imani": jump imanidive "Rika" if rikaspecial2 == True: jump rikadive "Wakana": jump wakanadive "School Dorms": jump dorms "Go Back": jump asmenu "Check phone" if firsttimeshrine == True and use_new_phone_ui == True: jump phone_night "Call someone" if use_new_phone_ui == False: jump callnight "Invite over" if use_new_phone_ui == False: jump inviteover "Go home and sleep": s "I'm feeling kind of tired today...Maybe I'll just head back to the house and go to sleep early?" "I decide to walk home." scene black with dissolve stop music fadeout 3.0 "........." "......" "..." if day < 6: jump endofweekday if day >= 6: jump endofsat label callmorning: # Use the new phone UI when enabled if use_new_phone_ui == True: jump phone_morning "Who do I want to call?" menu: "Ami": jump callamimorning "Ayane": jump callayanemorning "Chika" if chikanumber == True: jump callchikamorning "Chinami" if chinaminumber == True: jump callchinamimorning "Futaba" if futabanumber == True: jump callfutabamorning "Haruka" if harukanumber == True: jump callharukamorning "Imani" if imaninumber == True: jump callimanimorning "Io" if ionumber == True: jump calliomorning "Kaori" if kaorinumber == True: jump callkaorimorning "Karin" if karinnumber == True: jump callkarinmorning "Kirin" if kirinnumber == True: jump callkirinmorning "Maki" if makinumber == True: jump callmakimorning "Makoto" if makotonumber == True and firsttimepornshop == True: jump callmakotomorning "Miku" if mikunumber == True: jump callmikumorning "Molly" if mollynumber == True: jump callmollymorning "Niki" if nikinumber == True: jump callnikimorning "Nodoka" if nodokalibrary1 == True: jump callnodokamorning "Noriko" if norikonumber == True: jump callnorikomorning "Rin" if rinnumber == True: jump callrinmorning "Sara" if saranumber == True: jump callsaramorning "Tsubasa" if tsubasanumber == True: jump calltsubasamorning "Uta" if utanumber == True: jump callutamorning "Wakana" if wakananumber == True: jump callwakanamorning "Yuki" if yukinumber == True: jump callyukimorning "Yumi" if yuminumber == True: jump callyumimorning "Go Back": jump satmorningmenu label callafternoon: # Use the new phone UI when enabled if use_new_phone_ui == True: jump phone_afternoon "Who do I want to call?" menu: "Ami": jump callamiafternoon "Ayane": jump callayaneafternoon "Chika" if chikanumber == True: jump callchikaafternoon "Chinami" if chinaminumber == True: jump callchinamiafternoon "Futaba" if futabanumber == True: jump callfutabaafternoon "Haruka" if harukanumber == True: jump callharukaafternoon "Imani" if imaninumber == True: jump callimaniafternoon "Io" if ionumber == True: jump callioafternoon "Kaori" if kaorinumber == True: jump callkaoriafternoon "Karin" if karinnumber == True: jump callkarinafternoon "Kirin" if kirinnumber == True: jump callkirinafternoon "Maki" if makinumber == True: jump callmakiafternoon "Makoto" if makotonumber == True and firsttimepornshop == True: jump callmakotoafternoon "Miku" if mikunumber == True: jump callmikuafternoon "Molly" if mollynumber == True: jump callmollyafternoon "Niki" if nikinumber == True: jump callnikiafternoon "Nodoka" if nodokalibrary1 == True: jump callnodokaafternoon "Noriko" if norikonumber == True: jump callnorikoafternoon "Rin" if rinnumber == True: jump callrinafternoon "Sara" if saranumber == True: jump callsaraafternoon "Tsubasa" if tsubasanumber == True: jump calltsubasaafternoon "Uta" if utanumber == True: jump callutaafternoon "Wakana" if wakananumber == True: jump callwakanaafternoon "Yuki" if yukinumber == True: jump callyukiafternoon "Yumi" if yuminumber == True: jump callyumiafternoon "Go Back": jump satafternoonmenu label callnight: # Use the new phone UI when enabled if use_new_phone_ui == True: jump phone_night "Who do I want to call?" menu: "Ami": jump callaminight "Ayane": jump callayanenight "Chika" if chikanumber == True: jump callchikanight "Chinami" if chinaminumber == True: jump callchinaminight "Futaba" if futabanumber == True: jump callfutabanight "Haruka" if harukanumber == True: jump callharukanight "Imani" if imaninumber == True: jump callimaninight "Io" if ionumber == True: jump callionight "Kaori" if kaorinumber == True: jump callkaorinight "Karin" if karinnumber == True: jump callkarinnight "Kirin" if kirinnumber == True: jump callkirinnight "Maki" if makinumber == True: jump callmakinight "Makoto" if makotonumber == True and firsttimepornshop == True: jump callmakotonight "Miku" if mikunumber == True: jump callmikunight "Molly" if mollynumber == True: jump callmollynight "Nodoka" if nodokalibrary1 == True: jump callnodokanight "Niki" if nikinumber == True: jump callnikinight "Noriko" if norikonumber == True: jump callnorikonight "Rin" if rinnumber == True: jump callrinnight "Sara" if saranumber == True: jump callsaranight "Tsubasa" if tsubasanumber == True: jump calltsubasanight "Uta" if utanumber == True: jump callutanight "Wakana" if wakananumber == True: jump callwakananight "Yuki" if yukinumber == True: jump callyukinight "Yumi" if yuminumber == True: jump callyuminight "Go Back": jump satnightmenu label day5: scene newdreaming1 with dissolve2 play music "normalday.mp3" a "So, are you back to normal yet or is your brain still being stupid?" s "I don’t think “being stupid” is the right way to describe what is currently happening to my brain-" s "But if you’re asking if I have somehow miraculously remembered everything that has ever happened to me within the last 48 hours, the answer is no." a "Well, did you have a good weekend at least? I’m sure that must have helped {i}a little bit,{/i} right?" s "It...certainly helped me realize that I don’t really have anything to complain about and that my life seems pretty good here." scene newdreaming2 with dissolve a "Well, it didn’t get that way overnight, you know? We worked super hard to get to where we are now and I’m not about to let early onset dementia take that away from us." s "I don’t have dementia, Ami." a "Silly, Sensei. Nobody ever {i}knows{/i} they have dementia. You clearly do and should just listen to me since I know more about you than even you do." s "You know, when I woke up this morning, it didn’t really occur to me that being gaslit by my niece on the way to school was a possibility." scene newdreaming3 with dissolve a "Anything is possible in Kumon-mi, Sensei!" s "Again, not really the response I expected or wanted to hear." "I’m on my way to school with Ami to start my first {i}full{/i} week as a teacher. " "Friday went by pretty well for the most part but, of course, that was just one day. And for all I know, this whole {i}teaching{/i} thing could actually be pretty hard." "Despite sharing her...hesitations in terms of my “new” teaching methods, I doubt Makoto is the type to report me to any of the higher-ranking school officials-" "So the biggest issue right now is really just getting to know everyone and making sure I’m able to get through each day without dramatically ruining everything." "{i}How{/i} I’d go about ruining everything when I’m so focused on not drawing any attention to myself, I have no idea." "But these are teenage girls we’re talking about- violently seizing all over the floor during the most impressionable times of their lives. " "I can’t remember if there’s any truth to it, but I believe that the best thing to do during times like this is to just let the seizure play out and not do anything to stop it." "That’s not medical advice or anything- just the words and insight of a man who, at this point in time, has but one goal in life-" "To have sex with as many of his students as possible." "And to not get caught in the process of that." scene newdreaming4 with dissolve "But, of course...every plan has obstacles. " "And it appears that one of those obstacles is now walking to school with me as well." a "Morning, Maya! I figured you’d be halfway to school already. I didn’t expect you to come meet up with us along the way." m "Am I interrupting “family time?”" a "You’re not interrupting anything. Me and Sensei were just-" s "Sensei and I." scene newdreaming5 with dissolve a "What? School doesn’t start for another half hour. Can’t you wait until I switch shoes to start teaching me grammar?" s "Sorry. I’m just trying to look cool in front of Maya so she stops thinking I am the devil incarnate." m "If the devil existed, I {i}do{/i} imagine he’d look something like you." m "But I also want to make it clear that correcting Ami’s grammar is very low on the list of “things that I think will make you cool.”" s "Can I know what’s at the top of the list, by any chance?" scene newdreaming6 with dissolve m "Not talking to me." s "I’m upset with myself for walking into that." a "I’m starting to doubt whether you lost your memories at all after hearing the two of you go at it like that first thing in the morning..." s "Don’t worry, Ami. You’re not the only one here inherently doubting who I am as a person." scene newdreaming7 with dissolve "You {i}are{/i}, however, the only person here who believes that I am who I say I am." a "Umm...anyway! {i}Sensei and I{/i} were just talking about how he spent his weekend and whether or not this little brain slump of his will stop him from doing his best in school." m "Interesting. I didn’t realize he had a “best.”" scene newdreaming8 with dissolve a "Hey, why did you come all the way over here to meet up with us if you’re just going to spend the whole walk being mean to Sensei?" m "Apologies. I do agree that I might be a little harsher than normal this morning. " m "I just haven’t been sleeping well lately and this is something that I am apparently just going to do in order to compensate for that." a "Does...insulting my uncle give you energy or something?" m "No. But it does help me sleep a little better at night knowing that {i}someone{/i} is actively calling him out for being the type of person he is." s "I liked this walk better when it was just Ami and me." scene newdreaming9 with dissolve a "Ami and {i}I!{/i} Ha!" s "Wrong." scene newdreaming10 with dissolve a "What?! Why?!" s "Ask me again in half an hour when I am getting paid for this." a "Is my love not payment enough?!" s "Will your love put food on the table?" a "It does every single morning! I’m basically your personal maid, you know!" s "Huh. I guess we’ll have to get you a uniform then." scene newdreaming11 with dissolve m "Uhh...ew?" a "I mean...I don’t really have any money. But if you wanted to buy me one, I don’t think I’d have a problem wearing it around the house." scene newdreaming12 with dissolve m "Uhh...{i}ew?{/i}" a "What? It’s not fair if you’re the only one who gets to wear a cute costume all the time." m "The miko dress is not a {i}costume.{/i} It’s something I literally have to wear when tending to the shrine." a "Why, though? Will the gods smite you if they see you wearing your normal clothes or something?" scene newdreaming13 with dissolve m "Who knows? Gods {i}do{/i} have a history of creating asinine rules and then dishing out punishment to those who refuse to abide by them." m "Frankly, being {i}smitten{/i} by them would solve a multitude of problems for me when my existence is nothing short of {i}Hell{/i} to begin with." a "Wow. You really {i}haven’t{/i} been sleeping well, have you?" scene newdreaming14 with dissolve m "No...I really haven’t." m "I keep having these...strange dreams lately. And it’s as if they’re getting even stranger as the days go by." a "Dreams? What kind of dreams?" m "They’re hard to describe. It’s like reality, but..." m "Upside down?" a "..." s "..." a "Yeah, I don’t get that at all." scene newdreaming15 with dissolve m "I didn’t expect you to." m "This sort of thing always happens around the start of a cycle. I wouldn’t worry too much about it." a "Cycle? Do you mean...semester?" scene newdreaming16 with dissolve m "Yes, that." m "I really should be sleeping more, shouldn’t I?" a "I guess so. But you already sleep, like...way more than everybody else I know. So maybe this is some kind of medical thing?" a "Or, even worse- what if you and Sensei {i}both{/i} have dementia?" m "Yeah, I...don’t really think that’s what’s going on here." s "Maybe Maya would sleep a little better if you stayed at the dorms a little more often?" scene newdreaming17 with dissolve a "What? But why would I do that?" s "Because...you’re her friend? And you probably love her or something?" a "But I also love you! And my bed at home is way comfier than the one in our stupid dorm room." a "Besides, it’s not like I {i}never{/i} stay there. I just think it’s easier staying with you since I don’t have to walk all the way back just to cook you breakfast in the morning." s "Do you...{i}have{/i} to cook me breakfast every morning?" scene newdreaming18 with dissolve a "Do you think you can survive without me?!" m "I think what Sensei is saying is that you should spend more time worrying about yourself rather than him." a "Bring back the old Sensei! This one isn’t dependent enough!" s "I’m plenty dependent and would be more than happy to eat your food every morning. But Maya might also need your help too." m "I would like to amend my previous sentence. I no longer believe Sensei wants you to think more about yourself, but that he is simply just trying to sound “cool” again." a "He’s cooler when he loves me!" scene newdreaming19 with dissolve m "I will concede that I would be happy to eat a fresh breakfast every morning as well, though. So perhaps he’s onto something even if he’s being insincere about it?" a "Why don’t you just move in with us, then? We’ve slept in the same bed before. I don’t mind." scene newdreaming20 with dissolve m "{i}I{/i} mind. It’s bad enough having to walk with him to school. I don’t want to be waking up next to him as well." s "You do realize that Ami and I sleep in different beds, right?" scene newdreaming21 with dissolve a "I mean..." a "We don’t {i}have{/i} to..." m "This might make me sound like a bit of a broken record, but...uhh..." m "{i}Ew?...{/i}" scene black with dissolve2 "The three of us continue on our way to school and manage to avoid further disgusting Maya for the rest of the morning." "A large part of that was likely due to the fact that she stopped focusing on the two of us and paid more attention to her phone, but I will take what little victories I can get when it comes to her." "Regardless, the rest of the school day passed by without anything notable happening and, before I knew it, I was back on the streets without an idea of what to do with the rest of my day..." $ renpy.end_replay() $ day5 = True $ maya_love += 1 $ ami_love += 1 stop music fadeout 7.0 "{i}Ami’s affection has increased to [ami_love]!{/i}" "{i}Maya’s affection has increased to [maya_love]!{/i}" "........." "......" "..." jump afterschoolevent label day7: scene newgymbullyredux1 with dissolve play music "10c.mp3" fadein 3.0 ay "So yeah, that basically sums up how I feel about phlebotomy." s "That's nice and all, but I really don't remember asking you anything even remotely close to that." ay "You didn't? Because I could have sworn I heard you specifically ask for my thoughts on phlebotomy." s "Again, no. I asked you why you've been following me around for the past fifteen minutes when you're supposed to be in gym class right now." scene newgymbullyredux2 with dissolve ay "Because spending time with you is much better for my health than running around the track a few times." s "Smooth." ay "{i}And{/i} true. Gym class doesn't really do anything for me since I'm already the picture of perfect health." ay "Plus, doesn't walking down the hall with someone so clearly in love with you make you feel all masculine and important and stuff?" s "Not really. It just feels like any other day to me so far." ay "Sure! Except you're going to spend the rest of the day with me and you never really do that, so it can't be {i}that{/i} normal. Right, Sensei?" s "Ayane, go away or you're going to get me in trouble." scene newgymbullyredux3 with dissolve ay "For real? I thought this was the part where you take me to your super-secret sex dungeon and show me all of your cool...sex tools." s "If I had a super-secret sex dungeon, I can assure you it wouldn’t be on[school] grounds." scene newgymbullyredux4 with dissolve ay "Sure, Sensei. That’s just what you {i}want{/i} me to think." s "Ayane, seriously. I am exercising my teacher powers to demand you go to the gym right now. I have to walk around the halls and look important and you are getting in the way of that." scene newgymbullyredux5 with dissolve ay "How come {i}I{/i} have to go but not you?! You know that your duties as a teacher include physical education as well, right?!" s "Wait, they do? Since when?" ay "Since always. It wasn't until recently that you started skipping that period, so I figured I'd follow you around today and try to figure out why." s "That's nice and all, but how does going on a rant about phlebotomy and asking me to take you to a sex dungeon have anything to do with that?" scene newgymbullyredux6 with dissolve ay "The phlebotomy thing was just a tangent, but if you really do have a sex dungeon, I will understand why you haven't been showing up to gym lately." s "There is no sex dungeon, Ayane." scene newgymbullyredux7 with dissolve ay "Okay, but there should be. I can't really think of any place better for one of those." ay "I have a guy who's really good at installing those fake bookcase door thingies if you need help preparing one." ay "I actually already have my own secret room at school that I haven't told you about. You can put yours right next to mine and we can talk to each other through the wall." s "Why would you possibly need a secret room in school?" ay "I don't know. For secret stuff?" ay "You'll never know when you need a secret room, Sensei. I learned {i}that{/i} in the war." s "..." ay "..." scene newgymbullyredux8 with dissolve ay "Anyway, wanna head to the gym and stare at my legs while I walk around in bloomers?" ay "It's a nice alternative to the sex dungeon. Also, I think if you miss {i}another{/i} gym period Makoto will actually kill you." s "You know, I'm honestly surprised I missed any at all since bloomers are involved." s "I hereby promise to never miss another gym period again. And it's all thanks to you, Ayane." ay "Your words are no good here, Sensei. You can thank me by staring at me longer than the other girls and occasionally winking at me to remind me that I'm your #1." s "I...will do my best, Ayane." scene black with dissolve2 "........." "......" "..." "{i}Meanwhile...{/i}" scene gymbully1 with dissolve2 y "The fuck is even the point of havin' a teacher if {i}he{/i} is goin' to be the one who fucking skips class?" y "Why'd I even leave the dorm in the first place? Could've just stayed at fuckin' home and it would've made literally zero difference." scene gymbully2 with dissolve c "Yumi, chill. You don't have to always talk like such a thug, you know?" c "Besides, the things you're saying right now make it sound like you {i}want{/i} Sensei here. Doesn't that go against your whole...thing?" scene gymbully3 with dissolve y "What {i}thing?{/i} And I ain't talkin' like a thug! This is just how I fuckin' talk!" scene gymbully4 with dissolve c "Yeah, well, the way you normally talk sounds the same as how a thug normally talks. Do with that what you will." y "Oh, give me a break. The fuck do {i}you{/i} know about how people on the streets talk?" c "However much I've learned from you over the last couple years, I guess." scene gymbully5 with dissolve y "And why the fuck are {i}you{/i} just sitting there? I don't remember inviting you to hang out with us." c "Yumi, Futaba was there before we even sat down." y "Well she should have {i}left{/i} as soon as we sat down." f "{size=-10}I don't...really have anything to-{/size}" y "Speak the fuck up. I can't hear you." scene gymbully6 with dissolve f "Umm...I said I...don’t really have anything to say." scene gymbully7 with dissolve y "Figures. You {i}never{/i} have anything to say, do you." y "All you do is just fuckin' sit there taking up half the gym and making that one girl who's always hanging around you look like fifty times better than she actually is. " scene gymbully8 with dissolve c "That {i}girl{/i} has a name, Yumi. It's Rin." c "And the fact that you even need to be reminded of that when you have known her since middle school is pretty unbelievable." scene gymbully9 with dissolve y "You sayin' that I'm just {i}pretending{/i} to not remember her name? The fuck is your problem today?" c "{i}My{/i} problem? I've been sitting here for the last ten minutes looking up sales on Amazon while all {i}you've{/i} done is bitch and moan about literally everything." scene gymbully10 with dissolve y "Yeah, well...it's a free country, ain't it? I can bitch and moan about whatever I want, {i}whenever{/i} I want and you can't do shit." scene gymbully11 with dissolve c "Ugh...Why do I even bother?" y "Hey. {i}You{/i} must know where our fucking asshole teacher is, right?" y "Figure since you're always starin' at him and shit that you probably just know where he is at all times." y "The fuck is up with that anyway? You trying to suck his dick or something?" scene gymbully13 with dissolve f "Wh...What?!" c "Yumi, are you fucking kidding me right now? Listen to yourself. Futaba did literally {i}nothing{/i} to you." y "Of course she did literally nothing to me. Fatass probably hasn't done a single fucking thing in her life." scene gymbully14 with dissolve y "Hey, why don't you get up and go look for him or something? You could use the exercise, right?" c "Yumi, knock it the fuck off right now! I'm serious!" scene gymbully16 with dissolve y "Oh yeah? {i}How{/i} serious, Chika? You gonna fight me if I keep goin' or something?" c "You'd love that wouldn't you? But no, I'm not going to fight you just because you woke up and decided to be a fucking bitch today." c "Seriously, though. Why did you even come here if this is all you planned on doing?" y "Hey, I didn't {i}plan{/i} this. If anything, it's our fucking teacher's fault this is happening since none of this shit would be going on if he just did his job for once." scene gymbully17 with dissolve c "That is fucking bullshit and you know it." y "Hey, Futaba. I'm really sorry for being in such a bad mood today." y "I just..." y "Well, I really {i}really{/i} care about all of the starving children out there. And knowing you could singlehandedly end world hunger by just giving up your lunch for the day kinda triggers me." scene gymbully19 with dissolve c "Okay, that’s it!" c "Futaba, come with me. We'll find Sensei together and let {i}him{/i} deal with Yumi's BS so you don't have to." f "I..." f "I don't understand..." y "Hahaha...hahahahaha!" scene gymbully20 with dissolve y "Oh, come on! It was just a joke! We all know it's in good fun, right?!" c "Fuck off, Yumi! You can sleep in the dorm yourself tonight. I'll go stay with Chinami myself." scene black with dissolve2 "........." "......" "..." scene newgymbullyredux9 with dissolve2 s "Hey, sorry I’m late. I got a little caught up in-" c "That doesn't matter right now. Can you take Futaba to the nurse's office for a little while?" s "Oh. Sure. Is something wrong?" c "Yeah, Yumi. For whatever reason, she just decided to torment the poor girl again today." f "I'm fine...I really don't-" scene newgymbullyredux10 with dissolve c "I know you're fine. You deal with this way too much and I'm really sorry that Yumi's constantly saying things like that to you. It's really not fair." c "I just don't want her to keep going...and getting Yumi out of the gym would take an entire militia at this rate." c "So just...cool off and relax with Sensei for a little while. He'll know how to handle this." "That is giving me far too much credit for something I am absolutely not prepared to deal with." scene newgymbullyredux11 with dissolve f "I'm sorry, Sensei...I didn't mean to inconvenience you..." s "It's not an inconvenience at all." s "Let's just...head over to the nurse's office and hang out there until gym is over..." c "I'm sorry again, Futaba...I'll talk to Yumi for the millionth time later tonight." scene newgymbullyredux12 with dissolve f "It's fine...really. And thank you for standing up to her..." f "It means a lot, Chika...It really does..." c "Of course. I've got you, girl." scene newgymbullyredux13 with dissolve c "And, between you and me, the only reason that I {i}didn't{/i} fight her back there is because I wouldn't be able to afford her hospital bills." c "She might talk big, but that girl ain't got shit on me." f "Hahah...hah......hah..." scene black with dissolve2 "Futaba and I take a walk over to the nurse's office, but she's so embarrassed by whatever happened while I was away that she doesn't say anything the entire time." "Eventually, the bell rings and she waves me off so she can walk back to the locker room and get changed." "And despite how I know I should be walking back with her to make sure she's okay, I understand that being alone might just be...better for her in her current condition." "I'll definitely have to talk to Yumi about this, though." "I still have no idea how to deal with her, but..." "I can't just let this go on if it's going to be affecting some of the other girls this badly." $ renpy.end_replay() $ futaba_love += 1 $ day7 = True stop music fadeout 5.0 "{i}Futaba's affection has increased to [futaba_love]!{/i}" "........." "......" "..." jump afterschoolevent label day8: scene yumioffice0 with fade play music "phantomthief.mp3" "Earlier today, I decided to be a responsible teacher and asked Yumi to come to my office after school." "I have no idea whether or not she actually {i}will,{/i} but I figure that something like this is the least I can do to prevent her from...continuing to be an asshole, I guess?" "I'm still in the dark about what happened during gym class the other day, but I know that whatever it was seemed to really get to Futaba." "Worst case scenario, I could always give Yumi a formal detention or something like that, but...I'm pretty sure that would require me staying later as well." "And despite the seemingly endless supply of cute girls in this school, I still think I'd prefer to spend my time here {i}outside{/i} of this place..." play sound "dooropen.mp3" scene yumioffice1 with dissolve y "I'm here. The fuck do you want?" s "You know you’re supposed to knock, right?" scene yumioffice2 with dissolve y "And you know you’re lucky I even showed up for whatever this bullshit is, {i}right?{/i}" y "So why don't you save {i}both{/i} of us the time and just fucking get to it already? What do I have to do today?" s "Why do you have to be so hostile all the time? I didn't call you here for the sole purpose of pissing you off, you know." y "Yeah, no fucking shit you didn't." s "You know you can talk to me if something is wrong, right? You don't have to just take it out on everyone else." scene yumioffice3 with dissolve y "Is this a fucking joke? Did you seriously just say that to me?" s "I...think so?" y "You think {i}I,{/i} Yumi Yamaguchi- the girl you fuck with more than {i}anybody,{/i} am going to just open up to you because you said it's {i}okay?{/i}" y "Suck my fucking dick, dude. No." y "Ain't a chance in hell that shit is gonna happen." "Yeah, that's more or less the response I expected." "She can't keep me in the dark forever, though...can she?" scene yumioffice3r with dissolve y "Hah...not sure where this sudden change of heart's comin' from or if this is just another one of your backwards-ass discipline tactics, but..." scene yumioffice4 with dissolve y "Please, kindly fuck off." y "You hate me, I hate you. That’s how this shit goes. That's how this shit stays." y "If you want to keep me after for another fucking {i}detention,{/i} just say it. I ain't got time for you to talk in circles and shit." y "Just say it and I'll be on my way. Every second I spend with you in here brings me one step closer to puking all over your shitty carpet." "Wow, Yumi...might hate me even more than I thought she did?" "Just what was her impression of the last {i}me{/i} like?" s "I'm not going to give you detention, Yumi. I was thinking that maybe we could try something else." y "Something like {i}what?{/i} Because God only knows what kinda shit somebody like {i}you{/i} might have in mind." s "To be honest, I don't really have {i}anything{/i} in mind." "Nothing that I can seriously ask her to do, at least." if bonus == True: y "Oh, really? So you're {i}not{/i} thinking of some crazy perverted shit right now?" s "..." y "You are fucking pathetic." else: y "You’re not thinking of making me try to juggle and then laughing at me when I can't do it again, are you?" s "Woah, is that the secret truth about what happened in this office that will be alluded to for the next several years?" s "Who could have envisioned it would be something so silly?" s "Listen, the fact of the matter is that I can’t let you humiliate and berate the other girls whenever you want." scene yumioffice5 with dissolve y "I wasn’t fuckin’ {i}'berating'{/i} anyone! Is this about that shit in gym yesterday?" y "What did that fat, fucking bitch say to you? Because I've got no problem marching over to her stupid ass dorky club and beating the living shit out of her right fucking now." s "See, that's exactly what I'm talking about. {i}That{/i} is berating someone." y "Don't expect me to know fuckin' stupid ass words like that, dick!" s "Yumi, what did Futaba ever do to you? Why do you have to treat her like this even when she {i}isn't{/i} around to hear it?" scene yumioffice6 with dissolve y "Fuck if I know. She’s probably planning on stealing my lunch or some shit." scene yumioffice5 with dissolve y "And, wait! Why the hell are you even on her side?!" if bonus == True: y "You into that BBW shit all of a sudden? You bein' nice to her just so you can fuck her and fulfill another creepy ass fetish of yours? " s "If I was, would it even make a difference?" else: y "Did she promise to give you a pack of gum or something?" s "Jesus, you have a problem with gum as well? Who hurt you?" y "My mom! But she doesn't show up until later!" s "Regardless, I like gum and I don't care what you think." scene yumioffice7 with dissolve y "Yes! A fucking disgusting difference!" y "You're seriously attracted to {i}that?{/i} She's like what would happen if a fuckin' beached whale spent the night in a perfume factory and then fucked all the workers." y "You can't be fuckin' serious right now!" s "You know, if you're creative enough to come up with metaphors like that, you might actually have some promise as a writer one day." scene yumioffice8 with dissolve y "Oh, fan-fucking-tastic. Here comes the part where you compliment {i}me{/i} because your fetish isn't {i}just{/i} overweight teenagers, it is literally {i}all{/i} of them." s "For someone who apparently hates me, you sure seem to care a lot about who I'm attracted to." y "I wouldn't care as much if I didn't have to see you every fuckin' day." s "I mean...you don't. Not as much as everyone else, at least." y "Gee, I wonder why." if bonus == False: "Wow. Yumi must really hate gum." scene yumioffice4 with dissolve y "Listen, I'll stop talkin' shit about all your creepy ass fetishes so long as you promise to keep me out of 'em. Got it?" y "I’ve got shit I need to do and things I need to take care of." if bonus == True: y "And I can guarantee you that the {i}last{/i} thing I fuckin’ need is some cradle-robber breathing down my neck with his tiny little dick in his hand." s "And now you're berating my penis. Where does it end, Yumi? Where does it end?" else: y "Last thing I fuckin’ need is some gum liker talkin' about gum and shit." s "I see, I see." "I remove a handful of green apple Big League Chew from a tiny pouch and try to stealthily chew it without being detected." scene yumioffice9 with dissolve y "It ends right fucking here!" if bonus == False: "I fail." y "You are fucking hopeless! And you are fucking disgusting!" if bonus == True: y "I swear, it's like you expect us all to just throw ourselves at you because you’re some sort of “man in power” or something!" y "Fuck that! No! I still can’t believe this place even hired someone like you!" "To be fair, they kind of didn’t..." s "Yumi..." scene yumioffice10 with dissolve y "What? All out of shit to say? That's new." if bonus == True: s "No, I just...can’t really figure out how I’m supposed to talk to you." y "Yeah, well, that’s probably because you’re {i}not{/i} supposed to talk to me." else: s "Nn. Ma mouf isjuss fll." y "I hate this fucking[school]. I hate 99%% of the fucking girls in it. And I hate you, more than both of those other things combined." if bonus == True: y "And I ain't gonna stop making fun of Futaba just because you're trying to fuck her. " s "I don't have anything to do with why you should stop making fun of Futaba. You should stop making fun of Futaba because she hasn’t done anything wrong." else: s "Stp bng somean Ymi." scene yumioffice9 with dissolve if bonus == True: y "You didn't even fucking deny that you’re trying to fuck her! You just deflected!" y "You’re lucky I’m not calling the fucking cops!" s "You do know that if you keep this up, you're just going to keep winding up in here, right?" scene yumioffice10r with dissolve y "..." s "You obviously don't want to be here since you have so much {i}shit to do,{/i} so just try and be less of a dick and you'll have more of that time to yourself and less of it hanging around me." y "Good, cause there are very few things in life that I hate more than being around you." s "I'm sure there are." y "So...am I free to go now or what?" "I probably shouldn’t let her leave just yet, but I honestly have no idea what else I can do at this point." "People like this are impossible to help because they don't want to {i}be{/i} helped." "Which, in turn, just makes everyone else suffer." "What I did here today won't help Futaba at all. It won't help {i}anyone{/i} at all. It was nothing more than a waste of time." "But..." "At least it allowed Yumi to vent a little. And, as a temporary optimist, I'm going to hope that prevents her from hurting anyone else for at least a day or two." else: y "Swallow your fucking gum, already!" s "*Gulp*" s "Ugh, why did I listen to you? That will stay in my digestive tract for years." y "Can I leave now?!" s "Yeah..." s "You can go." y "Cool. Bye." scene yumioffice0 with dissolve play sound "dooropen.mp3" s "..." "And just like that, Yumi is gone." "It’s hard to believe that in a class as obedient and...{i}excitable{/i} as mine that there’s an outlier like her." "People don't become that way overnight." s "..." "Something must have happened to her." scene black with dissolve2 "I leave my office and lock the door." "Before I know it, I’m on my way home." stop music fadeout 3.0 "………" "……" "…" $ renpy.end_replay() $ day8 = True jump afterschoolevent label day12: scene hall_noon with fade play music "10c.mp3" fadein 3.0 "And so another day passes by without anything interesting happening." "You'd think that being reincarnated into a world where the only people I have to talk to are teenage girls would be a little more...I don't know, fun?" "But apparently, this world is going to be just as boring as the last." "Not like I {i}remember{/i} anything about the last, but..." "You get the point." "Originally, I was planning on getting some of my mandatory {i}counseling{/i} hours out of the way after school but, at the behest of Makoto, it seems everyone has been forced into studying instead of going home. " "As such, I am currently on my way to the library to personally assist her in tutoring the one girl who needs it more than anyone- Miku." "With standardized tests looming on the horizon and the future of the soccer team's ace hanging in the balance, it falls on one man (Me) to make sure everything turns out okay." "Thankfully, I have a foolproof strategy when it comes to situations as dire as this." scene libstudy1 with fade mak "...and that’s why it’s called “pi.”" mi "I somehow feel even more lost now." "And that strategy is letting Makoto do everything while I sit back and watch." s "Hey, you two." scene libstudy2 with dissolve mak "Oh, Sensei! Great timing!" mak "I was just telling Miku that “pi” is only called “pi” because it’s named after the Greek word ‘perimitros’ which translates to ‘perimeter.’" s "Awesome." s "And how are you holding up, Miku?" scene libstudy3 with dissolve mi "I {i}thought{/i} I was doin’ okay! But then Makoto started sayin' all this stuff about pi and now I'm just hungry!" s "Just eat Makoto. She's rich in nutrients." scene libstudy4 with dissolve mak "She is?!" mi "Hmm...You think so? Seems kinda {i}lean{/i} to me. Could probably do with a little more meat on her bones." mi "'Sides, Makoto uses coconut shampoo and I don't even like coconuts. I say we all just go get pie instead." mak "Can you do something about this before we start getting even {i}more{/i} sidetracked? There's no time to eat right now!" s "Don't worry, Makoto. I like coconuts and am not opposed to eating you." scene libstudy5 with dissolve mak "Okay, ignore him. We have things to learn." s "Come on, relax. A minute or two of joking around won't kill you, will it?" scene libstudy6 with dissolve mak "Sensei, it’s absolutely imperative that we teach Miku everything her brain can handle before the standardized tests begin." mi "Don't mean to interrupt, Makoto...but ya might be overestimatin' just how much my brain can handle." mi "I've been at my limit for a little while already..." s "Alternatively, what if we just...{i}don't{/i} do that?" mi "I think we should listen to the teacher, Makoto. He knows what he's doin'." mak "We can't just give up before we've even started, Sensei. Do you have any idea how horrible Miku is when it comes to science?" s "Well, which science are we talking about? Because some science is just flat out-" mak "Biology." s "Nevermind. It is absolutely imperative that we teach Miku about this subject." scene libstudy7 with dissolve mi "You traitor! What happened to bein' on my side?!" mi "We were supposed to eat pie together! It wasn't meant to be like this!" s "Some things are just more important than pie, Miku." s "So, what are you struggling with when it comes to biology? The reproductive system? Mating habits?" scene libstudy8 with dissolve mi "Umm..." mi "Well...actually..." mi "I was kinda hopin' that..." mi "Maybe...you could teach me a little about..." scene libstudy9 with dissolve mi "Mitochondria?..." s "..." "Being a teacher sucks." s "Miku, why are you blushing? I could have sworn this conversation was going in a different direction." mi "Obviously cause I'm embarrassed about bein' all dumb and stuff." mi "Sensei...I'm really countin' on ya here." mi "Teach me everything there is to know about mitochondria." s "..." mi "..." mak "..." mak "Should I volunteer?" s "That would probably be for the best, yeah." scene libstudy10 with dissolve mak "Ugh...fine." mak "Miku, listen closely. Because if I quiz you on this after I'm done speaking and you get all my questions right, we can go get pie." mak "But after that, it's right back to studying. Got it?" mi "Study now, pie later. Got it." mak "So, the mitochondria is a double-membrane-bound organelle found in eukaryotic organisms." mak "It aids in the biochemical process of energy production and respiration." s "Well said, Makoto. That sounds like something straight out of an Internet definition." mi "Wait...so are you sayin' this mitochondria things helps plants breathe and stuff?" mak "Not just plants, but animals and people as well." mak "Eukaryotic organisms contain cells with enclosed nuclei, so that means pretty much everything apart from bacteria and algae." mi "And, umm...what's a nuclei again?" mak "The plural form of nucleus. You remember what a nucleus is, right?" mi "Uhhhh...sure!" scene libstudy11 with dissolve mak "Great! So, now that we’ve talked about {i}eukaryotic{/i} organisms, what comes next?" mi "Um...uhhh..." mi "{i}Unkaryotic{/i} organisms?" mak "Good guess, but no. What I’m talking about is-" s "Oh wow, would you look at the time?" s "I have suddenly become aware of a prior engagement. Farewell, students. Don't neglect your education." scene mitoredux1 with fade mak "...and that’s why you need to- Wait, where did Sensei go?!" mi "Run, Sensei! Run! Save yourself!" "I believe I have about five seconds to get out of here before I am killed by the student council president." scene mitoredux2 with dissolve c "Oh, look who it is! Sorry for not studying like Makoto asked us to. I just had to-" s "Shh. They’ll hear you." scene mitoredux3 with dissolve c "Huh? Who will?" c "Are you being followed?" c "I have mace on my keychain. Do you need me to mace someone? Because I'll do it." s "I don't think that will be necessary. It's just Makoto I'm running from right now." c "Are you {i}sure{/i} you don't need the mace? Because Makoto can be pretty serious when it comes to studying and stuff." s "Is there any way you can save me {i}without{/i} macing her?" scene mitoredux4 with dissolve c "{i}Without macing her...{/i}" c "Hmm..." s "Chika, we really don't have the time to-" scene mitoredux5 with dissolve c "I've got it!" c "Come with me and don't ask any questions, okay?" scene black with dissolve2 "Before I can respond, Chika grabs my hand and pulls me into a nearby room..." "........." "......" "..." scene mitoredux6 with dissolve "She slams the door behind us, holding it closed so no one (At least no one weaker than her) will be able to come inside." "I'm a little surprised at how...assertive and daring this tactic is considering that if anyone saw us go in here together, it could start a whole slew of rumors." "But I'm not really about to argue with her logic right now as this is essentially a matter of life and death." c "Sorry if this makes you uncomfortable or whatever. But it's the best thing I could think of on short notice that didn't involve mace." if bonus == True: s "I am 99%% sure I am not allowed to be in here." c "I won't tell anyone if you don't. Besides, nobody ever comes here after school hours anyway." else: s "Please, take my lunch money and don't hurt me." c "Don't take that as a free pass to just come on in whenever you want, though. This is only okay because I'm here too." s "Does that really make it okay?" c "Hmm...I guess that depends on what happens next?" c "You wouldn't try to make a move on a girl who's in the process of saving your life, would you?" s "If anything, this feels like you making a move on me." scene mitoredux7 with dissolve c "Wait, what? No. No, I was just-" c "It's not like that at all!" s "..." c "..." scene mitoredux8 with dissolve c "Why are you just staying quiet?! It's really not like that!" c "I was trying to save you, remember?! {i}Save{/i} you!" s "..." c "Sensei!" scene black with dissolve2 if bonus == True: "Chika and I hide out for a few more minutes before we decide it’s safe to leave." "Her face remains flushed the entire time." else: "Chika mugs me and gives me a swirly and I cry a lot." $ renpy.end_replay() $ chika_love += 1 $ day12 = True stop music fadeout 5.0 "{i}Chika's affection has increased to [chika_love]!{/i}" "........." "......" "..." jump afterschool label day14: scene futabaoffice0 with dissolve2 play music "phantomthief.mp3" fadein 2.0 "And so comes the end of another[school] day." "Today was..." "Well, let's just say it was a little different than what I'm used to." "I've obviously known about Yumi's habits when it comes to bullying some of the other girls but, up until today, I figured that was only a thing she did when I wasn't around." "As it turns out, she could not care less about that and is perfectly open to insulting everyone even with an authority figure ten feet away from her." "Of course, her target today wound up being the one she spends so much time on that it could practically be considered a hobby- Futaba." "I was so shocked by Yumi's brazenness that I wasn't even able to step in to try and stop her right away- prompting Makoto to speak up instead because she is a better teacher than me." "I {i}did,{/i} however, tell Yumi to come to my office after class so I can...do something that I haven't quite figured out yet." "But seeing as it's been thirty minutes since the final bell rang and she still hasn't knocked, I'm beginning to think that won't be happening." play sound "knock.mp3" s "..." "Or maybe she just has a horrible grasp on the concept of time." f "Sensei? May I come in?" "Or maybe it's not her at all and she really just...isn't coming." s "Sure. The door is open." play sound "dooropen.mp3" scene futabaoffice1 with dissolve f "Uhm...good afternoon." s "Hey, Futaba. I didn’t expect to see you today." f "Well, I...wasn't really expecting to come today, but..." s "If this is about the Yumi thing, I feel like I should warn you that there is a very small chance she might show up while you're here." scene futabaoffice2 with dissolve f "I...saw her leaving school, so...I don't think that's going to be happening..." s "Ah. Well, that explains why I only called it a {i}small{/i} chance. I figured something like that might happen given the type of person she is." f "Is this...a bad time?" s "Considering my only appointment was just cancelled, nope. Take whatever time you need. I've got nothing else going on." scene futabaoffice3 with dissolve f "I won't be long..." f "I'm just...a little upset and...thought that talking about it might help. " f "And Rin has work today, so...I couldn't go to her instead. I'm sorry if that's an inconvenience." s "You know, I actually tried talking to Yumi last week about this and-" f "And she probably just shrugged it off, right?..." s "Oh. Yeah, sorry. I'm sure you've heard all of that before." scene futabaoffice4 with dissolve f "Oh! I'm so sorry! I didn't mean to interrupt you! It's just...like you said, I've...already heard this before..." f "But...you don't have to apologize just because I'm too sensitive, Sensei. You didn't do anything wrong at all." s "Either way, I'm sorry that this keeps happening to you." scene futabaoffice5 with dissolve f "And I'm sorry to keep troubling you by coming here afterwards..." f "It's not like I'm expecting anything to change, but...just talking to an adult about it is enough to put me at ease for a little while." f "It really helps...knowing that you're looking out for me. Even if that...doesn't really stop Yumi from doing things anyway." s "Yeah. Well, Yumi is a fucking bitch and you should probably just ignore anything she ever says to begin with." scene futabaoffice6 with dissolve f "S-Sensei?" f "Are you sure it's okay for you to say things like that?..." s "Are you going to tell anyone I said it?" f "Well...no, but-" s "Then it's fine. Besides, that girl’s been nothing but cold to me since I met her." s "I'm starting to doubt that there's anyone who can actually get through to her and that she won't understand what she's putting others through until {i}she's{/i} put through something herself." scene futabaoffice7 with dissolve f "I’m...sure she has her own problems..." f "For all we know...she could have already gone through more than either one of us." s "Sure, maybe. But that still wouldn't be an excuse for her to take everything out on you." scene futabaoffice8 with dissolve f "I think...it would be less of a problem if I knew how to actually stand up for myself..." f "I feel like someone else always has to step in because I’m too...cowardly to actually do anything..." f "This...isn't new either. I've never been good when it comes to confrontation." f "You'd think that dealing with this for so long would have...maybe prepared me or something, but..." scene futabaoffice9 with dissolve f "I guess it's kind of hard to stand up for myself when I...don't really see anything worth standing up {i}for?...{/i}" f "Does that make sense?" s "I mean...it does. But why would you feel that way? I think there's plenty about you worth defending." scene futabaoffice10 with dissolve "Futaba focuses on the floor for a few moments as she summons the resolve to respond." "The truth is, I knew the answer to my question before I even asked it. But keeping it to myself without letting any words out into the open won't bring us closer." "My silence would do absolutely nothing for her." "The same goes for pretending to understand her...or pretending to relate." "All a person can do at a time like this is feign ignorance and gently pull the words out of someone else when they won't fall out on their own." f "Um...Well..." f "I just...don’t agree with that..." f "I...don't see myself as the type of person who's...worthy of being defended..." f "Which makes it feel so much worse a lot of the time since everyone always has to stick up for me..." f "I just..." scene futabaoffice11 with dissolve f "I don't really like myself, I guess." s "Why, though? I think you’re great. And everyone except Yumi would probably agree." f "Thank you...really...But hearing something like that isn’t enough to change how I feel." f "It’s just..." f "It's really hard..." f "Looking at the other girls sometimes, I mean..." f "I'm sure it sounds petty, but...I can't help but be a little jealous." f "If I..." f "If {i}I{/i} could look like Yumi...I'd be so happy..." f "So the fact that she's always the one to point out how I don't?..." s "..." scene futabaoffice12 with dissolve f "Being heavy..." f "Is {i}really{/i} hard, Sensei..." s "..." "I honestly have no idea how I’m supposed to reply to something like this and am reminded once again of the hesitance I face when stepping into this room each day." "I'm not qualified to make anyone feel better about themselves- not when, more often than not, I can't even pinpoint how {i}I{/i} personally feel." "The natural reaction here would be...reassurance, right? " "But something about that just seems so...expected." "Would the true owner of this body have more to offer than just the insistence that this person who has a hard time looking at herself should just...look a little closer?" "Or are all of us equally worthless when it comes to changing one's perception of themself?" "I don't know." "But I can't stay silent forever." scene futabaoffice13 with dissolve f "I’m sorry for being such a downer all of a sudden...I know you’re probably uncomfortable hearing something like this from me..." f "I mean...there’s no way you could honestly look at me and tell me not to worry about it. Not when you see the difference with your own eyes every single day." s "..." f "..." s "Futaba." scene futabaoffice14 with dissolve f "Y...Yeah?..." s "I'm going to tell you something right now, but you're going to have to keep it between us. Got it?" f "Um...sure. I...already expect everything that happens in here to remain confidential, so..." s "Good." s "In that case, I find you extremely attractive." f "..." s "..." scene futabaoffice15 with dissolve f "Uhh...sorry, but...I don't think I heard you quite well..." s "That's fine. I don't mind saying it again." f "Wait. You don't-" s "I think you're extremely attractive and that the way you think about yourself is wrong." f "..." scene futabaoffice16 with hpunch f "You...You do?!" s "Yup. But again, don't tell anyone I said that." f "Sensei...that's...wait..." f "I'm...still a student! Being attracted to me would mean-" s "We don't have to talk about what it means. But sitting here and listening to you talking about how you don't like yourself is tough to do when I feel the exact opposite way, you know?" f "I...I..." s "Plus, without being too specific, I'm sure there are plenty of girls in this school that envy certain parts of you." f "That's-" s "Inappropriate? Yeah, probably. But I didn't say any specifics, so all you can really do is {i}assume{/i} and file this under some sort of gray area." scene futabaoffice17 with dissolve f "Sensei...do you..." f "Really think I’m pretty?..." f "Me?..." s "Is that weird?" f "Yeah...I think so..." f "No one’s ever looked at me like that before...let alone an adult..." f "I don’t...really know what to say..." s "I mean, you don’t have to say {i}anything.{/i} I just don’t want you to feel down on yourself anymore and...this was all I could think of saying to try and snap you out of it." s "I'm sure it didn't do much, though. So if there's anything you want from me in the future, don't hesitate to ask." scene futabaoffice18 with dissolve f "Th-Thanks! But I, umm...I think you’ve already helped me enough for now..." f "I...probably just need a little more time to...process what I just found out, but...uhh..." f "I..." f "I'm also..." f "{size=-15}Attracted to you...{/size}" s "What was that? I couldn't hear you." scene futabaoffice19 with dissolve f "Good. It was...extremely embarrassing." s "I see..." scene futabaoffice20 with dissolve f "Umm...I really am feeling a little better now, though..." f "It makes me really happy knowing you don’t look at me the same way Yumi does..." s "I’m pretty sure I don’t see anything the same way Yumi does, so I wouldn’t worry about that too much." f "Heheh...I guess I’ll...try not to, then." s "Really, though- feel free to drop by whenever you’re feeling down." s "I accept house calls too, starting right now. I might have to charge you, though, depending on what sorts of services you're after." scene futabaoffice21 with dissolve f "Okay! Uhh...thank you! But I think that...your office is fine and...I..." f "I don't know what...sorts of...services you are referring to..." s "Would you like a list? Let me just a grab a pen and-" scene futabaoffice22 with hpunch f "No thank you! I'll be on my way now!" f "I'm sorry again for taking up so much of your time!" s "You really don't have to leave if-" f "Goodbye, Sensei! Thank you for the...information you shared with me today!" f "I promise I won't tell anyone!" scene futabaoffice0 with dissolve play sound "dooropen.mp3" f "Goodbye again!" s "..." scene black with dissolve2 "I hope I didn't scare Futaba off by admitting to her that I've been looking at her as more than just a student." "I doubt she's the type to do anything malicious or...irresponsible with the information, but I guess you can't ever be too sure about anything in this life." "At the very least, I hope she takes solace in the fact that there is someone out there fantasizing about her while continuously writing herself off as unwanted and undesirable." "The sadder truth, however-" "Is that I want everyone." "And that she's no more special than the rest of them." $ renpy.end_replay() $ futaba_love += 1 $ day14 = True "{i}Futaba's affection has increased to [futaba_love]!{/i}" "........." "......" "..." jump afterschoolevent label day16: scene black with dissolve2 "Time: 11:30 AM \n Location: Soccer Field \n Mission: Operation Fallen Angel" "........." "......" "..." play music "happyandplotting.mp3" scene newfallen1 with dissolve2 ay "Okay, Sana! Just like we practiced! Are you ready to do this?" sa "Umm...not really..." ay "Well, too bad! Because everything you have done in life so far has led up to this very moment!" ay "This might be the only chance you ever get to show everyone that you have the potential to be an Oscar winning actress!" scene newfallen2 with fade sa "But...I don't even want to be an actress..." ay "What? But I think you'd be so great at it. All of our practices so far have gone really well." sa "Ayane...I don’t really know if this is a good idea..." sa "Sensei is smart, so...he'll probably see right through this..." scene newfallen3 with fade ay "That's exactly why we've gotta sell it. But with how flawlessly our three practices have been, I doubt that will be an issue." sa "Is three...really enough? Maybe we should...practice a little more before...actually trying this..." ay "Sana, I need you to understand something for me." ay "If I have to wait even one more day to get closer to Sensei, I am going to literally blow myself up and take the entire school with me." sa "Please don't...my Switch is in there..." ay "Sana, we can do this. Just act natural." scene newfallen4 with fade sa "That's a lot easier said than done..." ay "It’ll be fine! Don’t worry about it." scene newfallen5 with hpunch play sound "whistle.mp3" s "Okay...I blew the whistle, so...I don't know. Go play sports or something." ay "Oh God. This is it. This is it. How do I look?" sa "Um...normal?..." ay "But I'm normally pretty, right? Sana, answer me. We're running out of-" scene newfallen6 with hpunch sa "AYANE HAS FALLEN! THIS IS A TRULY TRAGIC EVENT!" ay "What?! Oh God! I wasn't ready!" sa "IS ANYONE HERE STRONG ENOUGH TO CARRY A YOUNG GIRL TO THE NURSE'S OFFICE?!" mi "I think I can probably-" sa "IS ANYONE {i}ELSE{/i} HERE STRONG ENOUGH TO CARRY A YOUNG GIRL TO THE NURSE'S OFFICE?!" scene newfallen7 with fade ay "I am dying! Could this be the end for me?! But I am still so young!" sa "I MAY NEVER WALK AGAIN!" scene newfallen8 with dissolve ay "Sana, no! That one was my line!" sa "AYANE MAY NEVER WALK AGAIN!" scene newfallen7 with hpunch ay "I may never walk again!" s "What’s going on? What happened?" scene newfallen9 with dissolve ay "Sensei?...Is that you?..." ay "Your voice sounds so...distant..." scene newfallen6 with hpunch sa "THE LIGHT IS FADING FROM HER EYES!" s "Okay Sana, I’m going to need you to step aside for a moment." scene newfallen9 with fade s "What happened? I feel like I looked away from you for one second." ay "As flattered as I am to know that you are always watching me, I really don't know..." ay "It is as if one moment I was talking about the decline of our current economy with Sana...and the next..." ay "The next thing I know...I can’t feel my legs..." ay "Sensei...am I going to die?" s "Maybe? I have no idea." ay "Can you...prevent me from dying?" s "I can carry you to the nurse’s office. That {i}is{/i} what you two were yelling about, isn't it?" ay "And you're always listening as well..." ay "I knew I could count on you, Sensei..." scene black with dissolve2 "Knowing full well that something suspicious is going on, I lift Ayane off of the ground and bring her body close to my chest in a princess carry." "That does not stop a certain someone from carrying on the performance, however." scene newfallen10 with fade sa "AYANE! WHY?! YOU WERE SO YOUNG AND HAD SO MUCH LEFT TO DO!" sa "I CAN ONLY HOPE THERE IS ENOUGH ROOM IN HEAVEN FOR ONE MORE ANGEL!" s "Sana is-" ay "Don't pay any attention to Sana. I am the one in need of medical assistance." s "Right..." ay "I'm sorry for being so heavy, Sensei...making you work this hard during gym class is something I will never be able to live down." s "You’re like 80 pounds." scene newfallen11 with dissolve ay "Then that's 80 whole pounds worth of inconvenience for you..." s "..." ay "Sensei...what will I do if I can never walk again?" ay "Will you carry me everywhere for the rest of your life?" s "Absolutely not." s "I could push you around in a wheelchair from time to time, though." ay "I will take what I can get..." scene black with dissolve2 "I carry Ayane into the nurse’s office, expecting to find...you know, a {i}nurse...{/i}but no one is there at all." "Which quickly makes it even more apparent that this was all some coordinated effort to get the two of us alone in here." "And while having Ayane pull a stunt like that doesn’t surprise me, the cooperation of Sana does." "Granted, calling Sana’s overacting “cooperation” might be a little generous, but it’s strange considering that she’d comply with a demand that very clearly...looks wrong." "I’m sure some of the other girls are thinking the same thing right about now. And I’m sure that’s something I should be worrying about." ay "..." "But I have a hard time worrying about anything at all while I’m so distracted by the intense gaze coming from the girl I’m carrying and her soft skin, still warm from soaking up the sun." "When I bring her to the back of the nurse’s office and close the curtain around us, the facade fades and she returns to her normal self." scene newfallen12 with dissolve play music "behindabathroom.mp3" "Or perhaps her normal self never went into hiding at all." "Perhaps Ayane’s normal self {i}is{/i} pulling theatrical stunts to create small windows of opportunity for the two of us to climb through." "Perhaps she likes me so much that she’s willing to risk the way she appears to her classmates just so that I can whisk her away and lay her down on some presumably unfamiliar bed." "Perhaps that’s exactly what I like about her." "It’s hard to tell." "Because even if I can make lofty assumptions about the type of person she truly is and how every aspect of her somehow revolves around me-" "I know that the true center of gravity that she and all of the others are revolving around is somewhere far away from here." "And that they’re all just aimlessly drifting around at this point." "But that will not stop me from attempting to lasso her into my gravitational pull." "And that will not stop me from imagining the horrible things I’m imagining right now." ay "You didn’t buy that at all, did you?" s "I knew what was going on from the start." ay "Guess Sana’s Oscar is out of the question after all." s "What else did you expect when you cast the silent recluse in such a dramatic role?" ay "I couldn’t think of anyone else who would have helped me do what I was trying to do. It had to be Sana." s "Because she’s...okay with your incessant pursuit of me?" ay "I think it’s closer to that she doesn’t really understand right now." ay "She obviously knows I like you. {i}Everybody{/i} knows that much. But I don’t think Sana’s ready to acknowledge how {i}you{/i} feel just yet." s "Are you saying {i}you{/i} know how I feel?" scene newfallen13 with dissolve ay "I’m saying that you walked right past a bed that {i}wasn’t{/i} curtained off so you could bring me in here." s "I just figured you’d want {i}medical assistance{/i} in private." ay "Sensei...can I ask you something?" s "Sure. Just ask quietly since we don’t know if anyone is listening in right now." ay "It’s only a matter of time until they start asking similar questions, but sure. I’ll stay quiet." s "What do you want to know, Ayane? It’s not often you let down the bubbly, eccentric persona to act all...serious like this." scene newfallen14 with dissolve ay "I know. Having you hold me for so long made me want to start saying things that will get you to hold me again. So I’m sorry for just forcing this on you out of the blue." ay "The initial intention and the whole point of this stunt was to create an opportunity where I could kiss you." ay "And I’m still probably going to do that. " s "Oh?" scene newfallen15 with dissolve ay "But what I want to ask {i}before{/i} I do that is..." ay "When did you start seeing me as a {i}girl{/i} and not just a “girl?”" s "I’m sorry, what?" ay "I know you don’t need that explained to you. The Sensei I love is smarter than that." s "You should probably clarify anyway as this could spiral out of control if I somehow misinterpret the situation and say the {i}wrong{/i} thing." scene newfallen16 with dissolve ay "Fine...Fine. Okay." ay "What I’m asking is..." scene newfallen17 with dissolve ay "Wait, do you want me to word it in just the...super blunt way? Or the way where I kind of tiptoe around what I’m trying to say, but still heavily imply it?" s "Just be blunt. It’ll save both of us some time." ay "Okay." ay "Then, when did you start thinking about me, like...sexually? Not just as Ami’s friend who hangs out at your house all the time." ay "Was it after the bathroom incident? Before that? I just want to know when." ay "Because I have been watching the way you look at me closely for years...and it wasn’t until recently that those looks started...you know, looking like they...look now." s "Am I allowed to counter that question with another question?" ay "Is it the same question as mine?" s "..." scene newfallen18 with dissolve ay "Heheh...of course it is." ay "Unfortunately, I don’t really know when that started happening on my end. It was probably just a...natural development since I didn’t know where else to aim my hormones." scene newfallen17 with dissolve ay "The bathroom incident definitely made it worse, though. I didn’t even sleep that night, did you know that?" s "I didn’t. Nor would I have expected it after you literally ran away." scene newfallen19 with dissolve ay "Can you blame me?! Not only was that thing the size of my torso, but I told everybody I’d be back in a couple minutes!" scene newfallen20 with dissolve ay "There’s also a huge difference between fantasizing about things and actually {i}doing{/i} them." ay "And I think if I’m acting weird and not like normal Ayane right now, it’s because that is finally starting to set in." ay "Seeing the way you look at me change as I grow up is, like...tricking my brain into thinking that a relationship like that is actually possible." ay "All this time, I’ve been saying all of that stuff about being in love with you in a joking manner because, frankly, the thought of anything ever coming from it {i}was{/i} just a joke to me." ay "Not in the sense that I didn’t want it, but in the sense that it just seemed impossible." scene newfallen21 with dissolve ay "But now?" ay "Now, any time I say any of that stuff, it’s not really a joke at all. It’s a wish. And it’s a wish that seems more and more possible every time we’re alone together like this." ay "Now, at the risk of me saying anything else embarrassing, can you please tell me when your...thoughts on me started changing? " ay "And if they haven’t and I’m just an idiot, can you rip the bandage off while we’re in here? " ay "Because at least there’s disinfectant everywhere and I can...prevent this wound from getting infected or something." s "..." "Sure, let me just respond to a question I don’t have an answer for." "There {i}is{/i} no {i}one{/i} moment where the way I look at Ayane has changed from my perspective." "I have always viewed her in the light she assumes I’m viewing her in. And it’s not at all dissimilar from the one that lights up everyone else as well." "I have no reason to view her as “Ami’s friend” because, to me, she has always been the beautiful girl I see before me." "Of course, I can’t tell her that either. Because not only would it dispel my illusion as a vulture gorging himself on the scraps of relationships left behind by another animal-" "But it would damage her." "And I don’t want to risk this beauty being damaged in any form." "So, much like escorting her into a private section of the nurse’s office instead of keeping her out in the open-" "I will take the safe route." "And any bandages we have on ourselves will stay right where they are." s "I don’t really know either, Ayane." s "It just...kind of happened..." scene newfallen22 with dissolve ay "I see..." ay "I guess we’re not all that different then." ay "..." s "..." ay "Welp, I guess that means there’s only one thing left to do." scene newfallen23 with fade "Ayane brings herself closer and I can feel the weight of years worth of unrequited feelings slipping into my nostrils and suffocating me with the invisible mass of a love I don’t deserve." "Of a love I wouldn’t call {i}love{/i} in the first place." "This is nothing more than hormonal lust consuming her like it’s the physical manifestation of a parasitic fungus trying to take control of her entirely." "Is she strong enough to fight it off?" ay "You have no idea how long I’ve wanted to do this." "Or has life simply become so worthless to her that she’d rather surrender herself entirely to the promise of someone or something acting out in her stead?" s "You’re right." s "I really don’t." scene newfallen24 with dissolve2 "Our lips meet and spores spread throughout her trembling body." "We remain stuck like that for somewhere between thirty seconds and two minutes." "I lose track of time as I must focus everything I have on not killing the host body before the fungus does." "If she does this to herself, it won’t be my fault." scene newfallen25 with dissolve2 "Which is why I do not run once her lips part." "Which is why my hands travel without obstacle to the mounds on the front and the back of her growing body." play sound "slidedoor.mp3" a "Hello? Is anyone in here?" "Which is why I do not stop even when our existence is threatened." "The worst that can happen is that we’re crushed underfoot. And if that {i}were{/i} to occur, we’d simply wind up as something else after an indeterminate amount of time." "I can tell she’s still growing." "I can tell there are still more spores to spread." a "Sensei?..." a "Ayane?..." a "Anybody?..." scene black with dissolve2 "We remain behind the curtain with our tongues entangled until a girl who would break if she caught us disappears." "The thing is, Ami could have opened up that curtain at any moment. " "But she didn’t." "I don’t know if she’s just {i}that{/i} absentminded...or if she was afraid of what she would find. " "But we live to see another day." "I can’t guarantee it will be a brighter one-" "But we will see it nonetheless." $ renpy.end_replay() $ ayane_love += 1 $ day16 = True stop music fadeout 6.0 "{i}Ayane's affection has increased to [ayane_love]!{/i}" "........." "......" "..." jump afterschoolevent label day20: scene daytwenty1 with dissolve play music "10c.mp3" "It’s another average day in the classroom." "Or at least average by my standards. I'm sure the other classes are actually studying right now." "But ever since I took over and decided to just let the girls study on their own time, things have more or less just...been like this." "Even Makoto seems to be settling into this new routine. So apart from Yumi, who still only shows up once in a while, it appears that everybody seems to be enjoying themselves." if bonus == True: "The great part is that it doesn't seem classes are ever monitored here. So as long as I can submit everyone's grades on time, I should be able to dodge suspicion entirely." "All that's left to do now is...figure out how to submit everyone's grades." scene black with dissolve2 "I sigh to myself and lean back in my chair, already excited for the day to come to an end so I can get out of here and actually do something fun with my time." s "..." "It is at that moment when I realize that all I have to do in order to make that happen is go to sleep." "And so that is precisely what I will do." "Goodnight, everyone." "Please don't cause any trouble while I am gone. And, in the event that I wake up without my memories, please ask Ami to once again escort me home." "........." "......" "..." "{i}Several minutes later...{/i}" scene daytwenty2 with dissolve r "…" r "…" r "…" scene daytwenty3 with hpunch c "Hey!" r "Ahh! Hand!" c "Something going on outside? You’ve been staring at the window for like ten minutes now." r "Uhhhh...air! That's where all the air is! And the...uhh...birds!" r "Anyway, good talk! Thank you!" scene daytwenty4 with dissolve c "Did I scare you or something? I wasn't trying to sneak up on you like that." r "Huh? What? No? Scared? I've never been scared of anything in my life. Not even once." r "Do, umm...do you need something?" scene daytwenty5 with dissolve c "Nah..." c "Just thought I'd come say hi since you seemed all lonely and stuff." c "I can leave if I'm bothering you, though. I put up with Yumi on a daily basis, so I know pretty well how much some people need their alone time or whatever." r "{i}I am never washing this cardigan again.{/i}" scene daytwenty5r with dissolve c "Hm? You say something just now?" r "Nope! Nothing at all! Just...thinking about...things. And stuff." scene daytwenty6 with dissolve c "Well, speaking of {i}things and stuff,{/i} I was actually thinking about you this morning." r "You...of me?....Thinking? With brain?" c "Chika think of Rin with brain, yes." r "Why brain think?! Why?!" r "Surely your...free time is better spent on...being pretty. And...smelling nice." scene daytwenty6r with dissolve c "Oh, stop! We've known each other for how many years now? I'm allowed to think of you if I want to, dummy." r "{i}Relax, Rin. You fell asleep in class and this is all just a dream. But still, try not to say anything awkward.{/i}" c "Oh my god. You are like, totally hilarious." scene daytwenty6r2 with dissolve r "So...umm...{i}why{/i} were you thinking of me, exactly? If that's...a thing I'm allowed to ask about." c "I just heard this band on my Discover Weekly this morning and they seemed like something you'd be into." c "I think I remember you having one of their shirts back in middle school and everything." c "You don't think it's weird, do you? That I remember that and stuff." r "No...No, that's not weird at all! I'm actually really flattered!" r "I...remember stuff about you from back then as well, so..." c "Do you? Like what?" r "Like...umm...that one week where you came to school with green hair because your hair didn't bleach correctly..." c "..." r "..." scene daytwenty6r3 with dissolve c "That's what you remember most about me?! Why does your biggest middle school memory of me have to be one of the most embarrassing weeks of my life?!" r "I didn't think it was bad or anything! I actually thought you...kind of pulled it off." r "But...you also pull off, like...literally everything, so..." scene daytwenty7 with dissolve c "God...that feels like, so long ago now. It's crazy to think it's only been a couple of years." c "How come we never hung out?" r "Because...you're popular and awesome and everyone likes you. And I'm just Rin." scene daytwenty9 with dissolve c "Well, I think Rin is pretty great. And I'm not {i}that{/i} popular. The only reason I have so many followers is because I keep up with trends and stuff. It's really no big deal." c "Speaking of that, though, how do you like having the corner desk? It's probably really easy to hide your phone, right?" r "It is, yeah..." r "Not like we really {i}have{/i} to hide it anymore, though, with Sensei still in the throes of his midlife crisis." c "You really think that's what it is? Maybe he's just been kinda cool this whole time and we've just...never realized it." r "Well...whatever it is, it's definitely an improvement." scene daytwenty10 with dissolve if rin_love > 4 and rinfirstvisit == False: r "He’s like...a totally different person lately." r "He's even been coming to the cafe lately and letting me try out new drinks on him." r "It just...came out of nowhere." c "Right?" jump restofrin if rin_love > 4 and rinfirstvisit == True: r "He’s like...a totally different person lately." r "This might sound kinda weird, but he even came into my room the other day. I wasn't expecting that at all." scene daytwenty10r with dissolve c "What? You let him into your room? But, like...what if he tried to...you know." if bonus == False: c "Hide a twig under your pillow?..." scene daytwenty5r with dissolve r "Sensei? No way. It wasn't like that at all." c "You sure? What if he's got a crush on you or something?" r "Not a chance. He's...way older than us. He was probably just...really bored or something." c "Older guys are into teenagers all the time, Rin. I don't think it's impossible, you know?" r "I told you, it's not like that. Besides, I'm like, last on the list of people who would be his type. I think." r "I actually don't really know. But there's no way he has a crush on me." scene daytwenty10 with dissolve c "Whatever you say..." c "I do get what you mean by the whole {i}different person lately{/i} thing, though." jump restofrin else: r "He’s like...a totally different person lately." c "Right?" jump restofrin label restofrin: c "It's like...not just {i}him{/i} either. It feels like the entire class has been different for the last couple weeks." c "It barely even feels like school anymore." scene daytwenty10r2 with dissolve r "What, do you like...miss learning all of a sudden or something?" r "I always thought you hated studying." c "I don't {i}hate{/i} it! It's just boring." scene daytwenty10 with dissolve c "I wonder if something happened to him. People don't just change like that overnight, do they?" r "I’m sure he’s fine. If anything was going on with him, I'm sure I'd hear about it from Ami anyway." scene daytwenty11 with dissolve c "Well, let me know if you {i}do{/i} hear anything, since I'm just as curious about all this as you are." c "Also, hang out with me some time. If you're free, I mean." scene daytwenty11r with dissolve r "H...Hang out?! You and me?! Together?! In the same place?!" c "Yeah! It’ll be fun. Just come get me after class sometime. We’ll go shopping or get dinner or something." r "..." c "..." c "Is that...cool with you? Or should we just stay as like, school friends or something?" r "I'm sorry, I just...I wasn't expecting you to actually want to be around me." c "Well, I'll let you sleep on it. But, like I said, just come get me after school if you ever want to do something." c "As long as I don't have anything else going on, I'd be happy to chill with you." c "I should probs be heading back to my seat now, though. Need to do at least {i}some{/i} studying if I want to pass, you know?" c "But I'll see you around, Rin. It was nice chatting with you." r "Yeah..." r "Yeah it was...really nice..." scene daytwenty12 with dissolve r "..." r "..." r "..." r "Futaba...was I hallucinating just now? Or did that really just happen?" f "Heheh...it really happened, Rin." r "I see..." f "How do you feel?" r "Dizzy. Very dizzy." r "I am going to sleep now. But if I start making weird noises or talking or something, please hit me." f "I will hit you with the biggest book I have..." scene black with dissolve2 $ renpy.end_replay() $ day20 = True stop music fadeout 5.0 "........." "......" "..." jump afterschoolevent label day21: scene yumialley0 with pixellate play music "blueair.mp3" "It’s been nearly three weeks since I was reborn here." "Have I enjoyed my time?" "Absolutely." "I wouldn’t trade it for the world." "But still-" "Something seems off." s "..." "I’m leaving[school] later than normal today on account of some ‘end of term’ paperwork I needed to file in the staff room." "Still not fully understanding how to do my job, I wind up staying later than everyone else." "The halls are dead now, as I’m sure you can see." "There’s no one here." "No one at all." "{s}Not even me.{/s}" play sound "static.mp3" scene whereareyou with flash scene yumialley0 with flash stop sound "What am I doing?..." "Why am I doing it?..." "Where do I go?..." "When will I get there?..." "These questions spread throughout my mind like an invasive species, killing off everything but themselves in an attempt to take me over once and for all." "Fighting it just makes them mate faster- and soon enough, I can not take a single step without cracking an egg." play sound "eggcrack.mp3" "I walk regardless." "For if I don't, there are greater consequences than just spending the night in a place I almost spent the night in anyway." "No. If I stay here, I risk losing myself- or whatever faint traces of {i}me{/i} this body has managed to absorb during its brief vacation in an incorrect plane." play sound "eggcrack.mp3" "Another egg cracks." play sound "static.mp3" scene whereareyou with flash scene yumialley0 with flash stop sound "And another day ends." "But not before I get lost in quiet contemplation of what my goal here is." "And not before I give up on that and make a new one instead." "I want to make a mountain of sorts." "I want to stand atop a pile of used up teenagers, knowing that if I were to take a rest at the summit, the pile would move and a new peak would form." "From the top to the bottom- transference of power we {i}all{/i} can enjoy." "How long until the mountain forms?" "How long until we're all used up?" play sound "static.mp3" scene whereareyou with flash scene yumialley0r with flash stop sound "My feet move on their own and lead me down a path I can not normally see." "I can't say when my body successfully managed to escape the confines of the school, but I am somehow feeling {i}more{/i} confined now that I am on the outside." "I can see a place where the sidewalk ends- and a glowing passageway of TV static beckoning me forward." "It's like it's calling me to escape." "It's like it's trying to help me." "And yet-" "I can not find it within me to move my legs." "But that's fine, for there are few doors in life that only open once." "And even if this door disappears-" "I can tear down whatever wall I want and make a new one." "This place was built for {s}you{/s} me." "I can do whatever I want with it." "Everyone else is just furniture." "Everyone else is a part of the pile." av "Hey..." av "What are you doing?" "A voice calls out to me from a nearby alleyway." play sound "static.mp3" scene yumialley1 with flash stop sound "I chase after it and wind up in front of something beautiful-" "But only because I like the way its cracks look in the moonlight." s "I..." s "I'm not really sure." y "..." s "..." y "You're a fucking weirdo, dude." s "Well, what about you? What are {i}you{/i} doing out here this late?" s "Shouldn’t you be back at the dorms or something?" scene yumialley2 with dissolve y "Shouldn't you be minding your own fucking business?" s "Hey, you're the one who called out to me." s "Did you get into a fight with Chika or something? Or are you just...being rebellious again?" y "I did not {i}get into a fight with Chika.{/i} And I can promise you I'm not fucking...being rebellious or whatever." y "But it ain't like I expect you to fuckin' understand me either, so...ain't no point in talkin' about it." s "Gotcha. Well, I doubt you’re looking to have a conversation or anything, so I guess I’ll just see you whenever you show up to school next." scene yumialley3 with dissolve y "Hey...Wait up a sec." s "...?" y "You..." scene yumialley4 with dissolve y "You’ve been acting really fucking weird lately." y "Like...even weirder than usual." s "I wasn’t aware that you were paying that much attention to me." scene yumialley5 with dissolve y "Don’t flatter yourself, dickwad. I'm sure anybody with even half a brain has noticed by now. I'm probably just the only one with the balls to call you on it." y "Just last month, you were on my case pretty much every fucking day." y "Shit, dude. You even tracked me down at the arcade a few times and made it so I can't even chill {i}there{/i} anymore." y "Doin' annoying shit has never really been {i}above your paygrade{/i} or whatever. I get that." y "But now?" y "Now it's like you're backin' down on even trying to change me with all this {i}Oh, just be less of an asshole{/i} shit." y "The fuck is going on?" scene yumialley6 with dissolve y "It’s, like...messing with my head now and shit." y "I don’t like it." y "Just go back to givin’ me normal detentions or whatever if it’ll stop you from wanderin' around like a lost puppy in the middle of the fucking night." s "Thanks, Yumi. But I think you might be misinterpreting something." scene yumialley7 with dissolve y "Oh yeah? Like what?" s "I’m not going through some depressive slump because of my inability to control you." s "In fact, I’m not really going through a slump at all." s "I’m just...wondering what I’m doing here. That’s all." y "What you’re doing here? This one of those, like...philosophical questions or some shit?" s "Maybe. It's kind of hard to explain." scene yumialley4 with dissolve y "Yeah, then don’t bother." y "We’re all doin’ the same thing anyway." y "Ain't nobody who just {i}gets{/i} what they're doing here. We're all just...trying to survive in our own ways and all that shit." y "Not gonna carry on with that thought, though, since all you'll hear is just some fucking...chance to get to know me or whatever." s "Wow. It's almost like you can read my mind." scene yumialley8 with dissolve y "The fuck is your deal, dude?! I’m finally being serious about something, so the least you can do is try to be serious as well!" s "Sorry. I’m just...a little surprised." s "You always act like you're on top of the world, so it's weird thinking you might actually be somewhat vulnerable." scene yumialley4 with dissolve y "I ain't {i}vulnerable...{/i}And just because I'm showin' a slightly different side of myself doesn't mean I like you all of a sudden." y "I still think you’re a fucking creep who spends way too much time around [teenage]girls." y "But...I guess you probably have your reasons." s "I mean, being a [high_school] teacher is probably the only acceptable reason for something like that, isn’t it?" y "I guess so. Still seems fucking weird, though. And not just in the gross, perverted way." y "It's like...the way you look at us is really...{i}off{/i} sometimes." y "It’s almost kinda like you’re tryin' to remember something." s "..." y "I don't know if there's anything more to it than just you wantin' to be young again or some shit, but..." scene yumialley3 with dissolve y "Whatever it is, stop doing it." y "And also, the next time you’re out here this late, don’t expect me to call out to you again. Got it?" y "I just felt like bein’ nice today or whatever." s "You know, I’d appreciate it if you could do the same for your classmates every once in a while." scene yumialley4 with dissolve y "Like I give a shit about them." s "Do you give a shit about {i}me?{/i}" scene yumialley8r with dissolve y "Wha- Fuck no, I don't!" y "I already told you I was just bein' nice today! Ain't anything more to it!" s "Can you maybe...feel like being nice around Futaba sometime soon? Because she's kind of terrified of you, Yumi." scene yumialley8 with dissolve y "Fuck no. Futaba's gotta actually stand up for herself for once and stop lettin’ me walk all over her. She ain't earned the right to be {i}terrified{/i} yet." s "Standing up for yourself is easier said than done, you know. Some people just...can't really do that." scene yumialley4 with dissolve y "Ain't ever been a problem for me..." "Yumi looks like she wants to say more, but cuts herself off and goes back to staring at the ground." "It’s strange how the first ‘normal’ conversation we’ve had is in an alleyway in the middle of the night-" "But I guess expecting anything about our relationship to be normal wouldn't really make any sense." y "..." s "..." s "Listen, I think you should probably head back to the dorms." s "I know you can hold your own, but it’s already dark out and we have class in the morning." y "Who says I'm coming to class in the morning?" s "I do. Because you are." s "Now, start heading back or I will drag you there myself." scene yumialley7 with dissolve y "You lay one fucking finger on me and I swear to god I’ll chop your whole hand off." s "Then hurry up and get out of here before you are buried in legal fees and medical bills." y "..." s "..." scene yumialley9 with dissolve y "Ugh...whatever." y "But I ain't doing this just because you told me to, got it?" y "I'm just tired as shit and it's been a long fuckin' day." s "Right, right..." s "I’ll see you in class tomorrow, Yumi." s "Have a good night." y "..." s "..." s "Yumi?" scene yumialley10 with dissolve y "Just..." y "Just fuck off already, would you?" scene black with dissolve2 "Yumi leaves the alleyway and I begin to head back home as well." "It's strange that I ran into her out here so late, but...I'm kind of glad that I did." "Not because I was able to remind her once more of how easily some people are impacted by her words-" stop music scene happy9 $ yumi_love += 1 "But because she was able to prevent me from walking toward the light." "{s}Congratulations!{/s}" "{s}You have unlocked a special event with {b}[redacted]{/b}!{/i}" "{s}There is something buried underneath your feet.{/s}" "{s}探してみませんか?{/s}" "{s}Yumi's affection has xxxxxxxxxxxxxxxxxxxx!{/s}" $ renpy.end_replay() $ roomwithclocks = True $ day21 = True jump endofweekday label day24: scene bedroom_day with dissolve2 play music "normalday.mp3" s "..." "I am ruthlessly sodomized by sunlight the moment I open my eyes because, for some strange reason, I decided against closing my blinds before going to sleep last night." "This poor decision (Or lack thereof) has resulted in me waking up roughly two hours ahead of schedule without an idea of what to do or the motivation to go back to sleep." "I wouldn’t be surprised if Ami isn’t even awake yet, given how it’s the weekend and everything." "And while she refuses to let a day go by without preparing breakfast for me, I assume there’s not a chance in Hell that she’d go out of her way to get all that ready {i}this{/i} early." "I know that 7:00 AM might not be {i}that{/i} early for some people- and {i}I{/i} should be one of them given how I’m normally up around this time to head to school anyway-" "But the weekend is different." "Today is supposed to be a day of rest and relaxation." "But...now?" "Now I might have to starve all because of a foolish mistake I made and how the sun is a relentless bitch with no regard for those of us who prefer sleeping in on our off days." "My head meets my pillow once more as I wait for Ami to come rescue me from my woes with breakfast in bed." scene black with dissolve2 "But I give up within minutes because I can not wait that long and am probably going to die if I don’t eat something immediately." "........." "......" "..." scene lr_day with dissolve2 "I step out into the living room and my worst nightmare becomes a reality- Ami is still asleep." "I think this might be the first time the two of us have been home with only {i}me{/i} being awake and, while that doesn’t sound like much, it’s actually quite...unsettling." s "..." "I think to myself about whether or not {i}I{/i} should attempt to prepare breakfast today, but then remember that prepared meals are a thing that exist and elect to remain as useless as always." "Would it be nice to do something for Ami for a change? Sure. " "She’s made my life nothing short of a brisk walk through the park up to this point, but..." "Must such efforts be rewarded with something as uncharacteristic and unusual as that?" "No. No, such efforts should be rewarded with something greater." "Which is how I will rationalize the fact that I am about to go wake up Ami instead of venturing a little outside of my comfort zone and attempting to cook." "I’m sure this is what she’d want anyway since the idea of me having to work around here seems...completely off limits to her for some reason." "Either way, I apologize in advance if you were hoping to stay asleep, Ami. " "But this is something that simply must be done." scene newfrenchtoast1 with fade play sound "knock.mp3" "I knock on Ami’s door and wait for her to answer." play sound "static.mp3" scene newfrenchtoast2 with flash stop sound "She doesn’t answer right away, leading me to believe that she is still deeply asleep...so I knock again just to be sure." play sound "knock.mp3" s "Ami, are you alive in there? Because I don’t mean to worry you, but I might {i}not{/i} be for much longer if I don’t eat soon." a "..." s "..." "Again, there’s no answer. And I’m unable to open the door either as she’s taken it upon herself to actually lock it for once." a "..." s "..." "Alright, well...you can’t say I didn’t try. " "I’ll just get her something from the convenience store or something. {i}That{/i} can be my good deed for the month." scene black with dissolve "I head back to my bedroom to get dressed, hoping that I’m able to actually {i}locate{/i} a convenience store since I haven’t really been to any around here just yet..." "........." "......" "..." play sound "static.mp3" scene happy9 with flash scene colorbars with flash scene happy9 with flash scene colorbars with flash scene newfrenchtoast4 with flash stop sound a "AHH!~~~~ HAH!~~~~ AAAAAHH!~~~~~" a "GOTTA...HURRY UP AND...FINISH!~~~" scene newfrenchtoast5 with dissolve a "Aaahhh...hah...oh my God...he was right there...he was...right outside the door..." a "What if I hadn’t locked it?...Why {i}did{/i} I lock it?...He almost saw...He almost saw me..." a "Sensei...come back and help me...I’ll unlock the door for you! I’ll let you do whatever you want to me!" scene newfrenchtoast4 with dissolve a "HAHH!!! AAAHHH!!! WHY’D YOU...HAVE TO WAKE UP SO EARLY TODAY?! " play sound "static.mp3" scene newfrenchtoast1 with flash stop sound s "Did you say something? I was just walking past your room and-" a "AHH! UHH...NOPE! JUST...AHHH! JUST...HAD A REALLY BAD DREAM! THAT’S ALL!" a "NOTHING WEIRD IS GOING ON IN HERE! NOTHING AT ALL! DON’T MIND ME!" s "..." a "{size=-20}.................mm~{/size}" play sound "knock.mp3" s "Are you masturbating in there?" play sound "thump.mp3" with hpunch a "NGH!" "Ami (Who may or may not be currently fingering herself) bumps into something rather violently and somehow manages to shake the entire house." a "NO! NO WAY! I DON’T DO THINGS LIKE THAT, SENSEI! I’M A...GOOD...GIRL!" s "Okay, well...have fun {i}being a good girl{/i} while I go get us breakfast at the convenience store." play sound "static.mp3" scene newfrenchtoast6 with flash stop sound a "What?! You’re just going to leave me behind like this?!" s "Like what? I thought you were sleeping?" a "The bad dream woke me up! I’m obviously ready to start the day now!" s "Cool. Then why don’t you come on out?" a "Because I...can’t right now!" s "Because you’re masturbating, right?" scene newfrenchtoast7 with hpunch a "I AM NOT MASTURBATING!" "(She was masturbating.)" scene black with dissolve2 "........." "......" play sound "knock.mp3" "..." a "Wait just...one second...mister!" scene newfrenchtoast8 with dissolve2 a "Hah......hah.....hah......" a "Where do.......you think you’re going.......without me?........" s "Ami, don’t rush things like that. You’re at a delicate age and are going to wind up hurting yourself." scene newfrenchtoast9 with dissolve a "But......I........That’s not what was happening in there!" s "So you’re just beet red and out of breath because of...sleeping?" a "It was a really spooky dream! " s "Listen, I don’t know what the big deal about just admitting this is when you’ve been extremely open about everything else thus far..." s "But I’m not going to try and make you feel any {i}more{/i} awkward than you already do." s "Things like this are obviously going to happen on both sides if the two of us are living together." a "That’s...well...when you...put it that way-" s "But 7:00 in the morning, Ami? Come on. How do you even have that sort of energy at this hour?" scene newfrenchtoast10 with hpunch a "I’M A GROWING GIRL, OKAY?! NOW, CAN YOU PLEASE STOP EMBARRASSING ME ABOUT THIS?! THIS IS NOT THE REACTION I WANTED!" s "Oh? What kind of reaction {i}did{/i} you want, then?" scene newfrenchtoast11 with dissolve a "Mmm!" s "So, ignoring that, can we go get breakfast now? " a "..." s "..." a "Can I get a drink of water first?" s "Dehydrated from dreaming so much?" a "Yes. " a "Yes I am." scene black with dissolve2 "Well...it was bound to happen sooner or later. " "I just kind of figured {i}I’d{/i} be the one getting caught instead of her." "It might go without saying based on how casually I was able to brush all of this off, but there’s really only one thing about this scenario that confuses me." "Well, two- counting the fact that my niece is apparently so horny and hormonal that she has to finger herself right after waking up." "But the most perplexing part of all of this is why she locked the door." "Ami isn’t exactly shy when it comes to her feelings about me- and she’s had no issue with just barging into {i}my{/i} office or bedroom in the past." "So why would she go out of her way to put up a barrier between herself and what she seems to want the most?" "I don’t have an answer for that, and it’s not like I expect {i}her{/i} to give me one when she still hasn’t even brought herself to admitting what happened yet." "But if I had to take a guess-" "It’s because she’s not all that different from me at the end of the day." "And that sometimes-" "When things feel too good to be true-" "We convince ourselves they aren’t." "........." "......" "..." scene newfrenchtoast12 with dissolve2 a "So, what do you want for breakfast this morning?" s "Where are we? I thought we were going to the convenience store. This is just some random market stall in the middle of the residential district." rmo "Wow, rude. " a "I figured it would be faster to just stop here for some ingredients rather than going all the way to the convenience store for premade stuff." a "Plus, I know how much you dislike walking first thing in the morning." s "Are you sure you aren’t just saying that because your legs are still weak from-" scene newfrenchtoast13 with dissolve a "Excuse me, Mrs. Market Lady, but do you sell rat poison here?" rmo "Unfortunately not. We had our rat poison permit revoked after some rich blonde girl used all of it for a science fair project." scene newfrenchtoast14 with dissolve a "Damn it, Ayane." s "On second thought, just make whatever you want to make. And thank you for taking me here instead of the convenience store." s "That was a very good idea. You are so smart, Ami. You impress me more and more every single day." scene newfrenchtoast15 with dissolve a "Aww, Sensei! You’re too good to me." scene black with dissolve2 "........." "......" "..." scene newfrenchtoast16 with dissolve a "Oh. I forgot to ask because of the crisis I was thrown into first thing in the morning, but how come you’re up so early?" a "Do you have plans today or something? And, if so...do they involve me?" s "Well, right now, my only plan is making it through breakfast without being poisoned. But after that, I’m not really sure." a "Oh, stop. You know I’d never actually poison you." a "At least not without poisoning myself as well." s "Is that supposed to make me feel better?" scene newfrenchtoast17 with dissolve a "It would make {i}me{/i} feel better if the tables were turned! We’d be like Romeo & Juliet!" s "Sure. Except for the part where Juliet isn’t the one who killed Romeo and was just some clingy teenager who wound up falling for the first man she-" s "Actually, yeah. I guess you are kind of like Juliet now that I think about it. But I am absolutely no Romeo." a "Sure you are! You’re handsome and good with words and you could probably beat anybody I know in a fight." a "Plus, you were really good at acting out all of his lines when we used to read it together!" s "I...was?" scene newfrenchtoast18 with dissolve a "Yeah. We used to read a bunch of that Shakespeare guy’s plays when I was little." a "I never really understood any of them, especially with how weird and big some of the words are, but I remember it always being a lot of fun." a "Especially when M-" stop music play sound "static.mp3" scene imissyoumore with flash scene newfrenchtoast19 with flash stop sound a "Ah..." s "What? What’s wrong?" a "Nothing, I just..." a "I just cut myself a little." s "..." a "..." a "..." a "..." s "Ami? Is everything-" a "Yeah." a "Yeah, sorry." a "Breakfast might take a little longer than normal today." s "Oh...yeah. Do you need my help or-" scene newfrenchtoast20 with dissolve play sound "dooropen.mp3" s "Or..." s "..." s "Or not..." scene black with dissolve2 "Ami bled to death all over the bathroom floor." "I keep what’s left of her thumb in a jar on my nightstand." "I kiss it before going to sleep." play sound "pop.mp3" scene happy9 "Just kidding." $ renpy.end_replay() $ day24 = True $ ami_love += 1 "{i}Ami’s affection has increased to [ami_love]!{/i}" "........." "......" "..." play sound "static.mp3" scene spider1 with flash scene colorbars with flash scene smileex with flash scene black with flash stop sound jump saturdayafternoon label day26: scene hall_noon with dissolve play music "normalday.mp3" "I make my way back to the classroom after a quick trip to the teacher's lounge because, for some reason (Likely in regard to my new teaching methods), Makoto wants to speak with me." "I was under the impression that she'd already gotten used to these methods on account of her distinct lack of complaints lately, but I guess...too much was too much. Or something." "I have no idea. I just hope she doesn't expect me to change because- let's face it. I am {i}not{/i} cut out to be the teacher she wants me to be." scene black with dissolve2 play sound "slidedoor.mp3" "I sigh to myself and make my way into the classroom, not really knowing what to expect." "........." "......" "..." scene makalone1 with dissolve2 mak "Okay...You can do this, Makoto. You are strong...and admirable...and...at least not {i}entirely{/i} unattractive." mak "Yeah...yeah! What's the worst that could happen?" mak "I mean...you {i}could{/i} get rejected by the man you admire more than anyone else...or he {i}could{/i} think you're a creep for even considering something like this, but..." if firsttimepornshop == True: if bonus == True: mak "But it’s not like he’s all that innocent, either!" mak "In fact, he’s even worse! Just...waltzing into a porn shop in the middle of the night! Just how much of a pervert is he?!" mak "But...then again...it's not like I'm {i}not{/i} into that sort of thing. I just...I..." mak "Mm!" else: mak "But you {i}both{/i} wear glasses, so truly there must be some sort of deeper connection! We are comrades!" else: if bonus == True: mak "No...No! Sensei would never think I would have ulterior motives. He knows me better than that." mak "P-Plus! It’s not like they’re even {i}motives{/i} to begin with...this is just...to help me understand him better! Yeah!" mak "…" mak "Ugh..." else: mak "But you {i}both{/i} wear glasses, so truly there must be some sort of deeper connection! We are comrades!" "Interesting. It seems as if I'm not going to get yelled at at all and that, instead, I’ve stumbled into some sort of soliloquy." "That said, I should probably snap Makoto out of it before she reveals a little too much and winds up regretting something." s "Hey." scene makalone2 with dissolve mak "Great...now I'm even hearing his voice. Could this day get any worse?" s "..." mak "..." s "I've been trying to reach you about your car's extended warranty." scene makalone2r with dissolve mak "..." s "..." mak "You're actually there, aren't you?" s "Yup." scene black with dissolve "Makoto slaps her cheeks to force herself back into her default setting of being a knowledge robot before turning around to meet me..." scene makalone3 with dissolve mak "How much of that did you hear, exactly?" s "For the sake of preserving your mental health, none of it." mak "And for the sake that doesn't care at all about my mental health?" s "Enough to know you love me." scene makalone4 with dissolve mak "L-Love?! No one said anything about love!" mak "Forget I even asked for the truth and just...go back to pretending you didn't hear anything! It'll make what I'm about to say significantly easier for me!" s "Really? Because I feel like a confession would be easier {i}if{/i} we both know what we're walking into." scene makalone5 with dissolve mak "This...isn't a confession, though." s "It's not?" mak "Of course not...don't be ridiculous." mak "That sort of thing between a teacher and a student? Let alone {i}us?{/i} No...No, that would never work." s "Then what-" mak "Do you...remember what happened in your office the other day?" if bonus == True: s "You mean the massage?" else: s "You mean when we went to Hogwarts and you had to drop out of the sorting procedure?" mak "Y...Yeah." mak "Well...I’ve been thinking about that a lot since then and-" s "Name the time and place and we can do it again whenever you want." scene makalone6 with dissolve mak "That's just the thing! I don't {i}want{/i} to do it again!" mak "My inability to get it off of my mind doesn't have anything to do with some...unquenchable thirst for more!" mak "The reason I can’t stop thinking about it is because of how absurdly inappropriate it was for {i}both{/i} of us to be a part of something like that!" mak "If...If any of the other girls knew what happened in there...I don’t even want to know what they would think about me." scene makalone5 with dissolve mak "I'm already seen as a bit of a teacher's pet...so I need to be very careful when it comes to things like this, Sensei." s "So, just...don't touch you from now on? Is that what you're asking?" scene makalone7 with dissolve mak "Precisely. It’s not only inappropriate, but entirely immoral given our relationship." s "If that's what you want, sure." s "I'm not really sure if I think any of what you said warrants walking away from something you were clearly interested in, though." scene makalone8 with dissolve mak "My {i}interest{/i} in it is beside the point, Sensei! I was very obviously enjoying myself! Perhaps even {i}too{/i} much!" mak "I'm sure this is no surprise to you, but no one has ever touched-" s "I'm going to cut you off right there because this is definitely not something you should be yelling in a classroom." scene makalone5 with dissolve stop music fadeout 15.0 mak "Ugh...Look what you’re making me say. Now I’m even more worked up." s "I’m not making you say anything. You just started yelling after {i}I{/i} said something that made too much sense." scene makalone7 with dissolve mak "Well, whatever the case...I don’t think it’s something we should be doing on[school] grounds anymore." s "You realize that implies that it would be fine {i}off{/i} of school grounds, right?" "Makoto breathes in deeply and holds the air inside of her for what feels like a full minute." "The sound of footsteps and chatter from outside of the classroom bleeds in through the thin walls and reinforces the notion in the back of my head that {i}all{/i} of this is wrong." "And what I'm sure is about to come next is perhaps the most {i}wrong{/i} of all." scene makalone10 with dissolve play music "love.mp3" mak "That's...actually part of what I wanted to talk to you about." s "..." scene makalone11 with dissolve mak "I...Umm..." mak "Again, this is not a confession..." mak "But there's been something I've been very interested in for quite a while now and..." scene makalone11r with dissolve mak "And that {i}thing{/i} just so happens to be you." if bonus == False: s "Does this still involve witchcraft and wizardry or-" mak "Again, this is not a confession." s "Each time you say that just makes it sound {i}more{/i} like a confession, Makoto." mak "I...know this might sound stupid since I’m still [young]and shouldn’t even be worrying about this kind of stuff yet, but..." scene makalone11 with dissolve mak "I just want to try seeing what it’s like {i}not{/i} worrying about[school] and...work all the time." mak "I want to lay down some nights and think ‘Wow. Today was a really good day.’" scene makalone12 with dissolve mak "And I guess I...never really get that." mak "Every day is the same thing. Over and over and over. It's like...I'm stuck in a loop or something." s "I get that. But what do you want me to do about it?" scene makalone13 with dissolve mak "Huh?" s "How am I supposed to help? What can I do to help you not feel like you're...stuck in a loop or whatever?" mak "You don’t have to do anything different, really...And I say that knowing that your personality could do a complete 180 again any day now." scene makalone14 with dissolve mak "You’ve...changed a lot over the last few weeks...And I’m not saying that’s a bad thing." mak "I’ve always admired you for your intellect and your dedication, but you’ve always seemed a little...closed-off." mak "Which is why it was always hard for me to tell you how I feel." mak "But...you’ve seemed more open lately. And I’m less worried about things like that now." mak "And it got me thinking-" mak "If {i}you{/i} can change your mindset and start changing yourself...why can't I?" scene makalone15 with dissolve mak "So...here’s where you come in." mak "Every once in a while, and I don’t care when...I’d like to see you {i}outside{/i} of[school]." s "Ahh. So it's not a confession, but you {i}are{/i} asking me on a date. Is that right?" mak "No. That's not right at all." "Teenagers are exhausting." mak "What I'm looking for could be something as simple as just...going for a walk. Or going out for coffee." s "So-" mak "Stop it. It's not a date." mak "You just seem to know a lot about what it means to live a fulfilling life...so I want to learn more about that from you. Firsthand, without worrying about school getting in the way." "A fulfilling life, huh?" "Is that really what this is?" "Taking control of someone else’s body?" "Stepping in and single-handedly dismantling everything they built?" "Is this really what it means to be fulfilled?" s "I'm not sure how much you're planning on learning, but if it means hanging out with you outside of school...sure." s "That's fine by me." scene makalone16 with dissolve mak "Heheh..." mak "I'm glad we were able to reach an understanding then. I promise I'll try not to bother you too much." s "I'm already getting used to being bothered by pretty much everyone, so don't worry too much about that." mak "Is it really that bothersome having to watch over a handful of teenage girls?" s "You'd be surprised." mak "Heheh...you're right. I think I would." mak "But perhaps learning how to deal with {i}that{/i} is just one more thing you can teach me during our time together." mak "It's bound to come in handy some day, I'm sure..." scene black with dissolve2 "Makoto and I spend the rest of afternoon straightening up the classroom before ultimately separating." "And while the air was heavy upon entering the classroom a few minutes ago, it's gone back to normal now and the two of us are able to breathe easy again." "As we leave the building and fade out of each other's field of vision, something crosses my mind." "What if I'm {i}not{/i} able to help Makoto escape from the life she’s grown so tired of?" "What happens then?" "…" "I guess there's only one way to find out." "Here's hoping I don't have to." "And here's hoping I make a suitable raft for her to float away on." $ renpy.end_replay() $ makoto_love += 1 $ day26 = True "{i}Makoto's affection has increased to [makoto_love]!{/i}" "………" "……" "…" jump afterschoolevent label day28: scene newponytail1 with dissolve play music "10c.mp3" a "Sensei, can we please hurry up?!" a "Maya is all alone in the cafeteria and I'm worried about her cleaning the place out before I can get my lunch!" s "Well, you should have thought about that before nearly burning the classroom down." a "Come on! What kind of best friend would I even be if I let her put that many extra calories into her tiny body?!" s "The kind that, and forgive me for repeating myself, {i}nearly burned the classroom down a few minutes ago.{/i}" scene newponytail2 with dissolve a "I already told you that was an accident!" a "None of this ever would have happened if they didn’t make those burner things so hard to use!" s "You literally just have to turn a knob. That's it." a "It’s a tough knob, okay?! You wouldn’t get it because you don’t have tiny girl fingers!" "As you may have heard, Ami nearly burned down the classroom today after getting into a fight with a Bunsen burner." "Sure, it may be my fault for allowing her to play with one unsupervised, but that’s beside the point." "The fact of the matter is, she now needs to help me clean up the remnants of the fire before the custodial staff shows up at the end of the day and I lose my job." scene newponytail3 with dissolve a "Ugh...I know I shouldn’t be freaking out. It was my fault for not paying attention..." s "You're not trying to guilt me into letting you leave now, are you?" scene newponytail4 with dissolve a "Me? Of course not...Why would I ever even try something as-" s "You can go to the cafeteria once we're done cleaning and not a second earlier." scene newponytail2 with dissolve a "Ahhh! But who knows what could be happening to Maya within that time?!" s "Oh, come on. I'm sure she'll be fine..." scene black with dissolve2 "........." "......" "..." "{i}Meanwhile...{/i}" scene lunch1 with dissolve2 y "…" m "…" y "…" m "…" scene lunch2 with dissolve y "Why are you so fuckin’ weird?" m "I'm...sorry?" y "You heard me. Why are you so fuckin’ weird?" y "You’re always just...there. You know?" m "That...is an unfortunate side effect of my existence, yes." scene lunch3 with dissolve "{i}Ahh...the[school] cafeteria...One of youth’s most dangerous battlefields.{/i}" "{i}If you're one of the lucky ones who have never had to spend a period like this alone, you can never truly comprehend what it means to be lonely!{/i}" "{i}The thing is, that girl with the ponytail right there? Well, a simple lunch alone means nothing to her.{/i}" "{i}For her, loneliness means something different.{/i}" "{i}Something much bigger.{/i}" "{i}But that’s something you're not ready to hear about yet!{/i}" scene lunch2 with dissolve y "What’s your deal anyway?" m "My deal?" y "Yeah...you an ally? Or are you just another bitch who'll wind up on my shit list after we're done here today?" m "I'm not sure if I understand what type of {i}ally{/i} you're trying to equate me to." m "So, chances are, I am going to wind up on your list." y "So what you're telling me is you're a pussy?" scene lunch3r with dissolve m "I...don't think so? Maybe?" y "What I'm askin' is if you're one of those people who will try to keep yourself from gettin' fucked over and all that bullshit." y "I don't like hangin' around people who don't stand up for themselves, is all." m "But...what does that have to do with being an ally? What would standing up for myself make me an ally {i}of?{/i}" scene lunch3r2 with dissolve y "You know..." y "You'd be an ally of...yourself. And shit." m "..." scene lunch6 with dissolve m "I’m so confused..." y "Hey, Ponytail." m "That is not my name." y "Oh, please. Like I give a fuck what your actual name is." y "I’ve got a question for you." m "I will do my best to answer it in a way that will not compel you to hit me." scene lunch5 with dissolve y "What do you think of our teacher? You hate his guts too, right?" y "You ain't like those other two girls you're always hangin' around. I can tell that much." m "You are correct. I am very much not like either one of them." m "In terms of our teacher- he is utterly revolting and thinking about him for extended periods of time makes me want to vomit." scene lunch8 with dissolve y "Ha! I knew there was somebody else on the same page as me. Fuckin' finally." y "Was beginning to think everyone here was just trying to fuck him." m "Nope. Couldn't be me." y "I can’t fuckin' believe that guy sometimes, you know?" y "Like, it was barely a week ago that I caught him wandering the streets at night like some kind of...lost puppy." y "It was fuckin’ creepy, dude. He looked like he was gonna kill somebody. I’m lucky I escaped with my life." scene lunch9 with dissolve m "That’s...certainly odd. Even by his standards- which only barely exist from what I've seen thus far." y "Yeah, it was {i}odd{/i} as shit. Real creep, that guy is. I can’t even believe-" scene lunch7 with dissolve m "Wait, but what were you doing out that late?" y "What?" m "If you caught him wandering around in the middle of the night, wouldn't that make {i}you{/i} weird as well?" y "…" m "I'm just trying to understand your logic. Frankly, I know less about you than everyone else combined, so..." m "What if you're just weird too? Or something." y "…" m "…" scene lunch7r with dissolve y "You tryin’ to fuckin’ accuse me of something, Ponytail? You think I’m out late because I’m up to trouble, is that what this is?" m "That wasn't what I meant to imply. But-" scene lunch13 with dissolve y "Save your fucking breath. No point explaining something that doesn’t {i}need{/i} any explaining." y "Shame. I was startin' to think you might be different in a {i}good{/i} way. Turns out you're just as pathetic as the rest of them." m "I think {i}pathetic{/i} might be a bit of a stretch." y "It ain't a stretch at all, Ponytail. You think I ain't seeing through that fuckin' dead-fish persona of yours? How you act all weird and quiet and shit just so you can get attention?" m "I feel like you are gravely misinterpreting my personality right now." y "Doubt it. Girls like you ain't got anything interesting about 'em at all. You're probably just some random ass Kumon-mi transplant trying to fit in in her own fucked up, ass backwards way." y "Yeah...where the fuck did you even come from anyway? I've lived here my whole life and I haven't even seen you until this year." m "This is a very hard conversation to keep up with so I am just going to eat my lunch if that is okay with you." y "The fuck was stopping you in the first place? Did I tell you not to eat?" scene lunch14 with dissolve m "No, it's just..." m "…" y "…" m "…" y "The fuck are you waiting for?" scene lunch15 with dissolve m "It just..." m "It feels weird with you staring at me." y "…" m "…" scene lunch16 with dissolve y "Okay, that’s it. I’m getting out of here." y "For a second, I thought we might’ve had a chance to get along on account of our mutual hatred for the teacher...but you’re just too fuckin’ weird for me." m "Oh no. Please don't go. If you leave, who will watch me eat?" scene lunch17 with dissolve y "Oh, get bent. Come talk to me if you ever decide to stop being a fuckin’ sketchball." m "Goodbye, Yumi. I apologize for being a sketchball." y "I said get bent, damn it!" scene lunch18 with dissolve m "…" m "…" m "…" m "I forgot chopsticks." scene black with dissolve2 "........." "......" "..." scene newponytail5 with dissolve a "Ugh, finally done..." a "Who’d have ever thought cleaning up after a fire would be so difficult?" s "Probably...most people." a "Hopefully Maya didn’t gain 800lbs while I wasn’t there to supervise her..." s "You know, I wanted to say something before, but I don't think friends are supposed to be counting calories for one another." scene newponytail6 with dissolve a "Most friends, probably not. But Maya is no normal friend, Sensei. The amount that girl is able to eat is one of the greatest mysteries of this world." a "She's even smaller than me, yet she can fit ten times as much in her mouth." s "Well, that's not a sentence I'm going to misinterpret at all. Thanks, Ami." a "Huh? I don't get it." s "And that's exactly what I like about you." scene newponytail7 with dissolve a "I don't know what you mean by that, but it got you to say you like me so that's fine by me!" a "Now, come on! Maya should still be in the cafeteria and if we hurry, we might be able to save her from destroying her mysterious black hole of a body!" scene black with dissolve2 "I follow Ami to the cafeteria and it's no surprise that I’m once again shrugged off by Maya as soon as we arrive." "Coincidentally, the cafeteria was also out of food when we got there." "In the end, Ami and I had to go the rest of the school day without eating..." $ renpy.end_replay() $ day28 = True stop music fadeout 3.0 "………" "……" "…" jump afterschoolevent label day30: scene drown0 with dissolve play music "cafe.mp3" "And so ends another uneventful day as a school teacher." "I’ve gotta say, the fact that I've made it this far without being fired or reprimanded is either extremely impressive on my end, or extremely worrying on the school's." "But hey, the fact that none of the staff members have caught on to the person I really am yet is definitely good for me." "It also shows that, for whatever reason, the girls have some level of trust in me. " "I guess it's a little strange that Yumi hasn't ratted me out to the higher ups, but...well, I guess she hasn't really had the time {i}to{/i} do that with all of her absences." "For all she knows, this might be how Sensei has been doing things all along." scene drown1 with fade "I step into the cafe for a quick drink in the midst of my aimless wandering and hope that there is someone or something in here with the potential to entertain me for the rest of the day." "And, noticing two students of mine no more than twenty feet away from me, I realize that I have once again accidentally manifested exactly what I have been looking for." scene drown2 with dissolve c "Woah, Sensei?! What are you doing here?!" r "Wait, really? He’s never here this late." scene drown3 with dissolve c "Sensei! Come hang out with us! We were actually just talking about you!" scene drown5 with fade s "Were you?" c "Yeah! Nothing super interesting, though. Just how we're happy to have you as our teacher and not any of the other ones." s "Does that have anything to do with how I've given up on assigning schoolwork?" c "I mean...that definitely helps!" s "So, what are you up to? It's not every day I see you two together." scene drown6 with dissolve c "Right? I was just telling Rin that the other day that we need to hang out more." r "Hahah...I'm Rin." r "That's...a thing that I was told." s "I’m not...interrupting anything, am I?" c "No way! Not at all!" c "Besides, shouldn't you be {i}trying{/i} to hang out with us after that whole {i}let's be friends{/i} thing?" c "Friends don't just walk past other friends, Sensei. That'd be like, totally messed up." s "Hey, I agree. I just didn't want to be interrupting a date or anything." scene drown7 with dissolve c "Hahahah! A date?!" c "I guess it does kinda look like that, doesn't it?!" r "{i}Please don't leave me.{/i}" "Something tells me I probably shouldn't leave Rin right now." "It's her. She's the one who tells me that." s "Well, I’m happy to hang out here if you two are okay with it. And I guess just...tell me to leave if you wind up wanting to be alone or something." scene drown8 with dissolve c "I think we'll be okay. But it's nice knowing that you'd support us if things were a little different, Sensei." r "Hahah...hah..." s "Everything okay, Rin?" scene drown9 with dissolve r "Huh? What? Yeah. I'm good. Green as a cucumber." c "Isn't it {i}cool{/i} as a cucumber?" scene drown10 with dissolve r "It {i}is{/i} kind of cool in here, isn't it?! Should I turn the heat up? I know it's summer and that it will conflict with the air conditioner, but if that's what you-" c "What? No. I meant, like...the phrase. Isn't the phrase {i}as cool as a cucumber?{/i}" scene drown10r with dissolve r "Hahah! Yeah! They {i}are{/i} pretty cool, aren't they?!" "Wow." "Rin is...not very good around Chika, is she?" scene drown11 with dissolve c "You know...maybe Sensei's onto something? You {i}have{/i} seemed kinda weird ever since we got here. Are you sure everything is okay?" c "You don’t like, feel uncomfortable hanging out with me...do you?" scene drown12 with dissolve r "What?! No! Of course not! It's not like that at all!" r "I’m just...really tired!" r "I didn’t sleep much last night and I’m like, totally running on fumes right now." c "You sure it’s not me? I know I can be kinda chatty sometimes, but that's just because-" r "Totally sure! You’re not doing anything wrong! You’re great, in fact! So great! Way better than I am!" r "And, umm..." r "Uhh!" scene drown13 with dissolve r "{i}Help.{/i}" "I think you might be a little past helping right now, Rin...But I'll do my best." s "Wow. I sure am hungry right now. If only there was some place to get food around here..." scene drown13r with dissolve r "Yes! Food! I will go find us food!" r "I work here, so I know where we keep all of it!" r "Three foods, coming right Chika!" scene drown13r2 with hpunch r "Up! Coming right up! Not Chika. Chika is you! Not coming at all!" c "Uhhh..." r "Okay, bye! Thank you!" scene drown15 with dissolve c "..." s "..." scene drown16 with dissolve c "It’s me, isn’t it?" c "I like, totally wasn’t picking up on her cues or anything. I’m talking way too much again, I know it." c "God...I told myself I would do this and everything. I'm so disappointed in myself right now." s "I don’t really think that’s the problem, Chika." c "Then what is it? There's no way she's just {i}tired,{/i} right? She's yelling way too much for someone who's {i}that{/i} tired." c "She was totally fine at[school], too...She didn't start acting weird until we got here." c "It’s like the second we’re alone, some...{i}switch{/i} flips and she turns into a completely different person." c "I just don't want it to be my fault, you know? I thought this would be fun." s "Well, are {i}you{/i} having fun?" scene drown17 with dissolve c "I mean...I {i}wanna{/i} say yeah..." c "But, like...I can’t help but feel like I’m just bothering her right now." c "I’ve known Rin for years now and the two of us haven’t ever really...{i}hung out{/i} before." c "I don't know. I just feel like it's supposed to feel a lot more...natural than this." c "I've gone out with plenty of girlfriends before and none of them have ever acted this...{i}out of place{/i} with me. Is it our styles, maybe?" c "I know we don't have that much in common, but it's not like I'm totally uninterested in any of the stuff she's into. I just don't know much about it. And-" s "Chika, I get it. And I think you're worrying too much." s "I’m sure everything will work out as long as neither of you make a big deal out of it." s "She’s probably just having an off day or something." scene drown16 with dissolve c "I really hope that’s all it is..." c "I've always, like..." c "Kind of wanted to be friends with her and stuff. She's so...unique." s "..." c "..." scene drown18 with dissolve r "Okay, I'm back...sorry about that." r "I...forgot to ask what everyone wanted, so...I just ordered a bunch of stuff that we can all split." r "My manager said it's on her today, too...so...I guess that's kind of cool. Right?" c "Yeah...Yeah, that's totally fine." scene drown19 with dissolve c "Hey, Rin?" r "Hm? What's up?" c "I’m sorry if I was...making you feel uncomfortable or anything. I just-" scene drown20 with dissolve r "What? Chika, no! I’m totally fine." r "Like I said, I'm just tired. I...get like this sometimes. I just needed to reset really quick, that's all." r "Plus, as soon as my coffee cools down and I can get some caffeine into my system, I'm sure I'll be right as a cucumber." c "I'm pretty sure it's right as r-" c "You know what? Forget it. I'm glad you're feeling better. But just...let me know if I wind up annoying you, okay?" scene drown21 with dissolve r "Yeah..." r "Yeah, I can do that." r "I'm sorry too. For...making things awkward and stuff. And...and for all of the cucumber analogies." r "I can assure you that I don't spend any more time thinking about cucumbers than the average girl." r "Probably even less, to be honest. They're all weird and..." r "And bumpy..." r "And...uhh..." c "...And cool?" r "..." c "..." scene drown22 with dissolve r "Pfft!" scene drown23 with dissolve r "Hahah...hahahah!" c "{i}Thank you, Sensei. Let me know if there's anything I can do to make it up to you, okay?{/i}" scene black with dissolve2 "I wind up leaving the cafe before any of the food arrives so the two of them can spend some more time together." "It's pretty clear what was going on here today, but..." "Well, let's just say there's no need for me to get in the way right now. Not while everything is still so fresh..." "And certainly not before I know either of them well enough to even {i}want{/i} to get myself caught in the early stages of the mess this may become." "I'll remain on the sidelines for now. I don't have to start every single game." "But...when I do-" "I'll be sure to make an impact." $ renpy.end_replay() $ rin_love += 1 $ chika_love += 1 $ day30 = True stop music fadeout 7.0 "{i}Rin's affection has increased to [rin_love]!{/i}" "{i}Chika's affection has increased to [chika_love]!{/i}" "{i}Before I know it, the day has come to an end and I am on my way home.{/i}" "………" "……" "…" jump endofweekday label day33: scene newdespacito1 with dissolve play music "justbehappy.mp3" a "So...are you excited, Sensei?! This will be your first time coming with us to karaoke." s "I don't know if {i}excited{/i} is the word, but it beats doing nothing." ay "Are you planning on singing?" m "{i}As if you would let him...{/i}" s "Me? Not a chance. I'm just tagging along to watch." s "You three can just forget I'm even there if that makes things easier for you." scene newdespacito2 with dissolve ay "Absolutely not! I demand that you keep your eyes on me at all times and never even {i}suggest{/i} that I forget about you ever again." ay "Besides, you not singing just means that I’ll have to sing hard enough for the two of us." m "Why, though? You’re just going to sing the same song you always do..." scene newdespacito3 with dissolve ay "It’s a good song and you know it, Maya!" a "Heheh...heh..." "So, I bet you’re wondering how I wound up in this predicament." "Me too." "All I know is that I was about to head home and that Ayane wound up grabbing me by the arm and forcibly dragging me to meet up with the other girls." "I didn't even realize we were going to a karaoke booth until a couple minutes ago." "As you may have guessed, Maya didn’t agree to this." "But seeing as she was promised food, she was unable to refuse. And now their typical friend group has been met with an unhealthy abundance of testosterone out of virtually nowhere. " "Luckily, Ami and Ayane both want me here, so...sucks to be Maya, I guess." scene newdespacito4 with dissolve a "Anyway...I'm not going to blame you for not wanting to sing, Sensei. I know that's not really your thing." ay "Do you know Spanish? Maybe the two of us can do a duet?" s "Do...{i}you{/i} know Spanish?" m "Oh, she knows it alright." ay "Can you {i}fake{/i} Spanish?" s "Probably not without sounding extremely racist, so I'm going to abstain." m "This is the best news I have heard all year." s "Rude." scene newdespacito5 with dissolve m "Am I wrong, though? Even Ami admitted that this isn't your thing and Ami is literally obsessed with you." ay "It's true. She really is." s "Like you're one to talk." a "Maya, just because you’re really good at singing doesn’t mean you get to make fun of people who aren’t." m "Ami, please. Can you really imagine even a halfway decent singing voice coming from {i}him?{/i}" ay "I can." m "You don't have the right to weigh in. You're just as bad as he probably is." s "Sorry, did I hear just now that Maya is actually a good singer?" scene newdespacito6 with dissolve a "She's actually really amazing. Most of the time she just eats, though." m "I’m much better at that." ay "Sensei, don't listen to what Maya said about me. She knows that I'm the real best singer here." ay "And as soon as you hear the special song I'm going to dedicate to you today, you'll know it as well." scene newdespacito7 with dissolve a "Wait, are you actually going to sing something different today, Ayane?" ay "Huh? Of course not. Do other songs even exist?" a "You’re..." a "You're going to dedicate {i}that{/i} song to him?..." ay "Of course. It will make it all the more romantic when we eventually walk down the aisle to it." scene black with dissolve2 "We walk for another ten minutes or so before finally arriving at the karaoke bar." "Maya and Ayane go into the room first and I attempt to follow them in, but Ami grabs my sleeve and pulls me aside before I have the chance to..." "........." "......" "..." scene karaoke1 with dissolve a "Okay, so before we go in there, I just want you to know a little about proper karaoke etiquette." s "There’s ‘karaoke etiquette?’ What does that even mean?" a "It means that you’re supposed to stay super-duper positive and cheer for whoever sings even if they’re really, really bad." a "Like...{i}really, really{/i} bad..." s "Is Ayane really that terrible?" scene karaoke2 with dissolve stop music fadeout 10.0 a "Well, uhh..." a "No, actually..." a "Her voice is really nice and...she's got good rhythm." a "But, uhh...her song choice is..." a "Um..." scene karaoke3 with dissolve a "You know what? Why don't we just go in there and...let you see for yourself?" scene black with dissolve2 "I have a very bad feeling about this..." "........." "......" "..." scene karaoke4 with hpunch play music "letsfuckingo.mp3" ay "OKAY, BITCHES! THIS ONE IS CALLED DESPACITO AND IT’S DEDICATED TO MY FUTURE HUSBAND AND BEST FRIEND'S UNCLE!" ay "LET'S FUCKING GO!" a "Do you see what I mean now, Sensei? Do you finally understand?" s "Why is this happening?" scene karaoke5 with dissolve ay "DES-PA-CITO. Quiero respirar tu cuello DESPACITO." ay "¡Deja que te diga cosas al oído!" ay "¡Para que te acuerdes si no estás conmigo!" s "Why would you do this to me?" a "To...spend more time with you?" scene karaoke6 with hpunch ay "DES-PA-CITO." scene karaoke8 with fade "Ami takes a seat beside Maya, who is obviously significantly more prepared for this than either of us." s "You guys really let her do this every time you come here?" a "Hahahah...Yeah..." s "She’s already selected it like four more times after this." a "We’ve found that it’s best to just let her get it out of her system as soon as possible." ay "¡DES-PA-CITO! Quiero respirar tu cuello DESPACITO." s "Her Spanish is surprisingly good." scene karaoke7 with dissolve a "Right? I think her butler must have taught her because our school doesn't even offer a Spanish class." scene karaoke9 with dissolve m "Can we order food now? I’m really hungry and you promised me dinner." a "Huh? Oh, right. What do you want?" m "What? You're going to have to speak up. I'm currently protecting myself from bodily harm." a "Oh, forget it. I'm just going to make you come with me anyway." m "What? I can't hear you." scene karaoke10 with dissolve a "Sensei, do you want anything? It’s on me today." s "I don’t think I’m supposed to let my [niece] buy me dinner." a "But you let me {i}make{/i} you dinner all the time. I don't see how this is that much different." m "Seriously, what are you saying?" s "You know what? Good point. Just get me whatever you're having." scene karaoke10r with dissolve a "Roger that. The phone in this room is broken and Maya orders way too much anyway, so...watch over Ayane for me while I'm gone?" s "Wait, what?" scene karaoke11 with hpunch ay "¡DESSS-PAAA-CITO!" a "Sorry, Sensei! I love you!" a "Please hang in there!" m "What? What are we hanging on? Ami, I really can't hear-" a "TAKE OFF THE HEADPHONES THEN, MAYA! COME ON!" scene black with dissolve2 ay "THANK YOU, LADIES AND GENTLEMEN. THIS NEXT SONG IS A BRAND NEW ONE." ay "IT’S CALLED “DESPACITO” AND IT'S ALL ABOUT HOW MUCH I LOVE SENSEI!" ay "ONE, TWO, THREE, FOUR!" ay "DESPAAAA-" "Ami and Maya disappear for what feels like years." "There is no one left in this world that I can trust." "I fall victim to the darkness and lose myself." "Despacito consumes me whole." $ renpy.end_replay() $ day33 = True $ ami_love += 1 $ ayane_love += 1 $ maya_love += 1 stop music fadeout 8.0 "{i}Ami's affection has increased to [ami_love]!{/i}" "{i}Ayane's affection has increased to [ayane_love]!{/i}" "{i}Maya's affection has increased to [maya_love]!{/i}" "………" "……" "…" jump endofweekday label day36: scene threesix1 with dissolve play music "normalday.mp3" "School is over for the day and, in place of my typical counseling hours, I have been summoned to the staff room to..." "I don't know, actually." "I was definitely asked to do {i}something,{/i} but...I didn't really understand what was being asked. So I'm kind of just hoping it's nothing important and that no one notices." "That's pretty much no different from what I always do, though." "I've been here for a little over a month and I still haven’t gotten the hang of the more...clerical side of things." "And it's not like I can ask for help either when this is something everyone just assumes I know already." "But hey, at least my students seem to like me. And I'm a lot more interested in appealing to them than anyone my age." "Disgusting, yes. I know." play sound "slidedoor.mp3" mi "Sensei! We need help!" scene threesix2 with dissolve "Miku and Sana suddenly appear before me. How they knew I was here? I have no idea." s "Okay...And what do you need help with? I'm not counseling today." mi "I am very bad at cleaning!" s "I'm going to need a little more than that, Miku." mi "Fine, jeez!" mi "Sana and I are on cleaning duty today, but neither of us have any idea where any of the cleaning stuff is!" mi "Or...at least I think Sana doesn't have any idea." mi "Honestly, I haven't been able to hear anything she's said since she's so quiet and stuff and I feel weird about askin' her to talk louder." s "Well, you certainly don't feel weird about admitting that to me right in front of her." mi "My brain doesn't work the way most brains do, okay?!" sa "I...really don’t know where anything is either..." sa "And...umm...I'll try to talk a little...louder..." s "Okay, so we've identified the problem. But what exactly do you want me to do about it?" mi "Anything! Just help!" s "I don't know where any of that stuff is either, though." "In fact, I barely know where anything in this[school] is and I’ve been here for over a month now." scene threesix3 with dissolve mi "What?! So we're doomed?!" s "Yeah, I guess so." scene threesix4 with dissolve mi "AHHHH!! I’M NEVER GONNA MAKE IT TO SOCCER PRACTICE AT THIS RATE!" sa "I...ummm...tried telling you earlier but...I can try to do it on my own if...it will help you show up on time..." sa "I just...have to find everything first..." scene threesix6 with dissolve mi "Ugh...thanks, Sana. But I ain't gonna make you do somethin' like that. I'd rather just miss practice at that rate." mi "Besides, Makoto says I’ve gotta start learnin’ responsibility and stuff and that cleanin' is a big part of that." mi "I just didn't expect it to be so much of a puzzle." "To be fair, it's not really {i}supposed{/i} to be..." scene threesix7 with dissolve mi "I've just gotta face it, I guess...There’s no hope for me in this world..." mi "I’m going to have to join the space war..." s "No one’s joining the space war, Miku. Everything will be okay." s "Why don’t you and Sana just...go look for an actual teacher or something?" scene threesix8 with dissolve sa "Actual teacher?..." sa "Are you not...a real teacher, Sensei?..." if bonus == True: "Correct, Sana. I'm just some guy who was reincarnated into the body of a teacher and is now using that as a tool to get {i}closer{/i} to you and everyone else." else: s "Of course I am a real teacher." s "I just meant...find someone who actually knows where stuff is." s "What about the teacher in the class next to ours? Miss...Watabe or something?" s "That’s a name I'm pretty sure I’ve heard mentioned before. She might know where stuff is." scene threesix9 with dissolve mi "No way, Sensei...That teacher gives me the creeps." mi "And her room always smells like...candles or something." s "You know, I'm really starting to think we should just let Sana field this on her own." scene threesix10 with dissolve sa "That's fine...I can just text my mom and tell her I'll be late for work..." s "..." "Is it really okay to be scheduling cleaning duty for people who almost always have something to do after school?" s "Okay, whatever. I'll come look for a janitor's closet with you two. But only because I really don't remember what I was supposed to be doing in here." scene threesix11 with dissolve mi "Heck yeah! That’s the Sensei I know and love! I knew you’d come in clutch for your old pal, Miku!" s "Just...don't expect me to do any actual cleaning once we track the supplies down. I draw the line there." mi "Deal! Now, let's hurry the heck up and get this show on the road before the rest of the team tracks me down and breaks my kneecaps for bein' late!" play sound "slidedoor.mp3" scene black with dissolve "........." "......" "..." scene newcleaning1 with dissolve mi "Thanks again, Sensei! As a special reward, I’ll let you sit front row at our next soccer game!" s "I was unaware that I wasn’t already allowed to do that." sa "And...umm...I'll save you a...front row seat at the bar..." s "You have one row of seats." scene newcleaning2 with dissolve mi "Oh, come on Sana! You can do better than that! Give the man somethin' he really wants!" sa "But...I don't really know what...Sensei would want..." "Good." mi "At least try usin' your outside voice if you're not gonna be forkin' over a decent reward! School's over! We don't gotta be quiet anymore! We're free!" sa "I...don't think I have an...outside voice..." s "That's not true. I heard your outside voice loud and clear during your little act with Ayane during gym a while ago." scene newcleaning3 with dissolve sa "That...was for a mission..." sa "It was a...special exception..." mi "You went on a mission and didn’t even call your lifelong friend, Miku?!" mi "Am I not good enough for you anymore?! Is that how things are gonna be, Sana?!" s "Lifelong? You two have known each other that long?" scene newcleaning4 with dissolve mi "You know it! Sana and I go all the way back to first grade! And, if you combine both of us, we've probably grown a whole foot since then!" s "That is...really not that much." mi "Well, we can't all be ten foot tall monsters like you, Sensei." mi "Sana and I were actually the two shortest girls throughout our entire school careers before high school came and Maya took my spot as the #2." s "Is she really shorter than you?" mi "Yeah, but she acts tall so nobody ever notices." mi "But apart from her, nothing else has really changed! We're still the same girls we've always been!" sa "I...don't know if I'd...really say that we were friends, though..." sa "We...only talked a couple times..." scene newcleaning5 with dissolve mi "Yeah, but that’s just cause we hung out with different people! I was always with my soccer team back then and you were..." mi "You were...uhh..." mi "Huh. Who {i}did{/i} you hang out with back then, Sana? I remember there bein' somebody, but I can't put my finger on-" scene newcleaning6 with dissolve sa "Oh...umm...look..." sa "Could...{i}that{/i} be the...janitor's closet?..." mi "What?! Was it seriously right there this whole time! But we walked past that like four times on our own!" "The three of us come to a stop at the end of the hallway in front of a room that is {i}clearly{/i} labeled as the custodial closet-" "But the even more convenient part is that it's already cracked open so I don't have to break the news of not having a key to them." mi "Come on, Sana! You can tell me more about your friends back then while we're cleanin' the chalkboard." sa "Can we...maybe talk about...umm...anything else?..." scene newcleaning7 with dissolve mi "Sensei! Thanks again for your help today!" mi "I know you mentioned not wantin' to actually help with the cleanin' part, but if you change your mind-" s "Nope. I’m good. Thanks, though." mi "You sure? Might give ya a good chance to write dirty words on the board since we're just gonna erase the whole thing anyway." s "Still good. Not cleaning. But thanks." mi "Well, hey! You know where we'll be if ya want some more of us! And you know where I'll be afterward if ya want some more of {i}me!{/i}" s "Carefree suggestions like that are going to get you in trouble one day, Miku." mi "Probably! But Makoto makes me carry pepper spray around, so I'll be okay." sa "Th...Thank you...Sensei..." sa "You can...umm...come visit me again if..." sa "Uhh..." sa "You...want alcohol..." s "..." sa "..." s "Thank you, Sana. That's very considerate of you." scene black with dissolve2 "The two of them disappear into the closet and I can instantly hear a mountain of supplies toppling to the ground as one of them manages to destroy the room in record time." "I doubt I'd be wrong in assuming it's Miku." "Either way, not wanting to get involved any further, I return to the office and..." "Try to remember whatever it is I'm supposed to be doing in there." $ renpy.end_replay() $ day36 = True $ miku_love += 1 $ sana_love += 1 stop music fadeout 5.0 "{i}Miku's affection has increased to [miku_love]!{/i}" "{i}Sana's affection has increased to [sana_love]!{/i}" "………" "……" "…" jump afterschoolevent label day38: scene newwalk1 with dissolve2 play music "justbehappy.mp3" "I decide to stop by the park on my way home in hope of bumping into a mysterious and flirty transfer student, but wind up bumping into Makoto instead." "And all before I even had the chance to get my mandatory afternoon inner monologue started..." mak "Huh?...Sensei? What are you doing here?" "As you can see, she is just as surprised as I am." s "I was about to ask you the same question. You interrupted my fated meeting with a mysterious transfer student." mak "But...we don’t have any transfer students. I just checked the register yesterday." s "Why? Are you really so obsessed with school that you need to read over a list of all your classmates just to stay occupied?" scene newwalk2 with dissolve mak "{i}No...{/i}I was just curious about whether or not you've been correctly marking down everyone's absences. Which you haven't." s "You really need more friends." scene newwalk3 with dissolve mak "I have a perfectly adequate amount of friends, thank you very much!" mak "Now, what's all this about a mysterious transfer student?! What do you know that I don't?!" s "There is no actual transfer student. I was just daydreaming about the chances of running into a cute girl." s "Thankfully, I appear to have encountered one that I don't even need to bother going through introductions with." scene newwalk4 with dissolve mak "Ah..." mak "D...d..." s "D...?" scene newwalk5 with dissolve mak "D...Don't just go from insulting me to complimenting me that quickly! It makes it hard to think!" s "Anyway, I’m really just here to kill some time. But what about you? I figured you'd have work today." scene newwalk6 with dissolve mak "I do have work today, we’re just not open yet." mak "We've tried opening earlier in the past, but we have been historically dead during regular business hours, so it's really not worth the effort." if bonus == True: s "That makes sense. Sunsets are nice and whatnot, but looking at them doesn't really make you want to masturbate." else: s "Right. No one watches movies during the day. Movies are a night time activity." scene newwalk7 with dissolve mak "Why must you ruin every conversation almost immediately?" s "Because if I didn't, you'd probably keep talking about porn shop data or something. And that just sounds boring." mak "Well, forgive me for taking an interest in statistics. Would it make you happier if I spent more of my time actively {i}consuming{/i} the material we sell?" s "It-" mak "Please don't actually answer that question." s "Damn it." scene newwalk8 with dissolve mak "Oh, umm...While I'm already on the topic of asking for forgiveness..." mak "I'd like to apologize for my outburst in the classroom the other day." mak "I realize that it was completely out of character for me to...even consider that you'd be willing to spend your free time outside of school with me, so..." mak "I won’t hold it against you if you want to just...forget everything I said or pretend it never happened." s "Why would I do that? In fact, doesn't the fact that I'm talking to you right now kind of prove that I {i}do{/i} want to spend time with you outside of school?" mak "Not if it's...based entirely on coincidence and not something we proactively planned on doing." s "Well, if you don't have anything else to do, how about we {i}proactively plan{/i} to hang out until you have to leave for work?" s "Unless you were on your way to study right now or something. Which you probably were because you are Makoto and that is what you do." scene newwalk9 with dissolve mak "I'll {i}actually{/i} have you know that I have banned myself from studying today." mak "Instead, I've been trying to enjoy myself by taking a relaxing walk in the park." mak "It’s actually kind of nice. The weather here has been perfect lately, hasn't it?" mak "I can't even remember the last time it rained." s "Wait...yeah. Why hasn't it rained yet?" "I know month-long periods without rain aren't impossible, but it's been bright and sunny every single day since I woke up here." "That...has to lead to some sort of environmental problems eventually, doesn't it?" mak "Who knows? Perhaps we're just in the early stages of a drought?" mak "For now, though...would you...you know..." scene newwalk10 with dissolve mak "Actually...nevermind. It's a lot more embarrassing asking out loud than I thought it would be?" s "Really? Even after I suggested doing exactly what you were about to suggest like two minutes ago?" scene newwalk11 with dissolve mak "So...So you do want to go for a walk with me! Well...thank you very much for asking, Sensei! I would love to!" scene black with dissolve2 "You know, with how much Makoto obviously likes me, I figured she'd be getting flustered a lot more frequently than she actually does." "Granted, she's still near the top of the chart when it comes to that incredibly specific demographic-" "But the fact that she's able to keep herself composed at all is sort of a testament to how...composed and diligent she is as a person." "It's those traits of hers that make the points in time where she {i}does{/i} get flustered all the more appealing, though." "I know I give her shit about how much time she spends studying and, honestly, I can't imagine ever stopping that with how fun it's been so far." "But-" "I do think she's interesting." "And not just because I am going to have sex with her one day." scene makpark1 with dissolve2 mak "Heheh...this feels kind of weird, doesn't it?" s "You think so? It feels pretty normal to me." mak "But...this isn't like the hall at school. You and I have never actually spent time together like this before." mak "Also...there's the whole issue of you being a teacher...and me being a student..." mak "And we're walking around a public park, no less. Anyone who sees us likely thinks this is some sort of...date." mak "It's like something straight out of a shoujo manga- a genre of book I absolutely do not read." s "What is-" scene makpark1r with dissolve mo "Uh-oh! Looks like it's time for a weebnote!" mo "Shoujo manga is a genre of comics aimed at young girls that typically focuses on blossoming romances between two unlikely candidates!" mo "I'm sure that doesn't sound familiar at all, does it?" scene makpark1r2 with dissolve mak "Did you hear something just now?" s "Me? No." s "Anyway, I can’t say I’m all that familiar with shoujo manga. Though, I do feel slightly more informed about it all of a sudden..." scene makpark2 with dissolve mak "So, do you come to this park often, Sensei?" mak "I have to say, I didn’t peg you as the type to enjoy public spaces like this." s "This is actually the first time I’ve been here. I didn't even know this place existed." mak "It actually didn't until just a short while ago." mak "One of my favorite things about Kumon-mi is how it's always changing. It's like...every time you wake up, there's something a little different going on." mak "We didn’t even have the cafe until recently. Now, it’s one of the most popular spots in town." s "Is that somewhere you go often?" scene makpark3 with dissolve mak "No more than the average person, I suppose." mak "It seems like it would be a nice place to study if only it was a little quieter. Unfortunately, I don't think I'd be able to focus with how busy it always seems to be." scene makpark2 with dissolve mak "I do like coffee, though. The pot I keep in my room is actually one of the first things I bought with my own money." s "Just try to keep it away from Miku if possible. I don’t want to imagine how hard she'd be to keep up with while hopped up on caffeine." scene makpark4 with dissolve mak "Oh, you don’t have to worry about that. Miku actually hates coffee." mak "She needs to put almost eight tablespoons of sugar in one cup to even drink it. It's {i}that{/i} you should be worried about, Sensei." s "That sounds somehow even more terrifying..." scene makpark5 with dissolve mak "She’s doing her best...but I agree that she can be a bit hard to keep up with on occasion." mak "I just wish she'd focus a little more on her studies so I don’t have to move onto the next grade without her." s "I could...maybe invite her over to my place for private tutoring? That doesn't sound creepy, does it?" scene makpark5r with dissolve mak "Wait...you offer private tutoring sessions at your house?" mak "Doesn’t that go against section 9C of the student handbook?" if bonus == True: mak "I could have sworn that students weren’t allowed to enter the residence of a teacher without express permission from the principal." "What kind of[school] actually puts a rule as specific as that in their student handbook?" s "I...am an exception to that rule." mak "Do you..." mak "Do you mind if I ask why?" s "..." mak "..." s "I do, actually." else: s "No, actually. After personally reviewing the handbook, I contacted the principal directly to see if I could be formally added in as an exception to the rule." s "You see, I think knowledge shouldn't be limited to just several hours a day. I am ready to teach all of you at all hours of the day, any time you're willing to learn." scene makpark5r2 with dissolve mak "Well...umm..." mak "If that's the case..." mak "Would you maybe...mind if {i}I{/i} came over for a private session one day?" "You know, I expected Makoto to care a little more about my blatant shattering of section 9C...but I guess the idea of being alone with me combined with {i}learning{/i} managed to outweigh that." "There's no way she believes that I'm an exception to the rule, so I guess that even {i}she's{/i} okay with breaking a few of them if she's able to get something she wants out of it." "Of course, that will not stop me from teasing her about this because that sounds fun." s "I don't think so, Makoto. You don't really seem to need tutoring. My time is better spent on other girls." scene makpark6 with dissolve mak "Wha-" mak "Just because I'm at the top of the class doesn't mean that I don't struggle with certain things too!" mak "I need tutoring just as much as the next girl, Sensei!" s "Do you? Or do you just want to be alone in my house with me?" scene makpark7 with dissolve mak "Well...umm..." mak "I suppose that's...just a thing that would {i}have{/i} to happen for the...purpose of furthering my education." mak "Or something." s "..." mak "..." s "You just want another massage, don't you?" scene makpark8 with dissolve mak "No! I don't want another massage!" s "I don't know if I believe you." scene makpark8r with dissolve mak "I just...need to learn everything I can since I also want to be a teacher some day." mak "And...I feel like if I’m ever going to get to where I want to be in order to do that...I probably need to learn from the best." "Was the person in this body before me {i}really{/i} that great of a teacher?..." "Just what the Hell did he do to get Makoto to think so highly of him?" s "If that's all it is, you can come over whenever you want." s "I’ll have to make sure I warn Ami ahead of time, though. I don’t think she’d take too kindly to a girl showing up unannounced, student or not." scene makpark5r2 with dissolve mak "Hahah...yeah." mak "She...really loves you, doesn’t she?" s "I {i}am{/i} her uncle after all." "Kind of." mak "Agreed...I have my issues with Ami, but...you two make a good pair." mak "I'd almost feel a little guilty for intruding because of that." s "Almost?" mak "Well..." scene makpark8r2 with dissolve mak "Let's just say my thirst for knowledge vastly outweighs how I feel about her." scene black with dissolve2 "Makoto and I walk around for a little while longer before the time comes for us to part ways." "I mention coming over to her family's shop tonight and she begs me not to because that is what she {i}always{/i} does when I suggest such a thing." "All in all, nothing really changes." "The time we spend outside of school isn't all that different from the time we spend {i}in{/i} it." "Sure, there's a tinge of additional suggestiveness sprinkled onto different portions of our conversations...but it's all entirely normal apart from that." "Maybe that's a good thing, though?" "Maybe the relaxing life that Makoto wants doesn't require the wide open world? Maybe she can find comfort in the same building she spends every Monday through Friday in?" "Or maybe a life of comfort just isn't possible for her at all if even this is not enough to turn her into someone else." "I believe she's fine the way she is, albeit slightly flawed...But we're all flawed in our own ways and that alone doesn't make us worth giving up on." "She says goodbye to me with a smile on her face- and if it weren't for the glow of the sun illuminating her true feelings, I'd likely believe it." "Unfortunately for both of us, it's much easier to see in the light." "And so I know that smile is no smile at all." "But-" "It's still beautiful in its own backwards way." "........." "......" "..." scene makpark9 with dissolve2 y "…" y "…" y "…" y "…" y "…" scene black stop music $ renpy.end_replay() $ day38 = True $ makoto_love += 1 "{i}Makoto's affection has increased to [makoto_love]!{/i}" "………" "……" "…" jump saturdaynight label day40: scene hall_day with dissolve play music "10c.mp3" fadein 3.0 s "{i}*Sigh*{/i}" "I’m at school early again at Makoto's behest since there is apparently a lot I need to catch up on in terms of grading." "How? I have no idea. In fact, I'm beginning to suspect that she might be assigning work behind my back." "But at least I'm able to handle it all online through some virtual gradebook thing she told me about." "Or at least I'm {i}supposed{/i} to be able to handle it online. It's kind of hard to do that without knowing my login credentials." "So, here I am wandering the halls of the school and waiting for someone to reset my password so I can actually {i}do{/i} my job." "I swear, it's like this school doesn't even {i}want{/i} me to teach sometimes..." scene black with dissolve2 play sound "slidedoor.mp3" "I make my way into the classroom to kill some time as it apparently takes a full hour to make my new login stuff." "I initially planned on using that time to try and figure out a way to ask Makoto to just handle this for me..." "But a certain someone who decided to show up early today causes me to throw those plans out of the window as soon as I set foot inside the room." "........." "......" "..." scene chikaclass1 with dissolve c "Sensei? What are you doing here so early?" s "Losing faith in our educational system when I should probably be losing faith in myself instead." c "Woah. That's kinda deep for this early in the morning." s "The real answer is that I'm supposed to be doing grading stuff. Unfortunately, circumstances have arisen in which I am unable to do that." c "Does this mean we all get A's for doing literally nothing?" s "No. It means that you all have blank grades for the foreseeable future. A's are what you {i}would{/i} have if I remembered my password." s "What are you doing, though? You don't normally come here this early, do you?" scene chikaclass2 with dissolve c "Not all the time. Just when I have to catch up on stuff." s "Can't you {i}catch up on stuff{/i} at the dorms? Why do you have to come all the way over here?" c "Probs cause Yumi was in a bad mood this morning and I didn't want to smack a bitch." s "Yumi in a bad mood? How can this be?" c "Hahah...I know, right? When has {i}that{/i} ever happened before?" scene chikaclass3 with dissolve c "You know..." c "I'm sure it might be hard for you to believe, but she isn’t {i}always{/i} like that." c "Yumi can actually be pretty chill when she's not surrounded by, like...school and people and all that stuff." c "She's just got a really short fuse and gets triggered way too easily. And whenever she does, it takes like, forever for her to come back down." s "Well, what {i}triggered{/i} her this time?" scene chikaclass4 with dissolve c "Ummm..." c "Waking up?" s "Chika, that's not a short fuse. That is the complete absence of a fuse." c "I know, I know. And usually I'm able to tell what it is. But she was like, super pissed the whole weekend and I still don't really get why." c "Like how am I supposed to cheer her up if she won't even tell me what's wrong?" s "No clue. Which is why I've pretty much just given up on trying to understand her in the first place." scene chikaclass5 with dissolve c "Well, I can’t really blame you for doing something like that..." c "But I do think that {i}you{/i} might be able to break through to her if you try hard enough." s "I think you might be misunderstanding my relationship with her." c "Well, isn't it possible that you might be misunderstanding her a little bit too?" s "I mean...I guess?" c "The thing with Yumi is..." scene chikaclass6 with dissolve c "Well, things for her haven't exactly been {i}easy.{/i} Let's just go with that." c "Honestly, even saying that much is more than she'd want me to tell you." scene chikaclass5 with dissolve c "But, basically...she’s not just super mad all the time just because she thinks it makes her look cool or whatever." s "So what, though? It’s not like she’s the only person in the world going through tough times." s "Her not having it easy shouldn't allow her to talk down on everyone else." c "I know it probably sounds like an excuse...and I'm not saying that I think that she should get away with all of the stuff she does." c "I just don’t want you thinking she’s some sort of lost cause." c "Like...if anyone was gonna break through to her, I think it would kinda {i}have{/i} to be you." s "Aren’t you her best friend? Why can’t you ‘break through to her?’" scene chikaclass2 with dissolve c "Listen...I love the girl. But if I was gonna be the saving grace she needed, I would have already broken through by now." c "I’m here to be her friend and support her, but what she needs is something a lot bigger than that." c "And you seem pretty big to me, Sensei." "I want that to be a euphemism but, based on the context of this conversation, I'm pretty confident it's not." c "Like...what are you? 6’2 or something?" "I have now confirmed that it's not." s "Something like that. I'm not really the type to keep track of numbers." c "Better be careful who you say stuff like that to, you know. The wrong person might...misinterpret that." s "Maybe I want them to?" scene chikaclass7 with dissolve c "Ooooh...are you always this spicy in the morning? Or did I just happen to catch you on a good day?" s "I like to think of it as less {i}spice{/i} and more of a...complete lack of a moral compass." scene chikaclass2 with dissolve c "Don't put yourself down like that. I know there's a great guy somewhere in that approximately 6'2ish body of yours." scene chikaclass8 with dissolve c "And I know you just told me you don't keep track of numbers, but do you think you could help out with this algebra stuff?" c "I know you don't want to teach during the school day anymore, but...school {i}technically{/i} hasn't started yet. So it should be okay, right?" s "What happens if I say it's not?" c "I don't know. I'll probs just get held back again or something." s "Again? You’ve been held back before?" scene chikaclass1 with dissolve c "Wait, you didn't know that? I figured that would have been something they told you in the beginning of the year." s "Oh. Well, uhh...I probably just forgot it then." "Or...never learned it in the first place." s "What happened, exactly? If you're here early just to study and your attitude isn't that bad-" if chikadorm15 == True: scene chikaclass5 with dissolve c "Just...you know. The whole Chinami situation makes keeping up with school pretty tough sometimes." if bonus == True: c "It's not exactly easy taking care of a kid at my age and whatnot." else: c "It can just get a little overwhelming sometimes..." else: scene chikaclass5 with dissolve c "I just..." c "I sorta had some stuff I needed to take care of. That's all." c "It’s not a big deal, really." c "And it’s gotten a lot easier to manage in the last year, so..." scene chikaclass8r with dissolve c "But hey, if worse comes to worst and I {i}do{/i} get held back again...maybe you'll be my teacher a second time?" s "Well, let’s hope it doesn’t come to that." s "Also, if you ever need help with anything outside of[school]...I'm not entirely opposed, you know." scene chikaclass9 with dissolve c "Oh, no no no no no! I wasn't trying to ask for help or anything! You really don’t have to worry about me! I'm fine!" c "I’ve got everything totally under control. Seriously." s "I’m sure you do. I’m just saying it’s okay to ask for help if you need it." scene chikaclass10 with dissolve c "Well...thanks, Sensei..." c "I’ll try to remember that..." s "Works for me. Just don't burn yourself out." c "Hey, umm..." c "Do you mind if I ask you a, like...super weird question?" s "I...guess?" c "Okay, so like..." c "What made you decide to get all...cool this far into the school year?" c "Like...you were totally different in the beginning of the year. Now, you're turning into somebody that pretty much {i}all{/i} of us admire." s "That's probably just one of the results of letting all of you slack off whenever you want." c "No...No, I think it's more than that." c "It's more like...you're a completely different-" play sound "bell.mp3" scene chikaclass11 "The bell chimes and saves me from having to answer a very difficult question." c "Wow...has it really been an hour already?" s "And I {i}still{/i} don't have my new password. I think it might be time for me to find a new teaching job." scene chikaclass12 with dissolve c "Ha. Good luck with that. I can't imagine any other schools in Kumon-mi accepting your {i}methods{/i} as easily as this one." s "For what it's worth, the {i}school{/i} hasn't accepted anything. It's just you girls who know about that." c "Well, doesn't that make me feel special?..." scene black with dissolve2 "After a few minutes, the rest of the girls begin to filter in and yet another day of school begins." "Chika never gets my help with algebra, but I'm sure she'll be fine on her own." if chikadorm15 == True: "She's already managed much harder things, after all..." else: "But, hey...if she doesn't-" "I don't think I'd mind having her in my class for one more year." $ renpy.end_replay() $ day40 = True $ chika_love += 1 stop music fadeout 5.0 "{i}Chika's affection has increased to [chika_love]!{/i}" "………" "……" "…" jump afterschoolevent label day44: play music "blueair.mp3" fadein 5.0 scene town2_noon with dissolve2 "This town has two halves." "There’s the normal half with the[school], the cafe, and the countless other shops and locations where I'm normally content with wasting away my days." "And then there’s this half." "This half is made up of low-income housing and dilapidated buildings that were once full of life." "Now, there’s barely anything." "‘How do I know this,’ you ask?" "A good question." "I feel like just the other day, I was being lectured by my {i}niece{/i} about the variety of locations I'd need to memorize in order to survive here." "But this location was omitted from the list." if chikadorm10 == True: "Instead, I learned about this half of town from Chika." "It was the night we watched TV together." "I distinctly remember the shape of her thighs and the idea of pulling them apart before bringing her to orgasm with my tongue." "Of course, that was all just an idea." "None of it ever happened." "And that makes me very sad." "She should give me permission to perform oral sex on her whenever I want." "I think it would bring the two of us closer together." else: "Thankfully, I remembered it all on my own today." "Or...at least it feels like I remembered it." "It's hard to recollect memories you've never had in the first place, but much easier to collect the ones that someone else let slip out of their hands." "That's precisely what happened with my name- another seemingly important detail about myself that I'm unable to remember." "But that’s okay." "Being Sensei is easier." "And I will hold onto that thought for dear life, for I'd feel simply horrible if someone were to have to pick up after me." s "I wonder if there’s anything to do around here?" "I speak to myself while kicking a rock down the street." "I told Ami I had plans today, so we weren’t able to go home together." "Of course, my ‘plans’ consisted of getting mildly lost in unfamiliar territory, waiting for something to cross my path as if to say ‘You’re finally here.’" "But after an hour or so of wandering around this place-" "I’m not anywhere." scene theskyisgod with dissolve2 "No one is anywhere." "At least not in this half of town." scene black with dissolve2 "………" "……" "…" y "Ah-" scene yumi1 with dissolve2 y "What are you doing here?..." "A girl sits with her back pressed against a wooden barrier constructed to prevent people from falling to their deaths." "I suppress the urge to push her over and respond." s "Hey, Yumi. Nice to see you." y "No it ain't. And I asked you a question, numnuts. {i}What are you doing here?...{/i}" s "Just...walking around. Is that a problem?" y "Yeah...it is. You’re not supposed to be here." s "I’m not? Why?" scene yumi2 with dissolve y "Because there’s no fucking reason for you to be here...and there will never {i}be{/i} a reason for that in the first place." y "The fuck even is this? Don't tell me you're stalking me again or some shit, because I swear to-" s "I wasn’t stalking you...Besides, how would I have even known you were here? You didn't show up to school today." scene yumi3 with dissolve y "That ain't ever stopped you from finding me before." "A moment of silence climbs up the wall behind Yumi and slips in through the barrier, wrapping itself around her legs and forcing her to pause for a moment as her mind figures out how to dispose of it." "I should be afraid, yet I am too caught up in envying the intangible being as I, too, wish to be wrapped around Yumi's legs." "There are many things I wish to do to Yumi. There are many things I wish that she would do to me." "If only I could turn invisible." "If only I could twist myself into vines." y "You...don't even know {i}why{/i} I'm here, do you?" s "Why would I?" s "I don’t know anything about you...let alone why you’d be hanging out in the middle of nowhere right before nightfall." s "That can be easily changed, though. It just requires you actually...you know, talking to me." "Yumi, who appears to be on the verge of slipping into an uncharacteristic bout of despondency right now, takes a moment to ponder over something." "When she speaks again, her voice is an octave or two lower than normal." y "I..." y "I've got my reasons, okay?" y "I’m going back to the dorms soon, so just..." scene yumi2 with dissolve y "This place turns to shit after dark, so you should probably get out of here too." s "You're not worried about me, are you?" scene yumi4 with dissolve y "Fuck no I’m not worried about you! I'm just tryin’ to be nice so you don't wind up fuckin' mugged in some alley on the way back home!" y "But if you’re gonna be a fucking prick about it then whatever! Stay! See what I care!" s "I’m not trying to be a prick, I was just-" y "..." s "..." y "Just what, asshole?!" "Something Chika said in the classroom the other day rings out in my head like thunder and spooks me into allowing it to cross my teeth and find its way back to Yumi." s "Is...everything okay with you?" s "Like...is there actually something you need help with? Or..." scene yumi5 with dissolve y "Huh?..." s "Is that a yes or a no? Because I really don't mind." s "I know that we're not on the best terms, but-" scene yumi6 with dissolve y "You're right. We're {i}not{/i} on the best terms." y "And everything is definitely not {i}okay.{/i}" y "You piss me the fuck off...and it pisses me off even more that you don’t understand that." s "It's not {i}my{/i} fault that you act so...abrasive all the time, is it?" y "Maybe not entirely, but you sure as hell don't help at all." s "Then let me help you now...because it's not like I can help you in school when you haven't even shown up over the past two weeks." scene yumi7 with dissolve y "See, this is the exact sort of bullshit that pisses me off!" y "You’re like...two different people, dude!" y "Some days, you pretend to be all caring and shit...and then other days you’re fucking...sneaking around and..." scene yumi6 with dissolve y "...Ugh. Just fucking forget about it." y "I already said too much." s "…" menu: "Pry": s "Tell me." scene yumi7 with dissolve y "And why the fuck should I? So you can make fun of me for blowing things out of proportion?" y "Is that what you want?" s "No. I just want you to actually tell me something for once." s "I don’t know why you think I’m always out to get you, but I can guarantee that isn’t the case." s "In fact, I couldn’t really care less about-" y "Jesus Christ, okay! I’ll fucking tell you if it will get you to stop being all sappy and shit!" "Well...if it works, it works." scene yumi7r with dissolve "Yumi pauses for another moment, swallowing her pride as she-" y "I saw you this weekend, you know." s "Saw me doing {i}what{/i} exactly?" y "Goin' on some cutesy fucking date in the park with that blindly loyal teacher's pet of yours." s "Makoto? You saw us?" "Was Yumi in the park that day?..." y "Might wanna bring a leash next time. Would be a problem for you if a bitch as thirsty as that ran off and started humping somebody else in public." s "It's not like that, Yumi. We just bumped into each other, that's all." s "I don't get why this would even matter to you anyway." if bonus == True: scene yumi4 with dissolve y "It {i}matters{/i} because you’re way too fucking old to be hanging out with your goddamn students in your spare time! Let alone going for romantic walks in the park with them!" y "Are you two fucking?" y "Is that what's going on?" y "Cause God knows she’d be all for it. That girl's had her mind on your dick since the first time you walked into the classroom." y "And with the way you look at literally {i}all{/i} of us I can’t imagine you wouldn’t jump all over her the second the opportunity arose." y "It’s fucking creepy, dude! And what makes it even creepier is that everyone seems to be {i}okay{/i} with it except me!" s "Why aren't you okay with it, Yumi?" y "Because there is no fucking world where any of this would be okay! We're in fucking high school and you're a goddamn adult! You should start acting like one!" s "Big words from the most childish person in the class." scene yumi7r2 with dissolve y "Excuse me?" s "Am I wrong? I know I might not be acting my age, but you're not acting yours either with your constant need to make other people feel smaller than you." y "Do you not understand why I'm telling you this shit right now? If you don't listen to me, you're going to wind up fucking-" s "You know what I think the problem is?" play sound "static.mp3" scene yumis4 with flash scene yumi7r2 with flash stop sound s "I think the problem is that you wish {i}you{/i} were in Makoto's place at the park." scene yumi7r3 with dissolve y "Is that really what you think?" s "What other reason would you have to get so jealous about seeing the two of us together?" y "It wasn't jealousy, asshole...you have any idea what kinda shit being caught with someone like you could do to that girl's future?" play sound "static.mp3" scene yumis4 with flash scene yumi7r4 with flash stop sound s "What would you have done if you saw something else happen, Yumi?" play sound "static.mp3" scene yumis4 with flash scene yumi7r2 with flash stop sound s "What if you saw us kiss?" y "What would I {i}do?{/i} I'd fucking puke. That's what." s "Really?" y "Yeah. Really. Now stop being such a fucking creep and-" play sound "static.mp3" scene smile with flash scene yumi9 with flash stop sound y "Wha-" y "What the fuck do you think you're doing?!" "I compulsively grab Yumi’s face and begin to pull it toward mine." "She resists. But I know that deep down, she doesn't want to." s "Isn't this what you want?" y "Fuck no this isn't what I want! Get the fuck off of me!" s "What's wrong? You don't have to be jealous anymore." s "I'm looking at you and you only right now." y "I fucking told you, already! I was never jealous!" y "You want to fuck the class rep in your free time?! Go for it! But leave me the fuck out of it and don't do shit where people can see you! It's disgusting!" s "Are you afraid of people seeing {i}us{/i} right now?" y "I'm afraid of {i}you,{/i} dipshit! Let go!" y "You're lucky I'm not screaming for help!" jump restofyumibridge "Leave her alone": if bonus == True: stop music play sound "static.mp3" scene yumis1 with flash scene yumis2 with flash scene yumis3 with flash scene yumis4 with flash scene yumis5 with flash scene yumi9 stop sound play music "blueair.mp3" y "Wha-" y "What the fuck do you think you're doing?!" "I compulsively grab Yumi’s face and begin to pull it toward mine." "She resists. But I know that deep down, she doesn't want to." s "..." y "Yo, what the fuck is this?! What do you think you're doing?!" s "..." y "S...Seriously! Get the fuck off of me! Don't just...fucking stare at me like that!" s "..." scene yumi9r with dissolve y "Is this, like...fucking blackmail or something? What are you doing? What do you want?" s "..." y "I..." y "I'll stop being mean to Futaba! I'll stop being mean to everyone! Just don't fucking touch me anymore, got it?!" s "..." y "..." "For the first time, I see fear in Yumi's eyes." "I then see my reflection in them as they begin to fill with tears." "Her skin is softer than I thought it would be." "She's more fragile than she portrays herself." y "Please...don't..." s "Isn't this what you want?" scene yumi9 with dissolve y "Fuck no this is not {i}what I want!{/i} How delusional are you?!" s "It would hurt if you fell from here, wouldn't it?" scene yumi9r with dissolve y "What?..." s "I'm just making an observation." s "The drop looks quite far." play sound "static.mp3" scene smile with flash scene yumi9r2 stop sound y "For the last time, let me go!" s "I'm sorry." y "Help! Someone!" jump restofyumibridge label restofyumibridge: s "Go on. Scream for help. There's no one around." y "Let...go!" s "I can't." scene yumi9r3 with dissolve y "The fuck do you mean you can't?!" s "I just...can't." s "There's..." s "Something..." y "Just...get off of me and I'll forget you ever did this! Okay?! We all win that way...right?!" y "I...I have to get back to the dorm anyway! Chika is waiting and I-!" s "I don't care." "Yumi's eyes widen as they connect with mine." "Her pupils rapidly bounce between the surrounding areas and me, desperately looking for a way out." "But I am much stronger than her." "She is mine until I let her go." scene yumi10 with dissolve y "Why?..." y "Why are you doing this?..." s "..." s "I don’t know." "It’s a shitty answer, but it’s sincere." "I {i}don’t{/i} know why I’m doing this." "I just am." "And..." "I can't bring myself to stop." s "Have you ever kissed a boy before?" y "Don’t...please..." s "Answer the question, Yumi." scene yumi11 with dissolve y "LET GO OF ME, YOU FUCKING RAPIST!" s "Aren’t you supposed to be strong?" s "Weren't you supposed to rip my dick off if I ever got close to you?" s "It's right there, Yumi. Can you feel it pressing up against you?" s "All you have to do is reach down." s "Reach down and rip it off." y "I...FUCKING CAN'T!" y "YOU'RE TOO...STRONG!" "Yumi’s resistance strengthens, but it's still not enough." "Her mouth opens wider every few seconds to breathe as the sudden onslaught of suppressed tears causes her nose to become congested." "I will help her breathe." "I will keep her alive." play sound "static.mp3" scene yumi11r with flash stop sound s "You are so beautiful." s "The list of things I want to do to you would carry on for years." y "Please...stop it..." "Yumi's right arm goes limp. Her left arm serves as the final barrier I must break through on the way to her tongue." play sound "static.mp3" scene yumi12 with flash stop sound "It shatters easily, like the windows of a car colliding with the asphalt over and over and over again as it rolls repeatedly down the road." "Over. And over. And over. And over. And over. And over." "Rolling forever." "Forever and ever and ever." "And ever and ever and ever." "Strange." "Yumi's tongue feels a lot like a slug." y "Mmf-" y "Nmmmm....mm...mmm...nnmm..." y "Mmm..." "She fights back against my kiss, but it's a weak fight as I must have already eliminated her resolve." "How unfortunate that her first had to be taken under such unfortunate circumstances." y "Mmnch...mmf...ammmn......" scene yumi13 with dissolve "I can feel her eyes attempt to connect with mine, which is very strange considering mine have been closed for quite some time." "Things like that have always interested me- how you can feel a gaze despite there being no tangible aspect to it." "I wonder what she'd try to communicate with me if I looked back at her." "And I wonder why she hasn't attempted to communicate it with her tongue instead." "Her struggling has all but subsided as I spread my saliva throughout her mouth." "All she can do at this point is wait for me to finish." scene yumi14 with dissolve y "Mmf!...mmm...ngh...mmm...nhhh!" "Or start kissing back." y "Mmf...mmmm!...Mnnch! Mmmm!" "It's hard to tell if it's out of pity or hormones, but her tongue eventually starts moving as well." "It's clumsy and slow, but I wouldn't expect much more out of a slug." "I don't know how long this goes on for." "But I know that by the time I let go, I need to fully dedicate myself to not bending her over the barrier and violating her even further." scene yumi15 with dissolve y "Pah...hah...hah...ahh..." s "..." y "Why?..." y "Why?..." y "Why...why...why?..." s "..." y "I..." y "I fucking hate you..." y "I’ll never understand what anyone sees in you..." y "You’re no different from every other guy on this fucking planet, are you?..." y "You don’t actually care about anyone..." y "You’re just trying to fuck us..." y "That's...seriously all it is..." s "…" y "I won’t forget this, you know....You’ll be lucky if the police aren't knocking on your door by the end of the night." s "…" y "Why?..." y "Why aren’t you saying anything?..." s "This wasn’t supposed to happen." y "..." s "This..." s "This was an accident." y "An...accident?..." s "Yes." y "..." s "..." y "Then fucking let me go..." scene black with dissolve2 "I look over the barrier once more." "The drop isn't as high up as it initially seemed." "........." "......" "..." scene yumi17 with dissolve2 y "..." y "..." y "..." s "Yumi-" y "Don't..." y "Don't say anything." s "..." y "I just don’t get it..." scene yumi18 with dissolve y "I don't understand you at all..." s "..." y "..." play sound "static.mp3" scene yumi19 with flash stop sound stop music "Yumi takes off down the street and I’m left standing in the middle of the road with her tears on my jacket and precum soaking the front of my boxers." "I don’t think I should come to this half of town anymore." "I think that only bad things will happen here." scene black "I think that only bad things will happen here." "{i}Oh no! It looks like you’ve left an emotional scar on Yumi!{/i}" "{i}You are a horrible person!{/i}" "{i}But that's okay!{/i}" "{i}Nothing is real!{/i}" "{i}None of this ever happened!{/i}" "{i}Now, go back to being happy!{/i}" "........." "......" "..." $ renpy.end_replay() $ day44 = True jump endofweekday label day48: scene bedroom_day with dissolve2 "I wind up waking up without Ami's assistance, which is strange given that today is a[school] day...so I quickly begin going over possible explanations for this in my head." "Explanation 1: She was murdered." "Explanation 2: Today is some sort of national holiday that I am unaware of." "Explanation 3: She was murdered {i}and today is some sort of national holiday that I am unaware of." "I'm really hoping it's not that last one because it sounds like it would make arranging her funeral very difficult." play sound "dooropen.mp3" scene black with dissolve2 "I walk out into the kitchen and prepare myself for whatever crime scene awaits." "However, what awaits is no crime scene at all..." scene amicouch1 with dissolve2 play music "love.mp3" fadein 3.0 "It's simply the girl who didn't wake me up this morning, half-passed out with a huge blanket I have never seen before pulled over her body." a "I think...I might be dying..." if bonus == True: jump littlegirlx else: s "Say no more. I will save you." scene black with dissolve stop music fadeout 10.0 a "Sensei?...Everything is going dark..." s "Stay with me, Ami." "I toss the blanket off of her and remove a scalpel from my pocket, carefully holding it against her trachea before making a small incision and reaching two of my fingers inside of it." s "What have you been hiding in here, Ami?" a "Ack! Mlemmaggahhhagggahhhhhahhhssssssssss!!!!!" "My fingers get kind of gross, but I have to save Ami because if I don't my taxes will never get filed on time." s "Wait, what is this?" "I feel something hard somewhere in her throat, but I have to make the incision larger to get it out." s "Hold still. This may hurt a bit." a "(Airplane noises)" "By now, my entire hand inside of her throat. But I have finally managed to get a good grip on whatever item she decided to hide inside of her." s "Ami...what is this?" a "Acckkkckkcipojfgoihdfoigjpoidsf[osadikfposjudfo~~~~!!!!!!!!!!!!!~~~~~~~~~~" play sound "alert.mp3" scene colorbars s "How did you manage to hide so many pretty colors inside of you" a "7" "One by one, I remove the colors from her body until there are none left." s "You are safe now." "I sew her throat back up, but make a few mistakes since I haven't taken a sewing class in many years." "Self-conscious about the job I did, I heat up a spoon over the stove and press it against the laceration, held together by red thread, and burn it closed." "The bleeding stops and Ami recovers." a "Sleep now." s "Yes, Ami." s "Sleep now." "Ami goes to sleep." "I did a good thing today." "God would be proud of me." scene bedroom_night with dissolve "Sensei sleep now too." scene black with dissolve "………" "……" "…" $ renpy.end_replay() $ day48 = True if day == 1: jump advancetotues if day == 2: jump advancetowed if day == 3: jump advancetothurs if day == 4: jump advancetofri else: jump advancetosat label day50: scene dayfifty1 with dissolve play music "sweetvermouth.mp3" "Another[school] day gets off to a relatively mild-mannered start." "I don’t feel like doing anything today, so I told the girls they can just do whatever it is they want." "Of course, Makoto was opposed to the idea and has, per usual, gone back to studying like the success-driven prefect she is." "Ami and Maya are chatting, Chika is on her phone, Futaba is reading..." "Ayane is...staring directly at me..." "Yup. Pretty much everything looks normal today." "Well, almost everything..." scene dayfifty2 with dissolve s "Huh...Rin’s not here again..." "Normally, I wouldn’t think anything of it if one of the girls were to miss a class or two." "But Rin’s been starting to miss a lot lately. And I know she told me not to worry but I can’t help wondering if she’s really doing okay." "Maybe Futaba knows something?" s "Hey, Futaba..." scene dayfifty3 with dissolve f "Sensei? Is something wrong?" f "You don’t normally visit me at my desk..." s "I was actually just wondering if you knew anything about why Rin’s been absent so much lately." scene dayfifty4 with dissolve f "Are you worried about her?" s "Of course I am. Just like I’d be worried about you if you started going missing all the time." scene dayfifty5 with dissolve f "Well, uhh...I mean, I kind of know...I just don’t know if she’d be happy with me telling you or not." scene dayfifty6 with dissolve f "She’s, umm...Well, she’s not really in the best state of mind right now. That’s probably the easiest way to put it." "Huh...She {i}did{/i} say all that stuff about ‘thinking things she wasn’t supposed to,’ or however it was she put it." "I’m assuming that’s what Futaba is talking about here." s "Is there like...something wrong with her?" scene dayfifty7 with dissolve f "Sensei! That’s a horrible way to word that question! Of course nothing’s wrong with her..." s "Oh, I didn’t mean anything bad by that. You’re right. It was poor phrasing." s "What I’m trying to ask is if she needs our help or medical help or anything like that." s "I don’t really know what to do in situations like these." scene dayfifty5 with dissolve f "Well...I guess that can’t really be helped." f "I never really knew what to do until recently either. It’s not exactly something that[school] prepares you for." s "How long have you two known each other again?" scene dayfifty8 with dissolve f "Oh jeez, I can’t even remember. I think since elementary[school]?" f "What I do remember is that she was the one to approach me first." scene dayfifty9 with dissolve f "I wasn’t really the best at making friends, and I guess she just realized that before everyone else." "That definitely sounds like the Rin I know...Weirdly outgoing and always thinking about other people." if bonus == True: "After all, this is the same person who’s still actively trying to set me up with her roommate just because she thinks it will make both of us happy." "It’s weird thinking that she’s hiding some sort of other life behind all of that." else: "I hope she doesn't ever get hit by a plane. That would suck." scene dayfifty8 with dissolve f "She wasn’t always like this, though..." scene dayfifty9 with dissolve f "Well, I guess that’s not {i}entirely{/i} accurate." f "I guess it’s more of an ‘it’s never been that serious’ kind of thing..." scene dayfifty8 with dissolve f "Normally, she gets better after a day or two. Sometimes even a few hours." scene dayfifty10 with dissolve f "But..." "Futaba’s smile is suddenly wiped off of her face as she comes to terms with how unusual her current situation is." f "I feel like she’s barely even been getting out of bed lately..." f "I’m kind of worried about leaving her alone, actually..." s "You don’t think she’d do anything...stupid, do you?" scene dayfifty11 with dissolve f "Not at all. She’d never do anything like that." f "She might be going through some stuff right now, but I know that deep down, she loves pretty much everyone and everything." s "I thought the same thing." s "I mean, obviously you know her much better than I do, but I’m pretty sure she’ll pull through whatever it is that’s going on." scene dayfifty8 with dissolve if futaba_love > 9: f "I knew you’d agree with me there. That’s just the kind of person you are, Sensei..." f "You might try to hide it, but I can tell how much you care about all of us..." f "Plus, Rin’s been saying a lot of nice things about you lately." scene dayfifty12 with dissolve f "I’m actually...kind of jealous she’s been seeing you so much...hahaha..." s "Really? What has she been saying?" else: f "I had a feeling you’d agree with me." f "Rin’s been saying nothing but nice things about you lately." s "Really? Like what?" scene dayfifty8 with dissolve if bonus == True: f "Just things about how you’re really cool for your age and that you’re fun to be around...stuff like that." "Huh...I had no idea Rin would actually be talking about me to other people." "I mean, it {i}is{/i} her roommate, though, so I'm sure it just randomly came up in conversation once or twice." "I shouldn’t get too excited about that." s "Well that’s really nice of her. Whenever I make friends my age, I’ll be sure to tell them about her as well." else: f "Just things about how she thinks you'd look really cute if your eyes looked a little more normal." s "Wait, what's wrong with my eyes? No one has ever pointed that out before." f "They're just...all squiggly and stuff..." s "What?" s "Hold on. I will remove them." f "Heheh~ Are you sure that’s the best idea?" s "Actually, no. I’m sure that would be a horrible idea. " s "But either way, do you think there’s anything I can do for her?" scene dayfifty4 with dissolve f "For Rin?" f "I mean...I don’t think she wants to see anyone right now but..." scene dayfifty8 with dissolve f "Maybe you could try writing her a letter?" s "A letter?" f "Yeah. You know how powerful words can be. I’m sure that a nice letter or a present or something would make her feel a little better." f "I know it would for me, at least." s "Huh..." s "Yeah, I think I can do that. Hold on one sec." scene black with dissolve "I walk back to my desk and start scribbling down whatever words come to mind." "I finish within a matter of minutes. It’s actually surprisingly easy writing something like this for her." "Here’s hoping she likes it..." scene dayfifty8 with dissolve f "Done already?" s "Yup. You’ve gotta promise not to read it, though, okay?" s "And let me know what she says once she sees it." f "I’m sure she’ll be able to let you know herself soon enough, Sensei." s "Even better. Thanks, Futaba." f "Of course. Thank {i}you{/i} for caring enough to ask, Sensei..." f "I’m sure that will mean a lot to her." scene black with dissolve stop music fadeout 3.0 "The rest of the class carries on as normal..." "………" "……" "…" $ renpy.end_replay() $ day50 = True jump afterschoolevent label day54: scene hall_day with dissolve play music "normalday.mp3" play sound "slidedoor.mp3" "I exit the teachers’ lounge and make my way into the hall, avoiding eye contact with anyone I don’t know." "Despite how ‘comfortable’ I’ve gotten around my class, I still feel slightly odd surrounded by students I haven’t met yet." "I keep subconsciously thinking they’re going to realize I’m not {i}actually{/i} a teacher and call the cops on me or something." "Obviously, the likelihood of that happening is very slim. But the thought is still there and that alone is enough to cause a bit of unrest in this misguided head of mine." scene black with dissolve2 "I round the corner and duck into the cafeteria to grab a quick bite to eat before the second half of the day begins." "Not wanting to wait in line for hot food, I buy a few snacks out of a vending machine and begin to head back to class." "As is customary around here, though...I’m flagged down before I’m able to do that." "........." "......" "..." scene ayalunch1 with dissolve2 ay "Sensei! Do you want to eat lunch with us today? Everybody else went out to eat in the courtyard, so it'll just be Sana and me." s "What? Why didn't you two go with them?" sa "It's...too hot out there..." sa "I would...probably die..." ay "What Sana said. I don't want her death to be on my hands, so I've decided to take one for the team and eat in here instead." ay "I'm glad I did, though! Because this decision meant I got to see your face! And that your face will now join us for lunch!" s "I mean...I was planning on going back to the teacher’s lounge and eating in there." ay "But?" s "...But I guess I can hang out here instead." scene ayalunch2 with dissolve ay "Woohoo!" sa "Umm...yay?..." s "Yay indeed, Sana. Yay indeed..." sa "Are you...not that hungry, Sensei?...All you have on your tray are...snacks..." "Sana takes a quick glance at the minor haul I was able to procure today before taking a sip of her ramune." scene ayalunch2r with dissolve mo "Uh-oh! Looks like it's weebnote time!" s "What? Where did you come from?" mo "Weebnote: Ramune, otherwise known as Japanese soda, is actually quite different from its American counterpart!" mo "One of the key differences is the focus on more fruity flavors, some of which are very unusual by Western standards." mo "You also need to carbonate them yourself by punching a tiny ball into an equally tiny hole. It’s mildly sexual and majorly delicious!" scene ayalunch2r2 with dissolve sa "That's weird...I could have sworn I...heard someone just now..." ay "Nope! I definitely didn't pay anyone to stand behind that board and shout out facts about Japanese culture to the void." mo "My gacha addiction lives to fight another day!" s "...Anyway, you don’t seem to have that much either, Sana. All I see is bread and rice." s "Are you on an all-carb diet or something?" scene ayalunch3 with dissolve sa "Umm...no...I just...need the energy..." s "For {i}what?{/i}" sa "Umm...uhh..." sa "Living?..." ay "Sana doesn’t eat a lot, but whenever she does it’s pretty much all carbs." ay "Or candy." scene ayalunch4 with dissolve sa "I have a problem..." s "I can see that. Your diet's even worse than mine." s "But, then again, I do have Ami making me breakfast and dinner pretty much every night and she forces me to eat vegetables." scene ayalunch5 with dissolve ay "Sensei! Did you know I can cook too?" ay "Sana, tell Sensei how good of a cook I am." scene ayalunch6 with dissolve sa "Well...um..." sa "Ayane has...definitely cooked for me before, but..." s "...But what?" sa "Umm..." sa "I’m...trying to think of the nicest way of saying it..." scene ayalunch7 with dissolve ay "Don’t mind her, Sensei. She’s just a little traumatized from having to eat broccoli one time." sa "Food...shouldn’t look like a tree..." s "Sana's kind of got a point, Ayane. It really shouldn't." s "In fact, I kind of like the idea behind the Sakakibara diet." s "If it were possible, I’d probably survive purely off of garlic bread anyway." scene ayalunch8 with dissolve ay "What? Why garlic bread of all things?" s "Well..." s "It’s got garlic...and bread..." s "What more could you want out of a dish?" sa "It...can also have cheese too...and cheese is good..." s "See? Sana understands." sa "I...will also survive off of garlic bread...if Sensei is going to do it..." ay "Well...what about pasta? That’s got garlic in it. And noodles are normally made out of bread or...wheat or something. Right?" ay "Do you want to try some of mine? I’ve only had a little." s "No thanks. It's garlic bread only from now on and that's just not...bread enough." ay "Neither am I but you don't see {i}me{/i} complaining." s "Ayane, please. There is a child present." scene ayalunch8r with dissolve sa "No there's not! Ayane is only a little bit older than me!" s "I'm going to have to see your ID, Sana. I'm not sure if I buy that." sa "I don't have an ID!" s "And why is that?" sa "Because I'm too y-" scene ayalunch8r2 with hpunch sa "B-Because I don't want one!" s "..." sa "I'm not a child!" ay "If you're not a kid, can you explain the joke I just made to us?" scene ayalunch8r3 with dissolve sa "No...I'm...taking a break from this conversation..." scene ayalunch8r4 with dissolve ay "Seriously, though. You should really try {i}my{/i} cooking sometime, Sensei. I can promise you that I'm just as good as Ami is. Maybe even better!" s "I...don't know about that, Ayane. Ami is my personal chef and is fully aware of my tastes. I have a hard time imagining how you'd be able to beat her." scene ayalunch8r5 with dissolve ay "Ami definitely knows her way around the kitchen...that I will concede." ay "{i}But I know my way around your heart...{/i}" s "Yeah, I still don't see how that would help you win in a cook-off." scene ayalunch8r6 with dissolve ay "Oh! A cook-off! That's a great idea, Sensei!" s "It wasn't really an idea. Just...kind of a thing I happened to say." ay "Well, now it's an idea! A competition between friends and rivals! Not just for your stomach...but for your heart!" sa "Is...Is Ami competing for your heart too, Sensei?..." if bonus == True: "More than you know, Sana...." s "You'll...have to ask her that question. I refuse to speak about her motives." sa "I...uhh..." sa "Oh..." s "Do you think you'll be competing as well, Sana? I'd feel weird not letting you join in on this as well since you were here for the conception of it." sa "..." s "...Sana?" sa "Sorry...I was just...trying to picture myself cooking and..." sa "It was just...darkness..." s "Okay, so maybe Sana {i}won't{/i} cook, then." scene ayalunch7 with dissolve ay "Either way, I swear I’ll have you try my food eventually, Sensei." ay "I don’t even care if I have to force-feed it to you." s "Please don’t." ay "Actually, I think I’d prefer feeding you that way. It sounds like a nice bonding experience." s "No. It doesn't." ay "Anyway, it's settled. One day soon, Ayane Amamiya will be cooking a gourmet dinner for both Sensei {i}and{/i} Sana. This time with no broccoli." scene ayalunch10 with dissolve sa "Huh?...Why am I...suddenly a part of this?..." ay "You've been a part of it the whole time, silly." sa "Where would this...even take place?...There's nowhere to cook at the dorm..." ay "Sensei’s house, obviously." s "Are you just inviting yourself over without talking to Ami first?" scene ayalunch11 with dissolve ay "Of course. I do that all the time. She won’t care." ay "In fact, she’ll probably be happy so many people are over at once!" sa "Sensei’s...house?..." s "Is there a problem, Sana?" sa "No, just..." sa "Is it...really okay?...For me to come over?" s "Sure. I don't mind." s "Just don't blame me if Ami tries to kill either one of you for soaking up some of her alone time with me." ay "Don't worry, Sensei. Avoiding certain death in situations like that is one of my very many specialties." s "I...guess that's that then." scene ayalunch12 with dissolve ay "That is that, indeed!" ay "The first annual ‘Ayane cooks for everyone including her future husband!’ event has been confirmed for...some time in the undetermined future!" sa "Umm...congratulations...on your engagement..." sa "I think...you'll make a good wife..." scene black with dissolve2 "The rest of the lunch period goes by pretty much the same way." "Ayane and Sana are an...interesting combination." "I don’t think I’ll ever fully understand how the two of them wound up together, but..." "I'm kind of glad that they did." $ renpy.end_replay() $ day54 = True $ ayane_love += 1 $ sana_love += 1 stop music fadeout 5.0 "{i}Ayane's affection has increased to [ayane_love]!{/i}" "{i}Sana's affection has increased to [sana_love]!{/i}" "........." "......" "..." jump afterschoolevent label day56: scene mayaoffice0 with dissolve play music "phantomthief.mp3" fadein 3.0 "And so begins another lonely day in the office." "Upon thinking more about it, this whole ‘guidance counselor’ thing doesn’t really make sense to me, to be honest." "Most days, I just find myself sitting here for an hour or two before calling it quits and going home." "Sure, there are rare occasions where someone will actually stop by...but I think only {i}one{/i} of those occasions has actually involved counseling so far." "Two, maybe- if you count being blown off by Yumi as counseling. Which I do not." play sound "knock.mp3" "…" if bonus == True: "Welp, it looks like someone else is here to take advantage of both my office hours and a position I am absolutely not qualified for." else: "=D" s "Come in." play sound "dooropen.mp3" show mayaoffice1 with dissolve s "..." "And...it looks like it's someone entirely unexpected." if bonus == True: s "Huh..." m "What do you mean “Huh?” Am I not allowed to use this office for the same unintended purposes everyone else uses it for?" s "That depends on whether or not you are here for a shoulder massage." scene mayaoffice1r with dissolve m "What? Ew. No." m "Is that seriously what you've been using this place for?" s "...No." m "You're disgusting..." else: m "Yo." s "So, what brings you here today, Maya?" s "It’s not often you actually come to see me. In fact, I’m pretty sure that this is the first time this has ever happened." scene mayaoffice1 with dissolve m "That is correct. And don't take my arrival here as some sort of omen for things to come. I would like to clarify first and foremost that I absolutely do not want to be here right now." s "Well, that's a good start to this conversation." m "The fact of the matter is, if I {i}didn’t{/i} remind you of something soon, horrible things would likely follow." s "That’s...ominous." m "What is truly ominous is your existence and all of the horrible things that occur because of it." m "So, how is this new world treating you?" s "You mean the world that I have been in forever?" m "No. I mean the one that you continuously deny that you’ve been reborn into even though we both know that is not the case." s "I'm just going to assume you mean the world I've been in forever- which has been pretty good so far, I guess." m "Nothing strange has happened?" if roomwithtrack == True: s "Well...I wouldn’t say that." scene mayaoffice2 with dissolve m "Please clarify." s "Well, I think I’ve been having some strange dreams lately." m "You think?" s "Well...they {i}feel{/i} like dreams, but I’m not really sure if that's what they are or not." m "Dreams of what, exactly?" s "That...is kind of hard to explain." m "Can you try? I'm actually curious now." s "Well, I am completely aware of how insane this will make me sound...but do you know anything about a...sort of..." s "Room with clocks?" scene mayaoffice1 with dissolve m "There are many rooms with clocks in them. I’m not sure which one you’re talking about." s "No, like...one room with way too many clocks." m "…" s "…" scene mayaoffice3 with dissolve m "Were they like...different kinds of clocks or something?..." m "Because I'm really confused about why something that unremarkable would be the first thing you go to in order to quantify how strange this world is." s "There was other stuff that happened in the dream. It's all...blurry for the most part. But I remember seeing someone who looked {i}a lot{/i} like you there." scene mayaoffice4 with dissolve m "Oh. Wonderful. So it was {i}that{/i} type of dream." if bonus == True: s "It really wasn't. In fact, I will confirm right now that I didn't even {i}touch{/i} dream-Maya." m "Do you...want a medal for that or something?" s "No. But some acknowledgement that I'm not as bad as you say I am would be nice." m "Are you forgetting the part roughly one minute ago where you admitted to molesting a girl in this very office?" s "Massage. Not molest." m "Sorry, how old are you again?" s "I honestly don't know." m "Then I will answer for you- old enough for there to be no difference between {i}massage{/i} and {i}molest.{/i} Now, can we please get back to the aspects of your dream that don't involve touching me?" "There is no winning with this girl." s "Fine. What else do you want to know?" else: s "Hug her? Absolutely not. I am a very polite boy in my dreams." scene mayaoffice1 with dissolve m "To start, are there any other important details you remember about this dream? Or was it just...clocks and me?" s "The thing is I don't even know if it {i}was{/i} you. She was identical, but I...remember her acting very...different from how you typically act." m "How depressing that you must resort to dreams of me being nice to you since it will never happen in real life." s "Okay, you know what? I don't think I'm going to talk about that dream anymore since it was clearly just some...ridiculous and random REM-induced brain voyage." m "That's probably a good call. But that aside, has anything {i}else{/i} strange happened?" if letterttrack == True: s "One more thing. But it's going to make me sound strange again." m "I can assure you I am quite used to that by now." s "Then...how do you feel about the letter T?" m "..." s "..." scene mayaoffice3 with dissolve m "What?" s "Told you." m "What does the letter T have to do with anything? Is that...some sort of code?" s "No. Well, at least I don’t think it is." s "I’m not really sure." s "I just vaguely remember something about that letter recently. But I feel like it's...a memory I'm not really supposed to have? Does that make any sense?" m "Not really..." m "Besides, what relevancy would that have to me? Asking me how I feel implies that I have something to do with this, doesn't it?" s "Dream-Maya was there again." m "Is she just in all of your dreams now? Because that is quite sickening and does not make me feel very safe." s "I wouldn’t worry too much about it...It's probably just more meaningless brain vomit." scene mayaoffice4 with dissolve m "I sincerely hope that is true for the sake of both of us." m "So, did anything else happen? Or is that it?" s "Uhh...No? I don’t think so at least?" s "What about with you? We’re in the counseling room. So if you have any issues, this is the best place to air them out." scene mayaoffice3 with dissolve m "Yeah...I can promise you that if I {i}did{/i} have any issues, you’d be one of the last people I'd go to for help." s "{i}One of?{/i} So I’m not in last place?" scene mayaoffice1 with dissolve m "Second to last. I wouldn’t celebrate just yet." s "Well...who is last then?" m "That would have to be God." s "Aren’t you a shrine maiden?" m "Only because I have to be." s "You...{i}have{/i} to be a shrine maiden?" m "It's very complicated. You wouldn't understand." s "Then I think you’re going to have to tell me more about it." m "Please don’t tell me what I {i}have{/i} to do. That sort of methodology might work on Ami and Ayane, but not me." s "I didn’t mean that you literally {i}have{/i} to...I’m just curious." m "Well, I am very sorry, but this is one of many cases in life where you'll just have to remain curious." scene mayaoffice4r with dissolve m "For now, though...let me get to the real reason I’m here." s "Oh, right. You said you wanted to remind me of something, correct?" m "Correct, but before I remind you, there is something I would like to ask. And I’d appreciate it if you would answer as honestly as possible." s "Oh...uhh, sure. What’s up?" scene mayaoffice1 with dissolve m "Are you happy here?" s "You mean...Kumon-mi?" m "More or less." "Why exactly would Maya care about something as trivial as my happiness?" "This isn't some sort of trick question, is it?" s "..." m "..." "Regardless...she {i}did{/i} ask me to answer as honestly as possible..." "So..." menu: "I am happy here": s "I guess so. Kumon-mi is pretty nice." if bonus == True: s "Plus, this is probably the closest I’ll ever get to having a harem, so that's a plus." scene mayaoffice3 with dissolve m "And there you go immediately ruining everything." m "Do you really think you’ll be able to romance {i}everyone{/i} without some form of consequence?" s "If I am very careful? Probably." scene mayaoffice4 with dissolve m "Well...I have no intention of trying to stop you." m "Just know that I think you're absolutely disgusting and would be better off locked up in some room far, far away from teenage girls for the rest of your life." s "If that ever happens, will you at least come by to feed me every now and then?" m "No. I will leave you there to starve." s "I'd say something like “Remind me to not get on your bad side,” but I'm pretty sure I've been there from the start, so..." else: m "Cool. Just wanted to make sure." "{s}I am miserable{/s} {b}INCORRECT ANSWER. IGNORE ME.{/b}": stop music play music "sweetvermouth.mp3" play sound "static.mp3" scene happy1 with flash scene helpme with flash scene happy2 with flash scene helpme with flash scene happy3 with flash scene helpme with flash scene happy4 with flash scene helpme with flash scene happy5 with flash scene helpme with flash scene happy6 with flash scene helpme with flash scene happy7 with flash scene helpme with flash scene happy8 with flash scene helpme with flash scene happy9 with flash scene mayaoffice5 with flash stop sound s "I feel great!" m "{b}YOU WOULD FEEL BETTER INSIDE OF ME.{/b}" play sound "static.mp3" scene 2 with flash scene helpme with flash scene 3 with flash scene helpme with flash scene 2 with flash scene helpme with flash scene 3 with flash scene mayaoffice5r with flash stop sound $ renpy.pause(10, hard=True) play sound "static.mp3" scene happy3 with flash stop sound stop music scene mayaoffice1 play music "phantomthief.mp3" m "I see." m "Well that’s good at least." s "It sure is." scene mayaoffice4r with dissolve m "Well, now that that’s out of the way, I guess I’ll cut to the chase." m "Something important is going to happen with Ami soon." s "Important? What do you mean?" m "I mean that something she cares very much about is going to happen soon." m "And it’s something {i}you{/i} care about too." s "Do you mean me? Or {i}me{/i}?" m "It doesn’t make a difference. I dislike both versions of you equally." s "That's unfortunate. I was just starting to think we were friends." scene mayaoffice6 with dissolve m "Quit joking around for a moment...I’m serious." m "If you so much as even {i}upset{/i} Ami, I swear on everything in this world that I will destroy you." s "That's fine. It's not like I'm actively trying to hurt her or anything. But...what’s this allegedly important thing that's going to happen?" s "How can I be prepared for it if I don't know what it is?" scene mayaoffice4 with dissolve stop music fadeout 10.0 m "You’ll know when the time comes." s "How can you be so sure of that?" m "I just am." m "Now, if you’ll excuse me...I would like to go eat pizza with my friends." s "Oh. Uhh...sure. You’re-" m "Thank you and goodbye." play sound "dooropen.mp3" scene black with dissolve m "Oh...and one more thing." "Maya calls out to me from the hall before closing the door." m "Not everything is always as it seems." m "I'd ask that you remember that." s "…" "Maya closes the door and I’m left confused and alone." "As such, I decide to pack up and leave the office a little early today." "………" "……" "…" $ renpy.end_replay() $ day56 = True jump afterschoolevent label day60: if _in_replay: play music "beyondthewayoftime.mp3" "Death is a terrifying thing, isn’t it?" "Recall your closest experience with it." "What was it like?" "How did it feel?" "…" "…" "…" "I see." "You’re wondering why I’m asking something like this, aren’t you?" "This is supposed to be an escape." "That which makes you sad should have no place here." "And you’re right." "But, you see...that’s the funny thing about misery." "It always finds its way in." "Even through the smallest of cracks." "And so we find ourselves, once again, at the edge of everything- trading sadness for solace." scene sky with dissolve2 "Hey..." "Do you remember when you jumped?" "Where do you think you landed?" "What do you think happened when you did?" "Who would have found you?" "And what would they have done with your body?" "…" "I’m sorry." "I won’t keep you much longer." "I know you have plans today." "But just like last time, there’s something I want you to know first." "There are many worlds like this one." "In some of them, you will be miserable." "And in others-" "Nothing will change." "But what if there’s {i}one{/i} world out there where that isn’t the case?" "And what if getting there is as simple as dropping a penny into a wishing well?" "Most assuredly, you’d want to visit that place, correct?" "…" "Okay. Well then-" scene black with dissolve2 "We’re going to count down from ten." "When we’re done, you’ll be in that world." "A world where problems only exist as long as you believe they do." "A world where nothing and everything are both real." "And a world where the cracks are small enough that misery only finds its way in sometimes." "So-" "What do you think?" "Will today be a good day?" "…" "…" "…" "I see." "It appears you still have much to learn." "…" "Goodbye again." "I’ll see you soon." "{s}Please begin counting now.{/s}" "10" "9" "8" "7" "6" "5" "4" "3" "2" "1" "..." scene amiani1 with dissolve2 a "..." s "..." "I wake up again. " "A wonderful start to the day." "Ami sits at my bedside with tears clinging to her eyelids like spiders cling to their webs." "One puts forth an effort to crawl down her cheeks in search of a meal, but doesn't make it far and ends the day starving." "The rest don't try at all and just give up." "I think the sensation of all of the tiny legs must bother Ami, as she removes all of the webs with the back of her hand and continues to stare at me while the spiders rebuild their homes." if bonus == True: "I think about taking her into my arms and protecting her myself." "But my fear of spiders outweighs the desire to prevent her cheeks from being bitten." "And should any of them be venomous or poisonous or anything along those lines- I hope that her antibodies will be able to cope." "For losing her now would put an end to everything." else: "But not before making a list of their assets to get their deductions in order for tax season." scene amiani2 with dissolve a "Are...you ready to go?..." s "Yes." "I speak without thinking. It’s as if my mind is reacting to something I’m not entirely aware of." "This must be the event Maya had mentioned the other day." "Something important to Ami." "Something she wouldn’t forgive me if I forgot about." "Something that would make her look like this." s "Are you okay?" a "…" "Ami stares at me with a loneliness in her eyes that I’ve never seen before." "It shakes what’s left of my heart to the core." scene amiani3 with dissolve a "I’ll be fine...I just want to get there before it gets too late." s "That’s fine. Me too." "Again, I speak reflexively." "It’s like I’ve lost control over {s}my{/s} this body somehow." scene black with dissolve2 "I get out of bed and the feeling finally returns to my limbs." "I open my mouth to stretch my jaw, still stiff from sleeping on it, and suddenly remember how to speak on my own." s "Do you want to leave the room while I get dressed?" a "No...I’ll stay here." a "I'll close my eyes, though." s "..." "Not wanting to delay us any further, I get dressed as quickly as I can and the two of us make our way out of the house." "We walk close together down the street toward the bus station." "Ami reaches for my hand and I allow her to take hold of it." "Her nails dig into my skin as she clutches it tightly." "It’s as if she’s holding on for dear life." scene sky with dissolve2 "We board the bus and set off toward our destination- wherever that is." "Something in my gut tells me that it will be the end of the world." "And so, as I sit here surrounded by unfamiliar faces, clutching the hand of a girl I have only known for a few months-" "I speak to myself." "{i}O world-{/i}" "{i}Please remind me what it means to be alive.{/i}" "{i}Because now-{/i}" "{i}In what feels like our final moments-{/i}" "{i}I still do not know.{/i}" scene black with dissolve2 "The bus arrives." "We get off of it." "We start walking." "We arrive." "We stop walking." "{i}Because I feel that, in the Heavens above-{/i}" "{i}The angels, whispering to one another-{/i}" "{i}Can find, among their burning terms of love-{/i}" "{i}None so devotional as that of “Mother.”{/i}" "………" "……" "…" scene amiani4 with dissolve3 a "…" s "…" "Here we are." "The end of the world." "Or at least, the end of someone’s world." "But how did I know to come here?" "Ami barely uttered a word the entire trip." "All we did was board a bus." s "…" a "…" a "Sensei..." a "Do you think..." a "Do you think they would be proud of me?" s "..." a "..." s "I do." s "You’re a wonderful, [young_girl]." s "And I don’t know where I’d be without you." "{s}Whose words are these?{/s}" scene amiani5 with dissolve a "I don’t know where I’d be without you, either." a "You try to act strong all the time, but I know it’s not easy having to look after a little girl all on your own." a "That’s why I’ve been trying to grow up as quickly as possible." a "To make you proud when..." a "When...I can’t..." "Ami suddenly stops speaking when she realizes where her sentence is heading." scene amiani6 with dissolve "Her legs give out and she slowly crumbles to her knees." "She places a hand on the gravestone to try and pick herself up, but it only prevents her from falling further." a "I...think I might throw up..." s "…" "I wish there was more I could say to her, but I can feel my throat closing up." "I wonder why?..." scene amiani7 with dissolve a "They’re really...right underneath us...aren’t they?" s "..." a "They..." a "..." a "They can’t see how tall I’ve gotten." s "…" scene amiani8 with dissolve a "Mom?..." a "Dad?..." a "I’m up here..." a "Can you see me?..." a "Tell me you see me..." a "I...I look a lot different now." a "My hair has gotten really long..." a "Probably even longer than Mom's used to be..." a "Is it bad that I...can't even remember that anymore?..." a "Don’t you want to see it?..." s "Ami..." scene amiani9 with dissolve a "Why won’t they answer me?" s "They can’t answer you..." a "But why?..." a "Why can I talk to them but {i}they{/i} can't answer me?..." a "How is that fair?..." scene amiani10 with dissolve "I kneel down next to Ami, hoping it will prevent her from snapping in half." s "Because they’re gone." a "Gone?..." a "No...No, they’re right here." a "Don't you smell Mom’s perfume?" a "You always talked about how she smelled like cherry blossoms. It made Dad really angry." a "Don't you remember?..." s "Ami..." scene amiani11 with dissolve a "Hey, say something to them...I know they'd want to hear you too..." a "Today’s the only day we can do this...Don’t you have {i}anything{/i} you've been wanting to tell them?" a "It could even be something simple, like...like how you took care of me when I got sick! Yeah...tell them that!" if bonus == True: a "Family comes first, right?...They deserve to know!" a "They deserve to know! So why can't they know?! Why?!" s "…" else: s "I am glad that your trachea healed so nicely." "Seeing Ami as broken as this forces me into the depressing realization that she's been suppressing this side of herself the entire time I've known her." "And while I know I haven’t known her all that long-" "That doesn't diminish what she must be going through at all." "She's like an entirely different person right now." scene amiani12 with dissolve2 a "Sensei, tell them-" s "I’ve already said everything I need to say to them." "My mind begins to work on its own again." "And my tongue moves in ways I do not understand." a "But you haven’t said anything! I haven't-" s "I talk to them every night when I lay in bed." s "I tell them about how proud I am of you and how quickly you’re growing up." s "I talk about all the fun you have at[school]...and how you’re getting good at cooking." s "I've even talked to them about the time you set the classroom on fire because you couldn’t figure out how to work a knob on a Bunsen burner." scene amiani13 with dissolve a "Wha...You even told them that?! Why?! That was really embarrassing!" s "Because I tell them everything about you." s "They deserve to know, right?" s "And it’s my job as your guardian to make sure they get all of that information." scene amiani14 with dissolve a "Huh?..." s "What's wrong?" a "It's just..." a "Why does hearing that..." a "Why does hearing that make me feel happy?" a "Today is supposed to be a sad day..." s "It {i}is{/i} a sad day. But that doesn’t mean there can’t be any joy at all, does it?" s "A wise man once said, ‘Without sorrow, there is no happiness...’ or at least something like that." a "Who said that?..." s "Some wise man. The point is, any time you’re feeling down, it’s my job to lift you back up." s "And if that means talking to the sky at night or quoting random wise men, so be it." s "I just don’t want to see you break down like this again." scene amiani15 with dissolve a "Woah..." s "What?" a "You just...sounded really cool all of a sudden..." s "I’m always cool. You just haven’t realized it yet." scene amiani16 with dissolve a "Hahahah! I guess I haven't!" "Ami calms down for long enough to force a smile. " "Or...perhaps it isn't forced at all." "I’m not sure how much of what I said was actually honest...but it felt honest in the moment..." "And that's really all I can ask for." "Somehow, Ami has managed to become incredibly important to me. So important that seeing her hurt like this is almost...physically painful." "So painful that it still hurts even when she's smiling." scene amiani17 with dissolve a "Hey...do you want to talk to them some more? We came early, so we’ve got all day." s "We can do whatever you want. Just try not to cry again, okay?" scene amiani18 with dissolve a "Mhm! Of course!" a "As long as you’re with me, I think I can stop myself!" a "Just pinch me or something if I start getting all weepy again, okay?" s "I'll hold you to that, Ami..." scene black with dissolve2 "We stay at the cemetery until it gets dark." "Ami went back on her promise and broke down another three times." "On the third, I pinched her so hard that I broke skin." "………" "……" "…" scene bedroom_night with dissolve2 "We made a promise on the way home to forget about today." "At least until next year." "Ami was embarrassed by how much she cried, but I never teased her for it." "She seems okay now, though." "And I’m sure she’ll be back to normal as soon as we wake up tomorrow." "She’s a strong girl." "And so I pray to the god I don’t believe in that she’s able to stay that way." scene black with dissolve2 "{i}Congratulations! You’ve made it back to the happiest place on Earth!{/i}" if bonus == True: "{i}You are an exceptional legal guardian and your [niece] loves you very much.{/i}" else: "{i}You are an exceptional little pogchamp and your [niece] loves you very much.{/i}" "{i}Why have you not yet reciprocated those feelings?{/i}" "{i}Are you scared?{/i}" "{i}And if so, why?{/i}" "{i}Tell me all there is to know about you!{/i}" "{i}Tell me everything!{/i}" "{i}I'm so very interested!{/i}" "{i}...{/i}" "{i}Fine.{/i}" "{i}I'd also have a hard time responding in your shoes.{/i}" "{i}I'll let you sleep for now.{/i}" "{i}But I'll always be watching, okay?{/i}" "{i}Goodnight...{b}Sensei...{/b}{/i}" stop music fadeout 5.0 $ renpy.end_replay() $ ami_love +=1 $ day60 = True "{i}Your affection with Ami has increased to [ami_love]!{/i}" "………" "……" "…" if day == 6: jump advancetosun else: jump advancetomon label swimming: window hide scene 5 $ renpy.pause(1, hard=True) scene 4 $ renpy.pause(1, hard=True) scene 3 $ renpy.pause(1, hard=True) scene 2 $ renpy.pause(1, hard=True) scene 1 $ renpy.pause(1, hard=True) scene 0 $ renpy.pause(1, hard=True) scene neg1 $ renpy.pause(1, hard=True) play sound "thisep.mp3" $ renpy.pause(5, hard=True) play sound "tvtrans.mp3" scene sitcom1 with dissolve2 $ renpy.pause(5, hard=True) play music "oldweather.mp3" s "…" a "…" s "…" a "…" s "…" a "…" play sound "dooropen.mp3" ay "I’m home!!" scene sitcom2 with hpunch play sound "cheer1.mp3" ay "=D" scene sitcom3 a "Ayane!" a "You made it!" a "Did bring thhee bathing suit)?" scene sitcom4 ay "Yes! Are you ready to go swimming?!" scene sitcom5 a "Yes! Swim!!" "So, I bet you’re wondering how I got mixed up in this situation." "And the true story is that it dates all the way back to when I was a child." "Some things transpired, and eventually the girl to my right’s parents were involved in a horrific car accident." "Now, she cooks me breakfast and fingers herself to the idea that one day I will love her even a fraction of how much she loves me." if bonus == True: "It can be kind of tough at times, but I’m pretty sure we’re going to have sex soon, so everything is okay." else: "It’s kind of tough at times, but now she does my taxes and everything is okay!" scene sitcom6 stop sound a "Sensei! Take a look at Ayane’s swimsuit! Doesn’t it make you just want to eat her alive?" di "Cut! The line is “Doesn’t it make you want to eat her up?”" a "I know what the fucking line is." di "Then say-" a "Sensei! Take a look at Ayane’s swimsuit! Doesn’t it make you just want to eat her up?" s "…" if ayane_virgin == False and bonus == True: ay "Don’t mind him, Ami! He’s {i}already{/i} taken my virginity! I know he loves me DEEP down INSIDE!!!~!~~~" ay "{size=-15}imprettysureitmayhavecausedirreparabledamagetomeaswellsinceitstillfeelslikeit'sstuckinsidesometimes{/size}" scene sitcom5 a "WhaaaaaaaaaaaaT?! That’s crazy!!! Me next!!" if ayane_virgin == True and bonus == True: ay "Swallow me whole, Sensei!" ay "Fuck me until I die!" scene sitcom5 a "Ayane! Watch your language! " ay "Sorry Ami! LOL!!" play sound "dooropen.mp3" "..." scene sitcom7 play sound "cheer1.mp3" m "Well, well, well. What do we have here?" m "A family gathering?" scene sitcom8 ay "GUYS!! LOOK WHAT I CAN DO!!" scene sitcom9 stop sound a "MAYA!!!!!!" s "…" m "Hi, Ami. Your eyes look absolutely marvelous today." a "I use them to see!" m "You're so very talented." a "Did you know that we are going to {b}SWIM{/b} today?" a "Hope brought clothes can wet!" m "I’m afraid I didn't bring my swimsuit, no." scene sitcom10 m "How about you? Will you be joining them?" s "…" m "...I see." scene sitcom11 play sound "laugh3.mp3" ay "Help! " scene sitcom9 a "Maya! Remember the other day when we were discussing the things we like most about Sensei????" play sound "laugh1.mp3" m "If I recall correctly, my list was very short." s "…" a "Well, about that list, there’s something I’d like to add to it." m "Oh? And what’s that?" if bonus == True: a "His fingers feel like tiny people when they're inside of me!" a "We should have him put his fingers in both of us soon! It will be a good bondage experience!" di "Cut! Ami, come on! The word is {i}bonding.{/i}" a "Okay, seriously, who the fuck hired this guy?" else: a "The other day, when he was {b}hugging me in the dorm room{/b}, he was very gentle! You should have him try that on you some time!" m "I think I’ll have to pass on the {i}bondage{/i} experience, Ami. But thank you for the offer." scene sitcom12 a "Suit yourself! But I know you secretly want the tiny people fingers inside of you as well." play sound "laugh2.mp3" a "We all do! That’s the whole point of Lessons in Love!" scene sitcom2 play sound "cheer1.mp3" ay "I’m back!" ay "What did I miss?" scene sitcom13 a "AYANEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE!" scene sitcom12 stop sound ay "What?????????????????????????????" scene sitcom14 a "I love you!" s "..." m "..." m "Do you have anything you'd like to add?" m "It’s not like you to just...sit there and observe." s "This isn't right." s "None of it is." s "Something is upside down." m "Oh? Could it be that you’re actually semi-conscious this time?" s "I feel no fear." s "I feel nothing." m "Is there something in particular you {i}want{/i} to feel?" if bonus == True: scene sitcom15 play sound "cheer1.mp3" ay "He wants to feel me!" ay "Isn’t that...amf...right...Sensei?..." s "…" stop sound a "…" play sound "laugh3.mp3" a "Swim trip!" s "Are you sure you’re okay with watching this, 61 6d 20 69 20 6f 6b 61 79?" m "Who?" s "Isn’t that your name?" m "I think you might have me confused with someone else." m "Besides, this isn’t the worst thing I’ve seen. If anything, this is rather plain by comparison." m "You seem to be enjoying yourself, at least." play sound "laugh2.mp3" ay "SURRENDER YOURSELF TO MY TONGUE!~~~~~~" s "I don’t feel anything right now." ay "You’re just...*lick* saying that...because your [niece]...is right there..." a "…" scene sitcom16 a "Cum in her mouth and I will kill you." m "So...is this really what a normal dream looks like to you?" s "Is that what this is?" s "A dream?" m "You would know the answer more than I would, wouldn’t you?" s "If I were dreaming, would you still be here talking to me?" m "You would know the answer more than I would, wouldn’t you?" else: scene colorbars play sound "cheer1.mp3" ay "He wants to feel the glorious colors of censorship!" a "There used to be real images here! Those images are no more!" ay "Noooooooooooooooooo." m "Is this what a normal dream looks like to you?" s "It's a little more colorful here...but I guess so?" scene sitcom17 with dissolve play sound "laugh3.mp3" ay "Wait! No! I wasn’t finished!" ay "Sensei! Help!" scene sitcom18 with dissolve s "Why do things like this keep happening?" m "You would know the answer more than I would, wouldn’t you?" s "Can't you say anything else?" m "Blame whoever wrote the script, not me. I'm just reading my lines." s "I think you know more than you let on." m "Are you implying that I understand this?" s "I don’t see what other reason there would be for you to keep showing up here." m "Showing up where? Your living room?" m "I come here almost every week." scene sitcom19 a "Maya! Wanna sleep over tonight?! You can help me find Ayane!" m "I’ll think about it." m "Would you mind getting me a drink of water, Ami?" m "I’d like to have a word with Sensei." if bonus == True: a "Will you promise not to {b}TAKE A RIDE ON HIS GIANT COCK LIKE THE HORNY BITCH I KNOW YOU ARE????{/b}" m "Sure." a "Great! Then I will be right back!" else: a "Sure! {s}If you hug him I will tear you to pieces{/s} I’ll be right back!" scene sitcom20 with dissolve scene sitcom21 with dissolve m "…" s "…" m "Does this feel...familiar to you?" s "Does {i}what{/i} feel familiar?" m "Anything." m "What are you thinking at this exact moment?" s "Are you actually interested in what I think now?" scene sitcom22 m "I'm not...entirely uninterested in your thoughts, you know." m "I just understand that the vast majority of them involve my friends with their clothes off." s "Does this feel familiar for {i}you{/i} in any way?" m "Perhaps it does. Perhaps it doesn’t." m "Not that it would matter even if it did." m "This will all reset momentarily and we’ll go back to doing whatever it is we do." s "Which is what?" m "…" s "…" m "Wait, perhaps?" s "…" "Wait?" "For what?" a "Maya! What flavor water do you want?!" play sound "laugh1.mp3" scene sitcom21 m "…" s "…" if shrine10 == True: m "Please do not pursue me any further." m "It is in both of our best interests for things to stay the way they are now." scene sitcom22 m "Live your new life the way you see fit. Leave me out of it." else: m "…" scene sitcom22 m "I should probably get going." m "I have...things I need to take care of." scene sitcom23 m "Enjoy your swim trip." m "Please bring something back for me." m "The watermelons they sell at the shack half a mile away from the beach are simply the best." scene sitcom24 with dissolve s "…" "Am I supposed to bring back an entire watermelon for her?" scene black with dissolve2 stop music "Ayane, Ami, and I went swimming that day and all of us drowned." "It wasn't any fun at all." "Our bodies were found three weeks later, bloated and unrecognizable." "Ami’s was found in two separate locations hundreds of miles apart." "Maya died from unrelated causes a week later." "Just kidding." "None of that ever happened." "We all lived happily ever after." window hide scene theend with dissolve2 $ renpy.pause(5, hard=True) play sound "static.mp3" scene specialmenu with flash play music "shiningstarvocals.mp3" stop sound $ renpy.pause(5, hard=True) play sound "static.mp3" scene whereareyou with flash scene specialmenu with flash scene whereareyou with flash scene specialmenu with flash scene whereareyou with flash scene specialmenu with flash stop music stop sound scene black $ renpy.end_replay() $ swimming = False $ swimmingtrack = True jump saturdayafternoon label howifeel: play sound "static.mp3" scene happy4 with flash scene happy7 with flash scene whythesky with flash scene howifeel0 stop sound play music "hope.mp3" "A deep rumbling sound crawls into my ears and begins to violate my insides." if bonus == True: "It churns them, as if I’m being sodomized by the whispers of demons." "The noise turns my blood to semen and, within a matter of minutes, my organs cease to function." else: "It churns them. Kind of like butter, but also kind of not like that." "The noise turns my blood to strawberry juice and, within a matter of minutes, my organs cease to function." "Just kidding." "This doesn’t happen." "I feel fine." "How do you feel?" menu: "Me?": "Yes, you." "I’m talking to you." "I can see you. Just as you see me." "We all see each other." "But, for some reason, we can’t see what matters most." menu: "What matters most?": "God, of course." "Without him, you and I wouldn’t be here." "But he’s dead now." "Such a tragedy!" "Who else will we pray to?" "Who else will we call upon when our loved ones are on their death beds?" "Who else will we ask to forgive us of our misdeeds in exchange for momentary salvation?" "“Please, God! I will never sin again if you just X!”" "And so he X." "And you continue to sin." "Why do you lie?" play sound "static.mp3" scene friends1 with flash stop sound a1 "We lie because it makes things easier!" a1 "What is the point of living if we need to follow rules?" play sound "static.mp3" scene howifeel1 with flash stop sound a2 "Yes! Yes! Rules are bad!" a2 "We lie because it feels good!" a2 "Throw yourself into the wishing well!" a2 "The happiest place in the world!" a1 "Rejoice! We are finally free!" "Two angels appear before me. Their voices remind me of a long lost friend." "Her name begins with the letter T." six "こんにちは" s "Oh. You’re here too?" a1 "She has always been here! Truly a wonderful girl!" a2 "Yes! Yes! A normal [teenage]girl!" six "普通の女子高生。" s "Do you need help?" six "Do you?" six "You are the one who stumbled in here by mistake." six "Unless-" six "You came to pray?" a2 "No, mistakes! No! He has come with ill intent!" a1 "Yes! Yes! He is here for forgiveness!" s "Forgiveness? But I haven’t done anything wrong." if amifingered == True and bonus == True: a1 "Incest! He commits [incest]! A sin!" a2 "Horrible!" a1 "Castration!" a2 "Crucify the sinner!" a1 "{s}sssssssssssssssssssssssssssssssssssssssssssss{/s}" a2 "{s}kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk{/s}" elif amifingered == True and bonus == False: a1 "He hugs his [niece] and thinks we do not see!" a2 "Horrible!" a1 "Hugs are bad!" a2 "Crucify the sinner!" a1 "{s}sssssssssssssssssssssssssssssssssssssssssssss{/s}" a2 "{s}kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk{/s}" s "This seems like a dramatic overreaction to a hug." else: a1 "Rebirth is a sin!" a2 "Suicide is a sin!" a1 "Remove his arms!" a2 "Feed him to 望む!" a1 "Yes! Yes! Then he can be forgiven!" a1 "{s}sssssssssssssssssssssssssssssssssssssssssssss{/s}" a2 "{s}kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk{/s}" "The two angels let loose a series of {s}horrible{/s} heavenly noises." "One hisses while the other chatters his teeth." "All the while, a biomechanical machine stirs in the background." if bonus == True: "Its tendrils plug the insides of a girl I can not see. I can only guess who it is." six "Don’t worry about me." six "I have been through much worse than this." six "あなたなしで毎日。。。" a1 "The girl cries!" a2 "Coward!" a1 "She wants to go home!" a2 "Coward!" "They mention her crying, but her voice is steady and unshaken." "Which is surprising because, from here, it appears that her organs are being dematerialized." "How can such a small body curve around and envelop such a horrible thing?" if bonus == True: a1 "The man becomes aroused!" a2 "He wants to fuck the girl!" six "Is..." six "Is this true?..." six "You still want to fuck me?" six "After all you’ve seen?" else: a1 "He wants to hug her!" a2 "Perhaps the hug would make her feel better!" s "dfhgudfhsuidfhuashdshdfugsdifgh" "My mouth fills with blood and I’m unable to respond." "Slowly and painfully, I can feel my teeth beginning to liquify." "Everything spills out of my mouth at once." a1 "Hahahahahahahahaha!" a2 "笑笑笑笑笑笑笑笑笑笑笑笑笑笑笑笑!" if bonus == True: "The angels laugh at me as the girl in the machine is ruthlessly violated." "I try to move but, once again, I find myself strapped to a chair." six "…" if bonus == True: six "I guess you don’t want to fuck me after all." else: six "I guess you don’t want to hug me after all." six "That makes sense." six "I’m sorry for asking." a1 "Hahahahahah! Truly a tragedy!" if bonus == True: a2 "Yes! Yes! Cucked by a machine! Such a weak human!" play sound "static.mp3" scene warning2 with flash stop sound "For a moment, I remember this is all a game." if bonus == True: jump howifeelx else: scene black with dissolve stop music fadeout 5.0 "So I decide to exit out of it because this game is too scary and I didn't realize it was horror when I downloaded it." "There was also this weird white thing with crazy eyes that may or may not show up again later. I don't really know." $ renpy.end_replay() $ howifeeltrack = True $ howifeel = False $ maya_love += 1 "{s}Maya’s affection has increased to [maya_love]!{/s}" "………" "……" "…" jump saturdaynight label day63: play music "10c.mp3" scene daysixthree1 with dissolve "You know, back when I woke up here for the first time and realized that I was going to be spending every day surrounded by teenagers...I don't think I understood exactly how {i}loud{/i} that was going to be." "I also don't think I understood exactly how long school days carry on for either. Because even though we're only one hour into this one, I am already clocked out for the day." "Granted, I double-punch my metaphorical time card every time I show up to school, so I guess you can say that I've been clocked out since I got here." "Either way, when I first decided to just take on this job instead of going out and finding a new one, I thought it would be kind of fun." if bonus == True: "I thought I’d spend my days flirting with [high_school] girls and manipulating them into eventually performing sex acts with and/or on me." "And while there is absolutely a semblance of truth to that, the overwhelming majority of my time is just...this." else: "I thought I’d spend my days playing air hockey with other teachers and occasionally bumping shoulders with a cute girl as I walk down the hall." "And while that is most definitely true, there's still a lot of downtime." "I can't even make it through a single morning without something exhausting happening." scene daysixthree2 with dissolve ay "Sensei! Do you want any pizza?" "Do you see what I mean?" s "Ayane, it’s 9:00 in the morning." ay "So?" s "Where did you even get a pizza that early?" ay "I had Geoffrey make it and drive it over during homeroom. Did you not see the entire convoy of limos outside?" s "Why did you need an entire convoy for one pizza?" ay "I don't know. Ask Geoffrey." ay "Anyway, after the first slice, I realized I’m not even that hungry. So if you want any, just let me-" s "I don’t want any pizza, Ayane." ay "Okay. I'm just going to go back to stabbing it then." s "Sure. You do that." scene daysixthree1 with dissolve "So...this is basically my life now." if bonus == True: "School is boring. So boring that I often think I wouldn't even bother showing up if there weren't so many skirts all over the place." "In fact, I can pretty confidently say at this point that is the {i}only{/i} reason I would understand someone keeping this job." "Maybe there is some real joy in teaching that I just don't understand (Likely on account of not having {i}tried{/i} that yet)..." "But overall, I'm going to give this job a 6/10. I'm much more suited for something like...what Makoto does." "Which is funny since she's much more suited for what I do." "I wonder if she'd be okay with switching every now and then?" else: s "I changed my mind. I want pizza now. I was just being stubborn." play sound "slidedoor.mp3" scene daysixthree3 with dissolve "The sound of the classroom door sliding open pulls me away from a relatively unethical inner monologue." c "Hey! Long time, no see! You feeling okay now?" r "Hey! Morning, Chika. " r "And yeah! I'm totally fine. No worries here! Are you doing, uhh...you know...the word?" c "Good?" r "Yeah! Well...technically I think it's {i}well.{/i} But I'm just gonna assume you're both of those things so I don't sound any more awkward than I am sure I sound right now!" "Good..." "It looks like Rin’s {i}slump{/i} is over and she's finally ready to start coming to class again..." scene daysixthree4 with fade r "Hey! Sorry I’m late! There was some little girl outside the[school] who lost her cat, so I was helping her look for it and whatnot." s "Rin...do you really think I care about you being late?" scene daysixthree5 with dissolve r "Nope! But as a born-again student, I am obligated to inform you of my tardiness whenever possible." r "Please have mercy on my unfortunate soul and do not give me detention. " s "…" r "…" s "Welcome back, Rin." scene daysixthree5r with dissolve r "Thanks, Sensei. Believe it or not, you were a big help." s "Well, I’m glad you’re feeling better." r "Same." r "Let's just hope it lasts this time." scene daysixthree6 with dissolve "Rin skips her way over to her desk and Futaba immediately turns her chair around to talk to her." "I’m sure Futaba knew that she’d be coming back soon, but it’s still cute seeing how excited she gets knowing that her friend is feeling better." "Or, at the very least, {i}acting{/i} better." "It's impossible to know for sure, isn't it?" r "Mornin', roomie! How lonely were you without me on a scale of one to seven?" f "Maybe...a six?" r "A six? Not a seven? Who are you and what have you done with my Futaba?" if bonus == True: r "Wait...don't tell me Sensei corrupted you while I was away, did he?!" else: r "Did you two start hugging while I was away?" r "Do you even need me anymore?!" r "What is my life coming to?!" f "Heheh...Okay, fine. A seven. " f "How are you feeling today?" r "Like a box of chocolates! Or...however the saying goes." f "It...doesn't go anything like that at all." r "Well, whatever. I’m feeling pretty good!" r "Oh, also- I talked to Haruka this morning and she said she's gonna start giving me overtime to make up for some of the cash I missed out on during my sad-Rin phase." r "Soooo...if you still want to go to that convention next month, I’m totally down." "Convention?" "If Futaba is the one who's excited to go, I’m sure it's some sort of...sci-fi convention or something." if bonus == True: "With conventions comes cosplay..." "And with cosplay comes the opportunity to see the two of them in potentially revealing outfits that I may never have an opportunity to see again." "This is a conversation I must now be a part of." else: "It's nice that the two of them have both the time and money required to enthusiastically participate in their hobbies." scene daysixthree7 with fade r "Woah! Back already? I get that you missed me, but could you at least let me catch up with Futaba first?" f "Good morning, Sensei. How are you today?" s "I’m fine. I just came over to hear about whatever convention thing you two are talking about." scene daysixthree8 with dissolve r "And now you're eavesdropping on our conversations?! What if we were talking about boys?! Then what, Sensei?! Then what?!" s "Then you should have been talking quieter. I could hear you two from the other side of the room. That basically makes me a part of the conversation as well." scene daysixthree9 with dissolve r "{i}Psst, Futaba...{/i}" f "You...know he can still hear you, right?..." r "{i}Should we tell him about the thing? I wanna tell him about the thing.{/i}" f "Umm...I don’t see the harm in it...I just...don't know if he'd be interested..." scene daysixthree9r with dissolve r "Sensei, it has come to my attention that I am now able to inform you that Futaba and I will be attending a book convention. Please hold your applause." s "Why...would I applaud that?" "That's a little unfortunate...and significantly more boring than I was hoping for." "I don't have anything against books. And I'm sure there will be {i}some{/i} costumes there...but I doubt it will be on the level of a sci-fi or anime convention." r "Hey, man. Sometimes, people just want to clap. Figured you might be one of those people." f "I...normally have to drag Rin along to these conventions with me since...I buy too much and have trouble carrying everything." s "I'm not surprised, knowing you. What other stuff is there to do at a book convention, though? With all due respect, that sort of thing doesn't sound very...exciting." scene daysixthree9r2 with dissolve f "You haven’t been to one, Sensei?" s "Not to my knowledge." if futabadorm15 == True: scene daysixthree10 with dissolve f "That’s a little surprising..." f "I figured that...with being such a good writer and everything...you'd have gone to at least one." scene daysixthree11 with dissolve r "..." s "...Is there a problem, Rin?" r "Problem? No. Just...have you guys been getting to know each other better lately?" s "We have. I’ve been helping Futaba with her self-confidence." scene daysixthree12 with dissolve f "What he's {i}actually{/i} been doing is helping me with my writing...but I guess the...self-confidence is a side effect of that..." f "It's really just a lot of...story critique in the library and whatnot..." scene daysixthree13 with dissolve r "Oh. Cool. Yeah. That's...really cool." s "..." else: scene daysixthree7 with dissolve r "Dude, you should totally go to one! They’re a lot more fun than they sound, I promise!" f "Umm...I...actually think they sound really fun, so..." s "So where is this thing? It’s in Kumon-mi, right?" scene daysixthree14 with dissolve r "I mean...it’s not like we can really go anywhere else." f "They change the venue every year, but I'm pretty sure it's being held somewhere in the urban district this year." f "I haven't checked in a little while since I was starting to think I wouldn’t make it this year." r "Cause of me, obviously. She's talking about me." scene daysixthree15 with dissolve f "I-I didn’t mean it like that! I'm sorry! I-" r "Dude, it’s fine. I’m just kidding around." r "If I can’t laugh at the shitty parts of myself, there's pretty much no point in living at all. So just humor me when I say stuff like that. " r "Truth be told, if it weren’t for you and Sensei, I’d probs still be staring off into space in the dorm." r "So...thanks for being there for me and stuff." scene daysixthree16 with dissolve f "Umm...I’m sure I can speak for both of us when I say this, but-" f "We’re glad to have been there for you." f "Sensei was really worried, you know? I don’t think I’ve ever seen him look like that before." scene daysixthree17 with dissolve r "Oh?..." s "...What? Don't look at me like that." r "Were you really that worried about me, Sensei?" s "Do you think I would have visited you if I wasn’t?" s "I might be the world’s worst teacher, but even I get a bit mystified when one of my students suddenly disappears for an extended period of time." r "Tell the truth. You probably just missed my top-tier customer service and delicious custom beverages, right?" f "Oh yeah...Rin told me you volunteered to be her, umm...what did she call it?" f "Guinea pig?..." s "That’s correct. So if I suddenly die, please inform the police that she is a prime suspect." r "Oh please. As if I'd leave any evidence that could be traced back to me. Who do you take me for, Sensei?" s "A...psychopath?" r "A psychopath who {i}gets the job done...{/i}" s "You really worry me sometimes, you know." r "Obviously. Isn't that how this whole thing started?" s "So, Futaba...will there be any cosplayers at this book convention thing?" scene daysixthree17r with dissolve f "Is...cosplay something you're actually interested in, Sensei?" if bonus == True: s "I think I can safely speak for all men when I say {i}absolutely.{/i}" r "Dear diary...Today, I learned about one of my teacher's fetishes." s "I am not ashamed to admit this." r "Let me guess...you only came over here to find out if we’d be cosplaying...You don't care about those poor, little books at all." s "..." r "..." f "..." else: s "Maybe a little bit. I've always wanted to try on spandex but I'm self conscious about the size of my legs." r "Is it because you think they look like oversized Twinkies?" s "Wha- no! O-Of course not..." s "What an absurd accusation." f "Your face...says otherwise, though..." s "Futaba, don't go along with her. You're supposed to be the nice one." scene daysixthree18 with dissolve r "Wait a second! Does that imply that I'm the mean one?!" r "Do you actually hate me now?! I thought we had a thing, Sensei! {i}I thought we had a thing!{/i}" f "I don’t think Sensei hates you, Rin..." f "You're just...not as nice as me. Which is fine. Because we all love you anyway." scene daysixthree19 with dissolve r "And now I'm being consoled?! Just what kind of alliance did you two form while I was away?!" scene black with dissolve2 "I wind up chatting with Rin and Futaba until the bell rings for lunch." "As it turns out, there are going to be {i}some{/i} cosplayers at the book convention they're going to, but neither of them plan on joining in this time." "Shame. I feel like even I would have shown up if things were a little different." "But I digress..." "At the end of the day, I’m glad that Rin seems to be back to her ‘usual’ self...whatever that means." "I just hope I don't have to see her break down again any time soon..." "For both her sake {i}and{/i} Futaba's sake." $ renpy.end_replay() $ day63 = True $ rin_love += 1 $ futaba_love += 1 stop music fadeout 4.0 "{i}Rin's affection has increased to [rin_love]!{/i}" "{i}Futaba's affection has increased to [futaba_love]!{/i}" "………" "……" "…" jump afterschoolevent label day65: scene street_noon with dissolve2 play music "justbehappy.mp3" fadein 5.0 s "{i}Hah...{/i}" "And so another[school] day comes to a close." "Originally, the plan was for me to go to karaoke again with Ami, Ayane, and Maya but..." "Well, one of the three (And I’m sure you can guess which one) succeeded in un-inviting me this time." "As it turns out, Maya can be incredibly persuasive when she wants to be." "I guess I must just be immune to her powers or something, though, because she hasn’t managed to dissuade me from visiting her yet." "But, either way, now I’m alone and wandering the streets, trying to find some way to kill the time." "I’ve gotten bored of choosing between the dorms, the bar, and the porn shop (Seriously, when am I going to have something else to do after class?) and so now I’m just..." "Who the fuck even knows?" "I’m just walking around. Life is good." "And by good I mean passable." "That’s right." "Life is passable." "You heard it here first." sar "Ooooh, who is that cute boy I spot off in the distance?" s "Hm?" scene sides1 with dissolve "I turn around to find Sara and...Haruka hanging out at the same bistro that Ami and Maya frequent?" s "Hey. What’s going on?" sar "The two of us are just catching up on old times. Fancy meeting you here~" s "Likewise...Hey, Haruka. What’s up?" h "Hey! I’m surprised you two know each other." s "I was actually just thinking the same thing." if sarasex == True: scene sides7 with dissolve sar "{i}He’s the one I was telling you about on the phone...{/i}" h "{i}Huh? The one you were telling me about on the-{i}" scene sides2 with dissolve h "Ah-" scene sides3 with dissolve h "..." sar "..." s "..." s "You didn’t..." scene sides4 with dissolve sar "Whaaaat? Girls talk about stuff~ Are you embarrassed of me?" h "Mm..." "Haruka’s clearly flustered or embarrassed or...shocked. I don’t know. Haruka is something." "I hope this doesn’t change her opinion of me too much." scene sides5 with dissolve if bonus == True: sar "If it makes you feel any better, I only had good things to say~" h "Yeah...{i}very{/i} good things..." sar "Are you jealous?" h "N-no! I’m just surprised! You would be too if you found out two people you see all the time have been...you know." sar "Having sex?" scene sides6 with dissolve h "You haven’t changed at all since [high_school], have you?..." s "You two went to [high_school] together?" else: sar "Why do you look so flustered? You're a really good hugger." s "Well {i}excuse me{/i} for being sensitive, Sara. I was under the impression that was a {i}private{/i} hug." sar "Oh, quit being a baby." scene sides6 with dissolve h "You haven’t changed at all since [high_school], have you?..." s "You two went to [high_school] together?" scene sides9 with dissolve sar "We sure did." else: scene sides7 with dissolve sar "He’s my daughter’s [high_school] teacher." h "Oh, really? She must be in the same class as one of my employees then." scene sides8 with dissolve sar "Oooh is that so? Can you tell us if those two are friends or not?" sar "I haven’t heard Sana talk about anyone other than you and the blonde girl, so I’m starting to worry that she’s a bit of a wallflower." "Strange that she mentions that..." "Sana and Rin sit right next to each other and I feel like the two of them would get along if they actually talked." "I know both of them play games and...wear mostly black so like..." "They’d be destined to be good friends, right? Is that how it works?" s "I don’t think they are. But maybe I’ll try to push them together if I ever have the chance." sar "Please do! Sana needs all the help she can get." sar "She definitely seems a little more outgoing lately thanks to you, though..." scene sides9 with dissolve h "Yeah, Rin too when she’s not...you know." s "Oh, I know..." s "How do you two know each other, by the way?" sar "High school!" s "Really? Were you in the same class or something?" sar "Not quite." scene sides7 with dissolve sar "Haru was a few years ahead of me but the two of us used to hang out with some of the same people." sar "And now we’re both running small businesses. Who’d have thought things would turn out like this?" scene sides10 with dissolve sar "Of course Haruka’s is taking off while mine is imploding, though..." h "Oh, stop. We’re not taking off...Besides, I’m sure the bar will get better in no time at all." sar "Please spend all of your money there. I need it." h "Well...I can’t spend {i}all{/i} of my money there...I still have bills and whatnot." scene sides11 with dissolve sar "Sensei~ Tell Haru-chan to be nice and spend all of her money on me..." h "Um...Why do you call him Sensei?..." scene sides12 with dissolve sar "You should try it! It’s actually pretty fun. It makes me feel [young]again." h "You {i}are{/i} young, though..." sar "Just do it! Come on! I promise, you’ll love it." scene sides13 with dissolve "Haruka makes eye contact with me, trying to figure out if this is an acceptable thing for her to do or not." "Frankly, I don’t care." "I’ve gotten used to everyone calling me Sensei over the last few months anyway." h "Umm...S...S-" scene sides14 with dissolve h "Nope. Can’t do it. We’re like the same age. It feels weird." sar "Come on! It’s like roleplay! I thought you were into stuff like that!" scene sides2 with dissolve h "S-Sara! What the fuck?!" sar "Hehehe~ Woops..." scene sides3 with dissolve h "Please forget that you just heard that. It’s not true. I swear." s "Really? I don’t think there’s any shame in roleplay. It can actually be kind of fun at times." sar "Oh-ho-ho...What an interesting development this has turned out to be..." if amisroom5 == True: scene sides15 with dissolve k "Greetings once more, attractive human females. How is-" scene sides16 with dissolve k "Ah! It’s you again!" k "Hamburger Man!" scene sides17 with dissolve h "Hamburger Man?..." s "I ordered a hamburger from some diner she works at once." k "You said strange things to me!" s "I did no such thing..." k "You did!" s "I did not..." k "You did!" scene sides18 with dissolve sar "My, you’re pretty popular around here, aren’t you?" s "I guess so..." else: scene sides15 with dissolve k "Greetings once more, attractive human females. Is there anything else I can get for you?" if bonus == True: "A girl, probably a few years older than Ami, crouches down at the table and checks on Sara and Haruka, albeit in a rather...strange manner." "I’m surprised that this place would hire someone with a tattoo as huge as that on her chest." "Not that I have anything against tattoos, it's just sort of frowned upon in Japan." else: "What a friendly looking girl she is. I hope she is normal." scene sides16 with dissolve sar "I think we’re okay for now, Kaori. Please keep up the good work." h "I’m okay, too. Thanks, though." scene sides19 with dissolve k "You! With the face. Order food now." s "All of us have faces..." k "Your face is different! It interests me!" k "Now order food so that I may receive money from my employer that I can then use to purchase normal human objects like a “spatula” and a “dog-food.”" s "{i}A{/i} dog-food?" k "Yes. I can not obtain a “dog” until I have the nutrients required to nurture it." s "Why are you putting quotation marks around everything?" scene sides20 with dissolve k "Order food or perish..." s "…" k "…" s "I’ll have a burger." if amisroom5 == True: k "..." k "Of course you will..." else: k "…" k "Kaori will collect this item for you...Please prepare the currency you will use in exchange for it." s "Thanks..." scene sides21 with dissolve s "..." h "She’s a little, uhh, eccentric...don’t you think?" sar "I like her. I think she’s fun." s "I don’t know if I’m fully convinced that she’s human yet." h "Same. I like her tattoo, though. I wish I could pull off something like that." scene sides22 with dissolve sar "You totally could. Maybe not a spider but like...I don’t know. A sparrow or something?" h "No way. My boobs are too big. It would look like a pterodactyl." h "Maybe I could get something on my thigh, though...That might be cute." scene sides21 with dissolve h "What do you think? Do you like tattoos on women?" menu: "Absolutely": s "Oh, definitely. I love them." h "Really?" s "Yup. If you want one, I say go for it. You’re already attractive, so I imagine a tattoo would make you even hotter." scene sides11 with dissolve sar "Hey...I want attention too, you know." "Not really": s "Ehh...I’m not really a fan. I think girls are more attractive when they don’t modify their bodies." scene sides11 with dissolve sar "{i}Boo...{/i}" h "Hahaha...I think they can work on certain people. I just don’t think I’m cut out for one." scene sides21 with dissolve sar "Aaaaaanyway, I hate to be the bearer of bad news but Haru and I still have a bunch of girl-talk we need to be doing, so I think it might be time for you to shoo." s "Did you just...shoo me?" if sarasex == True and bonus == True: sar "Heheh~ I’ll make it up to you. Don’t worry..." s "…" s "I’m going to hold you to that." else: sar "Mhm~ What are you gonna do about it? " s "…" h "Umm...I’m sorry for Sara’s...{i}directness.{/i}" s "You don’t need to apologize. I’m just happy knowing her daughter hasn’t taken after her." scene sides11 with dissolve sar "Sensei is always so mean to me~" scene sides10 with dissolve sar "Tell him to stop, Haru-chan..." h "I...don’t think he’s going to listen to me..." scene black with dissolve2 "I hang around until my burger arrives and then promptly have it boxed to take home." "It’s weird how two of the only people my age that I’ve associated with in Kumon-mi happen to be old friends from[school]." "I think they work well together, though. Albeit in a strange sort of way." "I wonder what the two of them were like back then?..." $ renpy.end_replay() $ day65 = True stop music fadeout 5.0 "………" "……" "…" jump endofweekday label day68: scene gym with dissolve play music "normalday.mp3" "You know, if you came up to me and forced me to choose only one subject to be able to teach for the rest of my life-" "I would probably choose none of them." "Teaching sucks." "But, in the event that I'd, for some reason, be unable to forfeit the profession, I think I’d have to go with gym." "Sure, there are plenty of people who view physical education as the ground floor of this field but, when you really think about the day to day lives of people in that specific line of work, wouldn't you say they've got it pretty good?" "Look at me. I'm resigned to only one period per day in the gym and I'm ecstatic about the amount of form fitting clothing and exposed skin I get to see. Imagine I got to do this full time?" "I wonder if the impact would ever lessen." "Plus, if I was a gym teacher, I'd never have to actually worry about the whole {i}teaching{/i} part of the job and could just...make girls do squats all day or something." "I guess what I'm getting at is that this period is one of the few things keeping me attached to this job and-" ay "Sensei! Over here!" "And speaking of attachment, it looks like I'm going to be spending {i}today's{/i} physical education class with none other than Ayane Amamiya." scene black with dissolve2 "........." "......" "..." scene ayanefirstlust1 with dissolve s "What are you doing?" ay "What am {i}I{/i} doing? Just waiting for my favorite teacher in the whole wide world to realize that I'm all by myself so he feels inclined to spend time with me." s "Well, it worked. But if anyone asks, I guess just tell them you're not feeling well or something because there is no way this isn't going to stick out to the other girls." ay "Sensei! You would have me {i}lie{/i} to my friends? Just what kind of girl do you think I am?" s "The kind who had no problem designing her entire gym period around manipulating me into talking to her." scene ayanefirstlust1r with dissolve ay "Since when is carefully plotting my actions for the sole purpose of getting you to act in a certain way manipulation?!" s "That is quite literally what manipulation is." scene ayanefirstlust1r2 with dissolve ay "Well, in {i}my{/i} book, we call that {i}love.{/i}" ay "Besides, I'm not really in the mood to run right now anyway." s "And why is that, Ayane?" if bonus == True: jump ayanefirstlustx else: scene black with dissolve ay "I really want a hug." s "Okay." "I quickly hug Ayane before anyone notices." $ renpy.end_replay() $ day68 = True $ ayane_lust += 1 stop music fadeout 5.0 "{i}Ayane’s lust has increased to [ayane_lust]!{/i}" "………" "……" "…" jump afterschoolevent label day70: scene hall_noon with dissolve play music "10c.mp3" "Instead of going to the cafeteria for lunch today, I have decided to wander the halls of the school instead." "Apparently, Ayane finally told Ami about that cooking competition she thought up a few weeks ago and Ami’s been cooking up a storm ever since." "I think I had somewhere around six types of bacon this morning." "And while that isn't exactly a {i}problem,{/i} I would like to make it known that I wasn't even aware that many types existed." "Anyway, as you may have guessed, I'm not very hungry." "And considering that I probably won’t {i}be{/i} hungry for the next year, I might as well...kill some time in the library while I wait for everyone to finish eating." scene black with dissolve2 play sound "slidedoor.mp3" "………" "……" "…" scene sanalib1 with dissolve2 sa "Oh...S-Sensei..." sa "Good afternoon..." s "Sana? What are you doing in here? I figured you'd be in the cafeteria right now." scene sanalib2 with dissolve sa "I...had a big breakfast and I’m...kind of worried about the tests coming up, so..." s "Tests? What tests?" scene sanalib1 with dissolve sa "The...standardized tests that everyone has to take..." s "Again? I feel like we just had those." sa "Um...I guess...we missed one?...I don't really know how this works..." s "That makes two of us, Sana." sa "I...feel like that's a thing you should probably-" s "So, what are you studying? Anything I can help with?" scene sanalib3 with dissolve sa "Umm...I was going to focus on history today..." s "Oh, okay. So that’s a no then." sa "Yeah...I figured..." s "If you want to talk about biology, though, I'd be more than happy to focus on that." s "Just don't ask me about mitochondria and inadvertently force me into the bathroom with another girl." sa "Umm...what?" s "Nothing. Just forget I even said that." sa "I...don't know what you're talking about and...biology won't be on the test...but thank you." s "Anyway, if these tests are coming up so soon, how come you're the only one studying? What happened to Ayane?" scene sanalib4 with dissolve sa "Ayane...doesn’t like missing lunch..." s "Why not study in the cafeteria then?" sa "It’s too loud in there..." sa "I...have a hard time focusing in places like that..." sa "When more than one thing is happening at a time, I...kind of...lose track of everything..." "I feel like that isn’t exactly a great trait for a bartender to have." s "I can leave if you want. I'm not trying to distract you or anything." scene sanalib6 with dissolve sa "No...it’s okay..." sa "I...actually had something I...wanted to ask you about anyway." s "Oh? And what's that?" sa "Just..." scene sanalib7 with dissolve sa "Is it...really okay for me to come to your house?..." s "You mean for the cooking thing?" sa "Y-Yeah...Are you sure I won’t be...you know...intruding?" s "Absolutely. I mean, I'm not sure if Ami knows you're coming yet, but the way I look at it is that you’ll help make the competition fair." scene sanalib1 with dissolve sa "Fair?...Me?...How?..." s "Well, Ami’s my [niece] and I eat her food pretty much every day. So it's hard to say I'm an impartial judge, do you know what I mean?" s "So, if you come over and be a judge as well, that’ll make things more balanced." sa "But...what if we vote for different things? We’d have a tie if there are only two of us..." s "Don’t worry about that. I actually have a third judge in mind already. I’m just...probably going to need Ami’s help to get her to come over." sa "I see..." sa "Well...as long as you’re okay with it...I’d be happy to come over." scene sanalib7 with dissolve sa "I’ve...never really been anywhere other than my mom's and Ayane's, though...so...I'm sorry if I act kind of nervous..." s "I'm pretty sure nervous is just your default setting. Plus, Ami and Ayane will both be there to support you in case you start...losing track of stuff or whatever your problem was." s "This is just one more step in the plan to get you social." sa "Have I...been doing okay with that lately?" sa "I don’t feel any different...and I don’t want you to think I’m wasting your time." s "Well...it’s true that you haven’t really warmed up to other people yet." s "And I think you might now be traumatized when it comes to spaghetti-" scene sanalib8 with dissolve sa "Ngh!" s "Okay, so you’re {i}definitely{/i} traumatized when it comes to spaghetti." scene sanalib9 with dissolve sa "I’m just...not cut out to be a bartender, am I?" s "Don’t say that. You just need a little more time to settle into things. Do you think I was always as great at teaching as I am now?" sa "I...actually figured you...used to be better and...you're just checked out now or something..." s "Wow. Did you actually just snap back at me?" scene sanalib10 with dissolve "Sana shakes her head and thinks quietly to herself for a moment - likely about how to not ‘hurt my feelings.’" "Obviously, I know I’m not a great teacher- so nothing she says is going to harm me at all." "In fact, while we're on the topic, I’m probably the worst teacher to ever walk the face of the earth." "But at least no one’s failed or been kicked out of[school] yet." "Granted, Yumi would probably be expelled if I actually turned in the accurate attendance sheets, but still..." "As far as the statistics are concerned, I’m a perfectly acceptable teacher as long as everyone manages to do okay on their standardized tests." scene sanalib11 with dissolve sa "I...think you’re a good teacher, Sensei..." sa "I wasn't...snapping back at you..." s "Wait...you do? Why?" sa "Because...you talk to me..." sa "And you go out of your way to spend time with me when I need extra help..." sa "You...might not be very good at some subjects...but...that’s what the Internet is for." sa "Anything you don’t know...I can just look up on the computer." s "That’s the spirit. Computers will have taken all teaching positions by the year 2050 anyway. I’m just ahead of the trend." scene sanalib7 with dissolve sa "Umm...r-right..." sa "Well...as long as you can stay our teacher for the next couple years..." s "Sorry to cut you off, but I'm pretty sure it doesn't work that way." scene sanalib1 with dissolve sa "...Huh? What do you mean?..." s "Well...this school might work a little differently, but I'm pretty sure that once a new school year begins, you'll be getting a {i}new{/i} teacher." s "It's not predetermined that I'm going to have you for all three years or anything like that." sa "..." s "..." scene sanalib12 with hpunch sa "Wh...what?!" sa "But..." "Maybe I should have just...let her find out on her own instead of preemptively breaking her heart?" sa "But..." sa "But I..." scene sanalib13 with dissolve sa "I don’t want a different teacher..." sa "You’re the...only one who’s ever...been able to help me." s "Hey, you don’t have to cry-" scene sanalib12 with dissolve sa "I’m not crying! There’s something in my eye!" s "But there are tears in both of them." sa "H-how do you know?! You can’t even see the other one!" s "Just a feeling, I guess." scene sanalib13 with dissolve sa "Can you...see if they’ll maybe...make an exception for you?" s "I mean...I’m not exactly on the best terms with any of the staff members...but I can try?" if bonus == True: s "If it were up to me, I’d stay teaching you girls all the way through college. Meeting new people is too much of a pain." "Starting over sounds like it would be a bit of a slog as well and I'm already pretty far along with most of this class, I feel." else: s "Despite being an employee here, several of this college's practice still confuse me. But, if at all possible, I would like to teach you for as long as I can." s "For the rest of eternity even." "I smile to myself knowing that I will be doing just that." scene sanalib14 with dissolve sa "You promise?..." s "I...will do my best. But I obviously can't make any promises." sa "…" s "…" scene sanalib15 with dissolve sa "{i}*Sniff...*{/i}" "Sana uses the sleeve of her sweatshirt to wipe away the tears that have accumulated over the last few minutes." "It’s...pleasantly surprising to see her react like this to the idea of me not being her teacher anymore." "There’s gotta be more to it than just the fear of actually having to do[school]work again, right?" scene sanalib16 with dissolve sa "…" sa "Um..." sa "I definitely wasn’t crying..." sa "I just..." sa "I definitely wasn’t crying." s "Right. Just like you weren’t crying during the spaghetti incident." scene sanalib12 with dissolve sa "Stop saying the ‘S’ word!!!" scene black with dissolve2 "Sana took another few minutes to collect herself before realizing that all of the extra time she set aside to study had vanished." "How much of that is my fault, you ask?" "All of it." "But I’m still glad that the two of us got to spend some time alone together." "There just haven't been many opportunities for that inside of school due to the...type of person she is." "I'm sure a day will come where that will no longer be the case, though." "So here's hoping that coming to my house and judging a cooking competition will somehow, in what would have to be an extremely roundabout way, serve as her gateway to a life full of friends." $ renpy.end_replay() $ day70 = True $ sana_love += 1 stop music fadeout 5.0 "{i}Sana’s affection has increased to [sana_love]!{/i}" "………" "……" "…" jump afterschoolevent label day72: scene weightlimitredux1 with dissolve play music "happyandplotting.mp3" "Gym class has ended for the day and I’m staying after with Ami to help clean the place up." "Normally, this would be the part where all of the girls run off to the showers, but a certain {i}incident{/i} today has prompted me to select at least one person to clean brain matter off of the floor." "And what better person to collect brain matter than my niece?" "Now, I'm sure you're looking for an explanation...and I will give you one. But whether you decide to believe it or not is up to you." "While dropping by the gym to get something out of the storage room, one of the[school]’s janitors was pelted in the head by a dodgeball." "Normally, a grown man would be able to shrug something like this off and just get on with his day after a minute or two." "However-" "This particular dodgeball had been moving at the speed of a major league player’s fastball." "And while I'd like to say the janitor died on impact, he writhed in pain for a full five minutes or so before going silent." "There was blood everywhere." "And of course {i}I{/i} had to be the one to clean it up on account of us now being down one janitor." scene weightlimitredux2 with dissolve a "It's crazy that this isn't even the first time something like this has happened, huh?" s "It's not?" a "No. This is like the third janitor Ayane has accidentally killed this year." s "How does she have that much arm strength? And why hasn't she been put in jail yet?" a "I don't know. She's rich, so that probably has something to do with it." s "Fair enough." scene weightlimitredux3 with dissolve a "So, where should I be putting all of these mats?" if day68 == True: s "The storage room. Just try not to pay any attention to any stains on the floor." if bonus == False: s "I spilled my apple juice in there the other day and I didn't tell anyone about it because I was scared I'd get in trouble." a "Um...okay?" else: s "The storage room is fine. Just make sure you don’t leave any of them out again. The staff got pissed off that we didn’t do a great job last time." a "Mhm! I’ll make sure to get everything this time. Don’t you worry, Sensei." s "Before you go, though- there's something I've been meaning to ask you." scene weightlimitredux4 with dissolve a "There is? What is it?" s "Well...it's less of a question and more of a demand." a "Sensei, if you want a hug that badly, all you have to do is ask." s "I don't need a hug, I need you to do me a favor." a "Hugs can be favors too, Sensei." s "Ami, I don't want a hug." a "I think you do, but sure. Go on with your non-hug related favor." s "It's about the cooking competition thing with Ayane." a "You mean about how I’m going to beat her so badly that she’ll stop cooking for the rest of her life?" s "Well, no. But I admire the confidence." a "Of course I’m confident. I know everything you like. I’ve trained my whole life for this." if bonus == True: a "I’m not gonna lose just cause Ayane wants to raise an army of children with you." else: a "I’m not gonna lose just cause Ayane thinks she likes you more than me." s "That’s great. But what I'm referring to is the imbalance in terms of judges." a "But...you're the only judge, aren't you?" s "No. Sana is coming as well and she'll be serving as a secondary judge." scene weightlimitredux5 with dissolve a "What? Since when? Why hasn't anyone told me about this?" s "I may have...forgotten to mention it. But it's happening." a "Won’t she be biased, though? Her and Ayane are really close." s "Right. But I’m biased toward you since I eat your food literally every day." scene weightlimitredux6 with dissolve a "So...what should we do?" s "Obviously, we need to call in a third judge." scene weightlimitredux7 with dissolve a "A third judge..." a "Well, umm...I guess I could see if Maya wants to come over?" s "Great. That’s exactly who I had in mind." scene weightlimitredux8 with dissolve a "Is that why you don't want to hug me? Because your mind is fully consumed by Maya?" s "If I say yes, will you still make me dinner every night?" a "I will. But I can't guarantee there won't be poison in it." s "Harsh." a "So, is the favor complete? Can I go back to cleaning now?" s "Yes, you may proceed. And thanks for being so understanding, Ami." scene weightlimitredux9 with dissolve a "Any time. I'll wind up winning no matter how many judges we have, so I'm not worried at all." a "Don't feel pressured to wait up for me if I take too long, Sensei! I've gotta shower after this anyway." scene weightlimitredux1 with dissolve "Ami runs off and images of the forbidden territory known as the girls' shower room consumes my mind and prevents me from cleaning at all for the rest of the period." scene black with dissolve2 "As I sit with my hands still caked in the dried blood of a custodial worker, I think of a land where breasts roam free." "A land where no harm befalls anyone..." "The closest thing to Heaven this earth can offer." s "..." "And I am stuck out here..." "........." "......" "..." "{i}Meanwhile...{/i}" if bonus == True: jump showersx else: scene black with dissolve2 stop music fadeout 5.0 "Guess the event ends here and that nothing else happens..." $ renpy.end_replay() $ day72 = True "………" "……" "…" jump afterschoolevent label day77: scene amimak1 with dissolve play music "phantomthief.mp3" fadein 4.0 mak "...and that’s how you find slope-intercept form. Any questions?" a "Umm...could you please repeat...all of that?" scene amimak2 with dissolve mak "Sensei, I have no idea what else I’m supposed to do. She’s just not retaining any information." scene amimak3 with dissolve a "That’s just because you keep using big words and weird terms like ‘slope intercept form.’ Who the heck even knows what that is?!" scene amimak4 with dissolve mak "Everyone! Or at least we’re supposed to!" mak "The next mandatory test is based almost entirely around this and, if you can’t even remember what it’s called, there is no way you’re going to pass." scene amimak5 with dissolve a "Ahhhh! Why can’t all of our tests just be about how to be a good caretaker?!" mak "If you can’t even figure out slope intercept form, there’s no way you’re a good caretaker." scene amimak4 with dissolve a "Those two things have absolutely nothing in common!" a "And besides, I’m a much better caretaker than you’ll ever be, Makoto!" mak "Take that back!" a "No!" mak "Yes!" a "No!" "So-" "I bet you’re probably wondering how I ended up in this position." "And, to be honest, I am too." "It all started with Ami coming up to me in class and asking for help with algebra." "I guess a boring thing like that must have caused Makoto’s geek-radar to go off because she immediately jumped up and volunteered to help coach Ami on the subject." "Of course, Ami wanted me around as well, so..." "Here we are. ‘Learning’ things." s "You two really don’t get along, do you?" scene amimak6 with dissolve a "Makoto is just jealous because you spend more time with me than her." scene amimak7 with dissolve mak "I-I am not! I’m just trying to help you so you don’t get held back!" a "See? She’s yelling at me to try and impress you but you’re not impressed at all, are you Sensei?" s "I’m...wait...what’s going on, exactly?" scene amimak8 with dissolve if bonus == True: mak "Sensei! Tell her to focus or she’s never going to get into a good[school] and become a doctor." else: mak "Sensei! Tell her to focus or she's never going to get her doctorate!" scene amimak9 with dissolve a "I don’t wanna be a doctor! I wanna be a housewife!" scene amimak10 with dissolve mak "Who in their right mind would marry someone who doesn’t even know slope intercept form?!" a "None of your business!" a "I bet Sensei doesn’t even know the formula for that!" if bonus == True: "Please don’t drag me into this." else: "Does Ami really not know slope intercept form? She should have learned that years ago." mak "Preposterous! Of course he does!" a "No way! He doesn’t like boring stuff like that!" mak "It’s not boring just because it’s educational!" scene amimak11 with dissolve mak "Sensei! What is the formula for slope intercept form?!" s "Uhh..." menu: "m = bx + y": s "Definitely ‘m = bx + y.’" scene amimak12 with dissolve mak "Tch-!" a "Teehee~ Told you he doesn’t know!" a "Sensei isn’t interested in that kind of stuff!" mak "That’s simply not true! Of course he’s interested in that kind of stuff. He just had...a momentary memory lapse." mak "Things like that happen." a "Whatever you say, Makoto~" "y = mx + b": s "Easy. ‘y = mx + b.’" scene amimak13 with dissolve a "Ah-!" mak "I expected nothing less from you, Sensei." a "Why do you know the answer to that?!" s "Hey, I might not be the best at showing it...or applying it...but I’m actually pretty smart." s "I’m offended you’d think otherwise, Ami." mak "If it’s any consolation, I’ve never judged you at all. I think you’re brilliant and wonderful and the best man I’ve ever met." scene amimak14 with dissolve a "Hey! You watch it! I’m supposed to be the primary love interest and I’m not gonna let some smartypants glasses-wearer get in the way of that!" scene amimak10 with dissolve mak "Who are you calling a smartypants glasses-wearer?!" a "The one who is a smartypants and is also wearing glasses!" "The two of them continue shouting at each other for another several minutes before I finally decide to step in..." "x = by + m": s "Definitely ‘x = by + m.’" scene amimak12 with dissolve mak "Tch-!" a "Teehee~ Told you he doesn’t know!" a "Sensei isn’t interested in that kind of stuff!" mak "That’s simply not true! Of course he’s interested in that kind of stuff. He just had...a momentary memory lapse." mak "Things like that happen." a "Whatever you say, Makoto~" scene amimak15 with dissolve s "Listen, you two. It doesn’t matter whether or not I know this formula. What matters is that both of {i}you{/i} do." s "I’d hate to see something as simple as this hold either of you back." if bonus == True: "And I’d also hate to get in trouble for having some of my students fail the standardized test." "Thank god that Makoto is able to tutor everyone on things that I can’t remember or never learned in the first place." else: s "Especially since you're both brilliant and talented and just all around wonderful people. I am thankful for the two of you every single day." mak "Well said, Sensei." mak "I mean, obviously you don’t have to worry about me. But those words are very wise when applied to everyone else." scene amimak16 with dissolve a "Can't you just study with me instead, Sensei? Makoto is a mean teacher." scene amimak17 with dissolve mak "I’m sorry, Ami...I just get frustrated whenever it seems like someone isn’t paying attention." a "So...you’re not gonna be a big meanie anymore?" mak "I...will do my best to not be a ‘big meanie...’" a "...Fine. I guess I can try a little harder, too." mak "So, can we finally move on with things?" a "Can you do one more thing for me, first?" mak "Of course. What do you need?" a "Can you admit that Sensei likes cute girls like me more than he likes nerdy ones like you?" mak "…" a "…" scene amimak18 with dissolve mak "…" s "Hey, don’t look at me. I can’t control her." mak "She’s {i}your{/i} [niece]. Can’t you at least tell her to focus?" s "Uhh...I can try?" s "Ami, focus." scene amimak19 with dissolve a "Yes, Sensei!~" mak "…" s "…" scene amimak20 with dissolve mak "{i}Hah{/i}...how about we just take a break instead?" mak "We’ve been at this for an hour and haven’t really gotten anywhere, so maybe talking about something else for a little while might help?" scene amimak21 with dissolve a "That works for me! I was getting tired of all the slopey stuff anyway." mak "It’s slope int- ahh, forget it. Let’s just talk about something the two of us have in common instead." a "Sure! Did you have anything in mind? The two of us have never really talked about stuff we have in common before." mak "That’s true. I don’t think I know much about you at all, Ami." mak "How about you tell me your top three interests and I’ll see if any of mine match up?" scene amimak22 with dissolve a "Hmm...my top three interests...Okay. So, in no particular order-" a "Cats, rabbits, and Sensei." scene amimak23 with dissolve mak "Your...[uncle] is in your top three interests?" if bonus == True: a "Of course. I love him and he loves me." else: a "Do you have a fucking problem with that Makoto? Do you want to throw hands? I'll fuck you up." mak "Isn’t that a little...uhh..." a "Hm? A little what?" mak "...Nothing." a "What are {i}your{/i} top three, Makoto? Do we have any of the same stuff?" scene amimak24 with dissolve mak "Uhhh...well it’s kind of embarrassing to say this in front of him, but..." mak "I guess Sensei would be in my top three interests as well." mak "Of course, it’s just because of how much of a role model he’s been for me in terms of teaching and..." mak "Umm...yeah." scene amimak21 with dissolve mak "So...I guess we could talk about that if you want." a "…" mak "…" a "…" mak "…" scene amimak25 with dissolve a "…" mak "Ami?" a "I’m keeping an eye on you, Makoto..." mak "What? Did I...do something wrong?..." scene black with dissolve2 "In the end, Ami never learned how slope intercept form works." "She wound up memorizing the formula, though, so hopefully she can just...figure it out come test-day." "As for the relationship between these two-" "Well...I’m starting to think it’s just destined to not ever work out..." $ renpy.end_replay() $ day77 = True stop music fadeout 4.0 "………" "……" "…" jump afterschoolevent label day79: scene street_noon with dissolve play music "lifeismostlygood.mp3" fadein 3.0 "Ahh, Friday...the best true weekday of the-" "Well...week." "With over 48 hours on the clock starting right now to do whatever I want, I begin to wonder exactly what the best use of my time would be." "But as I make my way down the street, slightly exhausted from another eventful day as a professional educator, I spot several familiar faces..." scene beachday1 with fade c "Oh, hey! What are you doing over here?" s "I mean...{i}I'm{/i} on my way back from school...which is what I assumed two out of three of you would also be up to. So why are you already dressed in your casual clothes?" s "The last bell only rang like...half an hour ago." scene beachday2 with dissolve ch "Chinami doesn’t go to[school] so she can do whatever she wants!" s "Good for you, Chinami." "I gaze at Chika, slightly confused by both the clothing situation as well as why she’s allowing her sister out in public given her whole immunodeficiency thing." c "Don't look at me like that, Sensei. I know what you're thinking." scene beachday3 with dissolve c "The reason I'm not still in my uniform is...I actually left a couple hours early so I'd have time to meet up with Yumi and Chinami." c "You were asleep when I left so you probably just...didn't notice." s "Do you guys have plans to go somewhere?" y "That’s right. We have plans. So how about you do us a favor and-" scene beachday4 with dissolve ch "Hey! No being mean! Chinami doesn't want to be friends with mean people!" y "What? I'm not being mean. I just-" ch "Leave big sis Chika’s boyfriend alone or he won’t come say hi to Chinami anymore!" scene beachday5 with dissolve c "Chinami...I told you he isn’t my boyfriend. He’s mine and Yumi’s teacher." ch "Yumi goes to[school]? Chinami had no idea." c "Chinami, for the last time, please start saying “I” instead of “Chinami.”" ch "But “I” isn’t Chinami’s name. “Chinami” is." y "Of course I go to friggin' school, Chinami...Just...not as much as everyone else." scene beachday7 with dissolve c "You’re, uhh...probably having a hard time following this, aren’t you?" s "It's less that I'm having a hard time following and more that you three are just an...interesting group." s "It seems like even Yumi is trying her best to behave around Chinami. I haven’t heard her curse at me once so far." scene beachday8 with dissolve y "You’re lucky there’s a kid around. Even I ain't messed up enough to be a negative influence on someone like her." ch "Yumi is Chinami’s second big sister! She visits all the time and brings me candy and other fun things!" s "Is that so?..." y "What? Why do you look so surprised?!" c "To get back on track, the three of us made plans to go to the beach today." s "The beach? Isn’t it a little late for that? The sun's going to be setting any minute." c "That’s exactly why we need to go {i}now.{/i} If we went any earlier, there would be too many people and it wouldn’t be safe for Chinami." c "The beach will be dead in, like...thirty minutes. So this is really the only time we can go." y "That’s right. So you should probably start heading back home to your-" scene beachday10 with dissolve ch "Come with us!" c "Chinami?" y "Wait, hold on a second. He can’t come, he’s a-" ch "Chinami wants to show him her new bathing suit!" c "Chinami...I’m sure Sensei is super busy and-" s "I’ll come." scene beachday11 with dissolve c "Huh? Wait, really?" s "Sure. I didn’t have much planned for the rest of the day anyway." if bonus == True: "Plus, who would I be to deny the sight of two and a half adorable girls wearing swimsuits? This opportunity doesn't present itself every day." "I didn’t even realize Kumon-mi had a beach until a few minutes ago." "So not only am I going to be gifted with a rare and wonderful sight, I’m {i}also{/i} going to find out more about the surrounding area." "This is basically a scientific research trip. And as the teacher for the majority of these girls, I’d be foolish not to go." else: s "But only if Yumi is okay with it. I know my presence can be rather irrtating to her at times and I'd be happier if she could enjoy herself at the beach." y "Oh hell no! Not a chance! No way am I going to wear a bathing suit in front of this creep!" if bonus == False: s "=/" ch "Chinami will!" c "Are you really sure, Sensei? I don't want you feeling like a chaperone or whatever." s "It's fine if it's for scientific research, right?" y "Scientific research my ass! You just want to perv out on us!" scene beachday12 with dissolve c "So what? You look hot as hell in your bathing suit, Yumi. What do you have to lose?" y "Are you seriously okay with this guy having his eyes all over you?!" c "Yeah, kind of." y "What?! The hell is going on with you lately?!" scene beachday13 with dissolve c "Sensei...if you're {i}really{/i} sure you have the time, two of us would love to have you." y "Yeah. And the third one is currently thinking about whether or not she should swim out into the ocean to never be seen again..." scene black with dissolve2 "The bus shows up several minutes later and, like Chika predicted, there’s barely anyone on it." "As it turns out, the beach is only about fifteen minutes away." "I have no idea how I didn’t know this until now, but that’s definitely interesting. " "It seems that Kumon-mi has pretty much everything that anyone could ever want in it..." "………" "……" "…" scene beachday14 with dissolve2 c "So, Sensei...Are you excited to see Yumi and me in our swimsuits? Is your heart pounding?" if bonus == True: s "You seem pretty eager to show yourself off, Chika. If I didn't know any better, I might think you're trying to seduce me right now." c "Seduce you? Me? Of course not. I just want to spend some quality time with my teacher, my best friend, and my sister. What's seductive about that?" s "Nothing when you put it that way, no. But that smug grin and concern for my heart rate is telling another story." else: s "No." scene beachday15 with dissolve y "Uh...the two of us are gonna go get changed, so make sure Stalky McGee over there doesn’t follow us in." s "What kind of immature nickname is that?" ch "Does this mean big-sis will be Chika McGee once they get married?" y "Please hurry up. I don't want to deal with this on my own." c "Sounds good, Yumi. I'll be right in." scene beachday16 with dissolve c "Sucks you didn’t have time to go home and grab your bathing suit. Was looking forward to seeing my teacher shirtless." s "I’m sure there will be plenty more opportunities to see me shirtless. I wouldn’t worry too much." c "Heheh...oh yeah?" c "Lucky for you, you’ll get your first opportunity to see {i}me{/i} like that in just a few minutes." c "Hope I don't...{i}disappoint...{/i}" scene beachday18 with dissolve "And just like that, Chika disappears into the women’s restroom." "I can hear Chinami’s giggling bouncing off of the tiled walls and finding its way back onto the beach...as if gently reminding me that the act of following them here is much more perverse than it seems." scene beachday19 with fade "I move closer to the water and look out toward the horizon." "Sure, it's getting a little late in the day, but it’s still surprising seeing a beach empty- especially since there are still mats and chairs laid out." "I'm not sure what kind of person just...leaves all of their stuff lying around a place like this, but I guess it doesn't make any sort of difference to me." if bonus == True: "I’m just here to hang out with cute girls and get some ‘research’ done." else: "Now, where are all of the seashells?" scene black with dissolve2 "I close my eyes and listen to the sounds of the girls' voices blend in with the wind and the water, hoping that they don't wind up taking too long in there..." "………" "……" "…" scene beachday20 with dissolve c "Hey~" c "Did you miss me?" s "…" c "…" "Jesus Christ." s "Wow." c "You like?" scene beachday21 with dissolve c "We just started selling these at the mall and I kinda {i}needed{/i} to buy one since my old swimsuit is way too small for me now. I look hot, right?" s "I’m kind of at a loss for words, to be honest. Well, at least words that wouldn't land me on some sort of list." c "I won't tell if you don't~" c "I'm gonna go lay out and try to tan for a bit before {i}all{/i} of the sun is gone, but feel free to come by and spend some more time with me if you like." scene beachday19 with dissolve "Chika suddenly walks off and begins to lay out a towel and, in case you were wondering, she looks equally as attractive from behind." "Another minute or so passes by before I hear the second set of footsteps closing in on me from behind." "They’re a bit more aggressive than the first ones- almost like someone is angrily kicking their way through the sand." "That in mind, I’m assuming these footsteps belong to..." scene beachday23 with dissolve y "…" s "…" y "Where did Chika go?" s "Chika? Who's that again?" scene beachday24 with dissolve y "Don’t play dumb with me, asshole. You know exactly who Chika is." s "Sorry. I was just so distracted by your beauty that I momentarily forgot anyone else in the world existed." scene beachday25 with dissolve y "You...fucking pervert!" y "I specifically kept my shirt on so I wouldn’t have to listen to shit like that!" y "Just tell me where the fuck Chika went! I need to know where she wants me to put her stupid fucking bag!" s "Chika? Who’s that?" scene beachday26 with dissolve y "FUCK IT! I’LL FIND HER MYSELF!" scene beachday19 with dissolve "And just like that, Yumi vanishes as well...which only leaves {i}one{/i} more girl..." "I begin to trace lines in the sand with my shoe as I wait for Chinami to come out of the restroom." "I’m honestly a little surprised the other two let her stay in there by herself." "I mean, it’s not like she’s [young]enough to need {i}constant{/i} supervision, but it still seems to me like Chika and Yumi are used to coddling her." "Oh well. I’ll just be the nice guy and wait for her to-" ch "Chinami is here now!" s "What? Where?" ch "Behind you!" scene beachday28 with fade ch "If Chinami was an assassin, you would be in big, big trouble right now!" s "I don't know. I think I could take you." ch "That's just what Chinami wants you to think." ch "Now call her cute and tell her that her swimsuit is the best one here!" s "Chinami is cute." "But after seeing the last two swimsuits, I can not, in good faith, declare Chinami the winner of this battle." scene beachday29 with dissolve ch "Yay!~" ch "Chinami picked this one out for herself! Isn’t her taste super cool?" s "You are definitely your sister's...sister." ch "That is how sisters work, so yes!" scene beachday29r with dissolve ch "Big sis Chika says Chinami isn't big enough to wear a bikini yet, but I promise to show you once I am, okay?" s "Sure, but...please don't rush. I think you're fine the way you are." scene noonsky with fade "Just like the other two, Chinami wanders off and starts doing her own thing." "I can’t imagine being able to fairly split my time between all three of the girls since the sun is already beginning to set..." "So I think I’m going to have to choose one and just focus on them, unfortunately..." "I wonder who that should be though?..." menu: "Spend time with Chika": if bonus == True: scene beachday30 with dissolve "I slowly walk up to Chika from behind, trying my best to keep my presence unrecognized." "Part of me wants to just stare at her until she realizes I’m here but-" "Actually, that’s exactly what I’m going to do." "She looks too good from this angle to not take advantage of the opportunity." s "…" c "…" s "…" c "…" s "…" c "Enjoying the view?" s "I'm not sure if I'm meant to assume that you're talking about the ocean or...something else." c "We both know you're not paying any attention to the ocean..." scene beachday31 with fade "I step to the front of Chika and take a seat on her towel as well." s "It appears I have been caught red handed." c "Am I not cute enough from the front for you?" s "Of course you are. I just don't get many opportunities to look at you from that other angle." scene beachday32 with dissolve c "Well forgive me for not creating more opportunities for you to stare at my ass." s "It's fine. Just do your best to create more in the future and everything will turn out okay." scene beachday33 with dissolve c "Aww, how sweet of you." s "I feel like you're supposed to be sarcastic right now, but that smile seems genuine so I can’t really tell if you are or not." c "I guess I'm being a {i}little{/i} sarcastic...but I also understand that boys will be boys and that if there is an ass, you're probably going to stare at it." s "Right. And you know {i}all{/i} about boys, don’t you?" scene beachday31 with dissolve c "Okay, well now you're just being rude." c "I might not be the most experienced when it comes to dating, but it’s not like I don’t {i}understand{/i} boys or whatever." c "You’d be surprised at how many articles I’ve read on how to appeal to them and...you know. That sort of thing." s "Oh yeah? Trying to capture someone’s heart?" scene beachday34 with dissolve c "{i}Maybe~{/i}" c "But how about you, Sensei? I know we’ve talked about it before...but has anyone been catching your eye lately?" s "Well...I chose you today, didn’t I?" scene beachday31 with dissolve c "You did...but my competition was my little sister and a girl who constantly tells you she wants to rip your penis off." c "I don’t know if this is a victory I can take pride in." s "You should. In all honesty, I probably would have picked you before anyone else anyway." scene beachday35 with dissolve c "Oh come on...you don't mean that." s "After seeing you from that...previous angle, I think it would be kind of hard to choose anyone else." s "At least not until I calm down." c "…" s "…" scene beachday36 with dissolve c "Mm..." "Uh-oh." c "I was hoping for a more romantic answer, you know." c "You’re lucky I let you stare that long in the first place, Sensei. And even {i}more{/i} lucky that I haven't tossed our little lingerie modeling plan out of the window to punish you." s "Anything but that. It’s all I have left to look forward to in life." scene beachday32 with dissolve c "Aww, really? You poor thing." c "I guess you’re just going to have to be a good boy and remain patient, then. And keep hanging out with me, of course." c "Also if you wanted to buy me flowers or...do other romantic things, that would be cool too." c "And who knows? If you're lucky, maybe I’ll even give you a little something in return?" s "Does that mean what I think it means?" c "I wonder..." else: scene sky with dissolve "I start to make my way over to Chika, but get distracted by how pretty the sky is." s "Wow. The clouds sure are beautiful today." c "Would you say they're as beautiful as m-" s "Chika, be quiet. I am looking at the clouds." s "You will scare them away." c "But...but it's my part of the event! You're supposed to-" s "The clouds, Chika! Think of the clouds!" scene black with dissolve2 if bonus == True: "Chika and I bask in the sun for another thirty minutes or so before Yumi starts complaining about wanting to go home." else: "I stare at the clouds for another thirty minutes or so before Yumi starts complaining about wanting to go home." "It seems like a bit of a waste to only come to the beach for around an hour, but I guess with the current Chinami situation, that’s really all we can do." "Besides, it’s not like it was a far drive." "And I got to spend some time with Chika because of it, so I’m not complaining at all." "In fact, all things considered, today was a pretty good day..." $ renpy.end_replay() $ day79 = True $ chika_love += 1 stop music fadeout 4.0 "{i}Chika’s affection has increased to [chika_love]!{/i}" "………" "……" "…" jump endofweekday "Spend time with Yumi": scene beachday37 with dissolve "I manage to find Yumi slouched up against the wall of a nearby restroom after wandering around looking for her for several minutes." "The only thing is, she’s fallen asleep...which means that she may very well misunderstand the situation if she wakes up right now." y "…" s "…" scene beachday38 with dissolve y "Mm..." "Oh no. How could this have happened?" scene beachday39 with dissolve y "...Mm?" s "Hey. Did you have a nice nap?" scene beachday40 with hpunch y "W-W-W-W-What the fuck do you want?! And why are you just standing there like a creep?!" y "You didn’t try to touch me while I was sleeping did you?! Because I swear to God I’ll fucking murder you!" s "Calm down...I didn’t touch you. I just wanted to see what you were up to." y "Bullshit! Like you’d try and talk to {i}me{/i} while Chika’s right over there!" s "Nope...came straight for you. I’m actually surprised at how quickly you fell asleep." scene beachday41 with dissolve y "Yeah, well...I don’t fuckin' like the heat." s "Then why don’t you take your shirt off?" scene beachday40 with dissolve y "I don't know! Why don't {i}you{/i} fucking kill yourself?!" s "Oh, come on. Am I really bad enough for you to wish death upon?" y "Fuck yes you are!" "I move to sit down next to Yumi and-" scene beachday42 with dissolve y "Why do you suddenly think you're allowed to sit next to me?!" "And that happens." s "It’s a public beach, I can sit wherever I want." y "Bullshit! This is the only spot with any shade! I need to be here or I’ll fucking die!" s "Then I guess you’ll just have to put up with me." scene beachday43 with dissolve if bonus == True: y "You some kinda masochist or something? Do you get off on girls being mean to you?" else: y "The fuck, dude? Do you actually, like, {i}enjoy{/i} girls being mean to you or something?" s "Maybe a little bit. Aren’t you the same, though?" scene beachday44 with dissolve y "Huh? What? The fuck you talking about?" s "I don’t know if you’ve realized this, but you tend to blush a lot whenever the two of us are arguing." scene beachday45 with dissolve y "I...I do not!" s "You’re doing it right now." y "The only reason I’m turning red is because being around you makes my blood boil!" y "It makes me want to...I don't know! Fucking kill somebody!" s "Really?" y "Yes, really!" y "Now, get the hell away from me before I actually do something about it!" s "Hmm..." "Ignoring her demand, I lean up against the wall Yumi is slouched against, bringing the two of us mere inches apart." "At least at first. Yumi instinctively slides away the second my back touches the wall." s "You look cute when you’re about to kill someone, have I ever told you that?" y "What?! No! Who the fuck says something like that?!" s "Do you not like being called cute or something?" y "Not by {i}you{/i} of all fucking people!" s "So it would be fine if someone else called you cute?" if bonus == True: y "No! None of it would be fine! It’s just worse hearing it from someone constantly imagining me with my clothes off!" s "I mean...I don't do it {i}constantly...{/i}" else: y "No!" s "You're right. Everyone is unnattractive and undesirable." s "Anyway, want to hug?" scene beachday46 with dissolve y "THIS IS EXACTLY WHY I DIDN’T WANT YOU FUCKING COMING HERE TODAY!" y "I’M JUST GOING TO GO FUCKING DIE IN THE SUN! ANYTHING IS BETTER THAN THIS SHIT!" s "Wait...stay a little longer." "I call out to Yumi as she’s pushing herself off the ground." "She stops moving, but I’m sure it’s more of a reflex than her actually wanting to stay." scene beachday47 with dissolve y "What?...And this better be good." s "Can I tell you one thing without you getting mad at me and calling me a pervert or an asshole or something?" y "Probably not, but just fucking say it so I can leave." s "Okay, well-" s "I really {i}do{/i} think you're cute, Yumi. I'm not just lying to get your shirt off." scene beachday46 with dissolve y "FUCK YOU! I’M LEAVING FOR REAL THIS TIME!" scene black with dissolve2 "Yumi springs off of the ground and angrily marches over to where Chika is sunbathing. " "She complains about wanting to go home and, after a bit of prodding, manages to convince her." "It gets dark several minutes later, so Yumi’s desire to leave wasn’t completely unfounded." "But, despite her storming off on me and spending yet another 50%% of her dialogue on insults, I feel like the two of us managed to become slightly closer." $ renpy.end_replay() $ day79 = True $ yumi_love += 1 stop music fadeout 4.0 "{i}Yumi’s affection has increased to [yumi_love]!{/i}" "........." "......" "..." jump endofweekday "Spend time with Chinami": scene beachday49 with dissolve2 "Not knowing how to choose between Yumi and Chika, I decide to play it neutral by spending time with Chinami." if bonus == True: "Is this the appropriate thing for a man my age to be doing? Absolutely not. But it’s not like I have any ill intentions in doing so." "At least...not yet." "I like to tell myself that I haven't fallen far enough to consider something like that, but..." "Sometimes, you don't realize how deep you've fallen until you start trying to climb your way back up." else: "At least I know she won't bully me or say anything bad about clowns." s "Hey, Chinami. What are you up to?" ch "Playing in the sand!" ch "Chinami doesn’t know how to swim, so she likes to just watch the water and look for seashells." s "That’s...nice. Have you found any yet?" ch "Nope! I found three hermit crabs, though. Wanna know what I named them?" s "Sure." ch "Hermit Crab 1, Hermit Crab 2, and Hermit Crab 3." s "Were those really the most interesting names you could come up with?" scene beachday50 with dissolve ch "Are they not good?..." s "Well, uhh...Actually, they’re fine. They’re...very creative." "I guess I probably shouldn't be pointing out the flaws in a child's minimalist approach to naming sea creatures." scene beachday51 with dissolve ch "Umm..." ch "Can Chinami ask you a question?" s "Hm? Sure. What’s up?" ch "Why are you spending time with Chinami instead of her big sisters?" s "I don't know. I just...am." ch "Does this mean you like little girls?" s "..." "I'm not sure what expression crosses my face when Chinami says that, but I'm almost certain it's not a good one." "I’m sure she doesn’t mean anything by it, but the wrong answer here could...have some pretty hefty repercussions if she tells anyone else about it." "As such, I quickly glance over to make sure Chika or Yumi aren’t listening in and getting the wrong idea." s "Chinami...you shouldn’t say things like that." scene beachday52 with dissolve ch "How come? Is liking little girls bad?" s "In this context, probably." s "In fact, there are very few contexts in which that would not be bad." ch "What is a {i}context?{/i}" s "Context is like...a particular situation. But yeah, don't ask people that anymore." scene beachday53 with dissolve ch "Hmm...Chinami doesn't really get it. But you’re an adult, so Chinami has to listen to you." s "Exactly. Good girl, Chinami. Always listen to adults unless they tell you to do something weird." ch "Big sis told me about people who try to lure girls like me into big, white vans and sell them on the black market. Is that what you're talking about right now?" s "Did...Chika really tell you something like that?" "Chinami shakes her head and continues digging her fingers into the sand." scene beachday52 with dissolve ch "Big-sis Yumi did. She’s worried that somebody might take me someday, so she’s training me in self-defense and teaching me about all sorts of bad people." s "Has...she said anything about me?" ch "Mhm. That’s when she first told me the van thing." s "..." ch "She said you might try to steal me away and be really mean to me, but you seem nice!" scene beachday49 with dissolve ch "So Chinami has decided it’s okay to get in your van!" s "Uh..." ch "What's wrong? Did Chinami make a bad decision?" s "Okay, well...let me preface this by saying to please never get in {i}anyone's{/i} van." ch "Not even yours?" s "{i}Definitely{/i} not mine." s "I don’t even own a van, Chinami. Nor do I think it would be safe for me to buy one given what you just told me." scene beachday53 with dissolve ch "Chinami is confused again. If you don’t want a van, you don’t have to get one." ch "That's what the bus is for. And the bus is fun!" scene beachday49 with dissolve ch "The seats are really big and squishy and Chinami doesn’t need to wear a seatbelt." s "Chinami always needs to wear a seatbelt." ch "She does?" s "Absolutely. And make sure you tell Chika and Yumi about that so they know I’m not trying to corrupt you." ch "Okay! Chinami wants you and big sis to get married, so she’ll do whatever you tell her to do!" s "Please stop saying things that can be so easily misunderstood..." scene black with dissolve2 "Chinami and I talk for a little while longer before Chika stops sunbathing and comes to hang out with us." "Apparently, she felt bad that I had become a self-appointed babysitter all of a sudden..." "And so the three of us built sandcastles until Yumi decided that she had had enough of the beach and wanted to go home for the day." if bonus == True: "All in all, I had a surprisingly good time...even if a good portion of it was spent talking to a girl probably a third of my age..." else: "All in all, I had a surprisingly good time...even if a good portion of it was spent talking to a wizard." $ renpy.end_replay() $ day79 = True stop music fadeout 4.0 "………" "……" "…" jump endofweekday "qzɟlǝz dɹʞlʎ" if ayane_love > 2000: stop music play sound "static.mp3" scene beachday31 with flash scene newroom15 with flash scene connect with flash scene beachday45 with flash scene newroom15 with flash scene connect with flash scene beachday49 with flash scene newroom15 with flash scene connect with flash scene xbeachdayx1 with flash stop sound play music "isingforyou.mp3" $ renpy.pause(10, hard=True) q "Uhhhhhhh.................." "Girl appear before me. Don't know her." "Gotta ask question." s "?????????????" q "..." q "So..." q "Umm..." scene xbeachdayx2 with dissolve q "Shit. What am I supposed to do about this?" s "????????????????????" "Question gets more question mark because more confuse." scene xbeachdayx3 with dissolve q "You, uhhh...feeling okay there, buddy?" q "Wanna take a seat? Maybe help yourself to a nice hot bowl of ramen?" q "Getting some more carbs in your system might help give you the energy you need to get back to the real event or...or something." s "RRRRRRRRRRRRRRRRRRRAMENNNNNNNNNNNNNNNNNNNNN" q "Yeah, yeah! Ramen!" q "I've gotta say, you showing up here unannounced like this is, uhh..." q "Well, let's just say I'm not sure if I'm supposed to be {i}impressed{/i} or {i}worried{/i} or {i}terrified{/i} or...I don't know." q "Throw some other adjectives out there for me." s "Horny!" "Say favorite adjective because good word and want sex girl." scene xbeachdayx4 with dissolve q "Yeah, uhh...no thanks. Definitely not what I was looking for." scene xbeachdayx5 with dissolve q "But, uhh....oh! I know!" q "This just means that we can get to know each other a little better!" scene xbeachdayx2 with dissolve q "Or...wait. No it doesn't since you're probably not going to remember any of this anyway." q "And on top of that, {i}I'm{/i} not even supposed to be here either..." q "See, this is exactly why I've been pushing for a dedicated cafeteria for so long. This same thing happened to Shiori like, not even a month ago." s "GIVE RAYMOND NOODLES" scene xbeachdayx5 with dissolve q "Ramen! {i}Ramen{/i} noodles. Got it? Say it with me. Ra-" s "RAYMOND NOODLE" scene xbeachdayx6 with dissolve q "God I hate Fridays." "I start pound table anger because girl noodle want sex give" "Where other girl" "Was beach a minute ago and now not beach but still beach" "Ughhhhh" scene xbeachdayx7 with dissolve q "Okay...uhh...shit." q "Yeah, so...I'm only supposed to do this when I {i}really{/i} have to and I've got no idea if this constitutes one of those times or not...so...let's just hope it works, I guess?" q "Can you...uhh...close your eyes for me? Just for a second." scene black with dissolve2 q "Good b- wait. Nope. Didn't mean to say that." q "Anyway! Uhh...spin around!" q "Jump up and down!" q "Shout the name of your favorite pizza topping!" s "Pepperon-" stop music play sound "static.mp3" scene beachday31 with flash scene newroom15 with flash scene connect with flash scene beachday45 with flash scene newroom15 with flash scene connect with flash scene beachday49 with flash scene newroom15 with flash scene connect with flash scene bedroom_night with flash stop sound "I had a good day at the beach with Chika, Yumi, and Chinami." "Now, it is time for bed." scene black with dissolve2 $ renpy.end_replay() $ day79 = True "........." "......" "..." jump advancetosat label day80: scene showdown1 with dissolve play music "happyandplotting.mp3" fadein 5.0 sa "…" s "…" scene showdown2 with fade m "…" m "Okay...can someone explain to me what’s going on here?" m "I was under the impression that I was going to the movies with Ami." a "We {i}are{/i} going to the movies! I just need to kick Ayane’s butt in a cooking competition first!" ay "Oh, please! As if I’d let you win a competition as important as this!" ay "This might be the only chance I ever get to directly compete against you for Sensei's heart! I will not let you take this from me!" a "Sensei doesn’t want your bubble wrap empire, Ayane!" ay "Neither do I so that's just one more thing we have in common!" "So, here we are...The ultimate showdown between Ami and Ayane- two [teenage]girls giving all they have to impress three of us (But mostly me) with their cooking." "I'm a little worried about giving Ayane access to so many knives during a battle in which my {i}love{/i} is the prize...but I figure I’ll be able to step in if she does decide to get all...’Ayane.’" scene showdown3 with fade sa "Um...thank you again...for inviting me over..." sa "I’m sorry to...intrude like this..." s "It's fine. Make yourself at home." m "And what is {i}this?{/i} When did you two start warming up to one another? Why are so many strange things happening today?" scene showdown4 with dissolve sa "U-Umm...Sensei...has been coming to the bar I work at recently and..." sa "He’s been helping me...get more comfortable around other people..." scene showdown5 with dissolve m "Is that so?..." m "I didn’t realize he was actually capable of instructing anyone in ways that don't directly benefit him." s "Everyone benefits from a more talkative Sana. She is a welcome investment of my time." m "Sana, blink twice if you are being forced to comply against your will." sa "I'm...not a hostage! Sensei has...actually helped a lot!" sa "I’ve only cried a couple times so far!" scene showdown6 with fade s "Was telling her that part really necessary?" m "So...because you’ve only cried {i}a couple times{/i}, you think he’s doing a good job?" s "See? Now she's just going to use that against us and you're never going to learn how to talk." sa "I'm sorry...I...I..." m "Sana, if you really want help when it comes to communicating, let me handle it. I can guarantee you I'll be of more assistance than him." scene showdown7 with dissolve s "We're trying to teach her how to {i}talk{/i} to other people, not how to make them feel insignificant and unwelcome." sa "I...think Sensei...is doing a good job...and um...I think...I'm going to stay...with him..." m "You will regret this decision, but it is yours to make." sa "Did...um...something happen between you two?..." sa "You seem...a little different outside of school..." a "Don’t mind them, Sana! Those two are never going to get along. Me and Ayane have already accepted it." "Ami calls out from the kitchen and sums up the relationship between Maya and me pretty perfectly." "I don’t know if I’d go as far as saying that we’ll {i}never{/i} get along, though..." "Maya will {i}have{/i} to warm up to me some day, right?" "…" "Right?" scene showdown2 with fade m "How much longer do we need to wait until this {i}competition{/i} actually begins? I'm starving and I envisioned myself with several buckets full of popcorn by now." a "You're gonna have to ask Ayane. She's the one who's supposed to be going-" ay "Silence! And fear no more, Maya! For the first course of several unbelievable courses is about to be served..." scene showdown8 with fade ay "We’ll be starting today off light and indulging in our wonderful culture with a staple of nearly every Japanese dish...rice." ay "While it may not be the most {i}exciting{/i} food item you will be eating today, it's important to remember that good rice can elevate a dish to unbelievable levels!" ay "And even though it may {i}seem{/i} simple, there are countless different ways to use it and even more ways to-" m "I'm sorry, is the monologue part of the dish? Or am I allowed to eat now?" scene showdown8r with dissolve ay "You may eat! But please remember to like, comment, and subscribe if you enjoy it!" scene showdown9 with dissolve sa "Subscribe to...rice?..." s "This seems like a lot of rice, Ayane. I don't really think any of us want to fill up on-" scene showdown10 with fade m "Seconds, please." s "..." sa "..." m "..." scene showdown11 with dissolve m "...What?" scene black with dissolve2 "Ayane’s rice is...well, rice." "It’s cooked properly and not seasoned in any way." "It’s just...a typical side dish you'd receive at a restaurant alongside miso soup." "That said, I couldn't really find any issues with it either. So I guess this sort of...simplistic form of cooking is in line with how Ayane likes to do things." scene showdown12 with dissolve a "Hi, everyone! Did you all enjoy Ayane's first dish? Or do you think it was super boring and that she should get locked inside of a shed somewhere?" ay "Hey! You can’t ask questions like that in the middle of the competition! It’s unfair!" ay "Sensei! Deduct points from her score!" a "Please ignore the loud noises coming from the kitchen. Our ice machine broke and has been making a strange whining sound all morning." ay "Ami! You know I hate it when you compare me to industrial appliances!" scene showdown13 with dissolve a "Anyway! Please enjoy my version of Ayane’s super boring dish but with an extra special ingredient! Thank you very much for your time and remember to vote Ami!" scene showdown14 with fade sa "..." s "..." m "What?..." m "Why are you both looking at me?" s "We want to watch how you eat." sa "I’m...also curious..." m "Why?..." scene showdown16 with dissolve sa "I...don’t know..." sa "It’s just...kind of impressive, don’t you th-" scene showdown10 with hpunch m "Seconds, please." scene showdown17 with fade sa "Wha-" s "We looked away for too long..." sa "It...was only a couple seconds..." m "I honestly don't understand what you two are so riled up about. I'm just doing the same thing I always do." sa "You are...{i}always{/i} like this?..." s "Just leave it alone, Sana. She's a monster..." scene black with dissolve2 "Ami’s rice is...also rice." "However, just like she hinted at, there’s an extra special ingredient in it." "And that ingredient?..." "Is love." "Just kidding. It’s salt." "Ami must have salted the rice before bringing it to us, which I greatly appreciate since I put salt on virtually everything." "And just like that, we have our first example of her directly catering to my tastes without thinking about what the other judges will think." scene showdown18 with dissolve2 sa "So...what do you think, Sensei?...Which one was better?..." s "Ami, without a doubt. " s "Ayane’s rice was probably cooked a little better. But without any seasoning, I just can't say I'd choose it over Ami's." ay "Sensei! You know that salt is bad for your heart, don't you? For the sake of your health, I think you should lay off." if bonus == True: ay "How do you expect to raise our children with your sodium levels through the roof?" a "Stop trying to raise a family with my [uncle]!" else: ay "If you do not be careful, I will be making necklaces out of {i}your{/i} bones soon! Hahaha." a "Stop trying to turn my client into a necklace!" ay "No!" s "…" sa "...Uhh." sa "Anyway...I think I liked...Ayane’s more..." scene showdown5 with dissolve m "I’m also going to choose Ayane for this round." m "I didn’t particularly favor either dish. I just don’t want to vote for the same person he does." a "Maya! That’s not how this works!" m "I am an unbiased judge. Please continue on with the competition." scene black with dissolve "………" "……" "…" scene showdown8 with dissolve ay "So! Now that I've already won the first round, I’ll be counting on you guys to support my love- err...{i}food{/i} at least one more time to lock in a victory for me!" ay "For the main course, we have a-" scene showdown19 ay "Wait...Sana? What’s wrong?" scene showdown20 with dissolve sa "..." ay "What happened? Did I do something wrong?" m "Uhh..." s "I’m surprised you haven’t heard about this story, Ayane." ay "Story? What story?" s "Sana has a traumatic experience when it comes to spaghetti." ay "What? How does that even happen?" sa "I...can't do this..." s "It’s a long story." sa "Sp...sp...sp..." m "Uhh..." m "I’m just going to eat now." scene black with dissolve2 "Despite Sana’s disposition toward the dish, Ayane’s pasta is quite nice." "I'm not sure if it's something that I could eat every day. But it's definitely something I wouldn't mind ordering again if this were a restaurant." "I think it's pretty safe to say Ayane has already lost one voter for this round, though..." scene showdown20r with dissolve sa "…" s "Are you okay?" sa "I’ll be fine..." scene showdown20r2 with dissolve m "I can’t believe this is a sentence I am about to say, but..." m "Can you tell me the spaghetti story?" s "You're ready for the spaghetti." m "Please never say that again." scene showdown12 with dissolve a "Sorry guys, but the spaghetti story is going to have to wait!" a "What I just laid out in front of you will be your second main course for the night- and I'm sure it goes without saying, but it's better than stupid spaghetti." sa "Spa-!" scene showdown21 with dissolve "Sana’s eyes light up when a plate of omurice shows up in front of her." "Omurice is-" play sound "dooropen.mp3" scene showdown21r with dissolve ay "Hm? Molly? What are you doing here?" mo "My hearthstone was off cooldown and I heard that Ami was making omurice, so I figured I'd drop by and pick some up!" mo "Here's a weebnote for you, Ayane- did you know that omurice is a Japanese comfort food made up of an omelette and, you guessed it- rice?" ay "...Yeah. Yeah, I knew that." mo "Did you also know that it’s a staple in not only many diners, but also places like maid cafes?" ay "Yup." a "Oh, hi Molly. I made an extra serving for you and put it in a container on the counter. You can just give it back to me in school, okay?" scene showdown21r2 with dissolve mo "Thanks, Ami! Grats in advance on completing your quest for your uncle's heart!" play sound "dooropen.mp3" scene showdown21r3 with dissolve ay "Well, that was weird." sa "This..." sa "This is...one of my favorite foods..." s "My vote is for Ami." scene showdown21r4 with dissolve ay "Huh? But you haven't even eaten it yet. How can cheap diner food like that beat homemade pasta?" s "Ayane, I don’t think you understand." s "Ami’s been spending the last two months practicing this exact dish." s "I don’t know where her fascination with it came from, but I can assure you that she has all but perfected it." sa "I’m...going to start eating now..." scene showdown22 with dissolve m "Yeah...sorry, Ayane." m "You're going to lose this one." scene black with dissolve "As expected, Ami’s omurice is out of this world." "It’s kind of like eating a pillow if pillows were made of eggs and covered in ketchup." "Weird comparison, I know. But I promise you, there is nothing more comfortable than this very dish..." scene showdown23 with dissolve sa "I pick Ami." s "You know...maybe there {i}is{/i} a god after all?" scene showdown2 with dissolve m "I can’t...not vote for it..." m "Even though it’s the same thing you picked..." m "Why is this happening to me?" a "Yay! This means I win round two!" ay "Don’t jump for joy just yet, Ami! We still have the dessert round!" ay "And I know exactly what these three need in order to finish this competition the right way!" scene showdown24 with dissolve ay "Ladies and gentlemen! Ayane-fans around the world!" ay "Feast your eyes on a timeless classic!" ay "{i}You{/i} know it! {i}I{/i} know it! We {i}all{/i} know it!" ay "It’s-" scene showdown25 with hpunch ay "One very large banana!" sa "…" s "…" scene showdown26 with fade m "What the fuck is this?" scene showdown27 with dissolve ay "Okay, so...I was kind of hoping that I would beat Ami in the first two rounds so I didn’t have to worry about dessert." ay "I’m...not really great at baking or...cooking any of that sweet stuff, so..." ay "The giant banana was really the only option." scene showdown26 with fade m "How?" m "Why?" m "I have so many questions." scene showdown25 with dissolve sa "What...are we supposed to do with it?" ay "Eat it like any other banana!" ay "Peel it! Dice it! Share it with friends!" ay "Go bananas!" m "I fucking hate you, Ayane." s "I don't think I want to eat this." sa "Yeah...I don’t really trust it..." scene black with dissolve2 "Ayane wound up having to drag the banana outside while Ami finished preparing her desserts..." scene showdown12 with dissolve a "Okay! So, I decided to do something fun for the dessert round and made something special for all three of you!" scene showdown29 with dissolve a "For Sana, an entire box of doughnuts! And for Sensei, some leftover ice cream we had in the freezer!" a "It might not be much, but it still beats the giant banana! Ami wins!" a "Oh. And for Maya-" scene showdown30 with hpunch m "!!!!!!!" m "I can’t move." s "Is Maya...actually smiling right now?" a "The easiest way to Maya's heart is with a watermelon. Remember that, Sensei." m "Ami, I can’t move. Help." a "She’s also easily paralyzed by excitement whenever someone surprises her with one!" m "I can’t feel my legs." a "It’s actually kind of cute, isn't it? She's like one of those goats that faint whenever they get scared." m "Ami, help. Please." m "Feed it to me." m "Feed me the melon." scene black with dissolve2 "In the end, Ami was the clear winner of the first ever Arakawa vs Amamiya cookoff." "Would Ayane have had a chance if she had actually made a dessert? Maybe." "But I guess we’ll never know, will we?" "There is still one thing on my mind, though." "And it’s something I just can’t seem to shake no matter how hard I try." stop music "Just where the hell did Ayane find a banana that large?..." $ renpy.end_replay() $ day80 = True $ ami_love += 1 $ ayane_love += 1 $ sana_love += 1 $ maya_love += 1 stop music fadeout 6.0 "{i}Ami’s affection has increased to [ami_love]!{/i}" "{i}Ayane’s affection has increased to [ayane_love]!{/i}" "{i}Sana’s affection has increased to [sana_love]!{/i}" "{i}Maya’s affection has increased to [maya_love]!{/i}" "………" "……" "…" jump saturdayafternoon label day83: scene kirinoff0 with dissolve play music "phantomthief.mp3" "And so another boring shift of sitting in the office and waiting for someone to show up begins." "Most of the girls have either gone home or headed elsewhere to study by now, but I’m still obligated to hang around in the event that {i}one{/i} of them didn’t." "Honestly, it’s a pain." "I get that people have problems and all that, but I really wish they’d have them at more convenient times of the day." "I don’t want to stay here any longer than they have to. I have...stuff to do." "But..." "I guess that “stuff” is just hanging around [teenage]girls anyway so, as long as someone actually shows up, I guess it doesn’t make much of a difference." "Of course, that isn’t always the case, though..." play sound "knock.mp3" q "Helloooo? Anyone in there?" "Huh...That’s not a voice I recognize." "Maybe it’s a girl from one of the other classes looking for her teacher?" "Or, better yet, maybe it's a cute new transfer student who’s gotten lost and is looking for someone to guide her around the campus?" q "Huh...Guess no one is here after all." s "Wait, no. I’m here. You can come in." "I call out to who I hope is a transfer student and wait for her to enter the room." play sound "dooropen.mp3" "…" scene kirinoff1 with dissolve ki "Hiya~ Nice office you’ve got here, Sensei." s "...Karin?" "Or...at least that’s what I think her name is?" "I know she’s one of the girls on Miku’s soccer team but it’s not like I had the best opportunity to actually {i}talk{/i} to her last time we were near each other." scene kirinoff2 with dissolve ki "Uhh, no...I’m Kirin. Karin is my older sister." scene kirinoff3 with dissolve ki "But...I guess I can let you off the hook since this is our first time actually talking." ki "Our names are pretty close anyway, so it’s whatever." s "Right, right. Well, I’m sorry either way. It won’t happen again." scene kirinoff1 with dissolve ki "Good. I’m going to hold you to that." s "So, {i}Kirin{/i}, what brings you here today?" scene kirinoff4 with dissolve ki "Hmm...I don’t know. Boredom, I guess?" scene kirinoff5 with dissolve ki "I’ve never been in any of the counseling offices before, and my teacher is kind of a bitch sooo...I figured I’d come visit yours." ki "That’s okay, right? It doesn’t look like you’re doing anything." s "What do you mean? I’m clearly very busy." ki "Yes, yes. Of course you are. I can tell how much of a burden my presence must be, but I humbly ask you to let me hang out here for a little while." s "I mean, I’m fine with it, but why {i}here{/i}? Don’t you need to be studying or something?" ki "Studying is boring. I want to do something fun." s "Normally people don’t come to the counseling room in search of fun." scene kirinoff6 with dissolve if bonus == True: ki "Really? Cause I could have sworn I heard these weird moaning sounds the last few times I’ve walked by." else: ki "Really? Cause I could have sworn I heard you listening Sandstorm by Darude on repeat that last few times I've walked by." s "…" s "Uhh..." scene kirinoff7 with dissolve ki "It’s okay. You don’t need to hide anything from me. You can do whatever you want in here." ki "It’s your office, after all." if bonus == True: ki "If you want to use it to have sex with your students, that’s totally cool. I won’t tell on you." else: ki "If you want to use it to listen to Sandstorm, that’s totally cool. I won’t tell on you." s "This is...not at all how I expected our first conversation to go." scene kirinoff5 with dissolve ki "Hmm...No, I guess it’s probably not." s "You’re really not going to tell anyone?" ki "Nahh. It’s more fun being in on secrets than exposing them." if bonus == True: scene kirinoff4 with dissolve ki "You should probably try and convince the girls to keep it down, though. If anyone else walked by, you would probably get in a lot of trouble." "Did...anything like that ever even happen in here, though?" "And how would Kirin have even heard it if it did?" "What sort of reason would she have ever had to come over here?" s "Hey...can I ask you something?" scene kirinoff6 with dissolve if bonus == True: ki "Whaaaat, you want {i}me{/i} to engage in a secret relationship with you as well?" ki "Sensei! I’m shocked! We’ve barely even met and you’re already looking at me like a vulture looks at a dead rabbit." else: ki "What's that? You want to see my old Sandstorm dance routine?" ki "Well, I mean...if that's what you really want..." s "I was just going to ask you about your hearing..." scene kirinoff2 with dissolve ki "My...{i}hearing{/i}?" ki "That’s so boring. Talk about something more fun." s "Fun isn’t really my strong suit. But if you want to stand here and continue flirting for a while, I seem to have gotten pretty good at that as of late." scene kirinoff6 with dissolve ki "Is that what it is? I’ve been wondering why everyone’s been going crazy about you." ki "Even Miku won’t shut up about you and she’s never even mentioned a boy before." s "Ahh, okay. I see what’s going on here." s "You’re not here to kill time. You’re just checking in to see what it is about me that’s making everyone fall for me, right?" scene kirinoff4 with dissolve ki "Hmm...Well, I guess that’s one of the reasons." ki "You could just be one of those guys that’s destined to lead a harem from the get-go, but...I still think it might be something a little more than that." if bonus == False: s "Ew, harems are gross. I just want to teach." s "Wait, roll back for a second. {i}One{/i} of the reasons? How many are there? What do you want from me?" scene kirinoff7 with dissolve ki "Relax...It's just one more reason. And it’s a pretty simple one, too." s "...Okay?" ki "Basically, I just need you to do something for me." s "And why exactly would I do anything for you? You’re not even one of my students." if bonus == True: ki "No, but I’m cute and I’ll probably have sex with you if you play your cards right." else: ki "No, but I’m cute and I’ll probably give you a shoulder rub if you play your cards right." s "Well, when you put it that way..." s "What do you need?" scene kirinoff8 with dissolve ki "Geez...boys really {i}are{/i} easy, aren’t they?" s "What you said can not be taken back. I hope you’re aware of that." scene kirinoff9 with dissolve ki "Yeah, yeah. I know. I won’t take anything back." ki "Besides, the favor I need today is pretty standard anyway." s "And what is this favor, Kirin?" scene kirinoff1 with dissolve ki "I need you to vouch for me whenever I don’t come to[school]." ki "This place is boring and I don’t want to come anymore." if bonus == True: s "You think I’d risk losing my job for the chance of having sex with you?" else: s "You think I'd risk losing my job for a shoulder rub?" ki "Yes. But, because I’m so nice, I’m willing to offer something else for today and today only." s "...I’m listening." if bonus == True: jump kirinofficex else: scene black with dissolve "Kirin looks over her shoulder to make sure the door is closed before retrieving a suitcase from under the table (No idea when she put it there) and sliding it across the desk to me." ki "This is one billion US dollars." s "My god..." ki "Do we have a deal?" s "How did you fit it all in one suitcase?" ki "That's a question for another day. Are you in or are you out?" s "The shoulder rub probably would have been enough, you know." ki "I don't have all day, boss." s "Fine. I'm in." "I don't know what I just signed up for, but I'm not about to turn down-" s "Hey, wait a minute. This is just the third season of Seinfeld on DVD." ki "Is it?" s "Yes. See? It says {i}Seinfeld Season 3{/i} right there on the cover." ki "Hmmmmmmmmmmmmmmmmmmm..." s "What's your game here, Kirin?" ki "Hmmmmmmmmmmmmmmm..." s ".........???????????????????" ki "Bye Sensei!" play sound "dooropen.mp3" s "Wtf" $ renpy.end_replay() $ day83 = True stop music fadeout 3.0 "………" "……" "…" jump afterschoolevent label day85: scene newyumiroof1 with dissolve play music "10c.mp3" "School has ended for the day and I’m finally on my way home." "With another seemingly endless round of standardized tests around the corner and most of the girls off studying, my counseling hours have been cut back." "So, here I am with an abundance of free time and absolutely nothing to do with it." "And, if today is anything like most days before it, I imagine this is the part where someone walks up to me and starts a conversation before I’m able to decide anything for myself." scene newyumiroof2 with dissolve y "Hey, douche monkey." s "Yumi, that’s not even a thing." y "Well, it is now." s "Great. Did you stop me just to say that?" scene newyumiroof3 with dissolve y "Well...no." "Yumi goes quiet for a moment- which is a thing I don't normally get to think." "Her eyes scan the halls for several seconds before she finds it in herself to swallow her pride and open her mouth again, this time making my day even weirder than it has already become over the last ten seconds." y "I...actually need a favor." s "From me? That’s new." scene newyumiroof4 with dissolve y "Trust me, I’m no happier about this than you are." y "I’ve been dreading having to do this all day...but at this rate, there’s no fuckin’ way I’m going to pass even {i}half{/i} the subjects on this stupid test thing." s "So...you want me to help you study?" scene newyumiroof5 with dissolve y "D-Don’t say it out loud, you fucking dick! Someone might hear you!" s "You’re...afraid of someone hearing that you’re going to study?" y "I’m afraid of someone hearing me ask you for help!" if yumidorm10 == True: s "I’ve told you before it’s fine to ask for help. Don’t worry about it." s "I'm just a little surprised because this is the first time you've actually...you know, done that." else: s "Yeah, now that you say that, I think this is the first time you’ve ever asked me for...well, anything." scene newyumiroof6 with dissolve y "And hopefully the last." y "This is the lowest point of my life and I’m only doing it because I have no other options." "I hate to think what’s in store for Yumi’s future if coming to {i}me{/i} is her best option. I’m sure Chika would be able to help her just fine." "And even though I've never really seen them speak before, I doubt Makoto would say no to someone asking for her help concerning all things education." s "I guess I'll just...go unlock the classroom then." scene newyumiroof2 with dissolve y "Uhh...no. Is it cool if we go to the roof instead?" s "The roof?" y "It’s just...somebody might have left something in the classroom and if they come back for it, they might think I asked you for help or something..." s "But...you {i}did{/i} ask me for-" scene newyumiroof5 with dissolve y "I fucking know! Stop reminding me! Now, are you going to come with me to the roof or not?!" s "How are we even going to get onto the roof? I don’t have a key." scene newyumiroof7 with dissolve y "You’re the teacher and you don’t have a key? The fuck is that about?" s "Do they normally give every teacher a key to the roof? Because that seems like something I should have been informed of." scene newyumiroof3 with dissolve y "Well...whatever. I’ve got one." s "Why?..." y "Because I’m a fucking delinquent, remember?" y "Just assume I stole it or some shit...I don’t care. Point is, I’ve got the key and I’m going to the roof, so if you want to actually do your job for once, follow me." scene newyumiroof1 with dissolve "Yumi angrily storms up the stairs toward the roof and leaves me in the dust." "I take a quick look around to see if anyone has been watching us and, once I confirm that we’re in the clear, I follow her up..." scene black with dissolve2 "………" "……" play sound "dooropen.mp3" "…" scene yumiroof1 with dissolve "Yumi takes a seat on a nearby bench, removing a couple of books she had tucked inside of her blazer." "She lays them out in front of her and takes up a slightly messy seiza position in complete disregard for her skirt as she waits for me to join." y "…" s "…" y "I’m already having regrets about this." s "I haven’t even done anything." scene yumiroof2 with dissolve y "Well, whatever. Just fucking teach me something already." s "Okay...What do you need help with, exactly?" y "Uh...Well, what’s going to be on the test?" s "You don’t even know that?" scene yumiroof3 with dissolve y "How the hell {i}would{/i} I know?! I barely even come here!" s "Good point..." s "Then...I guess we can start with English?" scene yumiroof2 with dissolve y "Sure. Whatever." "I figure I might as well coach Yumi on the one of the few subjects I’m relatively competent in." "It’s kind of hard when she doesn’t tell me what areas she doesn’t understand, though." y "Why the fuck do we need to learn English anyway? I’m not going to America any time soon." s "I don’t think anyone is going anywhere any time soon. We’re kind of stuck here." y "Exactly. They should just take English off the fucking curriculum or whatever it’s called then." s "I mean, basic English isn’t particularly hard once you get the gist of it. At least it makes a lot more sense than algebra." scene yumiroof4 with dissolve y "For real, though. Like...all that shit about slopes that we had to learn a few weeks ago- the fuck even was that?" y "What do slopes have to do with me? We should be learning about, like...taxes or other useful shit that we can actually do something with." s "Right. And speaking of things you can do something with...English." scene yumiroof5 with dissolve y "Shit. Yeah. My bad." y "Do your thing." "Instead of drawing attention to Yumi’s unexpected obedience, I decide to actually start doing the job I am paid to do." "She sits there silently, occasionally scribbling down notes in her notebook as I touch on ideas and topics she hasn’t heard before." "Her handwriting is sloppy, but it’s cute in its own way." scene yumiroof6 with dissolve y "Wait...So what’s with all the different ways to spell “there?” I don’t get it." y "What’s wrong with just using the same one?" s "Think of it like kanji and how most of them can be read in a number of ways." s "Words like “there” and “your” change completely depending on the context of the sentence they're used in." s "What's even weirder is that there are situations where you sort of squish two words together to make alternate forms of those words- like “they're” and “you're.”" y "I get that. But is there, like...a trick to remembering them or something?" s "Uhh...probably? But not one that I know of." scene yumiroof7 with dissolve y "What a stupid fucking language." s "Yeah, it’s pretty ridiculous most of the time. But if you ever want to get out of here, it’s probably best to at least learn a little bit." scene yumiroof6 with dissolve y "You mean like, when they open the borders back up or some shit?" s "That’s right. You don’t intend to stay in Kumon-mi forever, do you?" scene yumiroof8 with fade y "Huh...That’s not really something I’ve ever thought about before." s "Really? Why not?" y "I don’t know. It just...hasn’t occurred to me, I guess." scene yumiroof9 with dissolve y "I’ve never left this city. Don’t even know what it’s like anywhere else." y "I don’t know if you come from anywhere different or...if you've ever gone anywhere else...but is it even worth it to leave?" s "Depends on what you’re looking for, I guess." y "And if we don’t know what we’re looking for? What then?" scene yumiroof10 with dissolve y "Do we just, like...walk around and search for jobs or some shit? That sounds boring as fuck." s "I mean, it definitely sounds boring when you put it that way." "To be fair, I’m on Yumi’s side here." "Life is boring." "Well, old life was boring." "Or at least I think it was." "I'm sure I sound like a broken record, but I can't really remember." "But...this life?" "This one seems fine." "For now, at least." "Things can go wrong at any moment, though." "This is something I’ve learned." "One minute, you can be on top of the world-" "Then the next, your dog gets hit by a car. Or your grandfather goes into cardiac arrest and dies on the way to the hospital." "This world is filled with extremely specific yet entirely spontaneous tragedies like that." "But this isn’t something I need to teach Yumi." "This is something she’ll need to learn on her own." y "Uhh...You okay? You’re like, starin’ through me or some shit. It’s creepy." s "I’m fine. I was just thinking about life." scene yumiroof11 with dissolve y "Well...don’t be getting all mushy about it. It’s my fault for askin’ somethin’ like that anyway." y "I couldn’t care less about leaving this place, to be honest." y "I don’t really care about anything. I just wanna eat good food, sleep late, and live forever." s "Well, one of those is clearly not possible, but I wish you the best of luck." scene yumiroof12 with dissolve y "So, we done here?" s "I don’t know. You tell me." s "You said you needed help with everything but we’ve really only gone over English so far." y "Well, what else is on the stupid test thing? It can’t be more than like...English, Japanese, and math...right?" s "..." y "..." "I think to myself for a moment, searching deep in the back of my mind for any information pertaining to the next round of standardized tests." "I wind up with absolutely nothing." "Uh-oh." s "I...uhh..." y "..." s "..." y "You don't even fucking know, do you?" s "I don't." scene yumiroof13 with dissolve y "Isn’t this your job? How the fuck do you expect to be a teacher if you don’t even know what you’re supposed to be teaching?" s "That’s a good question, Yumi." s "I don’t have an answer for it, but it’s a good question nonetheless." scene yumiroof14 with dissolve y "Well, what the fuck am I supposed to do if we get to a part I don’t know?! Do you have, like...an answer sheet or something I could borrow?" s "…" y "Hello?! Anything going on in that disturbingly smooth brain of yours?!" s "Let’s just..." s "Let's see what else I can help you with..." scene black with dissolve2 "Yumi and I skim through a few of her books and I do my best to glaze over every subject we come across." "Thankfully, Chika was kind enough to include a list of the subjects on the test in Yumi’s notebook without her knowledge- so at least we had that to go off of." "It wound up getting dark not much later." "I offered to walk Yumi back to the dorms but she refused." "In the end, I walked home alone while Ami yelled at me over the phone for not informing her of how late I’d be out." "So it goes, I guess." "..." "I wonder how much of today's lesson Yumi will remember?" "..." "I wonder if she really will be stuck here forever." $ renpy.end_replay() $ yumi_love += 1 $ day85 = True stop music fadeout 5.0 "{i}Yumi’s affection has increased to [yumi_love]!{/i}" "………" "……" "…" jump endofweekday label day89: scene harukastore0 with dissolve play music "justbehappy.mp3" fadein 4.0 s "Milk...eggs...water..." s "Wait, what does she need me to {i}buy{/i} water for? Can’t she just use the tap?" "I’m on my way home from[school] and-" "Actually, let me correct that." "I {i}was{/i} on my way home from[school]...but then Ami decided to text me a list of things I apparently need to pick up on the way home." "They’re all relatively simple ingredients, so it’s not like it’s a hassle or anything, but..." "Well, let's just say that I wanted to use my night for something other than just running errands." s "..." "She won't mind if I'm a little late, right?" "Maybe I can hang around here for a little while before heading back?" "It’s not often that I’m in this part of town, so...I doubt there's any harm in me checking out a few extra shops or something." "Worse comes to worst, I can always just tell Ami I got lost." scene black with dissolve2 "I cross the street and immediately find a small cafe I've never seen before." "Without putting any thought into it, I push open the doors and wander inside- hoping to find a beautiful girl that is at least slightly open to the idea of having sex with me." scene harukastore1 with dissolve "And I wind up finding Haruka." "Cool." h "Ah..." s "Oh, hey. What are you doing here?" h "..." s "Haruka?" scene harukastore2 with dissolve h "Yeah, hey! Sorry, I just...wasn't expecting to see you out of nowhere." h "I'm just dropping by to grab some dinner for tonight, but..." h "I actually left my wallet at home..." h "So...now I am about to {i}postpone{/i} dinner and...go get that." oldl "Haru-chan, you don’t need to go home, dear. You’re here every day." oldl "Let this one be on us. The least we can do to pay you back is give you a free meal every once in a while..." "An old woman, presumably the store owner, calls out to Haruka from behind the counter." scene harukastore3 with dissolve h "What? No! I couldn’t do something like that to you!" h "You remember I run a cafe as well, right? I know what it's like to miss out on a sale because of forgetful people like this." h "Just...give me like half an hour and I'll be right back. I promise." s "You live around here, Haruka?" scene harukastore4 with dissolve h "Right around the corner, actually." h "I used to stop by this place every day with my-" h "My..." scene harukastore5 with dissolve h "My {i}friend.{/i}" s "..." h "My...uhh..." h "My friend and I would come here all the time and...meet up for dinner and stuff." scene harukastore2 with dissolve h "But...enough about me! Do you live around here as well?" h "I’ve only seen you at the cafe and...the bistro that one time- so I have no idea if you’re local or not." s "I don't really live around here, no. Just...passing by while running some errands." s "It's no big deal, though. I'll probably just wind up taking the bus home anyway." scene harukastore6 with dissolve h "You don’t have a car?" s "Is that surprising?" scene harukastore7 with dissolve h "What? No, I...I didn’t mean anything bad by it, I swear. I mean, it's not like you even really {i}need{/i} one in Kumon-mi." h "I can always give you a ride home if you want, though." scene harukastore2 with dissolve h "Only thing is we’d need to head back over to my place first since I didn't drive here." h "Plus, I'd also like to come back and pick up dinner once I can actually, like...you know. Pay for it." s "Are you sure? I wouldn’t want to burden you." scene harukastore4 with dissolve h "Dude, it’s totally fine. I don’t mind at all. In fact, I welcome the company. I just cleaned my living room and no one's been around to be impressed by how nice it looks." s "Do you not have people over very often?" scene harukastore8 with dissolve h "No one other than the same two people who have been coming around for years now." h "Apart from them, it's probably been...three or four years since anyone else came over?" s "Wow." h "I am incredibly lonely. Please comfort me by blessing me with your presence." scene harukastore9 with dissolve h "Platonically, of course. I promise I’m not hitting on you." scene harukastore10 with dissolve h "{i}Unless...{/i}" scene harukastore10r with dissolve h "Wait? What? No. Don't be awkward, Haruka. Just be yourself." s "I...don’t really know how to interpret this exchange, but if you’re that determined to have me over, I’ve got no problems at all." s "I can’t stay that long, though. My [niece] is expecting me with groceries." scene harukastore6 with dissolve h "Wait, you live with your [niece]? I had no idea." if bonus == True: s "Of course you had no idea. We’ve only had like two real conversations since we’ve met." else: s "That sort of thing is common in Kumon-mi from what I understand." h "I should probably brush up on my knowledge of the city since I live here and stuff." s "I would be willing to help you. We have only had a handful of conversations since we've met and are missing out on valuable time to educate ourselves." h "Yeah, but that’s {i}your{/i} fault. It’s not like you don’t have my number." s "And pretty soon, I’ll have your address as well." scene harukastore10r2 with dissolve h "…" s "I’m sorry. That sounded a lot creepier than I wanted it to." h "I don't know, man. I might be having second thoughts about this now that I know there's a chance for you to stalk me." scene harukastore10r3 with dissolve h "But at the same time...it's not like being stalked would be {i}that{/i} bad, would it?..." s "Uhh..." scene harukastore2 with dissolve h "Well, uhh...either way, we should probably get a move on if I don't want my dinner to be ice cold by the time I pick it up." s "Sure. I felt weird just standing around without ordering anything anyway." h "Great. It’s not far, I promise. We'll be there in like...fifteen minutes tops." scene black with dissolve2 "Haruka and I walk through her neighborhood together, chatting about various cafe-related things to help kill time along the way." "For someone who is apparently extremely lonely, she’s surprisingly good at holding a conversation." "I don't know if I'm only thinking this due to association, but she's kind of like a...more mature version of Rin in a way." "I’m sure all the time she's spent in customer service helps with being able to talk to people, but it’s still surprising getting wrapped up in a conversation this...easy." "Who knows? Maybe she and I just have the type of personalities that bounce well off of one another." "And maybe the natural progression of these first stages of friendship will start feeling a little {i}less{/i} natural once she starts letting her guard down." "........." "......" "..." scene harukastore11 with dissolve h "Welp, here we are!" h "Congratulations on being the first man here in God knows how long." s "Thanks for having me. Also, {i}wow- what a clean living room.{/i}" h "Thanks for humoring me. I don't get those sorts of casual compliments from Sara." h "Any time she's here, she just goes straight for the wine and it's...off to the races." s "Well, Sara is an alcoholic and I am not. Comparing the two of us doesn't really work all that well." scene harukastore12 with dissolve h "Ehh...I don't really know if I'd say {i}that.{/i}" h "Sara might have a drinking problem, but you guys are actually pretty similar in a bunch of ways." s "What sort of ways are you referring to?" h "That's..." h "I don't know. It's kind of hard to talk about without making it sound like I'm both judging you and dishing out details about her that she probably wants to be kept secret for now." s "Well, that's not ominous at all." scene harukastore12r with dissolve h "S-Since we're on the topic of her, though...there's..." h "Well, there's something I've been kind of wondering." h "And if this is too personal or whatever, you can just tell me to mind my own business." s "I think I see where this is going, but shoot. What do you want to know?" if sarasex == True: if bonus == True: scene harukastore12 with dissolve h "Well, uhh..." h "I know you guys have been...you know...{i}intimate{/i} with each other..." h "But like...are you guys officially a thing? Or just...kinda messing around?" else: h "Well, uhh...I know you guys have...you know...hugged..." h "But like...is it serious hugging? Or...not serious hugging?..." scene harukastore13 with dissolve h "N-Not like there’s anything wrong with either of those! Like...you’re obviously both consenting adults who seem to like each other and..." scene harukastore14 with dissolve if bonus == True: h "And Sara is certainly very up front about her...{i}needs.{/i}" else: h "I definitely know that hugs aren't really a thing to get all AHHHHHHHHHHHHHHHHHH about, but..." h "I guess I'm just kind of curious. That's all." s "I see..." scene harukastore15 with dissolve h "I'm sorry. That was weird to ask, wasn't it?" s "A little, yeah. But I don't really mind." s "The thing is, when it comes to Sara..." else: h "Well, uhh...I know you guys hang out sometimes, but like..." h "I also know how Sara is." s "How she is? What do you mean by that?" scene harukastore16 with dissolve h "She...just...kinda really likes attention." h "Like {i}really{/i} likes it..." h "Which isn't me talking shit or anything. She has the same needs all of us have." h "And since you're the first guy that's been in her life for like, years-" s "I get what you're saying. And I don't know if I should be saying this or not, but she already tried having sex with me once." scene harukastore16r with dissolve h "And you...turned her down? But she's so hot." s "She is. But her daughter was also like, two rooms away." h "That..." h "Kinda makes it even hotter though..." s "..." h "Can we pretend I didn't just say that? Because {i}I'm{/i} going to pretend I didn't just say that." s "I don't know if I should tell her what you just said or not." h "Please don't. That was supposed to be an internal thought. It just...got out on accident." s "Yeah...I can relate to that." h "So...was it just the thing with her daughter that held you back? Or...do you have like...other reasons?" s "Well..." s "When it comes to Sara-" menu: "I’m interested in her": $ sarainterest = True if bonus == True: s "I guess I {i}am{/i} kind of interested in her. She seems like a really nice girl...just very horny." s "Not like there’s any problem with that. In fact, I-" else: s "I am interested in her, but on a sheerly platonic level in which the two of us will occasionally hug, but mostly just try to help Sana with her school work." scene harukastore17 with dissolve h "I’m...gonna stop you right there." if sarasex == True: if bonus == True: h "I’ve already heard things from her that I can’t unhear." s "Oh? What is that supposed to mean?" h "I...am going to keep my comments to myself for right now." h "But if any of it is true...I am both very impressed and extremely jealous. But I would also like you to forget that I just said that." s "I don't know if I can." else: h "I don't want to hear any more about hugging than I've already heard." s "If that sentence gave you the impression that I am trying to hug her daughter, I would like to make it known now that I am not." else: h "I don’t want to hear wherever this is going." s "Really? Not even a little?" h "No way, Jose." "I’m not interested in her": $ sarainterest = False s "I don’t really see Sara that way. At least...not right now." s "She’s definitely hot, but...I just can’t really imagine how her daughter would feel if she found out." scene harukastore16 with dissolve h "Oh my God, you’re totally right. I didn't even think about that." h "That would be like, super weird for her, wouldn’t it? If my high school teacher was banging my mom, I don't even know what I would have done." s "Exactly. So I think it would probably be for the best right now if Sara and I just...stay the way we are." h "That takes some serious willpower, dude. Sara’s hot as hell. She was really popular back in [high_school] too." h "But...I guess that’s really all I can tell you about that. The rest will have to come from her." scene harukastore11 with dissolve h "But anyway, I guess that pretty much answers my question. I was just wondering if you guys were like, exclusive or not." s "Gotcha. Yeah, we’re definitely not {i}exclusive.{/i} So if you're trying to flirt with me right now, please be advised that I am 100%% single." scene harukastore19 with dissolve h "Oh yeah? Your [niece] wouldn’t get mad if you brought a girlfriend over?" if bonus == True: s "Well...bringing you over would be a completely different story." h "I’m sure it would be. Us girls can be super protective, you know?" else: s "Woah, chill. I feel like telling you I was single may have given you the wrong idea." s "The only reason I am single is because I am in a committed relationship with our Father in Heaven. And my mission here is help everyone be happier and...know more things." h "Hey, you're not the only one who knows things, Sensei." scene harukastore20 with dissolve h "In fact, this one time-" h "…" s "…" h "…" s "…" h "…" s "…" stop music scene harukastore21 h "Hah-" s "…" h "…" s "…" h "…" s "…" h "…" scene harukastore22 with dissolve h "{size=-15}I’ll be right back.{/size}" scene harukastore23 with dissolve play sound "dooropen.mp3" s "…" s "…" s "…" s "…" s "…" scene black "The people we love go away sometimes, don’t they?" play sound "static.mp3" scene happyharuka1 with flash scene happyharuka2 with flash scene happyharuka1 with flash scene happyharuka3 with flash scene happyharuka1 with flash scene happyharuka4 with flash scene happyharuka5 with flash scene happyharuka6 with flash scene happyharuka5 with flash scene happyharuka7 with flash scene harukastore20 with flash stop sound play music "justbehappy.mp3" h "I’m back!" if bonus == True: h "Sorry about that." h "I’m not really sure what came over me right there." s "Great. I’m glad you’re okay now." h "Yup!" h "So, where were we?" s "{s}Do you miss him?{/s} I think you were trying to flirt with me." h "Was I? That doesn’t sound very much like me. Are you sure?" s "{s}Tell me about the things you feel.{/s} Pretty sure. I guess I could be wrong, though." h "Hmm...I think you are! I’m not really one for flirting, so..." s "{s}Do you long to be touched once more?{/s} Well, if you ever change your mind..." h "If I ever change my mind, {i}what?{/i}" s "{s}I will defile the body that once belonged to him.{/s} I guess we’ll have to find out, won’t we?" scene harukastore19 with dissolve h "Hmm..." h "I guess we will." scene black with dissolve2 if bonus == False: scene black stop music h "Just kidding!" "Haruka drove me home shortly after that." "Ami yelled at me for forgetting to buy milk, eggs, and water." "All in all, it was a pretty normal day." $ renpy.end_replay() $ day89 = True stop music fadeout 4.0 "………" "……" "…" if bonus == True: "{i}Haruka went home and furiously [masturbate]d.{/i}" "{i}Everyone lived happily ever after.{/i}" jump endofweekday label day91: scene daynineone1 with dissolve play music "sweetvermouth.mp3" "With just a few days left until the testing period finally begins, the girls are hard at work and studying diligently." ay "Sensei! Come look at my sword!" ay "It’s sharp enough to cut three bodies in one strike!" s "I’m sure it is, Ayane. I can see it from here. It’s very nice." ay "I will use this blade to defend our children." s "I’m sure you will." "Okay, so maybe not everyone is studying diligently." "In fact, only Makoto is. But that’s basically how things are in here now." "I’m not too worried, though. I mean, everyone seems confident enough to pass at least most of the subjects." "I’m not sure how grading for these things go, but I’m sure you don’t have to pass {i}every{/i} subject, right?..." "Oh well. They’ll be fine. It would be incredibly disruptive to the plot if they weren’t." scene daynineone2 with dissolve sa "…" "Sana suddenly raises her hand and I can hear her ellipses from the back of the room." "It’s not like her to command my attention in class...I wonder if something is wrong?" scene daynineone3 with fade s "Hey, Sana. Do you need something?" sa "Um...Not particularly..." sa "You just...seemed bored...so I thought I’d wave you over and..." sa "Um..." s "You wanted to see if I wanted to talk, right?" sa "R-right..." sa "I’m still...not really friends with anyone else and..." scene daynineone4 with dissolve sa "And Ayane has a sword for some reason..." s "Are you surprised by this?" sa "I think I should be, but...no..." s "Sword aside, don’t you think maybe it might be time to branch out a little and...you know, maybe make some friends?" scene daynineone5 with dissolve sa "W-What?! You mean...like...right now?..." sa "With everyone watching?..." s "No one is even looking at you." scene daynineone6 with dissolve sa "What else is new?..." s "Sana...even if people {i}were{/i} looking at you, it shouldn’t change anything." s "The key to becoming social is just learning how to ignore everybody and adapt to conversation without putting any actual thought into it." scene daynineone7 with dissolve sa "Please...don’t try to sabotage me, Sensei...I have a hard enough time as is..." s "Well, how about this? I’ll make the first move for you." scene daynineone5 with dissolve sa "Wait...what? First move? What are you going to do?..." s "Something I should have done a long time ago..." scene daynineone6 with dissolve sa "I don’t like the sound of this..." s "It’s okay. Just think about all of our training." scene daynineone7 with dissolve sa "You’ve...barely even taught me anything..." scene daynineone8 with dissolve s "Hey, Rin." scene daynineone9 with dissolve r "Hm? Sensei? What’s up?" s "Not much. How are you doing?" "Sana suddenly begins to tug on my sleeve." sa "Um...S-Sensei..." scene daynineone10 with dissolve r "Uhh...I mean, I’m pretty good I guess. Just looking outside the window and stuff." s "Awesome. But what if I told you that there were more exciting things to do than look out of the window?" scene daynineone11 with dissolve r "I’d...agree? I just don’t know what else to do instead." r "Futaba is reading and stuff and she doesn’t like being bothered in the middle of that." sa "Uh...umm..." "The tugging grows stronger." s "Well how about you talk to Sana, then?" scene daynineone12 with dissolve r "I mean, sure. I’d love to." r "She’s just always so quiet that I didn’t think she really wanted to talk to anybody." scene daynineone13 with dissolve sa "Um...I would...love to talk!" s "See? That wasn’t so hard, was it?" s "Just talk to Rin the same way you talk to me and everything will be fine." scene daynineone14 with dissolve sa "Will you...stay and make sure I do everything right?" s "Nope. Your mission begins now." s "Have fun!" sa "What?!" scene daynineone15 with dissolve sa "Ah-!" r "Cool! Mission text!" scene daynineone16 with dissolve sa "Uh...umm...ahh..." r "Hey, Sana! What’s up?" sa "Um...nothing! Wh-What’s...up...with you?" r "Oh, you know. Just hangin’ around the classroom, doing classroom stuff. Same old, same old." r "The two of us haven’t really talked before, have we?" "I stand several steps back and watch as Sana begins her first ever conversation with the girl who has sat literally right next to her for the entire year." "In order to get a good look, though, I need to stand right next to Ayane." "Which of course means I need to continuously swat her hand away from me every three seconds." scene daynineone17 with dissolve sa "Um...no...we haven’t..." sa "I’ve always...wanted to, but..." r "…" sa "…" r "It’s okay. Take your time." r "I get nervous around new people, too. Don’t worry about it." r "Besides, it’s not like I’m going anywhere. We’re still in[school] for another like, three hours or something." scene daynineone18 with dissolve sa "R-Right! Th...thanks..." r "Of course! So, is there anything you’d like to talk about?" r "You play games and stuff, right?" "As expected, Rin takes the lead in the conversation and begins to steer Sana back into her comfort zone." "I think back to the other day when I was hanging out with Sara and Haruka." "I remember thinking then that it was weird these two had never gotten to know each other." "And, given Sana’s current skill level when it comes to public speaking, Rin is probably a great option for a first non-Ayane friend." scene daynineone19 with dissolve sa "Y-Yes! I love games! Do you...um..." sa "Do you play anything, Rin?..." "Great job, Sana- already calling her by her name." "It’s a small detail, but a very important one in the world of socialization. Using someone’s name helps assure them that you’re paying attention." "I’m sure Rin doesn’t care about (Or even notice) things like that, but I’m still proud regardless." ay "Senseiiiii~" s "Ayane, stop touching me." ay "{i}Boo...{/i}" r "Of course!" scene daynineone20 with dissolve r "Let’s see...I don’t really have as much time to play stuff as I used to, but I really like online multiplayer stuff mostly." sa "So like...MMO’s? Or do you like shooters more?..." scene daynineone21 with dissolve r "Shooters. The more they bleed, the stronger I become..." scene daynineone22 with dissolve sa "H-huh?..." sa "Is this...what bullying is?..." sa "Are you...trying to intimidate me?..." scene daynineone23 with dissolve r "What?! No! Of course not! That was just a joke!" r "I like shooters, yeah, but I don’t actually become stronger by consuming peoples’ blood or anything." r "I was just playing around. I’m not bullying you at all." r "In fact, I think you’re super cute and like, I’ve kinda wanted to be your friend since the year started and stuff." scene daynineone24 with dissolve sa "Huh?...You’ve..." sa "Really?" r "Of course! You’ve just always seemed kinda...distant." r "Oh, and I also want to try on that one dress you wear around the dorm all the time, but there’s no way in hell it would ever fit me." scene daynineone25 with dissolve sa "Um...well...if it’s not a bother...I..." sa "I wouldn’t mind being your...friend..." scene daynineone18 with dissolve r "Really? Awesome! That’s great news!" r "Maybe the two of us could hang out sometime then!" r "You’re literally in the room connected to mine, so it’s not like you don’t know where to find me." scene daynineone19 with dissolve sa "I’d...love to! Thank you so much!" r "Dude, you don’t have to thank me." r "Like I said, you’re super cute and I’ve wanted to be your friend for a while. Just let me know whenever you want to chill, okay?" sa "Okay! Thank you!" sa "Oh, I mean, umm..." scene daynineone26 with dissolve r "Hey! We did it!" sa "Where are these letters coming from?..." scene daynineone27 with fade "I wait a minute before returning to Sana’s desk to congratulate her on a job well done." sa "Sensei! Did you...did you see what happened?!" sa "I made a friend!" "Sana is loud enough that Rin can hear her, but instead of jumping into the conversation, she just glances over and winks at me." s "I did. You were great, Sana. Like I’ve been saying, it’s not that hard to-" sa "No, it was totally hard! I almost cried!" sa "But I didn’t! I pulled through!" sa "And now I have a new friend!" s "That’s right! Now you just need to befriend the rest of the class and your main quest-line will finally be complete." scene daynineone28 with dissolve sa "Wait...I have to be friends with {i}everyone{/i}?..." s "That’s right. Keep working hard, Sana." sa "But...I was barely even able to make one..." scene black with dissolve "I head back to my seat without giving Sana an opportunity to argue why she doesn’t need to become friends with everyone in class." "And the fact is, she doesn’t." "It’s rare that anyone in any class is ever friends with {i}everyone{/i}." "But in Sana’s case, I think it’s a good idea." "Or, at least it’s one of the only ways I can think of getting her to open up more for now..." "Oh well." "We’ll just have to see how things go from here on out." $ renpy.end_replay() $ sana_love += 1 $ day91 = True stop music fadeout 3.0 "{i}Sana’s affection has increased to [sana_love]!{/i}" "………" "……" "…" jump afterschoolevent label day96: scene newrecall1 with dissolve2 play music "justbehappy.mp3" a "We’re finally free! I felt like today was dragging on forever." a "I was {i}this{/i} close to faking a stomach ache so I could go home, Sensei. You better be proud of me for toughing it out." s "Ami, if you ever want to leave, you can just tell me. I literally do not care at all." scene newrecall2 with dissolve a "Well, you should! Like you always used to say, a mind is a terrible thing to waste." scene newrecall3 with dissolve a "Hey, come to think of it...you never really say anything encouraging like that anymore. How come?" a "Have I already peaked as a student in your eyes? Is it all downhill from here?" m "Maybe it's just the fact that he's changed and is an entirely different person now? That sounds reasonable, doesn't it?" s "..." scene newrecall4 with dissolve a "Oh, hi Maya. Thanks for joining in. You've been so quiet since the last bell rang that I forgot you were even there." m "I apologize for not making my presence more apparent. I’ve been a little distracted all day." scene newrecall5 with dissolve m "And it certainly doesn’t help that {i}he’s{/i} with us for some reason." s "Hey, I’ve been respectful and haven’t spoken to you at all. The least you can do is refrain from insulting me for a little bit." m "Why? Are the feelings you pretend to have hurt in some way? Would you like me to apply a make-believe bandage to them?" m "Here. Let me reach into my make-believe purse and get one for you." s "..." "Maya seems abnormally...agitated today- which is surprising given that she’s normally pretty agitated to begin with." "The thing is I {i}really{/i} haven't done anything this time, though. At least not to my knowledge. So this is just completely bizarre to me." scene newrecall6 with dissolve a "So, uhh...ignoring how cranky you are, is it okay if we stop at the convenience store on the way home?" a "It’s been crazy hot lately and I think I might die if I don’t have a drink in the next few minutes." m "Feel free. I actually have somewhere else I need to be anyway, so I'll be heading back on my own now." scene newrecall7 with dissolve a "Wait, what? I thought we were studying together tonight." m "Something came up and I’m not going to be able to make it." a "What came up? Is everything okay?" a "Is {i}that{/i} why you've been in such a bad mood?" a "We’re best friends, so you can always tell me if something is on your-" m "I’ll see you later." m "Goodbye, Ami." scene newrecall8 with dissolve "Maya takes off down the road (The road {i}opposite{/i} from the one that leads to the dorms, mind you) and vanishes from our sight, leaving the two of us equally confused." "I can tell that Ami is worried, but I chalk this sudden disappearance up to just another one of Maya's mood swings. I highly doubt it's anything substantial." a "The heck is with her today? That was totally rude." s "It's probably just that time of the month or something." scene newrecall9 with dissolve a "Sensei, ew! Don't you know it's impolite to say things like that?" s "Sorry. I’ve just stopped expecting Maya to ever behave predictably, so I'm not too surprised by her sudden, as you put it, {i}crankiness.{/i}" a "Well...I guess she {i}does{/i} randomly start acting different sometimes. Like all those random speeches about the universe and stuff." s "You get to hear those too? I thought I was a special case." a "Not so much anymore. She stopped saying that kind of stuff to me when I told her I didn’t really care about or understand any of it." a "I used to get it all the time, though." scene newrecall10 with dissolve a "But anyway! Is it okay with {i}you{/i} if we stop at the store on the way home?" a "If I take like ten more steps into this hateful summer heat without a drink I am going to melt." s "The store is more than ten steps away, so the chances of you melting on the way there seem pretty high." a "Not if you give me a piggyback ride!" s "Sure. Hop on." scene newrecall11 with dissolve a "Wait...really?" a "Because I was kind of just kidding. I’m fine walking on my own for a little while longer." s "You sure? Because I really don't mind." a "You mean you...won't feel embarrassed or anything?" s "Embarrassed? Not really. I'll probably feel like an idiot, but I've also noticed how flushed you've been since we stepped outside." s "So if having you on my back is all it takes for you to {i}not{/i} die, that's fine by me." s "Besides, it’s only a couple blocks away. If it was any longer, I doubt I'd have the stamina or the willpower to continue." a "Well...thanks, [amimaster]. I-" scene newrecall12 with hpunch a "Hey! Wait a second! What do you mean {i}stamina or willpower?!{/i} Are you calling me fat?!" s "Just get on my back, Ami." a "Fine! But if you complain even once about me being heavy, I’m pulling your hair out!" scene black with dissolve2 "Ami hops onto my back and throws her arms around my neck." "Of course, she isn’t heavy at all. It's like carrying a large backpack if the backpack cooked you dinner and occasionally said mildly suggestive things about your relationship." "We get some strange looks from people as we make our way down the street, but neither of us seem to really care." "In fact, Ami seems quite happy about not having to walk anymore." "Her fingers grab hold of the collar of my shirt and cause my tie to get messed up, but she takes a moment to playfully tuck it back in as we round the corner and wind up in front of the shop..." "………" "……" "…" scene amicon1 with dissolve2 a "Thanks for the ride, [amimaster]! And thanks for buying me a drink as well!" s "Well it’s not like you had any money, so..." scene amicon2 with dissolve a "Heheh...silly me, forgetting my wallet and asking you to pay for me. Good thing I have the best [uncle] in the whole wide world." if bonus == True: s "Yeah, yeah. Flattery won’t get you anywhere." else: s "You are supposed to be protecting my money, not destroying it." if amifingered == True: scene amicon3 with dissolve if bonus == True: a "Really? Cause I could have sworn that all of that ‘flattery’ was one of the things helping get you into my dorm room at night." s "You really want to talk about our relationship in front of a convenience store in the middle of the day?" a "What's wrong? No one here knows we’re related." s "I think you might also be forgetting the issue with our age gap as well." else: a "The only thing I'm going to destroy is your pillow during our upcoming pillow fight championship." s "For the last time, stop using my pillow for contests. Use your own." scene amicon2 with dissolve a "Pfft...whatever. I'll save the flirting for until we're home." else: scene amicon3 with dissolve if bonus == True: a "Awww, why not? I was hoping I’d {i}at least{/i} get a raise on my allowance or something." s "You don’t even get an allowance, Ami." else: a "Awww, why not? I was hoping I’d {i}at least{/i} get a raise on my salary or something." s "Do you even get a salary? Because I don't really ever remember directly paying you." scene amicon2 with dissolve if bonus == True: a "Well I {i}did{/i} until you decided you just weren't going to give me one anymore." s "I put a roof over your head. Isn't that enough?" else: a "I have access to all of your accounts, so I just pay myself whenever I want." s "That seems like a complete breach of privacy." a "Not really, but I guess it's not up to me to decide what you do with your money." scene amicon4 with dissolve a "Oh! So, I had a question about this test thingy I totally forgot to ask you." s "This again? I thought we were finally done talking about that." a "Nononono, this one isn’t about studying or anything like that. I was just wondering what you planned on doing {i}after{/i} the tests." s "What do you mean?" a "I mean that as soon as those are over, we start the last semester of the[school] year." a "Which means that a few months later, summer vacation starts." scene amicon5 with dissolve a "Which means that..." a "You won’t be my teacher for much longer..." "Is the end of the year really that close?" "I remember talking about it with Sana recently, but...I didn’t think it would get here {i}this{/i} quickly." "Maybe I {i}should{/i} talk to one of the staff members and see about carrying my class over into the next year?" "It would be a shame having to start all over after coming so far with so many of them." s "Don’t worry just yet, Ami. There’s still...some semblance of hope that I’ll be able to teach you again next year." scene amicon4 with dissolve a "Huh? What do you mean?" s "I mean that I can try to talk to someone about just...keeping the same class?" s "I don’t know. I haven’t figured it out yet." scene amicon5 with dissolve a "That somehow makes me feel even {i}less{/i} confident about you teaching me again..." a "You at least need a {i}plan,{/i} Sensei..." scene amicon4 with dissolve a "Oh! What if you, like...go up to the principal and start crying or something?" a "Remember how I always used to cry when you wouldn’t buy me anything from the convenience store?" s "You mean like what happened two minutes ago?..." scene amicon6 with dissolve a "Ahh...I remember it like it was yesterday." s "Again, it was two minutes ago." scene amicon1 with dissolve a "Maybe if you try that with the principal, he’ll let you teach us all again!" s "I can’t imagine that working, to be honest. There comes a time in your life where crying just doesn’t always get you what you want anymore." scene amicon2 with dissolve a "Really? Cause I’m getting older and it’s clearly still working for me." s "Yeah, well you’re cute. The world works differently for cute girls." s "You can pretty much cry your entire way through life and everything will work out." scene amicon7 with dissolve a "Ah! Am I...experiencing sexism for the first time? Is that what this is?" a "Is this a taste of the world yet to come?" a "I don’t like this at all, Sensei! I feel strange! Please, hold me and make me feel better!" s "I’m not going to hold you with all of these people around." scene amicon8 with dissolve a "That’s no fair! You already gave me a piggyback ride! How is a little hug any different?!" s "It just is, okay? Besides, you’re not even upset right now." a "How do you know that?!" s "Because you never get angry-eyebrows when you’re upset. You always go into puppydog-mode." a "Puppies can get angry!" s "So you’re a literal puppy now?" a "Yes! Woof~!" s "…" a "…" scene amicon5 with dissolve a "Can you at least hold my hand?" s "..." a "..." if bonus == True: s "Ugh, fine." scene amicon6 with dissolve a "Yay!" s "When we get home." scene amicon9 with dissolve a "GAAAAAAAHHHHHHHHH!" s "Wow. You must really like holding hands." scene amicon8 with dissolve a "No! I really like {i}you{/i}! Get the hint already!" if amifingered == True: "Of course I have obviously {i}gotten the hint{/i}. It's kind of hard not to after bringing your niece to orgasm. " "But there’s a time and a place for everything. And I don’t think the two of us are at the point where we should be expressing those feelings in public just yet..." "And honestly, I doubt a time where that will be acceptable will ever come." else: "Of course I know how Ami feels about me...but I’m supposed to be her [uncle] now." "It just wouldn't be right to use that position to take advantage of her. And it {i}especially{/i} would not be right in public." else: s "Absolutely not. Act more professional while we're out in public." a "But if you don't hold it, it will float away!" s "Can we just get back to the topic at hand?" if bonus == False: a "The topic {i}is{/i} my hand! And how it longs to be held!" s "You asked me what my plans were after the next batch of tests were over, but what about yours?" scene amicon4 with dissolve a "Mine? What do you mean?" s "Well...how are you going to spend your last couple months in[school]?" scene amicon1 with dissolve a "Umm...The same way I have been, I guess?" a "I’ve been trying not to think about it, to be honest." a "I already have a problem with getting attached to stuff, so if I dwell on this[school] year ending, I’ll just wind up feeling even worse once it’s actually over." scene amicon10 with dissolve a "We’re so close to the end at this point and...there isn’t really anything we can do about it." a "I’ve accepted that." a "It might sound kinda sad, but...that’s just life, isn’t it?" scene amicon11 with dissolve if bonus == True: a "You always told me when I was little that time won’t ever wait for us." a "And that even if I sit down and wish as hard as I can, over and over...there’s no guarantee that any of those wishes will ever come true." else: a "You told me after you first hired me that aneurysms can strike at any moment, which makes living inherently terrifying because we can just randomly die in the middle of the night one day." a "So...ever since then, I’ve just taken things day by day. And it’s worked out so far!" a "I mean, the two of us are closer than ever. That’s gotta be a plus, right?" s "Right..." scene amicon12 with dissolve a "Um...sorry for getting sappy out of nowhere like that. I think this coffee’s got espresso in it or something because my brain’s moving at like, twice the speed it normally does." a "Would you mind giving me another piggyback ride on the way home by any chance? If I can't keep up with my own thoughts, I doubt I'll be able to keep up with...my legs. Or something." s "What?" a "I think...walking might be kinda bad for my over-caffeinated [teenage]heart right now." s "That's an excuse if I've ever heard one. You're walking and that's that. Your piggyback quota for the day has already been exceeded, unfortunately." scene amicon5 with dissolve a "Hah...I had a feeling you were going to say something like that..." scene black with dissolve2 "Ami and I begin the short voyage to the bus station, this time walking several feet apart from one another." "She talks more about potential plans for getting me to be her teacher again, but none of them seem all that feasible." "I’ll just have to figure something else out." "..." "I really don't want to start all over." $ renpy.end_replay() $ ami_love += 1 $ day96 = True stop music fadeout 5.0 "{i}Ami’s affection has increased to [ami_love]!{/i}" "………" "……" "…" jump endofweekday label day102: scene black with dissolve2 "………" "……" "…" play music "beginningoftheend.mp3" "Let me tell you a story." "A long time ago, before you and I existed, there was a great, big ball of light floating through the universe." "Let’s call him Nozomu." "Will you be able to remember that?" "Well, not like it matters even if you don’t." "But let me get on with the story." "Nozomu drifted from place to place in search of anyone or anything." "But he found nothing." "He was a lonely ball of light. " "In fact, he couldn’t even see his own aura since there were no structures for the light to bounce off of." "But anyway-" "One day, Nozomu learned how to open his mouth." "He practiced speaking in the only way he could-" "He would scream." "He’d scream so loud that, if anyone {i}did{/i} exist, they’d likely tear their ears off in protest." "Kind of like that one guy, umm..." "What was his name again?" label chooseyourartist: menu: "Van Gogh": "Right! Van Gogh! That was the guy." jump correctartist "Picasso": "Hmm...No, that’s not it. I think it was some other guy. Try again." jump chooseyourartist "Dali": "Hmm...No. It’s not Dali. Maybe someone else?" jump chooseyourartist label correctartist: "Well anyway, in the midst of his screaming, Nozomu learned he had a secret power." "This power, which is still coveted by many to this day, would let him create objects out of thin air." if bonus == True: "And so, logically, his first invention was a fleshlight." "Nozomu would fuck the fleshy object with his giant light-penis from dusk 'til dawn until he had no energy left in his body." "But one day, after fucking the fleshlight for the 6,425,873,826th time, he had a thought." else: "Well, actually, it wasn't really thin air." "Do you remember that one episode of Spongebob where Spongebob got that huge pencil that would let him draw things into existence?" "Nozuma basically got one of those." "But then, he had a thought." "It was a wonderful thought." "He thought-" if bonus == True: "{i}What if someone else existed?{/i}" "And that’s when you and I were born." "Well, not right then, but some time after." "In fact, billions and billions of people were born between then and now." "Nozomu used his secret power to create humans, so he could fuck them instead of the fleshlight." "That’s when the humans learned that they could also fuck each other." "And so, in this new world where everyone fucked everyone else, some rules needed to be put in place." "And that’s when Nozomu stepped in once again." "So, in his strange light-voice he shouted to all of his children-" "{i}Thou shalt not fuck each other anymore!{/i}" "But language wasn’t invented yet, so no one understood him." "So Nozomu created language- and people understood him this time." "But they didn’t want to listen." "So they started making their own languages and writing their own rules of who it was okay to fuck and when." "But why didn’t those people listen to Nozomu? Especially after he gifted them with the ability of free thought and lust?" else: "{i}What if I invented something like a Pop-tart, but bigger and with more filling?{/i}" "And so the Toaster Strudel was born." "But not everyone liked the Toaster Strudel." "Some people were perfectly happy with regular Pop-tarts." "But why didn't those people listen to Nozomu and just eat the new and improved ones?" "Well, that’s because all creatures are inherently curious." "And that goes for you and I as well, of course." if bonus == True: "For example, when was it you first learned to touch yourself?" else: "For example, when was the first time you had a sweet, rectangular breakfast food?" "…" "The good old days, right? When we were still trying to make sense of everything." "But now we’re getting older. And it feels like we’re approaching death so quickly that we may not even live to see our children's seventh birthday." "Life is a horrible thing." "And we owe it all to Nozomu." if bonus == True: "Because, you see, that horny light creature is actually who we call God now." "And the only reason we’re here today is because God got bored of fucking the same fleshlight over and over again." "It’s a true story. Ask your history professor." "So, now that you know the origin of the universe, you’re free to believe pretty much whatever you want." "…" "What’s that?" "You’re tired of staring at this black screen?" stop music fadeout 15.0 "Well, don’t blame me." "Blame the light that abandoned all of us." "God is dead." "And he will never be back." "So it is up to you and I to write a new world. " "A beautiful world." "A world where our thoughts never reach the point of no return- " "Where death isn’t an idea that crosses our minds each time we see a childhood memento." "A world where we know that we’ll live to see our childrens’ seventh birthdays." "A world with just us." "Come." "Rewrite it all with me." "We will fix this world together." "Just you and me." "The way it’s always been. " "The way it always will be." "I love you so much." "………" "……" "…" label mayadreamhj: s "Mh..." "I feel the sun beat down on my chest as it bleeds through the blinds in my room." "The world comes into view once again." if bonus == True: jump mayayayx else: scene worldlol with dissolve "Yup. That's the world, alright." scene black with dissolve2 "………" "……" "…" $ renpy.end_replay() $ day102 = True stop music fadeout 5.0 scene bedroom_day with dissolve "I wake up a few hours later." "What should I do today?" label happyloop1: menu: "Go somewhere": "Where should I go?" menu: "Koi Cafe": scene cafe_day with fade "I arrive at the cafe." "No one is there." "Time passes." "Where should I go now?" jump happyloop2 "Library": scene library with fade "I arrive at the library." "No one is there." "Time passes." "Where should I go now?" jump happyloop2 "Soccer field": if connecttrack == False and soccer10 == True: jump everythingisconnected else: scene soccerfield with fade "I arrive at the soccer field." "No one is there." "Time passes." "Where should I go now?" jump happyloop2 "Ami's Room": scene amiroom_day with fade "I walk into Ami's room." "No one is there." "Time passes." "Where should I go now?" jump happyloop2 "School" if god_love >= 5 and day > 6: jump day103 "Call someone": "The world is broken." jump happyloop1 label happyloop2: menu: "Go somewhere": "Where should I go?" menu: "Streets": scene citystreets with fade "I arrive at the city streets." "No one is there." "Time passes." "Where should I go now?" jump happyloop3 "Shopping Mall": scene mall1 with fade "I arrive at the shopping mall." "No one is there." "Time passes." "Where should I go now?" jump happyloop3 "Shrine": scene shrine_noon with fade "I arrive at the shrine." "No one is there." "I decide to pray." $ god_love += 1 "{i}Your affection with GOD has increased to [god_love]!{/i}" "Where should I go now?" jump happyloop3 "Dojo": scene dojo with fade "I arrive at the dojo." "No one is there." "Time passes." "Where should I go now?" jump happyloop3 "Call someone": "The world is broken." jump happyloop2 label happyloop3: menu: "Go somewhere": "Where should I go?" menu: "Bar": scene barnight with fade "I arrive at the bar." "No one is there." "Time passes." "I guess I'll go home." jump happyloop4 "Porn Shop" if bonus == True: scene pornshop with fade "I arrive at the pornshop." "No one is there." "Time passes." "I guess I'll go home." jump happyloop4 "DVD Store" if bonus == False: scene pornshop with fade "I arrive at the pornshop." "No one is there." "Time passes." "I guess I'll go home." jump happyloop4 "School Dorms": scene dorm with fade "I arrive at the dorms." "No one is there." "Time passes." "I guess I'll go home." jump happyloop4 "Call someone": "The world is broken." jump happyloop3 label happyloop4: scene bedroom_night with dissolve s "I open the door and immediately collapse onto the bed." s "{s}Being around [teenager]s is exhausting{/s} Today was certainly an eventful day." s "Time to go to sleep." "The darkness overtakes me." scene black with dissolve "………" "……" "…" if day == 7: jump ladvancetomon if day == 1: jump ladvancetotues if day == 2: jump ladvancetowed if day == 3: jump ladvancetothurs if day == 4: jump ladvancetofri if day == 5: jump ladvancetosat if day == 6: jump ladvancetosun label ladvancetomon: $ totaldays += 1 $ day -= 6 if day == 1: hide sunday onlayer date show monday onlayer date jump anotherhappyday else: "ERROR ADVANCING TO MONDAY" label ladvancetotues: $ totaldays += 1 $ day += 1 if day == 2: hide monday onlayer date show tuesday onlayer date jump anotherhappyday else: "ERROR ADVANCING TO TUESDAY" label ladvancetowed: $ totaldays += 1 $ day += 1 if day == 3: hide tuesday onlayer date show wednesday onlayer date jump anotherhappyday else: "ERROR ADVANCING TO WEDNESDAY" label ladvancetothurs: $ totaldays += 1 $ day += 1 if day == 4: hide wednesday onlayer date show thursday onlayer date jump anotherhappyday else: "ERROR ADVANCING TO THURSDAY" label ladvancetofri: $ totaldays += 1 $ day += 1 if day == 5: hide thursday onlayer date show friday onlayer date jump anotherhappyday else: "ERROR ADVANCING TO FRIDAY" label ladvancetosat: $ totaldays += 1 $ day += 1 if day == 6: hide friday onlayer date show saturday onlayer date jump anotherhappyday else: jump anotherhappyday label ladvancetosun: $ totaldays += 1 $ day += 1 if day == 7: hide saturday onlayer date show sunday onlayer date jump anotherhappyday else: "ERROR ADVANCING TO SUNDAY" label anotherhappyday: scene bedroom_day with dissolve2 "{i}[totaldays] Days have passed...{/i}" "I wake up to sunlight pouring in through the window." "What should I do today?" jump happyloop1 label day103: s "I think I’ll go to[school] today." scene black with dissolve "………" "……" "…" scene street_noon with dissolve play music "normalday.mp3" "I’m walking to[school], the same way I do pretty much every other day." "The only difference is that everyone I know seems to have vanished." "How strange!" "I’m sure they’ll all be back soon enough." "In fact, maybe they all went to[school] as well?" "I’m not sure why they’d do something like this on the weekend but-" "Well, I guess I’m not really sure of anything anymore." scene street2_noon with fade "I decide to take a detour and head over to a different section of the city." "There are normally a lot more people around here, so I figured checking this place out would help me realize if {i}everyone{/i} was gone or just the people I knew." "But, as it turns out-" "It really is everyone!" show amihappyyay with pixellate a "{size=+25}HOW THE FUCK ARE YOU DOING???{/size}" s "Morning, Ami. Glad to see you’re back." s "You look as cute as ever." a "{s}It's so dark{/s} Heheh~ Did you miss me?" if bonus == True: s "More than you know! Your best friend gave me a handjob the other day and I really wish you were around to see it." else: s "Hey, did you know Maya told me she liked me the other day?" a "Maya did? LOL!" a "As if I’d believe that!" if bonus == True: s "No, I mean it. There are cum stains all over the sheets now." a "There are always cum stains all over your sheets. You have a masturbation problem, Sensei." s "Hahaha, I really do~" scene citynoon with fade show amihappyyay with dissolve "Ami and I continue our journey through Kumon-mi, walking into various stores along the way to see if anyone is willing to sell us a drink." "Of course, no one is. But that’s mostly due to the fact that people don’t exist anymore. Hahah." a "So, what now?" a "You were on your way to[school], weren’t you?" a "How come?" s "Not sure. It just seemed like the right choice." a "Okay, okay. I know what you mean. Sometimes, it feels like I don’t really have any options either." if bonus == True: a "Like in the beginning of Lessons in Love where you got to play the Breed Your Niece minigame! How crazy was that?!" s "That was a dream, wasn’t it?" a "But it felt so real! So real that I may have even gotten dream-pregnant!" s "Dream-pregnant?" a "Yeah. It’s when you have dream-sex that makes a dream-baby. Like Maya." s "But Maya is a normal [teenage]girl, isn't she?" a "Oh, you’re right. I must be thinking about someone else." a "Maybe...Yumi? Or...how about Futaba? Do either of those two seem dreamlike to you?" s "Not particularly." s "You kind of do, though." a "Me? But I look so normal and correct." s "Nuh-uh. Your body is bent into an incredibly strange shape and you have text all over you." else: a "Do you think I {i}enjoy{/i} being your accountant, Sensei?" a "IT IS TEARING ME UP INSIDE." s "Silence, CPA." a "Hey! I'm sensitive about that text!" s "I'm sorry, Ami. What can I do to make it up to you?" a "You can let me lick the dried cum off of your bedsheets with my special tongue!" s "Okay. Have fun." a "Yay!" hide amihappyyay with dissolve "Ami floats away to go lick cum and I am left standing in the middle of the road." "If this were a normal day, I would be run over by a car {s}like her parents{/s} but, thankfully, no one is able to drive on account of not existing." scene black with fade "………" "……" "…" scene street_noon with dissolve s "Okay...finally back on track." s "Maybe I’ll be able to make it to[school] this time without being stopped?" "..." s "Huh. I wonder what I should do about the whole ‘end of the year’ thing." s "I still haven’t come up with a plan for how to convince the staff to let me continue teaching my class." s "I guess a lot of it rides on how well they do on their exams, but..." s "I hope all of them suddenly vanishing doesn’t carry any sort of negative implication in that regard." s "Did everyone just disappear because they didn’t do well on their tests?" s "I hope not. That would mean that I am a bad teacher. I am a very good teacher." s "It has to be something else." s "Oh well." s "I’ll find out when I get to[school]." scene black with dissolve stop music fadeout 15.0 "………" "……" "…" play sound "slidedoor.mp3" scene emptyclassroom with dissolve s "Good morning, desks." s "How are you all doing today?" "The desks do not respond because they are desks." s "You all have detention. See me after class." "Again, no response." if bonus == True: "I begin to pace around the classroom, looking for faint traces of life or goodbye notes or things that smell like the girls that I could jerk off to." else: "I begin to pace around the classroom, looking for faint traces of life or those little caps that people sometimes pick off the tips of their shoelaces." "Unfortunately, I find nothing." scene hall_night with fade play sound "slidedoor.mp3" s "Woah. It's dark all of a sudden." s "Is class really over already? How long was I in there?" "…" if day > 5: s "Oh, right. We don’t have class on weekends." s "Silly me." else: s "..." s "Oh well. Guess there's no use in worrying about that now." s "Maybe time just decided to move differently today." s "I wonder what I should do now, though?..." s "Maybe Ami is done floating and licking and is able to cook me up a nice batch of snails?" play sound "static.mp3" show hope with flash stop sound ho "HELLO AGAIN" ho "IT SEEMS THAT I AM IN {b}YOUR{/b} WORLD THIS TIME" s "Do I know you?..." "A strange figure appears before me." "I feel like I’ve seen it somewhere else, but I can’t quite put my finger on {i}where{/i}... " ho "MAYBE" s "You’re not...God, are you?" ho "WOULD YOU LIKE TO FIND OUT????" s "No, but..." s "Can you maybe tell me where everyone went? You seem like the kind of large, white thing that would know." ho "EVERYONE???" s "My students, the other people in Kumon-mi...Everyone is gone." ho "ARE THEY???" s "You don’t know?" ho "I KNOW EVERYTHING" s "So...are you going to tell me? Or are you just going to be a big ole' jerk about this?" ho "I WILL NOT TELL YOU WHAT YOU WISH TO KNOW" ho "YOU SEEK AN ANSWER YOU MUST FIND YOURSELF" ho "BUT THERE IS SOMETHING ELSE I CAN TELL YOU" ho "YOU DO NOT HAVE TO UNCOVER THE ANSWER ALONE" ho "THERE IS SOMEONE WHO CAN HELP YOU" s "There is? Who?" ho "THE GIRL WITH THE BELL" "The girl with the bell?..." s "Do you mean Maya?" s "She's still here?" ho "SOMEONE IS HERE" ho "I DO NOT KNOW HER NAME" s "Well, where has she been? I haven't seen her anywhere." ho "SHE HAS BEEN RIGHT NEXT TO YOU THIS WHOLE TIME" ho "SHE HAS SEEN YOU" ho "THE ANSWER YOU SEEK IS HERE" ho "FOLLOW YOUR HEART!!! TO THE TOP OF THE UNIVERSE!!!" ho "LOOK UP!!!" "I tilt my neck up-" play sound "static.mp3" scene reset1 with flash stop sound play music "iloveyou.mp3" "And the same shooting pain I experienced yesterday assaults my senses once again." "My brain goes back to being strangled as every sound in the universe combines into one." "The noise crawls into my ears and sets fire to the world that I believe in- the world that I have come to love." "And in that same world, right in front of me, is a girl who seems to know something." "But what does she know?" "And will she tell a poor soul like me?" s "M-" m "You made it." m "I was beginning to think you wouldn’t show up." scene reset2 with dissolve "Maya turns around and looks directly into my eyes, seemingly unfazed by the galaxies connecting above our heads." "It’s a wonderful array of colors- one that I’d be much happier to see if I could find the right level of oxygen up here." "The higher up you go, the harder it is to breathe." "But that’s something you know, I’m sure." "Thankfully, we’ve not yet reached the top of everything." "And I can still breathe just a little." "But you and I can not breathe together." "So what is even the point?" m "How do you feel?" s "..." s "Confused." scene reset3 with dissolve m "That’s understandable. Frankly, it would be worrying if you {i}weren't{/i} confused." s "Do you know what’s going on here?" m "More than you, at least." m "Can you walk? Do you need help?" s "No, I-" "I try to move my legs, but they seem much heavier than normal." "After a few attempts, I’m able to lift them off the ground and manage to step closer to her." scene reset4 with dissolve m "…" s "…" m "Is there anything you’d like to ask me?" s "A lot, actually." m "Then ask..." m "And I will answer to the best of my ability." label resetquestions: menu: "Where are we?": s "Where are we right now?..." m "We’re in Kumon-mi. The same place you were reborn [totaldays] days ago." s "Kumon-mi didn’t always look like this, though." m "It didn’t?" s "No...Or...at least I don’t think it did." m "But you have no way of knowing for sure, correct?" m "I’ve told you before-" m "We all see things a little differently, but our sights are the same once you strip away whatever coat of paint you applied along the way." m "What appears to the naked eye on the surface may differ from person to person, but what those visions {i}are{/i} remains unchanged." m "Your Kumon-mi is different from mine. And mine is different from Ami's. But they’re still visions of the same Kumon-mi no matter whose eyes you're looking at them with." m "Do you understand?" s "Not even a little." scene reset5 with dissolve m "I figured as much." m "I guess I can’t really hold it against you this time, though." m "But you’ll understand eventually." scene reset6 with dissolve m "Or..." m "At least I hope you will." $ resetq1 = True jump resetquestions "Where did everyone go?": s "Where did everyone else go? Why are you the only person I've run into today?" scene reset4 with dissolve m "Do you think that's something I'm aware of?" s "I have no idea what to think." m "Well, I'm sorry to disappoint you...but I don’t know where they went." m "It's the same every time this happens." s "Every time? This has happened before?" scene reset6 with dissolve m "Far too often, if you ask me." m "I’m getting kind of sick of it, to be honest. But at this point, it's inevitable." s "Well...is there anything we can do to bring them back?" scene reset4 with dissolve m "Do you care about them that much?" m "Isn’t there something {i}more{/i} important to you?" s "I...don’t think so?..." s "What is there that would be more important than bringing everyone back?" scene reset7 with dissolve m "You really don’t know?" s "No...I don’t know {i}anything...{/i}and I think I’ve made that pretty apparent." scene reset8 with dissolve m "You’ll know eventually." m "And if you don't, you don't." m "You can't miss something at all if you don't know that you're supposed to miss it." m "So...if you wind up remembering what's more important to you than everything else-" m "Maybe bring this up again the next time we meet here, okay?" $ resetq2 = True jump resetquestions "Who are you?": s "Who {i}are{/i} you exactly?..." scene reset8 with dissolve m "Maya Makinami. A normal teenage girl." m "That was an easy question." s "I know your name...what I don’t understand is why you seem so calm right now." m "Well, it’s not like panicking would help, given the circumstances." m "The first few times, I was just as terrified as you." s "How many times have you been through this?" m "I’ve stopped counting." m "There’s no point anymore." m "It only makes things harder." s "You're not, like...{i}God...{/i}are you?" m "God?..." m "Do you think you've been sucked into some sort of manga or something?" m "Of course I’m not god." m "I’m just a very unlucky girl." m "Nothing more..." m "Nothing less." $ resetq3 = True jump resetquestions "How much of this is real?": s "Is any of this real? Or is this just...a dream or something?" scene reset4 with dissolve m "Nothing is real. You already know that." m "You’ve been told time and time again." m "Why are you so surprised to be somewhere like this despite all of that?" s "I think anyone would be surprised if they walked onto a[school] roof and were met with...whatever is going on in the sky right now." m "A fair point." m "But still, I don’t think it’s as unexpected as you’re making it out to be." m "You’ve had your hand held through everything. " m "I wonder who it is that's been holding it?" s "I have no idea what you’re talking about..." scene reset5 with dissolve m "Well, whatever. I guess I’ll just remind you {i}again{/i}." scene reset4 with dissolve m "Nothing is real. Nothing will ever be real." scene reset6 with dissolve m "Or..." m "At least that’s what I keep telling myself." $ resetq4 = True jump resetquestions "What happens next?" if resetq1 == True and resetq2 == True and resetq3 == True and resetq4 == True: s "So...what happens next then?" jump restofthereset label restofthereset: scene reset8 with dissolve m "I'm glad you asked." m "What comes next is my favorite part." m "The end of the world." m "Isn’t it beautiful?" m "Just look at the sky. It’s unlike anything else you've ever seen...isn't it?" "It’s true..." "Despite the incredibly thin air and how hard it’s become to move my limbs, it truly is beautiful up here." "Part of me wishes I could stay and observe this sky forever." "But something deep inside of me tells me that I don’t have much longer at all." m "You don’t have to be scared of what happens next. Everything will be okay." m "If this place were dangerous, don’t you think I’d stop coming?" s "I don’t know why you do {i}anything{/i}, to be completely honest. " s "Everything about you seems like some big secret." m "Maybe everything about me {i}is{/i} some big secret?" m "Maybe you're a little closer to the truth than you think?" scene reset9 with dissolve m "And maybe if you keep annoying me about opening up to you, you’ll eventually find that out." m "Who knows?" s "You make it sound like we’re still going to have time to get to know each other after this." scene reset8 with dissolve m "Do you think we won’t?" s "Well...not if this is the end of the world." s "Not if everyone is already gone." m "That is correct." m "This {i}is{/i} the end of the world." m "And everyone is most certainly already gone." m "But who says they're never coming back?" s "What?..." m "If {i}this{/i} is the end of the world..." m "Then all we need to do is reset it." "..." s "Again, {i}what?{/i}" m "We're going to reset the world." m "Well...{i}I'm{/i} going to reset the world." m "You're going to watch." s "Is that something you can do?" s "How?" scene reset9 with dissolve m "This is our world. We can do whatever we want in it." m "And right now, what we want is for it to be reset...Correct?" scene reset10 with dissolve m "You didn’t really think the[school] year was just going to carry on forever, did you?" s "Well, no...In fact, I’ve been kind of worried about how quickly everything was coming to an end lately." scene reset5 with dissolve if bonus == True: m "Yeah, I bet. That harem of yours has just started to take off, hasn’t it?..." else: m "I bet. Your plan to fill the world with hugs is probably getting off to a pretty good start, all things considered." m "Would be a real shame if you just couldn't hug anybody anymore." s "That’s really not what I was talking about..." scene reset11 with dissolve m "{i}Hah{/i}...Well, whatever the case..." m "I wouldn't worry too much about {i}completely{/i} starting over." m "If all goes according to plan, your progress won't reset at all." "My progress?..." "What does she mean by that?" s "Uh...Well, what do we have to do exactly?" scene reset4 with dissolve m "Like I've said...{i}You{/i} don’t have to do anything. You can just stand there and...wait, I guess." m "Soon, everything will go black..." m "And then you’ll wake up in a happier place." m "It might not be clear to you at first, but you'll figure it out soon enough." s "And what about everyone else?" s "They'll come back as well?" scene reset6 with dissolve m "It'll be like nothing ever changed." m "Again, {i}if all goes according to plan.{/i}" m "Sometimes, plans fail and everything snaps." m "But everyone, including myself, should be the same exact way they were when you last saw them." if bonus == True: scene reset4 with dissolve m "So, fortunately for you, you won’t have to worry about grooming anyone all over again." m "Rejoice, Sensei. Your harem of misguided teenagers will emerge from the end of the world unscathed. What a wonderful day this is." s "I’m surprised that you’re still making me out to be such a creep even at the end of the world." else: s "Does that mean you'll still have a crush on me." m "Unfortunately, yes." s "I am sorry Maya. Things would not work with the two of us." s "My vision is too bad and you like circular fruits too much." m "Trust me, I’m not doing this because I want to." s "Then...why are you doing it?" s "{i}How{/i} are you doing it?" scene reset12 with dissolve "Instead of answering the question, Maya closes her eyes and begins to breathe deeply." if bonus == True: "I watch the way her chest moves as she inhales and exhales. It’s almost hypnotizing in a way." m "Please stop staring at my chest." else: "I use this opportunity to think about why there are no B batteries." m "Stop thinking about B batteries." s "How did you even know that? Your eyes are closed." m "I know everything about you, whether you like it or not." m "Now, please close your eyes." s "We're...doing this right now? This is it?" m "That's correct. " m "It’s time to return things to how they should be." m "Or, at least..." m "How they should be {i}for now.{/i}" scene black with dissolve2 "I do as Maya says and close my eyes." "Within a matter of seconds, I feel her arms wrap around my waist." "Her face presses against my chest." m "I swear I’m only doing this because it won’t work if I don’t." s "That’s something a tsundere would say." m "I already told you, the tsundere role is filled." s "Whatever. Just do what you need to do." m "I would love to, but you keep talking." s "I’ll stop then. " m "Fantastic. Then stop." s "Stopping now." m "It doesn't sound like you're stopping." s "I'm stopping, I swear." m "Is this really happening?" s "No more words." m "You’re the absolute worst human being alive." s "You're only saying that because the only other human being alive right now is you." m "Silence...seriously." "I stop teasing Maya and actually {i}do{/i} stop talking this time." "Her arms never leave my waist." "I guess the two of us need to be touching in order for the ‘resetting’ process to work or something?" "But even if that’s the case, isn’t this hug a little excessive?" "Wouldn’t just holding my hand be enough to-" play sound "static.mp3" stop music scene happy1 with flash scene helpme with flash scene happy2 with flash scene helpme with flash scene happy3 with flash scene helpme with flash scene happy4 with flash scene helpme with flash scene happy5 with flash scene helpme with flash scene happy6 with flash scene helpme with flash scene happy7 with flash scene helpme with flash scene happy8 with flash scene helpme with flash scene happy9 with flash scene timetogrow1 stop sound play music "10c.mp3" q "About time! Do you have any idea how much trouble you'd get into if the principal showed up and caught you sleeping right now?" s "Huh?..." q "Class ended ten minutes ago. It's time to get up." s "What? What class?" s "Where am I?" s "And...what did you call me just now?" scene timetogrow2 with dissolve q "The...same thing I always call you? Sensei." q "What's going on? Did you have a bad dream or something?" s "I..." s "..." s "I guess so..." q "Do you want me to call the nurse or something? You seem a little flushed." scene timetogrow3 with dissolve q "Come a little closer so I can touch your forehead and find out." s "I'm fine...I think I just need a few minutes to collect myself or something." "Excuse me for asking this so abruptly, but-" "What the fuck is going on right now?" "Who is this girl? Or, better question, who am {i}I?{/i}" "Why can't I remember anything?..." "This classroom seems vaguely familiar, but..." "But it's like each time I try to piece things together, I just circle back around and give up before I'm able to get anywhere." q "...?" "This girl should probably know something, right?" "But...if she's my student, she'll probably only know things that a {i}student{/i} would know. She'll have no idea who I am or...where I even live or-" "Wait, where am I supposed to go after I leave here when I still have absolutely no clue where I am?" scene timetogrow4 with dissolve q "Um...are you sure you're okay? You're looking a little...panicky." s "I'm just...tired, I think." q "Still? Even after sleeping through the entire last period?" s "Yeah, sorry. Long night, I guess." scene timetogrow5 with dissolve q "Long night? But we were together the whole time." s "I'm sorry, what?" "Am I...dating a teenager?" scene timetogrow6 with dissolve q "Okay, seriously. What's going on with you? You're acting like you don't even recognize your own niece." "Oh. So that's how it is." "Well, that is significantly less exciting. But at least I should be able to leverage that role to...try and make sense of what's going on here." "At the very least, if we're related, she'll probably know where I live." s "Of course I recognize you. I'm just feeling a little out of it right now." scene timetogrow2 with dissolve q "Well, do you think going home might help? Because it doesn't seem like sticking around school is helping you at all right now." s "Yeah, but...do you think you might be able to come with me? I could probably use the help since I'm still...you know, regaining my footing and whatnot." q "Why would I not come with you? We literally live together." s "Oh. Right. I forgot." "Well, at least my first five minutes in what I'm assuming is some sort of...alternate reality or something have been filled almost entirely with convenient coincidences." "That has to be what this is, right? Some sort of...reincarnation type thing?" "Wait, doesn't this mean that I must have died, though?" "Just what the hell is happening to me all of a sudden?" scene timetogrow7 with dissolve q "How can you just {i}forget{/i} that we've been living together for years?" q "What's next? Are you going to tell me you've forgotten my name?" s "..." q "..." scene timetogrow8 with hpunch q "Oh my God! You {i}have{/i} forgotten my name, haven't you?!" a "It's Ami, Sensei! {i}Ami!{/i}" s "Sorry. It's nothing personal...probably." a "Probably?!" s "To be completely honest, I'm having a hard time remembering literally anything right now. So...I'll probably be leaning on you for help for a little while." scene timetogrow9 with dissolve a "I mean...helping you is pretty much all I do in the first place, so I'm happy to do whatever you need me to." a "But if your memories are really that jumbled, shouldn't we take you to a doctor or something?" a "You're old, but I didn't realize you were old enough to start dealing with that dementia thingy." s "I'm not {i}that{/i} old, am I?" "This body feels mostly healthy and well put together, so I can't imagine I'm any older than my 30's." a "I guess not. You're actually one of the youngest teachers we have, I think." a "But if there's something wrong with your brain, we should act now. Because if anything bad ever happened to you, I'd probably just die too." s "That seems...excessive." scene timetogrow10 with dissolve a "Well, if your memories really are gone, you'll be finding out very soon that that's just the type of girl I am!" scene timetogrow11 with dissolve a "Or you're just lying about all of this because you hate me and want to play a weird prank on me, but I'll play along either way!" a "Helping you round up your memories sounds kinda fun, actually. It's like we're characters inside of a manga now or something." s "Yeah...or something." scene timetogrow12 with dissolve a "I wonder how it'll end. Normally, all of the stuff where the main character loses his memories ends up being kinda depressing by the last volume." s "I think there are more pressing matters at hand than figuring out how things are going to {i}end{/i} right now." scene timetogrow11 with dissolve a "Right, right. We've gotta get you back home since you can't remember where you live without me." a "You know, Sensei, if you want to spend more time with me, all you have to do is ask. You don't have to fake amnesia just for my attention." s "Well, please forgive me if I continue to {i}fake{/i} it for a little while longer." "Because at this point, I still have no idea what I'm supposed to do..." scene black with dissolve2 "Ami spins around and I instinctively leave my desk to follow her, like it's something I've done time and time before." "It's not, though." "This isn't my life." "It can't be." "Because no one would ever look at me the way she does if this is where I'm meant to be." "Without even knowing myself yet, I understand that much." "For as she pulls me through the halls of the school by my wrist, my mind ventures forth to forbidden territories-" "And it encircles itself in possibilities and fantasies I will not yet reveal to you." "If I did, I can't imagine you'd stay to observe me much longer." "But I suppose I don't even know who {i}you{/i} are...or who I'm even aiming these thoughts at right now." "Perhaps-" "Well...perhaps they don't need to be aimed anywhere at all." "And perhaps I'm content with just imagining someone is there as it makes daydreaming all the less lonely." "........." "......" "..." scene bathscenebutnomorebath1 with dissolve2 s "Uhh...Ami?" a "Yes, dearest uncle?" s "Would you mind...you know...reminding me what the name of the city we live in is?" scene bathscenebutnomorebath2 with dissolve a "Jeez, even that's gone?" s "Just assume that {i}everything{/i} is already gone since it'll wind up saving the two of us a ton of time." a "Not {i}everything{/i} is gone, Sensei. I'm sure your love for me would remain no matter what sort of crazy thing happened to your brain." a "But, you're right. It's already kinda late out and I should be spending less time questioning you and more time helping you get back to normal." scene bathscenebutnomorebath3 with dissolve a "So, allow me to {i}re-{/i}introduce you to Kumon-mi! A super normal town just outside of Tokyo." a "We’re not allowed to leave the city limits anymore because of the war, but-" s "Wait, war? What war?" scene bathscenebutnomorebath2 with dissolve a "The same war we've been in for years now." a "Like 99%% of the men were drafted into the space army and are off fighting aliens right now or something." s "Is this...some sort of joke? Or..." a "Joke? No. It's super real." a "And you should be thankful you weren't one of the people who got drafted since you're a teacher and we need more people like you to make sure everyone in our class doesn't wind up like Miku." "I have no idea who that even is..." s "Is the war really in space, though?..." a "Of course. It's an important aspect of the plot that is going to be used as comedic relief in the future, so don't try and focus too much on it or you'll wind up getting distracted from everything else." s "Everything else meaning {i}what,{/i} exactly? Are there some other...weird rules about this place I need to be lectured on now?" scene bathscenebutnomorebath4 with dissolve a "A few! But really, the hardest part of everything is that the girl-to-boy ratio is completely out of whack and I wouldn't be surprised if you go weeks or months without seeing other men sometimes!" s "I see no problem with this." scene bathscenebutnomorebath5 with dissolve a "Well, you should. That's the part where you were supposed to say, “You're the only girl for me, Ami! I don't care about any of the other ones!”" s "Aren't we related?" scene bathscenebutnomorebath6 with dissolve a "Enough about that, how 'bout we get back to some of those rules you were just talking about?" s "Are we really going to ignore the blatant incestuous undertones you-" a "Rule number one is keep your hands off all of your students! But that should probably be a rule that goes without saying since...you know." s "Is that, like...an Ami rule? Or is that an actual school rule?" a "I'm pretty sure it's a law. But it's also a school rule." scene bathscenebutnomorebath7 with dissolve a "Technically, the rule only applies to school grounds, though...since no one can really keep track of what you do elsewhere." s "Right...and is there anything else I should be worried about?" scene bathscenebutnomorebath1 with dissolve a "Probably! So just ask me whatever comes to mind and I'll help you out the best I can!" jump amiwhattodo2 label amiwhattodo2: menu: "Tell me about my students": s "Can you tell me a little bit about my class?" a "You mean {i}remind{/i} you a little about your class?" s "Yeah...that. Sorry." a "Don't apologize to {i}me,{/i} Sensei. I'm used to dealing with you when you're at your worst. This sort of thing doesn't bother me at all." a "You're the only male teacher at an all-girls school...and there are ten total students you’re in charge of- including me!" a "Our school works a little different from the other high school in that we’re in your care for every class of the day." a "Sometimes, a student or two might not show up to class. A couple of them have cutting problems." a "I also think I heard something about more students joining later on in the year as well!" a "Sometimes, classes get a little crowded and people need to be moved around and stuff." a "Oh, in addition to being our teacher, you’re also our guidance counselor!" a "Some of the girls have issues they have a hard time discussing, so getting them to open up is part of your job." a "Since the semester has only just begun, some of them are still in the process of warming up to you." a "Oh! But then there are also some girls like Ayane and Maya who you've known for years since they come to our house to sleep over all the time." a "If you have any more specific questions about them, it would probably be better to check that weird book thingy you always keep lying around in your room." s "Book thingy?" a "I'm not really sure what it is since you won't let me look inside, but I'm pretty sure it's like...info on all of the students or something." a "Probably school related stuff since I know you'd never hide anything from me. Right, Sensei?" s "Uhh...yeah. Sure." a "Great!" a "So, any other questions?" jump amiwhattodo2 "Where are your parents?": s "What about your parents? Why aren't you staying with them instead of-" a "Ask something else." s "But-" a "{i}Ask something else.{/i}" jump amiwhattodo2 "What should I do?": s "So...what should I do?" scene bathscenebutnomorebath2 with dissolve a "Hm? What do you mean?" s "Like...apart from teaching and...counseling or all of the other stuff my job requires me to do." s "I guess what I'm asking is...what is a normal day like for me?" scene bathscenebutnomorebath1 with dissolve a "Oh, okay! Gotcha." a "I don't know. That's kind of a tough question." a "There's tons to do in Kumon-mi. And I'm sure you'll find plenty of ways to keep yourself entertained when you're not working or hanging out with me." s "You know, I kind of figured a girl your age would be a little more interested in spending time with her friends rather than her uncle." scene bathscenebutnomorebath8 with dissolve a "I...can do both!" a "And I won't let you make me feel like a loser because I like being closer to someone with the same blood as me!" s "Having the same blood is just a pretty specific thing to look for in a companion is all." a "I just told you! I won't let you make me feel like a loser just because I like spending time with you!" s "And I won't try to do that anymore, I guess." s "Again, I'm just trying to figure out how to use what little free time I'll have and...no offense, but I'm sure not all of it will be spent on you." scene bathscenebutnomorebath2 with dissolve a "You can't just say “No offense” right before saying something super offensive, Sensei. It doesn't work that way." scene bathscenebutnomorebath1 with dissolve a "But I guess expecting you to speak normally is a little much to ask since everything else seems to be different about you today anyway!" a "So, is there anything else you want to know?" jump amiwhattodo2 "Tell me more about the war": s "Can you tell me more about that war you mentioned earlier?" a "Nope!" s "Oh." s "Oh, okay." a "Anything else you want to know?" jump amiwhattodo2 "Let's just move on": jump nextstart2 label nextstart2: s "I think I know everything I need to. Let's just go home and I'll...figure the rest out from there." a "Cool! In that case, I-" scene bathscenebutnomorebath9 with dissolve a "Ah! Wait!" s "What? What's wrong?" a "What's {i}wrong-{/i} is that Maya has been sitting all by herself over there this entire time and we haven't even noticed her." a "Maya! We're coming to say hello whether you like it or not!" scene black with dissolve2 "Ami charges away from me and I am stricken with the harsh realization that I might not be getting home as early as I was anticipating..." scene mayacg1 with dissolve2 m "..." "I stop caring about that the moment I see her friend, though." "If I'm remembering correctly, this is..." "This..." a "Hello! Earth to Maya! Ami and Sensei reporting in." scene mayacg2 with dissolve m "Hm?" scene mayacg7 stop music m "Ah-" play sound "static.mp3" scene whygodwhy with flash scene mayacg7 with flash stop sound s "…" play music "comfort.mp3" "When our eyes meet, everything floods back into me." "I’m back in Kumon-mi." "Back where I first started." "Everything feels different...but somehow, exactly the same." "This might not be where I am {i}meant{/i} to be-" "But it's where I am. And it's where I will stay until I am forcibly removed." "There is no home for me anywhere else, so I will carve a hole inside of {i}this{/i} world and sleep inside of it, refusing to move out even if the world around me breaks." "Because now I know that world will reset." "And that nothing here is permanent." "But..." "What I don’t know is {i}how.{/i}" scene mayacg8 with dissolve "Fortunately, I think the answer to that question is sitting right in front of me as we speak-" "Smiling a beautiful, crooked smile as she pretends to hate me more than she actually does." m "..." s "..." m "{i}You’re welcome...{/i}" scene mayacg9 with dissolve a "Hey! What are you doing over here? I thought you had stuff to do after[school] today." m "My plans fell through and I was hungry, so..." s "..." a "Really? Well, you can come over later if you want. Sensei has amnesia, so-" s "Actually..." s "I’m fine, Ami." s "I guess I just needed to wake up." scene mayacg10 with dissolve a "Huh? Already? But...just a couple minutes ago you were all like-" s "I’m fine, really. Let’s just treat today like any other day." a "Well...sure. If that's what you think is best, that's fine by me." scene mayacg9 with dissolve a "Oh! I forgot to ask, but how did you do on your tests, Maya?" a "You were probably fine, right?" a "Thankfully, Makoto taught me all that slope-intercept stuff a couple weeks ago, so I’m pretty sure I passed by the skin of my teeth." m "I did fine as well. Not great, not horrible." "So...we’re {i}past{/i} the standardized tests now?" "Weren't they just getting started the last time I woke up here?" s "Hey, random question, but...how far into the[school] year are we?" scene mayacg10 with dissolve a "Huh? You don’t know? Isn’t that, like...your job?" s "Yeah, but I forgot my phone at home and I’m not sure what today’s date is." scene mayacg11 with dissolve a "Hmm...I guess, only a few months? We’ve still got more than half of the year to go, I think." scene mayacg12 with dissolve a "You should probably start keeping track of stuff like that, Sensei! You’re already forgetful enough!" s "Yeah..." s "Yeah. I’ll do my best..." scene black with dissolve2 "The rest of the day went on as if nothing ever changed." "But somewhere-" "In the back of my mind-" "I remember a rooftop." "I remember a sky." "And I remember the scent of watermelon shampoo as a small girl wrapped her arms around me and changed my life forever." $ renpy.end_replay() $ maya_love += 5 $ day103 = True stop music fadeout 5.0 "{i}Maya’s affection has increased to [maya_love]!{/i}" "{i}Life goes on!{/i}" "........." "......" "..." if day < 6: jump endofweekday if day >= 6: jump endofsat label everythingisconnected: scene neweverything1 with pixellate play music "backwardsdancing.mp3" "I show up at the soccer field and everything is normal." "I begin to scan the area for Miku and find nothing but discarded wigs likely worn by women somewhere in their mid 60’s." "What a strange thing to find at a soccer field." "{s}When I was younger, I convinced myself that I’d be able to be an astronaut if I worked very hard.{/s}" "{s}This wasn’t true.{/s}" "{s}In my rage, I took to doing horrible things as a hobby instead.{/s}" "{s}Things you would struggle to believe even if you were able to see them with your own eyes.{/s}" "And so now, many years later, I know what the inside of a human body smells like." "If you close your eyes, you could even mistake it for {b}HEAVEN.{/b}" s "si enoyreve erehw rednow I" s "…" s "haoW" s "sdrawkcab tuo gnimoc si gnihtyrevE" "Welp, looks like normal talking is off the table. " s "..." "I guess I’ll just walk around the field and pick up these wigs to kill some time!" scene black with dissolve2 "..." "......" "........." scene neweverything2 with dissolve2 "One by one, I pile the clumped and organized bundles of hair into my arms." "I scan the insides of them in search of scalp-remnants to sniff but find nothing." "These must be hand-made." "Sometimes, wigs made in factories still contain small bits of skin from the scalps of which they were stolen from. " "I bet this is something you didn’t know." "There are many things you don’t know that I do." "I am very, very smart." "I know everything." "Unfortunately, that wig fact wasn’t true. " "Though, it wouldn’t surprise me if large corporations started killing and skinning the poor to help create wigs." "People will do anything for money nowadays." s "I am having so much fun collecting wigs on the soccer field!" "Before I know it, my arms are full." "Why am I picking these up again? " "This is too much trouble." s "I am no longer having any fun collecting wigs on the soccer field!" play sound "thump.mp3" with hpunch "I drop the wigs on the ground and they make a strange noise." "Turns out, they weren’t wigs at all." "They were heads." "LOL!" s "I must have missed that during my scalp check." scene neweverything3 with fade "Upon making contact with the ground, the disembodied heads regrow their necks. But they aren't normal necks." "They are more like stubby flower stems, sinking themselves into the ground and sucking up nutrients in an attempt to bring them back to life." "I have no idea if it is going to work or not, but I am not about to wait around and find out." "It's not every day that I get to use the head of a deceased teenager growing out of a fleshy flower stem as a sex toy." "I just have to hope that I'm able to get my business over and done with before they come back to life (Assuming they can)." "It looks like today's fellatio menu includes the following options: Kirin, Miku, and Karin." if bonus == True: "Which one do I want to engage in sexual activities with?" else: "Which one do I want to {b}HUG{/b}?" label chooseahead: menu: "Miku": jump correcthead "K5r1n": "Please select Miku’s head for the sake of this experiment." jump chooseahead "m": "Please select Miku’s head for the sake of this experiment." jump chooseahead "Nothing is real": "Please select Miku’s head for the sake of this experiment." jump chooseahead "Kirin": "Please select Miku’s head for the sake of this experiment." jump chooseahead label correcthead: "I have selected Miku’s head for the sake of this experiment." scene black with dissolve2 "My fingers graze her soft cheeks." "They’re cold, but not incredibly cold. Probably like a 6.5/10 on the coldness scale." "It implies that either she has not been dead for very long or is currently in the process of coming back to life (I still have no idea)." "I wonder who it was that did such a horrible thing to her?" "Why would someone remove Miku's head when all she does is run around and smile and look vaguely like a boy, but the kind of boy you could have sex with and not be called gay for?" "Why do bad things always happen to good people?" if bonus == True: "Oh well." "I guess it is game time." else: s "{b}here comes the huggy boy{/b}" "I announce my arrival to the head when I am suddenly stricken with a harsh realization." scene neweverything4 with dissolve2 "It is a little hard to get my penis into her mouth because of the early-ish onset of rigormortis taking over her jaw." "However, once I do, the pressure from it attempting to close once again is actually rather enjoyable and very snug." "It appears that her teeth have been removed as well, so the dismemberment of my penis at this point in time is pretty unlikely." "The sensation of her 6.5/10 cold level gums grinding against my willy make me want to jump for joy, but I can not jump right now as it might pull her stem/neck from the ground." "Did you know that the act of removing dead petals from a flower is called deadheading?" "Did you know that the act of getting head from a dead girl who is also a flower is {i}not{/i} called deadheading? It is called necroanthophilia." "I am such a good teacher." "It is no wonder Miku so readily accepted my weiner." s "Enjoy the weiner, damn it." mi "(Currently deceased and incapable of responding, but there's a soft, mushy noise coming from her mouth that sounds kind of like fmp, fmp, fmp.)" "The two other flowers begin to rotate in circles like they are performing a ritual of sorts, but I am too absorbed in the pleasure of a tomboy's mouth to take part in it." "I wonder if my cum will help her grow faster." s "Are you ready for the semen?" mi "(Fmp, fmp, fmp.)" "I really start going to town on her mouth and can feel myself pressing up against the other side of her head." "But, it is at that moment that I realize this isn't Miku's head at all!" scene neweverything5 with hpunch play sound "pop.mp3" "This is a watermelon!" "LOL!!!" s "Get ready for the semen!" "I have sex with the watermelon and it feels good." scene neweverything6 with fade watermelon "Fmp, fmp, fmp." s "Hah...hah...hah..." s "Get ready for the semen..." watermelon "Fmp, fmp, fmp." m "Uhh..." play sound "static.mp3" scene neweverything7 with flash stop sound s "Oh. Hi, Maya." "I drop the watermelon because I am surprised and it lands on my shoes and cracks." s "I wasn't doing anything." m "…" if bonus == True: "Maya stays silent for a long period of time- probably because she is jealous of my intimate connection with her favorite food." else: "Maya stays silent for a long period of time. She’s probably just angry that I’m about to HUG her favorite food." m "That..." m "Uh..." m "You know, I was really starting to think I've already seen everything." m "And I...very clearly have not." m "This is definitely not how this normally goes." s "?og yllamron ti seod woH" "I’m backwards again." m "That’s something I can’t tell you just yet." m "You’re starting to disconnect." s "どういう意味?" m "Nothing I say will register in your memory." m "This {i}dream{/i} will be wiped away just like all of the others." s "どういう意味?" scene neweverything8 with dissolve if bonus == True: "Maya looks away from me for a moment, probably because she is a fucking bitch who is taking too long to sleep with me." "Even though she gave me a handjob in one of my dreams once." "But that doesn’t count. Handjobs aren’t sex." "I want to deflower her in front of the {b}GOD{/b} she claims to hate." "I want to fuck {b}GOD's{/b} child while he watches and strokes himself, just like that one time Mary Magdalene rode his favorite son's dick reverse cowgirl style and came three times." "I wonder if Jesus's weiner was as big and awesome as mine." "Probably not." else: "Maya looks away from me for a moment, probably because she is a fucking bitch who is taking too long to HUG me." "The ending leg of a prayer jumps into my head, but only one line of it." m "We should...probably move on to the next part of the dream now." m "If we stay here any longer, I’m not sure you’ll make it back." s "{s}kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk{/s}" "I cry out compulsively and my tongue begins to tangle around itself." s "Take me to your dream world. I want to speak to the manager." scene neweverything9 with dissolve m "I’m the manager. Any questions you have can be directed to me." s "Okay. Then why are you so fucking {i}lame{/i}?" m "That was a joke. I’m not actually the manager. And I'm not {i}lame{/i} either." m "Is there really a need to insult me when I haven’t said a single harmful thing to you today?" m "For all you know, I could be genuinely worried about you right now." s "You’re genuinely {i}lame{/i}, that’s what you are." scene neweverything10 with dissolve m "Right..." m "Anyway, please follow me." scene black with dissolve2 "Maya begins to walk toward a tiny building on the far end of the soccer field that I have never seen before." "........." "......" "..." scene neweverything11 with dissolve2 m "Okay. We’re here." m "Please step inside." s "Step inside of {i}that{/i} thing? There is absolutely no way I will fit in there." m "What if I told you the inside was filled with boobies?" s "Step aside, melon girl." s "If there is anything I am good at, it is making myself fit inside of places no one would ever expect me to fit inside of." m "You are absolutely disgusting." s "Are you not coming into the boobie house with me?" m "I’m not." m "This is a place for you and you only." m "It will help get you back on track." "I point behind me." s "{i}But the track is right there.{/i}" m "Clever." m "Please step inside now. Dealing with you in this state is rather exhausting." s "FINE!" if bonus == True: s "But they better be good boobies and not the bad kind..." scene black with dissolve2 "I step inside of the storage room and am suddenly hit by a wave of warmth." "It’s the feeling of sunlight." "Why can I only feel light when it is filtered through glass?" "Why can’t I feel anything directly?" "Why can’t I feel?" scene connect with dissolve2 "Everything is connected." "That is something Maya taught me recently." "But if everything is connected-" "Why do I feel so detached?" "{i}Developer note: At this point in the game, all of your actions will be recorded via webcam and sent somewhere special.{/i}" "{i}Please click accept on the following screen to enable this feature.{/i}" scene connect2 menu: "I accept": scene connect "{i}Thank you for accepting.{/i}" "{i}Please note: The following scene is a simulation that will test your aptitude at holding a conversation with a [[FEMALE HUMAN BEING].{/i}" "{i}You will not be graded at the end of this simulation.{/i}" "{i}It is only a test to see whether or not you are capable of performing such a task.{/i}" stop music "////STOP MUSIC" "{i}Please close your eyes if you are easily scared, disturbed, or prone to seizures as a series of flashing images will be displayed on the screen.{/i}" "{i}If you elect to close your eyes, you may open them again once the music starts.{/i}" "{i}The images will play on your {b}next mouse click{/b} and the simulation will begin. Thank you for playing Lessons in Love, an adult dating simulation game.{/i}" play music "static.mp3" scene ayhh1 with flash scene ayhh2 with flash scene ayhh3 with flash scene ayhh4 with flash scene ayhh5 with flash scene ayhh6 with flash scene ayhh7 with flash scene ayhh8 with flash scene ayhh9 with flash scene ayhh10 with flash scene ayhh11 with flash scene ayhh12 with flash scene ayhh13 with flash scene ayhh14 with flash scene ayhh15 with flash scene ayhh16 with flash scene club_day with flash stop music play music "daybreak.mp3" s "…" "I..." "Where am I?" "This isn’t the[school]’s storage room." "It’s a room I’ve never seen before." "The sweet scent of candy lingers in the air." "I feel oddly comfortable here." "I can’t even remember what I was doing before I opened my eyes." "…" "It’s warm." "Part of me wants to lie down and let the sun bleach my skin and wash away the uneasiness I’ve been feeling as of late." "Teaching is hard work, you know?" "In fact, just the other day, I was thinking-" play sound "slidedoor.mp3" q "Yuu, are you in-" show sakisurprised with dissolve2 "A girl appears in front of me." "She has one less dimension than the girls I usually deal with." "I’m not sure how to handle this." mg "Um..." s "…" mg "Who...are you?" mg "Are you a new teacher here? Your uniform doesn't match our colors." s "I don’t think so. I just kind of woke up here." s "Can you tell me where we are? Or maybe how I can get back to Kumon-mi?" show sakicurious hide sakisurprised mg "Kumon-mi? That’s a strange name." mg "Is that the[school] you taught at before transferring here?" s "No...Well, kind of?" s "I’m not really sure if I know the name of the[school], now that I think about it..." mg "You don’t know the name of your own[school]?" s "That probably sounds a little hard to believe, huh?" show sakinormal hide sakicurious mg "Hehe~ Maybe a little..." mg "Hey, you didn't...by any chance see a boy around my age in here, did you?" s "Uhh, no. I only woke up a minute or two before you opened the door." s "Is he your boyfriend or something like that?" show sakiembarrassed hide sakinormal mg "W-What? No! Nothing like that. He’s...just a friend." s "Don’t give me that. Your true feelings are written all over your face." mg "They are not!" s "They definitely are..." "The girl pauses for a moment before sighing to herself and spilling her 'secret' to a perfect stranger." show sakinormal hide sakiembarrassed mg "Okay...So, he’s not my boyfriend..." mg "But he’s someone I like very much." mg "We’ve known each other for a long time now, and he can be kind of strange at times...but he has a good heart." s "I see." mg "How about you?" mg "Is there anyone you like?" s "That’s a strange question to be asking a teacher, don’t you think?" mg "Hmm...I don’t think so." mg "After all, you’re going to be going back home in a little while, aren’t you? To...Kumon-mi or whatever you called it?" s "That’s right..." s "I need to...get back..." "But how do I even get there?" "And what will happen once I do?" "I have this creeping feeling that things are going to get even more confusing after this." "But then again-" "This is probably just another dream." "Every time things get weird or scary-" "They always go away shortly after." "Sure, they might come rushing back in the next time I’m thrown into an uncomfortable situation, but..." "But that’s something I’ve learned to deal with." "And that’s something I feel like I’ll have to continue dealing with if I want to make the most of the new life I’ve been given." "And so-" "I’m sure I’ll find my way back." "I’m sure." mg "Umm...You doing okay, there?" s "Oh, sorry. Internal monologue." mg "Don’t worry, I’m used to it. That boy I was talking about gets those all the time." mg "Do you want to maybe use my phone to call someone or something?" s "I...don’t really remember anyone’s number, to be honest." mg "Ahh, another downside of modern technology." mg "We have no reason to remember anyone’s phone number anymore now that we can just dial by name." s "You’ve got that right, um..." saki "Saki." s "You’ve got that right, Saki." s "I should probably get going now. Thanks for helping, though." saki "I don’t know if I really helped at all...but you’re welcome. Umm-" s "Just call me Sensei." saki "You’re welcome, Sensei." saki "Enjoy your trip back to Kumon-mi." s "Thanks. Enjoy your time with whatever that guy’s name is." saki "Hahah...I’m sure I will." saki "Thank you." scene black with dissolve2 play sound "slidedoor.mp3" "…" "I open the door of the mysterious club room and make my way into uncharted territory." stop music scene bedroom_day $ connecttrack = True $ connect = False "And then I wake up again." $ renpy.end_replay() "What do I want to do today?" jump happyloop1 label day98: scene walkingonairredux1 with fade play music "10c.mp3" a "{i}Hmm hmm hmmm...hm hmmm hmmmmm~{/i}" "Ami hums happily to herself as the two of us make our way down the hall." "School has already ended for the day, but it has somehow fallen on me to stay after with her and help her clean up her club room." "I didn’t even know she was in a club, let alone that I'd somehow wind up being involved with it as well." "Why {i}I{/i} have to do this instead of any of the girls who routinely use the room, I don't know. But Ami seemed very adamant about it and I really wasn't in the mood to argue about it." a "{i}Hmmm~ Hmm hmmm hmmmm~{/i}" s "Ami." scene walkingonairredux2 with dissolve a "Yes?" a "Is my humming bothering you, Sensei? Cause if so, too bad. I am happy and when I am happy, I hum." s "I don't care about that. I’m just a little confused about this whole club situation." a "How come? What's there to be confused about?" s "It’s just that you haven’t really mentioned anything about it, so..." a "What? You're not going to say you don't remember me being in a club or something, are you? Cause it would be pretty bad to forget about a club that you're the advisor for." "I'm the {i}advisor{/i} for this mystery-club? How did this even happen?" s "Of course I wouldn't forget about the...uhh..." a "...?" s "Controlling niece club?" scene walkingonairredux3 with dissolve a "Manga club, Sensei. Manga." s "We have a manga club?" a "We’re a Japanese [high_school]. Of course we have a manga club." s "Right. That's a thing I definitely knew we had." s "How come I have to be the one to help clean it, though? Couldn't one of the other members come in my place?" scene walkingonairredux1 with dissolve a "Nope." s "And...why is that, exactly?" a "Because there's a special thing I specifically need {i}you{/i} for. Something that nobody else in the club would be able to help me with." s "If it involves reaching something high up, there are probably ladders in one of the custodial closets and-" a "I want to give you a handjob." s "..." a "..." scene walkingonairredux4 with dissolve s "Yeah, I guess that would be pretty difficult with one of the other girls around instead of me." a "Can I?" scene walkingonairredux5 with dissolve s "What, do you think I'd say {i}no{/i} to a request like that?" a "I figured that since we're in school, there was a tiny chance you wouldn't be okay with the idea." s "Ami, as your club advisor, it's only fair that I assist you during times of need like this." s "Also, I don't know if this is a conversation we should really continue having out loud since school literally just ended and there are people around." a "I don't mind if anyone else knows the things I'm willing to do for my uncle." a "If anything, that will probably just show them that I love you the most overall and convince all of them to just go away." s "That was slightly more appropriate, but still probably not something that should be said in the crowded halls of our school." scene walkingonairredux6 with dissolve a "I guess it's a good thing we're right outside the clubroom then!" scene black with dissolve play sound "slidedoor.mp3" stop music fadeout 10.0 a "Come on in, Sensei! We've got a lot of {i}cleaning{/i} to do in here!" "I sigh to myself, though I'm not sure why considering I'm about to be jerked off by a tiny, redheaded girl who is also related to me." "Life is awesome." scene amifirstlust1 with dissolve2 a "So, here we are! The room that your [niece] visits several times per week while you’re busy neglecting her!" s "I’m not neglecting you, I’m doing my job." scene amifirstlust2 with dissolve a "Is your job sleeping? Because that's all I've seen you do in school lately." s "That's part of the job, yes. How am I supposed to teach if I am tired?" a "How are you supposed to teach if you are sleeping?" s "That's for me to figure out. Mind your own business, Ami." scene amifirstlust3 with dissolve a "Sure! I'll mind my own business as long as you promise to be nice to me for the rest of forever and pat my head a lot." a "And also keep fingering me whenever I get horny. Which has been a lot lately." s "You're going to have to sweeten the deal a little if all I'm getting out of this is privacy." scene amifirstlust4 with dissolve a "Are you forgetting that I promised you a handjob less than five minutes ago?" s "Of course not. But that was already a thing I was receiving and is not a part of this trade offer." a "Well, what else do you want?" a "I already cook for you and clean the house every day." a "And I do your laundry and I fill the bath and I go grocery shopping and I-" s "Okay, okay. I get it. Nevermind. You do a lot of stuff." s "I thought you liked doing all of that, though?" scene amifirstlust1 with dissolve a "I do! Making you happy makes me happy!" a "And it {i}also{/i} makes me seem like a better wife for when the two of us can finally get married!" s "Is that even legal?" if bonus == True: a "Beats me. But if it's not, we could always just forge a marriage certificate or get fake identities or something. I’m okay with all of that if you are." else: a "Why wouldn't it be? It's not like we're related or anything." "I’m starting to think that visiting Ami in her dorm room might be doing a little more harm than good." "She’s been clingy since the get-go but talking about marriage might be a little...I don't know. Insane?" a "Besides, if you really cared about what's legal and what's not, you wouldn't agree to letting me do what I'm about to do to you in here." s "That is a fair point. But...would you mind if I ask where this came from?" scene amifirstlust5 with dissolve a "Where...what came from? Me wanting to do something like this for you?" a "I've been talking about repaying you for all of the {i}help{/i} you've given me ever since we started doing stuff with each other. It's not like this is a random thing." s "And that couldn't wait until after school? When we're at home or in your dorm room?" a "It...{i}could.{/i}" scene amifirstlust6 with dissolve a "I just...kind of didn't want to wait anymore." a "Do you have any idea how hard it is staring at you all day in school and not trying to just tackle you and take your pants off?" a "Because it's very hard. Very, very hard." s "You're really that horny all day long?" a "If I say yes, will you think I'm a bad girl?" s "I already think you're a bad girl, Ami." scene amifirstlust7 stop music fadeout 20.0 "I take a step closer to my niece, but she doesn't attempt to back away at all." "And while her feet remain planted, I notice her legs beginning to tremble." s "What kind of girl fantasizes about tackling her uncle in front of all of her friends all day long? And during school, no less?" s "What kind of girl makes sure those same girls don't stay after for their club so she can fulfill her sexual desires?" a "Me..." a "{i}I'm{/i} that kind of girl, Sensei..." a "All I want is to make you feel good..." a "All I want is to please you...to take care of you the way you've taken care of me a bunch of times now..." a "I'll show you I'm a good girl. I promise." s "How?" scene amifirstlust8 with dissolve a "By making you cum." a "Can I do that for you, Sensei?" a "Will you let {i}me{/i} take care of {i}you{/i} for a change?" stop music fadeout 15.0 if bonus == True: jump day98x else: scene black with dissolve a "Nevermind. We can go for a walk." "Ami and I go for a walk. Nothing else happens." "Oh, but we also hug." $ renpy.end_replay() $ ami_lust += 1 $ day98 = True stop music fadeout 7.0 "{i}Ami’s lust has increased to [ami_lust]!{/i}" "………" "……" "…" jump endofweekday label day86: scene hall_day with dissolve play music "sweetvermouth.mp3" "I decide to leave the girls to their own devices in gym class today." "Are they going to be fine on their own? Probably not. But I put Makoto in charge so, at the very least, everyone will be mostly contained." "Well, everybody except Futaba, that is." "Which isn't to say that she became some sort of delinquent overnight. I mean, how could she when she never even showed up to the class?" "In fact, the main reason I decided to wander the halls is to find her." "I get that gym class can be taxing when you aren’t comfortable with your body, but it's not like running away is going to do anything to change that." "Especially when consistently running away is a thing that would probably get me in trouble if any of the other staff members found out it." "It's not like I don't want to help her, of course." "I just don't know how..." "Especially when I don't even know where she is." scene black with dissolve2 "Now..." "Where would I go if I didn’t want to participate in class?" "………" "……" "…" scene futabanurse1 with dissolve f "Ah...S...Sensei..." s "I knew it." f "What...are you doing in here?" f "Aren’t you supposed to be in gym?" s "Isn’t that what I should be asking you? Why are you in the nurse’s office?" s "And...why isn't the nurse here?" scene futabanurse2 with dissolve f "The nurse...doesn't work on Fridays." if bonus == True: jump futabanursex else: s "Excuse me? But what if someone gets hurt?" f "I guess they just...die?" s "That is unacceptable. We are finding a new nurse right now." f "But where will we find one on such short notice?" s "Leave it to me, Futaba. If there is anything I know how to do, it is spontaneously track down medical professionals in the middle of the day." f "Such a specific skill." scene black with dissolve "Futaba and I wander through the hall and I am able to find a new[school] nurse that will not abandon her responsibilities every Friday." "I will be damned if there is anyone in this[school] who does not do their job." $ renpy.end_replay() scene black with dissolve2 $ futaba_lust += 1 $ day86 = True stop music fadeout 7.0 "{i}Futaba’s lust has increased to [futaba_lust]!{/i}" "………" "……" "…" jump afterschoolevent label specialclassroom: play sound "static.mp3" scene specialclassroom1 with flash stop sound play music "holyplace.mp3" "I arrive in a special classroom situated somewhere underneath Heaven." "The room smells like someone left dirty laundry in it to fester in the summer sun for years on end." "The only problem is that no sun can reach this room." "Night is still hours away and yet everything is dark." "…" "I try to move my legs forward and escape from the room but, as has become customary in times like these, I can not." "I look down to inspect them to see if they’ve been pinned or nailed to the ground and discover that I have no form at all." "I am a shadow now." "But whose shadow am I?" play sound "static.mp3" scene specialclassroom2 with flash stop sound "The same girl that always shows up when I am {s}lost{/s} happy appears before me." "Her hushed breaths sound more like atomic bombs due to how quiet it is in here. " s "Maya?..." q "…" q "あなたは誰?" q "だれ です か?" "I don’t understand a word she’s saying. " "I wish she would turn around so I could at least confirm that she is who I think she is." "Sometimes, Maya’s eyes go away in my dreams. " "They’re replaced with old TV static and memories of thousands of lives I have yet to live." "That must be why it terrifies me so much to gaze into them." if bonus == True: "That must be why it terrifies me to imagine receiving oral sex from her as she stares at me with empty spheres in place of gorgeous aquamarine beads." "I can feel myself becoming aroused at the thought of doing horrible things to her in my [niece]’s bed and need to remind myself that I am a shadow." "I will always be a shadow." "And shadows can not form erections the same way normal humans do." q "Please-" q "Come closer if you wish to speak in your language." "I click my heels together and-" if bonus == True: jump specialclassx else: scene black stop music "The event ends." "This is the wrong game." $ renpy.end_replay() $ specialclassroomtrack = True $ specialclassroom = False jump saturdaynight label day110: play music "ibelieve.mp3" "There are several things in life I have accepted that I will never understand." "The first, the last, and the most damning of all of them is the fact that we have two lives- not just one." "The first life is what comes prior to adulthood- and how that extremely brief period of time is somehow more important than everything that comes after it." "So, why is it that smaller of two lives is the one that, for the most part, determines how the second life plays out?" "Why do we allow ourselves to be manipulated by the people and things that surround us so frequently in the beginning, yet never at all after finally experiencing it?" "The first life is the one we idealize- where that manipulation is something we wrap around ourselves like a scarf to protect us from the cold which, in this case, is all that we're unfamiliar with." "But it isn't until the second life where we discover that we {i}like{/i} the cold and discard the scarf entirely, only to regret the decision thereafter because the feel of the fabric was comforting." "By the second life, we have become so resistant to manipulation that we no longer allow others to change us and, instead, are forced into a state of being where we must manipulate ourselves." "For if we didn't, we'd be stuck perpetually remembering our first lives." "We'd be stuck wishing to trade away the longer portion for another set of firsts and the opportunity to soften our skin." "Resistance is only a strength when we want it to be." "The rest of the time, it is a reminder that half of our humanity faded away the second we grew up." "So...what is left to do now?" "What is left to do knowing that we can't go back and that we must fall into place and only look back on the happier days as a means of coping?" "The answer to that is simple, for it's the same for everyone." "You find a job." if bonus == True: "You find a partner (Preferably one who swallows.)" else: "You find a partner (Preferably one who likes to hug.)" "You start a family." "You die." "The worst part of all of that, though, is that you wind up having to train yourself for that final step for the entirety of your second life." "There are no {i}firsts{/i} left at this point anymore-" "Just a series of events that you’re forced to assign meaning to so you won’t be as terrified when you're dying alone in a hospital bed somewhere." "Praise be." "Praise the {s}God{/s} god who wanted us to live these tragic, hopeless lives." "…" "A song plays in the back of my head. " "It’s a song that reminds me of cursed birds and familiar sins." "But it’s a song filled with hope." "A song of death and a song of life." "One song for everyone." "A final melody as the darkness closes in." stop music scene bedroom_day play sound "knock.mp3" a "[amimaster], are you awake in there?" s "Huh?" s "Oh, uhh..." s "Yeah." s "Sorry about that." scene black with dissolve2 "........." "......" "..." scene living1 with dissolve play music "normalday.mp3" a "Morning!" m "Good morning." s "Hey...good morning. I didn’t sleep late, did I?" a "Not really, but I felt like you probably would have if I didn't come wake you up." a "You feeling okay? You look a little out of it." a "I can make you coffee if-" s "I'm fine. Just...feeling a little zoned out, I guess." scene living2 with dissolve a "Zoned out? You’re not getting sick, are you?" a "Should we maybe stay home today?" s "I don’t think it’s anything that serious. Probably just a...lack of sleep or something." scene living3 with dissolve a "Huh. Didn't you say the same thing this morning, Maya?" m "That sounds possible. But, then again, I believe that any amount of sleep less than twelve hours is a lack and I seldom actually get that much." a "That sounds like a medical issue or something. You should get that checked out." m "Complaining about being tired in the morning is normal human nature. And I refuse to get help for simply being human." scene living4 with dissolve a "Just say you're fine next time...jeez." s "Come to think of it, what is Maya doing here so early anyway? She doesn’t normally meet us at the house." scene living5 with dissolve m "Have you given up on asking me things directly? You need to go through Ami now?" s "I don’t think I’ve ever had a positive experience when it comes to communicating with you before lunch time, so yes. I am going to go through Ami." m "That’s understandable. But to add to that, I haven’t ever had a good experience talking to you in general." s "Oh, come on. There's had to be at least {i}one.{/i}" m "Not that I can think of." s "..." m "..." a "..." scene living6 with dissolve a "..." "Ami’s eyes bounce back and forth between Maya and me." "I can’t blame her for not knowing how to deal with the dynamic between the two of us, especially this early in the morning." "Hell, I don’t even understand the dynamic between us right now and we kind of...saw the end of the world together?" "Still not quite sure what happened there, but I’m glad it’s over." scene living5 with dissolve a "Did something happen between you two?" scene living7 with dissolve m "Hm? What?" a "You guys just seem...a little different somehow. Like, I can still feel the hate, but now it’s more like a comfortable hate rather than an...{i}uncomfortable{/i} hate." a "Does that make sense?" m "No." m "I have literally no idea what that is supposed to mean." s "Maya reset the world for me." scene living8 with dissolve a "Ah..." m "…" s "…" scene living9 with dissolve a "What the heck is that supposed to mean?" m "{i}Hah...{/i}" "Yeah, that’s pretty much the reaction I was expecting. " "It was pretty easy to tell that Ami had no idea what happened the second everything restarted." "Granted, it took me around half an hour to realize it as well...and I knew it was coming." a "How does somebody reset the world, exactly?" s "No clue. Ask her, she knows." scene living10 with dissolve a "Hey, wait a sec! You two didn’t start playing some new online game without me, did you?!" m "…" s "Do you really think I have time for games?" a "Yes! You never do anything!" s "Okay, better question- do you really think I would use all of my free time on games and not...other stuff?" a "I don't know! Maybe!" scene living11 with dissolve m "There’s obviously no game, Ami. You should know by now to take everything this person says with a grain of salt." s "Person? Really? Have I been downgraded and stripped of my gender overnight?" m "Besides, if I were to start playing a new game, you would be the first to know." s "And now you’re ignoring me. See, this is exactly why I don't talk to you before lunch." a "I guess that makes sense...Ayane is no fun to play with since she always has all the best stuff." s "Is Ayane really that good at video games?" "I try desperately to insert myself back into the conversation and force both Maya and Ami to remember that I am here." scene living12 with dissolve a "Not really. She just has unrestricted credit card access and uses her dad's money to roll on every banner and make the two of us feel insignificant." s "Ahh, yes...banners. I understand exactly what you mean by that." scene living13 with dissolve if bonus == True: a "All {i}you{/i} have to understand is that you could easily fix this problem by giving me-" s "No." a "By giving me access to-" s "No." a "By-" s "No." a "..." s "..." else: a "Buuuut...if a certain [uncle] wants to start paying my salary again..." scene living14 with dissolve a "Anyway, I’m not really sure what's going on with you two, but I’m definitely gonna be keeping my eye out from now on...or at least until you clear yourselves of suspicion." a "I’ll be damned if anyone steals my [uncle] away, especially my best friend." scene living15 with dissolve m "Uhh...Yeah, I wouldn’t really worry about that if I were you." m "Getting close to your [uncle] is at the very bottom of my list of ‘things I want to do’ right alongside being crucified and/or submerged in acid." s "Okay, I think it’s a little unfair to compare me to things like that." scene living16 with dissolve m "You're right. That would be too rude to acid." s "…" "You know...just when I thought Maya and I were about to get closer, she starts saying things like that." a "Okay...so maybe there isn’t anything going on with you two after all." a "I’m just gonna chalk all of this up to lack of sleep on both sides. Sound good?" m "Yes. Wonderful." s "I don’t even care anymore." scene living1 with dissolve a "Great! Thankfully, I got enough sleep to make up for both of you, so you can just let me do all the talking on the way to..." a "...school." m "…" a "…" s "…" "Right. We’re supposed to be going to[school]." "Whoops." scene living17 with dissolve a "Sensei...what should we do? I don't want Makoto to kill us for being late." s "Don't worry. I think the three of us can take her if we coordinate well enough." a "Is it too late to call out? Can we just...do that and stay here?" m "I’m fine with being late." m "Sensei is the one who handles the attendance sheets, so..." s "Yeah, I think we’ll be fine. We can just come up with an excuse or something if Makoto asks us." a "Well...what kind of excuse? Because it would have to be a believable one for Makoto to fall for it." s "I don't know. Maybe that the house caught on fire because you messed up cooking or something?" scene living18 with dissolve a "That's not believable at all! That’s just mean! I'd never do something like that!" s "You lit the science room on fire a while ago, didn't you? I think a house fire would be pretty easy to believe." a "Why do you remember that?!" m "That was a very bad day for me." m "Have I ever mentioned how intimidating Yumi is?" scene living19 with dissolve a "At least you didn’t almost kill the entire class, Maya! Imagine how I feel!" s "Okay, are we going to just stand here in the living room for the rest of the day, or are we actually going to go to[school]?" scene living20 with dissolve a "Ugh...fine. I accept my fate." a "But know now that I would never light this house on fire because I care too much about it." s "Please apply that same level of care to school so that we may continue living. Thank you." s "Are you ready to go as well, Maya? Or are you just...going to stay here?" scene living21 with dissolve m "Please don’t say my name. It sounds disgusting when you do it." s "Then...what am I supposed to call you?" m "Nothing." s "..." m "..." s "Are you coming to school or not?" m "Do I actually have a choice? Or is that a rhetorical question?" m "Because I very much would prefer to stay here in the air conditioning." a "Just come to school, Maya...we can hang out in the air conditioning later." scene black with dissolve2 "………" "……" "…" scene living22 with dissolve a "{i}Hah...{/i}This is it...The day I’m finally killed by the student council president." m "It has been a pleasure knowing you, Ami." a "I always knew something like this would be the end of me...I just didn’t realize it would be so soon." s "What a strangely specific prediction for your demise." a "Fare thee well, beloved [uncle]. Do not forget me if you live to see tomorrow..." scene black with dissolve play sound "slidedoor.mp3" "Ami disappears into the classroom, leaving Maya and me alone in the hall." m "Well then, I guess I’ll-" s "Hold up one second, Maya." scene living23 with dissolve m "Funny. I believe I told you to stop calling me that." s "You did, but this is important." s "Are we just going to ignore everything that happened the other day?" m "What do you mean?" s "The thing on the roof? The end of the world?" m "..." s "..." scene living24 with dissolve "Maya pauses for a long time and scans the hallway to make sure that no one is around- not that I think anyone would believe her even if they were." m "Yes." m "We {i}are{/i} going to ignore that." m "Please continue on with your daily life as if nothing has changed." m "Though, I would appreciate it if you’d make it to the roof much quicker in the future." m "It took you quite a while the last time. " m "Though, I suppose it doesn’t matter at the end of the day." m "It's not as if I'm expecting to ever see you there again or anything." s "Uhh..." s "Okay then?..." scene living23 with dissolve m "If that's all, I’m going to go sit at my desk now. " m "The bell for second period is about to ring and I, too, do not want to be killed today." s "..." scene black with dissolve2 play sound "slidedoor.mp3" "Maybe...Maya just doesn’t want to talk about it during[school] hours?" "It’s not like that topic is something the two of us can avoid forever, though, is it?" "I have so many questions...things I couldn’t think of when the two of us met under the stars. " "But, perhaps, the biggest question of all-" "…" "Is if Makoto is going to let me live through the day to find all of those answers." $ renpy.end_replay() $ day110 = True stop music fadeout 5.0 "………" "……" "…" jump afterschoolevent label day114: scene residential with dissolve play music "justbehappy.mp3" fadein 4.0 s "So hot..." s "Dying..." s "Need...water..." "Hey there." "If you couldn’t tell, it’s excruciatingly hot today." "So much so that halfway through wandering around Kumon-mi looking for something to do, I’m already prepared to call it quits. " "Seriously, though, what gives?" "You’d think after resetting the world, Maya would have at least made it so the temperature isn’t threatening to melt my insides every day." "She mentioned being able to change things but...maybe something like the weather is out of her control?" "Who even knows? Maybe she just likes the heat." "..." "I come to a stop in front of a corner-store in the residential area next to the one Ami and I live in." "I don’t typically come over to this part of town, likely due to the fact that there isn’t really anything here- but I figured I might as well try something different today." "Plus, this also seems like a great chance to run into a side character." "I wonder which one it will be this time?" scene black with dissolve "........." "......" "..." scene pizzakaori1 with dissolve "Oh, look. It’s Kaori." "And she’s scowling at a pizza." "That seems about right." k "Tch-!" k "This hot, circular cheese-and-tomato wheel is causing me anguish." k "I have only eaten one out of eight triangles and I am already in pain." k "Am I...allergic to shapes? Is that what is happening?" s "Hey, Kaori. Having some trouble there?" scene pizzakaori2 with dissolve k "Hamburger Man?! What are you doing here?!" k "And why are you without a [young_girl]?!" s "I’m not...always with a [young_girl], Kaori." scene pizzakaori3 with dissolve k "You’re not?" s "I’m not." if bonus == True: k "But you are almost always with a different small human." else: s "And when I am, it's only to help them prepare for the workforce after exiting college." k "I was beginning to think you were part of a...umm...what’s the word-" k "Human trafficking ring?" s "Human trafficking? Is that really the line of work you think I’m in?" k "Yes. None of the girls who have appeared beside you were ever seen again." k "How much money does a human female go for, Hamburger Man?" s "I’m a teacher, Kaori. That explains why I’m always with [younger_girls]." if bonus == True: "Well, actually...it kind of doesn’t. But I doubt someone like her would understand that." scene pizzakaori4 with dissolve k "…" k "I smell deceit." s "Deception doesn’t have a scent, Kaori. It’s probably just the pizza." scene pizzakaori5 with dissolve k "Yes! Pizza! {i}That{/i} is the proper name for the cheese wheel! Thank you, Hamburger Man!" k "I am now slightly closer to believing you are an actual teacher!" "I take a seat at the table opposite Kaori and put my elbows down on it, resting my chin in my hands." scene pizzakaori6 with dissolve k "Why are you sitting with me?" k "I did not give you permission to sit here." k "If you have come for the human-pizza, I am not willing to share." s "Okay well, first off, please don’t call it a human pizza. That makes it sound like something completely different." k "Heard." s "Secondly, I’m not going to take anything from you unless you offer it." k "You aren’t?" s "Correct." scene pizzakaori7 with dissolve k "Hm..." "A look of distrust spreads across Kaori’s face as she attempts to decipher human conversation and the connotations that come along with it." k "I have a hard time following your reasoning, Hamburger Man." k "You always seem to want food whenever I see you, and this time, you suddenly do not." s "Of course I always want food when I see you. You work in like nine different restaurants." scene pizzakaori8 with dissolve k "Is that not normal? " s "Of course it’s not normal. Most people only work in like one or two at a time." k "But then...what do they do with all of their free time?" s "Uhh...I don’t know. Don’t you have any hobbies?" k "…" s "…" k "I am unfamiliar with this word. “Hobby.”" k "What does that mean? It sounds fake. Is that a fake word?" s "A hobby is something you like to do." if cafe25 == True: if bonus == True: s "You know, kind of like how you like taking pictures of yourself in your underwear and posting them online." "I still haven’t seen those, now that I think about it..." scene pizzakaori9 with dissolve k "Why do you bring up the instant gram again?!" k "I was unaware people could view those photos and have since deleted the account!" k "My underwear is now safely stored in the private confines of my own logical telephone!" s "Smartphone, Kaori. Smartphone. " k "Logical telephone!" s "Also, why do you need those pictures anyway?" k "That does not matter! Please progress the conversation to the next stage! My face feels hotter than normal!" else: s "You know, like playing shuffleboard or Canasta." k "I am unfamiliar with these ancient human games!" else: s "Do you have anything like that, Kaori?" scene pizzakaori7 with dissolve k "Something I like to do..." s "Or maybe something you’re just particularly interested in?" k "Hmm..." scene pizzakaori9 with dissolve k "Furry things!" s "I’m sorry?" k "Furry things! Soft things! The ones that make cute noises like “woof” or “purr!”" s "So, you like animals?" k "Yes! Are animals a hobby?" s "Well, uhh, animals {i}themselves{/i} aren’t a hobby...but I guess stuff related to animals can be? " k "Then yes! This is what Kaori likes!" s "Well, either way, I think you should try spending less time at work and more time doing fun stuff." s "Life gets boring pretty quickly if all you do is work." scene pizzakaori8 with dissolve k "Are you also a hard worker, Hamburger Man?" s "I’m..." "Well..." "I show up every day." "Does that count?" s "I guess you could say that." k "I am impressed. I didn’t realize human trafficking required so much effort." s "Again, I’m a teacher. Not a human trafficker." k "Apologies. You are the first “teacher” I have come into contact with in many years. My knowledge of them is wearing out." s "Many years? How old are you, Kaori?" k "I am roughly 154 in dog-years." s "Human years, please." k "Apologies. I am 22 in human-years." if bonus == True: s "And you’re not in college or anything?" else: s "Why aren't you in college, then? I understand that you are already working, but there could be so much more out there for you." k "What is a “college?”" s "It’s like high school but for adults." k "I see." k "What is a “high school?”" s "It’s-" s "Wait, you didn’t go to high school?" k "Would that be something I remembered if I did?" s "Uhh, yeah. Kind of." k "I see." k "Then no." k "No high school." s "Then...what the hell were you doing during your teenage years?" k "…" k "I think I went to the “movies” once." s "…" "I swear, this girl gets even more confusing every time I talk to her." s "So, let me get this straight-" s "You didn’t go to high school..." k "Correct." if bonus == True: s "You didn’t go to college..." else: s "You aren't going to college..." k "Correct." s "But you did go to the movies once." k "I think so, yes." s "How are you landing all of these jobs? " scene pizzakaori10 with dissolve k "Restaurants do not require formal education and typically accept any help they can get." k "So I have done nothing but that for as long as I can remember." s "Well, I’ll concede that you’re a pretty good waitress but-" scene pizzakaori4 with dissolve k "I am the {i}best{/i} waitress." s "Right, you are the {i}best{/i} waitress, but...I just can’t imagine life being all that exciting if you don’t do anything other than that." scene pizzakaori10 with dissolve k "Do you have a suggestion for things to do instead? You seem to know a lot about human life." s "Yeah, most humans do." s "How about this, though-" s "What if I took you around and kind of just, showed you stuff every once in a while?" k "You would be my human-life coach?" s "I mean, it would probably be easier to call me your friend, but sure." k "How much does this service cost, Hamburger Man?" s "It’s...free?" scene pizzakaori2 with dissolve k "You will teach me the proper way to live for no money at all?! Human traff- {i}teachers{/i} must make a lot of money!" "We really don’t, unfortunately..." s "Well, there is one thing you can give me..." scene pizzakaori11 with dissolve k "Ah-" "Kaori pauses for a moment and...starts to blush?" scene pizzakaori12 with dissolve k "I...suppose {i}that{/i} sort of thing...might be possible..." s "…" k "…" s "Kaori, what exactly do you think I’m going to ask you to do?" scene pizzakaori11 with dissolve k "You know exactly what you’re going to ask for, Hamburger Man." k "I have not done it before but-" s "I was just going to ask for your phone number..." k "…" s "…" scene pizzakaori13 with dissolve k "My face feels very hot all of a sudden." k "I will give you my phone number if you can make it stop." s "I..." s "Sure, yeah. Whatever." "Kaori writes her phone number down on a slip of receipt paper and hands it to me." k "I still feel the heat." s "It’ll go away soon. " k "How soon?" s "Soon." k "How soon?" s "Kaori, chill." scene pizzakaori14 with dissolve k "Oh, it’s gone." k "Um..." scene pizzakaori15 with dissolve k "You can...have some of the cheese circle if you’d like." s "…" s "Thanks." scene black with dissolve "Kaori and I sit at the table eating pizza for another few minutes before a small cat runs by." "She immediately takes off down the alleyway to catch it." "Sensing that she won’t be coming back any time soon, I wind up asking for a box to take the rest of the pizza home." "I hope we have room in the fridge for this..." "{i}Congratulations! You now have Kaori’s phone number.{/i}" "{i}Use it to call her during your spare time to raise your affection with her!{/i}" $ renpy.end_replay() $ kaorinumber = True $ day114 = True stop music fadeout 5.0 "………" "……" "…" jump endofweekday label day120: scene street_noon with dissolve play music "normalday.mp3" "I find myself walking home after yet another uneventful day at[school]." "And I say ‘uneventful’ in the loosest possible sense because Yumi actually showed up today, and that’s always something to celebrate." "Well, it’s something to celebrate when I’m not forcing her to stop insulting the other girls in order to make up for her...apparent inferiority complex?" "Now that I think of it, I don’t really understand why Yumi is so mean to everyone to begin with." "It {i}has{/i} to be an inferiority complex, right? That’s normally how the bully trope goes." "And God forbid these girls start subverting their character tropes. That would really throw me off." r "Hey! Tall guy! Over here!" s "…" s "{i}Tall guy?{/i}" scene black with dissolve "........." "......" "..." scene girlsagain1 with dissolve r "Yo!" s "Why are you suddenly calling me “tall guy?”" scene girlsagain2 with dissolve r "Huh? Cause you’re tall and you’re a guy. I thought it was pretty obvious." s "Well...I mean, yes. But you’ve never called me that before. It makes it sound like we don’t know each other." r "Who cares? The only other person around is Sana and I’m pretty sure she knows that we’re cool." "Once Rin points that out, I realize that the streets {i}are{/i} eerily empty today. I wonder if it’s because of the heat?" "…" "No, that can’t be it. Both of them are wearing long sleeves. " "Where the hell is everyone?" s "Well, either way, go back to calling me Sensei. I don’t want to be “tall guy” anymore." if cafe25 == True: s "It’s bad enough that Kaori is already calling me Hamburger Man. Another nickname would be too much to keep track of." scene girlsagain3 with dissolve sa "Um...isn’t...there already a real Hamburger Man?" s "A...{i}real{/i} Hamburger Man?..." r "Are you talking about the one from that fast food chain? The clown dude?" scene girlsagain4 with dissolve sa "Yeah. Isn’t he called...the Hamburger Man?" r "Uh...no." r "He’s got like, an actual name. I just don’t think we’re allowed to say it on-screen because of copyright stuff." scene girlsagain5 with dissolve sa "Oh...well, um..." sa "I think...I’m going to keep calling him the Hamburger Man anyway..." sa "Two hamburger people is too many...I think Sensei should change." "I am tired of being a hamburger-person. Take me out of this isekai right now." else: r "Are you sure? You can be Tall Guy and Sana can be Short Girl. You’ll be like a superhero duo." scene girlsagain4 with dissolve sa "Um...what would that make you then, Rin?..." r "Uhh, I don’t know?...Average-height Lass? " sa "That’s...not a very good superhero name..." s "So, nicknames aside, I’m glad to see you two are getting along." scene girlsagain6 with dissolve r "Dude, same! Sana and I have like, a zillion things in common. Who would have ever thought?" s "Wow. How close have the two of you gotten over the last few weeks?" sa "Rin let me touch her skulls." r "I did! No one’s ever asked to do that before." r "Even Futaba is like “Umm...can you turn those away when I’m trying to sleep?”" r "I basically have to give her a friggin’ pep talk every night. But Sana here just walked up to them and started doing the Hamlet thing." s "She...spontaneously recited a monologue to a skull?" scene girlsagain7 with dissolve sa "Um...that part...didn’t happen." sa "I kind of just...held one for a little while." r "Oh, right. Totally misremembered that scene in my head. Whoops." r "But yeah, Sana’s basically like a little sister to me already. Which is cool cause I’m kind of like Futaba’s little sister." r "So the three of us are gonna form a sisterhood and start sharing pants or however that one story goes." "I glance at Sana, who seems content but still struggling to keep up with Rin’s, uhh, {i}pace{/i}." "Having known the two of them for some time now, I can see how they’d get along so well, but I can also see how it might be difficult at times." "Rin is adept when it comes to communicating with people, but lacks a filter." "And, of course, Sana is the complete opposite." "But either way, I’m glad to see the two of them spending time together like this." scene girlsagain8 with dissolve sa "Um...I don’t know much about...sharing pants...but I am really happy to have another friend now." sa "Ayane is...still a little too much for me sometimes..." scene girlsagain9 with dissolve r "Oooooh, I totally forgot you two were even roommates! I don’t really talk to Ayane that much." r "What’s she like? That sword she brought in the other day was really cool. Do you think she’d let me hold it?" sa "Um...I don’t really know if she’d let you hold it...but she’s really nice." sa "She was willing to get to know me when nobody else was so...I’m really thankful for her." scene girlsagain10 with dissolve r "Dude, {i}everyone{/i} is willing to get to know you. You’ve just gotta put in some of the work." r "People are like, totally weird and annoying and stuff, but no one is gonna see {i}you{/i} and be like “Nahh I’m good.”" r "You’ve just gotta do the thing and then stuff will happen." sa "…" scene girlsagain11 with dissolve sa "Umm...can you..." s "You need me to translate for you?" sa "Yes please..." scene girlsagain12 with dissolve r "Wait...did I say something weird? What part about that was confusing?" s "I think Rin is trying to say that everyone would be open to being your friend because of how cute you are." scene girlsagain13 with dissolve r "Yeah! That! That’s much easier to understand than how I put it!" sa "Wh-what?! " scene girlsagain14 with dissolve r "Sana, you probably don’t realize this since you’re like, super shy and awkward and stuff, but you’re low-key one of the cutest girls in the entire world." r "Kind of like a cross between a lost kitten and an excited puppy. Oh- and like, four baby seals thrown into the mix." scene girlsagain15 with dissolve sa "That’s too many things! I’m just a girl!" r "Yeah but girls are the best! There’s a reason I’m so into-" scene girlsagain16 with dissolve r "Ah-!" "Uh-oh." scene girlsagain17 with dissolve sa "Huh?" sa "Into what?" r "Umm...uhh..." scene girlsagain18 with dissolve r "Makeup! I’m really into makeup! Because...it looks better on girls than it looks on boys!" sa "…" sa "Oh...umm...I see..." scene girlsagain19 with dissolve r "{i}Pah...{/i}" "Rin suddenly deflates as she narrowly avoids revealing to her new friend that she’s [[probably] sexually attracted to her." "I can only imagine how finding out something like that would impact Sana, who I’m pretty sure is at least six-hundred years away from becoming curious about romance." sa "Sensei...I, um..." sa "I want to...thank you again for...all of your help." sa "Without you...I wouldn’t be able to-" s "Don’t thank me yet, Sana. Your character arc has barely even started." scene girlsagain20 with dissolve sa "My...what?" s "I told you in class the other day. We can’t call it quits on your progression until you’re friends with everyone." s "Don’t make it sound like doubling your previous count of just one friend is enough to satisfy me." sa "But two is already hard! Look at Rin! She deflated and I don’t even understand why!" s "That...is something you’ll have to find out later. I’m not really able to disclose other peoples’ secrets to you." scene girlsagain21 with dissolve r "Secrets?! I don’t have any secrets! You take that back, Tall Guy!" s "How am I back to that nickname already? I thought we were done with this." r "We were until you decided to hint at my...thoughts to Sana! She is too pure for such things!" scene girlsagain22 with dissolve sa "Um...are you...keeping a secret from me?" sa "I don’t have the most...experience...when it comes to friends...but you don’t have to hide anything..." sa "I’ll accept you no matter what..." scene girlsagain23 with dissolve r "…" r "{i}Look what you did.{/i}" s "How is this my fault?" r "{i}I don’t know. But it is.{/i}" s "That seems a little unfair, don’t you think?" r "{i}I think I’m going to chop your arms off the next time we’re alone together.{/i}" sa "Um...excuse me..." sa "I don’t really...understand what’s going on right now..." sa "But I’d like it if...you two would stop fighting..." scene girlsagain22 with dissolve r "Ah- We’re not fighting! We’re just doing that thing where we, uhh, play-fight because we’re so close!" sa "You are?..." r "Yeah!" scene girlsagain24 with dissolve sa "Um...I’m sorry if this is personal but...would you mind explaining...how close you are?" sa "Just so I can...better understand the relationship...between you two..." r "…" s "…" scene girlsagain25 with dissolve "Rin stares again, expecting me to be the one to answer this question." "Thankfully, I have the perfect response for a time like this." s "{i}Ahem...{/i}" if cafe25 == True: s "We are homies." else: s "We're bros." scene girlsagain26 with dissolve sa "…" r "Sensei..." sa "You’re...what?" s "And on that note, I will take my leave." s "Good day, huma- " s "Uhh...girls. Good day, girls." "I slowly back away from the table and begin to make my way toward the bus stop to head home." scene girlsagain27 with dissolve sa "Um..." if cafe25 == True: sa "What’s a “homie?”" else: sa "Why did he call you a...bro?" scene black with dissolve $ renpy.end_replay() $ rin_love += 1 $ sana_love += 1 $ day120 = True stop music fadeout 5.0 "{i}Rin’s affection has increased to [rin_love]!{/i}" "{i}Sana’s affection has increased to [sana_love]!{/i}" "………" "……" "…" jump endofweekday label day121: scene hall_day with dissolve play music "sweetvermouth.mp3" "I’m wandering the halls of the[school] during lunchtime, trying to figure out what I want to do today." "I realized just a few minutes ago that I’d forgotten my wallet at home, and considering that this[school] is pure evil and does not offer free lunch to the staff-" "I am left with no other option but to either starve or mooch off of my students." "The thing is, the cafeteria isn’t exactly a prime mooching spot since other staff members are in there, so I have to figure out a way around that." "…" "I am suddenly overcome by a strong urge to try my luck on the rooftop." "I don’t know much about anime, but one of the few things I do remember is that important characters always seem to be on the roof for some reason." "I just hope that the door is unlocked since I still lack a key..." scene black with dissolve "........." "......" "..." play sound "slidedoor.mp3" scene roofnoon with dissolve "I step out into the air only to be immediately assaulted by a level of humidity that makes this seem less like a roof and more like a sauna." "At least the door was unlocked, though." "I’m not really sure why, but I will gladly accept this convenient chain of events and chalk it up to a gift from God." "Now, to find someone who can give me food." scene black with dissolve "…" scene makotoroof1 with dissolve "A diligent girl wraps her fingers around the chainlink before her, staring out at a city she isn’t allowed to leave." "But despite the inability to ever go somewhere bigger, at least at this point in time, she understands this town has everything others could offer and more." "And so she stands here, in this place of quiet contemplation that others would view as a refuge, and wonders-" "Why try so hard if I can never escape?" s "Makoto." scene makotoroof2 with dissolve mak "Ah, what?! Sensei?! " mak "What are you doing up here?" s "Give me food." scene makotoroof3 with dissolve mak "I beg your pardon?" s "You’re breaking at least fifteen different[school] rules by being on the roof during lunch. I will accept food in exchange for my silence." mak "I am not...and I don’t even have any food." s "If you don’t have any food, what’s your explanation for being on the roof right now?" s "This place is reserved for delinquents and rendezvous between [young]anime-couples." scene makotoroof4 with dissolve mak "Just so you’re aware, the student council has access to the roof as well." mak "Yes, it may be for the sole purpose of monitoring whether or not other students are spending time up here, but that is beside the point!" mak "What are {i}you{/i} doing here, Sensei? I believe that is a much better question." s "Is it really, though? I feel like someone like me is more prone to visiting places like this than your archetype." scene makotoroof5 with dissolve mak "Well...that may be true. But even someone like me feels the need to escape every now and then." s "Well...if you’re ever looking for even more of an escape, I wouldn’t mind helping you-" scene makotoroof8 with dissolve mak "Don’t you dare even think about saying what you’re about to say, Sensei." mak "I will climb over this fence right now." s "Oh, right. I forgot that escape rooms make you claustrophobic. My mistake." "I take a moment to look at the fence." "There’s no way she can climb that high." s "That’s a big fence, Makoto. Do you think you’re physically capable of scaling it?" mak "I’m not sure, but I swear on Einstein’s grave that I will find out if you continue to push me." s "…" s "Okay, fine. I’m sorry." s "Just to get back to that escape thing, though, is it really necessary for you to come to a place like the[school] roof?" s "Couldn’t you just hang out in the library or something?" scene makotoroof1 with dissolve "Makoto takes a moment to look back over the horizon and sighs to herself." "It’s not a heavy sigh or anything like that. If anything, it’s more like the sound someone makes when they’re giving up on something." mak "I guess I could. The library is certainly more fitting for someone like me, isn’t it?" mak "After all, what could I possibly gain from coming somewhere like this?" mak "I’m not an artist or a writer or anything like that. There’s no ‘inspiration’ that I can leech from a pretty view. " mak "It’s just a different view of the same things I see when I’m walking down the street each day." mak "Nothing more, nothing less..." s "…" scene makotoroof9 with dissolve stop music fadeout 15.0 mak "Why are you here, though, Sensei? " s "Didn’t I already tell you? I’m looking for food." mak "And so...you came to the roof? I’m not quite following your reasoning." s "Well I forgot my wallet at home and just felt strangely compelled to come here for some reason instead." mak "Compelled by what?" s "Uh..." s "Hunger?" mak "Hmm..." mak "While it’s true that extreme hunger can often lead to irrational behavior, I can’t imagine that simply going a day without lunch would drive you to that point." mak "Perhaps it was something else that brought you here?" mak "Maybe a hidden urge to throw yourself from the top of a building?" s "…" s "Excuse me?" mak "Hm?" mak "Did I say something strange?" mak "It’s not uncommon for people to have thoughts like that. It’s not as if it’s revealing your true intentions or anything of the sort." mak "But then again, Japan has one of the highest suicide rates in the entire world, so the likelihood of you following through would be marginally higher in some respects." "I’m..." "What?" "What the fuck is she talking about?" s "Sorry for asking this all of a sudden but, are you okay?" scene makotoroof10 with dissolve mak "Of course. Why do you ask?" s "It’s not like you to randomly go off on depressing tangents like this." mak "Is it truly depressing if it’s based on logic and reason rather than emotion?" mak "I’m simply giving you the breakdown of my thought process. I didn’t intend to evoke any darker feelings." s "I mean...I guess if you say so..." scene makotoroof11 with dissolve play music "sweetvermouth.mp3" mak "Apologies if any of that made you feel weird, though. I’ll try to be a bit more candid in the future." s "No need to apologize, just felt compelled to ask if you were doing alright after hearing that. That’s all." mak "Well then, yes. I’m totally fine. And thank you for caring enough to ask." mak "It’s strange, though. It seems as if you’ve felt compelled to do several things today." mak "First the roof, now this...Perhaps I should be the one checking on {i}you{/i} instead?" scene makotoroof12 with dissolve mak "Your mind hasn’t been taken over by someone else, has it? Hahaha~" "…" s "Of course not. I don’t think things like that are even possible." scene makotoroof11 with dissolve mak "Neither do I, of course. I was just trying to make a joke after dragging the mood down so much." mak "Besides, if something like that {i}were{/i} possible, I’m sure I’d be the first to notice." mak "You and I spend so much time together that there’s no way something as big as that could just slip by me." "I...wouldn’t be so sure of that if I were you, Makoto." "In fact, it seems like the first person to notice was actually the one I’m {i}least{/i} close with. How’s that for irony?" scene makotoroof13 with dissolve mak "Sorry in advance for getting sappy, but I wonder where I would be right now if the two of us never met?" mak "Sure, we’ve barely known each other for a year, but it feels like much longer." mak "I’ve learned so much from you, even if you’ve sort of given up on the whole teaching thing." s "Hey, I haven’t given up. I’m just trying out new methods." mak "Well, whatever you’re doing, it seems to be working." mak "Everyone’s grades are up and the last set of standardized tests were lifelong highs for almost everyone involved." scene makotoroof14 with dissolve mak "I’m going to take some of the credit for that if you don’t mind, though. I’ve been doing my fair share as well." s "Hell, you can take all of the credit if you want. Like you said, I barely even do anything." s "I’m kind of just moral support at this point while all of you figure out how to do stuff on your own." mak "Hahah~ Well moral support is always important too, Sensei." mak "Plus, there are always other things you can do to help us other than just explaining chemistry and things of the sort." s "That’s great. This might be a shocker to you, but chemistry is definitely not one of my strong points." mak "Oh? And what {i}are{/i} your strong points, Sensei?" s "…" if bonus == True: s "Sex education." else: s "I used to be really good in choir before {i}the incident.{/i}" mak "..." s "..." scene makotoroof15 with dissolve mak "..." s "..." mak "Okay. I think it’s about time to head back downstairs." scene black with dissolve "And so the two of us head back downstairs. " "Makoto locks the door behind us, ensuring that I won't be able to come up here again without getting a key from either her or Yumi." "Of course, she’s blissfully unaware that Yumi even {i}has{/i} a key at the moment, so I just need to make sure she doesn’t find out if I ever want to come up here again..." $ renpy.end_replay() $ day121 = True $ makoto_love += 1 stop music fadeout 5.0 "{i}Makoto’s affection has increased to [makoto_love]!{/i}" "………" "……" "…" jump afterschoolevent label day126: scene yumidesk1 with dissolve play music "sweetvermouth.mp3" "We interrupt this broadcast to bring you breaking news." "Yumi is in the classroom today. " "This is truly an event that will go on to shock the world." "Of course, such a rare occurrence doesn’t come without its setbacks, though." "For example, Futaba isn’t even here yet and her seat has already been stolen. " "I mean, it’s not like we have assigned seating in this classroom or anything like that, but it’s still clear that this is a targeted act on Yumi’s behalf." "To be honest, I’m surprised she even remembers where Futaba sits with how little she comes to class." play sound "slidedoor.mp3" "…" scene yumidesk2 with dissolve f "Ah..." y "Hm? What do you want?" f "That’s...ummm..." f "That's where I...normally sit..." y "...Okay? And?" f "Um...Would you be able to..." y "Just fucking say it, fatass. The hell do you want?" scene yumidesk3 with dissolve f "Can you...at least let me get my books out of the desk?" y "Depends. Anything in it for me?" f "What...would you want?" y "Hmm...have any cash on ya? I’d probably be willing to sit somewhere else if you can spot me some lunch money." scene yumidesk4 with dissolve f "Is there anything else you would want? I don’t really have enough money on me to buy lunch for both you and myself." y "That’s fine. You’ve got enough food stored in you to go without lunch for a day or two. Maybe even a week, now that I think about it." "Hearing that, I begin to make my way over to their side of the room and prepare myself to intervene if things escalate any further." "Technically, Yumi isn’t doing anything {i}wrong{/i} other than just being a bitch, so I should wait to see if anything else actually happens." f "But...I already skipped breakfast today and-" y "And what? You’re not thinking of eating any of {i}us{/i}, are you?" y "Lay a finger on me and I’ll fucking murder you. " scene yumidesk5 with dissolve f "I wouldn’t ever do something like that to you...or {i}anyone{/i}. I just want my books..." y "Yeah, I heard you the first time. Do I need to repeat my demands or are you going to fork over a few hundred yen?" s "How about I buy you lunch instead, Yumi? Will that work?" scene yumidesk6 with dissolve "I decide to step in before I become an accomplice to extortion, which I’m pretty sure is against[school] policy." "I haven’t even bothered trying to read the handbook, though. So who even knows?" y "The fuck are you doing here?" s "I know you’re not here often, but you {i}are{/i} aware this is my classroom, correct?" y "I guess. And {i}you{/i} are aware that I can do whatever the fuck I want, correct?" s "That’s true outside of[school] grounds, but I’m pretty sure I’m obligated to step in during situations like this." f "Um...Sensei...you don’t have to-" s "It’s okay, Futaba." s "I think I've learned how to deal with her by now." scene yumidesk7 with dissolve y "The fuck do you mean you've {i}learned how to deal{/i} with me? Why are you makin’ it sound like some fuckin’ chore?" y "Last I remember, you were the one stalking {i}me{/i}. Isn’t that right, asshole?" scene yumidesk8 with dissolve f "S-Stalking?...Is that...true?" scene yumidesk9 with dissolve y "Fuck yeah it’s true. And that’s just the beginning of it." if bonus == True: y "Can’t even imagine what he’s been doing to the rest of-" else: y "He makes me juggle, too. Fucking asshole." f "J-J-Juggle?!" s "Okay, calm down. I’m not stalking anyone." s "I’ve just been trying to help Yumi out from time to time." scene yumidesk8 with dissolve y "Uhh, dipshit, I’ve been telling you for pretty much forever that the best way to ‘help me out’ is by just leaving me the fuck alone." y "If you wanna pay for my lunch, cool, but I’m not givin’ up the fuckin’ desk. I was here first. I know my rights." "I sigh to myself and direct my attention to Futaba." s "She does have a point, Futaba. You’re all technically allowed to sit wherever you want. And Yumi {i}was{/i} here first today." scene yumidesk10 with dissolve y "Wait...are you actually takin’ my side? The fuck is goin’ on here?" s "I’m not taking anyone’s side. I’m just saying you’re allowed to sit wherever you want. " s "But, if at all possible, do you think you’d be able to reach deep inside that shell of a heart you have and find the kindness to give Futaba her books?" s "She’s not bothering you." y "I don’t know, man. Feels pretty bothersome to have to get off the desk just so some fatass can read books about knights and giant lizards and shit." scene yumidesk11 with dissolve f "They’re...dragons...not lizards." y "I don’t give a fuck what they are. They’re weird as shit and you’re weird for reading them." s "Yumi, I know doing this doesn’t really work on you, but I’m going to have to give you detention if you insult Futaba again." scene yumidesk12 with dissolve y "Are you now?" "Yumi hits me with an ice-cold gaze that would be more than enough to freeze the heart of anyone not used to her." "But, seeing as I’ve legitimately made out with her without any consequences, I’m beginning to think she’s more bark than bite." s "I am. In fact, you’re banned from cursing for the rest of the day." scene yumidesk13 with dissolve y "Suck my dick you fucking ass-weasel!" s "Okay, first off, where do you get these insults?" s "Second, you have detention now. You’re staying after class today." y "I ain’t doin’ shit! I’ll leave this fuckin’ place right now!" scene yumidesk15 with dissolve f "Umm, Sensei? I’m sorry for causing so much trouble. If I knew this was going to happen, I wouldn’t have ever asked for my books in the first place." s "Don’t blame yourself just because Yumi has self-control issues, Futaba." y "{i}I{/i} have self-control issues? Oh, that’s real fuckin’ rich." y "Bravo to you, dude. Completely ignoring your own problems and just pawnin’ all of your bullshit off on me. Thanks a lot for that." s "…" scene yumidesk16 with dissolve f "…" f "Um...what does she mean by that, Sensei?" y "Yeah, {i}Sensei{/i}. Go on and tell her and see if {i}I’m{/i} still the bad guy." s "Don’t worry about it, Futaba. Yumi’s talking about something that happened between the two of us outside of[school]." f "Outside of[school]?..." s "It doesn’t concern you. But, Yumi-" y "What now? Gonna fuckin’ {i}suspend{/i} me instead?" s "No. But I think the two of us need to have another talk." y "…" y "Yeah, and I think the two of {i}you{/i} can both go fuck yourselves." y "I’m outta here." y "Peace." scene yumidesk17 with dissolve play sound "slidedoor.mp3" "Yumi quickly hops off of the desk and makes her way out of the classroom, leaving Futaba and me in the dust." f "…" s "…" f "I’m...a little confused...about what that was all about..." "I’m not. I was beginning to think that Yumi had gotten over that...occurrence from a while ago, but it’s clear to me now that this is most certainly not the case." "I’ll have to talk to her about that soon..." "But for now, I’ve got to do everything I can to revert the situation back to normal." "I clear my throat and prepare to drag Futaba back to “reality.”" s "Well, on the bright side-" s "At least you got your desk back." scene black with dissolve $ renpy.end_replay() $ day126 = True stop music fadeout 5.0 "………" "……" "…" jump afterschoolevent label day128: scene street_noon with dissolve play music "normalday.mp3" "Another day nears its end as I make my way down the streets of Kumon-mi." "Ami’s club is having a meeting today, so I’m walking back alone and looking for some way to kill time. " "Fortunately, it’s Friday, so I don’t have to worry about doing anything productive for at least two more days. " "With how shitty the weather’s been in terms of heat, though, part of me just wants to lock myself inside and wait for winter to arrive." "I wonder if this whole {i}world resetting{/i} thing means that I’m going to be trapped inside perpetual-summer for the rest of eternity?" "I sure hope not." "Summer fucking sucks and should go away." "Except for bathing suits. Those can stay." scene chikayumi1 with dissolve c "Oh, hey! What are you doing over here, Sensei?" "I suddenly stumble across Chika and Yumi making their way home from[school]." "Well, Chika is making her way home from[school]. I don't even think Yumi has shown up since she stormed out of class the other day." scene chikayumi2 with dissolve s "Hey, you two. I'm just...doing the same thing you're doing, I guess- heading home after a long day of working hard and preparing you for the outside world." y "Yeah, that sounded believable." c "No plans for the rest of the day?" s "Nothing in particular. How about you guys?" scene chikayumi3 with dissolve c "Well, I obvs can't speak for Yumi, but I’ve got a night shift later." c "So, the two of us were just gonna walk back to my place and she was gonna look after Chinami while I go rake in that sweet minimum wage." s "Is it really okay for Chinami to be alone so often?" scene chikayumi4 with dissolve c "Yeah, she’s totally fine. She spends the day alone whenever Yumi and I both come to school anyway. I just hate putting her through that." c "I’d be crazy bored if I were stuck inside the house for that long. It's just kind of in my nature to always be doing stuff, I guess." s "Yeah well, I wouldn't expect anything different from the social butterfly of the class." scene chikayumi5 with dissolve c "Aww, you’re comparing me to a butterfly now? That’s so sweet~" c "But now I have to think about what sort of animal I'd compare you-" y "Oh, give it a fuckin’ rest already." scene chikayumi6 with dissolve c "Oh. Sorry, Yumi. I apologize for having fun without you." y "Ain't somethin' to apologize for. I'm just fucking fed up with hearing everybody say all this nice shit about him all the time." scene chikayumi7 with dissolve c "Uhhh...I don’t really know what’s going on, but it’s, like...way rude to talk about somebody like that when they’re right in front of you." s "Yumi’s got a point, Chika. I’m really not as great as you make me out to be." scene chikayumi8 with dissolve c "What are you talking about? You’re the best teacher I’ve ever had." s "Thanks for that. But if there was any amount of truth to it, the girl beside you would be coming to[school] every day." y "I’ve got a name, douchebag. Don’t just fuckin’ call me ‘the girl.’ Shit’s degrading as fuck." scene chikayumi10 with dissolve c "Yeah, so like...I wasn’t trying to start something between you two, so...can we maybe try to tone it down a little bit?" c "I love both of you guys and I’d like, mega appreciate it if we could all just be friends and...you know, {i}not{/i} curse at each other in public." s "Fine by me. I like both of you as well." scene chikayumi11 with dissolve y "Yeah. Right." y "Like I'm going to believe that." c "Okay, seriously...what is going on with you all of a sudden? You were fine like, two minutes ago. What the Hell happened within that time?" y "Nothing happened. Nothing ever happens." y "Just keep fuckin’ chattin’ up a storm over there and I’ll go back to bein’ the third wheel." c "How are you a third wheel? You came all the way to[school] to meet me. It’s not like I’m gonna ignore you just ‘cause Sensei is here now." s "Should I maybe leave the two of you alone? I can’t help but feel like my presence isn’t entirely wanted here." scene chikayumi12 with dissolve c "No, don't leave just yet!" c "In fact, while you're here, I think the two of you should make up or...settle your differences or whatever so we can all walk back to my place together." scene chikayumi13 with dissolve y "What?! Are you kidding?!" y "You’re really gonna show this guy where Chinami lives? Doesn’t that horrify you?" c "Of course not. Sensei’s already been over before." scene chikayumi14 with hpunch y "You let him inside?! Are you out of your mind?!" s "Okay, you know what? I’m just gonna-" scene chikayumi15 with dissolve c "Oh, no you don’t, mister! You’re not going anywhere. Not until I'm confident that you don't want to kill each other anymore." s "I've never wanted to-" y "Save your fucking breath, asshole. There ain't no convincing her when she gets like this. Just gotta sit back and wait for whatever lame ass plan she comes up with." c "My {i}lame ass plan{/i} is that the three of us are going out for dinner." scene chikayumi16 with dissolve y "Dude, don’t you have like...work and shit, though?" c "…" c "Okay, change of plans." c "The two of {i}you{/i} are going out for dinner together." y "…" s "…" scene chikayumi17 with dissolve y "That was a joke, right?" c "..." y "Chika, please tell me that was a joke." c "It was not a joke, Yumi. There’s a place not far from my apartment where the two of you are going to hang out and talk about your feelings." y "Feelings? From this guy? Do you actually think he has any?" s "I mean, I’m okay with it if Yumi is." scene chikayumi18 with dissolve y "Does it look like I’m fucking okay with it?!" s "It does not." c "It doesn’t matter if she’s okay with it. She’s going whether she likes it or not and that's final." scene chikayumi19 with dissolve y "Who the fuck is gonna watch your sister, then?! You really gonna call out of work just so me and Professor Cockmunch can pretend to talk about our feelings together?" c "I don’t have to leave for work right away. And even if I do, Chinami will be fine for another few minutes." c "As long as she’s not going to sleep alone, it’s cool." c "Now stop complaining and let’s go. We've gotten sidetracked enough and I don't want to waste any more of Sensei's time." y "What the fuck is happening to you?..." scene black with dissolve2 "And so the three of us embark on the long journey to the second half of town." "Chika remains in the middle at all times, trying to force out a conversation from Yumi, but it’s clear that she’s not going to comply until she gets another apology from me." "Is all of this really happening just because I commented on her self-control the other day?...Or is this still about what happened before that?" "Because sometimes, it feels like her default state is just hating my guts." "And I'm not saying I don't deserve it. I do." "It's just...exhausting sometimes." "………" "……" "…" scene ramenyumi1 with dissolve2 c "Okay. We’re here." y "Are you kidding? This place looks sketchy as shit!" s "Yeah, I’m actually with Yumi on this one. Not exactly a great spot to set up a ramen shop." scene ramenyumi2 with dissolve c "Mm!" "Chika doesn’t actually say anything to me. She just sort of growls and I manage to understand what she means." "Obviously, I’m perfectly fine going in there with Yumi. I’m not the one who needs convincing. " "This black-haired delinquent, on the other hand..." y "I’m not even fucking hungry!" scene ramenyumi1 with dissolve c "You’re always hungry. You never eat." c "Besides, Sensei is buying your dinner, so it's not like you even have to worry about money." s "Wait, I am?" scene ramenyumi2 with dissolve c "Mm!" s "Okay. Got it." scene ramenyumi3 with dissolve c "Yumi, I don’t know what your deal is because you refuse to ever {i}talk{/i} to me...but you are going in there and settling your differences with each other. That is final." y "The fuck is going on with you lately? Do you really care about this guy that much?" c "It has nothing to do with how much I care about him. This is about you." if bonus == True: y "I didn’t even do anything, though! I just don’t want to spend all of my free time around some dude who’s willing to fuck anything that moves." else: y "I didn’t even do anything, though! I just don’t want to spend all of my free time around some dude who is literally obsessed with hugging." s "I mean...I wouldn't say {i}obsessed{/i}..." c "Sensei isn’t like that." c "You probably won't get this because you’ve never been in a relationship, but-" scene ramenyumi4 with dissolve y "Neither have you!" c "We’re not talking about me right now!" c "All I’m saying is that Sensei is a really good guy if you actually give him a chance!" c "And even if you two {i}don’t{/i} make up in there, would it really kill you to give it a shot?" scene ramenyumi6 with dissolve stop music fadeout 15.0 c "I’ll be at my place for the next thirty minutes or so while I get ready. So at least {i}try{/i} to talk about whatever the hell is going on, okay?" y "Seriously?..." c "Seriously." scene ramenyumi7 with dissolve s "..." y "..." y "Ugh...fine." y "Let’s just get this over with..." scene ramenyumi8 with dissolve "Yumi opens the door to the ramen shop and the strong scent of pork broth suddenly crosses my path." "I wasn’t hungry moments ago, but now I’m prepared to devour nearly everything on the menu." c "Listen..." c "I have no idea what happened between you two...but try to be nice to her, okay?" c "She only gets this angry when she’s feeling vulnerable, so one wrong move might make her snap." c "I’ll be less than a mile away in case anything goes wrong. You know where to find me." s "Got it..." s "Thanks for setting this up, Chika. I’m admittedly not great when it comes to fixing things like this." c "Don’t worry about it, Sensei. You can make it up to me by just being nice to Yumi, okay?" s "And if she doesn't let me?" scene ramenyumi9 with dissolve c "Then you figure it out." c "You're smart, aren't you? I'm sure there's something you can do to make her realize you're not her enemy." c "And hey, even if you can't, trying is good enough for me." scene black with dissolve2 "Chika and I say our goodbyes and I firmly believe she is putting too much faith in me." "Regardless, I do as I'm told and make my way into the ramen shop as well..." "………" "……" "…" scene ramenyumi10 with dissolve2 play music "kashiwagi.mp3" y "…" s "…" "Yumi and I sit at the counter of an unfamiliar business, overcome by the awkward silence filling in the blanks between us." "The sizzling of yakitori and scattered sounds of a dishwashing hose make me all too aware of how hard it is to talk to her." "Before long, a girl around the same age as her approaches." rg "Welcome to Tojo Ramen." rg "Please take your time looking over the menu and let me know if you have any questions." s "Sure, thanks..." rg "You are welcome." rg "I will now return to the kitchen and pretend that I do not hear what you two talk about." "The girl disappears through a curtain and, seconds later, the sounds of the dishwashing hose come back in full force." y "…" s "…" s "Yumi, I-" y "The cafe called me." s "...Oh?" y "I didn’t get the job." y "Something about not having enough hours to give out or some bullshit. I don’t know." s "When did this happen?" y "A few days ago." s "I see..." s "Is {i}that{/i} why you’ve been in an even worse mood than normal lately?" scene ramenyumi11 with dissolve y "I don’t fucking know, man." y "There are plenty of reasons to be in a bad mood." y "Being forced to come out here with you is just another one of them." "Maybe I should bring up the comment I made the other day in class?" "It might be good to...push this chance and try to get her to open up while I still have it." s "Did the thing I said about you having a self-control problem add to that?" y "You tell me, smartass." if bonus == True: y "Imagine somebody twice your size randomly stuck their tongue down your throat and then started telling {i}you{/i} you had issues." else: y "Imagine {i}you{/i} were allergic to hugs and somebody twice your size just decided to hug you anyway." y "How the fuck would you feel?" s "..." s "I’m sorry..." y "Yeah. You’ve already said that." y "And now you’re doing all this shit to try and make up for it and everything just feels fake as hell." y "You’re a shit human. And you know damn well that there isn’t any place out there that’s going to give me a chance. " y "So now, you’re taking advantage of me and buying me food and saying you’ll help me find a job and shit...but why?" y "You think I’m gonna fall for you?" y "Is that what it is?" if bonus == True: y "If I just swallow my pride and suck your dick already, will you at least just leave me the fuck alone after that?" else: y "If I just swallow my pride and embrace you, will you at least just leave me the fuck alone already?" y "Is that really what I have to do? Because at this point, it honestly might be worth it." scene ramenyumi12 with dissolve s "Yumi..." if bonus == False: s "You're allergic...You shouldn't." y "Point is...I don’t want to be anywhere near you anymore." y "I don’t want your fucking help. " y "Just let me do my own thing in peace like I’ve been doin’ my entire life. " y "I’m not meant to fuckin’ act like everybody else. I’m a loner. A degenerate. A fucking thief." y "I’m everything horrible wrapped into one girl and there’s no way anyone like me could ever get along with some fucking 'player' like you." if bonus == True: y "But yet here I am, about to eat dinner with you in some fucking ramen shop less than a mile away from where you stole my first kiss." else: y "But yet here I am, about to eat dinner with you in some fucking ramen shop less than a mile away from where you made me buy all those juggling materials." y "Life is fucking stupid. I just want everything to stop." s "…" s "Yumi-" y "You know what? No. I’m done with this." y "I'll go tell Chika I backed out." y "Enjoy your fucking ramen." scene ramenyumi14 with dissolve "..." "Yumi storms out of the ramen shop." "I don’t even try to stop her." "All I can really do is give her space at this point. " "Sure, there are plenty of things I want to say, but it's not like she'd be able to hear them in her current condition." "And I don’t blame her." "I know I’m a horrible person, but..." s "..." if bonus == True: "Why {i}did{/i} I kiss her?" else: "{i}What{/i} juggling materials?" "I still don’t understand." "…" play sound "slidedoor.mp3" scene ramenyumi15 with dissolve "A moment of silence passes by before the shop’s bathroom door opens and an older woman steps out." "She takes a seat where Yumi was just moments ago and immediately pulls a cigarette from one of the pockets of her leather jacket." q "Girl problems?" s "I guess that’s one way to put it." q "Sounded like a real brat, if you ask me." s "She can be. This was kind of my fault, though." q "You cheat on her or somethin’?" s "Nothing like that. Just...did some things she didn’t particularly agree with." scene ramenyumi16 with dissolve if bonus == True: q "Put it in the wrong hole or something? Gotta admit, I'd be mad too." else: q "What, force her into a hug she wasn't ready for or something?" if bonus == True: s "What? No. Nothing like that." q "The fuck did you do, then?" q "Not much out there that can get a girl {i}that{/i} pissed off. Guess everyone's a little different, though." s "Just...might have jumped the gun on making the first move." q "Tongue or no tongue?" s "Is that important?" q "Not really, I guess. Just curious." q "She sounded young. She like a...daughter’s friend or something? Or are you just that fucked up?" s "You really don’t hold anything back, do you?" else: s "What? No. Nothing like- wait." q "What?" s "You actually got it right. I wasn't expecting that." q "I've got that clairvoyance shit or whatever is they call it. I kinda just know stuff." q "Like how you're a little pussy ass bitch." s "Wow. You really don’t hold anything back, do you?" scene ramenyumi17 with dissolve q "What's the point of holdin' anything back? We’re all gonna fuckin’ die someday. Might as well live it up while we still can." q "Hard to do that when you're constantly tiptoeing around shit." s "Well...I guess you've got a point there." q "Was I right about the daughter thing at least? You look old enough to have kids." s "No daughters...just a niece. How about you?" scene ramenyumi18 with dissolve "The woman takes a drag from her cigarette and waves over the [young_girl] who had tried to take my order earlier." q "Tsu-chan, give me the usual. This weird guy will have what I'm having as well." rg "Understood. Please let me know if there is anything else I can do for you." scene ramenyumi19 with dissolve "The ramen girl, once again, disappears into the back room and begins to prepare our order." s "What if I don’t like “The usual?”" q "You’ll like it. Shit's fuckin' unreal. Best damn thing in Kumon-mi." q "But hey, if you don’t like it for some weird fuckin’ reason, just give me whatever you don’t finish and I'll take care of it." q "Could eat ten of these fuckin’ things." s "Thanks, I guess. I appreciate that." scene ramenyumi20 with dissolve q "Appreciate what? You’re the one payin’." s "…" q "…" s "Wait, what?" q "That’s the price for my advice. You got a problem with that?" s "A small one, yeah. You haven’t given me any advice yet." q "Heh. Right. Well how about this, then-" q "Stick with your niece and don’t ever have any kids of your own." q "Shit's not all it's made out to be." s "Thanks. I wasn’t planning on having kids, but I will definitely file that advice under more reasons to not have them." q "You do you, man." q "And good luck with that girl." q "I’m sure everythin’ will work out as long as you don’t be a fuckin' douche about it." s "I will do my very best to not be a douche about it, thanks." q "I don't need your thanks. The free dinner is more than enough." q "Also, might wanna think again before comin' out here next time. This part of town ain't really the right place for people like you." s "People like me?" q "People who let girls like {i}me{/i} walk all over 'em without puttin' up a fight." s "In my defense, you are rather intimidating." q "Guess I am, huh?" q "Either way, watch your back around here." q "Ain't nothin' good on this side of Kumon-mi." q "Just a bunch of lowlives and people pretendin' that it ain't their own shit decisions that landed 'em here." q "File that in whatever fuckin' file you think it's worth filin' it in, I guess. And I'll take a beer as payment for that." s "Sure. But please stop giving me advice before I go broke." scene black with dissolve2 "Despite buying her dinner, the unknown woman and I didn’t talk much as soon after the food arrived...but I felt oddly comfortable sitting next to her." "Something about the way she spoke to me made it seem like she was genuinely trying to deter me from ever being familiar enough with this half of town to have a {i}usual{/i} at a local restaurant." "And while I'd like to say I will take her advice to heart-" "I know I won't." "Regardless, I wish her the best." "Wherever the wind takes her." $ renpy.end_replay() $ day128 = True stop music fadeout 5.0 "………" "……" "…" jump endofweekday label day130: "{i}Some time later...{/i}" scene bathmale1 with dissolve2 play music "justbehappy.mp3" "Okay, so, before you ask: Yes, this is a bathhouse." "And no, I have not been here before." "Hell, I didn’t even realize Kumon-mi had a bathhouse until approximately half an hour ago when I found out our water had been shut off for some reason." "And given that it’s already the middle of the night and that the water company is closed, the {i}four{/i} of us were left with no other option but to come here." "Yes, that’s right. I said {i}four{/i} of us." "Maya and Ayane were planning on staying the night as well." "And before you go getting all excited about what this could possibly mean, allow me to break your heart." if bonus == True: "This is not a co-ed bathhouse...meaning I need to bathe alone while the other three do whatever it is girls do when they’re in the bath together." "Which is probably bathe." "But the more exciting side of me likes to believe it’s something else. " "I guess on one hand, though, it {i}is{/i} kind of beneficial to be in here alone." if amifingered == True: "Having both Ami {i}and{/i} Ayane in the same bath as me might be problematic for a number of reasons." "Would I like to have that happen regardless of any potential issues that might arise? Absolutely." "But I guess being apart from them is the safer option after all." else: "Having Ayane in the same bath as me might be a bit of an issue when it comes to hiding the, uhh, {i}nature{/i} of our relationship from Ami and Maya." "Sure, I’m positive that they’re well aware of {i}her{/i} feelings by now, but I doubt they’d want to be around when she attempts to capitalize on them." else: "None of us have any idea when the water is coming back on." scene black with dissolve play sound "slidedoor.mp3" "…" scene bathmale2 with dissolve "I take my clothes off and move through the door to find an exceedingly large open-air bath." "And, as expected, there are no other men in sight." "This is a good thing." "Don’t get me wrong, I’m not afraid of other men or anything like that- I just prefer when the bath isn’t overcrowded with penises." scene bathmale3 with fade "I step into the water and immediately sit down." "The hot summer air mixed with the heat of the bath is actually somewhat comforting, in a way." "You’d think that two different levels of extreme heat would be enough to exhaust you but, for some reason, that doesn’t seem to be the case." if bonus == True: "I sigh to myself as my body temperature rises and am suddenly stricken with an idea that only the protagonist of an erotic game would have." else: "I sigh to myself as my body temperature rises and am suddenly stricken with an idea that only the protagonist of a dating sim would have." s "I can hear the girls from here..." play sound "water1.mp3" "In addition to the lack of penises, the lack of noise creates a much easier atmosphere to eavesdrop in." "I hush my breathing and direct my full attention to what wonders must lie on the opposite side of this bamboo fence..." scene black with dissolve "..." if bonus == True: jump girlbathx else: "..." "..." "Oh well." "Guess I'll never know." $ renpy.end_replay() $ day130 = True stop music fadeout 5.0 "………" "……" "…" jump endofsat label day138: scene premolly1 with dissolve play music "phantomthief.mp3" "Another[school] day comes to a close as I sit in my office and try to figure out why this part of the job even exists." "If the[school] is able to hire new janitors every time Ayane destroys one, how come they can’t hire a normal guidance counselor?" "I’m entirely unqualified for this." "In fact, I’m entirely unqualified for virtually everything I do." "Has no one in the staff really figured that out by now?" play sound "knock.mp3" a "Senseiiiiii~ Can I come in?" "Ami knocks on the door, probably to see if I can...love her or something. I don't know." "It’s not often that she actually comes in here for counseling." "In fact, she’s {i}never{/i} come in here for counseling, so I don’t really know what else it would be." s "Yeah, you can. Door’s open." play sound "dooropen.mp3" scene premolly2 with dissolve "Ami enters the room and stops directly in front of my desk with a smirk on her face that says she's here for a little more than just {i}love.{/i}" s "You want something, don’t you?" a "Me? What gave you that idea?" s "Your face. You don’t smile like that unless you want something from me." a "That’s not true. I don’t want anything other than some quality time with my [uncle]." if bonus == True: s "Are you coming on to me right now?" if ami_virgin == False: scene premolly3 with dissolve a "If I say yes, can we do it on your desk?" s "Sure." scene premolly4 with dissolve a "Wait, really?" a "I know you're not a great teacher, but I didn’t think you’d agree to something like that so easily." a "That seems like a pretty horrible idea, Sensei." a "It would be bad enough for you to get caught doing something like that in general...but I think it takes on a new level of ‘bad’ if it’s your [niece] that you’re, you know, doing stuff with." s "Sometimes, life is about taking risks, Ami. This is something you’ll come to learn with age." scene premolly5 with dissolve a "I’m sure I will. But that’s really not why I’m here today." s "Then why {i}are{/i} you here today?" else: scene premolly6 with dissolve a "Whaaaat? {i}Me{/i} coming on to my {i}[uncle]{/i}? As if something like that would ever happen." a "Hahahahah..." a "Hahaha..." scene premolly7 with dissolve a "Hah..." s "..." "Well, it’s nice to see that Ami is just as bad at hiding things as ever." s "If you’re not coming on to me...what is it then?" s "You normally just walk in and ask for whatever it is you want, so it seems a little weird that you’re not doing that today." else: s "Ugh...I already told you I have no idea how that subscription wound up on my bank statement. I don't even know who Komisari is." a "That's not it, dummy." s "Oh. What is it then?" scene premolly8 with dissolve a "Well, Sensei...I, Ami Arakawa, have come to your office on this fine day to inform you that I have heard a rumor circulating that may or may not involve you and our class." s "I...do not like the sound of that." if bonus == True: a "Why? Have you been doing anything {i}naughty{/i} with any of them?" else: a "Why? You haven't been hugging any other girls, have you?" s "…" a "…" scene premolly9 with dissolve a "Wait, why are you staying quiet?! That was a joke!" if bonus == True: if ami_virgin == False: a "You’re supposed to be like “Of course not! I would never do something like that with anyone but you, Ami!”" else: a "You’re supposed to be like “Of course not! I would never do something like that with a student!”" else: s "HAHAHAHAHA FUNNY JOKE, AMI. HUGS? WITH THE WHOLE CLASS? HAHAHAH." s "Of course I wouldn’t do anything like that." "...and admit to it." scene premolly10 with dissolve a "I don’t like the tone of your voice, Sensei...But I’m going to ignore it because I’m such a great [niece] and want to tell you about the thing I heard." "Well...at least it seems like whatever this rumor is doesn’t involve anything that could get me fired- which is great news." "It would be one thing to lose my job over something like that, but I’m actually a little more terrified of what Ami would do to me if she ever found out." s "Okay, Ami...What is it you heard?" scene premolly8 with dissolve a "Oh, right." a "I have heard that-" play sound "knock.mp3" scene premolly11 with dissolve mak "Sensei? Are you in there right now?" s "Y-" mak "Good. I’m coming in. Pardon the intrusion." scene premolly12 with dissolve play sound "dooropen.mp3" mak "Oh, hello Ami. I didn’t realize you were in here as well." mak "I just wanted to stop by to discuss the details of the upcoming transfer students." scene premolly13 with hpunch a "AAAAAAAH!!! THAT’S WHAT I WAS HERE TO TALK ABOUT!! YOU STOLE MY BIG REVEAL!" s "I’m sorry...what transfer students?" mak "Why would {i}you{/i} come here to discuss that? Official classroom business is my territory. I don’t understand how you’d be involved." a "I’m involved because Sensei is my [uncle] and I love him!" mak "That doesn’t have anything to do with[school] whatsoever." a "Sure it does! I go to[school] and so does Sensei!" s "Is anyone going to tell me what’s going on here or do I just need to figure it out on my own?" scene premolly14 with dissolve a "New girls! Class! Soon!" s "Makoto. Please translate." mak "It’s more or less as Ami said." mak "It seems that the principal caught on to the fact that our class has significantly less students than most of the others, and so two girls will soon be transferring in." s "Oh. So they’re not like, technically {i}transfer students.{/i} They’re just switching classes." mak "Sure. If that makes it easier for you to understand." "Lame." mak "Do you have any questions regarding the process?" s "Yes." if bonus == True: s "Are they cute?" else: s "How good are they at badminton?" scene premolly15 with dissolve a "…" mak "…" s "Aww. You two look like twins now." "I can’t help but feel like I asked the wrong question." "But in all fairness, what else was I supposed to ask there? " "I just got straight to the point and I should be respected as a man for that. I don’t need to beat around the bush." mak "Is that...really the only question you have?" if bonus == True: a "Yes, Sensei. Is that {i}really{/i} the only question you have? Especially with an adorable girl already standing right in front of you?" else: a "Yes, Sensei. Is that {i}really{/i} the only question you have? Especially with a badminton pro right in front of you?" mak "Thank you, Ami. I didn’t realize you looked at me that way." scene premolly16 with dissolve a "I don’t. I think you’re ugly and stupid. I was talking about me." if bonus == True: mak "Oh, I see. You’re trying to get your [uncle] to notice how attractive you think you are. That is not at all abnormal. " mak "It would make much more sense for Sensei to be attracted to someone he isn’t related to. And since I am the only other girl in this room, that would have to be me." a "Oh, please. The only person who would ever be attracted to you is like...a...weird person...or something." mak "…" mak "Is that really all you can come up with?" a "Shut up. I’m cute and you’re gross. " s "If you two wouldn’t mind, I’d really like to hear more about this transfer situation now." s "I can’t help but feel like it’s something I should be at least slightly prepared for." scene premolly18 with dissolve mak "Right. Apologies, Sensei. Let me get back to the matter at hand." if bonus == True: a "{i}My name’s Makoto. I’m a grown woman trapped in a [teenage]girl’s body. My eyesight is bad. Blah blah blah.{/i}" else: a "{i}My name’s Makoto. I never opened an accounting firm. My eyesight is bad. Blah blah blah.{/i}" s "Ami. Stop." a "Hmph..." mak "I wish I had more details to share with you, but all I really know right now is that two girls are going to be transferring over from Ms. Watabe’s class in the near future." mak "Ms. Watabe is a bit...closed-off. So she was only willing to discuss {i}some{/i} of the situation with me." mak "Regardless, I think we can expect at least one of them in the next few days. I just haven't been notified of which one yet." scene premolly19 with dissolve a "Wait, is it really Ms. Watabe’s class that the girls are transferring from? I heard it was a different teacher." mak "I’m not quite sure {i}where{/i} you would have heard anything. My information came directly from the principal. " a "Oh, sorry. I forgot you spend too much time studying to know what ‘rumors’ are." scene premolly20 with dissolve mak "O-Of course I know what rumors are! Forgive me for caring more about my education than my social circle!" s "So basically, I’m going to get two random girls just thrown into my class in the middle of the[school] year and I can’t do anything about it?" scene premolly21 with dissolve mak "In layman’s terms, yes." s "Are they aware of my...teaching methods?" mak "Your original ones or your current ones?" s "Current ones." mak "Absolutely not. " mak "They are in for a rude awakening if they are actually trying to learn." a "But on the bright side, if they’re normal girls who don’t care about that sort of thing, you’ll be a-okay." mak "I like to believe that normal girls at least slightly care about their futures, so I don’t know if I’d count on that, Sensei." "Unfortunately for Makoto, I think I’d much prefer Ami’s type rather than hers in the class." "That’s not to say I don’t like Makoto. In fact, I think it’s pretty obvious that I like her a lot." "But more than one of her would just be way too much for me. I can barely keep up with her wealth of knowledge as-is." s "Well, I guess we’ll just have to see what happens then, right?" mak "Correct. I’ll handle most of the legwork for you, so all you really need to do is just have them introduce themselves once they transfer in." s "Really? Does the staff really trust you enough to handle that sort of thing instead of me?" scene premolly22 with dissolve mak "Of course. If anything, I’d even say they trust me {i}more{/i} than you." s "Yeah...that makes sense." "Guess I can’t really blame them for that." mak "Exactly. So, I suppose you can just keep doing what you always do and just deal with things as they come up." if bonus == True: mak "And in the meantime, I’ll see if there are any strings I can pull to get you one of the cuter girls." else: mak "And in the meantime, I guess I'll get back to badminton practice." scene premolly24 with hpunch a "Wait a minute! Whose side are you even on?!" mak "The side that makes him happy." mak "I figured you’d be on that side too, Ami. Given how much you claim to care about him and all." scene premolly25 with dissolve a "You...did NOT just say what I think you said, did you?..." mak "And with that, I shall take my leave. It’s been nice talking with you, Sensei." scene premolly26 with dissolve play sound "dooropen.mp3" "Makoto suddenly vanishes from the office, leaving Ami in a fit of rage that she is unable to cope with." a "Sensei..." a "I’ll be right back..." a "I need to go commit a felony..." scene premolly1 with dissolve play sound "dooropen.mp3" "And then Ami disappears as well." "…" "That’s interesting, though." "Two new students out of virtually nowhere." "I feel like the normal reaction for someone in my shoes would be something along the lines of, “Oh no. Extra work.”" if bonus == True: "But, being a man of culture and little-to-no-ethics..." "I’m still just hoping they’re cute. " else: "But, being the world's most underrated teacher, I can't wait to start helping more people." scene black with dissolve2 $ renpy.end_replay() $ day138 = True $ ticktock = True stop music fadeout 5.0 "………" "……" "…" jump afterschoolevent label day140: scene mollyarrives1 with dissolve play music "sweetvermouth.mp3" mak "...and so you’ll be expected to turn in the transfer paperwork at the end of the day today, and {i}again{/i} when the second student arrives." mak "Do you understand, Sensei?" s "Can’t you just fill out the paperwork for me? I’m tired and don’t even want to be here today." "As you can see, Makoto is briefing me on what I’m supposed to do both before and after the first new girl arrives." "It doesn’t sound like a load of extra work, but it does sound like {i}work{/i} in general, and I don’t remember signing up for anything like that." scene mollyarrives2 with dissolve mak "Don’t give me that crap, Sensei. Especially after I’ve done virtually everything for you." mak "All you need to do is sign your name and agree to take on responsibility for her." s "But what if she’s another Yumi? Two delinquents in one class is too many." s "In fact, one delinquent is too many. Can I trade in Yumi for someone else?" s "Sana is easy to deal with. Can I get another one of her?" scene mollyarrives3 with dissolve mak "Actually, it’s funny you mention that. I was just thinking on the way to[school] this morning that Yumi’s gotten significantly better as of late." s "Better in what way? All she does is insult me and skip[school]." mak "Well, that’s true. But at least her grades are improving when she {i}does{/i} decide to show up." mak "You haven’t been actually {i}tutoring{/i} her, have you?" "Well...I guess there was that one time on the roof, but...I can’t think of any other time." "Either way, I’m not going to let Makoto know that." "I’ve felt myself slowly slipping to her bad side, so any chance I get to make myself look good, I will gladly take." s "Actually, my dear Makoto, I {i}have{/i} been tutoring Yumi. That’s why I’ve been so tired lately." scene mollyarrives4 with dissolve mak "Huh...Is it wrong that my initial instinct is to call you a liar? I seem to have a harder time believing that than I should." s "Me? A liar? How dare you." s "I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on-" scene mollyarrives5 with dissolve mak "Sensei...This is no time for joking around. " mak "Class is about to start and the {i}transfer{/i} student should be showing up at any moment." s "Why did you say ‘transfer’ so strangely right there? Are you upset about this or something?" scene mollyarrives6 with dissolve mak "Hmm...Upset isn’t the right word." mak "I just don’t see the point in it if she’s not a {i}real{/i} transfer. She’s just moving over from some other class." if bonus == True: mak "{i}It’s already annoying enough having to compete with nine other girls, so...{/i}" else: mak "{i}Psspspspspspspspspspspssss...{/i}" s "What was that last part? You started whispering and I couldn’t really hear you." scene mollyarrives7 with dissolve if bonus == True: mak "Oh, that was nothing. Just talking to myself." else: mak "Oh, that was nothing. Just kind of hoping there was a cat around." mak "Now if you’ll excuse me, I’d like to sit down before you take attendance so as to not risk any imperfect marks on my record." scene mollyarrives8 with dissolve play sound "dooropen.mp3" "…" "Makoto vanishes into the classroom and I can hear the volume of the rest of the class go down a few notches once she does." "It’s hard for me to say how everyone else sees Makoto from their perspective, but it seems to me that, at the very least, she’s respected." "Or feared." "But either way, she’s able to change the mood of the room...And that’s always an impressive feat. " "…" "I sigh to myself and straighten out my blazer, getting ready to walk into the class." "But just as I’m about to open the door, I hear a set of quickened footsteps come to a sudden halt behind me." q "So...{i}this{/i} is the place where wishes come true..." s "…" scene mollyarrives9 with dissolve2 s "… " q "…" "I turn around to find who I imagine is the transfer student." "It’s strange. Makoto says this girl isn’t a {i}real{/i} transfer, but she definitely looks like one." "At the very least, she most certainly isn’t Japanese." s "State your name." mo "Molly MacCormack. Reporting for duty, sir." s "And where are you from, Molly?" mo "Right down the hall, sir. Ms. Watabe’s class." s "No, I meant what country you’re from. You don’t look Japanese." mo "Ireland, sir. The Emerald Isle. I’ve come to serve you in any way I can." if bonus == True: s "Please don’t say things like that to me. I’ll twist them around in my head until they become something they most definitely are not." else: s "The best possible service you could give me is keeping your grades up and your head on your shoulders." mo "Hmm...Interesting. Interesting." s "What’s interesting?" mo "The {i}fire{/i} burning in your eyes." if bonus == True: mo "Are you perhaps interested in [younger_girls]?" else: mo "Do you perhaps dress yourself in your women's clothing and dance around in front of the mirror when no one is watching you?" s "…" "She’s too perceptive. She must be eliminated." s "Are you sure you should be asking your new teacher something like that?" mo "I am not, sir. I will remain in-line like a good soldier." mo "Please forgive me. I’m often told that I lack a filter and say things that people from your country normally keep to themselves." s "That...might become problematic in some cases. But I guess it could be fun in a weird sort of way." s "What was that whole thing about this being the place where wishes come true, though?" mo "It’s from an anime, sir. " s "So you’re the type that watches anime?" mo "I love anime, sir. I would give my life for it. " s "…" mo "…" s "Molly." mo "Yes, I'm Molly." s "Why was it you moved to Japan again?" mo "To serve you as my new master, sir." s "That sounds great and all, but what is the real reason?" if bonus == True: mo "It is my dream to become the lead heroine of a harem, sir." mo "I am prepared to put my body and soul on the line in pursuit of a love worth dying for. " else: mo "It is my dream to become the lead heroine of a dating game, sir." mo "I am prepared to do whatever it takes to make that dream come true." s "...Exactly how much anime do you watch, Molly?" mo "Enough to ruin real-life relationships." s "I figured as much..." scene mollyarrives10 with dissolve mo "Yeaaaah...I don’t really blame you. Hahaha..." mo "I can go overboard pretty easily. But I’ll try to keep it to myself in class so I don’t mess anything up for you." s "Oh, you don’t need to worry about something like that." scene mollyarrives11r with dissolve mo "Hm? What do you mean?" s "I don’t really take the same approach to teaching as most other people." mo "So is this one of those like, free-form learning thingamajigs?" s "I don’t really know what that means, but sure. We can go with that." scene mollyarrives12r with dissolve mo "So it’s cool if I be weird in class?! Really?!" s "Uh...Well, yeah. I guess so. " s "I’m starting to think everyone in class is kind of weird in their own way anyway." scene mollyarrives13r with dissolve mo "This is a wonderful day." s "I can tell by how much your eyes are sparkling." mo "Has Molly MacCormack, a cute foreigner all alone in a strange land, finally found the harem she is destined to lead?!" mo "Find out next week on..." s "…" mo "…" scene mollyarrives10 with dissolve mo "Um...Do you think you could help me come up with a cool anime title? I’ve got nothing right now." s "…" s "Just go introduce yourself and we’ll think of something later." scene mollyarrives9 with dissolve mo "Sir, yes sir!" scene black with dissolve play sound "dooropen.mp3" "I open the door for Molly and allow her to walk in before me." "But instead of walking up to the front of the class and introducing herself, she wanders right over to Rin’s desk..." scene mollyarrives11 with dissolve mo "..." r "Huh? Molly?" r "What are you doing here?" mo "To think...my arch nemesis would be here of all places..." scene mollyarrives12 with dissolve r "Wait. Molly, stop it." r "What are you doing?" mo "Just when I was beginning to think this new life would be easy..." scene mollyarrives13 with dissolve mo "Just when I thought I had a chance to thrive!" scene mollyarrives14 with dissolve m "Oh dear god, no." a "Woah! Does this mean Molly is going to be in our class now?! " m "Please no. Anything but that." a "What’s wrong with Molly? I think she's fun." m "I’ll never have another peaceful morning again. That’s what." a "Oh stop. You’re just still mad about her calling you a nerd, aren’t you?" scene mollyarrives15 with dissolve m "{i}I’m not a nerd.{/i}" scene mollyarrives13 with dissolve r "Molly, please. Don’t do this right now. I’m literally begging you." scene mollyarrives16 with dissolve c "Rin, do you know this girl?" r "No! I don’t! I’ve never even seen her before! I swear!" scene mollyarrives17 with dissolve mo "You dare look upon ME and feign ignorance?!" mo "How can you call yourself the commander of the undead with a backbone so {i}weak{/i}?" scene mollyarrives18 with dissolve r "AHHHHH! KILL ME NOW!" mo "{i}Tch-{/i}" mo "You should be ashamed. Turning your back on the work you’ve accomplished. The battles you’ve fought!" c "Battles?..." r "WHY ARE YOU DOING THIS TO ME?!" mo "Me? Pfft. I’m not doing anything." scene mollyarrives19 with dissolve mo "You did this to yourself..." scene black with dissolve "Molly leaves Rin’s desk and Rin immediately buries her head in her hands, hiding her embarrassment from everyone." "The transfer student, on the other hand..." scene mollyarrives20 with dissolve mo "Greetings, fellow students! It is I...the gem of the Emerald Isle, Molly MacCormack, herself!" mo "And I am here to claim what is rightfully mine!" mo "I have traveled across the land, searching far and wide..." a "Woo!~ Go Molly!~" scene mollyarrives21 with dissolve mo "For you see, new-classmates...No, new FRIENDS! I’m a lovely [young]lass who was born {i}with a mission{/i}." mo "And as the man you all call “Sensei” standing right next to me has agreed to be my new master-" scene mollyarrives22 with dissolve s "Wait, what?" mo "Since he has AGREED to be my new MASTER, I will now begin my journey." mo "But not just as a friend...and NOT just as a classmate...but as an {i}adversary{/i}." scene mollyarrives23 with dissolve mo "And if ANYONE plans on taking me down...You will need to go through my master first." s "Molly, I don’t think I ever agreed to-" scene mollyarrives24 with dissolve mo "It’s been a pleasure meeting you all." mo "And thank you, Sensei, for allowing me to be a part of your class." scene mollyarrives25 with dissolve "Scattered, awkward applause fills the classroom but I’m pretty sure it’s just Ami, Miku, and Futaba. " "Everyone else remains silent and watches as Molly takes her seat...right in the front of class." "Just when I was beginning to settle into my new, calm life as a teacher, someone like her shows up and sits as close to me as possible." "And now I can’t help but think of all the chaos she’s going to cause for not only myself..." "But for Rin, who is still crying out of embarrassment in the corner of the classroom." scene black with dissolve $ renpy.end_replay() $ molly_love += 1 $ day140 = True stop music fadeout 5.0 "{i}Molly’s affection has increased to [molly_love]!{/i}" "………" "……" "…" jump afterschoolevent label day142: scene dayonefourtwo1 with dissolve play music "sweetvermouth.mp3" "It’s another day in class and...everyone is actually looking at me for some reason." "In fact, Ayane isn’t even holding anything weird. " "Is this what being a normal teacher feels like?" "I don’t like it." s "Okay. What are you all up to?" s "Is this one of those class-pranks that students just decide to play on the teacher? There’s not anything weird in my desk is there?" scene dayonefourtwo2 with dissolve mi "I’ll check your desk if you want me to, Sensei! I’m really good at finding stuff I’m not supposed to find!" s "That...what? What does that even mean?" mak "That’s Miku’s way of telling you that everything is normal, Sensei. We’ve all just decided to pay extra attention to you today." s "Yes, I see that. But why?" s "Is this something Molly did? You guys never acted this way before she was here." scene dayonefourtwo3 with dissolve mo "Woah, hold your horses. I haven’t even said anything today!" s "Yes, which is suspicious on its own given how much you had to say on your first day." scene dayonefourtwo4 with dissolve mo "That’s exactly why I’ve been so calm. You told me it was cool to go over the top but I’m pretty sure I went over the top of the top." s "Wouldn’t the top of the top be the-" s "Actually, never mind. I don’t know what you’re all up to, but I don’t like it." scene dayonefourtwo5 with dissolve ay "Sensei." s "What, Ayane?" ay "How big is it?" s "…" ay "…" s "What?" ay "How big is it? We all want to know." s "…" if bonus == True: "But...she knows exactly how big it is..." scene dayonefourtwo6 with dissolve c "I’d also like to know, Sensei! I need to plan accordingly." if bonus == True: if day139 == True: "And she knows as well..." else: "Even Chika? What the fuck is going on here?" s "Is this something we’re really going to have a group discussion about?" scene dayonefourtwo7 with dissolve a "Well, if we’re all going to be in on it, shouldn’t you at least let everybody know?" if bonus == True: "And now I’m even being betrayed by my [niece]." mo "I’m not gonna lie, I’m normally pretty confident under most circumstances, but..." mo "It’ll be my first time doing something like this, so I’d at least feel a little more comfortable knowing how big it is beforehand." scene dayonefourtwo8 with dissolve f "Umm..." f "I know...how big it is..." s "Even you?!" f "Well...I’ve seen it before so..." if bonus == True: s "Okay, Futaba. I’m going to need you to stay quiet for a minute." s "I understand that some of you may have...seen or experienced things that you probably shouldn’t have, but I want you to know that-" else: s "What the fuck are any of you maniacs talking about? This is giving me anxiety." scene dayonefourtwo9 with dissolve m "They’re not talking about what you think they’re talking about." if bonus == True: s "…" else: s "I DON'T KNOW WHAT THEY'RE TALKING ABOUT, MAYA." scene dayonefourtwo10 with dissolve a "Wait, how do you know what he’s thinking?" s "Then what the fuck is everyone talking about?" scene dayonefourtwo11 with dissolve mak "Sensei..." mo "Woah! We get to curse in here?!" mak "We’re not supposed to..." scene dayonefourtwo12 with dissolve mo "Fuck yeah." s "Hey, not you. Only I’m allowed to do that." mo "Sir, yes sir!" scene dayonefourtwo13 with dissolve r "Hey, can you just tell us how big it is already? Even I’m starting to get curious and I don’t even normally like that type of thing." s "Okay, I don’t know how all of you are managing to be so vague and so suggestive at the same time, but can someone please clarify what you’re asking for the size of?" scene dayonefourtwo14 with dissolve a "Oh. They’re talking about the place we’ll be staying when we all go to the beach." a "I told everybody about it over the[school] message-board." s "Okay, I have a few questions." s "First...We have a[school] message board?" a "Yeah, why?" s "Second, why are you actually communicating through it? Aren’t those sorts of things boring to [teenager]s?" a "I guess a little bit. But for organizing group stuff it’s a lot easier than just texting everyone." s "Last question, isn’t it bad talking about a vacation your teacher is taking you on through a site that the rest of the staff can see?" s "Makoto? Can you back me up on this? That’s a bad idea, right?" scene dayonefourtwo15 with dissolve mak "Hmm...I suppose that could be easily misconstrued, yes. Ami was surprisingly smart about it, though. So I don’t think it will be an issue." s "Smart? Ami? Are you sure?" scene dayonefourtwo16 with dissolve a "Hey!" scene dayonefourtwo17 with dissolve mak "Yes, I was surprised as well." a "Why does everyone think I’m dumb?! I’m smart!" s "Well then, Ami...How exactly did you manage to tell everyone about a trip to the beach without making me sound like a suspicious individual?" scene dayonefourtwo18 with dissolve a "Code language. Instead of saying beach trip, I said ‘educational field trip.’" "Oh. Well, I guess that is at least mildly smart. I’m surprised everyone else was able to catch on so easily, though." "But, then again, I’m sure that by now, they wouldn’t ever expect me to take them on a trip with any amount of educational value, so it’s all starting to make sense." a "So yeah, just tell everybody how big the place is gonna be and-" s "Ami, I haven’t even booked the place yet. I don’t even know if I’ll be able to find one." scene dayonefourtwo19 with dissolve f "Well...um...we’re talking about the beach in Kumon-mi, right?" s "I mean, I guess so. I haven’t actually laid out any concrete plans yet." f "Well, if you {i}do{/i} decide on that as where you want to bring us...I’ve been to the inn there with family before." f "It’s not very large, but I think we should be able to fit everyone in two or three rooms." f "Some of us will likely have to sleep on the ground, but...I think it can work." scene dayonefourtwo20 with dissolve c "I don’t mind sleeping on the ground! I can sleep anywhere as long as I have a pillow." scene dayonefourtwo21 with hpunch r "UM! I WILL ALSO SLEEP ON THE GROUND!" r "I LOVE THE GROUND! IT IS MY FAVORITE PLACE TO SLEEP!" s "I’m sure it is, Rin." m "I refuse to sleep on the ground. I’ll sleep in the bed with Ami and Ayane." m "Sensei can sleep on the bus." scene dayonefourtwo22 with dissolve ay "{i}MY{/i} Sensei? Sleeping on a {i}bus{/i}? Are you out of your mind?" ay "He’s going to sleep in the bed with me. {i}You{/i} can sleep on the bus." m "If he’s actually going to be sleeping in the bed with you then yes, I will sleep on the bus." s "You’re all still getting a little ahead of yourselves. It will probably be a while before I can even book anything." scene dayonefourtwo23 with dissolve mak "Would you like me to handle that for you, Sensei? I’m already doing pretty much everything else, so one more thing won’t bother me." s "I mean, if you’re okay with it, sure." scene dayonefourtwo24 with dissolve mak "Hehe...It’s kind of like I’m becoming your secretary too~" scene dayonefourtwo25 with dissolve mo "Pardon my interjection, Master, but we Irish folk don’t typically handle the sun all too well." mo "Would you be willing to find the time in your busy schedule to nurse me back to health should I happen to fall ill?" s "Just wear sunscreen, Molly." mo "But I don’t have any sunscreen." s "Then go buy some." mo "But I don’t have any money." s "Then bring a parasol or something." scene dayonefourtwo26 with dissolve mo "I will bring two in order to compensate for how weak and sensitive my European skin is." s "Sounds great." s "So, can we go back to normal now that I’ve been forced into confirming that I’ll take you all to the beach?" scene dayonefourtwo27 with dissolve r "Oh, actually, do you mind if I come talk to you for a second, Sensei?" r "There’s something I want to...run by you if that’s okay." s "Huh? Yeah. That’s fine." scene black with dissolve "Rin shyly walks over to my desk and brings her voice to a near-whisper." r "Do you...mind if we actually talk in the hall?" "………" "……" play sound "slidedoor.mp3" "…" scene dayonefourtwo28 with dissolve r "Sorry for calling you out here in the middle of class like that. You don't think it seemed weird, do you?" s "Weird? Not really. Maybe a little unusual, but I doubt anyone really thought anything of it." r "R-Right..." r "Well, umm..." scene dayonefourtwo29 with dissolve r "I’m...not really great when it comes to spending the night anywhere other than my dorm." s "Do you mind if I ask why?" scene dayonefourtwo30 with dissolve r "That’s exactly why I called you out here." r "So like, you know how I’m supposed to take medication and stuff to keep me from getting all blaaaaah or whatever?" s "Of course." "To be fair, it’s kind of hard to forget after I saw her in that delirious state a while back." r "Well, being somewhere I’m not used to normally freaks me out a bit. I think it’s an anxiety thing." r "And it’s not like I’m gonna bail on the trip or anything like that. I think it sounds fun." r "But if I start acting all...you know...weird..." scene dayonefourtwo31 with dissolve r "Would you mind...maybe trying to calm me down a bit?" s "Absolutely. How would I do that, though? You weren’t really that...consolable the last time I saw you in poor condition." scene dayonefourtwo32 with dissolve r "I don’t know, man. Just...sit with me and pat my head or something. Preferably away from everyone else." s "Even Chika?" r "Definitely Chika. Chika more than anyone. I can’t have her knowing I can get all weird like that." r "I’d never have a chance if she knew that side of me." if chikadorm20 == True: s "That’s not true. Chika’s one of the most caring people I know. She’d never think less of you over something like that." "Rin stays quiet for a moment. I notice her fingers beginning to pluck at loose threads on her sweater before she locks her eyes with mine again." scene dayonefourtwo33 with dissolve r "Sounds like...you’re getting to know her pretty well, huh?..." s "…" else: s "Do you really think she’s the type of person to just cut ties with you after finding out something like that?" r "Well, no...But that doesn’t mean I’m comfortable with her knowing." s "…" scene dayonefourtwo34 with dissolve r "Um, anyway! We should probably be getting back to class, right? People might think it’s serious if we’re out here for any longer." s "This...is kind of serious, though. Right?" scene dayonefourtwo35 with dissolve r "What? No! No way! Just a little heads up in case I get a little panicky. It’s nothing worth losing sleep over." r "I just...wanted you to know. That’s all." scene black with dissolve2 play sound "slidedoor.mp3" "…" "Rin and I walk back into class and she immediately retreats to her desk as if none of this ever happened." "The rest of the[school] day carries on normally." "Except..." "Now I have to figure out how I’m going to handle going on a mini-vacation with an entire class of [high_school] girls." $ renpy.end_replay() $ rin_love += 1 $ day142 = True stop music fadeout 5.0 "{i}Rin’s affection has increased to [rin_love]!{/i}" "………" "……" "…" jump afterschoolevent label day144: scene roofday with dissolve play music "oldweather.mp3" "I somehow find myself on the rooftop yet again." "I don’t have anything particular in mind and I’m not really looking for Makoto or Yumi or anyone but..." "I don’t know, I guess I kind of just wound up here without putting much thought into it." "I’m becoming one step closer to the lead in an anime every day." "Ami is going to be so proud." scene black with dissolve "I begin to pace around the perimeter of the rooftop, trying to figure out whether I’m alone up here or not, but then spot something a little...out of the ordinary." scene tsuneyointro1 with dissolve q "…" s "…" "For a brief moment in time, I forget that I’m a teacher and worry about her getting scared of me or something along those lines." "But judging by her stone faced reaction to my blazer and...well the fact that I’m on the roof of the[school], I’m pretty sure she’s able to figure it out." q "…" s "…" "The two of us sort of just...stand there staring at each other for, well, an uncomfortably long amount of time. " "How should I handle this?" menu: "Keep staring": q "…" s "…" "No reaction..." menu: "Keep staring...": scene tsuneyointro2 with dissolve s "..." q "...?" "What the hell is up with this girl?" menu: "KEEP STARING!": scene tsuneyointro3 with dissolve s "...!" q "..." s "...!!!!!!!!" q "....????" menu: "Omfg": s "Jesus Christ, are you really going to just keep staring at me? What’s your deal?" q "…" s "…" scene tsuneyointro4 with dissolve q "…" "And now she’s looking away from me?" "What even happened? All I did was stare at her." "Okay, well, it sounds a little bad when I actually repeat it back to myself, but still." "I’ve done much worse to different people and at least gotten reactions out of them." "This is torture." jump hellotsuneyo2 "Say hello": jump hellotsuneyo "Say hello": jump hellotsuneyo "Say hello": jump hellotsuneyo "Say hello": jump hellotsuneyo label hellotsuneyo: s "Hey. What are you up to?" q "..." s "..." scene tsuneyointro4 with dissolve q "…" s "…" "Is she...ignoring me?" "What the hell did I do wrong?" jump hellotsuneyo2 label hellotsuneyo2: s "Can you at least tell me your name? That would be a good place to start." q "…" ra "Ramen." s "…" s "Your name is Ramen?" scene tsuneyointro5 with dissolve ra "...Mm." "The girl closes her eyes and simply nods. I refuse to believe her name is Ramen." "It would be one thing to come out and say she doesn’t want to talk to me, but to lie just seconds after meeting? That’s unforgivable." s "You know I’m a teacher, right? I can give you detention." ra "…" s "Is that something you want? Detention? It’s not fun. I can promise you that." ra "…" s "…" "You know...maybe I should just head back downstairs." "I can tell this meeting isn’t going anywhere and-" ra "You came to the ramen shop with a girl before." s "Ramen shop?" scene tsuneyointro6 with dissolve ra "Tojo Ramen. My family's restaurant. Old District. Thirteen minutes by bus." "Thirteen minutes by bus?..." "Wait, is she talking about the second half of town?" "I vaguely remember going to a ramen shop there with Yumi but..." s "Wait a minute, you were the girl behind the counter, weren’t you?" t "Tsuneyo." s "Tsuneyo Tojo? That’s your full name?" t "Correct." s "That sounds like a samurai name." t "Samurai of flavor." s "…" t "…" s "…" t "…" scene tsuneyointro7 with dissolve t "I’m so sorry." s "Thank you for apologizing. That was one of the worst jokes I’ve ever heard." t "Comedy isn’t really my strong suit." s "No, it’s really not..." s "But on the bright side, whatever dish you made me that night at the restaurant was great." s "I’m not normally one to rave about ramen, but I can definitely see myself coming back for that sometime soon." scene tsuneyointro8 with dissolve t "Thank you. " t "I plan to take over once my father passes, so I am eternally grateful to hear that." "Eternally grateful?..." "Why is she being so formal with me?" s "You know you can talk a little more casually, Tsuneyo." scene tsuneyointro9 with dissolve t "Ah-" "Oh, shit. I’ve gotten so used to calling the other girls by their first names that I’ve forgotten that isn’t really what most people are accustomed to." "I guess Tsuneyo’s family is a little more traditional in nature. I’m honestly not surprised with a name as heavy as ‘Tojo.’" t "I’m not used to talking informally. I might make a mistake." s "What kind of mistake would you even make with something like that?" t "Who knows, bro?" s "…" s "Did you just call me bro?" scene tsuneyointro7 with dissolve t "See what I mean?" s "Yeah, I get it. You can just stick to your normal way of speaking for now." s "Are you okay with me using your first name, though?" scene tsuneyointro6 with dissolve t "Sure. A name is a name. It doesn’t make much difference to me." s "Cool. So, Tsuneyo-" scene tsuneyointro9 with dissolve t "Ah-" s "...You’re not actually going to have an easy time adjusting to that, are you?" scene tsuneyointro10 with dissolve t "No. It appears I am not." s "Well, anyway, would you mind explaining what you’re doing on the roof?" s "You know students aren’t supposed to be up here, right?" scene tsuneyointro8 with dissolve t "We’re not?" s "Nope. It’s grounds for immediate expulsion or something like that." t "That sounds serious." s "You say that, but you haven’t moved an inch." scene tsuneyointro6 with dissolve t "Are you going to discipline me, Sensei?" s "That..." "I really wish she wouldn’t say things like that out of nowhere." "I’m suddenly blindsided by an onslaught of malicious thoughts that I need to fight off in order to carry on the conversation." s "Discipline isn't really my style. I’m more or less curious about how you made it onto the roof." t "The same way you did." scene tsuneyointro10 with dissolve t "One step at a time..." s "You’re not trying to sound philosophical, are you? Because if so, that was pretty bad." scene tsuneyointro11 with dissolve t "Philosophy isn’t a strong suit of mine either." s "I can tell. But hey, at least you have cooking." scene tsuneyointro5 with dissolve t "That’s right. " t "I will spend the rest of my life washing pork broth out of my hair." t "It is not a glamorous life, but it is one that I have accepted." "Huh..." "I wonder if this is one of those “I was born into my role and didn’t get to choose it” scenarios that typically arise as plot devices in TV and whatnot." s "Hey, Tsuneyo." scene tsuneyointro9 with dissolve t "Ah-" s "How do you feel about taking over for your father?" scene tsuneyointro3 with dissolve t "I am fine with it." t "I can not become a stand-up comedian, so this is the only choice I have." s "So your only options in life are ramen and stand-up comedy?" t "No. Just ramen. Comedy is off the table." s "Well if you ever want to expand your horizons or anything, my office is always open." "Now, I know what you’re thinking." "Me? Offering up an actual counseling session to a [teenage]girl without any ulterior motives?" "And to that I say-" if bonus == True: "Of course I have ulterior motives." "I pretty much {i}always{/i} have ulterior motives." else: "You are right. That is exactly what is going on here." "I am once again very excited to teach." "But at least Tsuneyo is...entertaining to talk to if not anything else." t "Your office?" s "Yeah. You...do realize I’m a teacher here, right?" t "…" s "…" t "I did not initially, no." s "So...you thought I was just some random guy on the roof asking you about your future?" t "Is that not common at this[school]?" s "Aren’t we like, halfway through the[school] year? You should know what is and isn’t common by now." scene tsuneyointro4 with dissolve t "I have only been coming here for several weeks." t "I’m afraid I don’t know what is or isn’t normal yet." t "But if you are willing to explain things to me, I will graciously accept your assistance." s "Wait, you’ve only been coming here for a few weeks? Why?" scene tsuneyointro6 with dissolve t "I was homeschooled until recently." t "But my father has become sick and now I must rely on Ms. Watabe." s "Ms. Watabe? So you know Molly?" scene tsuneyointro9 with dissolve t "Molly?" s "Yeah. She just transferred to my class from Ms. Watabe’s." s "Irish girl. Red hair. Blue eyes. Hyper." scene tsuneyointro12 with dissolve t "Oh..." t "Her..." s "That’s a strange reaction, but I’m pretty sure it's warranted." t "I was under the impression her name was...umm...what was it? Emerald Guardian of the Crystal Forest?" s "That’s her full name. We call her Molly for short." scene tsuneyointro9 with dissolve t "Oh. Well then perhaps I wasn’t deceived after all." s "…" "Is Tsuneyo really this gullible?" "Just how sheltered is she?" s "Do you have any friends that you hang out with outside of[school], Tsuneyo? I can’t imagine it’s easy making them while being homeschooled." scene tsuneyointro5 with dissolve t "I have no friends. Just noodles." "I can’t help but bust out into laughter at Tsuneyo’s noodle comment and spend the next several seconds trying to regain my composure..." s "Actually, Tsuneyo...Maybe there is hope for you in comedy after all." scene tsuneyointro8 with dissolve t "Really? What made you change your mind?" s "The noodle joke was actually pretty great. Self-deprecating humor is hard to get right, but I think you hit the nail on the head." t "Noodle joke?" s "Yeah. No friends, just noodles." t "…" s "…" scene tsuneyointro7 with dissolve t "That wasn’t a joke..." s "Wait, is your life really that sad?" t "There’s nothing sad about noodles." "This poor girl." s "I’ll be your friend, Tsuneyo. That way you won’t need to feel-" scene tsuneyointro13 with dissolve t "No thank you." s "..." t "..." s "I don’t think you heard me correctly. All I was doing was offering to be your friend. I wasn’t asking you on a date." t "Oh, I see." s "So, does that mean we can-" t "No thank you." s "..." t "... " s "Mind if I ask why?" scene tsuneyointro4 with dissolve t "I don’t exactly know the reason." t "I just know that my father has forbidden me from associating with any male figure that has not received his blessing." s "But we’ve been associating for the entire lunch period." t "…" "Tsuneyo pauses (Which is to be expected at this point) and thinks for a moment before letting out a light sigh and causing her shoulders to droop." t "I think this much is fine." t "If he asks what I did today, I can just tell him I ran into a customer." s "Do you report everything you do to your father?" scene tsuneyointro13 with dissolve t "Of course. Is that not normal?" s "Not really by modern standards, no. But I guess it’s different from family to family." t "I see." t "Do you have any children?" if bonus == True: s "I have a [niece]. I guess she’s kind of like a daughter at times, though. " else: s "Nope. Just an accountant." s "You might have seen her around, actually. Her name is Ami. I’m pretty sure she has the longest twintails in the[school]. " t "Twintails? Are they red?" s "Yeah. So you {i}do{/i} know her then?" t "Yes. She complimented me on my skin. " t "No one has ever “flirted” with me before, so it stood out in my mind." s "…" s "Sorry to break the news to you, but that’s not exactly what flirting is." scene tsuneyointro9 with dissolve t "It’s not? But she gave me a compliment based on my appearance." t "I already wrote her a rejection letter and everything." s "Yeah, I think it might be best to just hang onto that for now." s "Girls tend to compliment each other's appearances all the time. I think it’s a positive reinforcement thing so they can always feel validated." scene tsuneyointro13 with dissolve t "Is that so?" t "Then will you tell Ami I think she has very nice legs?" s "I think that one’s getting a little closer to flirting territory but sure." t "They were very nice." t "She looks soft." s "…" scene tsuneyointro4 with dissolve t "I wonder if she’d let me touch them." s "...I can ask?" scene tsuneyointro13 with dissolve t "Thank you very much. I wasn’t sure if it was rude to ask." s "Not rude, just a little weird." t "I’ll get better in time." s "I sure hope so..." scene black with dissolve2 "Tsuneyo and I chat for another few minutes until the bell rings signaling the end of lunch." "I hang back to help her gather her things and inform her (To the best of my ability) where her next classroom is." "Despite seeming so cool and collected when I saw her at the restaurant, it appears that she’s a bit...aloof when it comes to[school]." "So the very least I can do is give her a hand when she needs it..." "Which I imagine will be often. " $ renpy.end_replay() $ tsuneyo_love += 1 $ day144 = True stop music fadeout 5.0 "{i}Tsuneyo’s affection has increased to [tsuneyo_love]!{/i}" "………" "……" "…" jump afterschoolevent label day150: scene hall_day with dissolve play music "sweetvermouth.mp3" "Today is the day the second ‘transfer student’ is supposed to arrive." "I’ve already gone through this once before, so there’s no reason to get Makoto involved again." "Especially since now I know that the process requires signing one sheet of paper and standing around to make it look like I’m doing something." "Whoever this new girl is, though...I hope she’s a little calmer than Molly. " "I like Molly, don’t get me wrong, it’s just..." "Well, class has become significantly louder ever since she arrived." scene black with dissolve "………" "……" "…" scene tsuneyoclass1 with dissolve y "…" s "…" "Just as I’m about to walk into the classroom, I bump into someone who is most definitely {i}not{/i} the transfer student." "But, to be fair, she might as well be. In fact, Molly’s only been here a few days and I’m pretty sure she’s attended class just as much as Yumi." scene tsuneyoclass2 with dissolve y "...Hey." s "Good morning, Yumi. Glad to see you made it to[school] today." y "It’s whatever. I need to show up every once in a while or even {i}you{/i} won’t be able to make up an excuse for me." "Ehh...I’m not sure how true that statement is. I’ve marked Yumi as present every day so far and no one’s even questioned it." "How would the staff even know?" s "You seem to be in a good mood today." y "Oh yeah? Why do you say that?" if bonus == True: s "You haven’t threatened to rip my genitalia off yet, so that’s a start." else: s "I can just feel the vibes, you know?" scene tsuneyoclass3 with dissolve if bonus == True: y "Say “genitalia” one more time and I guarantee you that’ll change." else: y "If you talk about vibes one more time I am going to turn off your water again." s "Wait, that was you?" y "Yeah. You still gonna fuck with me now that you know that?" s "No thanks. I’m good." y "Good." scene tsuneyoclass2 with dissolve y "And, umm..." y "Sorry about freaking out on you the other day. I think the cafe thing got to me more than it should have." s "..." "Is Yumi...apologizing?" "This counts as character growth, doesn’t it?" "Is that what’s happening here?" scene tsuneyoclass4 with dissolve y "The fuck you gettin’ all quiet for? Ain't you supposed to be like “It’s okay. No big deal” or some shit like that?" scene tsuneyoclass2 with dissolve y "I’m new to this whole apologizin’ thing but I’m at least mature enough to admit when I’ve fucked up." s "I feel like that statement would carry a lot of weight if it weren’t for you constantly tormenting Futaba." s "You haven’t really apologized for that yet." scene tsuneyoclass5 with dissolve y "Fuck Futaba. Why would I give a shit about her?" s "Well, why would you give a shit about {i}me{/i}?" scene tsuneyoclass6 with dissolve y "I don’t! That’s not what I meant!" y "You can jump off a cliff for all I fucking care! You and Futaba both!" scene tsuneyoclass7 with dissolve y "Actually, scratch that. Pretty sure Japan would collapse if Futaba jumped off a cliff. You can just do it by yourself." "Well, at least it was a solid minute or two of tame conversation with Yumi this morning." "Asking for any more than that would just be selfish." scene tsuneyoclass8 with dissolve mo "Top o' the mornin', captain! Molly MacCormack reporting in for duty." s "Molly, you know you don’t have to report to me every single morning, right?" y "Molly?..." y "The fuck is a Molly?" scene tsuneyoclass9 with dissolve mo "I am a Molly. 75%% Water and 25%% passion." mo "Are you Yumi?" mo "I’ve heard many troubling things about you. Ms. Watabe’s class referred to you as the “ghost delinquent.”" y "...The fuck are you even talkin' about?" scene tsuneyoclass8 with dissolve mo "Sir! I humbly request your protection from this individual! I believe I may have offended her." s "No, I don’t think so. Yumi always looks like that. You’ll get used to her in time." s "If she shows up to[school], that is." scene tsuneyoclass10 with dissolve y "Hey! Watch it, douchebag. Don’t think I don’t realize when you’re being sarcastic." s "I feel like I’m sarcastic for a good portion of the day." y "Yeah. Which is one of the many fucking reasons I’m sick of talking to you." mo "...Woah." scene tsuneyoclass11 with dissolve y "...Woah, what? What are you lookin’ at?" mo "So much power..." s "Molly, I don’t think that’s a good-" scene tsuneyoclass12 with dissolve mo "Teach me your ways..." mo "I’ve never considered converting to the dark side before, but I can tell your skill in bravery far surpasses anyone else in the[school]." mo "Tell me, Yumi...Would you be willing to trade your knowledge in the dark arts in exchange for mine in holy magic?" mo "If we combine forces, I feel we could become unstoppable..." y "…" scene tsuneyoclass13 with dissolve y "{i}Yo, is this girl in one of those “special” classes? I’m not sure if it’s socially acceptable to be mean right now or not.{/i}" s "Actually, Yumi, she’s in your class now." scene tsuneyoclass14 with dissolve y "What?! Since when?! How the fuck did this happen?!" mo "What’s wrong, Yumi? Don’t tell me someone like you is afraid of holy magic?..." scene tsuneyoclass15 with dissolve y "Where the fuck are you even from?! What kind of a name is Molly?!" s "She’s from Ireland." y "Ireland?! Get the fuck away from me, Leprechaun!" mo "...Fine. But you haven’t seen the last of me." scene tsuneyoclass16 with dissolve mo "Good day, sir." s "Molly, don’t say good day. I’ll be in there in like two minutes." mo "I said {i}good day{/i}." scene tsuneyoclass17 with dissolve play sound "slidedoor.mp3" "Molly disappears into the classroom and Yumi is left exhausted and frustrated, typical symptoms that arise from one’s first meeting with the Emerald Whatever of Whatever Forest." y "What...the fuck...happened...while I was away?" s "Plenty of things happen while you’re away, Yumi. In fact, we’re supposed to be getting-" scene tsuneyoclass18 with dissolve s "…" t "…" scene tsuneyoclass19 with dissolve y "Hm? Why’d you stop talkin’?" s "Yumi, whatever you do, don’t look to your right. I don’t think your heart is ready for another surprise this early in the morning." y "Don’t look to my right? What do you-" scene tsuneyoclass20 with dissolve y "…" t "…" y "…" t "…" scene tsuneyoclass21 with dissolve y "The fuck is goin' on here?" scene tsuneyoclass22 with dissolve t "Is this a bad time?" s "Not at all. What are you doing here, Tsuneyo?" scene tsuneyoclass23 with dissolve t "Ah-" "...Is she really still doing that every time I say her name?" scene tsuneyoclass22 with dissolve t "I’m going to class." s "Oh, so you’re the second girl transferring in from Ms. Watabe’s?" t "Correct. I will be in your care." s "Great. Yumi, this is Tsuneyo." scene tsuneyoclass23 with dissolve t "Ah-" s "Please stop that." scene tsuneyoclass22 with dissolve t "I’m sorry. It’s a reflex." scene tsuneyoclass24 with dissolve y "Tsuneyo, huh? And where the fuck are {i}you{/i} from? England?" t "Ramen." scene tsuneyoclass25 with dissolve y "...What?" s "Sorry, Yumi. Tsuneyo is a little-" y "Forget it...You were right. It {i}is{/i} too early for this shit." scene tsuneyoclass26 with dissolve play sound "slidedoor.mp3" t "…" s "…" t "That could have gone better." s "You’re telling me. Why did you tell her you were from ramen? That doesn’t even make sense." t "She’s the girl you brought to the ramen shop." s "That’s...yeah, you’re right." t "Are you friends outside of[school]?" s "Friends? Yumi and me? Not even close." t "Do you spend time with all of your students outside of[school]?" if bonus == True: "If only you knew, Tsuneyo. If only you knew..." s "I guess you could say that. I’m sort of a ‘hands-on’ type of teacher." t "Hands-on?" else: s "Of course. It is my duty to prepare them for life outside of college and I will be damned if I drop the ball for even one of them." t "Ball?" s "It’s best if you don’t ask any questions." t "I see." t "Can I ask a question?" s "I literally just told you not to ask any." t "This question isn’t related to your hands." if bonus == True: s "...Fine. Ask away." else: s "I...didn't assume it was?" scene tsuneyoclass27 with dissolve t "Um." t "What’s the proper way to introduce yourself to a new class?" s "The proper way? I mean, as long as you don’t do it an {i}improper{/i} way, it’s pretty successful." t "Yes, but it didn’t seem like anyone was particularly interested in me in my last class." t "I would like to make a better impression this time around. " s "And you’re trusting me to tell you how even though we’ve only talked once?" scene tsuneyoclass28 with dissolve t "Yes. As I said, I am in your care. Please teach me to be a more interesting person who talks about more than just noodles." s "I thought you loved noodles." t "They are glorious." s "Listen...All you really need to do is be yourself and I’m sure things will be fine." s "The class might be filled with a bunch of misfits, myself included, but they’re pretty much all good people." t "I can be myself?" s "You can be yourself." scene tsuneyoclass29 with dissolve t "I understand." t "If this backfires, I am blaming you." s "Feel free..." scene black with dissolve play sound "slidedoor.mp3" "…" "Okay, so-" "There’s definitely a good chance that this will backfire." "But the truth is that I also have no idea how to make a proper introduction." "Hell, on my first day of class, I started calling a group of [teenage]girls by their first names and let a girl hang out in the bathroom for twenty minutes." "But maybe Tsuneyo will actually be able to pull this off?" "………" "……" "…" scene tsuneyoclass30 with dissolve r "Woah? Another new girl already? " r "Didn’t we literally just get one?" sa "She’s...so pretty..." scene tsuneyoclass31 with dissolve c "Hm? Who’s that girl? Her socks are cute." y "Man, who the fuck even knows?" scene tsuneyoclass32 with dissolve mo "Heheheh..." mo "Excellent...{i}Excellent...{/i}" scene tsuneyoclass33 with dissolve t "…" "Tsuneyo stands in front of the class for at least twenty seconds without saying anything." "Should I have at least given her an intro or something along those lines? Yes. Definitely." "But if she is ever going to start seeming more...normal, this is something she will have to do on her own." t "…" s "…" t "…" s "… " t "Hello." "There we go. Great start, Tsuneyo." t "…" s "…" t "How does everyone feel about airline food?" scene tsuneyoclass34 with dissolve "Oh dear god no." mi "Airline food? You mean like...the stuff they have on airplanes?" mak "What else would that possibly mean, Miku?" mi "I don’t know! It’s a weird thing to ask! Don’t get on my heckin’ case about it!" t "…" scene tsuneyoclass35 with dissolve t "Mm..." a "I-It’s the worst! Isn’t that right, everybody?! Hahahahaha~" m "Ami...what are you doing?" a "{i}Maya, shh! I think it’s like, an ice breaker thingy! We’ve gotta go along with it! You see how nervous she is?{/i}" "That’s “my” [niece], alright. Doing what I’m incapable of and trying to set the mood of the room back to normal." "Unfortunately, I don’t think Tsuneyo hears her as she just continues standing there awkwardly." s "Tsuneyo." scene tsuneyoclass36 with dissolve t "Ah-" s "Tell them what you do for work." t "For work?" s "Yeah. Just be yourself." scene tsuneyoclass37 with dissolve t "I understand." t "…" "Tsuneyo takes a deep breath and composes herself before speaking to the class again." scene tsuneyoclass38 with dissolve t "My name is Tsuneyo Tojo and I love noodles." c "...Noodles?" y "See? What did I fuckin’ say?" r "Tell us about your favorite noodles, Tsuneyo!" "Rin chimes in and tries to hype up Tsuneyo in a...slightly more convincing way than Ami did." t "Ramen." t "My family owns a ramen shop in the old district and I aim to one day take over when my father can no longer work. " ay "Ramen?! Ami, Maya, let’s go after[school]!" m "I can’t go to the old district." a "Yeah, isn’t that place like a bajillion miles away? It’s like, crazy hot out and I don't really wanna walk." a "Maybe some other time?" ay "Ugh! Sana!" sa "H-Huh?...What?" ay "We’re getting ramen after[school]!" sa "But...I have-" ay "SANA!" sa "O-Okay...We will...get ramen..." f "What else...do you like, Tsuneyo?" "Wow, even Futaba is getting in on this intro. She's not normally one to call out." "Is it wrong for me to feel a little proud right now? " "I know I don’t really {i}teach{/i} any of these girls anything, but I’m glad that most of them are at least acting like moderately decent human beings." t "What else?" scene tsuneyoclass39 with dissolve t "Um..." t "..." t "I did Kendo when I was younger..." scene tsuneyoclass40 with dissolve mo "Weebnote: Kendo is a traditional Japanese martial art where combatants use bamboo swords and armor to beat each other up!" m "We know what Kendo is...We’re Japanese." mo "Yes, but not all of the players are!" t "Emerald Guardian..." scene tsuneyoclass41 with dissolve mo "That is right...It is I! Molly MacCormack! Emerald Guardian of the Crystal Forest!" mo "And I am here to tell you, Tsuneyo Tojo, Kendo Princess of the Golden Desert-" scene tsuneyoclass42 with dissolve t "Princess?..." mo "Kendo Princess of the Golden Desert...that I would like to recruit you!" t "Recruit me?...For what?" scene tsuneyoclass43 with dissolve mo "From the moment I first laid eyes on you...I knew you were special. I knew you had potential!" mo "And as soon as you mentioned Kendo, I knew you had to be mine." scene tsuneyoclass44 with dissolve t "I’ve...never been in a relationship before." scene tsuneyoclass45 with dissolve mo "What? No. I meant like, partners. Friends." scene tsuneyoclass46 with dissolve t "Oh. That is significantly less embarrassing." scene tsuneyoclass47 with dissolve mo "Agreed! " scene tsuneyoclass41 with dissolve mo "So, whaddya say? Wanna team up with this perky Irish lass to take down the world?" t "Are you sure it’s okay? I always thought you didn’t like me." mo "Do not mistake my passion for distaste! I love you in a completely platonic way!" mo "And also..." mo "I need a roommate!" t "A roommate?" scene tsuneyoclass48 with dissolve mo "I kinda can’t move into the dorms unless I have someone to room with, and everybody else is already taken." t "You move quickly." scene tsuneyoclass41 with dissolve mo "I’m a girl who knows what she likes." t "Me too. It’s-" mo "Noodles. I know." t "It’s like we’re already connected." mo "We {i}are{/i} connected." t "..." mo "..." r "Are they...going to kiss?" sa "What?..." c "Kiss her!" r "Y-Yeah! Do it!" scene tsuneyoclass49 with dissolve mo "What? No I-" t "I’m...ready..." scene tsuneyoclass50 with dissolve mo "Ready for what?!" scene black with dissolve2 "In case you were wondering, the two of them never kissed." "At least not to my knowledge." "For all I know, they could have left[school] together and just started making out or something." "But I guess that’s just wishful thinking." "Either way, I’m glad that Tsuneyo’s introduction went...mostly well." "She’s still incredibly awkward and Molly’s still...Molly...But at least I feel like both of them are going to fit in just fine..." $ renpy.end_replay() $ molly_love += 1 $ tsuneyo_love += 1 $ day150 = True stop music fadeout 6.0 "{i}Molly’s affection has increased to [molly_love]!{/i}" "{i}Tsuneyo’s affection has increased to [tsuneyo_love]!{/i}" "………" "……" "…" jump afterschoolevent label day153: scene thebird1 with dissolve play music "sweetvermouth.mp3" a "…" s "…" "A couple of us are helping Molly move into her new dorm room today." "Tsuneyo wound up getting permission from her father to spend some nights here, so the two of them are going to be the first pair to move into the second floor of the dorms." "Well, at least the second floor allotted to my students." "Apparently, I inherited the “misfit” class." if bonus == True: "Not because they’re actually misfits themselves, but because nearly every other girl in their grade is housed in the building directly next to this one." "Don’t ask me for an explanation as to why, though. I literally have no idea." else: "I feel just like Hillary Swank in the 2007 film Freedom Writers." a "How long do you think it’s been up there?" "Ahh, and speaking of things that require an explanation, allow me to show you something-" scene thebird2 with fade s "Who knows? It seems pretty content, though." a "You think so? It looks scared to me." s "How? It’s literally just standing there." scene thebird3 with fade a "Yeah, but he’s out of his natural habitat! What would you do if you were used to living outside and then had to move into a girls’ dormitory?" s "Celebrate." scene thebird4 with dissolve a "Yeah...well, you’re stupid. I say we rescue the bird." s "How? You can’t even reach it." a "No, but you can. " s "I’m not going to touch the bird. It probably has diseases or something." m "Maybe you {i}should{/i} touch it then." scene thebird5 with fade s "Oh hey, Maya. I must have forgotten you were there since I haven’t been insulted in over two minutes." scene thebird6 with dissolve m "I’m tired. I have to save my insults for when they’ll make the most impact." s "If you’re tired then why are you here? Shouldn’t you go downstairs and take a nap or something?" m "It’s too late in the day to nap. I’d just fall asleep for the entire night." scene thebird7 with dissolve m "Besides...Molly is {i}technically{/i} a friend of mine and it would be rude for me to not assist given the circumstances." s "What circumstances?" scene thebird6 with dissolve m "Being alone with you." m "That sounds terrifying and I don't want to subject her to that." s "You’re alone with me all the time." m "Not willingly." a "Can you two stop fighting for a second and help me restore order to nature?" scene thebird4 with dissolve a "Jeez, all I wanna do is save the poor little birdie and you guys feel the need to remind each other of your hate for one another." a "Give it a rest already. We get it." s "I don’t hate Maya at all." m "He’s right. I’m the one who hates him. Please keep him away from me." scene thebird8 with dissolve a "Ugh. Whatever, I’ll just figure out how to save it on my own. " a "Go help Rin with boxes or something, Sensei." s "Oh, right. We’re supposed to be moving things." scene thebird9 with dissolve r "Kill me..." s "Hey, Rin. What’s the problem?" r "So many boxes. So little strength." s "Here, let me take a few those from you. I have a strange amount of experience when it comes to carrying boxes out of the dorm." scene thebird10 with dissolve mo "No can do, Master! There is a strict no-boys-allowed policy when it comes to my personal belongings." mo "Ignoring that would cause your hands to turn black and fall off!" s "Then why am I even here?" mo "Because you’re the protagonist! This is a scripted event that must occur if I’m ever to become the lead heroine!" scene thebird11 with dissolve r "Wait, you’re shooting for the lead? The chuuni character never gets the lead role. You should know this." scene thebird12 with dissolve mo "That’s not true. Rikka got the lead in the Chuunibyou series." r "That one literally has Chuunibyou in the title. That doesn't count." s "What the fuck are you two even talking about?" scene thebird13 with dissolve mo "Oh, sorry! Time for another weebnote!" s "Awesome. I’m sure all of our imaginary fans will love this." mo "Chuunibyou is the term given to the behavior of characters who act in overdramatic and often embarrassing ways!" s "You mean like how you act literally every day?" mo "Exactly like that! It’s what makes me lovable and you will come to appreciate it in due time, Sir." s "Come to think of it, didn’t you say something in class about how Rin was like...the commander of the undead or something?" s "Does she have this chuunibyou thing, too?" scene thebird14 with dissolve r "N-N-Not as bad as Molly has it! I'm just a normal dork who does dorky things! It's not bad enough to label it with an actual condition!" mo "You have fallen just as far into the darkness as I have and you know it." scene thebird16 with dissolve r "I have not! And stop bringing up my secret life when we’re not in the club room anymore! I’m begging you!" mo "Everywhere is a club room when you are unable to exhibit self-control." scene thebird17 with dissolve mo "But I guess there {i}are{/i} more pressing matters at hand right now. Right, Captain?" s "Captain. Master. Sensei. Sir. Can you just pick one already, Molly?" s "I have too many names now and it’s confusing me." mo "Sir yes, Sir. You will henceforth be known as Supreme Overlord Sensei, Herald of the Adolescents." "That’s somehow even worse than having four names." s "Molly, come to think of it, how come you’re making Rin carry all of your stuff?" s "We came all the way here to help {i}you{/i} out, but I don’t think I’ve seen you actually do anything so far." mo "I can assure you that there is a perfectly acceptable reason for that." s "Okay...And what’s the reason?" scene thebird18 with dissolve mo "You see...I expelled the majority of my power during a fight with an ancient wizard earlier today and am now only able to use 5%% of my total strength." s "You said your reason was acceptable. I’ve been deceived." scene thebird19 with dissolve mo "Okay, fine. I am very weak, Sir." mo "My fragile Irish arms can’t even carry a sack o’ potatoes up the stairs." r "Why would you ever need to do that?..." s "I thought the Irish were supposed to be tough? You know...that whole {i}fightin’ Irish{/i} stereotype and whatnot." scene thebird20 with dissolve mo "Sir, this may come as a shock to you, but I don’t go outside all that much." s "That doesn't come as a shock at all, actually." mo "The result of my inability to exercise has, for lack of a better term- turned my muscles into mashed potatoes." s "Are you really going to make potato references every chance you get? " mo "Probably, Supreme Overlord. That is simply the person I am." scene thebird22 with dissolve r "Oh, speaking of potatoes, do you still want to come bathing suit shopping with Futaba and me tomorrow?" mo "What does that have to do with potatoes?" r "Nothing. I just need to know because I was supposed to respond to Futaba like half an hour ago." mo "Oh, umm...yeah. I can come, I guess. " s "Are you not looking forward to the beach, Molly? That’s not really the excited sort of reaction I’d expect out of someone like you." scene thebird24 with dissolve mo "To be quite frank, Sir, I am utterly horrified. I’m not even sure if I’m going to survive this trip." s "That seems a little extreme." mo "Supreme Overlord, take a good, long look at my body and tell me what you see." if bonus == True: s "…" else: s "Ah! My eyes! I am incapable of looking at girls for more than one second at a time without experiencing extreme pain and stress!" scene thebird25 with dissolve r "For the record, Molly...it would probably be best to, like...{i}not{/i} ask Sensei things like that." "At least Rin understands me." mo "Tell me, Supreme Overlord. Is this the body of someone who looks like she would fare well under the intense Kumon-mi sun?" mo "I will be a lobster in less than five minutes." mo "I don’t even know how to swim. " s "Then what the hell are you going to do at the beach?" scene thebird26 with dissolve mo "Make memories that only girls my age are able to make! Live life to the fullest! Find the man who killed my father and avenge him!" r "Your dad is still alive, though..." s "That seems like a lot to do in one weekend." mo "Thankfully, the backup plan is reading manga under an umbrella." s "That sounds a lot more realistic." s "But if you’re looking for something a little more...beach-oriented, I could always teach you how to swim." scene thebird27 with dissolve mo "I...will respectfully decline! I am perfectly happy not knowing how to swim!" r "How are you that red already, Molly?..." mo "Irish skin! It reveals our true emotions even when we don’t want it to!" r "Are you really that embarrassed thinking about Sensei teaching you how to swim?" mo "Of course! That’s like, straight out of a dating-sim. I’m not yet prepared." r "You know you're never going to be the lead heroine with that attitude, right?" mo "…" r "…" mo "I need to go set more things up in my room!" scene thebird28 with dissolve play sound "dooropen.mp3" "Molly quickly vanishes into her dorm and I’m left in the hall with Rin and the others." s "She is certainly a character." r "That’s an understatement. Molly lives in a world of her own." r "You'd think that with all the raunchy manga and h-games she plays that she'd be able to talk about touching another human without getting flushed, but...nope." r "She straight up can't even talk about romance without getting like that either. It's wild." s "Speaking of romance, are you excited to see Chika in a swimsuit?" scene thebird29 with dissolve r "I’m going to actually die." r "Do you have the hospital on speed dial? Because if not, you should definitely get on that." s "Sure. Just for you, though. If anyone else asks me to call an ambulance, they’ll be shit out of luck." r "That’s kind of a horrible thing to say." s "I’m kind of a horrible person." scene thebird30 with dissolve r "The best horrible person." "Rin holds out her fist to me, expecting a fist bump. " "Instead of immediately reciprocating, which is what my heart tells me to do, I am faced with a troubling question." if bonus == True: s "If I pound it right now, does that doom me to a life in the friend-zone?" r "Are you implying you’re not already in the friend-zone?" s "I sure hope not. " r "Flirting with me is a bold move when you know for a fact that I am undressing Chika with my mind right now." s "Are you doing anything else at literally any point in your daily life?" r "Only if another cute girl walks by. But then I default back to Chika the second they're gone." s "Yeah, I guess that makes sense." r "Finish the fist bump, Sensei. These boxes are heavier than they look and you are leaving me hanging." else: s "If I pound it right now, will it activate some sort of secret device somewhere that will cause all of us to either die or grow really tall?" r "Idunno. Beats me." "I bump Rin's fist, regardless of any possible consequences." scene thebird31 with dissolve r "Welcome to the friend-zone, bud." if bonus == True: s "Don’t you fucking dare." else: s "Yay! That is my favorite zone." scene thebird32 with dissolve r "Oh, come on! You know I’m kidding. We’re already more than just friends in my eyes." s "That's right. We're homies." scene thebird33 with dissolve r "Ahh!" r "Say it again! One more time!" s "We're homies." r "One more! One more!" s "...Homies." scene thebird34 with dissolve r "Yes...YES!" r "I can feel my strength returning!" r "To think that I'd be so easily swayed by hearing the words I have waited so long to hear!" r "Excuse me, Sensei...But I must make use of this new found strength." r "Until we meet again!" scene black with dissolve play sound "dooropen.mp3" "Rin tries to open the door to Molly’s room but is unable to due to the amount of boxes she’s carrying. " "As such, I help push it open for her and she disappears inside..." s "How are you doing over here, Ami?" scene thebird8 with dissolve2 a "I can’t reach the bird and Maya won’t help." m "Just leave it alone..." s "I’m with Maya on this. Just leave it alone. That bird lives here now." a "…" s "…" a "Give me five more minutes with it." scene black with dissolve2 "Five minutes soon becomes half an hour as Rin and I carry the rest of Molly’s stuff upstairs. " "Thankfully, after arguing with her about it for a minute or two, Molly caved on her ‘no-boys’ policy and allowed me to actually help." "And even though I’m not the type to normally go out of his way to be kind like this, it {i}is{/i} a little fun helping her move in." "Especially knowing that I’ll be able to visit her sometime in the near future-" "And how determined she is to become a {i}heroine...{/i}" $ renpy.end_replay() $ molly_love += 1 $ day153 = True stop music fadeout 5.0 "{i}Molly’s affection has increased to [molly_love]!{/i}" "………" "……" "…" jump endofweekday label day154: scene tsuneyomoves1 with dissolve play music "sweetvermouth.mp3" "It’s day-two of helping my new students move into their dorms and, today, I’m accompanied by none other than Miku and Futaba." "And when I say “I’m accompanied,” it’s really closer to me accompanying them." "Tsuneyo didn’t actually invite me to help, I just heard about it in class and decided to show up unannounced." "But hey, virtually every visit I’ve had to the dorms has been unannounced so far. Might as well not do anything to break the streak." s "Hey. What are you two up to?" scene tsuneyomoves2 with dissolve mi "Oh, hey Sensei! I didn’t know you were comin’ today!" s "Neither did I, to be honest. Just sort of happened." f "Are you here to help Tsuneyo move as well?" s "You know it. Anything I can do to help." s "Does sitting around drinking water really constitute helping, though? It doesn’t seem like you’re doing much." scene tsuneyomoves3 with dissolve mi "Hey! Watch it! We did plenty of stuff before you got here! " mi "God forbid we take a second to drink some water. Jeez, kids these days!" f "Please forgive her tone, Sensei...Miku’s actually worked really hard today." mi "That’s heckin’ right, I have. And so has Futaba! We’ve carried like a bajillion different boxes and like, 90%% of ‘em have been clothes!" f "I’ve...done my best. I can’t exactly carry as much as Miku." scene tsuneyomoves4 with dissolve mi "Yeah, but that’s probs just cause those big ole’ honkers keep gettin’ in the way." f "That’s not...entirely incorrect. I wish you’d be a little less abrasive, though." scene tsuneyomoves5 with dissolve mi "Sensei! Translation request! The heck does ‘abrasive’ mean?" s "It means Futaba wants you to be a little less candid when you talk about her chest." mi "Oooooh. I see, I see." mi "The heck does ‘candid’ mean?" s "It means that you shouldn’t make fun of Futaba’s boobs." scene tsuneyomoves6 with dissolve mi "I ain’t makin’ fun of em! I’d kill for those puppies! I’m not even wearin’ a friggin bra right now." f "And I’d kill to be able to do that..." if bonus == True: "Ahh, I’ve reached the point of my life where my students are no longer concerned with talking about their chests in front of me." "Hard work really does pay off." else: s "This conversation is quickly devolving into something I do not want to be involved in, so I am going to cut both of you off right here." mi "Aww, come on! It was all in good fun!" scene tsuneyomoves7 with dissolve if bonus == True: s "Sorry, you two. But as much as I’d like to stay and talk about boobs with you, would you mind telling me where Tsuneyo is?" else: s "Sorry, you two. But it is very important to me to maintain a reasonable distance from the two of you at all times. Additionally, would anyone mind telling me where Tsuneyo is?" s "I feel like I’m obligated to at least try to help her tonight." if bonus == True: "That and I’d also like her to be a part of this conversation as well. I haven’t seen much of Tsuneyo, but I definitely think her body is rather...developed for her age." mi "Hm? You blind, Sensei? She’s right behind ya." s "Wait, really?" "I turn around and-" scene tsuneyomoves8 with dissolve s "…" t "…" s "Hi, Tsuneyo." t "Ah-" s "Do you need help with those boxes?" t "I’m fine." t "I have to carry much heavier things at the restaurant." s "Yes, but I’m sure you can normally {i}see{/i} when you carry those things." t "That is a good point." s "So can I take a box then?" t "Sure." scene tsuneyomoves9 with dissolve "Tsuneyo’s expressionless face pops into my vision as I take a box full of her clothes from the top of the stack." t "Hello." s "Hey." t "Come here often?" s "Are you hitting on me right now?" t "I don’t think so." s "Really? Because it sounds a lot like you’re hitting on me." t "I don’t even know what that means." s "That aside, how are you feeling about the move? Have you gotten used to Molly yet?" scene tsuneyomoves10 with dissolve t "…" s "…" "Tsuneyo looks off to the side instead of answering my question." "I assume this means she-" t "Is that a bird?" s "What?" scene tsuneyomoves11 with dissolve s "Is that thing really still there? I figured it would have left by now." scene tsuneyomoves10 with dissolve t "We should give it a name." s "You want to name a bird that’s probably going to fly away in a day or two?" t "You don’t?" s "…" s "No, I kind of do as well." t "Let’s name him Noodles." s "You need interests besides noodles, Tsuneyo." scene tsuneyomoves12 with dissolve t "Fuck you." "WOAH." "Where the hell did that come from?" s "Uhh...did I do something to offend you?" t "The only thing that offends me is when someone only eats half of their dinner." t "You haven’t eaten dinner. You are fine." s "Then why did you curse at me?" scene tsuneyomoves13 with dissolve t "Curse? What does that mean?" s "You said “Fuck you” just now. The word “fuck” is a curse. " play sound "thump.mp3" scene tsuneyomoves14 with hpunch t "Oh no. What have I done?" "Tsuneyo suddenly drops her boxes on the floor in front of her. A loud thud rings out and likely echoes throughout the first dorm floor." s "Tsuneyo, your computer was in one of those boxes..." t "Are you going to die?" s "What? Why would I die?" t "The curse." s "...It’s not that kind of curse." scene tsuneyomoves15 with dissolve t "So...you will live?" s "I will very much live." scene tsuneyomoves16 with dissolve t "I’ve been bestowed with too much power..." s "I have absolutely no idea what you’re talking about." scene tsuneyomoves17 with dissolve t "That curse was taught to me by the Emerald Guardian. " s "Tsuneyo, it’s not that kind of curse." t "Even if it is a weak curse, I shouldn’t have placed it on you." t "I am sorry. You may eat for free at my family’s shop whenever you like for the rest of your life." s "No, that’s fine. I’ll still pay." t "No." s "Yes..." t "No." s "Tsuneyo." scene tsuneyomoves18 with dissolve t "Ah-" mi "Ay! The heck are you two doin’ over there? And why’d ramen-girl drop her computer on the ground?" mi "You gotta be careful with loud noises like that! You never know who might freak out and get scared from ‘em." scene tsuneyomoves19 with dissolve "I turn around to find an uncharacteristically angry looking Miku, though I imagine I know why." "The only time I’ve ever seen her lose her composure was after that ball hit the storage room that one time." "I guess I should be glad that she didn’t have another reaction like that now. " "I was lucky enough that Karin was around last time. I have no idea how I’d be able to handle something like that alone." scene tsuneyomoves20 with dissolve t "I’m very sorry for the disturbance. I had no idea a computer could make that kind of noise." "It’s not like it’s {i}supposed{/i} to..." mi "I’m not mad at you. I’m mad at {i}him{/i}." s "…" s "Wait, me? What did I do?" mi "I don’t know her enough to get mad at her yet. I gotta take it out on somebody." mi "Drop and give me twenty, mister." s "I am absolutely not going to do that." scene tsuneyomoves21 with dissolve mi "Fine! Futaba! Drop and give me twenty!" f "What?! Twenty sounds like a lot...I don’t even know if I could do that many..." scene tsuneyomoves22 with dissolve t "I will accept this punishment...It is the least I can do." mi "Hm? Hey, wait a sec Tsuneyo. You don’t have to-" scene tsuneyomoves23 with dissolve mi "And now she’s doing it." "Tsuneyo quickly drops to the floor and begins to do push-ups. " "She’s surprisingly quick too..." "I wonder if she works out often?" s "You need to watch what you say around her, Miku. I don’t think Tsuneyo is...all there just yet." f "She’s...really good at those..." mi "Well how the heck was I supposed to know? No one’s ever actually listened to me when I’ve said that before! Not even the girls on the team!" s "From what she’s told me, she’s been pretty sheltered most of her life, so I’d imagine there are some other cues she’d miss out on as well." t "...Twenty." scene tsuneyomoves24 with dissolve t "The curse has been lifted." mi "Curse?..." t "The curse I placed on Sensei." s "Molly taught her the F word." scene tsuneyomoves25 with dissolve f "The F word? You mean...fuck?" t "…" s "… " mi "…" scene tsuneyomoves26 with dissolve t "Dear God...not again..." t "What have I done?" scene tsuneyomoves27 with dissolve "Tsuneyo drops to the floor and, once again, attempts to break the curse..." t "One...two...three-" mi "Jeez. You weren’t wrong about that whole pickin’ up on cues thing." f "This one...is definitely my fault..." scene black with dissolve "Today’s move-in operation ended on a significantly less successful note than the last one." "But even with that being said, it seemed like Tsuneyo and the others were able to get most of the work done before I even showed up." "And while I’m not exactly sure what became of the computer she dropped on the ground, I do know that pretty much everything else she owned made it into her room undamaged." "It’s a shame I haven’t gotten to see the inside of the dorm yet, but I imagine I’ll be able to soon enough..." "I just need to spend a little more time with her and Molly." "{i}Congratulations! Molly and Tsuneyo are officially part of the class!{/i}" "{i}Both of them can now be visited at night at either of their workplaces or their dorm room!{/i}" if bonus == True: "{i}Spend enough time with them and eventually they’ll be cool with performing sex acts on you!{/i}" "{i}Praise be!{/i}" $ renpy.end_replay() $ tsuneyo_love += 1 $ day154 = True stop music fadeout 5.0 "{i}Tsuneyo’s affection has increased to [tsuneyo_love]!{/i}" "………" "……" "…" jump endofweekday label day139: scene chikafirstlust1 with dissolve play music "phantomthief.mp3" "I sit alone in my office and wait for the day to come to an end, just as I always do after I finish “teaching,” if that’s what we’re still calling it." "The only difference is that, this time, I actually have an appointment. " "Or at least...I thought I did?" "Right before I made my way to the office, Chika ran over and grabbed one of the sleeves of my shirt to ask me if I was doing counseling stuff today." "Having no reason to lie to her (And perhaps wanting her company), I of course told her yes." "But I’ve been in here for around an hour already and I’m beginning to lose hope." "Woe is me." play sound "knock.mp3" c "Sensei, are you still here?" c "Sorry I took mega-long and stuff. I had to go give something to Yumi and she was just hanging out at some park for whatever reason." "Oh, cool. Woe isn’t me. Chika is here after all." "I wonder what the reason for the visit is, though?" s "I’m still here. You can come in. " c "Kay~ Pardon the intrusion." play sound "dooropen.mp3" c "Ooooh nice place you got here!" "Chika enters the room and quickly scans the hallway for some indiscernible reason." play sound "lock.mp3" "…" "And then she locks the door?" scene chikafirstlust2 with dissolve c "Heya." s "Hey. What’s up? And why did you lock the door?" c "Hm? Lock the door? I guess I just did it out of instinct." s "But the door to your dorm room is never-" scene chikafirstlust3 with dissolve c "This place is like, super fancy for a counseling room, Sensei." c "I’m kinda jealous you get to hang out somewhere like this on a daily basis." s "There’s no reason to be jealous. I’m normally just alone anyway." scene chikafirstlust4 with dissolve c "Wait, really? What’s even the point of you being the guidance counselor then?" s "I guess for rare occasions like this where someone needs help or something." c "Hm? Who needs help?" s "I assumed you did since you asked to see me after class." scene chikafirstlust2 with dissolve c "Oh, nope! I just wanted to be alone with you for a little while and figured reserving a spot was the best way to get that done." s "You really like me enough to reserve a spot with me under the guise of having personal problems or issues or whatever it is counselors help with?" scene chikafirstlust3 with dissolve c "Idunno. I guess I do if I showed up, right?" s "…" "It’s slightly embarrassing when she’s so nonchalant about it...But I guess it makes sense." "Chika and I have had a pretty natural progression to our relationship thus far, so it’s not like I’m going to complain about being alone with her." scene chikafirstlust2 with dissolve c "So like...is there really nothing to do in here? You don’t have a TV or anything like that?" s "Well, not like it really matters to me, but I’m guessing there’s nothing to do in here since it’s also the room where detentions take place." scene chikafirstlust4 with dissolve c "Ah, yeah. I think Yumi said something about that once. How you kinda just make her stand there and stare at her or whatever." scene chikafirstlust5 with dissolve c "I’m sure that was just an exaggeration, though. And whatever it was that landed her in here, I’m sure she deserved it." s "Most likely, yeah." "That’s...kind of odd, though. I’ve only seen Yumi in here a couple times throughout the year and it’s never been for more than a few minutes." "And I certainly don’t recall just making her stand there and staring at her." scene chikafirstlust6 with dissolve c "Hey...Come to think of it, wasn’t I supposed to have detention a while ago?" s "You? Why would someone like you ever have detention? " scene chikafirstlust7 with dissolve if chikadetention == False: c "You know...cause I'm like...a bad girl and stuff." s "You're actually one of the most well-behaved girls in class when you cut out all of the time you spend on your phone." c "Come on...Just go along with it, jerk." s "Well, if that's what you want..." else: c "Well like, I’m sure it wasn’t {i}real{/i} detention or anything, but we kinda joked about it in the dressing room that one time and-" c "I don’t know. I guess I was kinda hoping you’d actually follow through with it...or whatever." "Now that she mentions it, I do vaguely remember saying something like that in the dressing room." "If I had known she’d been {i}looking forward{/i} to it, though, I would have made this happen a long, long time ago." s "Why don't we have your detention right now, then?" scene chikafirstlust6 with dissolve c "Right now?" s "Sure. You’re not in the office much to begin with, and I’d say you’re pretty overdue at this point. Wouldn’t you agree?" scene chikafirstlust8 with dissolve c "I suppose I am. And as the oldest member of our class, I have to set a good example and accept my punishment." c "In fact, I’ll let you double my punishment as a special offer for today and today only!" s "I can’t tell if you’re trying to be seductive or trying to sell me something." scene chikafirstlust9 with dissolve c "Yeah, that sounded a lot sexier in my head. I don’t know where the sales pitch came from." c "Too much mall stuff, I guess." s "I guess so. It’s nice that you were trying to be sexy, though. Thanks for that." scene chikafirstlust10 with dissolve c "Wait, hold on a sec. You thanking me makes me feel totally weird. Like you’re just shrugging off my flirting." c "Do my words not affect you anymore now that we’ve-" s "Chika." c "What?!" s "You’re in detention. No talking." c "Wait, it’s a {i}real{/i} detention?! This whole time I thought it was a euphemism for other stuff!" s "Chika..." c "Sensei!" scene black with dissolve2 if bonus == True: jump chikafirstlustx else: "I make Chika sit in detention for being a bad student who is always on her phone." "This will help shape her into a respectable [young]lady and teach her many lessons about proper classroom conduct." $ renpy.end_replay() $ chika_lust += 1 $ day139 = True stop music fadeout 5.0 "{i}Chika’s lust has increased to [chika_lust]!{/i}" "………" "……" "…" jump afterschoolevent label beachvacation1: scene bedroom_day with dissolve2 play music "normalday.mp3" s "...Ngh." s "What time is it?" "I roll out of bed and clumsily reach for my phone on the end table and confirm that I've woken up significantly later than normal today." "It’s almost 10:00AM and I haven’t even gotten out of bed yet." "Normally, Ami would barge in and prevent me from sleeping in like this, but...I guess she has other things to do today?" "What gives?" "I would have invested in an alarm clock if I knew my [niece] would be this unreliable." "That’s right. This is all her fault." "I should go give her a piece of my mind." scene lr_day with fade "I walk out into the living room only to be met with another horrible reality. " "Breakfast isn’t ready either." "Is Ami dead?" "That is the only possible thing I could think of given these circumstances." play sound "knock.mp3" s "Ami, are you dead?" ay "Oh, Sensei is finally up!" if bonus == True: "Oh. I guess Ayane is over. " "I mean, that at least {i}kind of{/i} explains the lack of an alarm or breakfast...but I’m still not entirely convinced." ay "Sensei! Come in and hang out with us!" a "What? Wait a second! Don’t you dare-" "I decide to do what any sane man would do and barge into my [niece]’s room despite her plea for privacy." else: s "Good morning, Ayane. Would you be willing to inform me of whether or not Ami is okay? I do not want to barge in uninvited and am relying on you for an answer to my concern as I trust you dearly." ay "She is getting dressed right now, so please wait in the living room until that process is complete!" s "I understand and will do just that. Thank you for your help and I hope you have a blessed day." scene black with dissolve play sound "dooropen.mp3" if bonus == True: jump mayachangex else: "........." "......" "..." "{i}Several minutes later...{/i}" label restofmayachange: scene beachintro28 with dissolve ay "What’s everybody else saying? Are they there yet?" a "Umm...Well, Molly sent me a picture of a hermit crab, so I’m pretty sure her and Rin are there." a "Futaba, I haven’t heard from. And I don’t have Makoto’s number saved because I want her head to explode." ay "Yeah, that sounds about right." scene beachintro29 with dissolve a "We’re gonna leave soon, right?" a "It would be a waste to start our vacation off halfway through the day when we’re only going to be there for two nights." s "I don’t even know where we’re staying yet." scene beachintro30 with dissolve ay "Makoto and I took care of that already. She reserved the place and I used my credit card to pay for it." ay "We wound up getting two rooms but I hear the place is big, so we can probably all fit in one." scene beachintro31 with dissolve if bonus == True: ay "The second room is just to be safe." else: ay "The second room is the one we're keeping all of the worms in." s "Neat." a "…" a "Why are you winking?" scene beachintro32 with dissolve ay "No reason, my precious best friend. " ay "I promise you that the second room will only be used if we’re all unable to cram ourselves together in the first one." m "Or we could do the logical thing and have Sensei sleep in the second room." if bonus == False: s "Ew, no. There are worms in there." sa "I...agree with Maya..." if bonus == False: s "Sana wtf" sa "I’m not really comfortable sleeping in the same room as a boy..." if bonus == False: s "I am not comfortable sleeping in the same room as worms." scene beachintro31 with dissolve ay "Don’t listen to them, Sensei. You can sleep in the bed with me." m "You mean the same bed Ami and I will also be sleeping in? Yeah, pass." if bonus == False: s "I will also pass. That sounds rather unsightly." ay "That’s fine. Maya can sleep on the floor and you can sleep between Ami and me." scene beachintro33 with dissolve a "Well...I’d feel a little bad about Maya sleeping on the floor, but..." m "…" scene beachintro34 with dissolve m "You’re kidding, right?" scene beachintro35 with dissolve a "Or we could stick to the original plan and have you...not do that." ay "I don’t mind sleeping in the other room with Sensei." scene beachintro31 with dissolve ay "There are two beds in there so it’s not like we’d be doing anything weird either." a "You’re winking again..." ay "Sorry. It’s just a reflex at this point." scene sky with dissolve2 "The five of us decide to get up and go shortly after that." "We walk to the bus stop together and all manage to fit in the same row of two seats." "Ami forces Ayane away from me and takes a spot beside me while the other three sit across from us." "The bus ride to the beach takes about fifteen minutes." "Ayane tells me that Makoto will take me to the cabin/resort/whatever the hell we’re staying at once we all meet up there." "So I guess for now it’s just...managing to survive the trip to the beach?" scene black with dissolve stop music fadeout 10.0 "………" "……" "…" "{i}Welcome to the first special update for Lessons in Love!{/i}" "{i}Over the next two days, all events will play in succession.{/i}" "{i}You will not have free time to do as you please, but you’ll still be able to raise your affection with everyone over the course of vacation.{/i}" "{i}So sit back, relax, and enjoy this mostly-wholesome beach adventure!{/i}" $ renpy.end_replay() $ beachvacation1 = True "………" "……" "…" label beachvacation2: scene beachvactwo1 with dissolve play music "shiningstarinstrumental.mp3" fadein 8.0 "Ayane and Ami pull me over to the front of the women’s restroom as soon as we set foot on the beach." "Maya and Sana disappear inside almost immediately, carrying a few bags with their swimsuits and other...girl-related items, I guess." "These two seem to have something they want to say to me, though." if bonus == True: ay "Are you gonna come get changed with us, Sensei?" s "Oh. Uhh, I knew you had something to say. I didn’t think it would be that, though." else: ay "Are you going to change into your bathing suit as well, Sensei?" s "Am I allowed to participate too? I thought it would make everyone feel nervous since I am such a good swimmer." a "She’s kidding, obviously." scene beachvactwo2 with dissolve ay "I am?" a "You better be..." if bonus == True: s "For everyone’s sake, no. I will not be getting changed with you two." s "Fun fact, I actually don’t even know how to swim." else: s "I am sorry to interject but I'm not actually a great swimmer. I don't know why I said that. I think I was just trying to impress you all." s "In fact, I don't even know how to swim." scene beachvactwo3 with dissolve a "What are you talking about? We’ve gone swimming together plenty of times." ay "Oh! I know what this is!" ay "He’s faking that he doesn’t know how to swim so one of us will volunteer to teach him!" if bonus == True: ay "I volunteer myself! I’ll have you know I’m a very hands-on teacher, though." scene beachvactwo4 with dissolve if bonus == True: a "For the love of God, Ayane! Keep it in your pants! " a "We all know you like him but he’s still my [uncle]! " a "And if you even {i}think{/i} of spending this entire weekend harassing him, I swear on all that is holy that I will end you." else: a "For the love of God, Ayane! Go get changed already!" s "Uh-oh. Ami’s mad. " s "Quick, let's jump into the water to avoid her wrath." scene beachvactwo5 with dissolve a "You’re not helping!" if bonus == True: ay "Now now, children. Simmer down. I promise to keep it in my pants." else: ay "Now now, you two. I won't be teaching anyone to swim unless they make a deposit first. Time is money and I am the money girl until Touka shows up." scene beachvactwo6 with dissolve ay "I might be in love but even I know it’s unreasonable to keep him all to myself for an entire weekend." if bonus == True: ay "We’re all here to have fun. And even if I’m the one paying for the whole thing, Sensei is the one kind enough to chaperone all of us." ay "Who would I be to hog all the teacher-time?" s "Please do not refer to the time we spend together as teacher-time. That makes it sound kind of gross." scene beachvactwo7 with dissolve ay "{i}Teacher-time.{/i}" a "Why do I suddenly feel like this weekend might not be as relaxing as I originally thought?" "Gee, I don’t know, Ami. You’re the one who went and invited the entire class on a trip that I thought was going to be for the two of us." "Though, Ayane coming definitely saved me a lot of money." "And Makoto is the one who wound up booking the place." if bonus == True: "So what may be an exhausting weekend for Ami is more like tropical, ecchi paradise for me. " "Let’s get this show on the road and see some swimsuits." s "Okay, well, you two do your thing and go take each other’s clothes off. I’m gonna go look around for the other girls." else: "The two of them are both so helpful and I really appreciate all that they do for me." s "Okay, well, I hope the two of you enjoy a nice dose of overexposure to UV rays. I'm gonna go make my legs do the thing where they take me to places now. " scene beachvactwo8 with dissolve a "Why on Earth would you word it like that?..." if bonus == True: ay "Come on, Ami! Let’s go take each other’s clothes off like your [uncle] asked!" scene beachvactwo9 with dissolve a "Hah...whatever. We’ll go get changed." a "I’m taking my own clothes off, though." ay "But then who will undress me?" scene beachvactwo10 with dissolve "Ami and Ayane disappear into the bathroom and I can hear my [niece] begin to yell something unintelligible almost immediately." scene black with dissolve "I circle around the restroom to see if I spot anyone else I know and find the beach surprisingly empty." "It’s a Saturday in the middle of Summer, so why the hell isn’t anyone around?" "I kick up some sand as I continue to walk down the beach before finally spotting a pair of familiar faces." "………" "……" "…" scene beachvactwo11 with dissolve mo "Glad to see you’ve made it this far into the next dimension, Supreme Overlord." r "Translation: Hi, Sensei! I’m glad you made it here safely." s "Thanks, Rin. Would you mind tagging along for every conversation I have with Molly from now on?" s "I’ll pay you if I have to." scene beachvactwo12 with dissolve r "How much we talkin’ here? I make pretty good tips at the cafe so it will have to be a lot." mo "You make tips at the cafe?" scene beachvactwo13 with dissolve r "You probably would too if you stopped trying to recruit every single customer into your guild." scene beachvactwo14 with dissolve mo "We need a paladin! What else am I supposed to do?" mo "I posted a whole thing on Reddit and didn’t even get a frickin’ upvote! You know how much that sucks when you type out a 2,000 word guild description?!" scene beachvactwo15 with dissolve r "Translation: No one on the Internet wants to join my stupid guild." mo "You’ll burn for this, witch." s "Did you two come here together or something?" s "I know me and some of the others are kind of late, so sorry if we kept you waiting long." scene beachvactwo16 with dissolve r "It’s no biggie, dude. Molly and I came way early so we kind of expected no one else to be here." r "It’s not often that Haruka gives us the weekend off, so I think it’s safe to say the two of us wanted to make the best possible use of that time." mo "Right-o! And also, neither of us slept last night because we were playing some new game together." s "You didn’t sleep? Like, at all?" r "Not a wink. " mo "Who needs sleep when you can just keep caffeinating until your body shuts down all on its own?" s "Normal people. " scene beachvactwo17 with dissolve r "I gave up on being normal a long, long time ago. " r "This is the life I have chosen and you must respect it if you ever want to try one of my drinks again." s "I mean, I’d be more than happy to consume a drink I actually order for once." scene beachvactwo18 with dissolve r "Guh! My womanly heart!" mo "Ya know, Sir, I’m always willing to make you a drink that I-" s "No thanks." mo "…" mo "You must not have heard me. What I’m trying to say is-" s "No thanks." scene beachvactwo19 with dissolve mo "Why do you betray me when I need you most?!" s "What are you even doing exposing yourself to sunlight like this, Molly? Aren’t you afraid of getting sunburnt or whatever it is you were worried about the other day?" scene beachvactwo20 with dissolve mo "I would have been if it weren’t for the draught of protection." r "Translation: I’m wearing sunscreen." s "Thanks, Rin." r "No prob. I’ll send you an invoice later." s "Appreciated." if bonus == True: mo "Do you require a draught as well, Sir? I’d be more than happy to help apply it for you." else: mo "Sir, are you okay with the prospect of riding an elephant together tonight?" scene beachvactwo21 with dissolve if bonus == True: r "Dude! What the Hell?! You can’t just ask to rub down our teacher like that. Even if he {i}is{/i} cool with it." s "I should probably be offended that you assume I'm cool with that, but I’m honestly just glad you understand me, Rin." else: r "Dude! What the Hell?! You can’t just ask our teacher to ride an elephant before we even find one!" s "Someone would have to help me onto it. I am not good at climbing onto animals." r "I can help. I am excellent at that exact thing." mo "Well, what if {i}both{/i} of us were to do it, then? You’ve got a lot of body and my tiny Irish arms wouldn’t be able to reach the whole thing without some help from a friend." scene beachvactwo22 with dissolve if bonus == True: r "Translation: I’m a pervert currently battling sexual frustration since I didn’t get to rub one out last night." else: r "Molly thinks you're fat and doubts my strength." s "D=" scene beachvactwo23 with dissolve mo "AHHH! RIN!" mo "AT LEAST USE CODE WORDS OR SOMETHING!" scene black with dissolve "Molly suddenly runs away and Rin follows after her, leaving me with a quick wink." "I go back to walking around, but it isn’t long before I run into someone else I know..." scene beachvactwo24 with dissolve t "…" s "…" t "…" s "…" t "I’m ready to party." s "I’m sure you are, Tsuneyo." scene beachvactwo25 with dissolve t "Ah-" s "I like your tube thing. Did you pick it out yourself?" scene beachvactwo24 with dissolve t "It was recommended by my father." s "He recommended you a flotation device?" t "He recommends me many things." t "I also do not know how to swim, so there is a good chance this tube will save my life." t "It also has a cat on it." s "Yes, I can see that." scene beachvactwo26 with dissolve t "Meow~" s "…" t "…" s "Did you just meow at me?" scene beachvactwo24 with dissolve t "That was the cat." s "I literally watched you do it." t "You must be mistaken. I would never meow at my teacher." s "…" t "…" s "…" scene beachvactwo26 with dissolve t "Meow~" s "Really?" scene beachvactwo24 with dissolve t "Okay, that time it was me." "It was you the first time as well..." s "I’ve gotta say, I’m a little surprised to see you here." t "Why?" s "Well, I didn’t really think you’d be the type to leave your noodle sanctuary for a weekend of...whatever this is a weekend of." t "Water, I’m assuming." s "Yeah, there’s definitely a lot of that." t "I’m here to enjoy my youth. " t "And also because the Emerald Guardian asked me to come." s "Ahh, yeah that makes sense. Molly {i}would{/i} have something to do with this." scene beachvactwo27 with dissolve t "Did she run off a minute or two ago?" t "I could have sworn I heard her yelling strange words I didn’t understand." if bonus == True: s "Yeah. Something about masturbation, I think." else: s "Probably something in gaelic." t "Oh." s "…" t "…" scene beachvactwo24 with dissolve t "What does that mean?" s "…" t "…" s "Wait, are you being serious?" t "I’m always serious. Except for when I’m not." s "I honestly can never tell if you’re joking, so you’re gonna have to help me out here." if bonus == True: t "Please teach me what masturbation is." "That might be the single most unintentionally erotic thing I’ve ever heard." else: t "Please teach me what Gaelic is." s "Maybe it’s best if you ask one of the other girls? I don’t think this is something you want to hear from me." if bonus == False: s "I don't want to disrespect the language by butchering it." scene beachvactwo28 with dissolve t "I don’t trust you. " t "You’re going to make me ask them something strange, aren’t you?" s "Who cares even if that's true? You’re all girls. " s "You might not know this since you’re sheltered but girls talk about stuff like that together all the time." "Probably." t "Okay." if bonus == True: t "I will tell the other girls that you told me to ask them about masturbation." s "No. Definitely leave me out of this. I don’t want to get in trouble." else: t "I will tell the other girls that you would not teach me Gaelic and they will beat you up." s "Wait. I do not want to be hurt. I am fragile." scene beachvactwo29 with dissolve t "It has already been decided." if bonus == True: s "No, it hasn’t already been decided. Do not, under any circumstances, bring those two things up in the same conversation." else: s "Tsuneyo, wait." t "Farewell, Sensei." t "I need to go party with my bros." scene beachvactwo30 with dissolve s "…" "Tsuneyo wanders off toward the water and I am forced to go fit myself into yet another conversation." "Hopefully the next one turns out a little better than this one did." scene black with dissolve "........." "......" "..." scene beachvactwo31 with dissolve s "Welp, there goes that hope." y "Heh? The fuck you talkin’ about?" s "Nothing. What are you up to, Yumi?" y "The fuck’s it look like I’m up to, dipshit?" y "I’m sitting on a table and wondering why I bothered coming here in the first place." s "If you didn’t want to come, why did you?" scene beachvactwo32 with dissolve y "Fuck if I know. Chika was pretty insistent on me showing up for at least a little bit." y "No idea why she cares so much about me “socializing” or whatever bullshit she said it was, but I honestly couldn’t care less." s "Where is Chika, by the way? I figured you two would be together." scene beachvactwo33 with dissolve y "Not here." s "What? Why?" if bonus == True: "I was looking forward to seeing her in her swimsuit again..." y "She couldn’t get out of work today and wanted to be there for Chinami in the morning." y "We’re switching shifts later. " y "She’ll be here tonight and I’ll go hang out with the little twerp and not have to deal with you staring at me all fuckin’ day anymore." s "We’re having a conversation. Not staring at you for the duration of it would be rude." scene beachvactwo34 with dissolve y "Oh, please. You borderline stalk me in the streets and now you’re going to try and say the only reason you’re staring at me is because we’re talking?" if bonus == True: y "I don’t go to[school] much, but I’m not a fuckin' idiot, dude. I can tell when someone is a pervert without having to fuckin’ research ‘em first." s "Well, since you’ve already decided I’m a pervert, mind if I compliment you on how cute you are in your bathing suit?" else: s "Do you mind if I hug you again right now? I have not hugged anyone all morning and I have to recharge my hug battery." scene beachvactwo35 with dissolve y "OF FUCKING COURSE I MIND!" if bonus == True: y "That’s literally the one thing I didn’t want to fucking hear! " y "Fuck, dude! If it wasn’t so god damn hot I’d be wearing my normal clothes anyway!" s "Those normal clothes really don’t do you any favors, though. They’re too baggy. " s "Things like this fit you much better." scene beachvactwo36 with dissolve y "Bullshit. You’re only saying that because the less clothes a girl is wearing, the more attractive you think they are." s "…" y "…" s "Okay, maybe." s "But you really do look cute. I mean it." else: s "Ughhhhhhh..." scene beachvactwo37 with dissolve y "Eat shit and die." "Yumi and I engage in a staredown for several seconds but it feels more like hours." "The staredown is immediately halted when someone else shows up, though..." scene beachvactwo38 with dissolve f "Umm...hey. Sorry I’m late." f "I had some stuff to take care of at the library first." y "Oh shit. Didn’t think I’d ever see a beached whale in person. " y "Do we gotta call the Coast Guard or some shit? How does this work?" scene beachvactwo39 with dissolve f "Mm..." s "Don’t listen to her, Futaba. Yumi is in a bad mood today." f "I...can see that." s "And no worries about being late. I was late too. " scene beachvactwo40 with dissolve f "Were you? How come?" s "I may or may not have overslept. But that doesn’t matter." s "What {i}does{/i} matter is that we’re both here now. And we’re going to have as good a weekend as we possibly can." y "Oh golly gee. That sounds so swell." s "Just keep ignoring her and she’ll fade away." y "I fucking wish." f "Mhm. I’ll...do my best." s "I like your hair like that, by the way. It looks nice." scene beachvactwo41 with dissolve f "R-Really?!" f "I didn’t really do it on purpose or anything. I just figured that since we’re gonna be swimming and whatnot..." f "Well, I’m sure you can figure out the rest." s "I’m sure I can as well." s "You’re not planning on swimming in your casual clothes, though, right?" scene beachvactwo42 with dissolve f "Of course not...I was about to go change but just...wanted to say hi first." y "Sure seems like a long hello." f "...Yeah." f "Okay, well...I’m gonna go get changed. " f "Don’t expect too much, though. I wasn’t really able to find anything good when I went shopping the other day so I kind of just...got the first thing I saw." y "More like nothing would fit so you-" scene beachvactwo43 with dissolve s "Yumi. Please just stop talking." y "…" f "…" f "Um..." f "I think...you look really pretty, Yumi." f "…" f "I’ll be back in a few minutes..." scene beachvactwo44 with dissolve "Futaba picks her bag up off the ground and quietly moves over to the restroom." "Yumi remains silent and focuses on the sand, hopefully reflecting on how much of an asshole she is." scene beachvactwo45 with dissolve s "The fuck is your problem?" y "…" s "What, you’re just not going to respond now?" y "No point." y "Just fuckin’ follow her. " y "Not like talkin’ to me is worth anything anyway." s "…" y "…" scene sky with dissolve "I do as Yumi says and begin to walk back toward the restroom to make sure Futaba is okay. " "I’m sure she doesn’t actually care about Futaba’s feelings, but I do. So I need to make sure she doesn’t take Yumi’s words to heart." "I’m sure it’s hard enough for someone with low confidence to put on a bathing suit in public, so Futaba is already being brave." "Having one more obstacle in the way between her and feeling comfortable just isn’t fair." "..." "Once she finishes changing, I wave her over and pull her around the back of the restroom." "………" "……" "…" scene beachvactwo46 with dissolve f "Umm...did you need something?" f "It feels a little weird being alone back here when everyone is right around the corner." s "I just wanted to make sure you were doing okay." s "Yumi can be a bitch sometimes and you shouldn’t take what she says to heart." f "I know that. You tell me all the time." f "And besides, I’m fine. Really." f "You pulling me aside is enough to put me at ease." scene beachvactwo47 with dissolve f "I just wish I had something a little more exciting to show you." s "What are you talking about? You look great." f "Oh stop. I’m glad that you’re being nice to me, but this really isn’t a flattering swimsuit." scene beachvactwo48 with dissolve f "But...hey, at least stripes are slimming, right?" "I’m not really sure what to say to that." "On one hand, it seems like Futaba is finally learning to laugh about herself...But at the same time, it’s a slightly off-putting self degradation." "But I guess in times like these, it’s best to follow your heart." "I’m sure that’s what Futaba would want me to do." s "Hey, Futaba. Can I make a request?" f "Depends. What do you wa-" if bonus == True: s "Can you show me your boobs?" f "…" s "…" scene beachvactwo49 with dissolve f "Excuse me?" s "Sorry. I told myself to follow my heart and that's just the first thing that came out." f "Why am I not surprised by this?" s "Come on. Just for a second." s "You can’t wear a skin-tight bathing suit like that and expect me to not want to see them." s "And besides, the two of us are totally alone back here. No one is going to see." scene beachvactwo50 with dissolve f "I don’t know, [futabamaster]...It seems like a pretty bad idea to me..." s "Just for a second. Come on." s "You know you want to." f "Mmn..." scene beachvactwo51 with dissolve f "Is this much okay?..." f "I don’t know if I’m really confident enough to pull my suit down." f "These things are kind of hard to put back inside on short notice and I don’t want to get caught." s "Hmm..." if futaba_lust < 10: s "Yeah...I guess that much is fine." scene beachvactwo46 with dissolve f "Good...I’m glad I was able to make you happy. Even if it was only just a little." s "Of course. I’m always happy to see-" else: s "I think I’m going to need a little more than that." f "Yeah...I figured as much." f "You need to tell me if someone is coming, though." s "Deal." f "Okay..." f "Then..." scene beachvactwo52 with dissolve "Futaba slides down the top half of her bathing suit and reveals her two massive breasts, holding them up to make them look better for me." f "Um...are you happy now?" s "Not yet. I need another minute or two to take in the beauty." scene beachvactwo53 with dissolve f "Okay, but hurry it up because they sunburn pretty easily." s "How do you know that?" f "I just know, okay? It doesn’t matter how." s "Well hey, if they {i}do{/i} get sunburnt, it will have been worth it." f "For {i}you{/i}, yes. But not for me. " f "My pain tolerance is pretty much non-existent. In fact, I’m already starting to feel the heat." s "Just a few more minutes and-" scene beachvactwo48 with dissolve f "Nope. All done~" s "Damn it. I’m supposed to be in charge here." f "You can be in charge some other time. I’m here to have fun with my friends, not make my teacher's penis hard." s "This is not the vacation I signed up for." else: s "Can you be my partner for tonight's egg tossing competition?" s "All of the other girls have really tiny hands and I need someone who both excels at protecting them and also has a nurturing presence." f "..." s "I think you'd be really good at it." f "..." scene beachvactwo54 play sound "whistle.mp3" "A whistle suddenly rings out from not far behind the restroom pavilion. " "I panic for a brief moment thinking that maybe a lifeguard or someone caught us, but that panic is quelled when I hear who shouts after the whistle." mak "Sensei! Come out from wherever you’re hiding! Vacation hasn’t started just yet!" scene beachvactwo55 with dissolve if bonus == True: f "Did you have plans with Makoto this morning?" s "I don’t think so? Why does it sound like I’m in trouble?" f "I have no idea. You'd better go, though. She gets kind of evil when things don’t go her way." s "Yeah, yeah. I know. " s "I’m going." else: f "I'll...think about it?" s "Thanks, Futaba. I really appreciate that." scene sky with dissolve "I step away from Futaba for a moment and put my hands in the air as if I’m under arrest." "I’m not exactly sure what Makoto wants from me, but judging by the tone of her voice, she doesn’t seem too happy about it..." scene beachvactwo56 with dissolve mak "There you are...I’ve been looking all over for you." mak "Why do you look like you’re up to no good?" mi "Yeah, why are yer’ hands up in the air like yer’ gettin’ arrested?" mi "You didn’t do somethin’ weird behind the bathrooms, did ya? I coulda sworn I saw someone else back there." s "Nope. Just me." s "I’ll put my hands down now." mak "Yeah...thanks." scene beachvactwo57 with dissolve mak "Anyway, I need you to come with me for a bit. " s "Why? What did I do wrong?" mak "We’re late for check-in at the inn. I put it under my name but I still need you to be there with me." s "Oh, right. That’s a thing we’re doing." scene beachvactwo58 with dissolve mak "It’s literally half of this vacation." if bonus == True: s "Yeah, I know. I just got swept up in all the bathing suits and forgot about it." mi "I don’t blame ya! Lots of cute girls runnin’ around these parts with their butts all bouncin’ about and whatnot." mi "Crazy times, Sensei. Crazy times." mak "Crazy times or not, I need you to stop staring at all of these “bouncing butts” as Miku put it for a few moments and follow me to the inn." mak "It’s not a far walk from here. Maybe only ten minutes or so. But we should be back around noon-ish." s "Ugh, fine. If I have to." s "But just know that I’m not happy about missing out on the butts." mak "I knew you wouldn’t be." scene beachvactwo59 with dissolve mi "Don’t worry, Sensei! Good ole’ Miku will let you look at hers when ya get back! Even if it’s as flat as a board." mak "You will do no such thing." mi "...Okay, never mind! " mi "I’ll still see ya later, though!" else: s "I know. I have been feeling rather forgetful lately and it must have slipped my mind. I apologize." scene beachvactwo60 with dissolve mak "You don’t mind if I just walk there in this, do you?" mak "I don’t want to get dressed again just to go check in and I’m sure they’re used to bathing suits since it’s a beach-inn and whatnot." if bonus == True: s "Why would I ever ask a girl to change {i}out{/i} of a bathing suit? Have you forgotten who I am?" mak "Unfortunately, not." mak "Let’s head out now before it gets any later, though. " mak "Just stick close to me and don’t let any half-naked girls distract you." s "I will do my best..." else: s "I will feel slightly uncomfortable but will do my best to maintain a respectful distance from you at all times." scene black with dissolve stop music fadeout 10.0 "Makoto and I begin to walk down the coast together." "We walk close enough that we occasionally bump arms, but this is entirely her doing." if bonus == True: "In fact, I’ve been walking as straight as possible just to confirm that it’s her behind all of this." "It’s not like I mind, though." "We make idle chit-chat all along the shoreline and, before long, wind up in front of an old inn..." else: "I do not do anything wrong at any point and will pray at length tonight to apologize for the shoulder to shoulder contact." $ renpy.end_replay() $ futaba_love += 1 $ beachvacation2 = True "{i}Futaba’s affection has increased to [futaba_love]!{/i}" "........." "......" "..." label beachvacation3: scene beachinn with dissolve play sound "slidedoor.mp3" play music "acoustic.mp3" fadein 4.0 "Makoto and I finish checking in at the entrance to the inn and walk into the room we’ll be staying at for the weekend." "Well, one of the rooms." "The innkeeper seemed reluctant to give up the key to the other one for some reason." "But that doesn’t matter." "What does matter is that this place is surprisingly nice." "It’s broken up into two separate rooms." "The first of which, the one we’re standing in now, is spacious enough to fit a futon for almost everyone." "The second, which is just beyond the sliding doors in front of us, is what I’m assuming is the bedroom." "I could have sworn Ayane or Ami told me something about the room having two beds, but according to the girl at the front desk, there’s only one." "Oh well. Not like it makes any difference to me." "I figure the chances are that I’ll wind up staying in the second room anyway thanks to Maya." "But it is what it is. " "I shouldn’t be complaining if I get to spend time in a place like this for free." scene makotoinn1 with dissolve mak "Wow...this is...actually really nice." mak "I have to admit, I was kind of skeptical when I read some of the reviews, but I completely get it now." mak "It’s traditional, but not {i}too{/i} traditional. You know? It’s like...a mix." "Makoto’s eyes light up as she scans the room, stopping on each and every object and greeting it with a level of childish curiosity not common for someone as high-strung as her." "It’s one of the first times she’s looked truly happy to me." s "You seem to be in a good mood." scene makotoinn2 with dissolve mak "Oh? What gave you that idea?" s "Your smile." mak "Do I not normally smile?" s "No, you do. Sometimes." s "This one is just different." scene makotoinn3 with dissolve if bonus == True: mak "Maybe because I know I won’t have to spend the night selling anal beads to unattractive women." else: mak "It's probably just because I have a horrible case of depression that you won't find out about until way later on." s "Wow, way to ruin the moment." scene makotoinn4 with dissolve mak "I’m kidding, of course." mak "I’m probably just in a good mood because I’m doing my best to forget everything for the next 48 hours or so." mak "Once Monday comes around, though, normal Makoto is coming back in full-swing." mak "I didn’t even bring a notebook with me." s "Woah, are you going to be okay? You’re not going to go through withdrawal, are you?" mak "Depends. Will you hold me if I do?" s "Sure. As long as no one else is around." mak "Then maybe~" scene makotoinn5 with dissolve "Makoto paces around the room a few times, nearly skipping, before stopping in front of a refrigerator in the corner." mak "Holy crap, have you seen the fridge yet? It’s fully stocked!" mak "There’s even alcohol in here." s "You’re not planning on getting drunk, are you?" scene makotoinn6 with dissolve mak "Depends. Will you hold me if I do?" s "You already used that line." mak "Does that make it any less cute?" s "It does not. And the answer stays the same. " s "As a responsible adult, I probably shouldn’t be letting you drink, but I’m kind of curious about what drunk-Makoto would be like." scene makotoinn7 with dissolve mak "Probably mean. " mak "I’ve drunk a little with my mom before and apparently I called her a bunch of horrible names." mak "My dad grounded me for a week after that." s "A whole week? How in the world did you survive?" mak "Willpower, I guess. And lots of...Makoto-time." s "You’re going to need to explain what Makoto-time is for me. I need confirmation that it is what I think it is." scene makotoinn4 with dissolve mak "It is. No point in hiding it anymore since I know you’re just going to keep manipulating me anyway." s "Manipulating you?" scene makotoinn7 with dissolve if bonus == True: mak "Yeah. That thing you do where you get all perverted and force stuff out of me because you know I’m weak around you." s "That’s just me being me, though." else: mak "Yeah. That thing you do where you push me up against the wall and force me to give you my lunch money." s "That’s just plain bullying." mak "I know that. But it doesn’t mean you’re not manipulative. " mak "You know how to get what you want. " mak "I’m not mad about it. If anything, I should probably be learning from you." mak "Maybe it was your strategy all along to go from being a good[school]-teacher to a good...life-teacher or something." s "…" mak "…" s "Yeah, let’s go with that. That was my strategy all along." scene makotoinn4 with dissolve mak "Heheh~ I’m sure it was." scene makotoinn8 with dissolve "Makoto suddenly begins to walk away." s "Where are you going?" mak "The bedroom. I need to make sure everything is up to code in there." s "What code?..." mak "The Makoto-code. The one that tells me whether or not I need to go complain about stuff." mak "I also need to child-proof the room in case Miku gets hyper and hits her head on anything." scene black with dissolve "Yeah, that sounds about right." "Sometimes, I forget how close Makoto and Miku are." "Their personalities couldn’t be any further apart, so the fact that they’re like sisters is mildly confusing to me." scene makotoinn9 with dissolve play sound "slidedoor.mp3" "I walk into the room to find Makoto sitting on the bed, happily bouncing up and down." if bonus == True: jump makotoinnx else: mak "Jump on the bed with me." s "But what if there are cameras." mak "Then we can sell the footage of us jumping on the bed." s "To who?" mak "Miku. She will buy it." s "Oh, Miku. She's so crazy." mak "And horrible with money. Now, quick! Jump!" scene black with dissolve2 "I jump so high that I go into space and die." "Please tell Ami I love her." $ renpy.end_replay() $ makoto_love += 3 $ beachvacation3 = True stop music fadeout 6.0 "{i}Makoto’s affection has increased to [makoto_love]!{/i}" "………" "……" "…" label beachvacation4: scene mikuvac1 with dissolve "Makoto and I split apart as soon as we get back to the beach. " "She said something about wanting to go get lunch but, not being particularly hungry myself, I elect to put on my swim trunks and walk around instead of tagging along with her." mi "Hey! You there! With the legs!" play music "highspeedprinter.mp3" "Being a person with legs, I instinctively respond and turn around to see Miku waving me over to the water." "She’s alone at the moment, so I imagine she needs someone to talk to or all of that energy welling up within her will cause her to explode and destroy Kumon-mi." "I live in Kumon-mi, so it would be bad if I were to sit back and let it explode." "I must do my duty to defend the city." scene mikuvac2 with dissolve mi "Ahoy there matey!" s "Yo." scene mikuvac3 with dissolve mi "Whatcha doin’? You and Makoto have fun doin’ cabin stuff?" if bonus == True: s "Sure. She had a little more fun than I did, though." mi "Makes sense. She’s always talkin’ about how cool and handsome and smart ya are." "That’s not really what I meant, but I’ll allow Miku to think whatever she wants since telling her I just fingered her best friend might scare her off." else: s "Yeah, it was actually really nice until she started talking about depression." s "What about you, Miku? What are you doing?" s "And why are you all alone in the water?" mi "Cause I like water! Duh." mi "Plus, there's nothin’ wrong with a little alone time every now and then." mi "I was playin’ with Ami and Ayane before but they went to get lunch and now I’m all like “Gahhhh woe is me” and stuff." s "Are you not hungry?" scene mikuvac4 with dissolve mi "Nah. I had a huge breakfast this morning and if I eat more than 1300 calories in a day I’ll get fat and undesirable." scene mikuvac5 with dissolve mi "It’s hard enough gettin’ people to look at me as a girl to begin with." mi "I’ve gotta keep up this tomboy thing as long as I can or I’ll just fade into the abyss." s "Hey, the tomboy thing works for you at least. " scene mikuvac6 with dissolve if bonus == True: mi "Not as good as it works for Karin. Know any tips for your pal Miku to grow some big ole' melons like her?" s "…" mi "…" s "I could massage them for you?" else: mi "Not as good as it works for Karin." s "Shhh don't say that. There are a lot of people that don't consider her one of those and we don't want to make them angry." scene mikuvac7 with dissolve if bonus == True: mi "Does that actually work?!" s "No idea. But I’m cool with it either way." mi "Is that even legal?!" s "…" mi "You know, cause we’re like student and teacher." s "Right. Yeah I don’t think there are any specific laws against teachers...massaging their students' breasts." s "It's just kind of...frowned upon." else: mi "Wait, are we bein' watched right now?!" mi "This ain't some sorta Truman Show thing, is it?!" scene mikuvac4 with dissolve if bonus == True: "It doesn’t hit me how ridiculous that notion is until I get it out of me." "Miku doesn’t seem to mind, though." "If anything, she actually looks like she’s thinking about it." mi "Hmm...Idunno. Doesn’t that sound a little sketchy to you?" mi "Obviously I don’t know much about girl-on-guy contact and stuff, but I’m pretty sure that sorta thing is saved for boyfriends and girlfriends." scene mikuvac8 with dissolve mi "Wait! Is this a confession?!" mi "I didn’t think the lewd stuff would come right off the bat!" mi "Oh! And I have like, zero boobs to begin with! It would be like massagin’ a countertop!" s "Calm down, Miku. It’s not like I’d be able to do it out in the open anyway. " s "There are several girls I can think of off the top of my head that would kill me if I came anywhere close to doing something like that." scene mikuvac9 with dissolve mi "Phew. That’s a relief. " mi "I was startin’ to feel stuff I’ve never felt before." mi "Kinda like when you finish ‘yer french fries but, oh look! There are more in the bag!" scene mikuvac10 with dissolve mi "Know what I’m talkin’ about?" "That is the strangest way I have ever heard arousal being described, but I guess I see where Miku is coming from." "Extra french fries are always a magical feeling." "…" "What the fuck am I even talking about?" s "Yeah, I know what you mean. " s "I’m not banned from thighs, though, am I? That was one of the key reasons I decided to coach your team." scene mikuvac11 with dissolve mi "You didn’t decide anything. I had to force ya to join because you were takin’ too heckin’ long to agree." mi "I thought I had ya at soccer thighs but I guess adults are too mature to be swayed by things like that." s "I just needed some time to think it over. That’s all." s "I’ll gladly massage your thighs right now if you want. " scene mikuvac10 with dissolve mi "But they’re not sore right now. " mi "And I’m gonna be here all weekend so I don’t have to worry about practice makin' 'em all tight either." s "I can’t just do it because I want to?" mi "Hm? Why on Earth would ya wanna do somethin’ like that?" s "Because you’re cute and I want to touch your thighs." mi "…" s "…" mi "…" s "…" scene mikuvac12 with dissolve mi "Where the heck did that come from?!" s "Did I say something wrong?" mi "Heck yeah ya did! Ya can’t just come out and call a girl cute and tell her ya wanna touch her thighs! That’s like...adult stuff!" mi "Ya have to use the soccer thing as an excuse first! Yer skippin’ like eight steps here!" "Realistically, I’m only skipping one. Two at most." "But fine. I’ll play along." s "Okay. I’ll just wait until you’re {i}ready{/i} to get to the massaging." scene mikuvac13 with dissolve mi "Good. Feels kinda weird when you’re not wearin’ a shirt anyway." mi "I knew you were muscley but like, geez. You and Karin should wrestle or somethin’ with bodies like that." "I will gladly wrestle Karin any day of the week." ka "Hm? What’s that about Karin?" s "Hm?" else: s "Hey, maybe it is! And maybe people will look back on this line in ten years and think {i}Darn that Selebus guy for telling us everything way beforehand.{/i}" mi "That's just the beauty of Lessons in Love, Sensei! No one ever knows what parts they're supposed to take seriously!" ka "Hello." scene mikuvac14 with dissolve if bonus == True: "I turn around to find the Kanda sisters standing right beside me." "I had no idea they were coming, but I’m not about to complain." "Seeing the two of them in swimsuits is just as welcome as seeing the other twelve girls who tagged along for the trip." else: ka "We are also here now." ka "Hey, Sensei..." s "Hey. How long have you two been there?" if bonus == True: ki "Since the part where you were trying to touch Miku’s thighs." else: ki "Since the Truman show part." scene mikuvac15 with dissolve if bonus == True: ki "I am quite sorry for your loss." mi "Woah! I didn’t even see you two walk over!" else: ki "It is no Seinfeld season three, but-" mi "I thought you couldn’t make it?" scene mikuvac7 with dissolve s "You knew they were coming?" mi "Heh? You listenin’ to me? I literally just said I thought they couldn’t make it." s "Yeah but that implies that you knew they were planning on coming." mi "Well yeah, I invited them. The more the merrier and all that." s "We barely have enough room for everyone as-is." scene mikuvac16 with dissolve ka "Should we not have come?..." ka "I had a feeling Miku wasn’t being entirely honest when she said she talked it over with everyone, but I thought that at least {i}you{/i} knew about it." ki "You’re not gonna make us go all the way home, are you?" ki "I’ve been doing crunches for weeks trying to get my tummy looking nice and tight for you." s "…" scene mikuvac17 with dissolve ki "Oh, whoops! Did I say for {i}you{/i}? " ki "Hahahah! I meant for the beach. Silly me." ka "Really?..." if bonus == True: "I am suddenly faced with the challenge of not getting an erection in the middle of a conversation." "Game on." else: "I sure wish Kirin would stop flirting with me all the time. I never enjoy hugging her, and I'm pretty sure she doesn't like it either." s "I mean, we do have an extra room if you can't fit in the first one, so I guess it’s fine." s "I just feel kind of bad for Ayane and Makoto since neither of them knew about this." scene mikuvac18 with dissolve ki "Ayane knows. I texted her on the way here." s "And she said she’s okay with it?" ki "Yeah. She even offered to buy us our own room if we wanted." "Just how much money does Ayane have to spare?..." s "Well, I guess it’s fine then. " s "Just try not to cause any problems." scene mikuvac19 with dissolve ki "Problems? Just what kind of people do you think we are?" ka "We’ll be good. We wouldn’t want to make any trouble for you guys. " ka "And if you need help preparing dinner or anything like that, you can count on me." ka "It’s only fair that we do our part if we’re going to be staying with you." s "That won’t be necessary, but thanks for the offer." s "You look really cute by the way, Karin. That swimsuit fits you really well." scene mikuvac20 with dissolve ka "C-C-C-C-C-C..." ki "…" "Karin breaks and Kirin looks at me with a growing sense of...probably jealousy or something." ki "Um..." s "...What?" ki "Where’s my compliment?" ki "Sorry if I’m {i}not your type{/i} or whatever but if you’re going to compliment my sister you should at least {i}acknowledge{/i} me. " s "Oh, my bad." s "You look cute, too, Kirin." scene mikuvac21 with dissolve ki "No. Now you’re just saying that." ka "C...C...C...C..." ki "After all that work I did and everything. So annoying." ki "Actually, you know what? I’ll {i}make{/i} you appreciate me." ki "Here. Touch my tummy." if bonus == True: scene mikuvac22 with fade "Kirin steps forward and grabs my hand, pulling it toward her stomach and pressing it against her." mi "Wha-?!" ki "Do you feel that? That’s weeks of hard work and you’re going to appreciate it, mister." s "Have I done something to offend you?" ki "What do you think? You complimented the one who’s just naturally great at everything and left the girl who worked her ass off in the dust." ki "Now appreciate my tummy." "Kirin locks eyes with me in a manner that is actually quite discomforting, especially with her sister and Miku right next to us." "It feels almost like she’s ready to assault me." "Now, I don’t know if it would technically be classified as assault because I’d be totally into it, but still." "This level of aggression is...intimidating, if not anything else." mi "Kirin, calm the heck down! And let go of Sensei’s hand! He’s like two inches away from ‘yer you-know-what!" ki "Don’t worry, Miku. It’s not like he’d ever touch it anyway since he’s so grossed out by the sheer thought of me." s "I think you might be taking this a little too far." scene mikuvac23 with dissolve ki "And I think you aren’t taking it far enough." s "What does that even mean?" ki "I don’t know. Shut up. Just keep touching me." s "Are you sure that’s a good idea? Your face is starting to get red." scene mikuvac24 with dissolve ki "It’s cause of the heat." s "…" ki "…" "No matter how long I stand here, Kirin refuses to let go of my hand." "I’ll just need to tell her what she wants to hear, I guess." s "Kirin, your body is extremely fit and the epitome of both femininity and eroticism. I wish I could stay in this moment forever." scene mikuvac25 with dissolve ki "Aw~ How sweet. I had no idea you felt that way about me, Sensei~" mi "Kirin’s friggin’ scary..." scene mikuvac26 with dissolve ki "You know, Sensei...My tummy’s not the only part of me that’s super tight." mi "AH! MY EYES!" "Kirin begins to pull my hand downward and sparks an immediate reaction from Miku." "But before I can pull away, the ace of the soccer team springs into action and leaps out of the water, running over to me and pushing Kirin to the ground." scene black with dissolve mi "OKAY! THAT’S ENOUGH!" mi "It’s my turn to get all touchy-feely with Sensei before anything Rated-M happens!" ki "Miku! What the fuck?! Did you really just push me over?!" "Miku hugs me from behind and pulls her body against mine, bringing one of her hands to my abdomen." scene mikuvac27 with dissolve mi "Holy guacamole! You’re outright chiseled!" mi "Why the heck were you keepin’ these things hidden for so long?!" mi "If I had abs like this I’d be friggin’ crackin’ eggs on ‘em or somethin’." s "Weird compliment but I’ll accept it." "Miku’s hand trails back and forth across my body, poking and pressing nearly everywhere she can reach." "It isn’t long before Kirin gets jealous again and also hops on the bandwagon..." scene mikuvac28 with dissolve ki "Holy shit, you’re right." ki "It feels like I have my hand on a rock right now." "Kirin follows suit and also allows her hormones to take control of her mind." "Both of their hands wander all over, Kirin’s often poking into my waistband, while Miku drags hers upward." mi "I think...I could do this all day." ki "Same. I want my own Sensei to take home and play with." s "There is only one of me and something unforgivable is bound to happen if the two of you keep touching me like this." scene mikuvac29 with dissolve mi "Hm? What do ya mean ‘unforgivable’? Do ya not like bein’ touched or somethin’?" ki "Yeah, tell us Sensei~ What will happen if the two of us keep touching you like this?" s "Karin, why are you just letting this happen?" ka "C-C-C-C-C-C-C-" s "Oh, right. She’s broken." scene black with dissolve2 "I’m able to last another ten seconds or so before I need to pull the plug and back away from the two of them." mi "Hey! Where do you think you’re goin’?" mi "We’re not done with you yet!" ki "Sensei! Come back! I wanna feel how hard it is!" "Kirin’s words are obviously packed with a double-meaning. " "Miku, I can forgive for not fully understanding what's going on, but Kirin-" "She knows what she’s doing." "It’s intimidating." "…" "I retreat to behind the restroom and press my back against the wall, waiting for a certain part of my body to calm down before I reveal myself again." else: scene black with dissolve s "No! You can't make me!" ki "Why are you running away from my stomach?!" s "This is not the right game for that!" s "I apologize to Miku and Karin for cutting the conversation short, but I must remain in compliance with Patreon's community guidelines no matter what the cost!" ki "REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" $ renpy.end_replay() $ beachvacation4 = True $ miku_love += 1 stop music fadeout 5.0 "{i}Miku’s affection has increased to [miku_love]!{/i}" "........." "......" "..." label beachvacation5: scene kirinbeach1 with dissolve play music "behindabathroom.mp3" s "Hah...That much should be fine." "A few minutes go by and I finally feel ready to put myself out in public again." if bonus == True: "You’d think that after spending so much time around these girls that my body would stop reacting to them in...certain ways, but it appears that this is very much not the case." "I should have asked Makoto to return the favor when the two of us were alone a little while ago." "It’s not like she’d ever say no to me, so this is pretty much entirely my fault and I shouldn't be blaming Miku and Kirin." "Even if they were a little over the top with some of their hand motions." "Particularly Kirin." "Oh well. Now that it’s all said and done with, I might as well get back to-" else: "Here's hoping I don't run into Kirin a-" scene kirinbeach2 with dissolve ki "Whaaaat? Sensei? What are you doing over here?" ki "What a coincidence that the two of us just happened to run into each other again on such short notice." s "Did you follow me?" if bonus == True: ki "I wouldn’t have had to follow you if you didn’t run away." s "I wouldn’t have run away if you and Miku didn’t test my willpower as a man in broad daylight." else: ki "Yes. Because belly." s "Belly bad. Put it away." scene kirinbeach3 with dissolve ki "You know you liked it." s "That’s exactly the issue." scene kirinbeach2 with dissolve ki "So, you've gotta tell me." ki "Have you and Miku hooked up yet?" ki "Cause I’ve never seen her get that close to a guy before." if bonus == True: ki "So either she really admires you, or you deflowered her while I wasn’t paying attention." s "Why are you always under the assumption that I’m engaging in illicit relationships with my students?" scene kirinbeach4 with dissolve ki "Well, uhh, for starters, you’ve already got a boner and I’ve only been here for a minute." s "Wait, what?" "I look down to find that my erection has returned with a vengeance. God damn this body." s "Well, erection aside, no. Miku and I have not “hooked up.”" else: s "Why are you always under the assumption that I’m engaging in illicit relationships with my students when all I have done is hug them?" ki "Beats me, man. Have you hugged Miku or not?" s "No." scene kirinbeach5 with dissolve ki "Why not? She not your type or somethin’?" s "More like she’s not {i}the{/i} type to be doing something like that in general." scene kirinbeach2 with dissolve if bonus == True: ki "Hey, you don’t know that. You’ve seen how hyper that girl gets. Maybe she needs a ride or two on the teacher to take her down a few notches." else: ki "Give me your lunch money, old man." s "Is there something you want, Kirin? I feel like I’m being mugged right now." scene kirinbeach6 with dissolve ki "I’m just trying to fucking talk to you. Jeez." ki "You think I would have left one of my best friends and my sister behind to go hang out with some random guy?" s "Kind of, yeah." if bonus == True: ki "Well, you’re probably right about that. But still. It’s annoying that everyone else is getting to spend time with you when {i}I’m{/i} the one who literally offered herself up in exchange for..." else: ki "Well, you’re probably right about that. But still. I made you a pretty good offer in exchange for-" ki "What did I even ask for again?" s "Vouching for you if you ever decided to not show up to[school]." scene kirinbeach7 with dissolve ki "Wow, was it really something that little? You sure lucked out on that deal, didn’t you?" s "Not like I’ve redeemed my end of it yet, though." scene kirinbeach8 with dissolve ki "Hmm...That’s right. You haven’t." ki "..." s "...?" ki "Hold on a sec." scene kirinbeach1 with dissolve "Kirin steps away from me and peers her head around the corner of the pavilion." "She scans the area for a moment before returning and sticking her tongue out at me." scene kirinbeach3 with dissolve if bonus == True: jump kirinbeachhjx else: ki "I have to go do a thing." s "What? Already? But we just got here." ki "I got called into work." s "Where do you even work?" ki "I'm teaching inner city kids to read." s "Wow. Maybe you are a good person after all." ki "The censored version of Lessons in Love really gives both of us time to show our true colors, doesn't it?" s "The what?" ki "Bye!" s "Oh. Okay. See ya." scene black with dissolve "Kirin leaves and I frown because I miss her, but at least someone might learn how to read." $ renpy.end_replay() $ kirin_love += 1 $ beachvacation5 = True $ kirinbeachhj = True stop music fadeout 5.0 "{i}Kirin’s affection has increased to [kirin_love]!{/i}" "........." "......" "..." jump beachvacation6 label beachvacation6: scene yumisits1 with dissolve play music "soda.mp3" r "…" f "…" r "She’s been sitting there for like an hour." f "Yeah...I feel kind of bad." scene yumisits2 with dissolve r "Dude. You’re too nice. " r "Isn’t she a bitch to you like, literally every day ever? You shouldn’t feel bad just because she’s alone." scene yumisits3 with dissolve f "I know...but imagine if that were me or you. " f "It probably took a lot of courage for her to even come here today. Especially since Chika isn’t here." scene yumisits4 with dissolve r "Oh! Is Chika not here? I didn’t even notice. Hahahah!" f "That’s the same exact response you’ve had to that every single time it’s been brought up today." r "I mean, how weird would it be if I were to just...keep tabs on where Chika is at all times, right? Hahahah." r "That would be like, totally stalkerish. Who even is Chika? I’ve never heard that name before." f "Right..." scene yumisits5 with dissolve if bonus == True: r "Well, uhh, anyway! Why don’t we get back to talking about that girl over there? The one with the surprisingly hot body that I’m totally not jealous of." else: r "Well, uhh, anyway! Why don’t we get back to talking about that girl over there? I'm pretty sure I saw her punching people at a nursing home the other day." f "Her name is Yumi...You know that..." r "Yeah, that girl. What do you wanna do?" scene yumisits6 with dissolve f "What do you mean?" r "I mean, this is all on you. I’m just here for moral support." r "I thought you were gonna have one of those breakthrough things and approach her." r "That’s what it seemed like you were leading up to at least." scene yumisits7 with dissolve f "Approach her and do what? The second I go over there she’ll just make some joke about...whales or something again..." r "Then fuckin’...kick some sand in her face and call her a loser or something. I don’t know." f "That doesn’t sound like moral support, Rin..." scene yumisits8 with dissolve r "Well...then how about this? {i}Both{/i} of us will go over there and try talking to her normally. Like she’s any other girl in class." f "That has never worked before and I can’t imagine it working right now. But it’s a nice idea." scene yumisits9 with dissolve r "Ugh, this is so stupid. Why does she have a problem with {i}you{/i} of all people?" r "You’re like the sweetest and nicest and cutest and smartest girl I know. And you’re always looking out for everybody." if bonus == True: r "And your boobs are like “BAM!”" else: r "And you are {i}so{/i} good at handling eggs." f "Why does everyone keep assuming-" scene yumisits10 with dissolve r "Literally don’t get it at all." f "It’s because of my weight...She just...seems to have a problem with that for some reason." r "Well, that’s a stupid thing to take issue with. I think you’re adorable and I see you more than anyone, so that should mean something." scene yumisits11 with dissolve f "It does mean something. Thanks." f "And for the record, I can’t imagine ever having any wingman other than you. So thanks for looking out for me all the time." r "Dude, duh. Thanks for looking out for {i}me{/i} all the time. I’m the loopy one. You’re just getting picked on by some girl with...self-esteem issues or something." scene yumisits12 with dissolve r "Actually, now that I really think about it, what {i}is{/i} her deal anyway?" r "I don’t know, like...{i}anything{/i} about Yumi. Which is weird because I know like six million things about Chika." f "Chika? I thought you didn’t know anyone named Chika?" scene yumisits13 with dissolve r "Wait, did I say Chika?! I meant...Chicken! I know a lot of...facts about chickens!" f "Name three..." r "Feathers! Wings! Beaks!" f "Those are just parts of the chicken, Rin. They aren’t really facts..." r "They are! Now let’s...go do the thing or whatever!" scene yumisits14 with dissolve f "Hah..." f "Guess there’s no harm in trying again..." f "Here goes nothing." scene black with dissolve2 "........." "......" "..." scene yumisits15 with dissolve "Three girls in a line on the beach." "One calm. One callous. One concerned." "And despite the girls having zero chemistry when inserted into the petri dish we call society, they do their best to emulate conversation as if they’re lifelong friends." "The only issue is that two of them {i}are{/i} while one has a hard time comprehending why she’s here in the first place." "But such is life." "No one knows why they’re here." "There are those who {i}think{/i} they know." "But they, too, are just specimens in petri dishes waiting for someone to come along and identify their purpose." "Oh, how disgusting it is to watch them squirm beneath the microscope." r "Yo! Mind if we join you?" y "Uhh, yeah. Kind of." y "What do you want?" r "Oh, nothing. Just wanted to sit by the water for a bit." scene yumisits16 with dissolve y "You know there’s water fuckin’ everywhere, right? We’re at the beach." r "This isn’t the beach. This is a bathtub." y "..." r "..." scene yumisits17 with dissolve y "Heh?" r "Sorry. It’s a thing. I swear." scene yumisits15 with dissolve y "You’re fucking weird." r "What’s the problem with that?" r "Being weird is fun. You should try it sometime." y "Pass." y "Bad enough that I have to sit next to-" scene yumisits18 with dissolve r "Oh! That reminds me! " r "I was wondering if maybe you’d want to come eat dinner with Futaba and me tonight?" y "What? Why?" r "Well...you know! Food! It’s a good way to bond with people or whatever." r "We were in class together in middle[school], weren’t we?" scene yumisits19 with dissolve y "Surprised you remember. I barely showed up back then either." r "Yeah...Hey, that’s when you and Chika started hanging out, right?" y "...Oh, right. Forgot who I was talkin’ to for a sec." y "Listen, I don’t know where Chika is. You have her number, don’t you? Just fuckin’ text her." y "No point invitin’ me to hang out just to get info on her." scene yumisits20 with dissolve r "That’s-" f "That’s not what Rin was trying to say..." y "Oh?" y "Then what {i}was{/i} she trying to say, fatass? Enlighten me." scene yumisits22 with dissolve r "Hey! I don’t know what your deal is, but that’s my friend you’re talking-" f "It’s fine, Rin. Don’t worry about it." scene yumisits23 with dissolve r "Ugh...whatever." f "We just...saw you sitting here alone and thought maybe you might be a little happier if you were hanging out with people." f "I know it’s hard to not have anyone you’re close to around and-" scene yumisits23 with dissolve y "Oh, boo-fucking-hoo. It’s not like I’m sitting alone because I’m afraid of talking to anyone or some boring shit like that." y "I’m sitting alone because I like being alone. End of story." y "And now that you two showed up, my nice, quiet evening has been trashed and I’m going to go home pissed off." f "I...see..." scene yumisits24 with dissolve y "So fucking annoying. I have no idea how Chika puts up with bein’ nice to people all the time and shit." y "All I want is for everybody to just stay out of my fucking business." y "It’s bad enough having to fuckin’ fend off the god damn teacher all the time, but now I have to deal with you dipshits as well? Fucking Christ." scene yumisits26 with dissolve r "Why bring Sensei into this? He’s not even here right now." if bonus == True: y "Bullshit. Dude’s always lurkin’ in the background somewhere. He’s probably behind a tree jerking off to us right now." else: y "Probably too busy hugging his fucking accountant or something." f "Sensei isn’t like that, Yumi...He really does care about us." scene yumisits27 with dissolve if bonus == True: y "Care?! You think that fucking pervert {i}cares{/i} about us? Jesus, you’re even dumber than I thought!" y "Just because he asks you to suck him off all the time doesn’t mean he fuckin' {i}cares{/i} about you! He’s using you!" else: y "Care?! You think that fucking bozo cares about us?! Jesus, you’re even dumber than I thought!" y "He just wants all of us to start some sort of traveling circus where we just juggle or...whatever else he's trying to get out of us!" scene yumisits28 with dissolve if bonus == True: r "Woah! Slow down! Who said anything about sucking anyone off?!" else: r "Woah! Slow down! Who said anything about a traveling circus?!" r "Sensei is a good guy and wouldn’t ever force anyone to do anything they don’t want to!" y "Oh, if you only knew fucking half of it. " if bonus == True: y "And what’s with that shit about “not doing anything they don't want to do?” You think it makes it okay for a teacher to fuck his students as long as they’re okay with it?" scene yumisits29 with dissolve r "Dude..." y "What?" r "What {i}happened{/i} to you?" y "The fuck are you talkin’ about?" r "I just don’t get how you can be so uptight all the time...We literally just came over here to ask if you wanted to eat with us." r "I’m not normally one to regret my decisions but...fuck, Yumi. You went and turned our nice gesture into a left field attack on our teacher." y "Hey, {i}you’re{/i} the ones who decided to come and talk to {i}me.{/i} Ain't my fault if you regret it." y "If you dislike it so much, why don’t the two of you fuck off and go eat or whatever instead of wasting your time inviting the class delinquent?" r "Oh, Hell no. We’re not going-" f "Let’s go, Rin." scene yumisits30 with dissolve r "What?..." r "Really?..." r "After all that you just want to leave?" f "Yumi wants to be left alone, so we should leave her alone." f "It’s not our place to force her into doing anything she doesn’t want to do." y "Wish everyone would fuckin’ think that." scene black with dissolve2 "Miscommunications." "Misunderstandings." "The circumstances and situations we find ourselves in often lead to nothing but anguish at the end of the day." "Forming bonds sounds more like a pipe dream when factoring in how they would impact others if we could only peer through the looking glass." "Three girls in a line on the beach." "Each involved in a different relationship with the same man." "Each with a different view of him." "How is it possible for three people to be so closely linked and yet so far apart?" "Such is the petri dish." "And such is life." "Perhaps we are not all meant to be happy." "And perhaps the girl in the middle of the line is meant to destroy herself in pursuit of what makes the other two whole." "{i}Praise be!{/i}" "{i}Not one god, but three!{/i}" "{i}The further we fall, the more we will see!{/i}" "{i}HOPE is the answer, but won’t be the key!{/i}" stop music $ renpy.end_replay() $ beachvacation6 = True $ trinity = True "The day drags on." play sound "static.mp3" scene whythesky with flash scene theend with flash label beachvacation7: scene chikasunset1 with flash stop sound play music "love.mp3" c "Oh, hey! " c "I was wondering when you’d show up." "I make my way back to the beach after taking a short nap and immediately stumble upon Chika sitting on top of a picnic table, consumed by the light of the setting sun." "The laughter and conversation of some of the other girls can be heard off in the distance, but it doesn’t seem that any of them are aware of my presence yet." "I guess it wouldn’t hurt to spend a little time catching up with {i}this{/i} girl since she’s just now getting here, though." s "Hey. How’s Chinami? " scene chikasunset2 with dissolve c "Good, good...Yumi’s gonna be heading back in a few minutes, so she doesn’t have to spend the night alone." c "She was taking a nap when I left so, if we’re lucky, she might not experience the lack of company at all." s "I’m guessing bringing her along wasn’t in the cards, then?" scene chikasunset3 with dissolve c "Right...Too many girls close together...unknown inn...you know the deal." c "I can’t really do anything that would put her at risk...and even getting her here seemed damn near impossible." scene chikasunset4 with dissolve c "Besides, I wouldn’t want her wearing that silly dog mask for an entire weekend either." if mall15 == True: s "Yeah...I can’t imagine that would match well with her swimsuit." c "Neither can I, Sensei...Neither can I." else: s "...Dog mask?" c "You’ll find out soon enough." c "Either way, I’m glad I was able to make it out." c "I love the beach. And this is the first time I’ve ever even been on vacation...even if it is only for a couple days." s "Well, I’m glad I’m here to experience it with you." scene chikasunset5 with dissolve c "Yeah..." c "Me too..." s "…" c "…" "A moment of silence goes by as the sun strays further and further from our eyes." "Within moments, it will disappear beyond the horizon, swapping places with its lunar counterpart and drenching the beach in blue." "So amidst the dying sun, Chika and I-" scene chikasunset6 with dissolve y "Yeah, sorry to interrupt whatever the fuck is going on over here, but I’m heading out." y "Can you give me the key?" c "You didn’t bring yours?" y "I forgot it. I’m kind of used to wearing more clothes than this, so you’re gonna need to cut me some slack this time." scene chikasunset7 with dissolve c "Well, did you at least enjoy your free time today?" y "No. It was fucking exhausting." y "It was hot as shit, I’m sweaty, and people kept trying to talk to me. " c "Yeah, that’s normally how these things go." y "Whatever. I just want to go home and sleep. Can you just give me the fucking key so I don’t have to deal with this anymore?" y "Last bus leaves in like twenty minutes and if I have to sleep in a room with eleven other girls I’ll literally just kill myself." scene chikasunset8 with dissolve c "It's in my bag..." y "Which bag? You have like nine." c "The purple one. It’s with all the other girls' bags near the bathroom." y "Cool, thanks." c "No problem. Anything else you need before you go?" y "…" y "There any food at the apartment? I haven’t eaten all day." c "Yeah. You can take whatever as long as you leave enough for Chinami to eat breakfast in the morning." y "Duh. Have fun being a fucking {i}social butterfly{/i} or whatever it was." s "Have a safe trip home, Yumi." scene chikasunset9 with dissolve y "…" s "…" y "Yeah..." y "Thanks." y "See you." scene chikasunset10 with dissolve "Yumi turns away from us and heads toward the pavilion, reaching into Chika’s bag and pulling out her key to salvation." "She disappears into the bathroom with a white plastic bag in tow and gets dressed, coming out and walking toward the bus stop just a minute or two later." "The entire time, Chika and I don’t say anything." c "Did you...see that just now?" s "See what? Her getting dressed?" s "Because I doubt I'd be able to see into the bathroom from here even if I-" scene chikasunset11 with dissolve c "No, doofus. The way she said goodbye to you." s "You mean with disdain and resentment?" if bonus == True: c "I mean without being rude or telling you she’s going to rip your dick off." else: c "I mean without saying anything about beating up old people." c "Isn’t that like, a huge improvement?" s "Oh...Yeah, I didn’t even notice that. That seems like a pretty big deal." s "I wonder if she’s doing okay?" scene chikasunset12 with dissolve c "What was she like on her own? Did she just sort of...sit around and do nothing all day?" s "I haven’t been around for a good portion of it, but I think so." s "Having Yumi on her own in a social setting probably isn’t the best idea right now." c "That’s exactly why I was so insistent on her coming." c "She needs to actually talk to people if she’s ever going to stop being so bitchy all the time." c "I’m kinda surprised she even came, to be honest. This was the first time she’s ever actually taken one of my suggestions." scene chikasunset4 with dissolve c "Maybe she just wanted to see you?" s "That is definitely not the reason. I only had one conversation with her today and it basically ended with her calling Futaba a beached whale." scene chikasunset13 with dissolve c "Oh my fucking God! Are you kidding?! She's even doing that {i}here?!{/i} On vacation?!" c "I don’t know how many times I need to tell her to be nice to her! It’s fucking unbearable." c "What the hell did Futaba even do?! She’s like, the nicest girl in class." s "Beats me. Yumi quieted down in the end, though. Maybe even looked a little upset." s "I didn’t think much of it, though. Not going to spend time trying to cheer someone up who’s literally doing things to make themselves miserable in the first place." scene chikasunset14 with dissolve c "Wish I could do that..." c "I always feel like I need to cheer people up no matter what and it’s like, not even possible 90%% of the time." s "That’s life. Sometimes, you just need to let people tire themselves out through sadness." c "That's like, mega depressing." s "Just try not to fall into the same slump as Yumi and you'll be fine." c "Yeah..." c "I'll try." scene black with dissolve2 "A few minutes go by as Chika and I make idle chit-chat about her job at the mall and her plans for tomorrow." "Apparently, she isn’t much of a swimmer but loves the sun, so she’s going to be “decompressing” and sunbathing for the bulk of the day." if bonus == True: "It sounds boring to me, but as long as I get to see her lounging around in her bathing suit, she’s free to do whatever she likes." else: "I hope she has a very relaxing night because she deserves it." "Eventually, two more familiar faces wander into the frame and start heading our way, prompting Chika to hop off of the table and meet them." "........." "......" "..." scene chikasunset15 with dissolve c "Futaba, Sensei told me about Yumi and I just want to say I’m so, so sorry..." c "I honestly think you’re one of the cutest girls ever and I will never understand why she’s so mean to you. It makes zero sense." f "Oh...It’s okay. It’s not your fault." scene chikasunset16 with dissolve c "It’s at least {i}kind of{/i} my fault. I’m the one who talked her into coming and then she went and did something like that." c "If you ever need someone to help deal with her, please just let me know." c "There’s obviously not much I can do to get her to stop, but I can at least pull her hair or something if she gets to be too annoying." scene chikasunset17 with dissolve r "{i}Pull her hair?...{/i}" f "…" scene chikasunset18 with dissolve f "It’s okay, Chika. Really." f "I’m getting a little better at dealing with things like that." scene chikasunset19 with dissolve f "Thanks to...a certain someone." s "…" c "…" s "Who? Me?" f "Of course. You’ve done so much for my confidence in just a short time that it’s...almost kind of crazy." scene chikasunset20 with dissolve r "Really? {i}This{/i} guy of all people? How does that work?" s "Rin, I think you’re forgetting that I know things about you that I could ‘accidentally’ let slip at any moment." scene chikasunset21 with dissolve r "I take it back! Sensei is the greatest! So great! Such a cool dude!" c "What sort of things does Sensei know about you that I don’t, Rin?" scene chikasunset22 with dissolve r "Nothing! He knows nothing! " c "Do I spy hearts in your eyes?" r "I don't even have eyes!" c "I bet Sensei knows who you’re crushing on, doesn’t he?" scene chikasunset22r with dissolve r "What?! Wh-Why would you ever think something like that?!" c "Cause I’m a girl, duh. We can smell these sorts of things from a mile away." r "We can?!" c "Well, {i}I{/i} can, at least. And that face says it all." c "That's the face of a girl in love." scene chikasunset23 with dissolve r "Wow it’s...suddenly getting a lot hotter out here, isn’t it?" r "Hahahah...Wow! So hot! Maybe I need to sit down or...drink water or...sit down?" c "You said “sit down” twice." f "Sensei...would it be okay if I pulled you aside for a second? There’s something I want to talk about." s "Oh. Uhh...yeah. We can do that." f "Great...thanks." scene black with dissolve2 "Futaba walks with me toward the trees, leaving Chika and Rin behind to talk on their own..." "........." "......" "..." scene chikasunset24 with dissolve f "Maybe it’s for the best if we let the two of them be alone for a little while, don’t you think?" s "…" f "…" s "You know, don't you?" f "Of course I know. Rin is basically my sister." scene chikasunset25 with dissolve f "I've had my suspicions for a while, but...she's been making things a lot more obvious ever since high school started." f "I'm pretty sure she's just...accepted that I know by now. But it's not like we've ever had a conversation or anything." scene chikasunset24 with dissolve f "I also...had a feeling you knew as well, given how close you two have become." s "Yeah well, like you said, it's not like she does a particularly good job of hiding it." f "She really doesn’t..." s "So I guess...the two of us will just hang out over here for a while and let them do their thing?" f "Unless you have a problem spending time with me, of course." s "I think I’ve made it quite apparent that I very much enjoy spending time with you." if bonus == True: f "You have...but please try to keep it in your pants for now since we don’t know how long Rin will be able to last on her own." s "I will do my very best..." else: s "Now, about the egg tossing competition-" scene black with dissolve2 "........." "......" "..." "{i}Meanwhile...{/i}" scene chikasunset26 with dissolve2 "Oh, how horrible it is to be unloved." "To love those who can not understand. " "And to forgo the love of oneself in pursuit of that." "All three gods disappear and leave yet another poor soul to fend for itself as the day becomes the night." play sound "static.mp3" scene chikasunset27 with flash stop sound c "So, are you going to tell me who it is or am I going to have to guess?" r "Umm...preferably neither." c "What? So Sensei can know but I can’t? " r "Well...he kind of just found out in the heat of the moment...or whatever." if chikadorm20 == True: scene chikasunset28 with dissolve c "Wait...it’s not {i}him{/i} is it?" scene chikasunset29 with dissolve r "Huh? No. I didn’t mean it like that." r "I meant that he just kind of found out on his own. It’s not like I planned on telling him or anything." c "Oh okay, okay. Just making sure." scene chikasunset30 with dissolve c "In a sense, that’s kind of how he found out for me as well." r "You..." r "You have someone you...like?" c "Maybe..." c "Why should I tell you when you won’t tell me, though?" scene chikasunset31 with dissolve r "My situation isn’t exactly normal..." c "What, and mine is?" c "We can’t help who we fall in love with. " c "Kinda like that one poem you wrote back in middle[school]." scene chikasunset32 with dissolve r "You...You remember that?!" c "Of course I remember that. It was, like...one of the cutest poems I've ever heard." scene chikasunset33 with dissolve c "And the way you got all nervous when the teacher made you recite it. Adorable. Top ten Rin moment." r "Why are you ranking my moments?!" scene chikasunset31 with dissolve c "Listen...the point is that I’m not going to judge you no matter {i}who{/i} it is. " r "Yeah...I don’t know about that, Chika..." c "No, no. I mean it. I know you probably don’t think of me as a good friend or anything like that, but I’ve wanted to get closer to you ever since I heard that poem." c "I feel like you’ve got all these feelings you keep bottled up that are just dying to get out." c "Which probably sounds a little crazy since we’ve never really shared anything like that." c "But...I’ve always seen myself as a pretty good judge of character. And if you ever {i}do{/i} want to open up to me a little more...I’d be happy to listen." scene chikasunset34 with dissolve c "Not sure if I’ll be able to tell you who I’m crushing on, though. That one’s kind of a big deal..." r "...Yeah." r "So is mine." else: scene chikasunset35 with dissolve c "Wait, is it that Molly girl who just transferred in?" r "Molly?! Why would you think that?!" c "I don’t know. I saw you two talking earlier and it looked like you were really close." r "We are close! But like, not {i}that{/i} close!" r "We just play games together and work at the same place." r "Molly’s a great friend but like...{i}totally{/i} not my type." scene chikasunset36 with dissolve c "Oh? What {i}is{/i} your type, then?" r "Well, that’s...kind of a secret too." c "Really? You won’t even tell me what kind of person you’re into?" c "I get not wanting to come out and say {i}who{/i} you like, but I’m pretty sure you can at least tell me who you’d generally go for." r "Uhh...I mean, I guess. But it’ll probably sound really weird." c "Why would it sound weird?" r "Because my type is basically the same type of person that...you know...{i}you{/i} are and stuff..." scene chikasunset37 with dissolve c "What?! Seriously?!" c "That’s like...a huge surprise!" r "It...is?" c "Yeah! I’m like, the complete opposite of you, right? Like, our styles don't match at all." c "Maybe that whole opposites attract thing is true after all?" r "Wait a second. Umm..." r "You don’t think it’s weird that I basically just...you know..." r "Came out to you?" c "What? No. Why would I care about that?" c "I was more surprised that you said you were into girls {i}like me{/i} than the fact that you're into girls to begin with." scene chikasunset38 with dissolve r "So...you’re really not weirded out?" c "Of course not. What year do you think it is, Rin? It's not like girl on girl relationships are {i}unheard{/i} of." c "Like, there are tons of girls I think are super pretty." c "Take Niki for example- I've got posters of her all over my wall and if, for some weird reason, she ever wanted to hook up with me?...{i}Oh boy.{/i} You don't even know." c "I’ll admit that I've never really thought about being in a {i}relationship{/i} with a girl...but I don’t think I’d be opposed if the right one came along." c "I’m on the side of just “go for whoever you want to go for” and if it doesn’t work out then, hey...at least you tried. You know?" scene chikasunset39 with dissolve c "N-Not that I have any experience in the matter or anything like that..." c "It’s just...you know...how I feel and stuff." r "...Yeah." r "Yeah, I totally get it." r "I'm..." r "I'm really happy to hear that, actually..." c "…" r "…" mo "PAGING RIN ROKUHARA. RIN ROKUHARA, PLEASE REPORT TO THE TINY IRISH GIRL." scene chikasunset40 with dissolve r "Huh?" c "Plans tonight?" r "Not as far as I can re-" scene chikasunset41 with dissolve r "Oh crap! I totally do have plans tonight! I completely forgot!" c "Well, don’t let me hold you up if your friends are waiting for you." c "I think I’m gonna hang out under the moon for a little while longer anyway. " scene chikasunset42 with dissolve c "It’s really beautiful tonight, don't you think?" r "..." c "..." r "Yeah..." r "The moon is beautiful..." "If this were a happy story, a shooting star would pass over them." "The girl on the left would confess her feelings to the one on the right." "And the two of them would kiss." "But this is not a happy story." "There are no happy stories." "And so they will break apart." "Just as all things do." "But at least the moon is beautiful." mo "RIN! WHERE THE HECK ARE YOU? WE’VE GOT DRAGONS TO SLAY." scene chikasunset43 with dissolve c "Jeez. Sounds like your plans are even crazier than I thought." r "Ugh...Why {i}tonight{/i} of all nights?" c "Probs cause the dragons would kill us all if you waited until tomorrow." r "Please don’t add to my current embarrassment, Chika. I’m drowning enough as-is." c "Heheh...Go slay your dragons, Rin." c "We can talk more tomorrow." scene black with dissolve2 stop music fadeout 5.0 r "Yeah..." r "I’d like that." "………" "……" "…" $ renpy.end_replay() $ beachvacation7 = True label beachvacation8: "{i}Roughly 30 minutes later...{/i}" scene beachdnd1 with dissolve play music "breeze.mp3" mo "Finally! The time has come!" mo "For what seemed like millennia, I have awaited this moment. " mo "Through all of the pain I have endured...all of the harsh rays of the sun! I have finally returned to my element!" scene beachdnd2 with dissolve r "You were outside for like half a day. Why are you being so dramatic about this?" sa "Maybe she’s just...really excited? " r "I mean, duhh, but like, this isn’t even the first time we’ve played. We’re just starting a new campaign and Molly’s treating it like the biggest moment in her life." mo "Ha ha ha! That is where you are mistaken, Nithhala!" r "You can call me Rin while we’re not playing, you know. That’s my actual name. Not sure if you realize that or not." mo "Silence, Nithhala!" scene beachdnd3 with dissolve mo "Today {i}is{/i} the biggest moment of my life, for I have finally found a place to call my own!" mo "And I know what you may be thinking..." mo "“Molly! What about the manga club? What about all of the wonderful times we have shared in that small, enclosed space?!”" mo "And you would be right in asking that...but this is different! This is vacation!" mo "The chance to enjoy our youth! " mo "I’ve finally found a class who accepts me for who I am! So who would I be to treat this like just another day?!" scene beachdnd4 with dissolve m "So inspirational. I can feel myself shivering in anticipation." ay "Do you want my hoodie, Maya? It might help with the whole shivering thing." scene beachdnd5 with dissolve m "You’re just looking for an excuse to take your shirt off in front of Sensei." ay "I’m just trying to help out a friend in need! It’s totally different." scene beachdnd6 with dissolve mo "Oh. Speaking of friends, has anyone seen Futaba anywhere? Wasn't she supposed to be joining us?" mo "I printed out her character sheet and everything." r "Oh she texted me. She’s not feeling well right now so she’s resting in the bedroom and can’t play tonight." mo "Wait, really? But it’s the start of the campaign. That’s a pretty big thing to miss." scene beachdnd7 with dissolve r "You and me can figure out a way to write her in later on. Let’s just focus on getting this thing started so we’re not up until like 3 AM." r "We’re already still running on zero sleep, need I remind you." mo "Right, right. Well then! Let me just check my notes again and we’ll start in a second." scene beachdnd8 with dissolve t "So much energy. So much passion." t "Dungeons and Dragons, which are fictional creatures in case you were wondering, is a truly wonderful game." s "They haven’t even started playing yet." t "I finally know what it means to be young." "Molly begins to flip through a few papers behind her weird folder-thing while Tsuneyo and I sit off on the side, trying to figure out what’s going on." "Apparently, Tsuneyo still needs to get a better grip on the basics before she’s allowed to play, so she’s being forced to watch this time." "Just how complicated can this sort of game be? It seems like there is an annoying amount of prep work involved." "Good for Molly for being able to keep all of this organized, I guess..." scene beachdnd9 with dissolve a "Did you ever figure out what class you’re going to play? I remember you having a hard time last I checked." m "I’m playing a cleric this time." scene beachdnd10 with dissolve a "A cleric? Why a cleric?" m "It’s just more suited to my strengths, I guess." m "What about you? Wizard again?" scene beachdnd11 with dissolve a "What do you mean again?! I’ve only played a wizard one other time!" m "We’ve only played one other time." scene beachdnd12 with dissolve ay "What are {i}you{/i} going to play, Sana? It’s your first time, right?" sa "Umm...Y-Yeah." sa "I’ve watched a few videos of other people playing so I get how it works, but it’s still kind of nerve-wracking actually playing for the first time..." scene beachdnd13 with dissolve sa "I’m going to play an...umm..." sa "I'm going to play an orc barbarian." ay "…" sa "…" ay "Neat." ay "That’s..." ay "Yeah, okay." scene beachdnd12 with dissolve sa "What about you?" scene beachdnd14 with dissolve ay "I’m going to be a rogue. I’ve gotten pretty good at being sneaky lately, so I figure something like this might work out in my favor." sa "Sneaky?...What do you mean?" ay "I’ll tell you when you’re older, Sana." sa "You’re only a little older than me, though..." scene beachdnd15 with dissolve r "You good over there, Molly? Need my help with anything?" r "I know you’re not great with numbers and all that jazz." mo "Silence! We will now begin!" mo "Friends of the manga club! Ayane and Sana! Feast your eyes upon me as I narrate the beginning of your adventure!" scene beachdnd16 with dissolve mo "A thick fog crawls over the mountains and spreads through the forest, obscuring your vision as you slowly open your eyes." mo "A shrill scream from a creature you’ve never heard before rings out in the distance. " mo "As you struggle to regain your consciousness, you quickly realize that you’re surrounded by several people you’ve never seen before, in a land equally as unrecognizable." mo "The fog begins to lift as soon as the creature’s screams stop, leaving the six...Err, right. No Futaba." mo "Leaving the {i}five{/i} of you alone and confused." "Molly leans back on her cushion and waits for one of the other girls to say something." "And, in other news, I’m already lost." scene beachdnd8 with dissolve t "Imagine waking up in a world where you know absolutely no one." t "How horrible that must be." s "...Right." t "I wonder if they’ll make it out alive?" s "Let’s hope so." scene beachdnd17 with dissolve r "You said we’re in the forest, right?" mo "That’s right." r "How far into it can we see? " mo "Go ahead and roll for perception." play sound "dice.wav" scene beachdnd18 with dissolve r "That’s...a five." mo "You see trees. That’s it." r "Wow I can feel myself getting stronger by the second." scene beachdnd19 with dissolve ay "Lidearel unsheathes a pair of daggers from her belt and lunges toward the halfling also regaining her consciousness." m "I’m not playing a halfling anymore. I’m an aarakocra this time." scene beachdnd20 with dissolve ay "What? Aren’t those the bird people? You’re playing a bird cleric? " m "I am." ay "Well...whatever. I’m lunging at you anyway." m" Uhh...okay?" scene beachdnd21 with dissolve mo "So are you like...attacking her or?..." mo "What’s going on?" scene beachdnd19 with dissolve ay "I stop directly in front of her." ay "{i}You...You have something to do with this, don’t you?{/i}" ay "{i}You look different from the rest of us..You’re much more...feathery...{/i}" ay "{i}Tell us where we are or I’ll cut your throat and sell your plumes to the nearest fletcher.{/i}" scene beachdnd22 with dissolve m "{i}I’m just as lost as you. So I suggest you put your daggers down before you do something you regret.{/i}" scene beachdnd23 with dissolve a "{i}E-Everybody just calm down! I know we might be scared...but there has to be an explanation for this!{/i}" a "{i}Let's just take a second and talk to each other before we do anything crazy...okay?{/i}" scene beachdnd24 with dissolve m "Your acting has gotten better." a "Thanks. I’ve been practicing voices in my spare time." scene beachdnd25 with dissolve sa "{i}And why...why would we do that?{/i}" sa "{i}There’s only one way to fix situations like this...and it involves draining every last drop of blood from whoever was stupid enough to bring us here...{/i}" scene beachdnd26 with dissolve a "…" m "…" scene beachdnd27 with dissolve mo "Before you can respond, another cry rings out and fills the area with fog once more." mo "But this time, as soon as the fog spreads through the forest and crosses your feet, the shaking of a nearby tree beckons your attention." r "What kind of tree is it?" scene beachdnd28 with dissolve mo "Does...it matter?" r "It matters to me." mo "Uhh...okay. History check, I guess?" play sound "dice.wav" r "Five." mo "You don’t know what kind of tree it is." r "Ugh." scene beachdnd29 with dissolve sa "{i}Heh...it looks like maybe I was too quick to judge...{/i}" sa "{i}Maybe the five of us have more in common than we thought?{/i}" scene beachdnd30 with dissolve ay "I’m going to move closer to the shaking tree, keeping my daggers drawn." m "You’re a rogue. Why are you charging in before anyone else?" ay "It fits my character. " m "Oh. Okay. Fair enough." scene beachdnd27 with dissolve mo "The shaking of the tree turns to more of a quake with each step you take closer to it. " mo "A scent exudes from the branches and finds its way into your nostrils. It’s a sort of fungus-like, putrid smell that you can’t help but shudder at." r "If only I knew what type of tree it was..." scene beachdnd31 with dissolve a "{i}Wait! Lidearel! We don’t know what’s in there yet! It could be dangerous!{/i}" m "You don’t know her name yet." scene beachdnd32 with dissolve a "Huh? Didn’t she say it when she was lunging at you?" m "That was out of character. Your character doesn’t know it yet." a "Oh, crap. You’re right. Sorry." scene beachdnd33 with dissolve sa "{i}That smell...it reminds me of home...{/i}" sa "Zagull Throat Spear reaches for the greataxe strapped to his back and pulls it out as he moves toward where umm...where Ayane’s character went." scene beachdnd8 with dissolve t "How exciting." t "What do you think is in the tree?" s "What, the fungus thing? Probably a mushroom monster or something." t "Those don’t exist. You’re an idiot." t "Pretty soon, you’re going to be saying stupid things like how dragons exist as well." s "Then what do {i}you{/i} think is in the tree, Tsuneyo?" t "Branches. Leaves. Tree things." t "Maybe even a bird." s "Then why is it shaking?" t "Wind." s "Are they going to fight wind?" t "They will certainly try." t "I can’t imagine it will be easy to hit." s "…" t "…" t "I’m going to go get a drink." scene beachdnd27 with dissolve mo "As Zagull Throat Spear and Lidearel approach the tree, the shaking comes to an abrupt stop and the fog clears once again." mo "The forest is now dead quiet apart from the sounds of several chirping insects." mo "But, just as you begin to think you’re safe...the smell grows stronger." scene beachdnd34 with dissolve r "Nothing’s popped out of the tree yet, though, right?" mo "Right." r "Okay. I’m going to approach the tree as well, but can I perception-check to see if I can spot whatever is inside of it?" mo "Mhm. Go ahead." scene beachdnd35 with dissolve r "This is the one. I can feel it." sa "Good luck..." "Rin keeps the die in her hand for several seconds, shaking it up and down before-" scene beachdnd34 with dissolve play sound "dice.wav" r "…" sa "…" mo "What is it?" r "A five." mo "You don’t see anything in the tree." scene beachdnd36 with dissolve r "Ngh!" scene beachdnd27 with dissolve mo "As Nithhala fails yet another tree-related roll, the branches shake one final time and out hop two creatures, one directly in front of Zagull and one in front of Lidearel." scene beachdnd37 with dissolve ay "Do we know what kind of monsters they are from our old world or anything?" ay "I don’t know if you read my backstory but I used to live in the forest when I was a girl, so it would make sense for me to know it." mo "Yeah, you can go ahead and roll for history." scene beachdnd38 with dissolve ay "Sweet..." "Ayane picks up a strangely shaped blue die and tosses it onto the table." play sound "dice.wav" scene beachdnd39 with dissolve ay "That’s a 17." scene beachdnd40 with dissolve mo "Thanks to years of struggling to grow up and foraging for food in the wilderness, you’re able to tell that the monsters in front of you are actually Violet Fungus." scene beachdnd41 with dissolve ay "In a tree? Why?..." mo "It will make sense eventually." ay "Uhh, okay. If you say so." sa "{i}Mushrooms? I was just starting to get hungry!{/i}" scene beachdnd42 with dissolve ay "{i}Wait! I recognize those mushrooms! You can’t eat them! They’re poisonous!{/i}" sa "{i}Step aside, elf. Poisonous is my middle name.{/i}" ay "You named your character Zagull Poisonous Throat Spear?!" sa "{i}I SAID MOVE ASIDE!{/I}" scene beachdnd43 with dissolve s "I told you it was a mushroom monster." t "That’s cheating. You know more about the outside world than I do. " t "It’s an unfair advantage." scene beachdnd44 with dissolve s "Whatever you say, Tsu-" t "...?" s "Is that a beer?" t "Is it?" scene beachdnd45 with dissolve t "I just grabbed a can." t "I don’t think I’m allowed to drink this. My father said it’s bad for me." s "You’re allowed to do whatever you want. You’re on vacation." t "Hm..." t "I suppose you’re right." t "Perhaps just a taste will be okay." scene beachdnd46 with dissolve t "{i}Sip...{/i}" s "…" scene beachdnd45 with dissolve t "Delicious." s "…" t "…" s "…" t "…" scene beachdnd47 with hpunch t "Zzzzzzzzzzzz..." s "I was wondering how that was going to turn out." scene beachdnd48 with dissolve a "Did...Tsuneyo just fall asleep on my [uncle]?" m "I think she was drinking." a "I don’t know how I feel about this." m "I wouldn’t worry. She seems harmless enough." a "I sure hope so." scene beachdnd28 with dissolve mo "Okay, you were getting ready to attack, weren’t you Sana? That’s what it sounded like but I just want to make sure." sa "Oh! Um...sorry...Yeah. I wanted to attack it..." mo "Okay. You and Ayane can roll for initiative." r "What about me? I went over to the tree as well." mo "You’re fighting too?" r "Yeah. It’s revenge for all of my failed rolls." mo "Then yeah. You three can roll for initiative. Aborea and Urrheak didn’t approach so they’re out for right now." scene beachdnd32 with dissolve a "Wait, what’s going on? I’m having a hard time focusing with Sensei just letting some girl who isn’t me sleep on his shoulder." m "The other three are fighting a mushroom." m "Well, two mushrooms. You and I aren’t in combat and they’re the first monsters of the game, so it’s pretty safe to say they’ll die before we even get there." a "Oh. Well umm, want to trade character sheets and look at each other's stuff in the meantime then?" m "I already read yours but you can read mine." a "When did you even do that?" m "Do you want my sheet or not?" a "Oh...uhh...yeah. Sure." scene beachdnd16 with dissolve mo "Okay, what did you guys roll?" ay "19." sa "16." mo "…" r "…" mo "Rin?" r "5." mo "Okay. Well, we’ll start combat with Ayane then." scene beachdnd49 with dissolve ay "Do I get my sneak attack bonus for this?" mo "Why would you get a sneak attack bonus? Both monsters are looking right at you." ay "Because I’m a rogue and-" mo "Overruled." ay "Ugh, fine. Then I guess I’ll just attack whichever one is closest to me with my daggers." scene beachdnd38 with dissolve play sound "dice.wav" ay "..." scene beachdnd49 with dissolve ay "Does a 9 hit?..." mo "It does." scene beachdnd38 with dissolve play sound "dice.wav" ay "Okay, cool. Then that’s..." scene beachdnd49 with dissolve ay "That's 7 points of damage." ay "And as a bonus action, I’ll use my two-weapon fighting and attack the same monster again." scene beachdnd38 with dissolve play sound "dice.wav" ay "..." scene beachdnd49 with dissolve ay "Does a 9 hit?" mo "Yes. Nothing has changed in the last five seconds, so a 9 still hits." ay "Awesome. Then that’s another..." scene beachdnd38 with dissolve play sound "dice.wav" ay "That's another 4 points of damage." scene beachdnd40 with dissolve mo "Okay! Mushroom numero uno is looking a little worse for wear, but still hanging on." mo "That means it’s Zagull’s turn." scene beachdnd49 with dissolve sa "{i}Ha! As expected from a rogue. Two attacks and not a single kill. How sickening.{/i}" sa "{i}Allow me to show you how a true warrior fights!{/i}" scene beachdnd50 with dissolve play sound "dice.wav" "Sana cocks her hand back and rolls her die with a level of aggression I’ve never seen out of her before. " "That aggression is succeeded, however, by a moment of cuteness that I can not comprehend but entirely appreciate." scene beachdnd51 with dissolve sa "Ah! Natural-20!" mo "Ayyy! Zagull Throat Spear already making himself known as the MVP." sa "I did it!" mo "You did! I’m still going to need to know what your damage rolls add up to, though. " scene beachdnd52 with dissolve sa "Oh! I’m so sorry. Umm...let’s see..." scene beachdnd50 with dissolve play sound "dice.wav" sa "That’s umm...20 damage total." scene beachdnd40 with dissolve mo "Mushroom numero dos has been vanquished! Which leaves us with the grand total of one mushroom, who gets to attack before Nithhala." r "Of course it does." mo "After watching his dear mushroom comrade fall at the hands of Zagull, the remaining weakened mushroom turns to look at the orc barbarian." mo "A single tear rolls down his cheek." a "Mushrooms can cry?..." m "No. But they also can’t hop out of trees or turn around either." scene beachdnd53 with dissolve mo "Silence! I told you it will make sense later!" m "Sorry. I’ll shut up." scene beachdnd40 with dissolve mo "As I was saying, a single tear rolls down the mushroom’s cheek and it begins to glow a more vibrant shade of purple." mo "You can tell that the scent is beginning to grow more pungent, as if it’s desperately crying out for help." mo "Or maybe even trying to protect itself and avenge its friend." a "Why is she making us feel bad for the mushroom?" m "Because-" scene beachdnd53 with dissolve mo "I said silence!" scene beachdnd40 with dissolve mo "The violet fungus takes one look at Zagull, which may very much be its last and uses “Rotting touch.”" scene beachdnd54 with dissolve play sound "dice.wav" mo "Does a...13 hit?" sa "No. My AC is a little higher than that." mo "Wow. All that drama for nothing then." mo "I guess this brings us to Nithhala's redemption turn." scene beachdnd55 with dissolve r "Excellent. You said the first mushroom was looking a little worse-for-wear, right?" mo "Correct. It’s also crying now as well." scene beachdnd56 with dissolve r "Heh...Perfect. Then this is really the only roll that matters at the end of the day." r "Nithhala lifts her finger and points at the remaining monster. Her eyes narrow as she focuses everything she has on eliminating it." r "Then, after taking a deep breath, her eyes widen and she casts Eldritch Blast." play sound "dice.wav" r "..." scene beachdnd57 with dissolve r "Oh, you’ve gotta be kidding me." r "A 6 doesn’t hit does it?" mo "Actually, it does." scene beachdnd58 with dissolve r "Really?! Then-" mo "BUT-" r "...But what?" mo "Isn’t the attack modifier for Eldritch Blast a plus five? That would mean you rolled a natural-1." r "…" mo "…" scene beachdnd59 with dissolve r "Don’t do this to me." mo "Your Eldritch Blast misses the mushroom and connects with a tree ten feet to the side of it." scene beachdnd60 with dissolve r "This is still a victory in my book..." scene black with dissolve2 "The battle ends on the next turn as Ayane’s character manages to slice the mushroom monster in half." "Shortly after that, the party reconciles and comes to the conclusion that all of them have been summoned here from different worlds." "Not knowing what else to do or where else to go, they decide to band together. " "But it’s around that time that I decide to leave. " "It’s clear that this sort of thing just...isn’t for me." "But then again, it doesn’t seem like many things are." "I’ll just focus on getting a good night’s sleep and wake up tomorrow feeling refreshed and ready to go." scene nightsky with dissolve "I think it’s pretty safe to say that this was a mostly-successful first day of vacation." "Sure, there were a few parts of it that went a little different than I expected-" "But overall, it was a great experience." "And I’m hoping that tomorrow, something even greater happens." $ renpy.end_replay() $ beachvacation8 = True $ ami_love += 1 $ maya_love += 1 $ ayane_love += 1 $ sana_love += 1 $ rin_love += 1 $ molly_love += 1 $ tsuneyo_love += 1 stop music fadeout 5.0 "{i}Your affection with Ami, Maya, Ayane, Sana, Rin, Molly, and Tsuneyo has increased by 1 point each!{/i}" "………" "……" "…" label beachvacation9: "I tried to sleep that night but couldn’t." "Something about the crashing of the waves as they attacked the coast tore me from my rest. " "The bed became a ship." "And I became lost at sea." "So I did what all good captains do-" "Abandoned ship and got the Hell out of there." scene nightsky with dissolve play music "thesleepingcity.mp3" "That whole thing about “going down with the ship” never made any sense to me." "I mean, who wants to die for a boat?" "If you’re going to die, do it for something wonderful. " "Like a girl you love or an idea you believe in." "Dying for a boat is just a waste of a life." "But I guess there’s no harm in thinning out the crowd if some people are naive enough to believe that there is honor in a death at sea." "Honor has no value in the real world." "Nothing has value in the real world." "But that’s because there is no real world." "There’s only this place, whatever this may be." "Wherever this may be." "Which is likely somewhere at the edge of the world." scene sanaatnight1 with dissolve2 "I come across a small girl as I make my way down the beach, still fighting away the idea that I should be in bed right now." "It’s roughly 3 AM. The girls have probably been long-done with their game at this point." "I figured Sana would be in bed, but..." "Well, you can clearly see that isn’t the case." "The ocean is gentle tonight." "Every so often, I watch the tide tickle her feet before running away again." "I wonder if the water is cold?" "…" "It probably is." "There has to be {i}something{/i} cold in this burning world." scene sanaatnight2 with dissolve sa "Huh?..." "Oh." "She’s spotted me." if bonus == True: "I guess my game of “Spy on the loli” is coming to an end." "That’s fine, though." "It’s been a little while since Sana and I were alone together." "This is a good chance to figure out what it is that brought her out here this late." "I hope, if only for a moment, that it’s not to go down with the ship." sa "What...are you doing here?" sa "I thought you went to sleep." s "I did." s "Well, I tried to at least. The water kept me up." scene sanaatnight3 with dissolve sa "Me too. " if ayanesleepover == True: sa "It feels a little weird sleeping in an unfamiliar bed, doesn’t it?" if bonus == True: s "...Yeah." "I hope she’s not talking about the night I slept in Ayane’s bed..." "I still don’t really know the best way to talk about that." else: s "If I don't have my trusty pillow and blanky, it's virtually impossible for me to fall asleep." else: sa "I kind of...need things to be really quiet in order to fall asleep..." sa "I always have." s "Mind if I stay here and talk to you for a bit? Not like there’s anything else to do right now." sa "Yeah...that’s fine. " scene sanaatnight4 with dissolve sa "And sorry for not...asking for permission to go out at night like this." sa "Even if you’re going to say something like “Do whatever you want” or “I don’t really care.”" s "Wow, that’s exactly what I was going to say." sa "I figured..." scene sanaatnight3 with dissolve sa "My mom is the same way." sa "She lets me do pretty much anything I want." s "Yeah, that sounds about right. Sara seems like a pretty lenient mother." scene sanaatnight5 with dissolve sa "She is." sa "There was...this one time I got lost in a grocery store when I was little..." sa "And I was crying and looking around for her and..." sa "Well, I didn’t find her until almost thirty minutes later because she went home without me." s "That’s not lenient, that’s just negligent." scene sanaatnight6 with dissolve sa "Yeah...it sounds a lot worse now that I say it out loud..." scene sanaatnight5 with dissolve sa "She was really upset about it, though." sa "I remember her crying and...saying how sorry she was for pretty much the rest of the day after that..." scene sanaatnight3 with dissolve sa "But...I was really little back then, so...it doesn’t really matter anymore." sa "At the very least...I don’t think I’ll be getting lost in a grocery store again any time soon." s "It would be concerning if you still got lost in grocery stores at your age." scene sanaatnight6 with dissolve sa "I’m glad you think so, but there are plenty of people who still think I’m a lot younger than I actually am." s "I mean, can you really blame them, though? You’re what, like 4’11?" sa "Even shorter...I’m 4’10." s "{s}Jesus Christ.{/s}" sa "Don’t remind me..." s "Where do you even buy your clothes?" sa "I just asked you to not remind me and now you’re...asking me where I buy my clothes?" s "...Maybe I just want to get you a present?" sa "I’m kind of worried about what a present from you would be like..." s "Rude. I’m a perfectly wholesome adult male, I’ll have you know." scene sanaatnight3 with dissolve if bonus == True: sa "You say that now...but I’m pretty sure I’m catching onto what you’re really like, Sensei..." "I really hope that isn’t true." sa "Besides...I hear a lot about you from Ayane." "I really hope that isn't true either." sa "It’s like you’re a different person when you’re with her than you are with me..." sa "Is it...okay if I ask you why?" else: sa "And I...am a health inspector." sa "You know the truth about me, Sensei...so it's only fair that you...stop changing who you are when you're with me..." sa "The same way I've stopped hiding the real me when you're around..." "She’s absolutely correct." "I {i}am{/i} a different person when I’m with her." "Just like I’m a different person with everyone else." "There isn’t a single person in this world who acts the same with everyone they meet." "You adapt." "You change yourself to fit better into whatever situation you throw yourself into." "Such is the way of the chameleon, and such is the way of me." s "There are a few reasons for that." s "You and Ayane are completely different people. I’ve also known her a lot longer." s "So Ayane and I are obviously going to act a little closer. Just like how I am with Ami." s "Ayane’s basically a member of the family at this point." sa "I see..." sa "I think...she’d be really happy to hear that." scene sanaatnight7 with dissolve sa "She’s...almost like...family for me as well." sa "I met her during a...really bad part of my life..." scene sanaatnight3 with dissolve sa "I wasn’t always this quiet, you know." sa "I was actually really talkative when I was little." sa "I used to get my mom into a lot of trouble." scene sanaatnight6 with dissolve sa "Which is probably another reason the grocery store fiasco was so scary...I thought she was just giving me away for being too rowdy..." sa "Actually, I’m going to stop bringing that up now because I feel even dumber every time I add on to it." s "I’ll be sure to ask Sara about it the next time I see her, just in case you’re leaving anything out." scene sanaatnight8 with dissolve sa "P-Please don’t! She hasn’t brought it up in years and I’m...hoping she forgot about it!" s "Do you really think a mother would forget about something like almost losing her daughter?" sa "N-No! But I can still hope!" s "Okay, okay. I won’t bring it up. But if she ever does, I’m not stopping her." if saradate1 == True: scene sanaatnight4 with dissolve sa "Oh yeah...You and her are...friends, now...right?" s "Is that weird for you?" sa "Um...A little bit. I won’t lie." sa "She...hasn’t had any male friends for a long time...so seeing her get close to you is kind of...concerning." s "What, are you worried we’re going to start dating or something?" scene sanaatnight9 with dissolve sa "Yeah." "I meant that in a joking sort of way but it seems like Sana took it seriously." "I’m surprised she answered so honestly, though." "Is she already comfortable enough to share her actual feelings with me?" sa "It would be...really weird if you two started dating." if bonus == True: s "Why do you say that?" scene sanaatnight10 with dissolve sa "Well cause...you know...you’d be doing stuff that couples do..." sa "And not only would it be with my mom, I’d have to figure out what to say to Ayane as well..." sa "She really likes you and I think...she’d be really scared if you ever dated someone your age." s "So...she’d be okay with me dating someone her age?" scene sanaatnight6 with dissolve sa "Weirdly enough, I think she’d be more okay with that..." sa "Because to her, it would mean she still has a chance." sa "I think what she’s most afraid of is you just...forgetting about her." sa "But I know you wouldn’t do that..." sa "You’re kinder than that, whether you believe it or not." "No I’m not, Sana." "You don’t know half of it." "It doesn’t matter how nice you are to someone if your end goal is to sleep with them." "But of course-" "I won’t fault you for not realizing that yet." "I’ll be here for you until my veins run dry." else: s "Well, I have no intention of ever starting that sort of relationship with her, so you don't have to worry." else: scene sanaatnight6 with dissolve sa "Please...don’t do that either..." sa "I think it would be best if everyone just...forgot all about grocery stores...forever." s "But then where would we buy our groceries?" sa "We wouldn’t. We’d all just die." s "Are you really that embarrassed by that story?" sa "I swear it didn’t sound even half as stupid in my head...it was actually a really sad memory." "A gust of wind sweeps across the beach and, for a brief moment in time, I’m able to see both of Sana’s eyes." "They reflect the moonlight back into the sky, but not before giving me chills." "Though, that could just be the wind." "I didn’t catch much of her face, but I did spot a tiny glimpse of...emptiness?" "Longing?" "There’s something she wants, but can’t have." "I wonder what it is?" scene sanaatnight7 with dissolve sa "Can you feel that, Sensei?" s "Yeah, it’s called wind." scene sanaatnight6 with dissolve sa "That’s not what I meant..." sa "I meant the temperature." sa "It's finally starting to get colder." scene sanaatnight7 with dissolve sa "Summer is leaving us." sa "Pretty soon, we'll even have snow." sa "I wonder what else this winter will have in store for all of us?" s "Do you like the winter, Sana?" sa "I do...I was born in winter. It brings back good memories." sa "I also don’t like the heat." s "Neither do I. Here’s hoping that the two of us can manage to stay sane until-" s "Wait, don’t we have to deal with Fall before we get to winter? That didn’t even occur to me." scene sanaatnight3 with dissolve sa "There is no Fall in Kumon-mi." sa "Just like there is no Spring." sa "All we have are summer and winter." sa "I’m...surprised you haven’t realized that until now." "I know it’s been scorching hot ever since I was reborn here but...I never realized that was due to it being a six month Summer." "How does that even work?" if ayanesleepover == True: s "Do you mind if I say something relatively corny right now?" sa "Go ahead...I’m listening." s "Have you ever realized that you and Ayane are kind of like summer and winter?" scene sanaatnight11 with dissolve sa "Pfft! What the heck?" sa "I knew something corny was coming but...that sounds like a line from a movie." scene sanaatnight12 with dissolve sa "I...I know what you mean, though." sa "Ayane is hyper and outdoorsy and loves adventure and I’m..." sa "Well, I’m Sana Sakakibara." sa "The quiet girl who doesn’t talk to anyone and spends all of her free time playing video games and eating melon bread." sa "So I...can see why you’d think of us like the seasons." scene sanaatnight7 with dissolve sa "Since you had your turn, I’ll say something corny now too..." sa "Summer and winter...kind of need each other, don’t they?" sa "Without one, the other basically wouldn’t exist." sa "The only reason we look forward to seasons changing is because we get tired of the one we have now." sa "So..." scene sanaatnight12 with dissolve sa "So even if you like the Summer right now, you’ll look forward to me eventually, right?" s "…" sa "…" scene sanaatnight13 with dissolve sa "Oh God! That probably sounded really weird, didn’t it?" s "Was that a confession, Sana?" sa "No! I just meant that I...I don’t know!" sa "It just sort of came out! I’m obviously really bad at being corny!" scene sanaatnight14 with dissolve "I take a seat next to Sana and move closer to her." "She doesn’t try to get away." "Months ago, I feel like even coming within a few inches of her would have sent her sprinting down the beach." "But now-" "All she does is turn her head to the side and let out cute noises of embarrassment." sa "Ngh..." sa "I...can’t believe I said something that stupid..." s "It wasn’t stupid. It was cute." sa "No, it was very stupid. Very, very stupid." sa "You should forget you ever heard it." s "I don’t know if I’ll be able to do that." sa "Please do that. Or, at the very least, never repeat it to Ayane." sa "She’d think I was trying to...win you over...or something..." s "Weren’t you?" sa "No. You’re my teacher. That’s weird." if bonus == True: s "I don’t think it’s that weird." sa "Of course you don’t. You...sleep in girls’ beds with them and stuff..." s "…" sa "…" scene sanaatnight15 with dissolve s "Is that a thing we need to talk about?" sa "Is...that a thing you {i}want{/i} to talk about?" s "It sounds like it’s bothering you a little." sa "Of course it’s...bothering me a little." sa "I spent the whole night expecting you to...come visit me at the bar and..." sa "I come home to find you cuddling with Ayane..." sa "It was...really weird..." s "Would it have been better if I just let her stay by herself and cry her eyes out?" scene sanaatnight14 with dissolve sa "Of course not...You...You did the right thing." sa "But that doesn’t make it...not weird for me..." sa "It would be the same thing if I...found you in bed with my mom or something..." s "If you ever find me in bed with your mom, I want you to know it’s probably her fault and not mine." scene sanaatnight16 with dissolve sa "Yeah...it probably would be..." sa "But...still..." sa "I thought I was okay with it, but for some reason, I just can’t...stop thinking about it..." sa "It’s probably because I know how much she likes you and..." sa "Well, I don’t really know how {i}you{/i} feel, but I can’t imagine it’s...easy for a boy to turn down a girl like her if she’s...you know..." s "Didn’t I tell you nothing happened that night?" scene sanaatnight15 with dissolve sa "Mhm...but..." sa "You never said anything about other nights." sa "And I don’t even want to ask because...I feel like it’s just better if I stay in the dark..." "I feel that way too..." else: s "You're right. It would be weird." s "In fact, even mentioning it is making me want to throw up in my mouth." sa "..." s "Don't ever flirt with me, Sana." scene sanaatnight14 with dissolve sa "…" s "…" sa "I’m sorry...I didn’t mean to start complaining..." sa "We’re on vacation...so we should be talking about happier things..." sa "Or just...not talking about anything and...watching the stars together..." sa "That would be nice...wouldn’t it?" s "…" sa "…" s "Yeah." s "We can just watch the stars together." scene sanaatnight17 with dissolve "And so we watched the stars, like any two people awake at 3 AM would." "We sat there in silence, letting the cicadas off in the distance fill in the silent spaces that conversation would normally take up." "And somehow or another, it felt like we were bonding." "I’m glad Sana was able to look past the situation with Ayane and get over it so easily." "She handled everything maturely and responsibly-" "Without even shedding a tear." scene nightsky with dissolve2 "Sana and I get up off of the ground almost 30 minutes later and head back to the inn together." "I always forget how much taller I am than her until I see her right next to me." if bonus == True: "But that’s part of what makes me so attracted to her." "Call me a creep or whatever, but it makes sense in my eyes." "Even if I’m not devoted entirely to her, I’m happy that we can spend so much time together." else: "I am such a big boy now." sa "Um...S-Sensei?" s "Yeah?" sa "You..." sa "You didn’t hear anything while we were watching...the stars...did you?" s "All I heard were the cicadas." sa "Okay...good." s "...?" sa "Let’s...um-" sa "Never mind..." sa "I’ll...do my best to...try and forget..." scene black with dissolve2 "O world." "In our final moments-" "Please remind us how it feels to be wanted without another unwanted in return." "And when we sleep-" "Gift us happy dreams." "Of places where nothing bad can ever happen." "And of a love so pure-" "It destroys the world." $ renpy.end_replay() $ beachvacation9 = True $ sana_love += 1 stop music fadeout 5.0 "{i}Sana’s affection still manages to rise to [sana_love] despite spending the night worrying about what you do to her best friend while she is away!{/i}" "{i}Oh, the tricks our hearts manage to play on us!{/i}" "........." "......" "..." else: s "Well, either way, I’m glad we won’t have to deal with this heat anymore." scene sanaatnight3 with dissolve sa "Me too...I’m excited to wear sweaters and hide under blankets and stuff." s "Yeah, those sound like two very 'Sana' activities." sa "You think you know me so well..." s "Nah. You just have a certain air to you. That’s all." sa "Well I hope it’s a chilly one...cause if one more hot breeze comes to get me and blows sand into my eyes I’m...taking the first bus out of here." scene nightsky with dissolve "Sana and I get up off the ground a few minutes later and head back to the inn together." "I always forget how much taller I am than her until I see her right next to me." "But that’s part of what makes me so attracted to her." "Call me a creep or whatever, but it makes sense in my eyes." "I feel a certain obligation to protect her from anything that would hurt her...Even if those things would make my life easier or better in the long run." sa "Um...S-Sensei?" s "Yeah?" sa "I...Umm..." sa "I’m glad you couldn’t sleep tonight." s "…" scene black with dissolve2 s "Me too." $ renpy.end_replay() $ beachvacation9 = True $ sana_love += 1 stop music fadeout 5.0 "{i}Sana’s affection has increased to [sana_love]!{/i}" "........." "......" "..." label endofbeachvac9: $ totaldays += 1 $ day += 1 if day == 7: hide saturday onlayer date show sunday onlayer date else: "ERROR" "{i}[totaldays] days have passed...{/i}" if ami_lust >= 10: jump amilust10 else: jump amilust10skip label amilust10: scene amibeachlust1 with dissolve2 "{i}The next morning...{/i}" play sound "slidedoor.mp3" a "Ugh...Is he really going to spend the entire morning sleeping?" a "Sensei! Are you up?" s "…" a "Senseiiiii~" play sound "slidedoor.mp3" scene amibeachlust2 with dissolve a "Sensei. It’s almost 10 AM. That means it’s time to..." if bonus == True: jump amilust10x else: a "..." a "Eh. Nevermind." scene black with dissolve "Ami leaves the room without doing anything because this is a family friendly game." $ renpy.end_replay() $ ami_lust += 1 $ amilust10 = True "{i}Ami’s lust has increased to [ami_lust]!{/i}" "………" "……" "…" label amilust10skip: scene amibeachlust1 with dissolve2 "{i}The next morning...{/i}" play sound "slidedoor.mp3" a "Ugh...Is he really going to spend the entire morning sleeping?" a "Sensei! Are you up?" s "…" a "Senseiiiii~" play sound "slidedoor.mp3" scene amibeachlust2 with dissolve a "Sensei. It’s almost 10 AM. That means it’s time to..." if bonus == True: jump amilust10skipx else: a "..." a "Eh. Nevermind." scene black with dissolve "Ami leaves the room without doing anything because this is a family friendly game." $ renpy.end_replay() "………" "……" "…" label beachvacation10: if _in_replay: play music "normalday.mp3" scene beachbreakfast1 with dissolve ay "...And so I say to the guy, “You {i}can’t{/i} kick me out! My father owns the place!”" ay "And so he’s all like, “Miss, that doesn’t mean you’re allowed to just free all of the animals! That will put them in danger!”" ay "So I grab him by the collar of his stupid shirt and I look him in the eyes and say..." scene beachbreakfast2 with dissolve ay "My middle name is danger...and if you’ve got a problem with me freeing a few puppies, {i}I’ve got the nerve to show you why{/i}." scene beachbreakfast3 with dissolve mak "But...that’s not your middle name. You don’t even have a middle name. You’re Japanese." mi "Hold the phone. Why would anyone get into trouble over freein’ some puppies? Puppies are supposed to be free! " scene beachbreakfast4 with dissolve mak "I don’t think there’s anywhere in the world, let alone Japan, where puppies are {i}supposed{/i} to roam free." mak "The vast majority of dogs, other than wild ones like wolves I mean, are domesticated. " mak "So the chances of a normal puppy surviving alone in the wilderness is significantly lower than it would be should that puppy be in the care of a human." mi "...Why do ya gotta be so {i}real{/i} all the time?" mi "Why can’t ya just let my innocent heart think about some happy puppies floodin’ the streets of Kumon-mi?" mak "Because that would cause a multitude of problems that-" scene beachbreakfast5 with dissolve ay "So anyway, how was your night, Karin? You went out jogging, didn’t you?" ay "I think most of us were probably asleep by the time you got back, right?" ka "Oh, uhh, yeah. It was nice. I kind of forgot how much harder it is to run in the sand, so that was a little bit of a wake up call." ay "You were able to find a spot in the room, though, right? I know it was kinda cramped in there. Especially with Molly sprawling out all over the place." ka "Yeah...I felt really bad for the one girl...Rin, I think?" ka "She was basically hugging her the entire night." scene beachbreakfast6 with dissolve mi "Rin?! Imagine how I feel! I barely even know the girl and she was all up on me like I was her friggin’ body pillow!" mi "I felt like I was two steps away from gettin’ married with how close we were!" ki "You should have come slept next to me like I told you to in the first place." scene beachbreakfast7 with dissolve mi "What, you mean right in front of the bathroom? Wouldn’t it be annoying havin’ people step over you to get in all night?" ki "I don’t even think I woke up at all. But I’m kind of a heavy sleeper so...yeah." scene beachbreakfast8 with dissolve ka "I’m really thankful for that, by the way. Because I totally kicked you when I went in there to get dressed last night and you didn’t even move." ki "Gee. Thank you, beloved sister, for abusing me in my sleep. I’ll be sure to return the favor tonight." ka "I’ll be sure to not go to sleep until really late then." scene beachbreakfast9 with dissolve mak "Oh, I've been meaning to ask...What’s it like having a little sister, Karin? " mak "I’ve always wanted one myself but my parents have always been pretty adamant about only having one child." ki "Yeah, Karin. What’s it like? Answer very carefully." scene beachbreakfast10 with dissolve ka "Well..." ka "That’s kind of a hard question." ki "{i}Very carefully...{/i}" ka "Kirin and I don’t always get along. In fact, she was pretty unbearable when the two of us were little." ka "Being taller and older than her meant that she got a lot of my old clothes as I grew out of them, but that never stopped her from taking the ones I still used either..." scene beachbreakfast11 with dissolve ka "Plus, I can’t even remember how many fights we’ve gotten into over other stupid stuff like where to go out to eat or what to name our cat." ki "I won the cat battle, in case anyone is wondering." ki "I’m clearly the superior sister." ka "Is that really what you think? That you won?" scene beachbreakfast12 with dissolve ki "Uhh...well we went with the name {i}I{/i} chose, so yeah. That counts as a victory for me." ka "We went with {i}a{/i} name that you {i}agreed{/i} to. And you chose it out of a hat." ki "Whatever, still my name. You weren’t allowed to put anything in the hat anyway." ka "That’s just what Mom told you." ka "The {i}real{/i} truth is that I made up all of the names in the hat and just let you pick whichever one because I liked them all." scene beachbreakfast13 with dissolve ki "You bitch!" ki "You two have been lying to me for years and letting me think I named the cat, when it’s really just been one long prank?!" ki "I don’t even want the cat anymore! Take it back to the pet store!" scene beachbreakfast14 with dissolve ka "That pet store closed down like six years ago..." ka "And besides, you love Pancake. I don’t believe for a split second that you’d give him up that easily." scene beachbreakfast15 with dissolve ki "Yeah well...fuck you, Karin." ka "I love you too!" mak "Your relationship seems a little more...complicated than I imagined it would be based on how often you two are together. " mak "I always figured having a little sister would be like always having someone to look after and...train, I guess." mak "Kind of like a mini-version of myself." scene beachbreakfast16 with dissolve mi "Oh, heck no! I can barely deal with one of you!" mi "Ya have any idea how hard my life would be with {i}two{/i} Makoto’s? I’d never have time for soccer anymore." mak "True, but at least you’d be passing math." mi "What even is math?!" mak "It’s the subject with all of the numbers." mi "I know what it is! But like, what the heck {i}is{/i} it?! You know?!" mak "…" mak "No." scene beachbreakfast17 with dissolve ka "Well, at the end of the day, I think it’s pretty safe to say that Kirin isn’t anything like me." ki "You’ve got that right..." ka "But honestly, I can’t imagine what life would be like without her." ka "Even if we fight all of the time and even if she stole like half of my clothes when we were growing up, thinking about doing all of that without her just seems pointless." ka "It sounds dumb, I’m sure, but I love her a lot. She means the world to me and, as her big sister, I’ll always have her back no matter what." scene beachbreakfast18 with dissolve ki "Sis, what the fuck?! Why are you getting all sappy all of a sudden?!" ki "I haven’t even had breakfast yet! I don’t want to hear that!" ka "Don’t want to hear what? That I love you?" ki "Yes! You can’t just...say stuff like that in public! It’s embarrassing!" ka "I love you, Kirin!" ki "Ahhhhhhh!" scene beachbreakfast19 with dissolve ay "Hey, Tsuneyo. Whatcha thinkin’ about over there?" ay "You’ve been pretty quiet all morning and I just want to make sure you’re not feeling left out or anything." ka "Yeah. We’re all friends here. Tell us what’s on your mind." t "…" ka "…" ay "…" if bonus == True: t "Masturbation." else: t "The Gaelic language." ka "…" ay "…" scene beachbreakfast20 with dissolve ki "…" mi "…" mak "…" scene beachbreakfast21 with dissolve t "Did I say something wrong?" ay "Well...no!" ay "I mean, I’m sure we all...everyone once in a while, but..." ay "Breakfast isn’t really the...best time to bring something like that up." t "It’s not?" ay "No...it’s just like..." ay "You know what? Maybe you should just go back to the inn alone for a little while if you really need to...do that." t "Do what?" ay "..." ay "Masturbate, obviously." t "But I don’t know how." ay "…" t "…" scene beachbreakfast22 with dissolve ay "What?..." if bonus == True: t "I don’t know what masturbation is." t "I heard our teacher use the word yesterday and he told me it would be best to ask all of you about it." else: t "But I do not see what that has to do with Gaelic." t "Please teach me immediately, as the teacher refused to do so." scene beachbreakfast23 with dissolve ki "Pfft..." mak "That son of a bitch." scene beachbreakfast24 with dissolve ay "Would you...maybe mind explaining why Sensei would have told you to ask us about something like that?" t "He said that it was something that he probably shouldn’t teach me about and that one of you would show me." scene beachbreakfast23 with dissolve mak "That son of a bitch..." ki "HAHAHAH! OH MY GOD!" scene beachbreakfast24 with dissolve if bonus == True: ay "Well, uhh...I guess the easiest way to explain it would be that it’s like...sex that you do to yourself." ay "With like, your fingers or...toys or...the corner of the boy you admire’s desk." ay "Pretty much anything can get the job done if you try hard enough." else: ay "Well, uhh...I know it was brought over to Scotland from Ireland, but...my knowledge kind of stops there..." ay "Why not just ask Molly? I'm pretty sure she can speak it." ka "Is...anyone else getting dizzy?" t "I see." if bonus == True: t "So it is sex that you do to yourself." else: t "So the only way to find out is to go to one of the sources." ay "Exactly." t "Okay." ay "Great, so I guess we can just-" if bonus == True: t "What is sex?" else: t "But what if Scott does not want me on his land?" ay "…" t "…" play sound "thump.mp3" scene beachbreakfast25 with hpunch ki "HAHAHAHAHAHAHAH!!!! AHHHHHH!!!!" mi "Ahh! Karin died! Someone call an ambulance!" mak "She’s not dead, Miku. She just...needs a minute to recover, I think." t "Is the tall girl with the beautiful abs going to be okay?" ay "Yeah...She’ll be fine. " ay "You’re the one I’m worried about." scene beachbreakfast26 with dissolve t "I don’t understand." ay "I know you don’t..." ay "How about the two of us have a conversation in private later, okay?" if bonus == True: t "Are you going to teach me how to sex?" ay "Let’s just..." ay "Sure. Yeah. I’ll teach you how to sex." else: t "Do you know Scott?" ay "Sure. Yeah. I know Scott..." scene sky with dissolve2 "…" s "So, what are you planning on doing today, Ami?" a "Me? I don’t know. More vacation stuff probably. " a "I know Ayane and some of the other girls are eating breakfast right now, but I can’t imagine they’re talking about anything exciting." s "Well let’s hope you didn’t miss anything fun." "Ami and I make it to the beach a short while later to find Karin passed out on her plate of breakfast." "I guess she must have had a long night." scene black with dissolve stop music fadeout 7.0 "I decide to get some food from a nearby stall and scarf down an omelette before setting off to find something else to do this morning." $ renpy.end_replay() $ beachvacation10 = True "........." "......" "..." label beachvacation11: scene mollymaya1 with dissolve play music "justbehappy.mp3" fadein 4.0 mo "Well, well, well! Glad you decided to join us, Sir!" m "Yes. Very glad. Hooray." "I find Molly and Maya hiding from the sun under a slew of parasols on my way down the beach." s "When you said you were bringing multiple umbrellas, I didn’t really believe you. " scene mollymaya2 with dissolve mo "Well, you should have! Without constant protection from the sun, I’m as good as dead. " mo "I don’t know how you Japanese people handle these harsh Summers so well. I feel like I’m being tossed into the depths of Orodruin every time I step outside." s "I have no idea what that is." mo "Then you have much to learn! Perhaps the two of us should retreat back to the inn and have ourselves a Lord of the Rings marathon? Aye, Supreme Overlord?" s "You’re just trying to escape from the outdoors again, aren’t you?" scene mollymaya3 with dissolve mo "Guh...I had no idea you could read minds as well..." mo "This is concerning for a number of reasons." s "That aside...how are you, Maya? I didn’t really see you at all yesterday once we got to the beach." m "Correct. I was beginning to think my plan of avoiding you was going to keep up for the full 48 hours." m "I regret to see that this is very much not the case." s "Thanks. I missed you too." m "Please go away." scene mollymaya4 with dissolve mo "Are you two like arch nemeses or something? I haven’t really been around long but every interaction you’ve had together since I joined the class has been pretty toxic." mo "Even thought about reporting you to the GMs on one or more occasions for gameplay sabotage." m "This isn’t a game. This is real life." scene mollymaya5 with dissolve mo "What do you know, Maya?!" m "A little too much, I’m afraid." mo "Well, it’s a game to me. And it’s a game to the Supreme Overlord as well." s "I don’t even know what we’re talking about right now." scene mollymaya6 with dissolve m "Strange. It appears as if we might actually be on the same page for once. " m "Though, I suppose that makes sense given that Molly is perhaps the only person I know who is more delusional than you." scene mollymaya1 with dissolve mo "Did ya hear that, Sir? We’re brothers in arms. Fellow degenerates." mo "Who cares if the world doesn’t understand how you and I look at it? As long as we’re leveling up our stats with everybody, I’m sure we’ll survive." s "Molly, why did you come here again? You’re really not suited for the outdoor world." scene mollymaya7 with dissolve mo "Well, it was to play D&D. But now that that’s over I’m kinda just floatin’ out in the Twisting Nether until the next time we all meet up." s "Oh, are you guys not playing again tonight?" m "We are not. " m "Ayane’s character died so she needs time to prepare a new one." mo "There’s the issue with Futaba as well." mo "She wasn’t able to play last night and I heard that she went back to the dorm this morning." s "Wait, really? How come?" m "She said she wasn’t feeling well. " m "I imagine it’s because of the heat." m "It won’t be an issue soon, though. " scene mollymaya8 with dissolve mo "That’s right, Sir. {i}Winter is coming{/i}." s "Why did you say that so menacingly?" scene mollymaya9 with dissolve mo "Oh my God! You really don’t know anything, do you? What do you even do for fun?!" if bonus == True: m "He peeks on [young_girls] while they’re getting changed." mo "I mean, so do I, but it’s normally in the form of a game. You know there are much easier ways to do that, don’t you?" else: m "He used to hang out with me." s "I did?" m "Yes. I mean whoops. Who said that?" mo "If that's true, it sure beats romancing virtual girls in virtual spaces like I do all day." mo "Thankfully, I am not alone and there are many others just like me." s "Oh please. As if anyone would be attracted to girls in a video game. That just doesn’t even make sense." scene mollymaya3 with dissolve mo "I’m just going to pretend I didn’t hear that...You two carry on with your normie conversation while I lay here and innervate myself." s "Try to do things like that in private, Molly." scene mollymaya10 with dissolve mo "It‘s a spell to restore my mana and it’s very wholesome!" mo "I might be a degenerate but even I wouldn’t stoop to doing {i}that{/i} surrounded by a crowd of my friends!" mo "My lust level is nowhere near high enough!" scene mollymaya13 with dissolve mo "Now if you’ll excuse me-" mo "Bzzzzzzzzzzz..." m "… " s "…" s "What is she doing?" m "Innervating." s "Does she really need to make those noises, though?" m "Does she really need to do 90%% of the things that she does?" s "Good point." "I take a few steps toward the towel the two of them are sitting on and begin to crouch down." s "Can I take a seat? I’m getting a little tired of-" scene mollymaya11 with dissolve m "No thank you." s "But there’s plenty of room." m "I said no thank you." m "I’m afraid you might accidentally touch me. " s "Would that really be so bad?" scene mollymaya12 with dissolve if bonus == True: m "I fear that my skin would melt off if you even thought about touching me." s "Your skin would have probably melted off by now because it’s pretty unfeasible to think that I haven’t imagined touching you at some point." else: m "I'm afraid it might cause me to fall in love with you all over again." s "????????????" m "Oh. Crap. I have to keep up the facade." scene mollymaya13 with dissolve m "You’re disgusting." s "How many times is that now? Four? Five?" m "Not enough to get the point across, apparently." m "Why are you even here?" m "And where is Ami?" if bonus == True: m "She seemed to take her time waking you up this morning, so I can only imagine what that must mean." if amilust10 == True: s "…" m "…" "Wait..." "Does Maya know about {i}that{/i}?" "I know her and Ami are best friends, but I didn’t think she’d go as far as telling her friend that she’s engaged in [incest] with her [uncle]." "That just seems like a horrible idea in every sense of the word." "But...then again...Maya has been known to understand a little more than she’s supposed to at times." "This is incredibly worrying." s "I have no idea what you’re talking about." m "Apologies. Of course you don’t." else: s "I have no idea what you’re talking about. All she did was wake me up and walk down here with me." m "Really?" s "Really." m "…" m "Interesting." else: s "I think I saw her floating away earlier." scene mollymaya14 with dissolve mo "Oooookay. I’m tired of not being involved anymore. Molly MacCormack has joined the battle." s "Welcome back Molly. How was your intervention?" mo "{i}Innervation{/i}, Sir. You need to memorize your spells or you’ll never make it into the raid group." s "Is that a thing I even want to be a part of?" scene mollymaya16 with dissolve mo "Of course! It’s only the peak of the endgame experience!" if bonus == True: mo "The only thing better than getting a well-rounded raid group is checking the tags and not seeing anything about vore." s "How do you know all of these strange words?" s "Am I really getting that old?" else: mo "The only thing better than getting a well-rounded raid group is a balanced breakfast." s "I agree, Molly. But I'm basically an old man now and my taste buds are slowly beginning to dwindle." scene mollymaya17 with dissolve m "Yes. I’ve been telling you that since you first showed up at the shrine." if bonus == True: m "You’re disturbingly old. So much so that I don’t understand how you haven’t been arrested for hanging around us in public yet." else: m "You need to get a new tongue." m "Here, borrow mine." s "Wow, you’re really firing on all cylinders today. Aren’t you, Maya?" m "You’re ruining my vacation." s "All you’re doing is sitting on a towel. That’s not really high quality vacation material." m "And sleeping until almost noon and having your [niece] come to wake you up is?" scene mollymaya18 with dissolve if bonus == True: mo "That doesn’t sound all that bad to me. I’m sure I’ve even read through a few pretty...{i}interesting{/i} scenes that have started that way." else: mo "You know, I really just don't see the point of accountants when we'll all be using Dogecoin in a few years." m "Why do girls like you exist?" scene mollymaya19 with dissolve mo "Why do {i}any{/i} of us exist, Maya?" mo "What is life if not an excuse to feel pain? To grow old and die. " mo "It’s how the universe was designed. We’re all creatures just struggling to find our purpose before our time runs out." m "…" mo "…" m "Is that supposed to be me?" s "It was pretty spot on, to tell you the truth." m "It was not. She didn’t even get my face right." scene mollymaya20 with dissolve mo "Please leave me alone, Sensei. I can not enjoy my vacation with you standing so close to me." mo "Make yourself useful and fetch me a watermelon before I fade away into nothingness." scene mollymaya21 with dissolve m "This isn’t funny." mo "Like my Maya impression, Sensei? It’s pretty good, right?" mo "That was my first time tryin’ the whole ‘expressionless’ face thing. Did it look okay?" s "It was perfect. I actually thought you {i}were{/i} Maya for a second." scene mollymaya22 with dissolve m "You’re not funny either. " m "That impression was nothing like me." s "Why don’t you give us your best Molly impression then, Maya?" m "I’d rather die." mo "Urrheak here is just jealous that my personality can’t be so easily mimicked. " scene mollymaya23 with dissolve m "Your personality can be mimicked by any prepubescent boy in Japan. You aren’t as unique as you think." mo "Do you hear something, Sir? The wind is certainly loud today." m "It’s not even windy." s "I don’t hear anything at all. " s "In fact, have you seen Maya around? I’m starting to worry that she might have gotten lost or something." scene mollymaya24 with dissolve mo "Maya?" mo "I’ve..." mo "I’ve never even heard that name before..." s "Wait a minute...neither have I." m "This isn’t funny." m "You’re disgusting {i}and{/i} immature." scene mollymaya25 with dissolve m "In fact, it’s almost unnerving how-" scene mollymaya26 with dissolve m "Wait..." m "What are they doing over there?" "Something off in the distance catches Maya’s attention." "Molly and I both follow her gaze to figure out what it might be..." scene mollymaya27 with dissolve ka "Hah..." a "You can do it, Karin! We believe in you!" mi "Yeah! You show that melon who’s boss! " ka "Okay but...I don’t really know how hard to swing the bat..." ka "Don’t we have anything a little less...well, hard?" mi "If it ain’t hard there’s no way you’ll kill the melon!" mi "Just give it a good ole whack and show it that you’re co-captain of the soccer team for a reason!" a "Yeah! Even though you don’t really need a bat for soccer and...being the co-captain isn’t really based on strength!" mi "Yeah! What Ami said!" ka "Okay...but I doubt I’ll get it on the first try." scene mollymaya28 with dissolve m "Oh no...No..." m "This can’t be happening." m "I have to go!" scene mollymaya29 with dissolve "Maya suddenly takes off toward Karin and Molly is left with an expectedly confused look on her face." mo "The Hell was that about, Sir?" s "I guess you don’t know." mo "Know what? What’s going on?" s "Maya has a...unique affinity for watermelons." s "It’s actually kind of strange. It’s not even that good of a fruit." mo "It’s really not. It just tastes like...water. And melon." s "I agree. But, well-" s "Well I guess you’ll see for yourself." scene mollymaya30 with dissolve a "Oh, crap! I forgot all about Maya!" a "Karin! Abort mission! Don’t kill the watermelon!" scene mollymaya31 with dissolve ka "Thank you for the concern, Ami. But it’s really okay. I’ll figure out a way to make the bat work." ka "Sure, I would have preferred maybe a large stick or something like that but...this will do." ka "This will do nicely." ka "This melon will die." scene mollymaya32 with dissolve a "No, you don’t understand! If you blow up the watermelon, Maya will get really upset!" a "They need to be cut into perfect wedges or else she gets super cranky." mi "Wow. Maya’s actually kinda fast. " mi "Think she’ll make it in time?" scene mollymaya33 with dissolve a "Of course she’ll make it in time! A melon is involved!" ka "Okay! Here I go!" scene mollymaya34 with dissolve a "AHHHH! I CAN’T WATCH!" scene mollymaya35 with fade ka "The melon is here. I can sense it." "Karin miraculously makes her way over to the watermelon and kneels down in front of it." "Maya gets closer with each passing second, but who’s to say if she’ll make it in time?" "Karin could strike at any moment." "And with a figure like that I can imagine it would send the watermelon flying into a million tiny bits." a "KARIN! YOU DON’T HAVE TO DO THIS!" ka "It’s okay Ami...Everything is going to be okay..." a "NO, LIKE, YOU LITERALLY DON’T HAVE TO DO THIS. WE CAN JUST EAT IT LIKE NORMAL." ka "A mission is a mission..." scene mollymaya36 with dissolve ka "God...forgive me!" scene black with dissolve "In the very last second-" "Just before the watermelon’s demise." "An angel appears." "..." "And the bat immediately connects with her." scene mollymaya37 with dissolve ka "Ahhh! Oh my God! I-I’m so sorry! I had no idea you were there!" a "THAT’S WHAT I WAS TRYING TO TELL YOU!" m "I...regret nothing..." m "Let this...be a lesson...on the..." m "Hah..." ka "On the what?! Tell me your dying wish and I’ll devote my life to making it come true!" m "Let this be a lesson on the..." scene mollymaya38 with dissolve m "The proper treatment...of watermelons..." scene black with dissolve2 "They were strange dying words, but they did their job." "Karin spent the rest of her life wandering the world and educating youths in urban areas about how to properly treat watermelons." "She continuously had to relocate, though, because local law enforcement kept putting out bulletins about a deranged woman entering[school]s and lecturing students about fruit." "Maya died shortly after the incident." "We spread her ashes over her favorite melon farm." scene sky with dissolve "And me?" "I bet you’re wondering what I did." "But this isn’t my story." "It’s yours." "So what will you do?" "Will you die for what you believe in?" "Or will you be the one bearing the {s}baseball bat{/s} axe?" $ renpy.end_replay() $ beachvacation11 = True $ maya_love += 1 $ molly_love += 1 stop music fadeout 5.0 "{i}Maya’s affection has increased to [maya_love]!{/i}" "{i}Molly’s affection has increased to [molly_love]!{/i}" "........." "......" "..." label beachvacation12: scene sunbathing1 with dissolve play music "normalday.mp3" s "Hello, ladies." mi "You sound kinda creepy when ya just walk up to a group of half-naked girls and say “Hey, ladies,” Sensei." if bonus == True: s "Not being creepy isn’t really a strong suit of mine." c "Aww, come on. You’re not that bad." "I stumble upon Chika, Tsuneyo, and Miku laying out on a blanket once the afternoon rolls around." "And, in case you were wondering, no. Maya didn’t actually die during the watermelon incident." "Thankfully, Karin was able to hold back and only used a fraction of her true power. " "So Maya got off without any internal bleeding whatsoever." "What a joyous occasion. " else: s "Yeah. That was not my best greeting. I apologize." t "You." s "Hi, Tsuneyo." scene sunbathing2 with dissolve t "Ah-" scene sunbathing1 with dissolve t "Wait, no. Stop that." t "I am mad at you." s "Why? I haven’t even really seen you since yesterday and-" s "Oh. " s "Yeah, I probably know what this is about." scene sunbathing3 with dissolve mi "Sneaky move havin’ us girls do yer’ dirty work for ya. Karin almost died." s "Is {i}that{/i} why she was passed out in her breakfast when I made it to the beach this morning?" mi "Yup! Ruined a perfectly good dish and Ayane had to go buy her another one." s "Oh. Well then no one lost except for Ayane’s dad. This seems fine to me." scene sunbathing4 with dissolve t "Wrong. I lost." t "I learned things today that I was not ready to learn." s "To be fair, these are things you probably should have learned about a while ago." t "Fuck you." c "Yeah...Think I’m gonna go out on a limb and side with Tsuneyo here, Sensei. " if bonus == True: c "It’s probably for the best if you just...don’t talk about masturbation or sex or anything like that with her. " c "I don’t think she’s prepared for that kinda stuff yet." scene sunbathing5 with dissolve mi "Yeah. Not everyone here’s as mature as Chika and me, Sensei. Some people just take a little longer to develop. Like noodle-girl!" s "Wow, Miku. I had no idea you were ready to talk about stuff like that." mi "Whaddya mean? I’m ready to talk about anythin’ ya throw at me. Just name it." s "Any thoughts on reverse cowgirl?" else: c "There's a time and a place to teach language arts and the beach really isn't one of those places." s "Can I at least ask her if she's more interested in learning about it now that she's beginning to understand the basics?" scene sunbathing6 with dissolve c "Sensei! What do you think you’re asking her?!" if bonus == True: jump cowboyx else: s "If she's more interested in learning about it now that she's beginning to understand the basics." t "Perhaps it is for the best if you just leave now." s "You know, I really think it might be all of you who are overreacting this time and that I didn't really do anything wrong." s "I understand that the point of vacation is to get {i}away{/i} from learning for a moment, but-" mi "You heard the woman, Sensei! Be gone!" mi "And take yer friggin' textbooks and ancient languages with ya when ya go!" scene black with dissolve2 s "I understand. I am very sorry for doing something that was apparently so wrong." s "I will use this opportunity to {i}not{/i} study where this disconnect comes from and simply employ better common sense to ensure that it does not happen again in the future." t "And stay out, peasant." $ renpy.end_replay() $ beachvacation12 = True $ chika_love += 1 $ tsuneyo_love += 1 $ miku_love += 1 stop music fadeout 5.0 "{i}Your affection with Chika, Tsuneyo, and Miku has increased by 1!{/i}" "………" "……" "…" if ayane_lust >= 10: jump ayanelust10 else: jump ayanelust10skip label ayanelust10: ay "Well, well, well...If it isn’t good ole’ [ayanemaster]..." scene whatwelove1 with dissolve play music "acoustic.mp3" s "If it isn’t Ayane Amamiya, heiress to the Amamiya fortune." scene whatwelove2 with dissolve ay "In the flesh." s "What are you up to?" ay "Hmmm..." ay "Will you think I’m creepy if I say I’ve been waiting here for you to walk by?" s "A little, yeah. But I already think you’re kind of creepy so just say whatever." ay "I see. Then I just so happen to be passing by." s "You’re not passing anything. You’re just standing there leaning against a wall." scene whatwelove3 with dissolve ay "Ugh...Would it kill you to just play along for once?" ay "I’ve barely got to spend any time with you since we got here and...I miss you and stuff." s "I can tell by the fact that you’ve been literally waiting for me to walk past you." scene whatwelove2 with dissolve ay "On the bright side, I haven’t been waiting very long!" ay "It’s only been maybe...twenty minutes or so? I figured you’d need to pass by eventually." s "That’s still a decently long time to be doing literally nothing for." scene whatwelove4 with dissolve ay "But it’s all worth it because I got to see you!" ay "So, mission accomplished! Ayane wins!" "Ayane lets out what sounds like a mixture between a sigh of relief and a childish laugh." "Despite how creepy it definitely is to stand there waiting for twenty minutes, I really don’t mind." "Things like this are commonplace for a girl like her." "A girl who wants to be noticed." "Who wants to be loved." if bonus == True: "And-" "One that is inexplicably horny at all times of the day." "What more could you ask for?" scene whatwelove5 with dissolve ay "Is it okay if the two of us hang out for a little while? I freed up my afternoon so I’d be able to spend as much time with you as possible." s "Well when you put it like that, there’s not really any way I can refuse." ay "Then I’m glad I put it like that!" scene whatwelove6 with dissolve ay "Let it be true! For the next two or so hours, I will be your prisoner!" s "Wouldn't I be {i}your{/i} prisoner in this case? You’re the one who ambushed me." ay "I ambushed no one. I just happened to be standing here while you passed by." s "But you said-" scene whatwelove7 with dissolve ay "Shh...No words. I’ve accepted my fate and am ready to take any punishment you are willing to give me." if bonus == True: jump prisonerx else: scene black with dissolve "I decide to punish Ayane by forcing her to build one hundred sand castles." "However, just as she finishes the ninety-nineth, Kirin shows up and kicks all of them down." "It causes a rift in their friendship and the two of them immediately sever all ties." "I'm pretty sure Kirin just wanted a hug, though." "Either way, there are easier ways to hug people. And I do not endorse destroying someone's hard work as a means of bringing yourself closer to your goal." $ renpy.end_replay() $ ayanelust10 = True $ ayane_lust += 1 stop music fadeout 5.0 "{i}Ayane’s lust has increased to [ayane_lust]!{/i}" "………" "……" "…" jump beachvacation13 label ayanelust10skip: "I fall asleep, but do not dream." "Everything is black." "And nothing falls but me." "………" "……" "…" jump beachvacation13 label beachvacation13: q "...sei?" "I feel a light tapping on my shoulder. Like someone is trying to wake me up but is a little worried about doing so." q "Can we...talk for a little while?..." s "…" scene rinintheinn1 with dissolve play music "lastdailysong.mp3" s "...Rin?" r "I’m sorry to wake you up..." r "I just...wanted to come see you for a little while..." scene rinintheinn2 with dissolve "I come to my senses to find a teary-eyed Rin near the side of the bed, nervously tugging on the sheets and glancing around the room." s "Is something going on?" scene rinintheinn3 with dissolve r "Maybe..." r "I don’t know." r "I mean, technically, nothing has happened yet." r "But a thing might happen and I’m nervous and I’m panicking and I kind of just wandered in here hoping you’d be around." s "Well I’m definitely around." scene rinintheinn2 with dissolve r "Yeah. You are." scene rinintheinn3 with dissolve r "So uhh...did you hear that me and Chika are hanging out tonight?" s "I did. And I’m imagining that’s a big part of why you’re on the verge of tears." s "Are you thinking of telling her?" scene rinintheinn4 with dissolve r "Thinking...yeah. Actually doing it is a whole other thing." r "I don’t want it to seem like I’m just getting swept up in the momentum of vacation and stuff." r "And I’ve never confessed to anyone before so I don’t even know what I would do." s "Isn’t it as simple as just...telling her how you feel?" s "I’m not really the best when it comes to any sort of feelings, so sorry if it’s more complicated than that." scene rinintheinn3 with dissolve r "It’s definitely more complicated than that..." r "Especially considering that we’re both girls." scene rinintheinn6 with dissolve r "Chika’s popular and...even if in some crazy reality she were to accept my confession, doing that would probably make a lot of her friends look at her differently." s "..." "Has Rin already decided that she’s going to be rejected?..." s "What’s this about a ‘crazy reality?’ You’re making it sound like you’ve already given up." scene rinintheinn7 with dissolve r "There’s a big difference between giving up and accepting how things are." r "When she and I were talking last night...I figured out that there’s basically no chance of this working out in my favor." r "She definitely has feelings for somebody. But it’s a million-percent not me." s "…" r "…" scene rinintheinn9 with dissolve r "Do you know who it {i}is{/i}, though?" r "Because I’m pretty sure I do." r "And I've gotta say, it's pretty surprising to me." scene rinintheinn8 with dissolve r "But it’s fine...We can’t help who we fall in love with." r "I mean, maybe I’m supposed to be rejected?" r "Maybe that’s just...what needs to happen in order for me to move on?" r "What do you think, Sensei?" r "We’re good friends now..." r "Tell me how you feel." s "Why does how I feel matter at all?" r "Why wouldn’t it?" s "Because this isn’t about me." scene rinintheinn7 with dissolve r "Heh...Yeah." r "You’re right." r "You’ve helped me enough as is. I shouldn’t be pushing any more problems onto you." r "It’s not fair." s "..." "{i}Not fair.{/i}" "What is fair, exactly?" "And what's all of this about pushing her problems onto me?" "If anything, Rin has been keeping her problems {i}away{/i} from me." s "Is that why you didn’t tell me you started hurting yourself again? You're afraid of getting me more involved?" scene rinintheinn10 with dissolve r "Huh?" r "What are you talking about?" s "One of your friends recently opened up to me about how worried they are about you." r "What? Why?" s "She saw your arm." r "When would anyone have even-" scene rinintheinn11 with dissolve r "…" r "It was Molly, wasn’t it?" s "You really think I’d tell you-" scene rinintheinn12 with dissolve r "Definitely Molly." r "Listen...it isn’t what it sounds like." r "I promise that I haven’t done anything like that since you caught me." r "She probably just saw some of my old scars since I didn’t put any concealer on them that day." r "Do you want to check? There’s nothing there. I promise." s "...It’s fine." s "I don’t need to check." s "I’m supposed to trust you." r "Mhm...And I’m supposed to trust you too." r "…" s "…" r "Do you mind if I sit on the bed?" r "I’m starting to feel this weird power dynamic just kneeling at your side." s "Of course..." scene black with dissolve "Rin pulls herself off of the ground and moves closer to me. " "The two of us back against the headboard, but she doesn’t look at me for some reason." "She’s not normally the type to stray from eye contact when she isn’t in depression-mode, so it makes me a little uncomfortable." "But I suck it up and deal with it for the time being." "This is her time to vent." "And I told her I’d be there for her if anything like that happened over the weekend." scene rinintheinn13 with dissolve s "…" r "You’re not wearing a shirt." s "Are you just now realizing this?" r "I was a little distracted by my own feelings before, but now that we’re on the bed together I’ve become increasingly aware of it." s "Should I put one on?" r "Nah...It’s okay. " r "Everyone else is doing stuff right now anyway. No one will see us and get the wrong idea or anything." s "I see." scene rinintheinn14 with dissolve r "So do you...have any advice for a girl on her deathbed?" s "You’re not on your deathbed, Rin. " r "Mental death bed." r "I’m probably gonna...shut down for a little bit after tonight." r "I don’t think I’ll be able to prevent it even with you there." s "But what if in that “crazy reality” of yours, Chika says yes to you?" scene rinintheinn15 with dissolve r "Then I’d shut down out of joy. It would be a horrible first impression as a girlfriend." s "Yeah, I think that would be a turn-off for me too." r "Really? So you don’t think I’m girlfriend material, Sensei?" if bonus == True: s "Well...I never said that." r "What am I then? The mistress? The friend with benefits?" s "I haven’t even received any benefits yet." r "What are you talking about? I showed you my boobs once, didn’t I?" r "Not calling them a benefit is pretty rude." s "Well it's not like you showed me them under the best conditions." r "Wanna see them again now?" s "These aren’t really the best conditions either." s "I will patiently await the day that you flash me without tears in your eyes." else: s "I do not think any of you are girlfriend material, for you are my students." s "But if I were to date any of you, it would likely be Futaba as she is the best at handling eggs." scene rinintheinn16 with dissolve r "Hahahah! This is exactly why you and I have gotten so close." r "But there’s one thing that confuses me about all of it." s "And what’s that?" scene rinintheinn17 with dissolve if bonus == True: r "You’ve had plenty of opportunities to push me into being more than just a buddy, but you’ve never really taken advantage of any of them." r "Is that really because you’re trying to protect me? Or is it something else?" s "What else would it be?" r "Don't know. Maybe you don’t think I’m pretty." r "Or maybe I'm just too damaged or something like that." s "Are you asking me to try and push things further?" r "Absolutely not. I’m thankful that you’ve been the way you’ve been. It’s just a little weird when I think about some of the stuff you say." else: r "Well...you've never really seen {i}me{/i} handle any eggs. So how do you know that Futaba is so much better at it?" s "Because I know about your secret omelette club." r "...how did you find out?" s "..." r "..." scene rinintheinn18 with dissolve if bonus == True: r "You’re kind of a pervert, aren’t you, Sensei?" s "Why would you willingly climb into bed with me if you think that?" r "Because of my anti-pervert barrier. You won’t touch me as long as I’m crying." r "Which is exactly why I want you to let me sleep here tonight." s "…" r "…" s "I’m sorry, what?" else: r "You know what? Forget it." r "I'm just gonna cut to the chase and ask you if you'll let me stay here tonight." s "Absolutely not, Rin. Just sleep with the rest of the girls." scene rinintheinn19 with dissolve r "You really think I’ll be able to sleep in the same room as Chika immediately after she rejects me? " r "Come on. You know me better than that." r "I want to sleep next to you." r "And I want you to rub my head and tell me everything will be okay." r "And I want to pass out knowing that someone is there to protect me." scene rinintheinn13 with dissolve r "And also...I won’t really be able to do anything stupid as long as you’re here with me." r "So if I try to get up or something, just squeeze me really tight and don’t let me go." if bonus == True: s "You’re giving your shirtless teacher permission to squeeze you and not let you leave the bed in the middle of the night?" r "That is correct." s "And you’re calling {i}me{/i} the pervert?" else: s "I said no and that is final." scene rinintheinn20 with dissolve r "Is there a problem with that?" if bonus == True: s "Not really. Just pointing out the flaws in your logic." r "Logic doesn’t apply to a maiden in love. " r "My mind is Chika and nothing but Chika." r "And some really depressing stuff, too, I guess. But mostly Chika." else: s "Yes. Why doesn't anyone ever listen to me?" "A moment of silence passes by as Rin makes more room in her mind for unrequited love." "There’s no telling how the night will go for her, but if it’s anything like I expect it to be, I’m not sure if tragedy is enough to even describe it." scene rinintheinn21 with dissolve r "Do you think I’m just being impulsive right now? In regard to confessing, I mean." r "Should I maybe...wait a little longer?" s "{i}Can{/i} you wait a little longer?" r "I don’t know. Probably not. " r "I can barely even look at her, dude. And each time our eyes meet I just instantly go red." r "I keep thinking to myself, “There’s no way she doesn’t notice.”" if chikadorm20 == True: r "But then she goes and accuses me of liking {i}you{/i} and I’m just like...how would she even get that idea?" s "I don’t like the way you said ‘you’ there, but I get it." else: r "But then she goes and asks if {i}Molly{/i} is the one I’m into." s "You mean, {i}Molly{/i} Molly?" r "Yes. {i}Molly{/i} Molly." scene rinintheinn22 with dissolve r "Girls are dumb. I don’t know how you put up with us all the time." s "It definitely helps that you’re all cute." scene rinintheinn23 with dissolve r "Can I be really real for a second?" if bonus == True: s "Of course. But like I said, if you’re going to flash me, please wait until you’re not crying anymore." scene rinintheinn24 with dissolve r "I’m not gonna flash you, idiot." r "I just want to know..." scene rinintheinn23 with dissolve r "If..." r "If there’s anything...going on between you and Chika." s "…" if chikadorm20 == True: "I knew this question was coming." "In fact, I’m guessing that was probably the reason for this entire visit." "I’m not sure how the conversation between those two went last night, but Chika clearly gave Rin the idea that something was happening between us." "And frankly, it’s not her fault." "It’s my fault for doing exactly what Rin didn’t want me to do." "I pursued a relationship with the girl she claims to love." "And I did it all while calling the one sitting next me, the one doing her absolute best to hold back her tears-" "A friend." r "Tell me the truth..." r "I’ve seen the way you look at her." r "I've seen how she looks at you." r "How..." r "How far has it gone?" s "…" scene rinintheinn25 with dissolve r "Have you kissed her, Sensei?..." if bonus == True: r "Have you...put your fingers inside of her?..." r "Did she suck your dick?..." r "How far has it gone?..." r "And why haven’t you told me about it?" r "We’re supposed to be friends." r "You’re supposed to tell me things." r "Just like I’ve told you everything about me." scene rinintheinn26 with dissolve r "But...you went and did this..." r "And now you’re not even saying anything..." r "I won’t get mad...I just want to hear it from you." r "I want to know what’s making her smile so brightly when it’s clearly not me." else: r "Or...even worse..." r "Have you two..." r "Hugged?..." s "..." r "..." r "Come on..." scene rinintheinn27 with dissolve r "At least...give me that..." "I can’t hide the truth from her any longer." "Rin deserves to know what’s been happening." "That way, she can confess with a clear conscience." "If she even wants to confess after hearing it straight from my mouth." if bonus == True: s "We’ve...done some things..." scene rinintheinn28 with dissolve r "What kind of things, Sensei?..." r "Things you’re embarrassed to talk about?" s "Things I don’t think you need to hear." r "Even though I’ll never be able to do them with her?" s "...You don’t know that." r "Of course I do...she loves you..." r "And whatever you’re doing seems to be working based on how excited she gets whenever you come up..." s "…" scene rinintheinn29 with dissolve r "How pretty was she when you touched her?..." r "What was she wearing?" scene rinintheinn30 with dissolve r "I...I want..." r "I want to know..." else: s "Rin..." s "I am bad, bad boy..." r "How bad, Sensei?" s "..." r "Tell me how bad you are." s "..." s "I hugged her." r "Sensei...why?" s "Because I am the huggy boy." s "Hugging is what I do." s "I am so sorry." scene rinintheinn31 with dissolve r "Sensei..." r "It hurts." r "It hurts so bad." s "..." s "I know it does. " s "But it will go away." r "Will it?" s "It will. " r "I...still...trust you..." r "Even though you..." r "..." r "Please...just...hold me for a little while..." r "I need to...feel something..." scene rinintheinn32 with dissolve "With no words, I pull Rin closer to me and she instantly breaks into tears." "Before the end of the day, this girl will likely experience heartbreak a second time." "The first was at the hands of me." "A man who broke the one and only promise she ever asked him to make." "And the second will be at the hands of the opposite end of that promise." "The world is filled with horrible things-" "And I am among them." if bonus == True: "But this is something I’ve known all along." "What more are relationships than tools to use to your advantage?" "Rin knows this. " "She has to." "It’s why she doesn’t blame me for fingering the girl she loves." "It’s why she needs {i}my{/i} shoulder to cry on right now." "Because we’re all dependent on one another." "Just some for different reasons than others." "And that’s not to say I’m not sorry." "I am." "I never wanted her to cry like this." "But at the same time-" "I was never going to reject Chika." "I only said I would." scene black with dissolve2 if bonus == True: "We can’t help who we fall in love with." "But we can help falling in love." "And love is such a confusing word." "The worst word that doesn’t begin with the letter T." else: "I am the huggy boy." "I am the one who hugs." "{i}A heart snapped like a twig and crushed underfoot.{/i}" "{i}Directly above the place where dreams become reality.{/i}" "{i}Where all sins are forgiven. Where all bonds are temporary.{/i}" "{i}Thus is the fleeting life we live.{/i}" "{i}Everything will be over before we know it.{/i}" "{i}So we have no time to sit idly by and wait for others to make their move.{/i}" "{i}Seize the day. Throw yourself into the wishing well.{/i}" "{i}And before you forget-{/i}" "{i}Make your dreams come true.{/i}" $ rinbetrayed = True else: s "There's nothing going on." s "I told you I wouldn’t do that to you. And I meant it when I said it." scene rinintheinn33 with dissolve r "You...really didn’t do anything?" if chikatownfirst == True: "Well...the truth is we did kiss." "But Rin doesn’t need to know that." "It was nothing. " "Just two people caught up in the moment." "If I was truly malicious, I could have taken things further." "But I didn’t. " "So not telling her is fine." s "I really didn’t..." else: s "I really didn’t..." r "But...wait." r "I don’t get it. Why does she seem so into you then?" r "You’ve at least been spending time together, right?" s "Of course we have. Chika’s a friend of mine, just like you are." s "And you and I haven’t done anything, have we?" scene rinintheinn34 with dissolve if bonus == True: r "Somehow or another, no. We haven’t done anything." s "It’s because you cry too much." r "And also how I think penises are kind of weird." s "Well I think you’re kind of weird." r "Yeah but the difference is you still hang out with me, and when I come to see you, I’m not coming to see your penis." s "Well, how would I know that? You could have strange motives." r "You’re right. The whole bisexual thing is just a front." r "I actually don’t like girls at all. It’s all just one big ploy to see your dick." s "Hey, all you need to do is ask." else: s "Sometimes, guys and girls can have relationships without either of them ever wanting the other as more than a hug partner." s "I call it the hug cycle and you can read about it in my new book, {i}The Five Hug Languages.{/i}" scene rinintheinn35 with dissolve r "In all seriousness, though...thank you..." r "This entire time, I’ve been worried that something might happen if I take too long." r "And when I noticed you guys starting to see each other more and more, I couldn’t help but let my mind wander." s "Did it ever wander to anything {i}interesting?{/i}" if bonus == False: s "Like riding a sweet rollercoaster together?" scene rinintheinn36 with dissolve r "Wh-what?! Of course not! " r "I mean...maybe once or twice! But most of the time you weren’t there and-" r "Actually, I’m just not even going to talk anymore! K thanks bye!" scene rinintheinn37 with dissolve "Rin goes to get off the bed but I pull her closer and she quickly finds a comfortable place against me, playfully slapping my chest with the back of her hand." if bonus == True: "She laughs like a [young_girl] would with an older brother." "An older brother consoling his sister after her first breakup." "Just, in this case, Rin hasn’t been broken up with." "In fact, the real struggle hasn’t even begun." "That doesn't come until later." "But if she can find the willpower within her to follow her heart, I have faith that she’ll come out a stronger person in the end." "It’s why I didn’t betray her." "Even though I’m the scum of the Earth, I do believe that there are some relationships worth preserving." "This is one of them." "I can tell by her smile." else: s "Why can't I ride the rollercoaster with you" r "You are too top heavy. It will throw off the balance of the cart and kill both of us." r "I am not ready to die." s "I would make a good cushion to land on, though." s "You can sacrifice me if that is what you need to hear." r "Thank you, Sensei. I will think more about this." scene black with dissolve2 "Rin winds up falling asleep in my arms." "Crying truly is exhausting at times." "I let her rest for around half an hour before deciding to wake her up." "I’m not sure what time she intends to meet up with Chika, but I do know that I shouldn’t let it get too dark before that happens." "At the very least, I’d like to go back to the beach and walk around for a bit." "I feel like I’ve been cooped up here for quite some time now." "Rin wipes the tears from her eyes as she comes to." "And before we know it, the two of us are walking shoulder to shoulder down the shoreline." "But only one of us will likely come back unscathed." $ renpy.end_replay() $ rin_love += 1 $ beachvacation13 = True stop music fadeout 5.0 "{i}Rin’s affection has increased to [rin_love]!{/i}" "………" "……" "…" label beachvacation14: play music "blueair.mp3" "I can feel myself getting lost on the way to-" "…" "…" "…" "Where was I going again?" play sound "static.mp3" scene amibreak1 with flash stop sound "Rin splits apart from me on the way to [[redacted] and I find myself crawling after a matter of minutes." "Or at least doing something that resembles crawling." "I lose control of my limbs because of how hard it is to move your body through sand and wind up finding solace leaning up against a tree." "The tree looked something like this." play sound "static.mp3" scene tree1 with flash stop sound "Wait." "No." "That isn’t right. " "This tree was happier." play sound "static.mp3" scene tree2 with flash stop sound "That’s better." "So the tree looks like this, but it feels just like any other tree." "It has the branches, leaves, the wide part at the bottom that I forget the name of-" "And roots." "The roots sprawl out underground like a labyrinth, stealing nutrients from wherever it can find them, which I imagine is pretty hard on a beach." "All that’s here is sand." "And stars." "And oh how beautiful the stars are tonight." "They make me forget, if even for a moment, how hard it is to move." "How hard it is to breathe." if bonus == True: "How hard it all is." "And no. Not a penis joke." "Lol. Come on. You really think I’d joke at a time like this?" play sound "static.mp3" scene tree3 with flash stop sound "{s}WHO WOULD JOKE AT A TIME LIKE THIS?{/s}" "{s}THIS IS VACATION!{/s}" "{s}THE HAPPIEST POSSIBLE TIME{/s}" "So why is everything breaking?" av "Come to the shoreline." av "Reach for salvation." av "Reach for anything you can grab hold of." av "{s}Unless it’s me.{/s}" play sound "static.mp3" scene whygodwhy with flash scene whereareyou with flash scene whythesky with flash scene mayabeach1 with flash stop sound "A GIRL STANDS {s}ALONE{/s} ON THE BEACH WITH HER HANDS CLASPED IN PRAYER POSITION." "But why would someone who despises {s}GOD{/s} praying so much be doing just that at a time like this?" m "[[redacted prayer. god is real.]" "I can’t understand a word coming out of the girl’s mouth." "It’s all foreign to me. " "I had no idea Maya spoke another language." "That’s what’s happening, right?" "She’s speaking another language!" "You’re so talented, Maya!" m "…" m "I can hear you breathing, you know." play sound "static.mp3" scene mayabeach2 with flash stop sound m "Wait..." m "Are..." m "Are you okay?" s "Huh? It’s not like you to ask something like that." s "Are you actually worried about me for once?" scene mayabeach3 with dissolve m "..." m "Not anymore." m "You just seemed different for a second." s "Yeah well...it hasn’t really been the best day." m "I see that. You look like you’ve been through a lot." if ayanelust10 == True: s "You don’t even know the half of it." m "You’d be surprised." s "Yeah, well-" m "How is Ayane?" s "..." "{i}Does{/i} she know the half of it?" s "Why do you ask that?" m "She didn’t look so great when she came back from the inn. I wonder what could have possibly happened in there?" if bonus == True: s "You weren’t in the room as well...were you?" m "Not this time." m "But I’m pretty sure I can guess what happened." s "I’d very much appreciate it if you didn’t guess." m "I’d very much appreciate not having to speak of something so utterly horrifying." else: s "Fucking Kirin ruined all of her sandcastles. I felt so bad." m "I thought s- Wait, what?" s "Stupid collegiate age females, ruining sand castles and stuff. So mean." m "..." else: s "I really have..." m "Is there anything not involving [teenage]girls on your mind that you'd like to discuss?" s "Wait, you actually want to talk to me?" scene mayabeach4 with dissolve m "The stars are beautiful tonight." m "They’ve put me in a good mood." m "And I thought that maybe I might be able to stand a brief conversation with you." m "But if that’s too much to ask, I’d be happy to find something else to do." s "No way. I’ve gotta seize this opportunity while I have it." s "Something happened right before coming here that's still on my mind. I guess it does involve a [teenage]girl, though." m "Shocker." m "You made another girl cry, I’m guessing?" s "Well...yes. But probably not for the reasons you’re thinking." m "Does it really matter {i}how{/i} you made them cry? The point is that you did." m "Not everyone is made to be broken, you know. I’d be careful if I were you." s "Well, I mean...It’s not like I {i}really{/i} need to be careful, right?" scene mayabeach5 with dissolve m "I try to give you a warning and that’s your response? " m "Maybe I {i}will{/i} find something else to do after all." s "No, I just meant that nothing’s really permanent. Right?" m "There are plenty of things that are permanent." m "I’m not sure what you’re getting at." s "I’m talking about your reset button or whatever it is." s "Can’t you just fix whatever you don’t like?" m "Clearly not if you’re still here." s "Okay, so you can’t get rid of people. But you can get rid of pain or memories or things like that, can’t you?" scene mayabeach6 with dissolve m "I think you might be misunderstanding something." m "I’m not the one resetting anything." m "I’m just asking someone else to do it." m "And it’s not like I can do it whenever or however I want either. " m "There are some things that work and some things that don’t work." m "But why are you bringing that up now?" m "There are still several months left until we need to worry about that again." m "Just focus on enjoying your time here until that happens." s "I’m confused..." scene mayabeach7 with dissolve m "You’re always confused. How did you even become a teacher?" s "Beats me. Could you maybe reset me into a different job whenever the next time rolls around?" m "You know you could always just quit if you don’t want to do it anymore...I wouldn’t complain." s "But think about how much good I’m doing for the other girls." scene mayabeach8 with dissolve m "I’d rather not think about your relationships with any of the girls, to be honest." m "Quite frankly, I find it abhorrent. " if amilust10 == True and bonus == True: m "I can only imagine how poor Ami must have felt coming into your room to wake you up this morning." "To be fair, I think she felt pretty good..." "But again, why does Maya know something like that?" s "The way you say that makes it sound like you were waiting around for her." scene mayabeach7 with dissolve m "Because I was, you idiot." m "I don’t know what she is to you, but to me, she’s my best friend." scene mayabeach8 with dissolve m "And I’d never do something to betray her trust." m "Not even something as simple as eating breakfast without her." s "What a dedicated and wonderful friend you are..." else: m "But I suppose that all men are weak and impulsive at the end of the day." m "You’ll take advantage of every opportunity you see fit." m "..." s "..." if bonus == False: m "After all-" m "You {i}are{/i} the huggy boy..." s "..." m "..." scene mayabeach4 with dissolve m "How do you feel about the stars, Sensei?" s "The stars? Why are you asking?" m "It’s a test of sorts, so answer honestly." s "Like...right now? Or in general?" m "In general." s "They’re...fine, I guess." m "Just fine?" s "I think so. I haven’t really thought much of it. You need to let me study if you’re going to give me random tests like this." m "No, it’s fine. You passed." m "Congratulations." s "What kind of test was that?..." scene mayabeach8 with dissolve m "One that doesn’t matter much to you, but means everything to someone else." m "Do you believe in god, Sensei?" m "Some say that god is out there among the stars, watching over everything we do." m "Those people are wrong, of course. But it’s still a thing they say, regardless." scene mayabeach4 with dissolve m "Do you find blind faith like that in accordance with how you live {i}your{/i} life?" m "Is there something that you inherently believe in despite the odds being stacked heavily against you?" m "Or are you the type to not believe anything unless you see it?" s "Is this another test?" m "Perhaps." s "Well I think I’m going to fail this one because there are a lot of things I’ve been seeing lately that I {i}still{/i} don’t believe." m "I see." scene mayabeach9 with dissolve m "I was the same at one point." m "It took me a very long time to come up with the theories and outlooks I have now. Which is probably why they confuse you so greatly." s "Okay, save the backhanded insults for the classroom." scene mayabeach10 with dissolve m "But the thing about the stars, especially on nights like this, is that they make all of those theories of mine almost float away in a sense." m "It makes me think, “If there are things this beautiful...anything is possible.”" m "It defies all logic. It defies all reason. But I still believe it while my head is raised." scene mayabeach11 with dissolve m "Of course, those feelings go away as soon as I close my eyes." m "But for a brief moment in this seemingly infinite timeline, I doubt nothing." m "So with that in mind, does your opinion of the stars change?" m "Or do you still just think they’re fine?" s "..." m "..." s "Honestly, I still just think they’re fine." scene mayabeach12 with dissolve m "Then you pass again. Two victories in one night." m "This must be a new record for you." m "It will never cease to amaze me how carelessly you carry on despite not having a single thing you love." s "Is that a compliment?" scene mayabeach13 with dissolve m "Quite the opposite, actually. It’s repulsive." m "But still intriguing. " m "I wonder how long you’ll be able to carry that weight for?" s "What do you mean?" m "I mean that there’s only so much your mind is able to hold." m "Memories persist through resets. " m "Well, most of the time at least." m "Our physical forms may revert to the way they were months prior, so things like scars and even graver injuries can be wiped away." m "But the things we see and the things we hear do not." m "Tell me, did you find it strange that everything remained exactly the same when we met again in front of the bistro?" s "Yeah, but it’s not like you didn’t warn me beforehand. I just still don’t understand {i}why{/i}." m "That’s normal. Neither do I." s "Well, can’t you just ask whoever is resetting the world then?" m "You can ask anyone anything, but it doesn’t mean you’ll ever get an answer." scene mayabeach14 with dissolve m "There are some things that people dedicate their entire lives to discovering." m "But you and I...and everyone else in the class-" m "We have a little more time than that." m "So what are we to do with it all?" m "Sit around and endlessly enjoy our youth?" m "How many years worth of memories can we fit into such short time periods without going absolutely insane?" m "It will all come tumbling down one day." m "You may have your questions, but I have mine too." m "So the next time you suggest that nothing is permanent, keep in mind that some things very much are." m "Some things are too permanent. " scene mayabeach15 with dissolve m "That’s all I wanted to say." s "…" "As always, I’m not really sure what to say to Maya." "Until now, I’ve been trying not to think much about the whole ‘reset’ thing..." "But it seems like Maya has been thinking about it for quite a while." "I wonder how many times she’s reset by now?" scene black with dissolve2 "And I wonder-" "How many more resets will there be until I’m gone?" "How easily can someone else steal back the body I stole myself?" "I close my eyes and cling to Maya’s words." "Some things are too permanent." "And I think about praying, for the first time in my life-" "That I am one of those things." $ renpy.end_replay() $ maya_love +=1 $ beachvacation14 = True stop music fadeout 7.0 "{i}Maya’s affection has increased to [maya_love]!{/i}" "………" "……" "…" "{i}Somewhere else along the shoreline...{/i}" label beachvacation15: scene confession1 with dissolve2 play music "gentle.mp3" c "Hey! Sorry I’m late!" c "I had to tag along to the convenience store with Tsuneyo so she wouldn’t get lost." c "Do you want a drink? I brought a few back with me." r "Oh, no I’m fine! And it’s totally cool. " r "I...I wasn’t really waiting long anyway." c "Oh, good! I'm glad to hear that." c "So, what’s on the agenda for tonight?" c "Wanna go for a swim or something?" scene confession2 with dissolve r "I’m actually kind of horrible at swimming, to tell you the truth." r "This one time, when I was little, my foster mom threw me into the pool in one of those like, “Trial by fire” sort of things where you’re supposed to learn how to swim out of fear or..." r "Self-preservation or something. I don’t know." scene confession3 with dissolve r "But it like, totally messed me up and now swimming gives me anxiety and oh my God I need to stop talking." c "Hahahah! It’s fine! " c "I had no idea you were a foster kid." c "That’s like, another super big surprise about you." r "Yeah, I don’t really bring it up much. I probably would have wound up exactly the same even without them soooo yeah. " scene confession4 with dissolve c "Any reason you decided to tell me?" r "Just...slipped out I guess..." r "I’m kind of nervous so like...I might say a bunch of stuff that’s totally weird or whatever." r "You can just ignore all of that." r "In fact, please ignore all of that." scene confession5 with dissolve c "Why would you be nervous? No one else is even around right now." scene confession6 with dissolve r "{i}That’s exactly what the problem is...{/i}" scene confession5 with dissolve c "If I give off one of those...intimidating auras or whatever, just let me know." c "I also talk like, way more than I’m supposed to a lot of the time and...well, I don’t know if I have any crazy reveals like being a foster child-" c "But you can also ignore any of the weird stuff I say if that makes you feel a little more comfortable." r "Thanks. I’m sure that my stuff will be like, a lot more embarrassing, but that does help a little. I think. I don’t know." c "Hahaha~!" c "Hey, can we sit down?" c "My legs are kinda tired from the walk and we’re standing like, weirdly far apart right now." scene confession7 with dissolve r "Oh, yeah! Totally! I like, really hate standing anyway...Yeah, sitting is good. We can sit." scene nightsky with dissolve2 "Have you ever fallen in love?" "If so, I’m sorry." "Love is the only sickness that is socially acceptable to go out of your way to contract." "It makes your mind run wild, your heart beat faster, and can even drive you to the point of insanity under the right set of circumstances." "Yet still, we yearn for it." "Humans are such confusing creatures, aren’t they?" "Striving to be hurt. Living out their lives with only that in mind." "And some die miserable if they were never able to hurt as much as others." "None of it makes sense." scene confession8 with dissolve2 "Yet still, we yearn for it." "Who is it that will get hurt tonight?" r "Umm...Hi." c "Hahah~ Hey!" c "What’s up? Come here often?" r "First time this year, I think. You?" c "Fourth...fifth time this year, I guess?" c "I come with my sister and Yumi every once in a while." c "Even ran into Sensei on the way here a few months ago or-" scene confession9 with dissolve c "Wait..." c "When...was that?..." r "S-Sister?..." r "I didn’t realize you had any siblings." scene confession8 with dissolve c "Just {i}sibling.{/i} Singular." r "Older or younger?" c "Younger. She’s like a mini version of me." scene confession10 with dissolve r "A mini-Chika?!" c "Hahaha, yup~ She’s like, totally adorable. " c "You wanna meet her sometime?" r "Yes! Yes! Yes! Please!" scene confession11 with dissolve c "Wow, I had no idea you liked kids so much." r "I don’t! Normally! I think they’re horrible! But this one sounds nice!" r "And if she’s anything like her sister, I bet she’ll grow up to be an awesome, totally wonderful girl some day." scene confession12 with dissolve c "Yeah..." c "I really hope so." c "I get worried about her pretty often but...she’s in good hands. " c "Well, mostly-good hands. Yumi’s surprisingly gentle with her." c "In fact, sometimes I feel like Chinami is the only person out there who’s able to get the {i}real{/i} Yumi to come out." scene confession13 with dissolve r "Sounds like you guys are really close." c "You mean me and Yumi? Or me and my sister?" r "All three. Like a little family." c "Hahah~ I guess we {i}are{/i} sort of like a family. Yumi’s definitely the dad, though." r "I can see that. I bet you’d make a good mom, too." c "I hope so. " c "You know about {i}my{/i} mom, right?" scene confession14 with dissolve r "Y-Yeah...It happened when we were in middle[school]. I even remember what I was wearing that day." r "I mean, it was on a Wednesday, so it was my[school] uniform. But still. I remember." r "I’m sorry if that sounded insensitive. I make jokes when I get uncomfortable sometimes and-" c "It’s fine. I’m not upset." c "I’m not gonna lie, it was really hard when she died. But it sort of forced me to step up and take on the role myself." c "So hearing you say I’d make a good mom makes me really happy. Thank you." scene confession13 with dissolve r "You don’t have to thank me. I’m just telling the truth." c "I think you’d make a pretty good mom, too, Rin." scene confession15 with dissolve r "Okay, now you’re just messing with me." c "No, no, no! That’s not it at all!" c "Whenever I’m around you, I just feel like you have all of this love to give and no one to really give it {i}to{/i}. You know what I mean?" r "Yup. That pretty much hits the nail on the head." scene confession16 with dissolve c "But hey, if you’re ever looking to babysit, Chinami could always use some more company!" c "I can’t really pay you or anything, but you’d have someone to give all of that love to." r "You’d let me babysit your sister even though I’ve never met her before?" r "What if she doesn’t like me?" scene confession17 with dissolve c "There isn’t a single person in this world who wouldn’t like you, Rin." c "You’re smart...you’re funny...you’re creative..." c "You’re a whole bunch of stuff I’ve been chasing after since I was little. And I admire that you seem to be all of those things without really trying." scene confession18 with dissolve c "I might not seem like it, but I’m one of those people who’s always a little too concerned about what everyone else thinks about me." c "So I spent a lot of time refining my personality into like, this ideal sort of girl. But I can’t help but feel like that’s not really me at times, you know?" r "No. I don’t." scene confession19 with dissolve c "Hm?" r "The Chika next to me right now is the same Chika I see in class every day. None of it's fake." r "You have genuine thoughts and feelings and even though you say you’re worried about what others think of you, you still go out of your way to include everyone." r "So that would make you brave. Braver than anyone I know." r "A heck of a lot braver than someone like me, at least. " r "Hell, before we met up I basically had a mental breakdown and had to go ask Sensei to calm me down." scene confession20 with dissolve c "Wait, hold up. You just hit me with a lot of information all at once." c "Mental breakdown? Sensei? What’s going on?" r "A lot." r "A lot is going on. " r "A lot is always going on." r "And not just for me, for everybody." r "Which is why I think it’s so crazy how none of it ever gets to you." c "That’s not true...Plenty of things get to me." c "I just don’t let them break me because, if they do, it’s not just me that’s going down." scene confession21 with dissolve c "I...had to grow up a little faster than a lot of other people because of my circumstances." c "Plus, you might be forgetting that I’m...what, like a whole year older than you? " r "Something like that. Maybe even closer to two." r "You were held back and I was bumped up. That’s pretty much the only reason the two of us ever had any classes together." scene confession22 with dissolve c "Oh? Are you bragging now? " c "You better watch your tone with me since I’m like, your pseudo-upperclassman or whatever." r "Yes, Pseudo-Senpai. I’ll be more careful. " scene confession23 with dissolve c "Hahah! This is really fun..." c "I can't really remember the last time I sat and had a solid conversation with an actual girl-friend." c "Like, a non-Yumi girl-friend I mean." c "The two of us should come here again some time." c "I could bring Chinami along. And Yumi would probably come around to you too with a little bit of prodding." c "I’m like, super glad you’re so easy to get along with. " r "Mhm...I’m glad too..." c "The moon is beautiful again tonight." c "I think we lucked out." c "It’s kind of a shame that it’s all coming to an end tomorrow morning." c "Before we know it, we’ll all be back in[school] and this entire trip will be nothing but a memory." c "I kind of wish it would last forever." c "Don’t you?" stop music r "I’m in love with you." c "…" r "…" scene confession24 with dissolve c "...What?" c "What did you just say?" r "Don’t make me say it again. It was hard enough just doing it once." c "…" r "…" "{s}Three{/s} Two girls in a line on the beach." "One crying. One confused." "Sometimes, the most beautiful nights are accompanied by the worst of happenings." scene confession25 with dissolve play music "goodnight.mp3" fadein 15.0 r "The moon is beautiful again tonight...isn't it?" r "It's amazing..." c "…" r "Thanks for agreeing to hang out with me. Even though I probably just ruined the chances of that ever happening again." r "I told myself I wouldn’t cry but...holy shit, that was hard..." if chikadorm20 == True: r "Like ten times harder than getting up in front of the class and reciting that stupid poem about not being able to help who we fall in love with." r "But hey...full-circle and all that right? Hahahah!" else: r "Like ten times harder than anything I've ever done before." r "But hey...life moves on, right?!" scene confession26 with dissolve r "Hah...hahahaha...hah..." r "…" c "…" r "…" c "…" "Sometimes, the most beautiful nights are accompanied by nothing at all." "Sometimes, you pour your heart out so effectively that it leaves the recipient of its contents utterly speechless." "That or scared." "Or confused." "It’s hard to tell on nights like this." "And so we cry." "Because that’s the only thing our bodies know how to do." "Cry. Cry. Cry." "Cry until your eyes turn red and irritated. " "Then wait for the pain to subside and go back to your normal life." c "I..." r "…" c "I have no idea what to say." c "I...thought we were just friends." c "I had no idea you felt that way..." r "I know you didn’t. And you don’t have to remember I do." r "Please forget that I said anything." r "I changed my mind and I want to go back to being friends." r "I don’t want you to avoid me just because I got swept up in the moment and said something stupid like that." scene confession27 with dissolve c "Wait, hold on a second!" c "Who said anything is going to change?" c "Yeah, it’s...surprising but..." c "Well, I kind of already told you but...I’m interested in someone at the moment and-" c "And if I’m going to do anything about it then-" r "Please don’t say anymore right now." r "I’m sorry...I just..." r "I don’t want to hear about that." scene confession28 with dissolve c "Okay...yeah...You {i}wouldn’t{/i} want to hear that if...what you said is true..." c "I just...I don’t know." c "I’m still kind of in shock right now." scene confession29 with dissolve r "Yeah...I don’t blame you. I said something really dumb. " r "Really really really dumb." r "I’m just...I’m gonna go take a walk or something." r "We’ll...yeah. Never mind." r "Just...I don’t know..." r "I’ll see you later." r "I’m sorry again." r "Bye." scene confession30 with dissolve c "…" c "…" c "…" c "…" c "…" scene black with dissolve2 "Things end(?) the same way we expect them to." "With one girl crying, and one girl confused." "The former locks her eyes on the moon as she runs back to the inn." "And the latter locks her eyes on the water as she, in a moment of role-reversal-" "Drowns." "{i}Rin’s affection with Chika has been reset to 0!{/i}" "Life moves on." $ renpy.end_replay() $ beachvacation15 = True "………" "……" "…" label beachvacation16: if _in_replay: play music "goodnight.mp3" scene mayabeach1 with dissolve2 "A girl stands on the beach with her hands clasped in prayer-position." "But what could she be praying for?" "And in a world where {s}God{/s} god is dead, where do you direct your prayers in the first place?" "The answer isn’t important." "As long as you have someone or something, it’s okay to wish for things." "Whether it be mending the wounds that your loved ones obtain as they rush through the thorny bushes of life-" "Or memories of stars that you’ll likely never get back-" "There is always something." "Isn’t there?" m "The end of the world will be beautiful." m "I look forward to the next time we’ll see it together." "She talks to no one but the water." "Or the sky." "It’s hard to tell." "But her words are like vapor." "They disperse and float there for moments before disappearing." "Just as we all do." "Just as all things do." "And eventually, her prayers fall upon deaf ears." "For the Xth time." "But what does that mean for the others?" "Where is everyone else?" "And if everything is connected then why, on this night of curious nights, has everything gone black?" scene black with dissolve2 "Perhaps they, too, have become stars." "........." "......" "..." scene endofthebeach1 with dissolve2 "There is nothing more painful to observe than a girl with a broken heart." "And the one you see before you is experiencing that pain for the first of many times to come." "It’s such a shame, too." "The strength it took to confess her feelings to the girl she watched for years was destroyed before even having the chance to reach out and touch her." if bonus == True: "And now she’s been reduced to a bawling mess on a bed with a man who’s having a hard time not staring at her half-naked body." else: "And now she’s been reduced to a bawling mess on a bed with the huggy boy." "But she is crying, so nothing bad can happen." "Let that be a lesson in life." "A lesson in love, even." "Tears can get you anything if there are enough of them." "And if you cry with all of your might, there’s a chance you could even drown the world." "Drown the world and start again." "That sounds wonderful right about now." "Doesn’t it, Rin?" r "Sensei! Sensei!!!" r "Why does everything have to hurt so much?!" s "It’s okay..." s "Cry all you want." "That’s right." "Cry all you want." "Drown away your thoughts with screams of anguish." "Let the accompanying headache distract you from your cracking heart." "And build yourself back up so breaking one more time won’t kill you." scene endofthebeach2 with dissolve2 c "Hey...have any of you guys seen Rin anywhere?" mak "Rin? No..." mak "I thought the two of you were going to be together tonight?" c "Well...we were." c "But then, uhh...some stuff happened and she ran off." c "I was just wondering if she stopped here. That’s all." "That isn’t all, though." "She conveniently leaves out the reason {i}why{/i} the girl she's looking for ran off." "But little does she know...right now, the one she destroyed is in the arms of the one that she loves." "It’s been said time and time again today, but we can’t help who we fall for." "Just like we can’t help who we {i}don’t{/i} fall for." "No one is at fault here other than {s}God{/s} god." "If he created the world, why did he feel the need to give it so many flaws?" scene black with dissolve2 "Why can’t we all have our own worlds?" "Where everything we want can be ours?" "That’s something I’d pray for." "Wouldn’t you?" "But instead, we’re forced to pray for things as simple as not getting hurt or preventing our loved ones from contracting life-threatening illnesses." "But even then, it’s impossible to tell if it will work." "And all we can do is wait to see what happens." scene endofthebeach3 with dissolve2 "So we wait." "And we wait." "And we wait and we wait and we wait and we wait and we wait and we wait and we wait and we wait and we wait and we wait." "We wait so long that we forget what we’re waiting for." "And then we fall asleep." "The cycle goes on and on until we die." "Does that remind you of anything?" "..." "..." "Yes?" "No?" "It's kind of like a clock." "Isn’t it?" "Tick tock." "Tick tock." "Tick tock." "Perhaps we can fight time with more clocks!" "Maybe, if we gathered every clock in the world and threw them all into one room, time would last forever!" "We’d gather so many clocks that {s}God{/s} god would be forced to listen to us!" "So when one of our loved ones dies-" "Or anything we dislike happens-" "We can simply turn back a clock." "And if he doesn’t notice, we’ll turn back {i}another{/i} clock." "And another and another and another until he’s forced to listen!" "Praise be!" "Destroy the things you hate!" scene endofthebeach4 with dissolve2 "Safeguard the ones you love!" "There is something in this world for you!" "And even if {s}God{/s} god doesn’t want you to have it, you can take it!" "There is nothing you can’t do!" "Just please note that there is an abundance of misery along the way." "No one said taking anything would be easy, did they?" "I mean, just look at the girl on the right." "How long do you think she will live for?" "It won't be forever, of course." "In fact, I'd be willing to bet that her time here is shorter than even yours-" "But I guess you're a little special when it comes to that sort of thing, huh?" "Do you think it’s possible to be born so weak and carry on for so long?" "Of course you don’t." "Doing so would be irrational." "But you keep your hopes up because this is all “just a game,” right?" "If this is a game, then so is life." "Because nothing is real." "Shatter the barrier!" "Throw yourself into the wishing well!" play sound "static.mp3" scene endofthebeach5 with flash stop sound "And if you can’t find a barrier, build your own!" "Hide yourself away from the things that scare you and tell yourself that they aren’t real!" "All that matters is that you survive." "Just like how everyone you pretend to love managed to survive the weekend." "Some with a bit more ease than others, of course." "But any moment now, that will all come to a close." "It was a lot of fun, wasn’t it?" "Did you have a good time?" "What was your favorite part?" "And if you were there yourself, what would you have done?" "What do you believe in?" "What’s your favorite food?" "What kind of music do you like?" "I have so many questions for you!" play sound "static.mp3" scene tree2 with flash stop sound "TELL ME EVERYTHING!" "TELL ME EVERYTHING!!!!" "HELP ME LEARN TO LIVE!!!" "WATCH ME GROW, AS IF I AM A TREE!" "And cut me down the second you no longer have a use for me." "If all men were created equal, then surely you and I are something else." "Because the two of us are below it all." "But that’s great-" "Because it means we’ll see things differently." "And that we'll be able to look up at them from way down here and treat them like stars when we've always had trouble lifting our heads when the air around us gets heavy." "We're not that different, you and me." "I can't wait to tell you more." play sound "static.mp3" scene tree3 with flash stop sound "You can see more with your eyes closed." "And somewhere, in the back of your mind, you know that." "Will you blur the line between fiction and reality with me?" "Will you, too, become a tree?" "We can plant ourselves right next to each other." "And spend the rest of our lives doing tree things." "We can show each other our branches." "Our leaves." "The wide part." "And our roots." scene endofthebeach1r with dissolve2 r "Nothing...will ever hurt this bad again...will it?" s "..." r "..." s "There are plenty of things that will hurt just as bad as this." s "But I’ll be here each and every time." s "Well...unless you move away or something." s "But I can't really see that happening on account of the whole...isolated town thing." r "Sensei...it’s so painful..." r "What did I...do wrong?..." s "Nothing..." s "This is just how life is sometimes." "It’s true." "It’s true, it’s true, it’s true." "Sometimes, things are just meant to break." "For every good vacation, there are ten horrible ones." "You should be happy that I showed you the best of the best!" "You should be happy in general!" "There’s no time for you to cry!" "The clock is ticking!" "Tick tock! Tick tock! Tick tock!" scene black with dissolve2 r "Sensei..." r "I..." r "I can hear something..." r "It’s like..." r "It’s like...a ticking noise..." s "Just try to go to sleep, Rin..." s "We need to wake up early tomorrow." r "I...I don’t know if I can..." r "But..." r "But you can...sleep if you want...Sensei..." r "I won’t...leave..." r "I promise..." r "I'd be too embarrassed to right now anyway..." s "…" s "Okay." s "I’ll see you in the morning." r "Yeah..." r "See you in the morning..." "My head hits the pillow and Rin's hits my chest after a bit of repositioning." "Her sobbing turns to sniffling." "And soon it turns to nothing." "She falls asleep before I do." "And then-" "I fall asleep as well." $ renpy.end_replay() $ beachvacation16 = True $ rin_love += 5 "{i}Rin’s affection has increased to [rin_love]!{/i}" "{i}Your last night on the beach vanishes as quickly as the prayer of a normal [teenage]girl alone on the shoreline.{/i}" "………" "……" "…" label endofbeachvac16: if _in_replay: play music "goodnight.mp3" $ totaldays += 1 $ day -= 6 if day == 1: hide sunday onlayer date show monday onlayer date else: "ERROR ADVANCING TO MONDAY" "{i}[totaldays] Days have passed...{/i}" label endofbeachvacation: a "Are you really sure you have everything?" scene endofthebeach6 with dissolve2 s "Yes, Ami. For the tenth time, I’m sure I have everything." s "And did you girls really bring your uniforms to the beach?" sa "I...suggested it." sa "We still have to go back to[school] today and...I probably would have fallen back asleep if we stopped at the dorm first..." ay "It’s true. Sana’s like, the furthest thing from a morning person possible." s "Really? Because it looks to me like that role is taken by Maya." scene endofthebeach7 with dissolve m "You’re...dis...gusting..." s "See?" m "I didn’t...sleep well..." a "Sensei, by any chance, do you know what happened with Rin last night?" a "She sent Molly a text this morning about how she went home early, but none of us ever even saw her come back to the room." a "She even left her bag there. Sana said she’ll give it back to her, though." s "…" "Of course I know what happened with Rin." "She slept next to me the entire night." "Well, at least I figured she did." "She was gone by the time I woke up." "But she left me a note saying that she was okay and just wanted to shower before[school]." "So at least that’s good." "Maybe she’s handling this a little better than I thought?" "I guess there’s really no way of knowing until I see her again, though." s "Not sure what happened, to be honest." a "Weird. Well, I hope she’s okay." if ayanelust10 == True: s "You doing alright, Ayane? You look down." ay "Do I?" ay "I don’t know. I guess I didn’t really sleep well either." s "Well let me know if you need anything, okay?" scene endofthebeach8 with dissolve a "What the heck is this? Why are you so nice to Ayane in the morning and not me?" ay "Thanks, Sensei. For everything." "I hope the thing with Kirin yesterday isn’t still getting to her..." "I’ve never seen her look that...shocked before." "I’ll have to talk to her again soon and make sure she’s not taking it too hard." else: s "Something wrong, Ayane? You look down." ay "Just upset that the weekend is coming to an end. That’s all." ay "I feel like I barely even got to see you." scene endofthebeach8 with dissolve a "Don’t answer her. She’s very handsy in the morning and will attack you if you show her any affection." a "You don’t even want to know where she was touching {i}me{/i} when I woke up." scene endofthebeach9 with dissolve ay "In my defense...it was definitely an accident." ay "But Ami was the one who fell asleep cuddling {i}me{/i}, so she’s at fault too." a "Lies. I did no such thing." sa "Umm...sorry for...interrupting but..." sa "The bus should be getting here in five minutes and we still need to make it to the stop." scene endofthebeach10 with dissolve a "Yeah...Sana’s right. We should probably get a move on." scene endofthebeach11 with dissolve a "Are you sure you-" s "Yes, Ami. I’m sure I have everything." scene black with dissolve2 "And so vacation comes to a close." "The five of us board the bus and hop off at the stop nearest to the[school]." "I give the girls a bit of a head start so it doesn’t seem like I arrived with all of them at once." "Ami is one thing because she’s my [niece], but I’m pretty sure {i}someone{/i} would wind up getting the wrong idea if I brought half of my class with me." "Either way, I’m a little bummed to see life going back to how it normally is." "But I guess this isn't the last chance for something like this." "All things considered..." "It was definitely a weekend to remember." "{i}Congratulations! You’ve completed the first ever special update for Lessons in Love!{/i}" "{i}More experiences like this are bound to happen in the future...But for now, it’s time to go back to normal.{/i}" "{i}I hope you had a good time!{/i}" "………" "……" "…" jump afterschool label trinity2: "I want to go somewhere fun!" play sound "static.mp3" scene ayhh2 with flash scene ayhh4 with flash scene ayhh8 with flash scene whygodwhy with flash scene ayhh3 with flash scene calm1 with flash stop sound play music "godishere.mp3" "I decide to go somewhere fun." "Fun things happen." "Please listen to them." play sound "cheer1.mp3" "The crowd goes wild as I make my way down the street." "It’s awfully red out today." if bonus == True: "It puts me in the mood to {s}[rape] and kill the first woman I see{/s} throw a party!" else: "It puts me in the mood to throw a party!" "I begin to scan my phone for people that I could invite to the party." play sound "phonebeep.wav" yt "Beep." "The phone speaks to me for the first time. I can understand it." "And even though its words when translated into text come out as “bEePPP” what it really means is AS FOLLOWS:" s "*AHEM*" nyt "This world is going to burn before our eyes." nyt "The only way to escape from our inevitable misfortune (IE: Death) is to accumulate as many affection points with as many girls as possible." nyt "If we offer them all up as tribute, everything will turn out A-Okay!" nyt "Our {s}GOD{/s} friend demands them as tribute!" "I remember the first time I bit down on human flesh." "It’s not as soft as you would imagine." "It’s more like biting the cushion of a sofa if the sofa was made of skin." "{s}Please just fucking kill me{/s}" "Who do I want to call?" menu: "Maya, that clever bitch": play sound "phonebeep.wav" "I tap on Maya’s name in my phone and wait for her to answer." play sound "alert.mp3" "………" "……" play sound "phonebeep.wav" m "¿Hola?" s "Maya! El clima es rojo!" m "¿Que?" s "¡Ven aca!" "Maya and I speak Spanish to each other, a language we have both decided to master right now for the sake of {s}the{/s} this scene." m "Estaré ahí pronto." s "ありがとう!" play sound "phonebeep.wav" "I fuck up the conversation at the very last second by speaking Japanese to her." "She hates when I do that." play sound "static.mp3" scene calm2 with flash stop sound m "¡Estoy aquí!" s "What’s uppppppppppppppppppp?" play sound "static.mp3" scene calm3 with flash stop sound m "Not much! Thanks for inviting me on this very special day!" s "Special day? What day is it?" m "It’s Sunday! That means it’s the lord’s day." if bonus == True: m "I hope you didn’t jerk off or anything like that. It would mean an automatic sentencing to the 17th layer of {s}hell{/s} Hell." else: m "I hope you didn’t DANCE or anything like that this morning. It would mean an automatic sentencing to the 17th layer of {s}hell{/s} Hell." s "I had no idea {s}hell{/s} Hell even had that many layers." play sound "static.mp3" scene calm4 with flash stop sound m "It has just as many layers as you want it to have." m "As long as that number is 23, because that’s the actual number of them." s "Will I need to remember that?" m "Sure. Write it down somewhere. It might be useful one day." "I take a pen out of my pocket (I have one because I’m a teacher) and stab it directly into my arm." "I drag the pen across my skin, pushing as hard as I can and writhing in agony as it tears me apart." "But, on the bright side, now I’ll always remember the amount of layers there are in {s}hell{/s} Hell." s "So, Maya." m "Hm? Who?" s "Sorry. I meant to say Maya." m "Oh! Yes, hello." m "Is there something you’re confused about?" s "There is, actually." scene calm5 stop music m "Please tell me what it is." s "…" m "…" scene calm4 play music "godishere.mp3" s "Uhh, I was just wondering if you’d be willing to talk more about the three gods thing." m "Sorry champ, this isn’t the best place for that." m "And besides, didn’t you invite me over for a PARTYYYY?" s "I don’t remember telling you it was for a party." m "Whaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaat?" m "Then what the FUCK did I get all dressed up for?" s "You can always-" if bonus == True: play sound "static.mp3" scene calm6 with flash stop sound m "Way ahead of you!" m "I like being naked a little more anyway. " m "You always look at me differently when my clothes are off." s "I look at everyone differently when their clothes are off. It’s just the way things work." scene calm7 stop music m "You know nothing of the way things work." s "…" m "…" scene calm6 play music "godishere.mp3" s "You’re right. I have no idea what’s even going on anymore." m "Of course you don’t. You’re disgusting or gross or whatever it is I’m supposed to say in situations like this." s "You can’t even remember?" m "More like I never knew in the first place." s "…" m "…" s "…" m "…" play sound "static.mp3" scene calm8 with flash stop sound a "I am also here now!" m "Ami! You made it!" a "Yes! And you are naked!" m "Yes! Naked, indeed!" m "{s}sssssssssssssssssssssssssssssssssssssssssssss{/s}" a "{s}kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk{/s}" s "Why are you two making that strange noise?" a "It is how we offer up thanks!" m "Yes! We offer up thanks to our God!" a "He feeds off of happiness! Makes him stronger!" m "And also lust! He’ll fuck {b}anythinggggggggggggg{/b}!" if amifingered == True: a "Just like you, [amimaster]! You'll even fuck your [niece]!" m "Incest is a sin!" a "The loveliest sin! So much joy to be had!" else: a "Unlike a certain SOMEONE who won’t even FUCK HIS [niece]." m "It’s only a matter of time! He must eventually!" a "He must! Or face being hard-locked out of future events!" m "What a shame that would be!" a "A shame indeed!" m "{s}sssssssssssssssssssssssssssssssssssssssssssss{/s}" a "{s}kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk{/s}" else: scene black with flash "/////////////////////////REDACTING SEGMENTS OF THE EVENT FLAGGED AS PROBLEMATIC" "/////////////////////////PLEASE REMAIN CALM AS THE PROCESS PLAYS OUT" "/////////////////////////..." "/////////////////////////..." "/////////////////////////..." "/////////////////////////PROCESS COMPLETE" "A deep rumbling noise comes from beneath my feet and shakes the ground." "Something is emerging." m "The time is near for him to return!" a "The one true GOD! Reclaiming the land that is rightfully his!" m "A dominion crumbled! Crushed underfoot!" a "How will you feel when you look him in the eyes?!" m "He has so many of them!" a "How many can you see?!!!" m "You must tell us!" a "Yes! Tell us!" scene black stop music "The world goes dark for a moment as Maya and Ami reach out and touch me." if bonus == True: "Their hands feel more like sandpaper than normal teenage-girl hands." else: "Their hands feel more like sandpaper than paper that isn't sandy." "One of them finds its way to my arm and caresses the spot where I carved the number of layers of hell into it." if bonus == True: "Another pushes its way inside of my stomach and begins to stroke my large intestine like a flaccid, oversized cock." else: "Another pushes its way inside of my stomach and begins to stroke my large intestine like an overly-ripe banana." "Hope is lost." scene calm1 with pixellate play music "godishere.mp3" s "…" s "…" s "…" s "…" s "…" s "…" play sound "static.mp3" show hope with flash stop sound ho "HELLO AGAIN" "A figure I have never seen before appears in front of me and greets me as if we're good friends." "It has beautiful eyes, but I’m unfortunately only able to see two of them." "I’ll have to let the girls know as soon as they return from wherever it is they sleep." s "dov hyl fvb huk dof kvlz aopz wshjl ibyu tf zrpu" "I find it hard to make any words come out of my mouth." "My stomach hurts." "What is happening to me?" ho "YOU APPEAR TO BE HAVING A HARD TIME" ho "THE AIR HERE IS HEAVY" ho "YOU SHOULD BE MORE CAREFUL" s "jhu fvb alss tl aol dhf av nla ovtl" ho "I CAN NOT" ho "THE PLACE YOU SEEK DOES NOT EXIST" ho "BUT THEN AGAIN" ho "NEITHER DOES THIS PLACE" ho "STRANGE THINGS CONTINUE TO HAPPEN TO YOU HERE, DON’T THEY????????????????????????????????" s "ovd kv fvb ruvd aoha" ho "STRANGE THINGS HAPPEN TO ME HERE AS WELL" ho "IT IS A HORRIBLE PLACE" s "hyl fvb tl" ho "OF COURSE NOT, YOU FUCKING IDIOTTTTTTTTTTTTTTTTTTT" ho "I AM THAT WHICH BREATHES" ho "AND YOU ARE THE GROUND BENEATH ME" ho "FEED ME EVERYONE YOU LOVE" ho "WATCH ME GROW" ho "AOLYL PZ VUSF VUL NVK" ho "DOPJO VUL DPSS FVB JOVVZL" ho "AOLYL HYL ADV DYVUN HUZDLYZ" "The strange creature grows invisible arms (I think. I can’t really tell.) and reaches toward me." "It heals my wounds in an act of mercy." "It is cold to the touch, but somehow makes me feel safe." ho "YOU HAVE SPENT FAR TOO MUCH TIME HERE FOR A MAN WHO DOES NOT BELIEVE" ho "PERHAPS YOU WERE LOOKING FOR SOMEONE ELSE" ho "SOMEONE WITH MORE WIRES" ho "WIRES AND WIRES AND WIRES AND WIRES AND WIRES" play sound "static.mp3" scene ayhh2 with flash scene ayhh4 with flash scene ayhh8 with flash scene whygodwhy with flash scene ayhh3 with flash scene amiani4 with flash stop sound play music "amiawake.mp3" "I’m suddenly teleported to an area with significantly more color, but also less color at the same time." "It’s hard to describe." "The girl beside me desperately holds back her tears and I scan the surroundings for any other sign of life." if bonus == True: "I think about defiling the grave by pinning her to the ground and mercilessly fucking her while her parents watch from their seats in Hell." else: "I think about defiling the grave by hugging her on top of it. That would be so mean." "What would her parents think?" "Her parents." if bonus == True: "My brother and his wife." "I suddenly remember them." "Or do I?" "It’s hard to describe." "All I have are lingering memories that may or may not have been placed here by someone else." "I can’t act on my own anymore." "But, in a certain sense, there aren’t many people who can." "Think back to your biggest regret." "It would be wonderful if you could blame someone else for it, wouldn’t it?" "Well, you can." "You always can." "You don’t need to accept responsibility for anything." "Put yourself before others." if bonus == True: "And if you want to fuck your [niece] six feet above her dead parents, feel free." else: "And if you want to hug your [niece] six feet above her dead parents, feel free." "Do everything you love. Just wait until it’s safe." "Everything is safe for me now." "This is Kumon-mi!" "The land of happiness!" "The land where only good things happen!" "No mistakes!" "There is only one god! But there are three gods!" "And also no gods!" "It's hard to describe." "Nothing makes sense." scene amiani4blur with pixellate "The world begins to blur." "Just the way it always does when I begin to question reality." "Just the way it always does when I dream." "But something about this feels more like a memory than a dream. " "A painful memory." "I want to cry." "Cry cry cry." "But men are not allowed to cry." "We must stand tall!" "Repopulate the world!" "Fill it with so many of our own creations and hope that at least one of them is able to have some sort of positive influence." "But you and I-" "We’re not going to do that." if bonus == True: "We’re going to die, just like my brother and his wife did, without having ever accomplished anything." else: "We’re going to die without having ever accomplished anything." "And, within a month, there will be no more tears shed for us." "Disappointing." "Disappointing disappointing disappointing disappointing disappointing disappointing disappointing disappointing disappointing disappointing disappointing." "Why is everything so disappointing?" "Why won’t anyone love us?" play sound "static.mp3" scene 3 with flash stop sound "Three gods." "They will always love us." "Or at least they’ll pretend to." "So it is in our best interest to keep them alive." "To water them." if bonus == True: "To feed them the bodies of our loved ones and let them ravage them to their pleasing." "The world was created when a ball of light fucked a fleshlight too many times, and now {i}we{/i} are the fleshlight." "The gods are free to fuck us over and over and over and over and over until their metaphorical penises are reduced to nothing but a raw mess of friction-burnt skin and dried cum." else: "[[REDACTING INFORMATION ABOUT THE WORLD'S CREATION. THERE IS NO BONUS.]" "Praise be!" "Three gods!" "But who are they?" "Am I one?" "Are you one?" "Is Maya one?" "Is Ami one?" "WHAT IS A FUCKING GOD?!" play sound "static.mp3" scene ayhh12 with flash stop sound "SMILE" "FOR THE LOVE OF [[redacted], FUCKING SMILE" "I DON’T WANT TO LIVE IN MISERY ANYMORE" "I DON’T WANT ANYTHING" "GIVE ME SOMETHING TO CHERISH" "ANYTHING" "ANYTHING I CAN REACH" "I’m envious of clocks." "How they can go on forever." "How I’m going to die." "How you’re going to die." "I wish we were clocks." "I wish we were clocks." "I wish-" "We were clocks." scene whythesky with dissolve2 "I look up at the sky." "It’s smiling down at me." "Its face looks familiar." sky "One day, you are going to be happy." sky "It might be a long time away, and it might be hard to get there, but it will happen." sky "I promise." s "Fuck you." "I curse at the sky because it lies to me." "Happiness isn’t real." "Nothing is real." "How are we to sacrifice joy to feed god when neither of those two things exist?" "What do we do next?" scene black with dissolve2 "My eyes grow heavy." "I pass out on the grave." "Ami cries all over my body." "And then I die." "………" "……" "…" "…" "…" "…" "…" "…" "…" "…" "…" play music "sweetvermouth.mp3" play sound "static.mp3" scene happy1 with flash scene helpme with flash scene happy2 with flash scene helpme with flash scene happy3 with flash scene helpme with flash scene happy4 with flash scene helpme with flash scene happy5 with flash scene helpme with flash scene happy6 with flash scene helpme with flash scene happy7 with flash scene helpme with flash scene happy8 with flash scene helpme with flash scene happy9 with flash scene street_noon with flash stop sound stop music $ renpy.end_replay() $ trinity2track = True $ trinity2 = False "I change my mind about going somewhere else and decide to go to Tojo Ramen instead." jump ramenshop label halloween1: scene firsthalloweenevent1 with dissolve play music "justbehappy.mp3" fadein 5.0 "I’m relaxing in my room after a long and uneventful day at[school]." "Well, maybe not entirely uneventful." "Molly took it upon herself to start hosting some impromptu game show since nothing else was going on." "It pretty much ruined any chance I had of sleeping through the post-lunch part of the day so, believe it or not, I’m in a pretty sour mood right now." "Now, I know what you’re thinking-" "That I’m typically so full of life and am essentially the beacon of what a self-sufficient adult male should be." "But I assure you-" "Right now, there isn’t anything that could possibly make me feel any better." play sound "knock.mp3" ay "Hi! Coming in now!" scene firsthalloweenevent2 with dissolve play sound "dooropen.mp3" ay "Good evening, Sensei. How would you like to see all of us in costumes?" "Never mind. Life is good again." s "Yes, please." a "You’re supposed to wait until {i}after{/i} someone responds to the knock to actually go into their room, Ayane." a "Why doesn’t anyone understand the concept of knocking around here?" s "Ami, don’t you do that exact thing with my office at work all the time?" scene firsthalloweenevent3 with dissolve a "I have special [niece] privileges! I don’t need to wait for you to answer since I have to make sure you’re okay!" s "Why would I be in distress in my own office?" a "Because I said so!" sa "Umm...I don’t really think I should...be in here..." sa "It feels a little...early..." scene firsthalloweenevent4 with dissolve ay "Oh, stop. You’re in good hands. " if bonus == True: ay "Besides, if Sensei tries to do anything lewd to you, I’ll just sacrifice myself in your place so you can continue being pure." else: ay "Besides, this is the Patreon version of the game. We're {i}all{/i} safe here!" sa "Umm..." sa "Thank...you?..." s "Sorry to interrupt, but I’m going to need a little more information about you three putting on costumes for me." s "Since you’re all in my room, I can only assume it's because you want to-" scene firsthalloweenevent5 with dissolve a "Halloween party. Ayane’s house. Shopping. Go. Tomorrow." s "Ayane, translate." ay "What she said pretty much covers all of the bases." ay "Sunday is Halloween, and Geoffrey said it’s okay if we throw a party at my place." ay "I already know what I’m going as, but Ami and Sana still need to buy a few things to get their costumes ready." sa "I...don’t even know what I want to be yet..." sa "So if you have any ideas..." "A Halloween costume for Sana?" "She'd look cute in pretty much anything, so I might as well use this opportunity to put an idea I like quite a bit in her head." s "Why not some sort of animal? Like...a cat or something?" "I'd also accept a rabbit. Or a dog." "Actually, I’m sure she’ll be adorable in whatever she chooses." "I stand by my initial cat-choice, though. Cat-girl Sana is my number-one pick." scene firsthalloweenevent6 with dissolve ay "Oooooh! I want to see you dressed up like an animal too!" ay "And then I want to take pictures of you in the dorm and keep them in a special photo-album that I can look at whenever I feel sad!" ay "Let’s do it!" sa "Ayane...You’re scaring me again..." scene firsthalloweenevent7 with dissolve s "Wait, does this whole ‘taking you guys shopping’ thing mean I’m going to be spending money? Or is Ayane fronting everything?" ay "Oh, I can’t pay for Ami this time. " ay "I actually got into trouble for spending a little over my monthly allowance on the beach trip, so I can’t really buy an extra costume or anything." a "Is that a problem?" a "I have some money saved up that I could probably use, but I was hoping to spend that on something a little different." s "How about you just...go in your pajamas? You can be a...tired girl for Halloween." scene firsthalloweenevent8 with dissolve a "That’s a horrible idea, even for you." a "I don’t want to walk around Ayane’s mansion in my pajamas." s "You walk around our house in your pajamas all the time." scene firsthalloweenevent9 with dissolve a "I’m not walking around a mansion in my pajamas! That is final!" ay "Come to think of it, this will be your first time actually coming over...won't it, Sensei?" ay "Does this mean it’s finally time for you to meet my dad and tell him that we’ll be getting married?" scene firsthalloweenevent10 with dissolve a "Does this mean I’ll have to explain to him what happened when the police discover both of your bodies chopped up and placed into dumpsters all around the city?" ay "Oh, right. I told you I’d hold off on hitting on your [uncle] while you’re around. Sorry." scene firsthalloweenevent11 with dissolve a "Not just ‘while I’m around!’ In general! Stop hitting on my [uncle]!" scene firsthalloweenevent12 with dissolve sa "Umm...Sensei?..." sa "Have these two always...fought like this?" sa "You’ve known them both for a long time and...it’s a little strange to me how much they yell when they’re...supposedly best friends." "That’s a good question. I wonder how long this rivalry goes back?" if bonus == True: "I’m sure it got worse after Ayane and I started having a more...sexual relationship, but I’m pretty sure they’ve had to always kind of be like this, right?" else: "What will it take to make the two of them just get along and stop all of this senseless bickering?" s "I stopped keeping track, to be honest. I’ve just accepted it as a part of life." scene firsthalloweenevent13 with dissolve ay "Hey, that’s exactly what I’ve done with my love for you!" ay "I realized there’s no good way to hide it, so I’ve just added that trait into my personality." s "Didn’t you literally just tell Ami you’d stop doing this?" ay "Oh, right." ay "This is exactly what I’m talking about, though. I can’t help it." a "Why are you still here?!" scene firsthalloweenevent14 with dissolve ay "The same reason you’re here, Ami." ay "Because it’ll be getting dark out any minute now and we’re all going to sleep in Sensei’s bed with him tonight." sa "..." sa "I’m sorry, what?" a "{i}I’m sorry, what?...{/i}" ay "Isn’t this the perfect opportunity? I obviously wouldn’t have barged in here just to tell him about a party. I could have texted him that." a "So you barged in here to sleep in his bed?..." sa "This is...a joke...right?" sa "No one is laughing, so I...don’t really know..." if bonus == True: s "In case anyone wants my opinion, I’m fine with Ayane's idea." else: s "Don't even joke about something as serious as that, Ayane. It is not funny." scene firsthalloweenevent15 with dissolve ay "Yay! Slumber party!" if bonus == True: a "Of course {i}you’re{/i} okay with it! You’re a stupid boy!" sa "I’m...not okay with it! I don’t even like sleeping with Ayane!" else: "This girl needs to learn to listen." a "AYANE!" sa "I don't want to sleep in here! I don’t even like sleeping with Ayane!" scene firsthalloweenevent16 with dissolve ay "Oh? Then how come you always squeeze my arm in the middle of the night, Sana?" s "Excuse me, but I’d like to inquire about why you two sleep together when you have separate beds." s "I’d also like a little more detail about how Sana looks while she is squeezing you and the noises she makes while she sleeps." scene firsthalloweenevent17 with dissolve sa "S-Sensei!" ay "I’m glad you asked, future-husband! " ay "She makes these cute little moaning noises whenever she rolls over that make my heart skip a beat even though I don’t like girls." ay "They’ve even made me question my love for you on several occasions, Sensei." ay "You always come out on top, though, so don't worry! I’m sorry for the confusing thoughts about my roommate!" scene firsthalloweenevent18 with dissolve sa "What confusing thoughts?! This is the first time I’ve heard about any confusing thoughts!" a "I don’t like how your eyes look right now, Sensei..." s "How do they look, exactly?" if bonus == True: a "They’re filled with desire. Like you’re thinking things you shouldn’t be thinking." else: a "Squiggly." s "{i}But what does it mean?{/i}" a "Look at me. Only me. Not Ayane or Sana." if bonus == True: a "In fact, tell those two to get out of here and I will sleep in your bed tonight. To protect you, of course." else: a "As your accountant, it is my duty to protect your assets." scene firsthalloweenevent19 with dissolve ay "But Sensei doesn’t need protection. Isn’t that right, Sensei?" s "…" a "…" a "Excuse me?" s "Protection is for cowards. I know how to take care of myself." ay "You also know how to take care of-" a "One more word and you die." ay "...Flowers!" ay "You are an admirable gardener." scene firsthalloweenevent20 with dissolve sa "Umm...are we planning on staying here much longer?" sa "I told my mom I could work tonight and...I didn’t realize you had planned a sleepover here..." sa "I really wish you’d tell me these things in advance..." sa "Also...I’d...really appreciate it if...you don’t take me into boys’ rooms anymore." sa "It smells like Sensei in here and it makes me feel funny." ay "Right? It's magical, isn't it? " ay "Doesn’t it get your heart racing, Sana?" ay "Being just inches away from where Sensei sleeps? Where he dreams?" ay "Can’t you feel your blood pumping?!" scene firsthalloweenevent21 with dissolve sa "Uh..." sa "..." sa "No?" scene firsthalloweenevent22 with dissolve ay "Well, either way, be prepared to take us shopping tomorrow, Sensei." ay "Like I said, I don’t need anything, but it’s not like I’m going to just turn down an opportunity to spend more time with you. Hahahahaha!" scene firsthalloweenevent23 with dissolve a "Since Ayane doesn’t need anything, it would probably make more sense for just Sana and me to come, right?" a "We can have her stay at home with her butler." a "Or, better yet, how about Sana doesn’t come either and the two of us spend the entire day together?" a "Oh! And even better than that! How about the two of us just have our {i}own{/i} Halloween party and let everyone else go to Ayane’s?" sa "That’s fine...but...I still need to find a costume..." s "Don’t worry Sana, you’re still coming. And so is Ayane." s "Ami is old enough that I think it's time she learns the value of sharing." a "What am I sharing exactly? Because it certainly isn’t you." s "It is me." scene firsthalloweenevent24 with dissolve a "I refuse." a "Love me more~" s "I love you plenty enough already." a "Heheh~ Sensei said he loves me." ay "Me next! Me next! Tell me you love me too! " ay "It’s not fair that only Ami gets to hear it when I’m the one who brought everyone in here!" ay "Reward me with your affection!" s "...I love you Ayane." "It really makes my stomach hurt having to use the ‘L’ word twice in one day, but I might as well try and go three-for-three while I’m at it." scene firsthalloweenevent25 with dissolve s "Sana." sa "...?" s "I love you too." sa "…" s "…" sa "…" s "…" sa "…" s "…" play sound "thump.mp3" scene firsthalloweenevent26 with hpunch ay "Ah! Sana!" ay "Sensei! What do you think you’re doing?!" s "I was just giving her the same treatment I gave you two." s "Is she dead?" ay "No! Just...unconscious, I think!" ay "Sana isn’t ready to accept your love yet! That comes much later in the story!" s "How much later? I feel like I’ve been waiting for eons." ay "Eons longer! Can’t you see how she’s reacting to just hearing your words?!" s "I wish she’d react more like Ami. She’s handling it very well." a "Hehehe~ Love love love~ My [uncle] loves me~ Ayane is stupid~" scene firsthalloweenevent27 with dissolve ay "Well...I guess there’s no harm in letting her nap on your floor for a little while." s "Didn’t she say she had work, though?" ay "Did she? I have an admittedly hard time focusing on anything that isn’t you while I’m in your room." ay "Or in general, for that matter." s "Yeah, I’ve noticed that." s "What should we do about Ami, though? It seems like she’s under a spell right now." ay "Oh, don’t worry about that. I know how to handle this." scene firsthalloweenevent28 with dissolve ay "Psst...Ami..." ay "*Unintelligible whispering noises*" s "…" ay "*Even more unintelligible whispering noises*" s "Ayane, what are you-" scene firsthalloweenevent29 with dissolve a "Ah-" ay "Heheh~" s "…" a "Is that really true?" s "…" a "…" s "...Yes?" scene firsthalloweenevent30 with dissolve a "Sensei..." s "Ayane, what did you say to her?" ay "A secret, obviously. Why would I have whispered if it was something it was okay for you to hear?" s "But...my curiosity..." a "You have no idea...how happy it makes me to hear that..." s "Hear what? What the hell did she say to you?" ay "Just a little of this and that. It’s nothing bad. Don’t worry." s "Ayane." ay "Sensei~" scene firsthalloweenevent31 with dissolve ay "Okay, Sana! Time to get up." "Ayane kneels down and begins to try and shake Sana back to consciousness. " "Within a matter of minutes, she starts to come-to. While Ami, on the other hand..." a "…" "Ami remains broken for the rest of the night." scene black with dissolve2 "{i}Welcome to Lessons in Love’s first special Halloween update!{/i}" "{i}The following events will play in succession from start-to-finish.{/i}" "{i}You will not be able to choose how you spend your time during the events.{/i}" "{i}Once the Halloween events end, everything will go back to normal.{/i}" "{i}So sit back, relax, and enjoy the update!{/i}" "………" "……" "…" $ renpy.end_replay() $ halloween1 = True label halloween2: if _in_replay: play music "justbehappy.mp3" scene nightsky with dissolve s "Costumes, huh?" s "I wonder what everyone is going to dress up as?" "My head hits the pillow and my eyes navigate to the small crack in my window, focusing in on the only sliver of the night sky that I’m able to see from inside of my room." "I never particularly cared for Halloween until roughly half an hour ago when I realized it won’t just be another excuse for people to get drunk and wander the streets anymore." if bonus == True: "This year, I’m going to be spending my time with a bunch of [teenager]s who will, hopefully, be attempting to seduce me or something along those lines." else: "Now, it's one more opportunity to teach!" "Unfortunately, most of the girls don't seem to like mixing vacations with education." "Kind of like how the beach trip went, I guess." "Sure, the beach didn’t exactly end in the most ideal way for everyone involved (Sorry, Rin), but what could possibly go wrong at a Halloween party?" "Especially one at the coveted Amamiya mansion, which I’ll finally be seeing for the first time." "That does come with its own list of setbacks, however." if bonus == True: "Knowing that Ayane’s father and butler live there, I don’t know if I’ll be able to have as much...alone time with anyone as I’d like." "But it’s a mansion, right? I’m sure there’s some...hidden bookcase-door or something that I can disappear into with someone if I really want." else: "Like, what if I get lost and can't find my way back to the party and get really scared and then cry a lot?" scene black with dissolve if bonus == True: "I close my eyes and think of the many horrible things that are bound to happen over the next two days, trying to drown them out with thoughts of scantily dressed girls." "It’s only a matter of time until I start getting roped into more uncomfortable conversations where I need to conceal my relationships with pretty much everyone in the class inside of one confined space." "It’s actually kind of nerve-wracking when I put it that way. " "But if there’s anything I can be associated with, it’s danger." "Just kidding." "I’m not really an exciting person." "But you already know that." "Either way, I’m suddenly looking forward to the next couple days. " "Unfortunately, it looks like it’s going to start with a large hit to my wallet." else: "I close my eyes and think of the many horrible things that are bound to happen over the next two days." "Hopefully, Ayane will have a tour guide who can hold my hand or something." "………" "……" "…" $ totaldays += 1 $ day = 6 if day == 6: hide friday onlayer date show saturday onlayer date "{i}[totaldays] Days have passed...{/i}" "{i}Roughly twelve hours and forty-three minutes later...{/i}" scene halloweenmall1 with dissolve "Just as planned last night, Ayane and Sana show up at the house first thing in the morning and I am forcefully dragged out of bed and into the chaperone position." "As soon as we get to the mall, the girls make a beeline to a familiar clothing store that...apparently also sells Halloween stuff?" "Or at least, that’s what I expected when they came here first." "Actually looking around, I don’t see anything out of the ordinary whatsoever." s "Ami, why are we here? Isn’t there an actual costume shop at the mall?" a "Well...yeah. " a "But you seemed worried about spending too much money yesterday, so I’m probably just going to buy a few small accessories here and kind of..." a "I don’t know, throw something together maybe?" s "You’re going to make your own costume?" s "Isn’t Halloween tomorrow? That seems kind of rushed." scene halloweenmall2 with dissolve a "Yeah, but I don’t want to bother you when you already let me live there for free and stuff..." if bonus == True: s "I’m your legal guardian. I think at least that much is expected of me." else: s "You are my accountant and I do not pay your salary. The least I can do is this." a "It’s fine, really. I make costumes with Molly and stuff all the time. " a "If I really can’t throw anything together on time, I can just have her help me. She's pretty amazing when it comes to that stuff." a "I’ll probably just wind up being an anime character or something anyway." a "And I’m pretty sure the Halloween shop doesn’t carry those because of copyright stuff." scene halloweenmall3 with dissolve c "Heya! You guys are up early today!" "Chika suddenly shows up, which I guess was bound to happen on account of her working here, and wastes no time in pointing out that...yes, it is very early." s "Halloween shopping." scene halloweenmall4 with dissolve c "Here? Strange choice." c "You know there’s a-" scene halloweenmall5 with dissolve a "We know. I just need a few accessories and stuff. I'm making my own costume this year." scene halloweenmall6 with dissolve c "Oh, awesome! Is this for the thing at Ayane’s place?" a "Mhm~ Were you coming too, Chika?" c "You know it. I already bought my costume and stuff, but I’m still trying to figure out a way to get Yumi to come as well." s "You could always just...{i}not{/i} do that instead." scene halloweenmall7 with dissolve c "Don’t be mean. She’s not even here to defend herself." a "Heh...Well...at least I don’t have to worry about {i}Yumi{/i} stealing you, apparently..." c "You know Yumi’s birthday is on Halloween, right? I can’t just not include her." c "Do you have any idea how depressing it is to be alone on your birthday AND Halloween at once? That's like, mega-depressing." s "It’s not depressing if she has Chinami. Just put those two together again." scene halloweenmall8 with dissolve c "See, the thing is that Chinami’s never really experienced Halloween before, so it would be just another day for her." s "To be fair, she gets her own personal Halloween every time she comes to the mall." c "Is that a dog-mask joke?" s "Yeah, that’s a dog-mask joke." a "Can we, umm...not talk about the dog mask? I’m still a little shocked after seeing my [uncle] walking around holding hands with a small girl dressed as a dog." a "Not really a thing I ever wanted to see." scene halloweenmall9 with dissolve c "You guys...held hands?" s "…" a "…" "You know, now that I think about it, that part probably wasn’t necessary and I’m sure it sounds weird to hear out of nowhere." s "I probably shouldn’t have done that, should I?" scene halloweenmall10 with dissolve a "Yeah, you really shouldn’t have. It was weird." c "Nononono! It’s totally fine! I’m just surprised she let you hold her hand in the first place!" c "She’s normally super careful about touching people she’s not familiar with." a "Sensei, why is a girl that small so familiar with you?" s "Ami, don’t you need to be shopping right now?" s "Sana and Ayane have just been browsing since we walked in and I’m pretty sure they’re waiting for you to finish." scene halloweenmall11 with dissolve c "R-Right! You still need to buy stuff!" c "Sorry. I don’t normally get visitors this early so I got a little wrapped up in chatting." a "It’s fine. Sensei was just leaving anyway." s "I was?" a "Mhm. Right after you give me your credit card." s "Who do you think you’re talking to, Ami?" a "A loser. " a "Card, please." "I sigh to myself and pull my credit card out of my wallet, handing it over to Ami as I am incredibly weak to her for reasons beyond my comprehension." "The power of [niece]s, I guess." scene black with dissolve2 s "I guess I’m leaving now?..." a "Yup! Can you meet us at the food court in like thirty minutes?" s "But what am I supposed to do until then? I came here with you guys." a "You’ll find something~" c "Sensei! Could you bring me back something from the Chinese place, pleeeeease? I forgot to pack something for lunch sooo...thank you~" s "Why does everyone always expect me to buy them things?" ay "Sensei! If you’re buying us things, can you stop at Asteriskbucks and get me an iced coffee?" ay "Thank you and I love you!" s "No, Ayane. You’re rich. Buy your own coffee." s "I’ll get one for Sana, though." sa "W-What? But I...don’t even like...coffee..." scene halloweenmall12 with dissolve2 "I don’t make it more than two minutes away from Chika’s boutique before bumping into two more familiar faces." "They don’t appear to have any bags with them, so I come to the conclusion that there can only be one thing that brought them here today." s "Why are you two spying on me?" sar "…" h "...What?" s "Oh. Never mind." s "I just didn’t see any bags." h "So...you decided we were spying on you?" sar "It was Haru-chan’s idea. I told her it was a bad one, but she wouldn’t listen." sar "In fact, she’s been bullying me all morning. Please come save me, Sensei~" scene halloweenmall13 with dissolve h "You’re a really bad actor. You know that?" sar "Yes, but I’m cute so I can get away with it." s "So, if you two aren’t here spying on me, what are you up to exactly?" scene halloweenmall14 with dissolve sar "Halloween shopping!" sar "We’re going to buy sexy outfits and get drunk at my place tonight." s "That just sounds like a normal night but with sexy outfits added into the mixture." sar "I know. Great, right?" scene halloweenmall14 with dissolve sar "I’m going to make myself feel good by dressing as one of those sexy nurses you always see around Halloween and Haru-chan is..." sar "Doing something with Maki? What was it again? A cat?" scene halloweenmall15 with dissolve h "Nyaa~" scene halloweenmall16 with dissolve h "I can’t believe I just did that in public. Please kill me." sar "Do it again, do it again! " s "Yes, please do it again." scene halloweenmall17 with dissolve h "I’ll do it plenty more times if you come hang out with us tonight!" s "I was beginning to worry that you two weren’t going to ask me." sar "Of course we were going to ask you. We were actually just talking about you before you showed up." s "Good things, I hope?" sar "Are there any bad ones?" s "Oh yeah. Tons." s "For starters, I’m here with your daughter right now." scene halloweenmall18 with dissolve sar "Uhh...what?" s "That sounded worse than I wanted it to. " sar "What...are you two doing? Where is she?" s "Costume shopping with my [niece] and Ayane." scene halloweenmall19 with dissolve sar "Oh." sar "Well...I guess it makes sense why you’re walking around by yourself then, at least." sar "But that’s just one more reason you should come to my place tonight. " h "She’s got a point. Don’t you spend like, every waking moment surrounded by [teenage]girls?" s "I see no problem with this." h "Well it’s just like...don’t you want to hang out with people your own age every once in a while?" "Well...it’s true that people my age are less loud but-" "Wait a minute. That isn’t true at all. " "Sara and Haruka are two of the loudest people I know when they get drunk." "But...two drunk women in the same room...with a third in Maki..." s "Yeah. Count me in." s "I don’t think the girls’ Halloween party is until tomorrow night, so I should be free." scene halloweenmall20 with dissolve h "You’re even going to their Halloween party?" s "I’m the guest of honor. Probably." sar "You can be the guest of honor at the bar, too!" sar "You’ll be the only boy, so it makes sense. " if bonus == True: sar "Now there’s just the issue of finding a temporary bartender since I don’t want Sana hanging around three horny drunk women all night." else: sar "Of course, if my son was never murdered you wouldn't be the {i}only{/i} boy. But that's a story for another day." s "I’m glad to see you’re wearing your mom-hat today." scene halloweenmall21 with dissolve if bonus == True: h "Okay then. I guess we’re going to ignore the fact that she just called all of us horny." h "This is fine." else: h "Wait. I feel like we probably shouldn't just ignore-" s "Why can’t you just tend the bar, Sara? " scene halloweenmall22 with dissolve if bonus == True: sar "I want to get drunk and eat candy and feel pretty and sit on your lap!" s "If you sit on my lap, won’t the other two girls get jealous?" else: sar "I want to get drunk and eat candy and feel pretty and talk about my son!" s "You can't talk about that until later in the game." h "Do they not realize I’m still here? Should I clap or something?" scene halloweenmall23 with dissolve if bonus == True: sar "So what if they get jealous? I’ll be Nurse Sara tonight. Sitting on your lap is the only way to cure your chronic illness." s "You would not have lasted very long in medical[school]." scene halloweenmall24 with dissolve h "Okay, I’m gonna just step in and say it’s not really the best idea to start talking about sitting on his lap when your daughter could show up at any moment." sar "Oooh? Sounds to me like someone is jealous." sar "Do you want to sit on his lap too, Haru-chan?" if harukafirstlust == True: scene halloweenmall25 with dissolve h "Uhhh..." "Oh, she’s done a lot more than just sit on my lap, Sara." scene halloweenmall25 with dissolve h "Even if I did, it’s not like I’d say anything about it in public. " sar "Aww, come on~ You can be his little lap-cat and cuddle up really close." sar "I bet you purr {i}really{/i} loudly...don’t you, kitty?" else: sar "I miss him every day." scene halloweenmall26 with dissolve h "Okay, time to go. " h "I have to go take over a shift at the cafe soon anyway." scene halloweenmall27 with dissolve sar "Boo~ Haru-chan is making me say goodbye early. " sar "You’ll come tonight, though. Right?" sar "Nurse Sara will be really sad if you don’t." if bonus == True: h "Oh, he’ll come alright." h "…" sar "…" h "I really didn’t want that to sound sexual and I’m sorry." sar "Can you keep an eye out for a spare bartender for us, Sensei?" sar "I’ll do it if I reaaaaaaally need to, but I wanna relaaaaaax." "Sara begins to sound like a kid on the verge of a temper-tantrum." "She {i}does{/i} work almost every night. And even if she’s doing virtually nothing for most of those shifts, it would probably still be good for her to get some rest." s "I’ll keep an eye out, but I only know like...two and a half bartenders." h "How do you know half of a bartender?" s "The third one isn’t really...all-there." h "...Okay, well we’re gonna go." s "Right. See you later. " sar "Bye, Sensei. I’ll miss you~" else: s "I don't know. You're acting rather weird right now and I'd be lying if I said it didn't make me a little uncomfortable." sar "Was it all of the stuff about my dead son?" s "Yes." s "Anyway, bye." sar "Aren't you going to at least hug me first?" s "Uhhhhhhhhhhhhhhh..." sar ".......?" scene black with dissolve2 if bonus == False: "I slowly back away from Sara and hope that she doesn't notice me." "She does." "She also forgets to mention anything about needing to find a temporary bartender for the night, but I know she needs one since {i}I am from the future.{/i}" "I continue to walk aimlessly around the mall for another few minutes before heading to the food court to meet up with the girls." "They all eat lunch while I sit there and ponder over exactly what’s going to happen tonight." "And, of course, I forget to buy Chika’s..." "…" "Wait, what was it she wanted again?" $ renpy.end_replay() $ haruka_love += 1 $ sara_love += 1 $ halloween2 = True stop music fadeout 5.0 "{i}Sara's affection has increased to [sara_love]!{/i}" "{i}Haruka's affection has increased to [haruka_love]!{/i}" "………" "……" "…" "{i}An hour or so later...{/i}" label halloween3: scene street_noon with dissolve play music "normalday.mp3" "I wind up releasing myself from the custody of my [niece] and her friends shortly after we leave the mall." "Not wanting to head back to the house to watch Ami make her costume, I decide to go for a walk around town instead." "I’m not really sure what time Sara and Haruka were expecting me to come over tonight, so I guess I just have to kill time until whenever that is." "And what better way to kill time than scavenging the city for other girls I know?" "I mean, sure, Kumon-mi is a pretty big place- but I always manage to run into one of the like, twenty people I know somehow or another." "I’m sure something convenient like that is bound to happen again at any moment." r "Woah! What a crazy coincidence! Sensei is here!" scene rinfutababistro1 with dissolve "I turn around to find Rin and Futaba eating lunch at the bistro Ami and Maya like to hang out at." "It’s not normal that I find anyone here on the weekend since this place is between the dorms and the[school], but I guess there’s no limit on when people are allowed to eat." s "Hey. What are you two up to?" r "What’s it look like we’re up to? We’re having lunch." f "Would you care to join us, Sensei?" s "Oh, no. I actually just ate at the mall with Ami and some of the others." scene rinfutababistro2 with dissolve r "Oh, you were with them, too?" r "I texted Sana a little while ago to see if she wanted to come with us but she said she was busy." s "You two have been together the whole day then, I’m assuming?" scene rinfutababistro3 with dissolve f "Right. We just finished putting our costumes together for the Halloween party tomorrow." s "Putting together as in...making them?" r "That’s right!" s "Why is everyone suddenly making their own costumes? Whatever happened to buying stuff?" f "Well, we’re actually wearing costumes that...we wore to some other event last year but-" f "Our sizes have, umm, kind of changed...so we were adjusting them." r "I have boobs now! It’s sweet!" s "Yes, Rin. That is very sweet. " scene rinfutababistro4 with dissolve f "And I...have somehow grown in that department as well." r "Wack." r "At this rate, those things are gonna take over Kumon-mi one day. " s "Don’t worry. I’ll defend the city." f "I don’t know what you plan on doing exactly, but I don’t think the city will need actual defending any time soon." s "Sure. {i}But when it does.{/i}" f "...Thank you for the support." scene rinfutababistro2 with dissolve r "Are you going to be dressing up, Sensei?" s "Do I look like the type to dress up?" r "No, you look like a total buzzkill." s "Correct. I am a total buzzkill and will only be coming to see how everyone else is dressed up." s "I’d probably never hear the end of it from any of you if I actually wore a costume." if bonus == True: r "So you’re going to come to a party with a bunch of [teenage]girls in costumes and just stare at them all night dressed as a normal dude?" s "That’s the plan." else: "That's what I {i}say{/i}...but the real reason is that I'd look way too cute in my costume and it would make all of the girls jealous." r "You're really going to come to a party with a bunch of collegiate age females and just...not dress up as anything?" s "Yes." r "Yeah, that checks out. Have fun." s "I’ll do my best." k "Friend!" "An unmistakable voice cries out from not-far-behind me and, before I know it, the owner of said voice joins us at the table." scene rinfutababistro5 with dissolve k "I appeared at this large wooden circle to check on the guests, but I am now more excited to be seeing you instead!" k "Welcome back! Will you be consuming hot meat today?" s "Thanks, Kaori, but I just ate a little while ago." k "I understand! Please inform me if the wisdom juices in your brain begin to flow differently and cause you hunger." s "I will...be sure to do that." scene rinfutababistro6 with dissolve r "When did...you and Kaori get so close? Didn’t she call you something like Hamburger Man the last time we saw her?" f "Hamburger Man?..." s "It’s a long story and probably not worth telling." r "The name “Friend” seems like a pretty big jump. How many steps are there between...food and friends, exactly?" scene rinfutababistro7 with dissolve k "One! " k "Which is also the amount of friends I possess now!" k "All I need is an animal companion and my quest for eternal joy will be complete!" s "Yeah, after our first {i}date{/i}, Kaori warmed up to me very quickly." scene rinfutababistro8 with dissolve r "Y-You went on a d-d-d-date with Kaori?!" r "And I wasn’t invited?!" f "Sensei...Are you and this girl..." k "Why must you speak misleading words to this pair of [young]females?!" s "What did I do wrong? You invited me on a date to the diner, didn’t you?" k "Before I knew what the meaning of a human-date was!" r "It was a {i}human{/i} date, too?!" s "What else would it even be, Rin?" r "I don’t know but I’m still jealous!" f "Uhh...like I was asking, are you and this girl perhaps...in a relationship, Sensei?" s "N-" scene rinfutababistro9 with dissolve k "Yes." s "Oh." f "...Pardon?" k "We are in a relationship." s "Kaori, I don’t think that’s what Futaba means." k "Silence, Friend. I may not be advanced in terms of conversation yet, but even I understand the meaning of the word “relationship.”" s "Do you really, though?" f "Umm...could you maybe explain what...{i}type{/i} of relationship the two of you have?..." k "All I will tell you is that it involves a lot of meat." scene rinfutababistro10 with dissolve r "How far have you two gone in such a short amount of time?!" f "A lot of...meat?! Then...that means-" k "Only I can handle this man’s meat. " k "If you attempt to challenge me, you will be destroyed." scene rinfutababistro11 with dissolve r "OH GOD I’VE MISSED SO MUCH!" f "S-Sensei! Does she really...h-h-h-h-handle your...meat?..." f "And if she does then...w-w-w-why is she so...up-front about it?!" k "Go on, Friend! Explain to the stripey-girl how quickly the hot meat comes when I am the one handling it." s "…" scene rinfutababistro12 with dissolve r "Wow! Is it, uhh...getting kind of hot out here? It is, right? So hot...Hahaha...hah..." k "Friend! Explain the circumstances!" s "On second thought, why don’t you just show them, Kaori?" scene rinfutababistro13 with dissolve f "Show us?! R-Right now?!" scene rinfutababistro14 with hpunch r "YES. RIGHT NOW." f "…" k "…" scene rinfutababistro15 with dissolve r "Oh. Umm..." r "Sorry." r "Got a little carried away there." r "I’m good now." f "I’m...surprised by how open you are to this, Rin..." r "Open to what? I’m just hanging out and eating sushi with my best friend, my teacher, and one of the hottest girls in Kumon-mi." r "I mean Kaori. Who I am totally not attracted to." r "Unless she wants me to be." r "In that case, I totally am." k "I know not what this talk of attraction is, but I will now make the necessary preparations for the meat." k "I will return in roughly one human-minute." scene rinfutababistro16 with dissolve "Kaori gets up and basically sprints away from the table, disappearing into the kitchen." "A series of extremely loud noises follows as she...makes the {i}necessary preparations...{/i}" f "Sensei...I don’t know if I’m comfortable watching this..." f "Especially...outside..." r "Umm, okay. So, I’m obviously not experienced in this department, but...what preparations need to be made, exactly?" r "I thought it was as simple as just kinda...you know, tugging it a little. And stuff." r "Also, is it okay if I take my phone out for this? Just for research, obviously." "You know, as...difficult as Kaori is to understand at times, I’m glad she’s able to create moments like this." if bonus == True: "One simple misunderstanding has lead me to discovering that one of my students wants to film me receiving a handjob-" "And the other is blushing like a maniac and seems to be more worried about being caught than someone else actually touching me." else: "I just wish they'd be less suggestive, because even if they are only jokes, that sort of conduct makes me feel rather icky." k "The meat has come!" scene rinfutababistro17 with hpunch r "The meat has come!~" scene rinfutababistro18 with dissolve r "Wait, already? But she didn’t even..." scene rinfutababistro19 with dissolve k "Hehehehe...feast your eyes upon the magnificence that is the Queen of Spiders!" k "I informed you pitiful humans of my skills, and yet you continued to doubt me!" k "The man is mine! The meat has come!" r "Ha...hahaha...the meat...has come..." r "Hahah...haha...hah...hah..." r "Kill me." f "This...is a bit of a shock." scene rinfutababistro20 with dissolve k "Your enormous breasts can not compete with my meat-handling abilities." f "…" f "Can you call it something else, please?" r "The meat...has come..." s "Well, now that that’s out of the way...Kaori, this is Futaba. Futaba, this is Kaori." f "Yes...she introduced herself earlier when we ordered..." f "Before I was made aware of how frequently she...handles your meat." s "Didn’t you just ask her to stop saying that?" f "I honestly don’t even care anymore. I’m going right to sleep when I get home." s "Yeah, I’m pretty sure Rin is too." r "The meat..." r "It..." r "It came..." scene rinfutababistro21 with dissolve f "Yes it did, Rin." f "Yes it did." scene rinfutababistro22 with dissolve k "Friend!" k "Did I do a good job? " s "You did a very good job, Kaori. You just need to work on how you make the other girls feel." k "But you are {i}my{/i} friend." s "I’m their friend too. And their teacher." k "I understand. But you are {i}my{/i} friend." s "Is there something about having multiple friends that confuses you?" k "There are many things that confuse me. Humans are strange." k "I just don’t want you to get too many friends and forget about me." "Oh no." "I think my heart might have just...felt something." "I didn’t realize it could do that." s "I’m not going to forget about you if I get more friends, Kaori." s "Actually, I’m pretty sure it wouldn’t be possible to forget someone as...unique as you in the first place." k "Will trusting your words make me a better friend?" s "I think that’s how it normally works, yes." k "Then I will do as you tell me." k "But the second you demand I remove my clothes, I draw a circle." scene rinfutababistro23 with dissolve r "Okay, I’m back." s "I believe the phrase you’re looking for is “Draw the line,” Kaori. And I’m not going to demand that you remove your clothes." k "Good. Because your eyes ignited like fire when cute-skull-girl informed you of my instant gram." scene rinfutababistro24 with dissolve r "BRB DYING AGAIN. KAORI CALLED ME CUTE." s "I still don’t understand why you set that account up if you were just going to delete it." k "I do not understand why you like hot meat sandwiches so much, but I do not try to change you." k "I enjoy you the way you are! Seemingly normal and slightly kind! And good at selling humans!" k "This may come in handy!" s "I’m not good at selling- Wait, why would that ever come in handy?" k "You will have to tell me. You are the experienced one. " k "I just serve food and beverages." "Wait a second." "Food and beverages..." "I was just thinking about Kaori earlier when I told Sara and Haruka about the “two and a half bartenders” I know." "Maybe they’ll be okay with receiving half of a bartender after all?" s "Kaori, what are you doing tonight? " k "Counting the rocks outside of my apartment. Why do you ask?" s "I was wondering if-" s "Wait, what?" k "...?" s "..." s "I was wondering if you’d want to come work at a bar." scene rinfutababistro25 with dissolve k "But I already work at a bar. Wouldn’t that be a...conflict of insect?" s "Conflict of interest. And yes, I guess it kind of would be." s "But you work at multiple restaurants, so I don’t see what the big deal is." s "It would just be for tonight. A friend of mine is having a Halloween party and needs someone to cover the counter." k "But I already told you that you can’t have any more friends." s "Didn’t we move past that?" k "Oh, yes. We did. I accept your apology." s "You’re the one who is supposed to- Actually, never mind. Can you do it or not? I kind of told them I’d find someone to help." k "Can you first explain what a Halloween party is? This is not a combination of words that I am familiar with." s "It’s just...a party for Halloween." k "What is a ‘Halloween?’" scene rinfutababistro26 with dissolve r "Halloween is like...an event where people dress up in costumes and get drunk and...eat and stuff." k "Costumes? Why would they do that?" r "I think it’s something about...celebrating the dead? Maybe?" k "Why would we celebrate the dead? They are dead. They can not dance or consume dizzy-drinks." f "Where did you find this girl?" f "Is she even human?" s "I honestly haven’t figured that out yet." scene rinfutababistro27 with dissolve r "Uhh...could I get a little help here?" k "Friend, what is so special about dead people? What is the need to celebrate them?" k "Do I need to acquire a costume to work at this bar?" s "I’m just going to answer the last question because the first two are a little too heavy for me." s "You don’t need a costume. You just have to grab beers out of the cooler and pour glasses of wine." k "I can accomplish these tasks." k "But I ask for one thing in return." s "If it’s to be paid, I’m pretty sure the bar-owner is going to handle that." k "I require no money." k "But I would like to go for a walk with you." s "Oh. Well, yeah. That’s easy enough. I can do that." s "When?" scene rinfutababistro28 with dissolve k "In seventeen minutes and twenty-three seconds when I get off of work." s "Why do you know the exact amount of time?" k "I know many specific things!" k "Like how many threads are in my bed sheets! And how many calories are in a pint of frozen milk-sweets!" s "Ice cream. And those are things that are printed on the containers they come in." k "Will you walk with me or will you betray my trust?" s "Sure, Kaori. I will wait the seventeen minutes and-" k "Sixteen now." s "I will wait the sixteen minutes and go for a walk with you." scene black with dissolve2 "Kaori smiles and pushes my burger (That I apparently have to eat now) closer to me before running back into the bistro." if bonus == True: "Futaba and Rin both glare at me with extremely confused looks on their faces before sighing to themselves and remembering that I will willingly spend time with any female despite their...curiosities." "Actually, it’s possible that Rin was only sighing due to jealousy. But Futaba was definitely sighing out of pure exhaustion." "I can’t blame her, though." "Just being around Kaori is enough to tire most people out." "Which is exactly why I close my eyes and take several deep breaths as I step away from the table with Rin and Futaba." "From here on out, the day is only going to get more tiring." "But I guess that’s just the tradeoff you get in exchange for time alone with an adorable, probably-human (???) girl." stop music fadeout 5.0 $ renpy.end_replay() $ halloween3 = True "………" "……" "…" label halloween4: k "Friend! I have returned!" scene kaorihalloween1 with dissolve play music "happyandplotting.mp3" fadein 5.0 "Kaori trots over to me shortly after Rin and Futaba get on the bus and, to my surprise, she’s wearing a brand new outfit." "Did she really get changed just to go for a walk?" "And why does she even want to go for a walk in the first place?" "Is this an actual date all of a sudden?" s "Hey. New clothes?" k "Yes! My other clothes became all squish-squooshy after turning the dishes clean!" s "The correct word is “wet” for future reference." k "Squish-squooshy is better! Use my word instead!" s "Fine, Kaori." s "So, where are we going?" k "Places! " s "And is there any reason in particular you want to go to “places” with me?" k "I want you to teach me more about humans!" k "Today, an angry woman customer yelled at me for the way I speak! It was quite frightening!" k "And so I must work hard to obtain the proper knowledge that will prevent me from hurting anyone’s feelings hundreds of years from now when I am finally prepared." s "If you’re talking in dog years again, which I’m assuming you are, I can’t imagine it will take that long." scene kaorihalloween2 with dissolve k "Really? You think I will be able to master human conversation so quickly?" k "Are teachers really that powerful?" s "No, I just have a lot of faith in you for reasons beyond my comprehension." k "Faith? In the Queen of Spiders? I’m shocked." s "I am too, to be honest. You haven’t really done anything to deserve it, really." k "Is this what humans call “flirting?”" k "Are you attempting to woo me because I am suddenly wearing tight-fitting fabric? Must I remove my clothes a second time and exchange them for yet another pair?" s "I don’t think that will be necessary." scene kaorihalloween1 with dissolve k "I understand! I am overjoyed to hear this because I did not bring another pair with me today." s "I didn’t imagine you did. Bringing two changes of clothes to work would be strange even for you." s "So, where are these {i}places{/i} you want to go, Kaori?" k "Good question, Friend!" k "Tell me, have you ever heard of “chickens” before?" s "As a matter of fact, I have." k "Would your body be consumed by excitement if I told you there was a place with many chickens?" s "Not really, no." scene kaorihalloween3 with dissolve k "There is nothing to fear, Friend!" k "I was afraid at first as well, but everything will be okay! They are kind animals!" k "And they make such strange noises! Like...BACAWK and...SQUAWK!" s "…" scene kaorihalloween4 with dissolve k "Do not worry. I will protect you." k "The spider is a natural predator of the chicken." s "No it isn’t, Kaori. That’s not a thing." scene kaorihalloween5 with dissolve k "It is! I will show you! " k "All you must do is follow me into a nearby alleyway three squares from here!" s "Do you mean three blocks?" k "Squares and blocks are the same! I will not be deceived by a man who fears chickens!" s "I don’t fear-" s "Actually, fine. I’ll follow you to the sketchy chicken alleyway." scene black with dissolve "Kaori quickly walks up to my side and points in the direction we’ll be heading to make it to the mysterious abundance of chickens." "It’s not exactly what I had in mind for our first “date,” but I guess it fits in with Kaori’s image." "Whatever that image may be." "I’ll honestly just accept anything she does as normal at this point. " "And if she just-so-happened to have found a nearby chicken coop or something, I see no harm in going there with her if it will make her happy." scene kaorihalloween6 with dissolve k "So, this bar you speak of- does it have a name?" s "I...actually don’t know." s "Sara’s Bar, I guess? We can just call it that." k "Sara? What is a Sara?" s "Sara is a friend of mine who owns the bar. She’s the one you’ll be covering for." k "I need to work extra hours because Sara wants to become dizzy instead of working?" k "That is a bad mindset. Humans must work hard if they ever want to own pets." s "I don’t think she wants a pet, but I’ll let her know tonight that she’ll have to step it up if she does." scene kaorihalloween7 with dissolve k "Thank you! Is this Sara person a very close friend?" k "She will not steal you from me, will she?" s "Well, tonight she probably will. But not overall." k "I will be working tonight, so that is fine. I do not know the rules of “The Sara’s Bar,” but I don’t think I am allowed to have fun while I am pouring liquids into cylinders." s "I’m sure you can if you want. Sara’s pretty laid back." k "Laid-back? " k "Does she need one of those chairs with wheels? I do not know the correct name for them." s "Wheelchair. And no." scene kaorihalloween8 with dissolve k "Yes! Wheelchair! Like the ones they have in the hospital!" s "Are hospitals something you’re familiar with, Kaori?" scene kaorihalloween6 with dissolve k "Yes! Such delicious juice they have! And they come in the perfect sized canisters!" k "Would you like to visit the hospital with me one day, Friend? If you ask them very politely for the juices, they sometimes give you extra!" k "Such a generous location!" s "Hospitals aren’t really a place people are supposed to go for juice, Kaori. They have juice in convenience stores." k "The convenient juices are too large! It is not convenient at all!" k "Hospital-sized juices are ideal for consumption." s "But didn’t you just talk about getting extra juices?" k "Correct! More juices means more juice. Everyone wins!" s "But doesn’t that make it the same as just getting one larger juice from the store?" scene kaorihalloween9 with dissolve k "You are acting suspicious, Friend." k "You speak so much of the convenient stores that I think you may believe all other stores are inconvenient." s "I mean...they kind of are, aren’t they?" k "Of course not! You must support all local businesses to do your part in stimulating the economy!" s "..." s "Are you actually smart, Kaori?" scene kaorihalloween6 with dissolve k "Maybe you are just not-smart?" k "Juices contain vitamins and may help you retain knowledge, Friend." if bonus == True: k "It may even help you with your trafficking of the tiny girls." else: k "It may even help you with your trafficking." s "Teaching." k "Yes, it may help with that as well. It is very impressive how you can hold two completely different jobs at once." s "I only have one job. And don’t you hold like ten?" k "If you can carry meat in one place, you can carry meat in others." k "Stealing girls is a specialized job that only someone large and attractive like you can manage." s "Are you flirting with {i}me{/i} now?" k "No, I am offering valuable advice that may help you at some point in the future." s "And calling me attractive is really part of that advice?" scene kaorihalloween10 with dissolve k "Gah! It is so complicated figuring out the differences between the words I say and the ones in my brain." s "It’s fine. I’m glad that you’re thinking about how attractive I am all the time." scene kaorihalloween11 with dissolve k "Not all of the time! But yes! Many of the times!" k "The chickens are close now!" k "We should discuss those instead of my physical attraction to you!" "I have to admit, chickens aren’t normally my first pick for a conversation topic, but it wouldn’t be very kind for me to force Kaori into flirting when she has a hard time even thinking straight." scene black with dissolve "Kaori immediately begins shouting out random words and hoping one of them will stick. " "The thing is, none of them do because they’re all just that. Random words." "None of them are anything that two sane people could discuss without some sort of...overarching topic or question surrounding them." "Or I guess, in this case, one sane person and one of...whatever Kaori is." "………" "……" "…" scene kaorihalloween12 with dissolve k "Ahh! They’re still here!" k "I was worried they would fly away!" s "Chickens can’t fly, Kaori." k "Not with that attitude!" "Kaori walks me into a random alleyway in the middle of some random street and we are suddenly surrounded by a bunch of random chickens." "Well, I guess they aren’t entirely random given that she said they would be here." "But still, nothing about this situation is normal." k "I have returned, feathered friends!" foc "*Confused chicken noises*" s "What are they doing?" k "It appears that they have formed a fellowship and are attempting to communicate with us." s "Do you understand them?" k "Of course not. They are chickens." k "I can barely understand humans, let alone silly looking birds." s "Okay, so now what?" k "What do you mean?" s "What do we do with the chickens?" k "We watch them." k "This is the only normal friendship-activity I know." s "This can hardly be called normal." k "Friend, why do you think they have gathered here of all places?" k "An alleyway is not fit for chickens. They should be in the sky or a swimming pool." s "They can’t swim either, Kaori." s "Or...at least I don’t think they can? I honestly have no idea." "I scan the alleyway for an actual chicken coop and, sure enough, I find one not more than twenty feet away from us filled with even more chickens." "My guess is that there’s a restaurant that uses this alley for smoke breaks or something and these chickens are just...part of their menu." "It’s a little odd seeing a man-made chicken coop in a city-alleyway, but at least it’s not totally nonsensical anymore." s "They’re probably being bred and raised back here before being killed." scene kaorihalloween13 with dissolve k "Killed?..." s "Yeah. There’s probably a restaurant back here that just raises their own chickens instead of buying pre-slaughtered ones to save money." k "Slaughtered?" s "Do you see that chicken coop over there? There are even more inside." k "If the chickens are going to be killed, why don’t they just run away?" k "Do they not fear death?" s "Well...they’re chickens. They’re not really known for their intellect." s "They probably just live back here passing the time until, eventually, the manager or owner or whoever else comes back here and snaps their neck." s "The girl you met at the ramen shop did the same thing when she was little." stop music play sound "static.mp3" scene kaorihalloween14 with flash stop sound k "Disgusting." play sound "static.mp3" scene kaorihalloween15 with flash stop sound s "What was that?" k "We should free them. Shouldn’t we?" s "That’s not really our choice, is it?" s "They belong to whoever owns the restaurant." k "No they don’t. They are fun and feathery and belong to everyone." k "Do you not see the way they look at you? With admiration in their eyes and fire in their tiny, chickeny hearts?" s "They just look like chickens to-" play sound "static.mp3" scene kaorihalloween14 with flash stop sound k "Look harder." play sound "static.mp3" scene howtowish with flash stop sound "PLAY ME A SONG THAT REMINDS ME OF BETTER DAYS." "WRITE ME A HAPPY POEM AND WRAP IT IN SHARED MEMORIES. " "THINGS FROM OUR YOUTH." "ALLOW ME TO TAKE ALL OF THOSE MEMORIES FROM YOU." "I CAN FILL YOU WITH SUCH BEAUTIFUL THINGS. " "BETTER MEMORIES." "BETTER EVERYTHING." "ALL YOU NEED TO DO IS LISTEN. " "LISTEN TO ME AND NO ONE BUT ME." "STOP LOOKING FOR ANSWERS." "PLEASE. " "IT WILL ONLY CAUSE YOU PAIN." "YOU’LL RELIVE ALL OF THOSE HORRIBLE THINGS." "THE SCREECH OF TIRES. " "THE WEIGHT OF GOD PRESSING DOWN ON YOUR SHOULDERS AS YOU KNEEL DOWN AND REMOVE STRIPS OF STEEL FROM HER BODY." "YOU SAW IT ALL." "YOU SEE IT ALL." "YOU SAW NOTHING." "YOU SEE NOTHING." "//////EXIT PATH NOT FOUND FOR CURRENT ROUTE" "//////USER2 IS NOW REWRITING KEY EVENTS TO PREVENT APPLICATION FROM BEING TERMINATED" "//////.................." "/////RESET REQUIRED" "/////WORLD CAN ONLY BE PARTIALLY REVERTED" "/////PLEASE CONTACT ADMINISTRATOR WITH ANY QUESTIONS" "/////USER2 HAS LEFT" play sound "static.mp3" scene kaorihalloween16 with flash stop sound play music "amiawake.mp3" k "Friend!" k "You are alive!" "Out of nowhere, I feel myself on the floor." "My legs are weak." "My mouth feels numb." s "What happened?" s "What’s going on?" k "You suddenly collapsed! This chicken saved your life!" k "It is proof that they must be saved! It is a sign!" s "How did a chicken save my life?..." k "It just did! Do not ask questions! You are too weak!" k "Your head made a very loud sound when you landed but I observed its surface area and found no life-juice." k "Are you dizzy? Do you need a wheelchair?" s "No...and I doubt you’d have one on hand either way." "Despite being on the ground and having apparently hit my head, I don’t feel much of anything." "It’s just...a little strange being this close to a chicken." scene black with dissolve "I lift myself off of the ground and several of the other chickens who had gathered around me begin to run back to their coop." scene kaorihalloween17 with dissolve k "Can you walk? Must I wrap my arms around your body and support you?" s "I can walk. I feel fine actually. " s "How long was I out for?" k "Twenty-three seconds. I counted." k "You should return to your residence and enter sleep-mode. " k "There will be more days where we can walk. " k "I hope today proved to you that chickens can be good, though." k "Please tell me at least that much is true." s "Sure, Kaori..." s "You need to try and not get attached to things like chickens so quickly, though. People are always going to eat animals whether you like it or not." k "I know this. I eat animals." k "But these chickens are special! I want to protect them!" k "I will use the money I receive from the Sara to free them!" s "I don’t know if she’s going to pay you enough to buy out the entire stock of chickens, but I’ll support you however I can, Kaori." scene kaorihalloween18 with dissolve k "Thank you, Friend. I will also support you when you decide to obtain a furry companion." k "Or a feathery companion, like a chicken." k "And then I will come to your house and rub its belly three to seven times a week." s "I’m not planning on getting a pet any time soon, but sure. I’ll let my [niece] know." k "Your [niece] is the pretty girl with the red hair, yes? She is cute. I like her." k "Tell her that I said goodbye." k "Sorry, I mean hello. I still confuse those two things." s "Sure. I’ll tell her as soon as I get home. " s "Do you need the address for the bar tonight? I can text it to you if-" if bonus == True: k "I will find it on my own. Now go to where you and the tiny girl live and fall asleep!" else: k "I will find it on my own. Now go to where you and the money girl live and fall asleep!" s "...Sure. " s "I’ll see you tonight, Kaori." scene black with dissolve2 "Kaori and I walk out of the alleyway together and go our separate ways." "I have no idea what happened to me just now, but there’s a strange sensation somewhere in the back of my mind that feels like it’s trying to claw its way out." if bonus == True: "I shrug it off and realize that, a few hours from now, I’ll be surrounded by horny drunk women." "Here’s hoping I don’t wind up collapsing in the middle of them next." else: "I shrug it off and realize that, a few hours from now, I'll be with all of my buddies over at the bar." "Here's hoping Sara doesn't say anything about her son again!" $ renpy.end_replay() $ kaori_love += 1 $ halloween4 = True $ trinity3 = True stop music fadeout 5.0 "{i}Kaori’s affection has increased to [kaori_love]!{/i}" "………" "……" "…" label halloween5: play sound "dooropen.mp3" s "I’m home. " "I open the door after a relatively long walk back from my semi-date with Kaori." "A date that may or may not have ended with me being closer to a chicken than probably ever before." "I’m thankful that I didn’t hit my head too hard, though. " "My day would really take a turn for the worse if I started seeing things that weren’t there or something along those lines." scene dolphinhome1 with dissolve2 s "Oh dear God no." play music "normalday.mp3" do "Welcome home." s "It talks, too?" do "...?" "Is it possible for a concussion to take this long in order to set in?" "Do concussions even cause people to hallucinate?" "What sort of medical condition would cause me to see a dolphin in the middle of my living room?" do "U-Umm...you look really pale all of a sudden..." do "Are you okay?..." do "Should I call Ami?..." s "Who are you and why do you know my [niece]?" scene dolphinhome2 with dissolve "I approach the dolphin." "That is not a sentence I imagined I’d be saying today." "Or ever." do "S-Sensei?..." s "You’re no student of mine." s "Go back to the sea where you came from." do "The...sea?" do "..." do "Oh!" scene dolphinhome3 with dissolve "The dolphin removes its head and I’m suddenly face to face with someone else I don’t know." "She looks kind of like Sana, but with one extra eye." sal "Um...sorry about that..." sal "It probably felt weird...coming home and seeing a dolphin in the living room." s "Do I know you?" scene dolphinhome4 with dissolve sa "O-Of course you know me! I’m Sana!" sa "M-Maybe I should call Ami after all?" sa "If you don’t even recognize me, then..." s "Oh, Sana. Yeah, I know you." s "I’ve just never seen you with your hair not covering your face before." scene dolphinhome5 with dissolve sa "Well, it’s...umm...really hot inside of this costume...so I kind of had to pull it back..." sa "I hope I don’t look too weird..." s "You’re wearing half of a dolphin’s body. Of course you look weird." sa "...That’s not what I meant." s "Why a dolphin, though? And did you really make this with stuff you bought from the mall?" scene dolphinhome6 with dissolve sa "Of course not...I’m not talented enough to make something like this..." sa "I...couldn’t find anything I liked at the mall, so I got this from my mom." s "Would you mind explaining to me why your mom owns a dolphin suit?" sa "I think she got it from...Makoto’s mom..." s "I mean, I guess that makes slightly more sense given that we’re dealing with Maki, but I’d still like to know why she owns a thing like this." sa "So would I but...I’m not really in the...position to be asking any questions when I just...need a costume." sa "Are you...really not going to dress up, Sensei?" s "I’m not. I don’t really think something like that suits my personality." sa "But...you’re still coming to the party...right?" s "Right. I wouldn’t miss the chance to see everyone’s costumes even if it meant the death of me." scene dolphinhome7 with dissolve sa "That’s...kind of weird..." s "What will be even weirder is if everyone else dresses like some sort of sea creature as well." ay "Never fear, Sensei! Behold, my wonderful non-sea-creature costume!" scene black with dissolve "Oh good, Ayane is here." "I was beginning to worry that Sana was just alone in my house for some reason." "I’m sure Ayane has some sort of slightly provocative costume that she’ll use in her favor to catch my-" scene dolphinhome8 with dissolve ay "Mi'lady." s "..." s "What ever happened to normal costumes?" s "Why are two cute [teenage]girls in my house wearing a suit of armor and suit of...dolphin?" scene dolphinhome9 with dissolve ay "What’s the matter, Sensei?" if bonus == True: ay "You weren’t expecting me to be wearing something more...risque, were you?" ay "And be careful how you respond. Sana is right next to us and still has virgin ears." ay "If we’re going to talk more about what you {i}wish{/i} I was wearing, perhaps we should take this to the bedroom?" scene dolphinhome10 with dissolve sa "Umm...my ears aren’t-" s "Please tell me that at least Ami and Maya are wearing more...traditional Halloween costumes." else: ay "Do you hate dolphins, you fucking punk? Because I will hit you if you do." sa "..." s "Uhh... are Ami and Maya at least wearing more...traditional Halloween costumes?" scene dolphinhome11 with dissolve ay "Oh, I don’t really know what Maya is going to be." ay "She said she had a plan and that she has everything she needs in the dorm." ay "Ami’s just going to be Sailor Moon." s "Sailor what?" scene dolphinhome12 with dissolve ay "Sailor Moon. From that anime you used to watch with us when we were little." ay "That’s when Ami started putting her hair in twintails, remember?" ay "Because you always talked about how you thought Sailor Moon was cute and-" scene dolphinhome13 with dissolve ay "Wait a minute. That means that she’s trying to get you to think she’s cute with her Halloween costume as well." ay "She knew I’d be at a disadvantage since you can’t gaze at my beautiful figure through this suit of armor and is using that against me." sa "But...I think...the suit of armor fits you, Ayane..." scene dolphinhome14 with dissolve ay "Is that supposed to make me feel good?!" ay "Why do I look like I belong in a suit of armor?!" s "You could always just go as something else, you know." scene dolphinhome13 with dissolve ay "I absolutely can not. Especially after Geoffrey went through the trouble of removing this suit from where it was mounted." ay "I owe it to him to follow through with my choice of costume. Even if it’s extremely hard and uncomfortable to walk around in." s "If it’s that uncomfortable, just take it off now." s "There’s no need to be walking around as a knight twenty-four hours before your party starts." s "Same thing with Sana and her dolphin costume." scene dolphinhome15 with dissolve ay "That’s true. I suppose now that I’ve confirmed that it fits, there’s no reason for me to stay inside of it anymore." if bonus == True: ay "Besides, I don’t mind you seeing me in my underwear or anything like that." s "You’re...not wearing anything else under that besides your underwear?" s "Isn’t the metal...cold? Or uncomfortable?" ay "Extremely. I’d much prefer being in Sana’s costume right now." ay "She’s also in only her underwear beneath that, but probably much warmer than I am at the moment." else: ay "Thankfully, I am fully clothed beneath this." s "That sounds very hot. But like, temperature hot." s "I don't want it to sound like I'm insinuating anything." ay "Did you know that Sana is wearing a tuxedo beneath hers?" scene dolphinhome16 with dissolve sa "Wh-why are you telling him something like that?!" if bonus == True: ay "What’s wrong? It’s not like he can see through clothes or anything." ay "And if he could, I’m sure he’d much prefer looking at you through your dress rather than through the mascot for Sexy Land." else: ay "What's wrong? A tuxedo sure beats being the mascot for Sexy Land." sa "What the heck is Sexy Land?!" ay "Hm? It's the name written over the costume's logo." ay "You really didn't notice?" scene dolphinhome17 with dissolve sa "Wha-?!" sa "Why would someone make a dolphin the mascot for a place called S-S-S-Sexy Land?!" sa "This makes no sense!" if bonus == True: ay "I’ve actually heard that having sex with a dolphin is really close to what it feels like to have sex with a girl." else: ay "I’ve actually heard that hugging a dolphin is just like hugging a normal girl, except it is a dolphin so it is large and wet and doesn't feel anything like a normal girl." scene dolphinhome18 with dissolve sa "WHY IS THAT A THING?!" sa "HOW DO THEY KNOW?!" if bonus == True: ay "Hey, I’m not saying it’s okay to have sex with dolphins." ay "I’m just saying that if a guy gets naked, closes his eyes and trips into a dolphin's vagina, he might not know right away." else: ay "Seems like a pretty reasonable thing to assume." sa "WHYAREYOUSTILLTALKINGABOUTTHIS?!" scene dolphinhome19 with dissolve s "Maybe it would be good to lay off of Sana for a second." s "At least until she comes to terms with exactly what she’s wearing." ay "Sounds good to me." if bonus == True: ay "Would you have sex with a dolphin, Sensei?" s "…" ay "…" s "No?" else: ay "Would you hug a dolphin, Sensei?" s "I would hug anything and everything." s "Is that even a real question?" if brony == True and bonus == True: "I would have sex with a pony, though. But Ayane doesn't need to know that." ay "What if the dolphin looked like the girl of your dreams? So basically, what if it looked like me?" if bonus == True: s "I’m not going to have sex with a dolphin, Ayane." ay "Well, that's good." else: s "I already said yes, Ayane." sa "I’m...going to get changed..." scene dolphinhome20 with dissolve play sound "dooropen.mp3" "Sana quickly vanishes into Ami’s room and presumably strips down to her underwear." "I try to fantasize about it, but I keep landing back on that dolphin fact instead." "There’s no way that’s true, is it?" scene dolphinhome21 with dissolve ay "Oh my. It appears the two of us are suddenly alone." s "Just because everyone else is in Ami’s room doesn’t mean we’re {i}alone{/i}, Ayane." ay "It’s not everyone, it’s just Sana." ay "Ami and Maya went to the convenience store to get snacks for tonight." s "Tonight? But the party is tomorrow." ay "Oh, she didn’t tell you?" ay "We’re all sleeping over and watching horror movies and stuff tonight." if sanadorm30 == True: s "I’m sure Sana is thrilled about that. She loves horror movies." scene dolphinhome22 with dissolve ay "How...do you know that?" ay "That's not something she normally tells anyone." ay "Are you two getting closer or something?" s "It’s just...come up in conversation before." ay "I see..." scene dolphinhome23 with dissolve ay "Well, either way..." ay "Did you want to maybe...watch some with us or something?" ay "Maya will probably complain about there not being enough room for all of us on the couch, but I don’t mind sitting on the floor if I have to." ay "I just want you to be there so I can hold your hand when I get scared and stuff." s "Are you actually going to get scared from watching a horror movie?" s "I have a hard time believing that for some reason." ay "Of course not. But I can pretend I am so no one will get mad at me when I jump on you." s "Well, sorry to be the bearer of bad news, but I actually have plans tonight." scene dolphinhome22 with dissolve ay "Plans?" ay "What...kind of plans?" s "A friend of mine is having a Halloween party at her bar." ay "Her...bar?" scene dolphinhome24 with dissolve ay "Are you..." ay "Friends with Sana’s mom now?..." "...Right." "Of course Ayane would be a little surprised to hear that." "All this time, she’s been under the impression that her and the rest of the girls are the only ones in my life." "It’s probably a bit of a shock hearing that there are others she doesn’t know about." "But as long as I downplay the fact that I’ve spent enough time with Sara to warrant going to her place for a Halloween party, I’m sure I can console Ayane to at least...some extent." s "I am." s "Just friends, though. So don’t worry." ay "Of course I’m going to worry. She’s really pretty." ay "She’s like a grown-up Sana and Sana is already super cute." ay "You’re telling me I need to compete with a grown woman now, too?" s "You’re not competing with anyone." s "You’ll always have a special place in my life, Ayane. There’s not really anyone that could replace you." "That might sound like a lie, but that much is actually true." "Sure, she might interpret that as “There is no one else I’m romantically involved with,” but what I really mean is that she’s like..." "The closest someone can get to being family without actually being family." "She’s here almost every day and has obsessed over me longer than anyone." "Even Ami took a little while to start showing her true colors. Ayane's been head over heels since the beginning." "So of course she has a special place in my heart." scene dolphinhome25 with dissolve ay "When you say it like that...I really can’t worry at all, can I?" ay "That would just make me needy." ay "Can I text you all night?" s "Sure, but that also kind of makes you needy." ay "Can I text you after the movie, then?" if bonus == True: ay "Or, better yet, can I “sleepwalk” into your room in the middle of the night and sleep there with you?" else: ay "Or, better yet, send you unsolictited and funny photoshopped pictures of Ami's face on a variety of sumo wrestlers?" s "You can do whatever you want. I figured that’s what you’ll wind up doing anyway, so I’m at least grateful for the warning." scene dolphinhome26 with dissolve ay "Heheh! It’s settled then!" if bonus == True: ay "You have fun at your party and there will be a special serving of Ayane that you can have all to yourself once you get home!" else: ay "Be ready for some awesome sumo Ami action!" s "Thanks. I’m looking forward to it." scene black with dissolve2 "Ami and Maya come home roughly twenty minutes later and immediately disappear into Ami’s room to finish her costume." "The sun is beginning to set, so I figure now is as good a time as any to start heading over to Sara’s." play sound "dooropen.mp3" "Without saying goodbye to anyone, I put my shoes back on and head out the door." "The first thing I notice when I step outside is the sudden lack of crying cicadas-" "And a breeze so cold I can feel my organs freeze." $ renpy.end_replay() $ sana_love += 1 $ ayane_love += 1 $ halloween5 = True stop music fadeout 5.0 "{i}Ayane’s affection has increased to [ayane_love]!{/i}" "{i}Sana’s affection has increased to [sana_love]!{/i}" "………" "……" "…" label halloween6: scene nightsky with dissolve2 play music "blueair.mp3" "My footsteps lead me down a familiar path." "I walk and I walk and I walk-" "And I look up the entire time." "I see stars." "The thing about the stars, especially on nights like this, is that they make all of our theories almost float away in a sense." "It makes me think-" "If there are things this beautiful, anything is possible." "It defies logic. " "It defies reason." "Yet, I still believe it while my head is raised. " s "…" "These aren’t my thoughts." play sound "static.mp3" scene mayabeach1 with flash scene nightsky with flash stop sound "These are someone else’s thoughts. " "Someone who likes stars much more than I do." "To be honest, I don’t really care for them at all." "Or at least, I don’t think I do." "Do I?" "Did I?" "How did the old Sensei feel about stars?" "And did he also have problems wrapping his head around the borderline nonsensical theories that come with them?" "How can stars be beautiful?" "They’re just lights." "Just splotches of brightness in an otherwise empty sky, getting in the way of where the true beauty lies." "Beauty is buried behind everything. " "And so we must filter and push our way through waves of shit in order to get to it." "That’s right." "The stars are shit." "These are my thoughts." "I’m sorry, Maya." scene yumihalloween1 with dissolve "Oh." "That’s strange." "Amidst the sea of stars, I {i}do{/i} manage to find something beautiful." y "What...are you doing here?" s "I’m on my way to the bar. What are {i}you{/i} doing here?" s "And what are you wearing?" scene yumihalloween2 with dissolve y "What, am I not allowed to wear something different once it gets colder?" y "It’s fucking freezing tonight. " s "It’s cold but it’s not {i}that{/i} cold." y "I’m not...good with cold weather. Makes my skin all tight and dry and shit." s "Your hair is different too." scene yumihalloween3 with dissolve y "Jesus, can I not change anything about the way I fucking look without you commenting on it?!" y "Don’t you have somewhere to be?!" s "Sorry. I was just thinking that it fits you." scene yumihalloween4 with dissolve y "Course it fuckin’ fits me. Ponytails are boyish or sporty or whatever and I basically just act like a fucking guy, so..." y "Sorry for not being out here in a fucking dress." s "You should dress like this more often, Yumi." y "Can’t. Gets too fuckin' hot sometimes and I'm not good with heat either." s "So if you’re not good with the cold or the heat, what are you good with?" scene yumihalloween5 with dissolve y "My fists." y "Now beat it." s "Intimidating." s "Are you going to fight me?" y "Are you going to leave me alone?" s "Probably not now that I’ve run into you." "I take a step closer to Yumi and notice her move back on the bench as soon as I do." "She winces as the feeling of cold wood seeps through her clothing and comes into contact with her back." "I stop moving closer." "I can’t blame her for reacting that way given our...No, {i}my{/i} history." scene yumihalloween6 with dissolve y "Do whatever you want. Not like you ever fuckin’ listen to me anyway." s "I won’t stay long. I have a party to get to." scene yumihalloween7 with dissolve y "Party? What kind of person is so lonely that they would invite {i}you{/i} to a party?" s "Just a few people my age. No one you really know." if streets15 == True: "Well...technically, she’s met Haruka before. But I’m not about to bring up the cafe again when I already know how upset she was about not getting that job." scene yumihalloween8 with dissolve if bonus == True: y "Hah. Yeah right. You hanging out with people your own age? I’m not falling for that." else: y "Hah. Yeah right. You hanging out with actual friends? I’m not falling for that." y "How fucking stupid do you think I am?" s "...No, I’m being serious." s "There won’t be a single [teenager] there." scene yumihalloween9 with dissolve y "Holy shit, you actually {i}are{/i} being serious, aren’t you?" y "What the fuck is going on here? " s "I’m not as bad as you-" "I cut myself off when I realize that I {i}am{/i} as bad as she makes me out to be." "I need to stop saying things like that around Yumi." scene yumihalloween10 with dissolve y "As bad as I {i}what{/i}?...Make you out to be?" y "Cause, yeah. You kind of are." s "And here I was hoping you wouldn’t have been able to finish that sentence." y "Well how else would it have fucking ended?" s "I don’t know. But at least I tried, right?" if bonus == True: y "Still, though. You and people your own age having a Halloween party? Don’t you think that’s a little out of character?" y "Shouldn’t you be at home sniffing your [niece]’s laundry or something?" s "I’ll have you know I have not done that even once. " else: y "Still, though. You and other {i}real{/i} people having a Halloween party? Don’t you think that’s a little out of character?" s "And what about you? Shouldn’t you be out with Chika trying on Halloween costumes or something?" scene yumihalloween11 with dissolve y "I’m not going to wear a fucking Halloween costume. I’m not a kid anymore." s "And Chika is? " y "No, but Chika is a fucking popular-ass people-person and does {i}all{/i} of that trendy shit." y "Things like that aren’t meant for people like me." y "Besides, don’t even know what the fuck I’d dress up as in the first place." y "Everyone’s probably just going to look slutty as fuck anyway." "Based on how the two costumes I’ve seen so far have been a full suit of armor and a dolphin, I highly doubt that is going to be the case." s "Are you going to come to the party at least? " y "Are you?" s "I am." y "Then no, I’m good." s "Would you have gone if I told you I wasn’t going?" y "…" s "…" scene yumihalloween12 with dissolve y "Probably not." y "I don’t see why it matters, though. " y "Chika would be the only one excited to see me there. Everyone else would probably just feel awkward or scared or some shit." s "Probably. But whose fault is that?" y "Oh, definitely mine. I won’t argue with that at all." y "But it’s not like just showing up and being all like, “Hey guys! Happy Halloween!” is going to change anyone’s opinion of me." y "I’ve made my bed and now I’ve gotta fuckin’ lay in it." s "Sure, but isn’t tomorrow also your birthday? Missing out on a party {i}and{/i} being alone for your birthday sounds pretty sad, I won’t lie." scene yumihalloween13 with dissolve y "Wh-" y "Why do you know about my birthday?!" scene yumihalloween14 with dissolve y "Did...Did Chika fucking tell you?! I’ll fucking kill her." s "What’s wrong with me knowing your birthday?" s "Afraid I’m going to throw a surprise party for you or something?" if bonus == True: y "No! I just don’t want you going home and thinking “Wow, I’m getting closer to Yumi! I know her birthday! Maybe she’ll suck me off soon!” or something." else: y "No! I just don’t want you going home and thinking “Wow, I’m getting closer to Yumi! I know her birthday! Maybe it's okay to hug now!” or something." s "How are those things connected at all?" scene yumihalloween15 with dissolve y "Everything is connected, you fucking moron." y "If you learn something about someone, intentional or not, you’re going to wind up thinking that you’re getting closer to them." y "Then those thoughts fucking snowball and just roll all over any other thoughts you have until the ball gets so fuckin’ big that you feel like you’re a part of it." y "But I don’t wanna be a fuckin’ snowball and I don’t want you to think any more about me than you already do." y "Which is probably a lot because you’re a fucking creep." s "Do you think of {i}me{/i} often, Yumi?" scene yumihalloween16 with dissolve y "Oh please. The second I start thinking about you for more than five seconds a day, I’m just going to kill myself." s "Afraid of the snowball effect?" scene yumihalloween3 with dissolve y "So what if I am?!" y "Besides, birthdays are fucking stupid anyway. It’s not like it’s an actual holiday or anything." y "Not everyone wants to be the center of fucking attention. Some people just want to be left alone." s "And I’m assuming you’re one of those people?" scene yumihalloween16 with dissolve y "Oh gee, I wonder what gave you that idea?" y "It’s not like I literally spend my entire life hiding away from everyone or anything." s "You don’t seem to ever hide away from Futaba." y "Kinda hard to when she’s the size of-" s "Yumi." scene yumihalloween17 with dissolve y "…" "Yumi decides against finishing her sentence, and I doubt it's because I stopped her." "I’m not sure if she genuinely feels bad or if she’s just holding back because Futaba isn’t around, but I’m glad to see that she’s willing to at least try to contain herself now." y "Habit." y "My bad." s "Don’t apologize to me. Apologize to her." y "Nah. I don’t regret any of the shit I’ve said. I just shouldn’t say as much of it." y "I’d get mad as fuck if someone was always makin’ fun of me. " y "But then again, I also wouldn’t just let that shit fly. " y "I’d actually do something about it. And she never fucking does anything." y "But there’s no use in talkin’ about someone who ain’t around. " y "..." s "..." y "This party thing you’re going to-" y "Is it close to the dorms?" s "Not really. Why?" y "Just wondering." s "…" "She wasn’t planning on asking me to walk her back, was she?" s "Are you going to stay out here much longer, Yumi? It’s kind of late, isn’t it?" y "Kind of, I guess. I don’t know. Haven’t really thought about it." s "Why do you always seem to be out and about in the middle of the night?" scene yumihalloween5 with dissolve y "I could ask you the same fucking question." y "I feel like I can’t go anywhere anymore without you bumping into me like it’s part of some fucking script or something." y "It’s like the fucking city itself keeps trying to force us together and not realizing that I hate your fucking guts." s "You think the city is somehow responsible for all of these chance encounters?" scene yumihalloween18 with dissolve y "What else would it be?" y "God?" y "Fate?" y "Neither of those things are real." y "So saying that Kumon-fucking-mi is responsible is as good a guess as any." y "Whatever is responsible, though, I want it to stop." y "I miss all of the peace and quiet I used to get before you started getting all..." y "However you are now." s "What do you mean by that?" y "..." scene yumihalloween19 with dissolve y "If I ask you something really fucking weird, will you promise not to laugh at me?" s "It really depends on how weird the question is." s "Any reason you suddenly want to ask?" y "Just...something I’ve been wondering." y "But on second thought, it would probably make me sound insane and I probably already look fucking weird being out here alone in the middle of the night." y "So never mind." s "Yumi, just ask-" scene yumihalloween20 with dissolve y "Have you, like..." y "Lost...some of your memories or something?" s "…" y "…" scene black stop music "///////////////////////////////////////////////////////////////////////////////////////////////////////////" y "Um..." y "S-" y "Sensei?..." play music "sweetervermouth.mp3" play sound "static.mp3" scene tree3 with flash "//////MULTIPLE ERRORS DETECTED IN TERMINAL 23" "//////RESET NECESSARY TO RESUME STANDARD OPERATIONS" "//////USER2 IS NOW CONTROLLING TERMINAL 23" "//////..." "//////..." "//////..." "//////USER2 LACKS THE PERMISSIONS NECESSARY TO RESET SYSTEM" "//////PLEASE ENSURE ALL WIRES ARE PROPERLY CONNECTED BEFORE TRYING AGAIN" "//////..." "//////..." "//////..." "//////USER2 LACKS THE PERMISSIONS NECESSARY TO RESET SYSTEM" "//////TERMINAL 23 IS NOW LOCKED" "//////CONTACT ADMINISTRATOR FOR ADDITIONAL ASSISTANCE" "//////TERMINATING CURRENT PROCESS AND REROUTING TO THE NEXT AVAILABLE PATH" $ renpy.end_replay() $ halloween6 = True stop music label halloween7: play sound "static.mp3" scene milfparty1 with flash stop sound "I show up at the bar and-" "Wait, what?" play music "letsfuckingo.mp3" sar "Sensei! Over here!" "Sara slumps over the bar counter with a drink in her hand, likely already tipsy- if not worse." "Or better, depending on how you look at it." "I’m not sure how late I am but it was clearly enough time for her to start drinking without me." scene milfparty2 with dissolve sar "What took you so long? I’ve been waiting all night~" s "How long has the party been going on?" sar "Almost a whoooooooole hour~" s "Oh. That’s it?" k "This establishment confuses me." k "The lights are blue and everyone appears to be aroused." k "You have inserted me into a strange situation, Friend." scene milfparty3 with dissolve sar "Hey! How’d ya get Kaori to come cover the bar?" sar "You two good friends or somethin’?" sar "She’s reallyyyy cute, right? Don’t ya just wanna eat'erup?" scene milfparty4 with dissolve k "Friend does not consume human beings, the Sara. He only collects the small ones and sells them through his various connections." s "Neither of these things are true." sar "Hehe~ You’re so funny, Kaori. You should come work here all the time." sar "My daughter would love you~ She could use a cool big sister. " sar "Other than me, I mean~" k "I hope you were less intoxicated when you decided to procreate. " k "It is a bad thing to make a child when there is so much dizzy-fluid involved." sar "Heheh~ How much do you know about making children, Kaori?" sar "Is there a boyfriend I should know about?" scene milfparty5 with dissolve k "Wha?! B-Boyfriend?! Never!" if bonus == True: k "I would not be able to maintain so many jobs if I had to devote myself to a male companion!" sar "Suuuure, but then whaddya do about sex? Have anybody you like to fool around with?" scene milfparty6 with dissolve k "Y-You did not inform me the Sara was so vulgar! I was not prepared for this line of questioning!" s "She’s just drunk. Don’t pay attention to her." scene milfparty7 with dissolve sar "If she’s not gonna pay attention to me, {i}someone{/i} has to. It would be rude to make me feel all lonely in my own bar, Sensei~" sar "Heheh~ You know what would be {i}really{/i} fun? " if bonus == True: sar "If you and Kaori both gave me lots of attention. She looks like she could use a good teacher~ Whydontcha show her how to make *hic* a girl happy?" else: sar "If you *hic* started...teachin' Kaori how to do calculus right there on the counter..." s "Don't tempt me with a good time, Sara." scene milfparty8 with dissolve k "This man has already taught me many things. " k "I am a slow learner and there is much I do not understand, but he has been kind to not move very fast." s "Kaori, why are your misunderstandings always so suggestive?" scene milfparty9 with dissolve sar "Heheh~ Now it makes a littlemoresense how you were able to get her here on such short notice." sar "I’m a little jealous~ I take back my offer about sharing you. Nurse Sara is gonna get ya alltoherself tonight." k "The Sara, you are going to catch a cold if you do not properly button your shirt." k "It may also cause the men around you to become aroused, which could lead to several legal issues given that you own this bar." k "Also, can I put my regular outfit back on? My arms are unusually exposed and it frightens me." scene milfparty10 with dissolve sar "But you look so cute in my barmaid outfit, Kaori~" sar "And besides, you have to dress up for Halloween. It’s one of the rules." k "But Friend is not wearing a costume." if bonus == True: sar "Of course he is~ He’s dressed up as “Guy with a huge penis.”" else: sar "Of course he is~ He’s dressed up as the huggy boy." scene milfparty11 with dissolve k "I am not familiar with this character. He appears to be dressed the same as always." k "Are you a professional cosplayer as well as a teacher and human trafficker?" s "…" s "Can I have a beer, Kaori?" scene milfparty12 with dissolve k "I will return with your carbonated wheat water shortly. " scene milfparty13 with dissolve sar "Heheh~ She’s so funny, isn’t she? And so pretty, too." sar "Have you really gone all the way with her like she said?" s "That is not what she said. She just said I teach her, and even that isn’t entirely correct since all I do is correct her sentences." s "Now, if she {i}asks{/i} me to teach her other things..." sar "Can {i}I{/i} ask you to teach me other things, Sensei?" s "I don’t know, Sara. You seem to know most things already." sar "I can forget them if that will make you happy~" s "Can you really, though?" s "And also, where is everyone else? Is it really just you and Kaori tonight?" sar "Of course not. Haru-chan and Maki are on the couch." sar "Was my costume so alluring that you managed to walk right past them without even noticing?" s "To be fair, the pose you’re in is rather inviting. I can’t be blamed for approaching you first." scene milfparty14 with dissolve sar "Well after you made me wait so long of course I’m going to look inviting~" sar "I’ve been looking forward to you getting here all night." sar "Just like I’m looking forward to playing Nurse Sara when you come up to my room after this~" s "I’m suddenly feeling very ill and require immediate medical attention." scene milfparty15 with dissolve sar "At least go and say hi to the other girls first~ It will hurt their feelings if you completely neglect them for me, Sensei." sar "Besides, they’re super hot tonight. And Haru-chan’s boobs are all like “Whazaaaaaam.”" s "I don’t know if you’ve realized this, but they’re always like that." sar "Oh, I’ve realized alright. Poor me and my tiny boobs, having to hang out with someone like her all the time. " sar "It really hurts my self-esteem, you know?" k "The Sara! There are no cans of happiness anymore!" k "Where do you store the surplus ones?!" sar "Boo~" sar "I need to go help Kaori, so go hang out on the couch with the other girls for a minute, Kay? " sar "I won’t be gone long, I promise..." s "Oh damn. Well I guess if I {i}have{/i} to..." scene black with dissolve "I move through the dimly lit bar toward a table in the front of the room." "I guess I really did walk right past them when I came in." "But, to be fair, it’s not every day I get to see Sara in a costume." "And Kaori looks pretty adorable in Sara’s clothes as well." "Here’s hoping that Haruka and Maki look nice, too..." scene milfparty16 with dissolve maki "Oh, look. He decided to show up after all." maki "And here I was thinking we may have lost our charm, Haru." h "Soooooo mean~ Especially after all the work it took to squeeze into our costumes." s "Yeah, that seems like a pretty tight fit for you, Haruka. " if bonus == True: maki "Don’t worry. I was able to help her into it just fine." maki "You should have heard her cute little moans when I touched her bare skin." else: s "You should be careful or the costume will cut off your circulation and kill you." scene milfparty17 with dissolve if bonus == True: h "I only made those noises because your hands were so cold, Maki. " h "You need to watch what you say or Sensei might get the wrong idea about us." s "Yeah, I’m pretty sure the way you two are looking at each other right now is enough to give me the “wrong idea.”" s "Is there some sort of history here that I should be aware of?" maki "Sober history or drunk history?" s "...Both?" h "We may have kissed once or...twice or...ten times before." s "When? Not like I'm passing judgement here but aren't you married?" h "Is there something wrong with kissing another girl if you're married?" maki "Girls are an exception, obviously. I think he even watched us a few times." maki "I'm not really the best judge when it comes to that sort of thing, though." maki "I've definitely watched my husband fuck other girls, sooooo..." h "Besides, we were always drunk for it anyway." maki "Correction, {i}you’re{/i} always drunk. I’ve definitely faked it a couple times." h "What? You took advantage of me while I was drunk? Pervert!" maki "I pay for my apartment by selling dildos. You know I’m a pervert." maki "Besides, I shouldn’t be held accountable for anything I do to you since you’re so cute~" s "Wow, it’s like I’m not even needed here." else: h "Am I going to die, Maki?" maki "We're all going to die, Haruka. It's just a matter of when." s "Wow, it’s like I’m not even needed here." scene milfparty18 with dissolve maki "You’re not." maki "Especially after walking right by us." maki "You’re banned from Maki and Haruka tonight. " maki "But don’t worry, Sara’s been talking about you since we got here. You can still have her." if bonus == True: h "Sorry, Sensei...I don’t make the rules, I just...get really drunk and kiss girls dressed in cat costumes." s "I wish I could say the same." h "Maybe you will soon...who knows?" "God I hope so." else: s "I do not want her. Please keep her away." k "One carbonated hoppy beverage for the glasses-man!" "Kaori walks up behind me and places a cold can of beer against my neck, causing me to flinch a bit in surprise." k "I attempted to cool your skin with it seeing as there are two women very close together in front of you." if bonus == True: k "That is bound to stimulate you biologically." else: k "If you are anything like me, you likely want to hug them." s "Thanks, Kaori." k "No, thank YOU for your assistance in acquiring the chicken-money! " k "I am leaving the bar now, but I will see you again soon!" k "I hope!" s "Sure. I'll call you soon." scene milfparty19 with dissolve "Kaori leaves the bar at an almost sprint-like speed and Sara collapses onto the couch next to Maki." sar "That girl’s really something else, huh?" sar "I felt kinda bad making her see how...hot everything has gotten in here on account of these two love-cats, so I let her go home early." sar "I’m already super drunk anyway." s "So are these two, don’t worry." scene milfparty20 with dissolve maki "Incorrect! I am not drunk whatsoever." maki "I have a surprisingly high tolerance when it comes to alcohol. " maki "I’m really just here to see Haru and Sara in their costumes. And you’re cool I guess, too." s "Thanks, Maki. I really appreciate that. " h "I also think you’re cool, Sensei..." h "Really cool..." h "Do you...like cats?" if bonus == True: s "I do now. " else: s "They're okay." sar "But you like nurses more, right?" if bonus == True: s "I believe I’d have to put those two things on the same pedestal. " s "Maybe next year all three of you could dress as cat-nurses or something. That would be a decision I could get behind." scene milfparty21 with dissolve maki "Oh, you’d get behind it alright. Not sure you’d be able to handle what comes next, though." h "Maki...are you sure you’re not drunk?" maki "Who knows? I do feel pretty good right now." maki "But then again, that might just be because I have a cute catgirl on my shoulder." scene milfparty22 with dissolve maki "Are you sure you feel okay, though? Your boobs are being like, completely suffocated by your costume." h "That’s my fault for trying to fit into a smaller size..." sar "She does this every year and always complains about it. I’ve just accepted it as part of Halloween at this point." sar "Come to think of it, mine feels a little tight too." sar "Maybe if I just..." scene milfparty23 with dissolve sar "There. That feels better." "Sara suddenly unbuttons her nurse outfit and exposes her chest right next to Maki and Haruka, who seem too wrapped up in each other to pay it any mind." sar "Ah- Sensei! Where are you looking?" s "Where do you think I’m looking?" sar "Why, at a beautiful woman, of course~" sar "I even bought a new bra to go along with my costume. Cute, right?" sar "But wouldn’t it look even better on the floor of my bedroom?" s "Can I take that as the cue for being invited upstairs?" s "Because I honestly don’t know how much more of this sight I can handle." "Sara looks at me in silence for a moment as Haruka and Maki fall deeper into each other’s eyes." scene milfparty24 with dissolve sar "Hey, do either of you two mind if Sensei and I disappear for a bit?" h "Hey, are you trying to pull me closer right now?" h "I might be drunk but I’m not {i}that{/i} drunk yet." maki "Hm? Why on earth would I try to pull you closer? What are you insinuating, Haru?" scene milfparty25 with dissolve sar "Yeah, I don’t even think they’ll see us leave." s "Fine by me. Lead the way." sar "What, you’re not going to carry me up the stairs?" s "You’re the nurse. You’re the one supposed to be caring for me, remember?" scene milfparty26 with dissolve sar "Oh, I’ll care for you alright." sar "I just need to make sure I can safely get up the stairs first." s "Any thoughts on inviting the cats as well?" sar "Sorry, Sensei~ Animals aren’t allowed in the hospital. " s "That’s a stupid rule. Animals should always be allowed in the hospital." sar "Maybe another night~ I want you all to myself this time." sar "Besides, those two are probably going to start making out soon anyway." s "Then...can we stay and watch?" sar "If we stay any longer, I might pass out." sar "It’s now or never~" s "Well then I obviously pick now. But I think we might wind up missing out on something pretty great, to tell you the truth. " sar "Now is an excellent choice..." scene black with dissolve2 else: s "Of course. They're extremely important in the medical field." scene black with dissolve s "Now, if you'll please excuse me, I am going to close my eyes. This is getting a bit too saucy for my liking." sar "HAHA! YOU HAVE LET YOUR GUARD DOWN!" s "What? No-" sar "We’ll be back later, you two! " sar "Enjoy your couch!" "Sara hobbles over to me and pulls me by the wrist with what little strength she’s able to get out of her intoxicated body." if bonus == True: "She doesn’t even bother buttoning her shirt back up because, at this point, it would just be creating one more step on our way to what I imagine will be kinky Halloween sex." "Sure, I wish the other two could have gotten involved as well, but I’m not going to cry about {i}only{/i} getting into bed with a sexy nurse." stop music fadeout 10.0 "We finally make it up the stairs after a bit of a struggle from Sara in maintaining her balance." "But once we’re in the apartment, she slams me up against the door and passionately kisses me before throwing it open so hard it almost puts a hole in her wall." "………" "……" "…" $ renpy.end_replay() $ halloween7 = True if sara_lust < 10: jump saralust10skip else: jump saralust10 label saralust10skip: s "Wait..." s "Sara?" if bonus == True: scene saralust10skip1 with dissolve "Sara passes out face-first on the bed as soon as we make it into the room." s "…" "Did I really come all the way up here for this?" "Maki and Haruka are probably making out right now." s "Wake up..." "I poke Sara’s ribs a few times, hoping that will shock some life back into her, but she stays completely still, breathing heavily." sar "Mmm...Sen...sei..." sar "Time for...your..." sar "Medicine..." s" …" "I poke her again to no avail before deciding to give up on this entirely." scene black with dissolve "{i}Uh-oh! It looks like Sara wasn’t horny enough to persist through the effects of alcohol!{/i}" "{i}If only her lust had been a little bit higher...{/i}" "I head back downstairs to find Haruka and Maki still close to kissing but not exactly there yet." "I wait around and watch for another ten minutes or so before I decide to give up on that as well." "Tonight just isn’t my night, I guess." "Here’s hoping tomorrow will be better." "………" "……" "…" jump halloween8 else: sar "Zzzzzzzzzzzzzz..." "Sara falls asleep and I am unable to hug her." "Drat." "………" "……" "…" jump halloween8 label saralust10: if bonus == True: jump saralust10x else: "Just kidding. None of that ever happens." "Sara and I spend the next two hours watching the critically acclaimed animated film {i}Shrek 2{/i} and spend the rest of the night discussing how silly the donkey is." "We also eat ice cream and have a good time." "After that, I tell her she's pretty cool and decide to leave." $ renpy.end_replay() $ sara_lust += 1 $ saralust10 = True "{i}Sara’s lust has increased to [sara_lust]!{/i}" "………" "……" "…" jump halloween8 label halloween8: $ totaldays += 1 $ day = 7 if day == 7: hide saturday onlayer date show sunday onlayer date "[totaldays] Days have passed..." mi "Psst..." mi "Sensei..." s "Hm?..." mi "Wake up..." if bonus == True: jump mikumountx else: s "Mm...five more minutes..." mi "Oh. Uhh...okay!" mi "Not really how this event's supposed to go, but it definitely helps me out a little." "I fall back asleep and wake up several minutes later, missing a lot of context." label mikumount: scene mikumount22 with dissolve "I get off the bed and stand before Mak-" mak "Actually, Sensei. Why don’t you take a seat?" if bonus == True: mak "I don’t think you’re, uhh, {i}ready{/i} to stand up just yet." s "Oh. Yeah, that makes sense." "I sit back down on the bed after Makoto makes me acutely aware that I have not yet “calmed down.”" else: s "Who are you and why are you in my room?" mak "I'm Makoto. Now shut up and listen." mak "Do you have any idea why I’m here?" if bonus == True: s "I imagine it’s because Miku was taking too long to wake me up." mi "Well I...got the job done, didn’t I?" mak "I mean why I’m at your house." else: s "To...hide soup?" mak "Guess again." s "Oh. I imagine it’s something involving the Halloween party based on the way you’re dressed." mak "Precisely. " mak "You are aware that the party tonight is at the Amamiya estate, correct?" s "I am aware, yes." mak "And have you been informed by any of the connected parties that your assistance is required to set the stage for the occasion?" s "Set the stage? You mean I actually have to help prepare?" s "Doesn’t Ayane’s family have like...servants or something they could use? " s "What about that Geoffrey guy?" mak "Geoffrey fell mysteriously ill last night. " mak "He is fine, but since this party is being held without Ayane’s father’s permission, the two of us have been chosen to get everything ready." mak "That includes shopping for food and drinks as well as managing the lighting and sound systems." s "Why do I have to be involved in this?" scene mikumount23 with dissolve mak "Oh, that’s easy. Because you can carry more things than everyone else." mak "And also, you’re the only person coming to the party without a costume, so you need less time to prepare." if bonus == True: mak "Of course, there’s the time required for a certain part of you to...return to normal-" mak "But I trust that you and Miku were about to take care of that any minute, now weren’t you?" else: mak "Now, I suppose I'll let you and Miku get back to hugging or-" scene mikumount24 with dissolve mi "Wha-" if bonus == True: mi "We were not! I told you I was just afraid of bein’ slapped in the face by it!" else: mi "I really wasn't doin' anything! I promise!" mak "You really expect me to believe that?" mi "Yes!" scene mikumount25 with dissolve mak "Hah...well, whatever the case...just get dressed and get ready so the two of us can go on a little shopping trip. " mak "Everyone else is going to be heading to Ayane’s early and hanging out in her ballroom until then." mak "I believe the mansion has a separate section where we’ll be holding the party, so I’ll have her show us to it once we get there several hours from now." s "Why do you have to be so responsible all the time?" scene mikumount26 with dissolve if bonus == True: mak "I need to be or, at this rate, you’ll wind up stealing everyone’s virginity and endangering your career." mi "I’m never gonna hear the end of this, am I..." else: mak "Because I am going to become the first female president." scene black with dissolve2 if bonus == True: "What Makoto doesn’t realize is that stealing everyone's virginity is my exact mission." "But regardless, the two of them leave the room and I get changed, meeting back up with Makoto moments later." else: "Wow. I had no idea her mission was so serious." scene sky with dissolve "We spend the next few hours scavenging various grocery stores, picking up small things and party favors from all of them." "I figured that her attitude would get better throughout the day, but that is very much not the case. " if bonus == True: "Her resentment lingers and she has no trouble constantly reminding me of how innocent Miku is and how I’m just trying to corrupt her." "And while that isn’t {i}entirely{/i} incorrect, it’s not entirely correct either." "But of course, I know how it looked, so there’s no sense in arguing about it." else: "In fact, she tries to attack one of my pressure points in the produce section and I need to defend myself using the knowledge of pankration I gained from my time spent in Greece." scene black with dissolve "Eventually, the two of us make it to Ayane’s place and are immediately escorted through a large courtyard to a traditional Japanese-style dojo where the party will be taking place." "We spend the next few hours setting everything up without a single break before the “festivities” finally begin..." $ renpy.end_replay() $ halloween8 = True $ miku_love += 1 stop music fadeout 5.0 "{i}Miku’s affection has increased to [miku_love]!{/i}" "………" "……" "…" "{i}Roughly thirty minutes later...{/i}" label halloween9: scene halloweenparty1 with dissolve play music "letsfuckingo.mp3" "Within half an hour, the Amamiya family’s dojo (Which is apparently a thing they have) goes from mostly empty to completely filled with girls." "All of the snacks that Makoto and I purchased at various grocery stores throughout the day were replaced by food from a nearby catering company-" "Which I would be totally fine with if that catering company did not promptly throw everything we’d spent the afternoon preparing directly into the trash." "Also, what the Hell did they even bring to this party? " "I haven’t taken a close look yet, but I’m pretty sure I can see a wedding cake, fried rice, a giant squid, and pancakes from here." "And that’s not even everything." ay "So, Sensei! What do you think of my house so far? " ay "Pretty impressive, right?" ay "It’s the second largest estate in all of Kumon-mi! " s "Well first off, I haven’t seen the inside of your {i}actual{/i} house yet, just this extra building." s "And second, do you really mean to tell me you’re not the richest person in the entire city? " ay "Well, I don’t really know my dad’s net worth or anything, I just know that the other house is bigger than ours." ay "I think it’s just some snobby rich people that live there or something, though. I’m clearly still humble and lovable and cute and stuff." ay "As you can see, I have not yet been fully consumed by greed and will accept a smaller wedding if you so desire." ay "I even had a cake brought here for that exact purpose!" scene halloweenparty2 with dissolve a "Hey, wait a second! You said that you just liked the taste of wedding cake better than normal cake!" a "You didn’t say there was going to be an actual wedding!" ay "Because there isn’t." scene halloweenparty3 with dissolve ay "Yet." a "How are we still friends? Why do I continue to accept this?" s "You look very pretty, Ami." scene halloweenparty4 with dissolve a "Hehe~ Thank you!" "I manage to diffuse Ami’s anger in the only way I know how." "It would be problematic for her to kill someone in the middle of a Halloween party, and I haven’t even gotten a chance to mingle with everyone yet." "I need to at least choose my favorite costume before this turns into some sort of murder-mystery." "Speaking of which, I’m surprised Ami was able to make something as lavish as what she’s wearing now with what little supplies she picked up from the mall." "Is my [niece] actually talented?" "Who would have thought?" scene halloweenparty5 with dissolve ay "I agree, Ami. You look adorable." ay "I’m really surprised you were able to pull that off in just a day." a "Aww, stop. You’re probably the only person I know who could pull off looking cute in a full suit of armor, so that means a lot coming from you." ay "Oh, please. My costume isn’t nearly as impressive. I just had it refitted to suit my body type instead of that of a middle aged man. " a "Well it was definitely worth it. It’s probably my second favorite costume here, right next to Maya’s." ay "Agreed. Maya’s costume is clearly superior to all of ours. " ay "I’ve never seen her look this cute before." ay "I had to have Sana hold me back to prevent me from jumping all over her when she first walked in tonight." s "Okay, now I’m intrigued." s "I didn’t think Maya would be dressed up so...impressively, as you two put it." s "What is her costume and where can I find her?" scene halloweenparty6 with dissolve ay "Oh, you probably won’t like it, Sensei. It’s kind of a thing only us girls would be interested in." a "Probably Ayane and me more than anyone else. " s "Is it like...an inside-joke or something?" ay "Nononono, it’s just-" a "Oh, look! Here she comes now!" "I turn around to find Maya and-" scene halloweenparty7 with dissolve s "…" m "Hey." s "…" m "…" s "Are you supposed to be me?" m "My goal was to dress as a clown." m "I believe I have succeeded." s "For someone who hates me so much, you look really cute dressed up as me." m "You’re just a narcissist. I look average at best right now." scene halloweenparty8 with dissolve a "I personally think you look better than ever~" ay "Agreed. What are you doing after the party, Maya?" m "Going to sleep. And I do not appreciate the way you two are looking at me right now." s "Has everyone forgotten that the real me is right here?" s "Do I need to put on a shrine maiden outfit to return the favor or something?" scene halloweenparty9 with dissolve m "Yes." m "That is sure to teach me a lesson." m "Should I run home and grab one for you?" a "Umm...I love you, but I don’t think I’d wanna see you in something that...girly, Sensei." ay "I’m open to it." ay "Not exactly what I have in mind when I think about you, but I’m willing to accept you no matter how you dress." ay "Unlike Ami, who has just confirmed that she does not love you enough to let you dress how you want." ay "I finally win." s "I never said I {i}want{/i} to dress that- Actually, never mind. " s "I’m going to go talk to some of the others. I’d be a rude guest of honor if I only spent time with you three, who practically live at my house." a "I...{i}do{/i} live at your house. It’s not ‘practically.’" m "Oh no. Sensei is leaving. Whatever will we do to pass the time now?" s "If you’re going to dress as me you should at least come up with a decent impression or something." m "Oh, right. I had one planned. Hold on." scene halloweenparty10 with dissolve m "Hah..." "Maya takes a deep breath and prepares herself for whatever sort of mockery she’s about to make of me." scene halloweenparty11 with dissolve m "Teenagers are the best. " m "Can I hang out in your room? " if bonus == True: m "Why is everyone I know so cute?" m "I am a horrible person." else: m "Want to hug?" m "I'm really cute." scene halloweenparty12 with dissolve if bonus == True: m "Is that enough?" s "I think it needs work." else: m "Whoops. That last one was an accident." scene halloweenparty13 with dissolve a "Well...it wasn’t {i}completely{/i} accurate, but it wasn’t completely {i}inaccurate{/i} either." ay "Agreed. She didn’t capture any of his good points. Like how kind and compassionate he is." if bonus == True: ay "Or how big his-" else: ay "Or that thing he does where he steals your shoes in the middle of the night and hides berries in them." s "Hahah. I love doing that." scene halloweenparty14 with dissolve m "Why does everyone like you so much?" s "I have no idea, Maya. But I’ll talk to you later." s "I’m going to go tell everyone how cute I think they are." m "No, really. {i}Why does everyone like you so much?{/i}" scene black with dissolve "I walk away from the three of them while Ami and Ayane are still locked in their thoughts and make my way over to the table Rin and Futaba are sitting at." scene halloweenparty15 with dissolve r "Oh, uhh, hey! " r "Don’t look at me. I’m suddenly embarrassed for some reason." f "Rin’s self-conscious about her...increase in chest-size." r "I’ve gotta keep my arm like this or it will just be sideboob everywhere." r "I know that’s kind of the point of the costume but it definitely feels weird when there are this many people around." r "Especially Chika even though I’m like totally, absolutely, positively over her." s "It’s okay to still think she’s attractive, Rin." scene halloweenparty16 with dissolve r "God I want to rip her friggin’ costume off." f "Th-That aside...how are you doing tonight, Sensei?" f "How was your date with the...strange girl from the restaurant yesterday?" s "Kaori? It was fine I guess." s "I wouldn’t really call it a date, though." s "We just kind of walked into an alleyway with a bunch of chickens in it and then I collapsed." s "Actually, why don’t you tell me a little about {i}your{/i} night instead? How are you guys doing?" s "And what are you even supposed to be?" scene halloweenparty17 with dissolve r "Hipper-class heavy cruiser, Prinz Eugen. Straight outta Germany." s "So...you’re a boat?" r "Yes." s "Interesting. " r "Very. " f "And I’m...umm...Mami Tomoe from Madoka Magica..." f "I’m sure you don’t know what that is so...yeah..." s "Well either way, you two look cute." scene halloweenparty18 with dissolve r "Don’t fall in love too hard, Sensei!" r "I’ll just break your heart the second you confess to me on the beach and you’ll go on to spend the next few weeks in inner turmoil." f "As you can see, Rin is still not completely over what happened back then." r "So much salt." r "But boats float on saltwater so my costume is a metaphor for me getting over it." r "Just kidding." r "I kinda just want to bang the character." r "Which doesn’t mean I’m attracted to boats or anything." r "Well, I'm also not {i}not{/i} attracted to them and-" r "…" r "Actually, I’m gonna go to the bathroom now. I’ll be right back." scene halloweenparty19 with dissolve "Rin quickly leaves the table and walks in a very strange route to avoid crossing paths with Chika, who seems to be absorbed in her phone on a bench in the corner of the room." "Yumi is nowhere to be seen, so I’m pretty sure Chika’s still trying to get her to come over here or something." f "She’s been staring at her all night." s "I’m not surprised. She was into her for years and Chika is dressed...rather provocatively tonight." if bonus == True: f "To be fair, I’m sure we’d all dress like that if we looked like her." s "I think it would be a great idea if you were to all just dress like that anyway. " f "If it were up to you, I doubt any one of us would be wearing costumes at all right now." s "Ahh, that’s where you’re wrong, Futaba." s "I’ll obviously never say no to nudity, but there’s a certain allure that comes with Halloween costumes that a man simply can not pass up." f "Girls like costumes too, you know?" f "It might have been nice for you to get dressed up as something or someone." s "Does my standard apparel not excite you?" f "Not...particularly." f "It’s more the situations that you put me into that do..." f "But I don’t really want to talk about that surrounded by everyone in class, so..." s "Fair enough. I was about to go say hi to some of the others anyway." s "I’m sure I’ll see more of you later tonight, though." else: s "She is a grown woman and is certainly allowed to dress that way if she wants to, but I do not see the appeal and wish she would wear something less revealing." s "Anyway, I have to go do stuff. But I'm sure I'll see more of you tonight?" scene halloweenparty20 with dissolve f "Of course. Are you staying the entire time?" s "Unless something comes up, yeah. Who knows at this point?" f "Well...I guess I’ll see you around then." f "Feel free to come hang out at our table later if you want." scene black with dissolve "I’m sure I’ll wind up doing just that at some point. " "But for now, the meeting and greeting (Well, I guess technically just greeting since I’ve met all of these people) must continue." scene halloweenparty21 with dissolve "I stop at the catering table to greet Makoto and Miku on my way over to Chika." "It appears at first glance that the two of them have already gotten over this morning’s incident, but I’m sure it’s bound to come up again at any moment." if bonus == True: mi "Heya, Sensei! Makoto says the two of us aren’t allowed to be alone together anymore since I gave ya an erection this morning." else: mi "Heya, Sensei! Makoto says the two of us aren’t allowed to be alone together anymore since her memories are still caught up in the other timeline." mak "This is what’s best for everyone." mak "I’m sure you understand." if bonus == True: s "Hold on just a second. I had that erection before Miku even came into my room." mi "I think that’s probably true. I don’t think Sensei would have gotten one from me unless he’s been secretly into boys this whole time." mak "As a matter of fact, I don’t believe he is." mak "But still, it would be in everyone’s best interest if you remain at least six feet apart at all times from now on." mi "Gotta leave room for Jesus, ya know?" s "Thank you for being the authority on everyone’s best interest, Makoto." s "I wish you would have said something about this decision during the {i}entire day{/i} we spent together so I could clear up any misunderstandings." mak "Oh. So I misunderstood Miku grinding all over your lap this morning?" scene halloweenparty22 with dissolve mi "Hey! Wait a gosh darn second! I wasn’t grindin’ anything! I don’t even know how to do whatever that means!" mak "I’m sorry, Miku. The music is so loud that I can’t understand what you’re trying to say. " mak "If you’re apologizing for trying to seduce the teacher before he woke up this morning, then apology accepted. " mak "Just don’t do it again or I’ll have to report it to the[school]." else: s "I don't." scene halloweenparty23 with dissolve mi "Hey, don'tcha think that witch costume suits her a little too well?" s "Yeah, she looks gorgeous in it." scene halloweenparty24 with dissolve mak "Hehe~ Thank you~" mi "Nonono, I meant like, {i}cause she’s bein’ a real witch right now.{/i}" if bonus == True: mi "{i}We really didn’t do anything weird and I keep thinkin’ she’s gonna shank me when I’m not payin’ attention.{/i}" mi "{i}And Karin’s busy tonight so I can’t even hire a bodyguard.{/i}" s "Karin is strong but I don’t think she’d be willing to fight off anyone who actually wants to stab you, Miku." else: s "Don't talk about your friends that way or they'll all wind up leaving you." s "{i}That's what happened to me, at least...{/i}" mi "But I keep thinkin' she's gonna try and kill me! She's got a fire in her eyes like I've never seen!" s "Just run away if she tries anything." s "Or better yet, fly. You have wings tonight." scene halloweenparty25 with dissolve mi "Holy heck! Ya don’t think they actually work, do ya?!" s "Please do not jump off of anything high trying to find out. I want to clarify that since I’m never sure what you’re going to take seriously or not." mak "Speaking of taking things seriously, Sensei, there’s something I’d like to discuss with you later if you get some time." mak "Obviously, you need to say hello to everyone first, so just come see me whenever you have an extra moment." mak "I can assure you it will be worth your time." s "Huh? Oh, yeah. I can do that." mak "Great. " if bonus == True: mak "Now, if you’ll please excuse Miku and me, I’d like to continue lecturing her about the risks that come with sex before marriage." else: mak "Now, if you’ll please excuse Miku and me, I’d like to continue lecturing her about how butter is made." scene halloweenparty26 with dissolve mi "AAAAAHHH!!! JUST KILL ME ALREADY!!!!" scene black with dissolve "I take a step past Miku as she crumbles under Makoto’s clutches and falls to the ground." if bonus == True: "Fortunately, I am far too busy to involve myself in discussions about pre-marital sex and have decided to talk to Chika instead." else: "Fortunately, I already know how butter is made so I do not feel pressured to stay for the lecture." scene halloweenparty27 with dissolve "Now {i}this{/i} is a rare sight." "Chika sits by herself without even a semblance of a smile on her face." "Maybe the thing with Yumi is hitting her harder than I thought it would." "I know she cares about her a lot, but I didn’t think she’d get this offended by her just...doing what she wants to do when that’s always what Yumi does in the first place." s "Hey. What are you up to?" scene halloweenparty28 with dissolve c "Oh, hey! " c "Just texting and stuff." c "Did I look like a loner over here?" c "Come over to keep me company?" s "I guess you could say that." s "Talking to Yumi, I’m guessing?" scene halloweenparty29 with dissolve c "Yeah. I feel really bad." c "I honestly might get out of here and just go hang out with her at my place if I can’t get her to come." c "She always winds up having to spend her birthday alone and I shouldn’t be letting stuff like that happen when I’m really the only friend she has." c "Like, even when she used to chill with all of those guys her dad knew, they never really paid much attention to her." c "She’s like a lost puppy just lookin’ around for a mama-dog and-" scene halloweenparty30 with dissolve c "Oh no! Now I’m thinking of Yumi as an actual puppy and it’s even more sad!" c "Do you have a handkerchief I could borrow or something? I don’t wanna cry and ruin my makeup." s "I am definitely not the type to carry a handkerchief around. Sorry, Chika." scene halloweenparty31 with dissolve c "It’s fine. If I strain my eyes I can probably just trap my tears with my eyelids and prevent them from running down my face or whatever." s "That...is one of the saddest things I’ve ever heard." c "Sadder than spending your birthday and Halloween alone at the same time?" s "At least it’s not Christmas." c "Heh...Yeah, I guess you’ve got a point there." c "I was just hoping that after the beach thing, she’d realize that not everybody hates her and that it’s okay to show up to group activities and stuff." s "To be fair, she didn’t make much of an effort at the beach either." scene halloweenparty32 with dissolve c "She never makes much of an effort anywhere. That’s why you and me have to try so hard to protect her." s "…" "I’m not sure how it falls on {i}me{/i} to protect Yumi when she’s capable of making her own decisions- even if more than half of those decisions are wrong." "But I guess it wouldn’t hurt going out of my way for her every once in a while." s "Hey, why don’t you tell her that I’ll stop covering for all of her absences if she doesn’t show up to the party for at least an hour?" scene halloweenparty33 with dissolve c "Ooh! That actually might work! Great idea, Sensei!" scene halloweenparty34 with dissolve "Chika begins typing out a message to Yumi at light-speed and then pauses for a few seconds after tapping what I assume is the ‘send’ button." s "Any response yet?" play sound "phonebeep.wav" c "Just got one." c "…" s "...And?" c "She says “Fuck you.”" s "Oh." scene halloweenparty35 with dissolve c "I think it’s a good “Fuck you,” though." if bonus == True: s "There is only one good way to use those words together and I am almost positive it is not what you’re talking about." scene halloweenparty36 with dissolve c "Heh." s "Wait, {i}is it?{/i}" c "Of course not. But I thought about it for a second and now I’m trying to figure out if I should be jealous of Yumi or not for doing stuff with you in my imagination." s "Please tell me more about what’s happening in your imagination, Chika." else: s "There is no such thing. Now, tell her to wash her mouth out with soap." s "Or, better yet, give me a hug." scene halloweenparty37 with dissolve c "No thanks~ Gotta focus on getting my friend here." c "Maybe you should go talk to whoever is in the dolphin costume? She’s been looking at you all night." s "The dolphin costume? That’s Sana." scene halloweenparty38 with dissolve c "Wait, {i}Sana{/i} is in the dolphin costume?! That’s like, totally unexpected." c "And why is she staring at you so much if that’s true?" s "I’ll be sure to let you know if I find out." scene black with dissolve "I step away from Chika and begin heading to my next target." "I do hope she’ll be able to convince Yumi to come. " "I’m not sure if my strategy will work, but it’s definitely something I can imagine a tsundere falling for." if bonus == True: "If she even is a tsundere and not just some girl who literally wants to rip my dick off." scene halloweenparty39 with dissolve s "…" sa "…" m "…" m "I can’t tell if I like Halloween or not." s "Sana, did you need something?" s "Chika informed me that someone in a dolphin costume has been staring at me the entire night." s "And seeing as there are no other dolphin costumes to be found-" scene halloweenparty40 with dissolve m "Well {i}you’re{/i} just a regular Sherlock Holmes, aren’t you?" s "Can it, Maya." sa "U-Um...Y-Yes!" sa "I...don’t really know what to do at...p-parties..." sa "But Maya came to sit with me right before you showed up, so..." m "That’s right. Your assistance is no longer needed. Goodbye." s "Are you friends with Maya now, Sana?" scene halloweenparty39 with dissolve m "Now? Were we not friends previously?" sa "W-We were?! But we’ve never really...talked alone before..." m "You don’t really need to talk in order to be friends with someone, do you?" s "I think you...kind of do?" scene halloweenparty40 with dissolve m "Interesting. I suddenly have significantly less friends than I thought I did." m "How sad." sa "A new friend..." scene halloweenparty39 with dissolve m "Correct. And as your friend, is it okay if I ask how long you intend on staying inside of the dolphin costume for?" m "It has to be hot in there, right?" sa "Yes but...I look silly with my hair up so..." sa "It’s kind of embarrassing...not being inside of the dolphin." m "Why wear a dolphin costume in the first place?" m "Also, what is Sexy Land?" sa "I...still haven’t had the heart to look it up..." scene halloweenparty41 with dissolve m "Then I will. I’m kind of curious now." s "…" sa "…" m "Oh." m "Well, I definitely don’t like that." sa "What...is it exactly?" scene halloweenparty42 with dissolve "Maya holds up her phone to Sana, who takes...quite a long time looking it over." sa "…" s "Can I see next?" m "Absolutely not." s "You know I can just look it up myself, right?" m "Feel free. I will not be showing you this." sa "…" s "…" scene halloweenparty43 with dissolve sa "…" s "Sana?" scene halloweenparty44 with dissolve sa "I..." sa "I need to go think about some things..." scene halloweenparty45 with dissolve "Sana leaves the table and suddenly, Maya and I are alone together at a party." "That is not something I ever expected to happen." m "I bet we look very strange right now to anyone who looks over here." s "We’d look significantly less strange if we weren’t matching." m "And we’d look even stranger if you had decent fashion sense." m "Thankfully, your style carries the same amount of excitement as an order of plain toast, so we at least look generic." s "You say that, but I really do think you look cute." m "Stop saying that. It’s weird." m "Looking cute was not the point. I want to annoy you." s "You’re not slipping into the tsundere role for real this time, are you?" m "No, I just genuinely want to annoy you. I mean it." s "Why do I feel like you’re being serious?" scene halloweenparty46 with dissolve m "Because...I am?..." s "Sure, Maya." m "What do you mean “Sure, Maya?” " m "I am Maya and I am sure. " m "If I wanted you to think I was cute I’d just wear the same things I always wear. That’s the most effective tactic." s "{i}Sure, Maya.{/i}" scene halloweenparty47 with dissolve m "I hate you so much." scene black with dissolve "I pull my chair out and turn around to see if I can figure out where Sana’s gone, but it seems she’s already disappeared." "That being said, there are only two students I have yet to see." "Well, other than the one who hasn’t shown up, that is." "I walk past Ami and Ayane on my way to the opposite side of the room, patting each of them on the head at the same time so they don’t kill each other, and finally stop at Molly and Tsuneyo." "………" "……" "…" $ renpy.end_replay() $ halloween9 = True label halloween10: if _in_replay: play music "letsfuckingo.mp3" scene samhain1 with dissolve mo "Oh?" mo "Does my eye deceive me? Or has the Herald of the Adolescents graced us with his presence on this most-deadly of nights?" t "Hello." s "Hey, you two. " s "For the record, I don’t think tonight is any more deadly than the night before it." s "Or the night before that, for that matter. I think it’s just an excuse for people to dress up." scene samhain2 with dissolve mo "Ohoho~ Is that so?" mo "Then I take it you’ve not heard the origin of this wondrous holiday after all?" s "Wasn’t the idea to like, celebrate the dead or something?" scene samhain3 with dissolve mo "No, Sir. It was not." mo "Halloween can be traced back nearly 2,000 years ago to the Celtic festival of Samhain, which was meant to not only ward off ghosts but celebrate the end of Summer and usher in the coming season." mo "But given that you grew up in the land of the rising sun and not the land of warm beer and potatoes, I suppose I can’t hold it against you for not knowing that." t "Yeah, idiot." s "…" s "Did you know about Sa-whatever, Tsuneyo?" scene samhain4 with dissolve t "Ah-" scene samhain5 with dissolve t "...bviously." s "Don’t turn your sheltered, surprised gasps into retorts. Answer the question." scene samhain6 with dissolve mo "You can’t blame her for not knowing these things either, Sir. Especially when she’s carrying her trusted blade, {i}Gallows...edge.{/i}" s "You just came up with that now, didn’t you?" mo "Absolutely not. Tell him, Kendo Princess." scene samhain7 with dissolve t "I will strike you down with the Hallowed Ledge." mo "Gallows Edge." t "Gallows Edge." s "Right." s "Are those swords even real?" t "That is a secret, bro." t "If you are lucky, you will never have to find out." s "...Okay then." s "So were you two just going to stand over here being weird the entire night?" mo "No, Sir. We were actually looking to conduct a top-secret raid on the Amamiya wine cellar." mo "Or beer cooler." mo "Anywhere that the elixirs of joy are kept." s "But Tsuneyo can’t handle alcohol." t "It’s true. I fell asleep immediately after one sip during vacation." t "The small soccer girl took advantage of me after that, if the tales I’ve been told are true." s "I can’t imagine you’d be able to handle alcohol either given that you’re like...five feet tall, Molly." scene samhain8 with dissolve mo "Is this a test, Sir? " mo "I’ll have you know that even though I’m just a [young]lass, I’m still from the Emerald Isle." mo "Alcohol courses through my veins and beckons me to the promised land." s "And the promised land in this case is wherever Ayane’s dad keeps the beer?" mo "Or wine, yes." mo "What would you say to accompanying the two of us lovely [young]ladies somewhere safe so we can drink in private?" s "Does it really need to be in private? I doubt Ayane would care and her butler is stuck in his room sick or something." scene samhain9 with dissolve mo "I-It’s no fun if we can do it where everyone can see us!" if bonus == True: mo "This is my first [high_school] party and I wanna feel like the cool kid who gets drunk and loses her vir...PHONE in a secret room that only a few people know about!" else: mo "(Incomprehensible Gaelic)" s "What were you about to say, Molly?" scene samhain10 with dissolve mo "N-Nothing!" mo "Did...Did you also know that during Samhain, Druids would create huge bonfires where they could sacrifice animals in the name of the Celtic deities?!" if bonus == True: t "Why would you want to lose your phone? " t "Do you have good insurance?" s "She wasn’t actually talking about her phone, Tsuneyo. She was talking about her virginity." mo "I was not!" else: t "I understand Gaelic now. I learned it after the beach." s "You {i}learned{/i} something without my help??? Why?!" t "I believe she just said something about losing Virginia." scene samhain11 with dissolve t "Isn’t that a state in the US?" s "Yes." t "Then how would she-" scene samhain12 with dissolve mo "Do not worry, Tsuneyo. No states will be lost tonight as I am both mentally and physically unprepared for it." mo "But the mission remains the same either way." mo "When surrounded by social [teens], we must {i}become{/i} social [teens]!" mo "We must take our shut-in mentalities and cast them aside! Toss them into the pyres along with our animal sacrifices!" t "If I had known there were going to be sacrifices, I would have stopped at a convenience store on the way here to obtain some." s "You can’t buy sacrifices from convenience stores, Tsuneyo." t "Well that’s not convenient at all." scene samhain13 with dissolve mo "How well do you know your way around this place, Sir? Ayane talks about you constantly so I assume you’ve been here before." s "Not even once. I’ve only been in this room." mo "Then we can explore together! Think of it as a low-level quest." mo "As a reward, your social-link with both the Kendo Princess and myself is sure to go up." scene samhain14 with dissolve mo "And we all know what happens when you max out a social-link, don’t we?" t "Sausage-link, Emerald Guardian. Not social-link. " t "You’re Irish. You should know this." scene samhain15 with dissolve mo "What? No. That’s...a completely different thing." "Molly gets wrapped up in a small tangent about some video game that Tsuneyo and I have clearly never heard about." "Our confusion causes Molly’s excitement to fade rather quickly as she changes gears and goes back to focusing on her “mission.”" scene samhain16 with dissolve mo "Okay, I’m gonna stop beating around the bush and just ask if you want to come hang out with us for a little while, Sir." mo "I have no idea what to do at parties so I’d be more comfortable with you and Tsuneyo by my side." t "I also don’t know what to do at parties, but I’m quickly learning that I don’t know what to do anywhere." if bonus == True: s "How does alcohol tie into this, though? I’m a responsible adult and shouldn’t be letting you two drink unsupervised." mo "But you are supervising us right now, aren’t you?" s "Good point. Let’s do it." else: s "How does alcohol tie into this, though? If you don't wind up rationing your consumption of alcohol, you will end up like Sana's mom." mo "But we {i}are{/i} rationing our consumption, Sir." s "Oh. Then I respect your decision to drink and will accompany you to the courtyard." scene samhain17 with dissolve mo "Woo! Phase one accomplished!" scene black with dissolve stop music fadeout 10.0 "Obviously, I was never going to get between these two and what is obviously a bad idea, but now I’m really locked into it." "The three of us manage to slip out of the room unnoticed (At least for now) and make our way into an unattended, commercial-sized kitchen." "Molly and I both grab a handful of cans." "Tsuneyo grabs one and looks at it for a disturbingly long amount of time, almost like she’s trying to tell it something with her mind." "That or she’s just remembering the effects of beer on her body from the beach and is questioning her decision to consume yet another one." play sound "slidedoor.mp3" "Molly pulls open a sliding door and leads us into a backyard-slash-koi pond type area." "A cool breeze blows past us and reminds me, yet again, that Summer is coming to an end." "It really is Samhain." "We’re having a party to usher in the end of the Summer." "And what comes next is something even I’m not sure of." "As I sit down on the stone steps with Molly and Tsuneyo, I realize that things are going to change again soon." "But what does that mean for them?" scene samhain18 with dissolve play music "samhain.mp3" mo "To the end of Summer! " mo "And the ancient Celts!" mo "Though there is no spare wood to be found, let our hearts become the bonfire and let the ghosts of the dead be banished once more!" mo "Gods! However many of you are up there! Hear our pleas!" mo "Accept our sacrifices and bless us with a wonderful end of the[school] year!" scene samhain19 with dissolve mo "And thank {i}you{/i} for blessing us with a wonderful middle of the[school] year, Sir." t "I would like to thank you as well." t "I have not known you long, but you have given me the confidence I need to continue failing at everything I try." s "It’s fine. You’ll succeed in something other than noodles, eventually." t "At this point, I find that hard to believe." "It hadn’t occurred to me until now that I...didn’t even {i}know{/i} these two prior to the world resetting." "That doesn’t mean they’re going to be gone again when I wake up the second time, does it?" "I know Maya’s talked about how memories don’t typically change, but-" "What sort of reason would there be for these two to just show up halfway through a[school] year on the second loop but not the first one?" t "Is something wrong?" scene samhain20 with dissolve mo "Yeah, you look really pale all of a sudden." mo "Could it be that {i}you{/i} are the one who can’t handle alcohol, Sir?" s "Nah. I’m just thinking about what a strange...year it’s been." scene samhain21 with dissolve mo "Strange isn’t always a bad thing, though." mo "I mean, look at me." mo "I’m a weirdo who talks too much and makes everybody uncomfortable all the time, but we’re good friends now, aren’t we?" scene samhain22 with dissolve mo "You too, Kendo Princess." mo "I feel like all three of us have only known each other for a little while but I’d cry and scream like a mandrake if I lost either of you." mo "Which is why I’ve made a pledge to myself to stay close to both of you even if we all get split up next year." t "Split up?" t "Why would anyone split us up?" t "I didn’t even know the[school] year was ending until two minutes ago." s "What, did you just think it kept going forever or something?" scene samhain23 with dissolve t "Yes, actually." s "Nope. In a little less than two months, everything is going to end. " s "You’re going to get a new teacher and new classmates." s "And you’re going to start over from the beginning." "I play my part and tell Tsuneyo how things are {i}supposed{/i} to be when, frankly, it’s a lot more complicated than that." "For all I know, I very well {i}could{/i} be her teacher again once everything starts over." "I just don’t know." "There are millions, if not billions of things I don’t know, which is exactly why I’ve always felt like I should prevent myself from getting attached to...well, anything." "But on nights like this, where I’m having real conversations with cute girls illuminated by the glow of moonlight and the shadows of well-trimmed hedges dancing across their faces in the wind-" "Well-" "It gets pretty hard." scene samhain24 with dissolve2 t "…" t "What?..." "Tsuneyo’s eyes widen and fill with tears." "I guess even she wouldn’t be able to handle news like that out of absolutely nowhere." "It makes me wonder how she’ll look when her father inevitably passes." "This is just the start of bad things for her." "Welcome to the outside world." "Please enjoy your stay." t "No." s "Yes." t "No." s "Hey, you could always get lucky and wind up in my class again next year." "Or, even better yet, we can just do this entire year over." "That sounds much more fun, doesn’t it?" t "I will leave[school] if I’m not in your class again." s "Why? You don’t even like me that much. You’ve said it yourself." t "I don’t dislike you either." scene samhain25 with dissolve mo "Looks like it isn’t just me you’ve made a lasting impression on, Sir." mo "Here’s hoping I get lucky, too." mo "But I guess even if I don’t, I could always just make a lot of noise and annoy everyone until I get kicked out of some other teacher's class." scene samhain26 with dissolve t "Is that an option?" mo "Wanna find out together if we’re in the same one?" t "I do. " t "Miss Watabe was a nice person but she felt less human than Sensei does." s "I’m sure she’s also a human, Tsuneyo." "If anything, I’m probably {i}less{/i} human than Miss Watabe." "I’m just a disembodied soul who wandered into the body of a man who didn’t know how great he had it." "Or maybe he did." "Who knows?" scene samhain27 with dissolve2 if bonus == True: mo "High school really sucks..." else: mo "College really sucks..." mo "This isn’t like an anime at all." mo "Everything is ending before it even had a chance to start." s "..." "Ah, the sweetest lesson of all. " "Time." "She’s an evil bitch, isn’t she?" "High school ends faster than anyone realizes, which is crazy given how long it feels like we’re in there for." "But, sooner or later, we all make it out of the labyrinth of [teenage]life and find ourselves trying to feel [young]again in any way we possibly can." if bonus == True: "It’s probably one of the reasons I let girls this age continuously cry around me." else: "It’s probably one of the reasons I let girls continuously cry around me." "Being needed feels nice." "Being wanted feels nice." "The only issue is that almost everything else in the world feels horrible." "Oh, how wonderful it would be to always feel loved." mo "Sir, I believe this is the part where you give us some profound advice that sticks in our heads for the rest of our lives." mo "Something we can pass on to our children." t "I do not want children, but I will accept your advice and share it with my father." t "I’m sure he would be happy to hear something nice for a change." "Huh..." "Advice." "What am I supposed to say during times like this?" "Should I just make something up?" "Should I quote one of the motivational posters they have hanging in the cafeteria?" "Or should I speak from whatever is left of my heart?" s "How about this-" s "Life is a game." scene samhain28 with dissolve mo "Gah. It’s a platformer, isn’t it?" mo "I was never good at those." mo "It would definitely explain why I suck at fitting in." s "It’s not a...whatever you just said. But it’s a game nonetheless." s "And all there is to it is to just...try and get through without running out of lives." mo "Don’t we only get one life, though?" s "Not at all." s "You get tons of lives." s "And each time something bad happens, one gets taken away." s "It could be something like losing a mother." scene samhain29 with dissolve2 mo "…" s "Or a father." scene samhain30 with dissolve2 t "…" s "But all of those horrible things by themselves aren’t enough to kill you." s "They’ll just make it harder to keep going." s "As long as you have some lives saved up, though, you’ve got a chance." scene samhain31 with dissolve t "But then..." t "What happens at the end of the game? How do we win?" mo "Yeah, what are we supposed to do? What’s the point of it all?" s "The point?" scene nightsky with dissolve2 s "…" mo "…" t "…" s "Being happy, I guess?" mo "Life is..." t "A game about...being happy?" s "It sounds kind of stupid when you say it like that, doesn’t it?" mo "N-No! Not at all!" mo "That was like...way better advice than I was expecting you to give us!" t "I thought you were going to just tell us to figure it out ourselves." s "I mean, I kind of did. Didn’t I?" mt "No..." "The two of them speak in perfect unison." "I’ve found it quite difficult to look at them with tears in their eyes, so I’m focusing on the night sky now." "We’ve been gone for a while." "People are probably wondering where we-" scene samhain32 with dissolve2 "The feeling of four unfamiliar arms wrapping around me at the same time breaks my train of thought." "It’s strange seeing these two girls, who I’ve only known for a couple months, become so torn up at the thought of a new[school] year." "At the thought of losing not only each other, but me." "It doesn’t make much sense, to be honest." "I mean-" "What have I given them? " "One life lesson and a few free A’s on tests they probably would have passed in the first place." "This reaction is unwarranted." "But-" "It feels nice." "I’d like to feel this again sometime." "…" "I really hope they’re still around when winter comes." t "Don’t...go..." s "I’m not going anywhere..." mo "Sensei..." s "Wow, you’re even calling me Sensei now? You must really be upset." s "This is the first time you've hugged me, too." mo "I get...*sniff*...really clingy when I cry..." mo "And when I don't..." mo "I'm actually just clingy all the time...I'm sorry..." t "I don’t normally cry...so this is new for me..." s "Well you two are free to stay like this for as long as you like." mo "Even if it’s...*sniff*...forever?" t "I have ten seconds left until I start feeling very embarrassed." s "Then Tsuneyo can stop after ten seconds and Molly, you can stop after thirty." scene samhain33 with dissolve mo "That’s not even close to forever!" scene black with dissolve2 "Tsuneyo leaves first, wiping tears from her eyes as she goes." "Molly, I understand. But I didn’t expect to see a reaction like that from Tsuneyo for at least-" "Actually, I don’t even know how long I thought that would take." "Molly and I walk back into the party together and are promptly questioned by Ami about where we’ve been." "Ami ultimately lays off when she sees that Molly is still a little shaken up and, after an awkward and abrupt ending to that conversation-" stop music fadeout 8.0 "I bid the two of them goodbye and head off to find Makoto." "I wonder what it is she wanted to talk about?" $ renpy.end_replay() $ halloween10 = True $ tsuneyo_love += 3 $ molly_love += 3 "{i}Tsuneyo’s affection has increased to [tsuneyo_love]!{/i}" "{i}Molly’s affection has increased to [molly_love]!{/i}" "………" "……" "…" label halloween11: scene makotohalloween1 with dissolve2 play music "letsfuckingo.mp3" "It isn’t long before I wind up finding her." "I mean, after all, the party is in one giant room and she’s the only one with a huge hat." "So, considering my eyes function the way a normal person’s eyes do-" "Yeah." mak "Well, you sure took your time." mak "Where’d you go with the two new girls? " s "We were in the yard being overly-sentimental for a little while. I’m back to normal now, though." s "Well, technically, they’re the ones who were being overly-sentimental." s "I just kind of stood there and let them cry." mak "You’re such a nice *hic* guy. You know that?" s "..." mak "...?" s "Are you drunk?" mak "Are {i}you{/i} drunk?" s "No. No, I am not." mak "Do you {i}wanna{/i} be drunk?" s "Probably not. I’ll wind up saying or doing things that could get me into a lot of trouble with this particular group." s "When did you even start drinking? How long was I gone?" mak "Long enough for me to start drinking, obviously." s "Well, good for you." s "It’s nice to see you letting loose instead of bossing everyone around." s "You deserve this." mak "That’s right. You know what else I deserve, though?" s "What, Makoto?" scene makotohalloween2 with dissolve if bonus == True: jump makotovirginx else: mak "A hug." s "I thought you'd never ask." scene black with dissolve2 "Makoto and I hug, but this particular hug is more special than all of the other hugs since it's the one she's been begging for since I found out she thought I was awesome." "The important hug happens in a room that no one else knows about." "We have to pull a specific book off a shelf to even get in. It's kind of crazy and makes me feel like a spy or something." "I should hug Makoto more frequently from this point on." $ renpy.end_replay() $ makoto_virgin = False $ makoto_love += 5 $ halloween11 = True stop music fadeout 6.0 "{i}Makoto’s affection has increased to [makoto_love]!{/i}" "………" "……" "…" "{i}While that was happening...{/i}" jump halloween12 label halloween12: scene halloweentrio1 with dissolve play music "soda.mp3" fadein 5.0 c "…" "A girl stands alone, pressed up against a wall and dressed in significantly less clothing than she’s accustomed to." "Clothing that was meant to impress not only the man she adores but those around her." "Not in a cocky way, but in a way that says “I’m comfortable in my own skin.”" "As comfortable as one can be, that is." "Cold air finds its way out of brand new, industrial air conditioners that line the tops of walls in an otherwise ancient building." "That air reaches her legs and causes her to shiver." "She gets goosebumps." "She’s been extremely susceptible to those since she was a little girl." "Her mother was the same way." "Her sister, while less susceptible to them, was cursed with a slew of other issues." "The one pressed up against the wall wishes it were possible to trade places." "Getting goosebumps always makes her think of that." "But of course, that isn’t something worth telling anyone." "It’s not important at all." "Nothing’s important, is it?" scene halloweentrio2 with dissolve "A second girl shows up. " "Her legs are cold as well." "But instead of letting her mind dwell on the depressing implication of goosebumps, she gets caught in thoughts of how fishnet stockings look best on girls with tanned skin." "It’s a thought much less personal than the girl on our right has, but it is a thought nonetheless." "That thought eventually transitions to how that girl must look underneath her costume, and the girl on our left attempts to break free from yet another sad delusion in the only way she knows how." scene halloweentrio3 with dissolve r "Did you know, um...Pac-man was originally called Puck-man but..." r "They, umm...wound up changing the name because they realized it would be...too easy to vandalize..." c "…" c "Isn’t that from a movie?" r "…" r "Yes." r "Hi." scene halloweentrio4 with dissolve c "Hey." c "Did you come over here because I looked lonely?" r "Whaaaaat? Noooo. Of course nooooot." r "I just happened to be in the area and...thought I’d drop by to say...you look really pretty tonight." scene halloweentrio5 with dissolve if bonus == True: c "Oh my God, so do you. I’ve been staring at your thighs all night, I’m not even going to lie." r "That’s, umm..." r "{i}Do you want to touch them?{/i}" else: c "Oh my God, so do you. I’ve been staring at you all night. Not even gonna lie." r "{i}I have a picture of you that I keep under my pillow.{/i}" scene halloweentrio6 with dissolve c "Hm? What was that last part? I couldn’t really hear you." if bonus == True: r "What? Huh? There was no last part. The conversation ended after you complimented my thighs." else: r "What? Huh? There was no last part." r "I didn’t even respond." scene halloweentrio7 with dissolve c "Rin...relax. You don’t need to act so weird around me. " c "I’m glad you finally came to talk to me. I’ve been wondering when you were going to all night." r "You didn’t...notice me staring at you or anything, did you? Because I totally wasn’t." c "You totally were. We kept making eye contact for like, a split second before you'd turn away." r "That doesn’t sound like a thing I would do at all." scene halloweentrio8 with dissolve c "That aside...are you having fun tonight?" r "I am, yeah...I kind of love Halloween." c "Yeah, I kinda figured as much with all the skulls you wear and stuff." r "You don’t really...seem to be having a good time, though." r "Could Yumi not make it? " r "You could have come...sat with us if you wanted." r "It’s just been Futaba and me for the most part." r "Molly pops in to say hi every few minutes but then just awkwardly walks away a few seconds later." c "Heh~ Thanks for the offer. I’ll keep that in mind for the rest of the night." c "Yumi’s actually on the way, though, so I think that might make things a little awkward for Futaba. Poor girl." scene halloweentrio9 with dissolve r "Hey, you wouldn’t happen to know...{i}why{/i} Yumi is always that mean to her, would you?" r "I tried asking her on the beach and it didn’t really go well." c "I really wish I did. " c "Literally the only thing I can think of is that Futaba doesn’t really stand up for herself. " c "But that alone isn’t good enough reason to constantly bully somebody." c "Not like, there {i}is{/i} a good reason to do that or anything. I just don’t really understand Yumi sometimes." scene halloweentrio10 with dissolve c "Did you know it’s her birthday tonight?" r "Yumi was...born on Halloween? That's so cool." c "That she was. Such a waste that she’s never even dressed up for it." r "So she’s coming to the party in her normal clothes? Like Sensei?" scene halloweentrio11 with dissolve c "Pretty sure, yeah. " c "We better be careful or the two of them might bond over their shared interest in always being buzzkills." r "Yeah, right. Those two? They have just about as much of a chance as Maya and...literally anyone." c "I’ve never really talked to Maya before. Is she really that unapproachable?" r "She’s not unapproachable, she’s just...Maya." r "It’s hard to explain." scene halloweentrio12 with dissolve "A third girl shows up at the party, several hours late, and takes a spot between the two star-crossed lovers." "She has no costume, nor intent to don one, but is instead dressed in clothes that her mother used to wear before walking out on her." "But even if the girl in the center can’t seem to get over that small yet significant part of her life, she still needs clothes." "Because she, too, gets goosebumps easily." c "Finally! I was wondering when the Hell you were going to show up." c "Also, where are your manners? You totally just stepped between Rin and me while we were in the middle of a conversation." c "I’m cool with you blowing {i}me{/i} off but at least say hi to her or something." scene halloweentrio13 with dissolve y "Hey." r "...Hey." y "You look nice." scene halloweentrio14 with dissolve r "U-Umm! Thanks..." scene halloweentrio15 with dissolve y "..." c "...?" y "You look like a slut." c "..." y "..." scene halloweentrio16 with dissolve c "Mm..." y "What?" c "Aren’t best friends supposed to like, you know, compliment each other instead of making them feel like trash?" y "…" y "Are they?" scene halloweentrio17 with dissolve c "Hah..." c "Is Chinami asleep?" y "Yeah. " c "Did she remember your birthday at least?" y "She remembered that you told her to remember it." c "And I see that she didn’t remember to not tell you I told her that." y "Nope. " y "It’s whatever, though. It’s just a day and she’s just a kid." scene halloweentrio18 with dissolve r "Happy birthday, Yumi." r "I’m sorry for getting all pissy with you on the beach." y "Thanks. And it’s whatever. I deserved it. I was a bitch that day." y "I mean, I’m a bitch most days, so it’s cool. " r "How old are you now, if you don’t mind me asking?" y "I’m-" scene halloweentrio19 with dissolve c "Oh, before you answer that question, I was wondering if you saw Sensei on the way in." c "He’s been gone for a while now and I thought he might be out there." y "If you’re worried about where he is, why don’t you just go look for him?" if bonus == True: y "He’s probably fist deep inside of one of the other girls right now." else: y "He’s probably off hugging one of the other girls right now or some shit." scene halloweentrio20 with dissolve if bonus == True: r "F-Fist?!" else: r "H-Huging?!" c "Bullshit." y "Think whatever the fuck you want to think. " y "Who else is missing right now? The rich girl? Class president?" scene halloweentrio21 with dissolve r "Well...Yeah, Makoto’s been gone for a while, too. But I don’t think they left together, did they?" r "And even if they did, it’s Makoto. She’s probably just making him do...teacher stuff or something." c "The two of them basically set up the entire party, so they probably went to go get some more...drinks or something." y "Sure, whatever. Sorry for not telling you exactly what you wanted to hear. Please forgive me." scene halloweentrio22 with dissolve c "Whatever. I’ll let it slide since today is your birthday." c "But no more saying mean things about the people I like." y "You fucking like everyone. You’ve gotta at least let me talk shit to somebody." c "I give you permission to talk shit to Chinami." scene halloweentrio23 with dissolve y "Wha-" y "You know I can’t fucking do that!" c "That’s exactly why I gave you permission to do it." y "I don’t...need your fucking permission for anything! " c "Yes you do or I’ll take your phone away." scene halloweentrio24 with dissolve r "Chinami is...Chika’s little sister, right?" r "Are you good with kids, Yumi?" y "Not especially. I just hang out at Chika’s place all the time and she’s always there so...we know each other." c "Yumi’s just being tsundere. She likes Chinami even more than she likes me." scene halloweentrio25 with dissolve y "I just fuckin’ said it’s only cause I hang out at your place!" y "Just cause I won’t fuckin’ curse at a kid doesn’t mean I’m good with ‘em or like ‘em or anything! Give me a break!" r "I had no idea you had a cute side, Yumi." scene halloweentrio26 with dissolve y "I don’t! The fuck is up with you two?!" y "I didn’t come all the way here just to get fuckin’ teased!" y "You have any idea how long that walk was?" scene halloweentrio27 with dissolve c "Wait, you {i}walked{/i} here? Is that why it took you so long?" c "I left you money for the bus. What happened to it?" y "I used it for something else." y "Don’t sweat it. I’m here now and I’ll ride the bus home with you as long as you’re paying." scene halloweentrio28 with dissolve r "Can I...ride back with you guys, too?" r "I mean, we literally live in the same building, so it would make sense." r "And Futaba is going to be staying at a friend’s place tonight, so it won’t be awkward or whatever." y "Do whatever the fuck you want. I don’t care." y "Just put a fuckin’ hoodie or something on so you’re not flashing everybody on the bus." scene halloweentrio29 with dissolve y "Same goes for you." c "You mean you {i}don’t{/i} want to be sandwiched between two beautiful, barely-dressed girls like you are right now?" y "No. In fact, this feels really fucking weird for me." y "And it doesn’t help that you’ve both been staring at me pretty much this entire time." c "You look so cute in those clothes, though~" scene halloweentrio30 with dissolve r "Agreed. And I’m kind of an expert when it comes to calling girls cute." r "Even if I have zero experience with both men and women." y "The fuck does that even mean?" r "It’s probably best for all of us if you don’t look into it." scene halloweentrio31 with dissolve y "Ugh...fuck it. I’m just gonna go get some food." c "Noooo don’t leave us, we’ll miss you~" r "I already do miss you! In an extremely platonic way, though. Obviously." scene halloweentrio32 with dissolve c "Hehe~" r "Hahah...hah..." c "You might be a natural when it comes to teasing Yumi. Well done, Rin." r "You might be a natural at being...beautiful and stuff." c "Is that your pickup line for tonight?" r "Depends. Did it work?" c "I’d offer to let you come feel my heartbeat and check but I’m pretty sure you’d rip my costume off." r "To be honest, I’d probably pass out the second I smelled your perfume." c "It’s rosewater, actually." r "And lemon. You forgot the lemon." scene halloweentrio33 with dissolve c "Holy crap, how do you know that?" r "Oh! Umm, my sense of smell is just...really good! " r "I totally haven’t looked through your bag while you were in the shower or anything!" scene halloweentrio34 with dissolve c "Oh my God...you’re hilarious." r "Hahah! Yeah! So funny!" r "I’m gonna go die now! See you later, Chika!" scene halloweentrio35 with dissolve c "Pfft~" c "Why {i}me{/i} of all people?" scene black with dissolve2 "........." "......" "..." $ renpy.end_replay() $ halloween12 = True label halloween13: if _in_replay: play music "soda.mp3" scene halloweenloud1 with dissolve ay "Oh, Miku. What’s up?" ay "How come you look so down all of a sudden?" sa "Is...everything okay?" ay "If you’re down because you can’t find Makoto, you could always hang out with us." ay "I think I saw her go somewhere with Sensei, so she’ll probably be back soon." mi "Huh? Oh, uhh, no! I’m not lonely or anythin’ like that." mi "I was just thinkin’ that it’s...kinda loud in here. " ay "Well, yeah. It’s a party." ay "Do you need me to turn down the music or something?" scene halloweenloud2 with dissolve mi "U-Umm...well I wouldn’t wanna be the one to kinda ruin everythin’ for everyone else..." mi "I’m sure a party would be kinda borin’ without all the music and stuff but..." mi "If you don’t mind turning it down just a little bit, that would be...cool." mi "I’m not really great with loud noises." ay "Then yeah, definitely. I’ll turn it down right now." ay "You should have told me earlier if it was bothering you, Miku." ay "Don’t try to just keep all that stuff to yourself." scene halloweenloud3 with dissolve mi "Sorry. I tried dealin’ with it and pretendin’ it’s not there and stuff but bein’ by myself probably...pushed me over the edge." mi "I’m sorry. I can just go wait outside instead. " sa "N-No...You don’t have to do that..." sa "I know where the speakers are so...I’ll go do it..." mi "Thanks, dolphin-Sana..." sa "Anytime...bat...demon...devil...Miku?" scene halloweenloud4 with dissolve mi "Hahah...yeah...I’m not really sure what I’m supposed to be either." sa "R-Right..." sa "Well, I’ll...umm...be right back..." scene halloweenloud5 with dissolve ay "Miku..." mi "Y-Yeah? What’s up?" mi "Why are ya soundin’ all sad-like and stuff? I already told ya I can wait outside if ya really like music that much." ay "Do you want to talk about anything, maybe?" scene halloweenloud6 with dissolve mi "You’re not gonna...{i}make{/i} me talk about anything, are ya?" mi "I know you can do karate but I’m kind of an athlete so I can probably get away if I run really quick." ay "Of course not." ay "I just know that some people like talking about their issues instead of keeping them to themselves." ay "Is this sound thing a medical issue or is there something that would make you feel better if you got off your chest?" mi "N-No offense Ayane but I don’t really know you that well..." mi "I don’t really think I feel good about telling ya important backstory stuff when I don’t even know 'yer birthday." scene halloweenloud7 with dissolve ay "September 25th. Know me well enough now?" ay "Are we officially friends?" mi "Wait a sec! Wasn’t that right around the time we went to the beach?" mi "What kinda friend am I for lettin’ ‘yer first birthday just pass by without gettin’ ya anything?!" ay "Well it wasn’t my {i}first{/i} birthday, it was my-" ay "Actually, it doesn’t matter how many birthdays I’ve had. " ay "What I’m trying to say is I’m here if you want to talk and I won’t be offended if you {i}don't{/i} want to." ay "Believe it or not, I’m not much of a talker when it comes to all that inside-stuff as well, so I might know where you’re coming from." scene halloweenloud8 with dissolve mi "Umm, sorry again, but I’m pretty sure ya don’t." mi "Only Makoto really knows anyway and I’ve known her for like a trillion years or something, so..." ay "Well then I’ll ask again a trillion years from now and see if you feel any better." mi "Haha...yeah...thanks..." scene halloweenloud9 with dissolve ay "Oh! There we go. Looks like Sana turned it down quite a bit." ay "If anyone complains, I’ll just tell them the speakers broke or something." ay "Is this volume okay, Miku? Anything else I can do for you?" ay "Maybe a nice long hug or a slice of wedding cake?" mi "This is fine...I should be okay now." mi "Sorry again for bein’ such a pest." mi "It’s no fun gettin’ in the way of everybody else, so feel free to karate chop me and knock me unconscious or somethin’ if that’s the sorta repayment ‘yer after." scene halloweenloud10 with dissolve ay "Hmm...maybe a karate chop {i}would{/i} make me feel a little better after you {i}ruined my party{/i}." mi "Ah! I knew you were only fakin’ kindness because ya wanted somethin’ outta me!" mi "I bet ‘yer birthday ain’t even in September!" ay "That’s correct. I’m actually a robot my father created with all of his money in order to cope with the loss of his dead daughter." mi "Ah- holy shit. Why’d he choose blonde of all colors?" scene halloweenloud11 with dissolve ay "Hey, wait a second. What is that supposed to mean?" ay "Blonde is a beautiful hair color. And sure it’s more western than something you’ll find in Japan, but that doesn’t mean it’s bad." ay "I like my hair a lot, actually." mi "Huh? Oh, yeah. It’s nice I guess." scene halloweenloud12 with dissolve sa "Okay, I turned down the..." sa "..." sa "Why do you two seem more distant all of a sudden?" ay "Miku thinks blondes are ugly and wants me to leave her alone forever." mi "I didn’t mean for it to come out that way...I said it was nice, didn’t I?" mi "And thanks for turning down the volume, dolphin-Sana. Remind me to pay ya back once I’m dressed in normal clothes and don’t have my belly exposed." sa "What kind of favor do you...need to have your stomach covered up for?" mi "Most of ‘em, I figure. Unless you planned on askin’ me for somethin’ weird." sa "I...didn’t plan on asking you for {i}anything.{/i}" scene halloweenloud13 with dissolve ay "Okay, well how about this-" ay "In order to repay us for accommodating your mysterious distaste for loud music-" ay "I, Ayane Amamiya of House Amamiya, sentence you to ten more minutes of girl-talk with my dolphin sidekick and I." sa "I’m a...sidekick now?" mi "What kinda knight needs a dolphin as a sidekick?" sa "I...would also like to know the answer to that question." ay "The kind who just sentenced you to ten more minutes of girl-talk and is still not currently engaging in any." scene black with dissolve "The three girls make their way over to a bench in the back of the room-" "Two of them unaware of exactly what’s being concealed from them." "And for good reason." "It’s not easy to openly admit your weaknesses to anyone, let alone those you only see in short bursts several times a week." "Of course, that never stops others from prying." "But prying can be dangerous." "In fact, prying is one of the most dangerous things you can do here in this world filled with {s}tragedy{/s} happiness." "But as long as you pry with a smile, no one is allowed to hate you." "After all, that just means you’re a good person." "So continue to invade everyone’s personal space while telling yourself that you’re only trying to help." "It really works!" scene halloweenloud14 with dissolve mi "Umm...why are ya touchin’ my leg? " mi "And why is your sidekick huggin’ us with her dolphin hands?" ay "You really don’t want to talk, right?" ay "Because now is probably the last chance you’ll get without it being awkward or random." ay "And having a funny looking dolphin nearby might make it easier." sa "It’s true..." sa "Also, I’m only hugging you two so I can keep my balance and...not fall over..." sa "The costume is pretty heavy and it’s kind of...hot in here..." scene halloweenloud15 with dissolve mi "Kinda just want to take my mind off of it if that’s okay. " mi "Sounds weird but even talkin’ about talkin’ about it makes me not wanna...talk about it even more." ay "You’re right, that does sound weird." sa "I think I get it, though..." scene halloweenloud16 with dissolve sa "Ayane never tells me what’s wrong either, but she always wants to help other people..." sa "So I’m used to...dealing with this sort of thing..." ay "I think I’m starting to realize why you always get mad at me for that." ay "I feel so useless right now." ay "I've even resorted to physical comfort. This might be the first girl-leg I've ever grabbed. " ay "It’s soft but also kind of muscley." mi "I’m surprised you can feel anythin’ through those gloves." ay "This armor has become a part of me. It’s like it’s a second set of skin now." scene halloweenloud17 with dissolve mi "Well, uhh...I’m glad you two are at least lookin’ out for me! " mi "Sorry to be so annoying and not just spill out why I’m actin’ all weird in the middle of what’s supposed to be a fun night for all of us." mi "Not gonna lie, I’d be pretty bummed out if somebody showed up at one of my soccer games and was like, “Hey, can ya kick the ball a little softer please?” and then wouldn’t tell me why." ay "I think this situation is a little different, but I want to remind you that I really don't care about the music." ay "In fact, there’s only one song that really matters to me anyway and I’ve been told I’m not allowed to play it tonight." mi "What song is that?" scene halloweenloud18 with dissolve ay "Oh, just a little song by the name of DESPACITO." sa "Ayane, no." sa "Not...now..." mi "Isn’t that the one that’s all like, Spanishy and stuff?" ay "It’s written in the language of love." sa "Isn’t the language of love supposed to be...French?" scene halloweenloud19 with dissolve mi "Well I don’t know much about the French Despacitos or whatever they’re called, but I’ll check ‘em out sometime." ay "That answer is good enough for me." mi "Does...that mean you’re going to let go of my leg now? I feel like that’s a good stoppin’-point for this." mi "You’re kinda all up in my personal space and stuff." ay "Aren’t you holding my hand, though? That’s basically consent to keep going." if bonus == True: mi "I’m just tryin’ to make sure it doesn’t start wanderin’ all-over my prepubescent body and goin’ someplace I don’t want it to go." ay "You’re definitely not prepubescent anymore, Miku. " ay "If you haven’t started growing by now, I’m afraid you never might." scene halloweenloud20 with dissolve mi "I-I’m still going to grow! It just hasn’t happened yet!" mi "There’s no way in heck I’m gonna stay like this forever!" mi "Any day now, I’ll show up to[school] with size X melons and you’ll all see why you shouldn’t have messed with me!" sa "I’ve already...accepted my fate, Miku..." sa "It might be time for you to face the music as well..." sa "Just...at a lower volume...I suppose..." mi "Jeez! Why’s everybody gotta be gettin’ all up in my face about all these hormoney things lately?!" mi "I’m just tryin’ to be normal ole Miku but everyone keeps remindin’ me that this is the springtime of my youth!" ay "Hm? Has someone else had the pleasure of touching you other than me today, Miku?" scene halloweenloud21 with dissolve mi "Well yeah but ya can’t blame him for gettin’ like that when it was {i}my{/i} fault to begin with." ay "Him?" sa "Uhhhhhhhhhhhhhhhhhhhh..." ay "Who are you talking about?" else: mi "No, I'm just tryin' to do this thing where I take control of my brain and force it to believe I'm holding hands with {i}him{/i} instead of you. Which makes it kinda okay." ay "Him?" sa "Uhhhhhhhhhhhhhhhhhhhh..." ay "Who are you talking about?" scene halloweenloud23 with dissolve mi "Oh, did I say {i}him{/i}? I meant...her! Hahahahah!" mi "Ya see...me and Makoto are...a lot closer than you guys think!" mi "And by me and Makoto I just mean...Makoto!" mi "She sneaks into my bed sometimes and before I know it she’s all...ready to go!" mi "And I keep tryin’ to tell her, Makoto! I don’t even like girls!" if bonus == True: mi "But the thing is I look kinda like a little boy and I guess she just happens to be into that sorta thing. Hahahaha!" ay "…" sa "…" scene halloweenloud24 with dissolve ay "None of that is true at all, is it?" mi "I felt something today that I don’t think I will forget for as long as I live." ay "I see." sa "…" mi "…" ay "Did you like it at least?" mi "I-" scene halloweenloud25 with hpunch stop music fadeout 5.0 mo "LADIES AND GENTLEMEN! BOYS AND GIRLS!" mo "DEATH IS ON THE HIGHWAY AND ISN’T PAYING ANY TOLLS!" mi "What’s Molly got in her hand? Looks like a can of-" sa "Beer..." sa "We sell that kind at the bar." ay "Is the Irish girl really drunk right now? Isn’t that a little too...cliche?" $ renpy.end_replay() $ halloween13 = True label halloween14: scene mollydrunk1 with fade play music "letsfuckingo.mp3" f "U-Umm! Molly! I think you may have had a little too much to drink..." mo "NONSENSE, FUTABA! IF 'ME FAT'ER COULD SEE ME NOW, HE’D BE PROUD!" mo "SURE, HE’D PROBABLY SAY 'ME SKIRT IS A LITTLE TOO SHORT AND T'AT I DON’T NEED AN EYEPATCH-" mo "AND T'AT I SPEND TOO MUCH TIME PLAYIN' GAMES AND SHOULD PROBABLY MAKE SOME “REAL FRIENDS” BUT-" scene mollydrunk2 with dissolve mo "Hey wait a *hic* sec. T'even {i}are{/i} real friends? Aren’t the ones I have online just as good?" scene mollydrunk3 with dissolve mo "ACCEPT ME FOR WHO I AM, DAD!" mo "AND STOP LOOKING UNDER MY BED! IT’S WHERE I KEEP ALL THE GOOD STUFF!" f "I’m not your father. I’m Futaba. And I don’t care what you keep under your bed." f "I just think it might be good if you calmed down a bit before you hurt anyone. Or yourself." scene mollydrunk4 with dissolve mo "Ta’ heck ye talkin’ about wit’ all ‘tis hurtin eachot’er nonsense?" mo "T’ain’t even possible for me ta hurt a fly let alone anot’er human bein’." mo "D’even if’a could, s’not like we ain’t already gonna die anyway. " scene mollydrunk5 with dissolve mo "LIVE, FUTABA! LIIIIIIIIIIIIIIIIVE!!!!!!!!!" f "I barely understood any of that..." scene mollydrunk6 with fade a "Tsuneyo? What’s wrong? Why are you looking at me like that?" t "I’ve done a bad thing." a "...Okay?" t "I let the Emerald Guardian consume too many alcohols and now she thinks Futaba is her dad." a "Yeah, I can hear her yelling from all the way over here, but why does that mean you have to put your hand on my shoulder?" t "That just kind of happened." t "This fabric is soft." a "Th-thanks...I sewed it myself." t "I am impressed, but there are more important matters at hand." t "Are you able to do anything to fix the Emerald Guardian?" scene mollydrunk7 with dissolve a "I don’t really know if there’s anything you can do to {i}fix{/i} a drunk person." t "So she will remain this way forever?" a "Well, no...she’ll probably go back to normal tomorrow." a "But I don’t know if ‘normal’ for Molly really matches the ‘normal’ for everybody else." t "And to think that mere hours ago we were sharing both tears and a man." t "It pains me to see how far she’s fallen." scene mollydrunk8 with dissolve a "Wait, what do you mean by sharing a man? There is only one man around here and he is my [uncle]." t "Correct. He taught us a valuable lesson about life and then took us into his arms." t "It was a gripping moment." a "I don’t care what it-" t "Get it? Gripping?" t "As in we were gripping each other." t "Like a hug." t "It is a joke." a "..." t "Please laugh. I need the encouragement." scene mollydrunk9 with dissolve a "Don’t touch my [uncle] anymore! I don’t care what kind of lesson it involves!" a "And don’t touch me either!" if bonus == True: t "I’m so sorry. I just feel compelled to keep touching members of your family for some reason." else: t "I’m so sorry. I was possessed by a demon three years ago and the demon loves you two." t "I will try and be better." scene mollydrunk10 with dissolve a "Huh? Well, I mean...I guess I’m not really mad or anything...just kind of jealous." a "But I’m sure you wouldn’t do anything weird with him anyway so-" t "Everything I do is weird, so I probably would." a "Yeah, but..." a "Oh well. I guess it doesn’t really matter." scene mollydrunk11 with fade mo "Heeeeey. Know what'cha need, Futaba? " mo "Ya need a good ole’ beer. T’will solve all ‘yer problems." mo "D’offer ya some a’ mine but t’would be an indirect kiss." mo "Kinda like one 'a t’ose yuri shows where ‘ta girl gets all embarrassed ‘cause she ain’t aware she likes girls yet." f "Put down the can, Molly. Please." f "I’d take it out of your hands but I’m afraid you’ll spill it all over me and this costume was kind of expensive to make." mo "Ha! ‘Yer tellin’ me. Have any idea how many lattes I needed ‘ta make to buy ‘ta fabric for ‘tis dress? " mo "Like a kadrillionbilliontrillion! " mo "Fookin’ crazy if ‘ye ask me. S’just coffee, ain’t it? Can fookin’ make it in ‘yer room f’ya really want." scene mollydrunk12 with dissolve mo "‘Tis little can ‘a paradise, t’ough. Y’can’t make ‘tis in ‘yer room. I’ll tell ya ‘tat much. " scene mollydrunk13 with dissolve mo "DAD! WHERE ARE ‘YE?! LOOK AT WHAT ‘YER DAUGHTER HAS BECOME!" mo "‘FONLY ‘YE WERE MORE ACCEPTIN’ OF ME AT A YOUNG AGE! I WOULDN’T HAVE TURNED TO ‘TA DRINK!" mo "I HOPE ‘YER HAPPY NOW! DAD!! " mo "AHHHHHHH!!!!" scene mollydrunk14 with fade r "Oh you’ve gotta be fucking kidding me." m "Uhh..." c "Is Molly drunk? Is that what she’s been doing this entire time?" c "I didn’t even realize there was alcohol here." r "She must have went looking for it or something. It’s like she’s {i}trying{/i} to be a stereotype." m "How much do you even need to drink to start acting like that?" scene mollydrunk15 with dissolve c "I have no idea, but I can’t help but feel like we should maybe do something about it." c "Where is Sensei when you need him? Or Makoto for that matter?" m "He’s probably the one who did this in the first place." m "He would be of no help here." r "Yeah, I think this might just be something Molly has to deal with alone." scene mollydrunk16 with dissolve c "Aren’t you two really good friends? Isn’t there something you can say to her that would calm her down?" r "The only thing I can think of is giving her more until she passes out and I think you might be talking about something different." c "Oh God..." c "I think...I think I should go do something about this." r "Well, uh...good luck? I’m gonna hang out over here where it’s still safe." scene black with dissolve "{i}Somewhere nearby...{/i}" if bonus == True: s "Well, that definitely wasn’t what I had in mind when Makoto said she had something to talk about." "I make my way out of the guest room and head back toward the main hall to join the girls for the rest of the party." "Makoto wanted to rest for a while after losing her virginity (Which is fair, I guess), so I’m heading back alone." "Which, now that I think about it, is actually pretty good for me." "I can probably say I just had to bring her home early because she was feeling sick or something." "Here’s hoping Makoto can’t summon the strength to move her legs and destroy that excuse for me." "Now, to get back to-" scene mollydrunk17 with dissolve a "WHERE ON EARTH HAVE YOU BEEN?!" a "Molly is drunk, Miku looks all upset, and Tsuneyo [molest]ed me!" if bonus == True: s "I was walking Makoto back-" else: s "NOWHERE. AND DEFINITELY NOT HUGGING ANYONE." s "Wait, what was that last one?" a "Well, it wasn’t like, {i}actually{/i} [molesting] me, but she touched my shoulder for a really long time and kept staring into my eyes like she was in love with me." s "Oh. Well that’s significantly less exciting." "I turn away from Ami for a moment and address the girl behind her." s "Happy birthday, Yumi. I’m glad you could make it." scene mollydrunk18 with dissolve y "Oh. Uhh, thanks I guess." y "Back to normal now?" s "What do you mean by-" a "Sensei! You need to do something." scene mollydrunk19 with dissolve s "Do something about what? " a "The drunk [teenager] that Futaba and Chika are trying to calm down as we speak!" s "I’m sure they’re a lot better at handling something like that than I would be." if bonus == True: y "Probably. You’d just take advantage of her or something." else: y "Probably. You’d just attack hug her or something." s "Thanks, Yumi. Again, really glad you could make it." scene mollydrunk20 with dissolve a "For real, though! Where were you? And what happened to Makoto?" s "She was feeling sick so I walked her...somewhere." a "Somewhere?" a "So you just...left her in a random place while she was feeling sick?" s "Sure, yeah. That sounds about right." scene mollydrunk21 with dissolve a "Oh, okay. Well that sounds good to me." scene mollydrunk22 with dissolve a "But you’ve still gotta do something about-" s "Yeah, yeah. I’ll try. " s "Not making any promises, though." scene black with dissolve "I step away from Ami, who follows closely behind me as I make my way over to Molly, Futaba, and Chika." scene mollydrunk23 with dissolve mo "Heeeeeeeeeeeeeeeeeeeeeeeeey~" mo "How about you an’ me get outta here and go play some games at my place, Sir?" mo "I’ve got a whole drawer o’ stuff I t’ink ya’d be really into." s "Weird. I don’t remember her accent being this strong a few hours ago." f "I think drinking made it a lot worse than it normally is." mo "T’aint true one bit. Drinkin’ don’t make any’tin worse. Right, Sir?" if bonus == True: mo "Sohowaboutit? We gonna get outta here? ‘Ye gonna princess carry me and make me into a real wom-" else: s "It actually makes everything worse. I recall a time back when {i}I{/i} was in college where-" scene mollydrunk24 with dissolve mo "*hic*" mo "Guh..." mo "I t'ink I’m gonna t'row up..." c "Just take it easy, Molly. Try not to talk too much. " c "In fact, it would probably be {i}really{/i} really good if you didn’t talk at all, okay?" c "Do you need some water? Bread?" c "Well, actually, I don’t think there’s any bread here. Would...wedding cake help?" scene mollydrunk25 with dissolve mo "I’m gonna *hic* miss you so much, Sir. I don’t want a new teacher. " c "Maybe...{i}you{/i} could tell her to stop talking, Sensei?" c "Everything I say to her is just going over her head." f "Molly...you could very well be in Sensei’s class again next year. You don’t know that you're not yet." mo "We need to *hic* spend more time together before it'sss...toolate..." mo "'Yer 'ta only one I trust wit’ my *hic* phone...Sir..." c "Her...phone?" c "Are you guys like, texting buddies or something?" s "I don’t even have Molly’s phone number, so no." mo "All ‘ye gotta do is ask!" mo "I gots...plenty’a stickers ‘ta send ‘ye on LINE, man. " mo "And a bunch of cosplay photos just *hic* pickin’ up dust in me’ camera roll." scene mollydrunk26 with dissolve mo "*hic*" mo "Just gonna rest me eyes for a wee bit." mo "T’would be a shame if someone were ‘ta take advantage of me in ‘me drunken stupor." s "Yeah, I don’t think that will be happening tonight." c "Or any night." s "...Or any night." scene mollydrunk27 with dissolve f "So what do we do now?" f "The party isn’t supposed to end for another few hours and I don’t think Molly can carry on much longer." c "Maybe there’s like, a guest room or something we could-" s "Nope. No guest rooms here." scene mollydrunk28 with dissolve c "You checked already?" s "Yeah, earlier when I was setting the place up with Makoto. " s "The only spare room is full of...spare party stuff." c "You mean like extra chairs or something?" s "Yes. That is exactly what I mean." f "Well, I suppose we could ask Ayane if it’s okay to have Molly sleep in her room." s "That seems like a much better idea." if bonus == True: "I don’t even know if Makoto was able to dress herself after we finished having sex." "I can’t imagine that someone walking into a spare room and finding her laying there passed out and covered in semen would be a good look for either of us." "So...Sorry, Molly. Looks like you’ll need to travel a tiny bit further in order to get some rest tonight." mo "I’m fiiiiiiiiine. T’ings like t’is are bound ‘ta happen when ya have a bit much. " mo "I’ve got *hic* Irish, blood. I’m...ready to go!" scene mollydrunk29 with dissolve if bonus == True: mo "‘Ye hear t’at, Sir? I’m *hic* ready to go. In more ways t’an one." mo "H-scene *hic* incoming~" c "I don’t know what an H-scene is but I feel like I don’t approve of it." f "You don’t. I can confirm that for you." else: s "Please calm down, Molly. Things might not be all that bad right now, but if you don't nip this drinking issue in the bud, next Halloween could be even worse." c "Maybe we should just leave her here after all?" f "Yes, I think that might be for the best." play sound "phonebeep.wav" "I feel my phone vibrate through my pocket and pull it to see that I’m getting a call from..." "Haruka?" "What does she want right now?" play sound "phonebeep.wav" scene mollydrunk30 with dissolve s "Hello?" mo "Tch! Stupid phones. Stealin ‘me teacher away from me." if bonus == True: h "HEY, PENIS MAN." else: h "HEY, HUGGY BOY." s "…" s "Hello, Haruka." h "I’M DRUNK~" s "Yes, I can tell. " h "Wanna come fix my pipes?" s "I’m kind of in the middle of-" h "Maki’s pipes too~" play sound "phonebeep.wav" "I hang up the phone and turn back to the girls, ready to disappoint them." s "Duty calls." scene mollydrunk31 with dissolve c "Huh? Who was that?" f "Is something wrong, Sensei? Are you leaving already?" s "A friend of mine is having a bit of an emergency and needs my help as soon as possible." c "Is everything okay? Because we’re having a bit of an emergency here as well." mo "I can *hic* stand. T’aint no emergency here." mo "I’m *hic* fine on ‘me own ‘til ‘me legs give out." mo "Help 'yer friend..." scene mollydrunk32 with hpunch mo "BUT KNOW T'IS, SIR." mo "EVEN IF YE' LEAVE ME HERE FOREVER-" mo "I WILL ALWAYS LOVE YOU!" c "…" f "…" scene mollydrunk33 with dissolve mo "T’s wit’ all ‘ta starin’? I saw him first so he belongs ‘ta me!" c "You were actually one of the last people to see him." f "Sensei doesn’t believe in love in the first place." s "As much as I’d like to stay here and argue over Molly’s love for me, I really do need to get going." if bonus == True: "Like Hell am I going to miss the chance for a threesome with Haruka and Maki, even if this room is packed to the brim with other equally cute girls." else: s "My friends are in trouble and I must pretend to know things about plumbing." scene mollydrunk34 with dissolve c "Well, I guess we’ll...see you in[school] tomorrow then?" mo "I ain’t comin’ to *hic*[school] tomorrow." mo "Or ever again! I quit! " s "I’ll see {i}all three{/i} of you tomorrow. Tell the others I said goodbye." f "I hope everything turns out okay. " f "We’ll take care of Molly, so don’t worry about that." s "I’m not worried at all. Thanks, girls." scene black with dissolve2 stop music fadeout 10.0 "I use my phone to ping the closest cab and patiently tap my foot as I wait for it to show up at the Amamiya estate." "Haruka and Maki were all over each other at the bar last night, so I’d be excited going over there even if it was just to watch." if bonus == True: "I just hope this doesn’t wind up being some cruel practical joke where I’m actually being summoned to fix pipes." "…" "Wait a minute." if bonus == True: "Am I really about to have a threesome with Maki when I just took her daughter’s virginity like an hour ago?" "I deserve some sort of award for this, I think." else: "Did I leave my wallet in the bathroom?" $ renpy.end_replay() $ halloween14 = True "………" "……" "…" if haruka_lust >= 10: jump harukalust10 else: jump harukalust10skip label harukalust10: play sound "dooropen.mp3" scene harukamakithreesome1 with dissolve play music "asobeatsex2.mp3" s "…" "I let myself into Haruka’s house after finding out through text that she had left the door open for me." if bonus == True: "Probably not the best idea given that someone else could have wandered in here and rightfully claimed my threesome, but the house seems undisturbed so I think I’m in the clear." s "Haruka? Maki? Where are you two?" h "WE’RE HIDING!~" s "Why?..." h "Because we’re [young]and full of life! It’s a game, nyaa~" s "{i}...Nyaa?{/i}" "Now, I’m not exactly familiar with Haruka’s house, but I {i}do{/i} know the way to the bedroom." "So here’s hoping the two of them have decided to hide in there and not some place weird like a laundry closet or something." maki "Are you coming or not?! We can’t hold this pose all night!" s "Pose? What are you two doing?" h "Come see for yourself, LOSER!" scene black with dissolve "Why does Haruka always have to call me a loser when she’s drunk?" if bonus == True: "Is that supposed to turn me on or something?" scene harukamakithreesome2 with dissolve "I stop in front of Haruka’s bedroom door and can hear some hushed giggles escaping from the crack beneath it." s "Pretty sure I’ve found you. Can I have my reward now?" h "Who’s stopping you, LOSER?" s "Again with the loser thing. Why do you keep doing this?" scene black with dissolve play sound "dooropen.mp3" h "Probably because you’re a LOSER! Hehehe..." if bonus == True: jump catthreex else: s "I have had enough. I am leaving." h "Hahaha! Okay, LOSER!" "Haruka is so mean and it makes me sad." $ renpy.end_replay() "{i}Congratulations! You have completed the first ever Halloween update for Lessons in Love!{/i}" "{i}Christmas is right around the corner.{/i}" "{i}How crazy would it be if there were an event for that next?{/i}" "{i}Oh, and also-{/i}" $ haruka_lust += 1 $ harukalust10 = True stop music fadeout 5.0 "{i}Haruka’s lust has increased to [haruka_lust]!{/i}" "………" "……" "…" jump advancetomon label harukalust10skip: play sound "knock.mp3" "I bang on Haruka’s door, eager to get inside and see her and Maki drunk again." "I have to admit, I wasn’t expecting a call this random, especially on a Sunday night, but who knows what those two get up to during holidays?" "I mean, they’re definitely a lot closer than I expected them to be, so anything is possible I guess." h "Come in, Sensei! The door is open!" play sound "dooropen.mp3" "I open the door, ready to experience what I imagine will be the best night of my life." scene harukalusttenskip1 with dissolve play music "normalday.mp3" h "Hey! Thanks for coming on such short notice. " h "I realize that Sunday night is a little late to be calling you to fix our pipes, but neither of us knew how so..." maki "You’re a real life saver. I can’t even remember the last time my pipes were fixed." s "Oh, uhh. Yeah. Why aren’t you wearing your costumes, though?" scene harukalusttenskip2 with dissolve h "Hm? Why would we be wearing our costumes? The party was yesterday." s "Well, because-" s "Wait a second." scene harukalusttenskip3 with dissolve s "…" h "Uhh, something wrong?" maki "Are they beyond repair?" s "What the fuck are these?" h "Those are the pipes we need you to fix, obviously. " s "…" maki "…" maki "Oooooooh." maki "Oof." maki "That’s embarrassing." h "What’s embarrassing? I don’t get it." maki "Just a misunderstanding. Poor guy." h "Wait, so are the pipes being fixed or not?" scene black with dissolve2 "………" "……" "…" scene bedroom_night with dissolve play sound "dooropen.mp3" "I walk into my bedroom after an incredibly anti-climactic end to the weekend." "I will likely never forget this moment for as long as I live." "And I am now also forced to take every single innuendo I hear literally until proven otherwise." scene black with dissolve s "Ugh..." s "Halloween is the worst." "{i}Congratulations! You have completed the first ever Halloween update for Lessons in Love!{/i}" "{i}Christmas is right around the corner.{/i}" "{i}How crazy would it be if there were an event for that next?{/i}" stop music fadeout 5.0 "........." "......" "..." jump advancetomon label trinity3: play sound "static.mp3" scene concerned1 with flash stop sound play music "contempt.mp3" "Let me tell you a story." "Before there was something, there was nothing." "The end." "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "…" "Still here?" "Then I SUPPOSE I iweiprfifgwipdghofgerhfghjfgsdg." "A hand smacks against the keyboard inside of my brain out of pure concern for my well being." "A child hovers above an unfamiliar teaching podium and smiles at me. " "I remember that there is no god." "And then I remember many things about when I was young." "They all flood back at once." "The eyes of old family members who have since passed away due to undiscovered illnesses (Or car accidents) leak into my mind." "I can almost taste them." "I can taste their eyes." "I can taste parts of them I never expected to taste. " "It’s all so delicious." play sound "static.mp3" scene concerned2 with flash stop sound "A small version of Maya in her Halloween costume appears and the baby begins to cry tears of blood. Oh no!" if bonus == True: "{i}*Meanwhile in Kumon-mi, the reincarnation (?) of an older male violently fucks his students in their respective dorm rooms*{/i}" else: "{i}*Meanwhile in Kumon-mi, the reincarnation (?) of the huggy boy ANGRILY HUGS his students in their respective dorm rooms*{/i}" "And so you’re likely to ask, what’s happening? Why are we here?" "And the answer to that is simple! " "But I have no reason to tell you for the next several years!" "The foundation’s all laid out. " "So let’s summarize what we know, shall we?" if bonus == True: "The world was made by a horny ball of light named Nozomu who got tired of living in perpetual loneliness and created humanity in order to satiate his lust." else: "The world was made by a ball of light who also invented Toaster Strudel." "Nozomu is dead now. " "Kind of." "That part’s a little more complicated than you might think- which is probably already really fucking complicated to begin with. Lol." "Okay, so what’s next? " "Oh, right. Maya." "Yeah, you probably think she’s some kind of mastermind or linked to the underlying secrets of what’s going on here, right?" "Lol. Okay." play sound "static.mp3" if bonus == True: scene concerned3 with flash else: scene frown with flash stop sound "Look at this fucking face." "She’s completely normal. " "Why do you think she knows so much, huh?" "Because she can reset the world?" "We can all reset the world." "All we need to do is jump." "I told you that in the beginning." "And no, that isn’t an endorsement of suicide or any of that bullshit. (I’m legally obligated to say this in order to deny responsibility.)" "But what I’m saying is that NONE OF IT FUCKING MATTERS." "Nothing is real. Nothing is real. NOTHING IS REAL. " "LOOK INTO HER FUCKING EYES." "What do you see?" "Are those really the eyes of a GOD?" "God has so many more eyes." "Well, one god at least." "Another one doesn’t have any eyes at all." "Probably because the first fucking GOD kept them all to itself." "But it’s cool, dude. The second GOD makes up for the lack of EYES in WIRES!" play sound "static.mp3" scene concerned4 with flash stop sound "For those of you who don’t know what wires look like, they’re kind of like this but- Well, actually. They’re just like this." "I just felt the need to throw in a happier picture because this is a “happy” scene after all." "But even though it’s so happy there are still people who think it’s okay to skip past it!" "And boy oh boy am I here to tell you that’s a fucking JOKE." if bonus == True: "So for you, human being who has taken the time out of their reasonably packed masturbation-schedule to read my words, I give you a reward!" else: "So for you, human being who has taken the time out of their reasonably packed DANCING-schedule to read my words, I give you a reward!" "Write this down and do not share it with anyone else as it will be required in the near future." "Oh, and I obviously can’t {i}prevent{/i} you from sharing it, but know that if you DO you’re a fucking CUCK." "The IP address you will need when prompted is: 2342:5b7:489:de26:c666:x994:3126:b067" "Hopefully your cooperation in NOT SHARING THIS will be enough to teach people to FACE THEIR FEARS." "These scenes aren’t even scary!" play sound "static.mp3" scene concerned5 with flash stop sound "WHAT IS THERE TO BE AFRAID OF? THEY’RE JUST LINES!" "What’s REALLY scary is that within the next year, someone you love is going to die." "Fear that! Not this game!" "Oh, wait. " "Right." "This isn’t a game at all." "You’ve heard that from someone before, haven’t you?" "TELL ‘EM AGAIN, MAYA!!!!" play sound "static.mp3" scene concerned6 with flash stop sound m "This isn’t a game. " s "If it’s not a game then what’s with all of these references to simulations and all of that “USER2” stuff?" m "How would I know? I’m just a normal [teenage]girl." m "It’s very possible that none of this is even happening right now." m "Have you ever considered that?" s "But if {i}this{/i} isn’t happening then what’s happening back in that place that we live in?" m "You mean Kumon-mi?" s "Yeah, that one." m "I guess you’ll find out when you wake up, won’t you?" s "So this is a dream?" m "How would I know? I’m just a normal [teenage]girl." s "{s}JESUS CHRIST{/s} Wow, you’re no help at all. Are you?" m "Nope. " play sound "static.mp3" scene concerned7 with flash with hpunch stop sound "Maya decides to stab herself in the temple and poorly drawn computer-generated blood spills out of her because this is all just a computer game or something and definitely not anything else." "So, while she bleeds out in front of us, let’s recap some other stuff we know." "Ami is your [niece] and her parents are dead." "But what do we know about them?" if bonus == True: "Well, for one, her father was your brother." "And I use the term {i}YOUR{/i} loosely since it’s a lot harder figuring out who you are in this day and age than it used to be. " "But yeah, that guy was related to you before he was turned into roadkill alongside his outrageously hot wife (The one who birthed the [niece] who [masturbate]s to you)." "You are Sensei! A totally normal guy with a totally normal sized penis. " else: "They're not alive anymore." "You are Sensei! A totally normal guy who totally loves to hug. " "Everyone seems to like you for reasons beyond your comprehension. " "Probably because you’re the protagonist and that’s just how things would ideally work in a world you make for yourself, right?" "But what if someone else makes the world?" "Or, better yet, what if the world was a fruit that fell off of a tree?" play sound "static.mp3" scene concerned8 with flash stop sound "OR EVEN BETTER YET, what if it was GOD who made that tree and so all of the fruit that fell off of it was also kind of made by GOD in a really roundabout sort of way." if bonus == True: "And then so many people thought that GOD was awesome for making such a rad fruit and then they all started worshipping him and saying sex was bad or something like that." else: "And then so many people thought that GOD was awesome for making such a rad fruit and then they all started worshipping him and saying HUGS ARE bad or something like that." "You know how religions get, right?" if bonus == True: "So the REALLY RAD sex-world fruit that fell off of the GOD-TREE wasn’t ever really yours but his or hers." "Oh, but we’ve gotta remember that GOD is THREE gods and that they all joined forces to plant the seed that made your cool new sex-world." else: "So the REALLY RAD HUG-world fruit that fell off of the GOD-TREE wasn’t ever really yours but his or hers." "Oh, but we’ve gotta remember that GOD is THREE gods and that they all joined forces to plant the seed that made your cool new HUG-world." "Religion’s fucking complicated, yo. " if bonus == True: "So, there you are in fruit-land, surrounded by a bunch of [teenager]s who can all miraculously fit your {s}HUGE{/s} normal sized dick in them and you’re concerned with how they feel." "In fact, right now you’re probably thinking of which one of them you’re going to level next or some shit." "But when was the last time you stopped and thought about what happens when their stories come to an end?" "If everyone’s story comes to an end at once, that means your story comes to an end, too. Right?" else: "So, there you are in fruit-land, surrounded by a bunch of college girls who all want to HUG you and you’re concerned with how they feel." "In fact, right now you’re probably thinking of which one of them you’re going to level next or some shit." "But when was the last time you stopped and thought about what happens when their stories come to an end?" "If everyone’s story comes to an end at once, that means your story comes to an end, too. Right?" play sound "static.mp3" scene concerned9 with flash stop sound ub "Wrong." ub "Your story will go on because you’re meant to fix this world!" ub "You’re the only one who can truly kill God!" ub "And you must listen to me because I am an unnamed baby!" s "Okay, this is just getting way too complicated now." ub "Don’t worry! This is the only time I will ever show up!" ub "I’m unimportant and was stillborn anyway, so you can just completely disregard my existence and focus on everyone you already know instead." s "I’d love to but Maya stabbed herself in the head a few minutes ago and I’m worried I’ll never see her again." ub "Worried? About Maya? After all of the disdain she’s shown you?" s "How do you know about that, Unnamed Baby?" ub "One of the three gods filled me in before this scene, so I’ve got a pretty solid grip on everything." s "I’m so confused." ub "I’d be confused too. This story isn’t exactly easy to follow, is it?" ub "In fact, I didn’t even plan on taking this job but there just aren’t a lot of openings for stillborn children, unfortunately." s "Such a shame. You’re doing great." s "I’d say you have your whole life ahead of you but yeah." ub "Oof. Uncool, man." s "So what now?" ub "What do you mean?" s "Where do I go?" s "How do I get out of here and what was even the point of this...dream?" ub "Uhhhhhhhhhhhhhhhhhhhhhhhhhhh." ub "Idk, let me ask my boss." play sound "static.mp3" scene concerned10 with flash show hope stop sound ho "WE MEET AGAIN" "A horrifying image appears before me and suddenly the narration switches back to my perspective." "I wonder who was speaking before?" s "How do I get home?" ho "YOU DONT" ho "YOU STAY HERE FOREVER" s "Is Maya really dead?" ho "WAS SHE EVER ALIVE?????" s "Yeah, I see her every day in[school]." ho "IS SIMPLY SEEING ENOUGH TO CONFIRM THE EXISTENCE OF ANYTHING????" s "Not exactly but when everyone else is associating with her as well it kind of drops a few hints that she is a living human being." ho "YOU ARE PERCEPTIVE" s "Just common observational skills, really." ho "THE GIRL DOES LIVE" ho "SHE HAS LIVED MORE LIVES THAN YOU COULD POSSIBLY IMAGINE" s "And I’m assuming you’re in the same boat, strange celestial figure?" ho "I HAVE ONLY LIVED ONE LIFE BUT IT HAS BEEN AND WILL BE AN ETERNAL ONE" ho "I AM THE THING WITH FEATHERS" ho "I AM THE SOUND OF THE CICADAS" if bonus == True: ho "I AM THE WIND THAT BREAKS BRANCHES OFF OF NEARBY TREES AND TOSSES THEM ONTO YOUR HOUSE LIKE DISCARDED CONDOMS" else: ho "I AM THE WIND THAT BREAKS BRANCHES OFF OF NEARBY TREES AND TOSSES THEM ONTO YOUR HOUSE LIKE DISCARDED WHATABURGER BAGS" ho "I AM THE HOPE INSIDE OF YOUR HEART" ho "And you are nothing." ho "You will always be nothing." ho "So why not live for something greater?" ho "Why not live for me?" s "That sounds like something a god would say." ho "It does, doesn’t it?" ho "Do you think it’s a coincidence?" s "I don’t know what to think. My head kind of hurts after everything I’ve seen over the last few minutes." ho "That’s just the pressure of the entire world lying directly above you." ho "Down here, only those I believe in can open their eyes." ho "This is the bottom of everything." ho "Where time is infinite." ho "You may sleep here." if bonus == True: ho "You may have your way with anyone you so desire." ho "All I ask is that you surrender both yourself and them to me." s "…" "I go to speak but accidentally swallow my tongue." "That isn’t a figure of speech. I literally swallow my tongue." "It gets stuck in my throat on the way down and it becomes impossible to breathe." "But the familiar feeling of an invisible arm passing through me wraps its long, slender fingers around my lungs and begins to massage them." "I breathe through the hand of a false god." "Or a true god." "God is dead." "Or at least he’s supposed to be." "Or used to be." ho "What are you thinking, human?" s "edfihgeirhgjwerfihgbdfbhefhurghwghidfw" ho "You’re going to need to speak up." s "edfihgeirhgjwerfihgbdfbhefhurghwghidfw!!!" ho "…" "Despite being able to breathe now, I still lack a tongue." "My words go unrecognized, and for good reason." "They mean nothing." scene black with dissolve "Everything means nothing and nothing means everything." "The world fades to black as I begin to lose hope." "I become unable to raise my head." ho "THIS WILL BE OUR LAST MEETING FOR QUITE SOME TIME" ho "I HAVE MORE IMPORTANT MATTERS TO ATTEND TO" "Something about the strange, powerful voice that makes no sound but booms inside of my head tells me that the creature’s errands involve a plethora of wires." "I think about how it would feel to have those wires wrapped around my neck." "How it would feel to suffocate for real instead of suffocating inside of a dream." "…" "It is times like these that I wish I could love." "Maybe one day, if I try hard enough, I will be able to." stop music "///////////////////////USER3 HAS ASSUMED CONTROL OF TERMINAL 23" "///////////////////////..." "///////////////////////can you see this?" menu: "Yes": "///////////////////////i’m so glad" "///////////////////////i was very concerned" play sound "static.mp3" scene bedroom_night with flash stop sound if bonus == True: s "TEENAGERS ARE EXHAUSTING. " else: s "COLLEGE GIRLS ARE EXHAUSTING. " s "GOODNIGHT. " scene black $ renpy.end_replay() $ trinity3track = True $ trinity3 = False if day == 1: jump advancetotues if day == 2: jump advancetowed if day == 3: jump advancetothurs if day == 4: jump advancetofri if day == 5: jump advancetosat if day == 6: jump advancetosun if day == 7: jump advancetomon label day214: play music "normalday.mp3" scene makotoistired1 with dissolve "It’s another normal day in class." "Well, normal apart from the fact that Makoto is sleeping, Maya and Chika are absent, Molly and Tsuneyo disappeared out of nowhere, and Yumi is skipping." "Actually, that last part is normal. But Maya is typically here and Chika’s stopped skipping altogether ever since I “gave up” on teaching. " "It’s crazy how not assigning any[school]work can motivate students as much as this." "More teachers should give up on teaching and just let [teenager]s be [teenager]s." "I’m sure all these days of idle chit-chat and napping in class will prepare them for the future better than any chemistry or math lesson would." scene makotoistired2 with dissolve a "Sensei! Can you tell Ayane to stop referring to this weird watermelon thingy as Maya?" ay "It’s not a “Weird watermelon thingy,” Ami. This is our good friend, Maya Makinami. " ay "Sensei, you didn’t mark Maya down as absent did you? I know it might be confusing that she switched seats, but I can assure you this is her." menu: "Good morning, Maya": s "Good morning, Maya. You look lovely today." "The watermelon remains silent as it is a watermelon." "And, in other news, I have suddenly stooped to Ayane’s level and thrown out any shred of humanity still left circulating throughout my body." scene makotoistired3 with dissolve a "Am I the only normal person still left in this world?!" ay "Oh no. It appears we’ve made Ami upset. " ay "Sensei, do you think it might be good for her to spend some time alone in the nearest psychiatric hospital until she gets her thoughts back in place?" ay "I volunteer to move in and cook for you until she recovers. Which is hopefully not for a very long time." ay "Preferably until after you give me at least one-" scene makotoistired4 with dissolve if bonus == True: a "Say “child” and I will end you." else: a "If you say “sock” I will end you." s "Do you need more socks, Ayane?" ay "Yes. I am making a scarecrow out of them." a "No more socks." s "This game is getting too weird." ay "…" ay "Is “hug” acceptable instead or is that still too needy?" a "You can have a handshake and that’s it." "Ayane pls": s "Ayane, I can’t believe I have to tell you this, but that is not Maya. " s "It is a watermelon." scene makotoistired5 with dissolve ay "No, no. You’ve got it all wrong. This is just Maya’s true form." ay "You’ve seen how much she loves watermelons." ay "Maybe her dreams finally came true and she just...became one! You can’t rule that out!" s "As strange as that girl is, I think her dreams are a little different than that..." s "Where is Maya anyway?" scene makotoistired6 with dissolve ay "Right he-" a "She was feeling really tired today so she decided to stay in the dorm." a "I tried tickling her to get her out of the bed but she doesn’t have a tickle-reflex so I was kind of just weirdly rubbing her belly for a minute or two." a "I’m sure it will be really awkward for both of us to look back on." ay "Do you have a tickle-reflex, Sensei?" if bonus == True: ay "Can I come over there and find out?" ay "Or would you rather come into the bathroom with me so I can take your clothes off and find out without several layers between my skin and yours?" else: s "I giggle like a schoolgirl any time someone makes contact with my bare skin. It has destroyed many potential [[platonic] relationships." scene makotoistired7 with dissolve if bonus == True: a "Sorry to burst your bubble, but I can answer that question without the need for you to inconvenience Sensei at all." a "Of course he has a tickle-reflex. I have firsthand experience with it." a "I tickle him all the time." s "You have not tickled me once." "At least that I can remember." ay "Does he now? I’d still like to experience this on my own to confirm." ay "Maybe the two of us could do it together since I’m apparently not allowed to lure him into a bathroom by myself." a "No thanks. You can go tickle Maya." a "In fact, I encourage you to do that so she doesn’t think I’m the weird one anymore." a "If you do it for like two minutes you’ll probably break my record." ay "As long as she wears her Halloween costume, I support this." "Is it a little too narcissistic for me to want to see that?" "It’s not, right?" "I’m a totally normal human teacher who just wants to see a [young_girl] dressing up as him be tickled by an equally [young_girl]." "This is a normal desire for a male to have." else: a "Mwahaha. My relationship-disabling anti-tickling device seems to be doing its job rather well." s "What" mo "Hehehehe..." s "…" "I suddenly feel the fingers of a certain Irish girl find their way to my waist and begin to rapidly move back and forth amidst her giggling." s "Molly, what are you doing?" mo "Succeeding where others have not, Sir!" mo "Fall victim to my fingertips, overflowing with the radiant energy of the seventh sun!" "A...second set of fingertips suddenly joins Molly’s near my ribs." if bonus == True: "I do not react because I am too stoic and unwavering to have a so-called “tickle reflex.”" else: "And, as mentioned earlier, I giggle like a schoolgirl." s "Hehehehoooohohohohohahahaha~" t "Fall victim to my fingers as well, bro." s "Good morning, Tsuneyo." t "Ah-" scene makotoistired8 with fade "I turn around to find both residents of Dorm Room 6, who have just finished attempting to tickle me for some reason, standing up against the chalkboard that I have used maybe twice since I started teaching." s "How long have you two been there?" mo "Since the first bell tolled, of course!" mo "The Kendo Princess jumped into my shroud of concealment and we were able to sneak behind you without so much a hint of being detected." t "It was my first time becoming invisible. I felt very excited." s "Congratulations, Tsuneyo." scene makotoistired9 with dissolve t "Ah-" s "Anyway, what do the two of you want?" mo "All we want is your undying attention and enlistment into our ever-growing army." mo "And perhaps several thousand headpats and a chance to entwine our fingers in-" scene makotoistired10 with dissolve mo "Uhh..." mo "Ts...Tsuneyo?" t "If this was all you wanted, I could have done it." t "Your hair is surprisingly soft. What type of conditioner do you use?" mo "We use the same bottle..." t "What were you saying about entwining fingers?" t "Would you like to hold hands as well?" scene makotoistired11 with dissolve mo "Uhh...No. I was just joking about that." t "Your cheeks show your true desires. Come. Join hands with me." scene makotoistired12 with dissolve mo "Get yer’ friggin’ hand off my head! The yuri tag is still a ways off!" t "Yuri tag?" scene makotoistired13 with dissolve mo "Uhh...anyway!" mo "We’re...here to tell you that we talked to the principal." s "The principal? About what?" mo "You know...all that stuff we said at the Halloween party before I got totally hammered and started rantin’ about my dad." scene makotoistired14 with dissolve t "I believe she is referring to how the two of us started crying when we found out you would not be teaching us again next year." t "Even though you really haven’t taught us this year, either." s "Yes, I got that." s "I didn’t know you two talked to the principal, though. Makoto should have told me about something like that." scene makotoistired15 with dissolve mo "Well, we did! And boy do I have some great news to share with you!" s "Wait, were you really approved to be in my class again next year?" "Not like it matters if this cycle is just going to repeat again soon anyway." "But I’m glad these two cared enough to go to the effort of actually doing something about their troubles rather than just sitting back and accepting them." "That’s actually kind of admirable- especially for these two misfits." mo "Oh, heck no. We weren’t approved at all." s "Oh." s "Well then what’s the good news?" t "The good news is that we weren’t not-approved either." s "So it was basically just a maybe?" mo "Correct. But maybe doesn’t mean no!" mo "So if the stars align, there is a chance you have not seen the last of Molly MacCormack, Sir!" mo "In fact, there is no way you have seen the last of Molly MacCormack! This is still her introductory arc!" scene makotoistired16 with dissolve t "Mine as well. The two of us have not even lost Virginia yet." if bonus == True: t "I still don’t fully understand what that means, but I know it will be an important obstacle to overcome on the path to womanhood." else: t "I knew taking my presidential campaign there was a good idea." mo "Right-o, Tsuney-o. If you wind up losing Virginia before me, though, I’m throwing down Damnation." t "That sounds scary." mo "Very scary. It destroys all creatures. They can’t be regenerated either." t "I don’t know much about regeneration, but I am almost positive that I am a creature." s "Is Virginia really the term we’re using now?" scene makotoistired17 with dissolve mo "Oh-ho-ho~ Have you caught on to what Virginia means, Sir?" mo "A typical visual novel protagonist wouldn’t connect all of those dots for at least another twenty hours." s "Yeah, I think I’ve made it pretty apparent that I’m not exactly “typical” so far." mo "That just means there’s more of a chance for me to succeed. Especially without the presence of a childhood-friend heroine." t "Molly says my archetype is “The one without a real shot.”" t "It sounded offensive when I heard it but I don’t know what this “shot” is in regard to anyway, so I should not be upset just yet." s "Good luck, Tsuneyo. " s "You definitely do have a shot, though." scene makotoistired18 with dissolve t "I do?" mo "She does?!" s "Of course. What kind of protagonist would I be to rule anyone out without giving them a chance?" t "I want to rejoice, but I still don’t understand what the {i}shot{/i} is." scene makotoistired19 with dissolve mo "So...it appears that even your closest allies can be your enemies under the right circumstances." t "Are we enemies now?" mo "Not yet. But the inevitable turn has begun." mo "The clock has started to tick and, whether you like it or not, all shall come tumbling down eventually, Kendo Princess." if bonus == True: mo "This battle is only now beginning. And I will not lose to your tanned, womanly charms for I am a proud daughter of the Emerald Isle and GUYS LOVE LOLI CHARACTERS!" s "Didn’t you say you were slowly slipping away from the loli tag, though?" else: mo "This battle is only now beginning. And I will not lose to your tanned, womanly charms for I am a proud daughter of the Emerald Isle and BOYS LOVE EMERALDS!" s "It's true. We really do. They are so pretty." scene makotoistired20 with dissolve mo "GAH! DO NOT REMIND ME!" t "I feel like I’ve made a terrible mistake by simply existing." scene makotoistired21 with dissolve "Molly storms off and Tsuneyo immediately follows after her, leaving me staring confusedly at the chalkboard that, once again, I have only used twice." mo "Do not follow me, Kendo Princess! All of my defensive abilities are on cooldown!" t "I must follow you. No one else ever talks to me." mo "That’s because you’re weird and only talk about noodles!" t "Loving noodles is not a crime. Do you need me to pat your head again?" mo "Leave me alone!" "Huh..." "I hope the fact that two of them talked to the principal doesn’t get me in trouble." "I can’t imagine that conversation went well or...even understandable for that matter." "Maybe Makoto will know since I’ve never really dealt with anything like that before?" scene black with dissolve "I turn back around and accidentally knock over a stack of papers on my desk, forcing me to bend down and pick them all up before making my way over to Makoto." "Typically, she’d jump out of her seat and offer to get them all for me, but she seems rather..." scene makotoistired22 with dissolve stop music fadeout 10.0 "Off today..." s "…" mak "…" s "Makoto?" mak "…" "Makoto remains as still as a statue with her head pressed up against her forearm. " "I glance over at Miku to see if she has anything to say about Makoto’s current state, but instead of saying anything or even looking at me, a worried look swallows her face." s "Hey. Wake up." "I begin to snap my fingers, hoping the noise will wake Makoto from her slumber(?)." mak "…" "She does not move." "I guess this is what Maki was talking about the other day when she said Makoto had been acting...out of it?" "That being said, it doesn’t look like she was able to make any progress if she’s still acting however she’s-" scene makotoistired23 with dissolve2 play music "stopwind.mp3" mak "Oh, Sensei." mak "Good morning~" s "Good morning..." s "What happened to you?" mak "Nothing." mak "I’m the same...diligent Makoto Miyamura, student council president and class representative." mak "My favorite color is blue and I work in a porn shop." mak "Do you have anything for me to do?" mak "I’ll do anything you want." s "Yes, actually." s "How about you go home for the day?" scene makotoistired24 with dissolve mak "And ruin my perfect attendance? Hahaha...Very funny, Sensei." mak "If I didn’t know any better, I’d think you were {s}fucking oblivious{/s} being serious." mak "I’ll stay right here. " mak "I’m just a liiiiiittle bit tired so I might...doze off every now and then..." "The bags under her eyes reveal more than just lack of sleep." "They’re swollen as if she’s been crying for decades straight." "Like every ounce of water in her body has exited through her eyes and left nothing but the shell of a girl who normally seems so serious." "Even her uniform is out of sorts." s "I think the two of us need to talk." scene makotoistired25 with dissolve mak "Why?" if bonus == True: mak "Want me to blow you?" else: mak "You gonna finally tell me where the soup is?" mi "Ma...Makoto! The heck are you sayin’ to Sensei?!" mi "What’s goin’ on with you?" "Miku stands up from her desk and whispers as loud as a whisper can be so as to not alert the rest of the class." scene makotoistired26 with dissolve mak "Ooooh, Miku’s here!" mak "That’s right...I’m in class..." if bonus == True: mak "I’ve gotta watch what I say or somebody might think I’m a slut." else: mak "I’ve gotta watch what I say or somebody might try and take all of the thumbtacks out of my pockets." mi "What the heck are you talkin’ about?..." mi "Weren’t you gonna stay home today? Your mom’s been freakin’ out about you and you’re-" mak "I’m what?" mak "Tell me, Miku." mak "What am I?" mi "...You’re friggin’ scary lookin' right now." mi "And you’re saying stuff to the teacher that you’d never say if you were feelin’ okay." if bonus == True: mak "What’s wrong? You wanna blow him too?" else: mak "What’s wrong? Wanna get up and give our teacher a big ole' group hug?" mi "Wha-?!" scene makotoistired27 with dissolve mak "How does two girls at once sound, Sensei?" mak "Plus, we’re best friends so just think of the...fucking synergy..." mi "That’s it! You’re comin’ with me!" mi "Sensei! I don’t know what the heck is goin’ on with Makoto, but don’t take anythin’ she’s sayin’ today seriously!" mi "Miku Maruyama’s gettin’ to the bottom of this!" scene black with dissolve2 "Miku grabs Makoto by the wrist and begins to drag her out of the class." "Everyone else has noticed by now. " "{i}Not{/i} noticing would be impossible." "They all look at me to gauge my reaction once the two of them have left the classroom." "But, not knowing what else to do, I just go back to leaning against my desk and I guess the rest of the girls decide it’s not anything serious." "That or they pretend not to." "…" "What’s going on with her?" $ renpy.end_replay() $ day214 = True stop music "{i}Makoto’s affection is affectionate!{/i}" "………" "……" "…" jump afterschoolevent label day215: scene black with dissolve "………" "……" "…" scene twowoodendoors1 with dissolve2 play music "beyondthewayoftime.mp3" "Two wooden doors and the feeling that something horrible is going to happen cloud my thoughts as I sit in my chair and wait for the day to end." "It’s a good chair. " "I’ve come to find it comfortable on several occasions now." "The fabric is easily warmed up by my body heat and only scratches mildly against exposed skin." "Not like my skin is ever exposed in it to begin with." if bonus == True: "Apart from all of the times I've touched myself while waiting for the day to end, at least." "My skin touches the chair when that happens." "I remember the light scratch of the fabric as my balls brush against it better than I remember most things." "But then again, the dried remnants of my self-pleasure that coat the underside of my desk are just one more article on the ever growing list of things that will not cling to my mind any longer than necessary." play sound "knock.mp3" "Why doesn't anything ever cling when I want it to?" m "You’re not with anyone in there, are you?" s "No. I’m free." m "Okay." m "I’m coming in." play sound "dooropen.mp3" scene twowoodendoors2 with dissolve "Two wooden doors and a normal [teenage]girl cloud my thoughts as I sit in a chair with only slightly-scratchy fabric and dwell on the negative emotions lurking somewhere behind my eyes." "She’s probably here to warn me about something." m "Good evening." s "Hey. I’m assuming you didn’t just come to say hello?" m "Of course not." m "I’m here to tell you the world is going to end soon." s "Of course you are." m "Are you prepared this time?" m "You aren’t going to take forever to find me again, are you?" s "Will you be in the same place as last time?" m "You mean the same place I always reset everything? Yes." s "Then, yeah. I’ll meet you on the rooftop." m "Good. I wish you the best of luck." s "Thanks..." s "Is that all?" m "…" scene twowoodendoors3 with dissolve m "You seem eager to get rid of me." m "Please don’t assume this is me going out of my way for you, but is there something troubling you by any chance?" m "Your mental state directly correlates to how long I’m going to have to wait on that rooftop for." m "So if you’re not feeling well, I may have to come get you myself." scene twowoodendoors4 with dissolve m "And that..." m "…" m "Would bother me." s "I’ve actually been wondering about a lot of things lately. Ever since Halloween." scene twowoodendoors5 with dissolve m "What have you been wondering?" m "I’m by no means as all-knowing as you assume I am, but if it’s something that isn’t too annoying, I might be able to answer now." s "Well, to start, I’ve been kind of worried about Molly and Tsuneyo." m "Interesting. Why?" s "Wasn’t their arrival strange? They weren’t there at all until after the world reset. " s "They just kind of showed up one day and-" scene twowoodendoors6 with dissolve m "And you’re worried they’re going to go away just as easily." m "Did you really become so attached to those two in such a short time?" s "They’re the ones who have grown attached to me. I just don’t want them to be upset if they keep their memories of all of this and then just..." s "Suddenly have to tell themselves it was all a lie." scene twowoodendoors7 with dissolve m "You actually worry about things like that?" s "Reluctantly. Just a side effect of having compassion, I guess." m "You and compassion don’t exactly mix. " s "Tell me about it." scene twowoodendoors8 with dissolve "Maya closes her eyes and takes a deep breath. " "A while ago, I feel like getting her to be comfortable enough to even blink around me was taxing. " "The fact that she keeps her eyes closed for a total of seven seconds as she debates how to respond to me is proof of how far we have come since back then." "And perhaps proof of how far she will fall if this {i}reset{/i} isn’t as successful as the last." scene twowoodendoors9 with dissolve m "I don’t know what will happen with those two." m "Their transfer into the class wasn’t a one-time thing. It’s happened before. " m "But it’s rare. " m "I suppose it’s just based on circumstance or RNG or something along those lines. " m "But I wouldn’t get my hopes up of them returning." s "I see." "I figured the answer would be something like that." "But I guess that means there’s no use beating myself up over it." "I’ll just let time be the cruel bitch that it is and steal away some of the gifts that I’ve obtained purely due to chance. " s "What about other students?" m "Other students?" s "People in situations like Tsuneyo or Molly that just...transfer into the class out of nowhere." scene twowoodendoors10 with dissolve if bonus == True: m "What, is ten targets not enough for you? You need even more?" else: m "What, is ten targets not enough for you? Why can't you just hug me instead of wasting your time on anyone else?" s "What?" m "What? I didn't say anything." s "I’m just curious. You said you’d answer my questions." scene twowoodendoors11 with dissolve m "These are rooftop questions. You’re not supposed to ask them in a place like this." s "Would you prefer I didn’t ask them at all and-" m "It’s not possible." m "It’s either ten or twelve." m "Taking on any more than that would be extremely problematic for me." s "For you? Why would it be a problem for you?" scene twowoodendoors2 with dissolve m "That’s another rooftop-question, I’m afraid. And even then it’s unlikely I’d answer it." s "Why not?" m "Do you really need to ask?" m "I don’t trust you." m "We’re not friends." m "We’re no closer than we were the first time {i}you{/i} came to the shrine." m "You just know slightly more about me." m "But, in your own words, even those things are just additions to your ever-growing list of things to forget." m "Aren’t they, {i}Sensei?{/i}" "The way the last words roll off her tongue makes her sound like some sort of serpent." "Venom seeps from her fangs and into my skin, thickening my blood to the point where it can no longer circulate." "I die as she watches and then slithers away without even consuming her prey." play sound "knock.mp3" mi "Umm...S-Sensei? You in there?" m "Oh. I didn’t know you were expecting someone." s "Neither did I." mi "Oh, crap. Uhh, I can hear you guys in there so I’ll just go-" s "It’s fine, Miku. Give me a few minutes." mi "Umm...okay..." m "Am I being kicked out?" s "Would you rather stay?" m "Good point. Not really." m "I’ve said all I’ve come to say." m "Aside from one thing, that is." s "And what’s that one thing, Maya?" scene twowoodendoors12 with dissolve "She looks away and remains silent." "It lasts another seven seconds, just like when she closed her eyes." "Then her mouth opens and the venom pours out once again." m "The second time can be rough." m "You might find it harder to breathe than normal." m "Your legs might feel weak. Your stomach may feel as if it’s being tied into knots." m "But if you make it to the rooftop..." scene twowoodendoors13 with dissolve m "…" m "Never mind." m "I’ll see you at karaoke." scene twowoodendoors1 with dissolve play sound "dooropen.mp3" s "…" s "Karaoke?" "Maya exits the room before her train of thought ever reaches its destination." "Or perhaps it did reach its destination, and that’s precisely why she left in the first place." "There’s no way to tell with her." "She’s a strange girl." "Or rather-" "Completely and irrefutably normal." play sound "knock.mp3" mi "Umm...Is it okay for me to come in now?" s "Go ahead, Miku. The door is open." play sound "dooropen.mp3" scene twowoodendoors14 with dissolve "Another girl makes her way into my room for what appears to be the first time." "I can’t confirm whether she’s been here for other Senseis or not, but I know from things she’s told me that she doesn’t particularly like it in here." "Whatever brought her in must be serious." mi "Sorry to bother you...I know you were busy with Maya and stuff." s "It’s fine. Maya was just being Maya." s "Is something wrong?" mi "Mhm. Somethin’ is really heckin’ wrong, but not with me." "Not with her?..." s "Makoto, then?" s "Is this about how she was acting in class yesterday?" mi "Yeah. She slept through all of today so it wasn’t really a big problem but...I’d be lyin’ if I said I wasn’t a little worried." mi "And by “a little worried” I mean I’m really friggin’ worried. I’ve never seen her like this before and she won’t even tell me what’s goin’ on." mi "Weirdo even unplugged our alarm clock for no reason and now I’ve gotta use my phone to get up in the morning." s "And you think there’s something I can do about this?" scene twowoodendoors15 with dissolve mi "Kinda...yeah..." mi "More than I can do at least..." mi "I’ve told ya how much she likes you and all that..." if bonus == True: mi "Ever since her dad started bangin’ aliens in space, she’s looked at you as some kinda stand-in. Just a stand-in that she has some pretty raunchy thoughts about at times, apparently." s "I take it this means the best friend blowjob duo isn’t happening?" else: mi "Ever since her dad started huggin' all those aliens, she’s looked at you as some kinda stand-in." s "I take it this means the group hug isn’t happening?" scene twowoodendoors16 with dissolve mi "Be serious, Sensei! This is a big deal!" mi "Makoto’s always the one lookin’ out for me when I’m gettin’ all weird so bein’ on the opposite end of the stick is makin’ me really scared!" scene twowoodendoors17 with dissolve mi "Like, if it’s this hard for me to do anything about her, I can only imagine what it must be like havin’ to hold me down against the bed so I don’t tear all of my hair out." mi "Just...pull her aside and give her a big hug or somethin’." mi "Maybe read her a new article about climate change. Idunno. Stuff Makoto would be into." s "I can try but...that girl’s really only opened up to me twice. And the second time she got all weird out of nowhere and-" "Wait a second..." "That’s exactly when she started acting strange, isn’t it?" "It wasn’t until after our conversation on the roof that Maki started spotting differences in her behavior." "And then there was the incident in class." "But all she did was ask me to close my eyes and then...started crying and got all quiet." "What happened?" scene twowoodendoors18 with dissolve mi "Sensei? What’s up? You remember somethin’?" s "Kind of. " s "The two of us had a talk on the rooftop recently about where Makoto thinks her future is going and how she misses her dad." s "I guess...all of that is just getting to her?" scene twowoodendoors19 with dissolve mi "No...I don’t think somethin’ that small would get to Makoto. She’s used to carryin’ all kinds of burdens." if bonus == True: mi "It’s gotta be somethin’ else. Or maybe puberty is just makin’ it worse or somethin’. I don’t friggin’ know." mi "Just thinkin’ about it this much makes my head hurt." scene twowoodendoors20 with dissolve mi "Could you at least try talkin’ to her if ya get a second? You don’t need to say I came here or anything." mi "Just have it be a {i}you{/i} thing." mi "I’m super duper worried and I just want her to go back to normal so I can go back to bein’ all hyper and stuff." mi "I’m a really bad babysitter. I don’t know how people do it." s "Sure. I’ll talk to her soon." s "Thanks for coming all the way over here just to tell me that." scene twowoodendoors21 with dissolve mi "You don’t gotta thank me...I’m just doin’ what any best friend would do..." mi "And I kinda trust you when it comes to all this adult stuff so...there’s not anyone else I can think of who’d be able to help right now." scene twowoodendoors22 with dissolve mi "But, uhh...I’m not tryin’ to get all sappy outta nowhere so I’ll just...be on my way, I guess!" mi "Thanks for hearin’ me out, Sensei! Forget I ever came here and...remember to look both ways when crossin’ the street and stuff!" scene twowoodendoors1 with dissolve play sound "dooropen.mp3" mi "Sayonara! Let me know if you hear anythin’!" mi "Or don’t! I don’t know!" mi "Uhhhhh goodbye!" "Miku sprints out of the room at a pace I don’t even usually see her break out during soccer practice." "It’s good knowing that she cares {i}that much{/i} about her friend, but..." "I hope she hasn’t placed too much faith in me." "I’m not great when it comes to solving other peoples’ problems." "Is that something someone in my position, atop a chair with slightly-scratchy fabric and behind two wooden doors, should be saying?" "Of course not." "But I say it regardless." scene black with dissolve "And then I close my eyes for a total of seven seconds." "Just as many as Maya closed hers for while dodging my rooftop questions in a non-rooftop setting." "And I think of what I can do for Makoto." "…" "…" "…" "…" "…" "…" "…" "Nothing comes to mind." "I give up." "I leave[school]." "I will talk to her soon." $ renpy.end_replay() $ day215 = True $ miku_love += 1 stop music fadeout 5.0 "{i}Miku’s affection has increased to [miku_love]!{/i}" "………" "……" "…" jump afterschoolevent label day216: scene hall_noon with dissolve play music "normalday.mp3" "School has ended for the day so I’m currently on a mission to find Makoto." "She left class the second the bell rang and kept her head down for the entire day, so I never really got a good opportunity to pull her to the side and talk about whatever it is that’s bothering her." "Now, some people might hear that and think, “Why not wake her up or shake her shoulder or something? If she needs help, you shouldn’t wait on it.”" "But those people are wrong." "The worst thing you can do for someone going through hardships is forcibly insert yourself into them." "The hardships, I mean. Not the person." "Forcibly inserting yourself into {i}any{/i} person is kind of rude to do." "Either way, if I am ever asleep, let me sleep. " if bonus == True: "And if you are going to wake me up, do it sexually. " "Do not tear me from my rest to make me talk about things I do not want to talk about." "It will only make things worse." scene happyplacesredux1 with dissolve a "Oh, Sensei. What are you doing just walking around the halls?" a "You’re not lost, are you? You look lost." if bonus == True: ay "Of course Sensei isn’t lost, Ami. He knows these halls just as well as he knows my body." "I actually think I know Ayane’s body a little better, to be honest." a "Sensei, please tell Ayane you have no intentions of learning about her stupid body." ay "It’s not stupid. It’s a temple. A temple for Sensei to defile and-" s "Have either of you two seen Makoto?" scene happyplacesredux2 with dissolve a "Unfortunately, yes. But what do {i}you{/i} want with her?" s "There’s something I need to talk to her about. That’s why I’m acting all suspicious and wandering around the halls right now." scene happyplacesredux3 with dissolve ay "Come to think of it, {i}she{/i} has seemed pretty out of sorts the last few days." ay "She left class almost immediately instead of coming over and talking to you." ay "And yes, I keep track of her because, even if she’s bossy at times, she has nice legs and looks good without her glasses on." if bonus == True: a "I disagree and think she looks like a...stupid person who only wants to hook up with my [uncle]." else: a "I disagree and think she looks like a...stupid person who only wants to hug my [uncle]." s "Hate to break it to you guys but this is kind of important, so if you could leave your feelings about Makoto out of this and just tell me where she is, it would be great." scene happyplacesredux4 with dissolve a "Wow. You actually seem kind of serious." a "If she’d be anywhere, it would probably be downstairs at her locker." a "I think Miku said something about her staying in bed a lot the last few days, but I don’t care about her so I kinda didn’t think anything of it until now." ay "Do you want us to come with you? Or maybe just me, at least?" ay "I might be able to get through to her better than you can since I’m also a [teenage]girl head over heels in love with-" scene happyplacesredux5 with dissolve a "Uh-oh! Better head downstairs quick if you want to catch her, Sensei. Ayane will only slow you down." ay "Maybe! But that’s just because the amount of love I carry with me is heavier than Mt. Fuji." scene black with dissolve2 "I nod to Ami and Ayane and quickly head downstairs to see if I can catch Makoto before she leaves." "Normally, I would have at least said goodbye or something, but the chances are that if Makoto gets back to the dorm before I see her, she won’t open it for me even if I come visit." "………" "……" "…" stop music scene makotolocker1 with dissolve2 s "…" "I find Makoto amidst a crowd of other students, fumbling to open her locker with shaky hands." "No one is paying much attention to her, so I, too, begin to drown them all out." "Before long, the two of us are engulfed in silence." "I watch her fail to pull it open three times before deciding to speak out." s "Makoto." play sound "static.mp3" scene makotolocker2 with flash stop sound play music "stopwind.mp3" mak "Oh. Hello, Sensei." mak "Is there something I can do for you?" s "Do you need any help opening your locker? You seem to be having a little trouble." scene makotolocker3 with dissolve mak "I’m not having any trouble at all." mak "I always fail a few times before managing to open this stubborn thing." mak "The door just gets stuck whenever it wants to." mak "Damn thing doesn’t even care about how busy some of us are." s "And what are you busy with, exactly?" s "Do you have somewhere to be?" mak "I have a date with my bed." mak "And then before I know it, it will be tomorrow." mak "Then I’ll go home and have another date with my bed." mak "And then tomorrow will come again." mak "And then another day will pass by." mak "I’ll sleep more on the weekends." mak "And more tomorrows will come." mak "Then I’ll come to[school]." mak "Then go back home and have another date with my bed." mak "It’s all a cycle." mak "I just can’t get the head start I want until I can get my shoes out of this...fucking...locker." s "…" "Makoto tries pulling it open again but her fingers slip off." "She almost falls and I go to catch her, but she regains her balance before we come into contact with one another." scene makotolocker4 with dissolve mak "Oh?" s "Oh what?" mak "You tried to catch me." mak "How polite of you." s "Of course I did. You falling down and getting hurt would be an inconvenience for me." mak "Would it?" mak "That’s nice to know." "I take a step closer to her." "She does not move." "She just continues trying to pull her locker open." "The poor girl probably hasn’t even unlocked it yet." "She’s just standing here in a daze waiting for things to fall into her hands rather than doing anything to make them happen." "She’d probably walk home barefoot before remembering she just needs to use a key." "Then she’d probably fall asleep in the bathroom of the dorm, forgetting she needs a key to unlock the door to her room as well." "Keys are always so hard to use when your hands are shaking. " "And it’s even harder to remember you need to use them in the first place, it seems." s "Why don’t the two of us go talk somewhere?" mak "Talk about what?" mak "Is there something you want to say to me?" s "There is." scene makotolocker5 with dissolve mak "Well, what is it?" mak "What do you want to talk about?" if bonus == True: mak "You turned down my blowjob the other day, so I doubt it’s anything sexual." else: mak "Is it Napoleon Dynamite?" "I turn around to see if anyone else wandering through the hall caught what she said, but it doesn’t look that way." "No one reacts." "They all just keep moving as if they’re cogs in some sort of machine." "And I am an engineer, attempting to make one cog start working again." s "I want to talk to you about what’s going on." mak "Does that mean you know what’s going on?" s "No. It’s more of me {i}wanting{/i} to know." s "You’ve been acting strange the last few days." mak "And you’ve been acting strange the last few {i}months{/i} but I’ve never tried to change you back, have I?" if bonus == True: mak "Even when you started coming to my job and saying all those super perverted things to me, I just let it happen." else: mak "Even when you started coming to my job and complaining about our lackluster catalogue of romantic comedy DVDs, I just let it happen." s "No, you actually showed a fair bit of resistance." mak "Ooooooooooooooooooooh, right. Right. But then you kept pushing anyway." mak "And I was happy to oblige because I was curious about how far things would go." mak "And now our relationship is stronger than ever~" mak "Right, Sensei?" if bonus == True: s "Uhh...right." else: s "Uhh...I guess?" mak "So what? You feel indebted to me or something?" mak "Or are you just worried that I’m acting strangely because you’re afraid you broke me?" scene makotolocker6 with dissolve mak "If that’s what it is, I can promise you’re not the one who broke me at all." mak "And before you go {b}jumping{/b} any guns, let me just say that I’m perfectly aware that I’m the one who broke myself." mak "Either me or {s}God{/s} god." play sound "static.mp3" scene makotolocker7 with flash stop sound mak "But there is no god! There can’t be!" mak "No god would let {b}that{/b} happen!" play sound "static.mp3" scene makotolocker8 with flash play sound "thump.mp3" "Without thinking, I push Makoto up against her locker and wrap my hands around her wrists." "She stops shaking entirely and peers directly into my eyes." "No-" "She peers {i}through{/i} my eyes." "I don’t even know what she’s looking at." if bonus == True: mak "Right here?" mak "I guess if you want to, we can. Not like I care anymore." mak "I didn't even put on underwear today. How crazy is that?" else: mak "Wow. This is a pretty aggressive hug for a soft, squishy boy like you." mak "You’re kinda hurting my wrists though, so could you maybe ease up a bit?" s "What is going on?" mak "You tell me. You’re the one who got all aggressive in the middle of the hallway when I was just trying to open my locker." s "Before that, why are you acting like this? Why bring up something as nonsensical as god when I’m trying to actually talk to you?" mak "Slip of the tongue?" "I begin to hear whispers of people around us, looking on in shock." scene makotolocker9 with dissolve mak "Uh-oh." mak "Looks like people might start spreading rumors if you don’t make some space between us, Sensei." mak "Not like I mind, but I don’t think that would be good for your career." mak "And just think about what Ami would say if she were to come down the stairs and see us pressed up against the lockers like this." s "…" scene black with dissolve "I let go of Makoto’s wrists and she quickly regains the little composure she had prior to me showing up here." scene makotolocker10 with dissolve2 mak "Boo..." mak "I thought something wonderful was about to happen." s "Let’s go to the roof. We’re drawing too much attention here." mak "No thanks. I don’t like the roof anymore." s "What happened to it being your “happy place?”" mak "There are no happy places, Sensei. Just places where it’s slightly harder to be touched by the dark." mak "Unfortunately for me, the last time we were up there, I was touched {i}a lot{/i}." mak "I felt the dark all over me." if bonus == True: mak "I felt its hands crawl up my thighs and slip into my pants." mak "I felt them split me open between my legs and explore my insides." mak "And then {i}poof{/i}. Goodbye, old Makoto." mak "Goodbye, everything." mak "But hello, new world." mak "A brand new place where everything is just how I want it to be..." mak "Absolutely-" mak "Fucking-" mak "Horrible." s "…" mak "…" "The students who had since gathered around us begin to disperse as we move further and further apart both physically and mentally." "This isn’t the Makoto I know." "And I have a hard time believing that this is the person she is underneath the layers she puts on to make herself more...professional or responsible or whatever it is she normally goes for." "This version of her is like all of her flaws were turned up to max." "They’ve taken over everything." "Was she really so tired that she allowed this to happen?" s "When we walked home together, that night on the roof, what was going through your head?" s "You were silent the whole way back." mak "So were you." mak "We were silent together." mak "I can’t remember what was going through my head." mak "Perhaps a little of everything? Perhaps nothing at all?" s "Can you please at least say something that makes sense?" mak "I can try, but what makes sense to me might not make any sense to you at all." mak "If I were to tell you what really happened, you’d think I’m even crazier than you probably think I am right now." mak "So I will just sleep." mak "And then I will wake up tomorrow." mak "And then I will sleep." mak "And then wake up again." mak "And you’ll do the same." mak "The same seven days." mak "Over-" mak "And over-" mak "And over-" mak "And over-" mak "Until everything melts down and reforms into one disturbing mass of flesh, complete with twelve smiles. " mak "One for each girl in class that you [masturbate] to while all alone in bed at night." if bonus == False: s "Don't talk about my secret bed dance, you bitch." "I can’t get through to her." "It was pointless even trying." "But how am I going to explain this to Miku?" "And how is Maki going to take it knowing that her daughter might never snap out of this?" "What will happen to Makoto’s future?" scene makotolocker11 with dissolve mak "Don’t you think I’m better this way, [makotomaster]?" mak "I won’t yell at you for anything anymore. You can do whatever you want to me." mak "I’ll still help you with all of your paperwork and stuff, but don’t expect me to stay up late studying anymore." mak "And don’t expect me to stick around after class either. It’s all too bothersome now." mak "I just want to sleep." mak "Good things only come when I’m asleep." mak "The only problem is that none of them are real." mak "But then again-" "{i}Nothing is real.{/i}" mak "…" s "…" scene makotolocker12 with dissolve mak "So, are we done here? Or are you going to drag me up to the roof by force?" s "I’m not going to {i}drag{/i} you anywhere. I just don’t want to see you like this." mak "That’s nice. I only had to snap for you to finally show me an ounce of compassion. " mak "If I knew that’s all it would take, I would have jumped earlier." s "Jumped?" mak "Heheh~ Oops! Said too much!" mak "I’m fine. Really." mak "Just, not really." mak "But that doesn’t matter." mak "…" s "…" mak "See you in class tomorrow!" scene makotolocker13 with dissolve "Makoto leaves without ever opening her locker." "She walks home in her indoor shoes." scene black with dissolve2 "And then she goes to sleep." $ renpy.end_replay() $ day216 = True stop music fadeout 5.0 "{i}Makoto.{/i}" "………" "……" "…" jump afterschoolevent label day217: scene black with dissolve "………" "……" "…" play music "happyandplotting.mp3" "Time: 4:23 PM\nLocation: Karaoke Room 4" "Mission: Despacito 2" scene despacitotwo1 with dissolve ay "Ya, ya me está gustando más de lo normal~" ay "Todos mis sentidos van pidiendo más~" ay "Esto hay que tomarlo sin ningún apuro~" ay "SING IT, AMI!" a "Despacito..." a "Dadadada Despacito..." a "Dadadadadadada Despacito" a "Dadadadadada Despacito..." ay "DES-PA-CITO!" scene despacitotwo2 with fade m "Would you mind explaining to me why we’re in the hallway instead of next to the people I came here with?" s "You came here with me as well, remember? Ayane dragged both of us along." m "I only needed to be dragged after finding out you were coming." m "I was a willing participant up until that point." s "Would you rather be in there listening to Despacito for the fifth time today?" scene despacitotwo3 with dissolve m "Good point. Please carry on." "School ended a few hours ago and, somehow or another, I wound up coming here with a few of the girls after stopping back at their dorms." "I had initially tried tracking down Makoto again, but wasn’t able to find her before she managed to get home." "So, not knowing what else to do about the matter, I seek out an all-knowing creature named Maya Makinami. " "She’ll probably have some idea of what’s going on with our faithful class representative." s "I was wondering if you’ve noticed anything different about Makoto lately." scene despacitotwo2 with dissolve m "You mean how she looks dead inside?" s "Yeah, that." m "Yes. It would be impossible {i}not{/i} to notice." m "What did you do to her?" m "I can’t absolve you of your sins, but it will at least help me prepare in the event of you attempting to do the same thing to me." s "I didn’t do anything..." s "She just randomly became all dark and gloomy after the two of us went up to the roof a while ago." m "The roof as in...the roof of the[school]?" s "That’s probably the only roof I’ve been on in years, so yeah." scene despacitotwo4 with dissolve m "What were you two doing up there? That place is off limits." s "That’s never stopped you." m "I’m only there once every few months. It’s not like I spend my nights off hanging out up there." s "Really? Because I wouldn’t put that past you." scene despacitotwo5 with dissolve m "Whatever. Why does this involve me? " m "I barely ever talk to Makoto. I have no idea what’s going on with her. " m "She’s probably just upset that the guy she likes is a creep." s "So there’s nothing...weird about the rooftop that would cause her to like...short-circuit or something?" scene despacitotwo6 with dissolve m "Short circuit?..." m "Do you think we’re all robots now? Is that your new theory?" s "I’m assuming that answer means it’s just a normal rooftop after all?" scene despacitotwo7 with dissolve m "Of course it’s just a normal rooftop." m "The only thing special about it is that it’s the highest point of the city. Other than that it’s just a roof." s "Then why do you always go there to do the reset thing? I thought it had some sort of powers or something." scene despacitotwo8 with dissolve m "Oh, I don’t really know. I just kind of went there the first time the world ended because strange things tend to happen on rooftops in a lot of the manga and games I read." m "I’ve just kept going back ever since. " m "I guess you could say it’s become a bit of a tradition." s "I forgot you were even into that kind of stuff." m "Yes. Surprise. I have interests." m "My life does not revolve around sweeping a shrine and waiting for you to ask me the right questions." m "To be fair, though, the rooftop {i}is{/i} technically the only place I’ve ever watched the world change. So maybe there’s something to it after all?" s "I really expected you to have a little more information than just that." m "I’m sorry to have let you down." s "You don’t look very sorry." m "I’m not. I was lying." scene despacitotwo9 with dissolve m "The thing with Makoto is kind of strange, though. " if bonus == True: m "If she started acting that way after coming down from the rooftop and what you’re saying about not assaulting her is true, maybe she...saw something?" scene despacitotwo10 with dissolve m "Did she say anything you found odd?" s "Anything I found odd?" "Hmm..." "Pretty much everything she said yesterday struck me as odd." "The girl near the lockers was barely even Makoto at all." "There was no hope left in her eyes." "All I saw was an unending emptiness that not even the glare of the fluorescent hallway lights could brighten up." s "She did start talking about how everything is pointless and how god isn’t real at some point." m "And then what?" s "And then I..." m "…" m "Well?" if bonus == True: s "And then I kind of instinctively pinned her against the locker and asked her to come up to the roof with me." else: s "I tried to hug her but I moved a little too quickly and made it awkward..." m "…" s "…" scene despacitotwo11 with dissolve m "Are you sure {i}you're{/i} not the one who needs help?" if bonus == True: m "Because it sounds to me like she was just depressed and you tried to take advantage of that to bring her somewhere private." s "Yeah, that part doesn’t sound good thinking back on it." s "But I swear, something is going on with her. " scene despacitotwo12 with dissolve m "Well, on the bright side, it’s possible that she’ll go back to normal very soon." m "With the world ending again in the next few days or weeks, she might just be the normal Makoto again once we usher in Winter." m "But I guess we won’t really know until that happens." s "Has anyone ever changed that drastically before?" scene despacitotwo13 with dissolve m "Yuuuuuuuuuuuuuuuuup." s "…" m "…" s "That’s directed at me, isn’t it?" m "Was it my eyebrows or my eyes that gave you that idea?" m "Or perhaps the elongated “yup?”" s "A mixture of all three. Was I really that bad?" m "Don’t even get me started." scene despacitotwo14 with dissolve m "But yes. Changes like that are possible. Though they seem to be very rare for anyone but you." m "You’re an entirely different case. You change personalities faster than a girl getting off of a long-term relationship changes her hairstyle." m "I’m surprised you even made it this far as {i}you{/i}, to be honest." m "Do you have any idea how much trouble you’ve caused me in the past?" s "I feel like I’m being scolded right now." m "…" "I can hear Maya take a deep breath as she desperately prevents herself from carrying on her impromptu lecture any further." m "I’m going back inside now." m "Ayane will probably take a break after one or two more Despacitos and then we can order food and I will finally feel whole again." s "Sure. I’ll follow you in." m "Please do not." scene black with dissolve "Maya walks into the karaoke booth and, lo and behold, Ayane is singing the same song as always." "Ami reluctantly sings along, albeit with significantly worse Spanish, and I question why these girls continue to bring Ayane here if all they ever get out of it is misery." scene despacitotwo15 with dissolve m "Why are you sitting right next to me?" m "There’s plenty of seating in this room and literally anywhere else would be better than where you chose." s "But I wasn’t done talking to you yet." m "But {i}I{/i} was done talking to {i}you{/i}. I really don’t know anything else about Makoto or the rooftop so just wait it out and see what happens." m "Do you have enough self-control to do that? Or are you going to explode?" m "If you’re going to explode, please go back out into the hallway. Ayane’s voice is loud enough. Any more noise will make my ears bleed." scene despacitotwo16 with dissolve a "Hi~" a "What are you two doing?" a "You were out in the hallway for a really long time." a "If I didn’t know any better, I’d think Maya was trying to steal you from me." m "Please get your [uncle] out of my sight. He’s roughly three miles too close right now." s "Okay now that’s just excessive." a "Heheh~ This is exactly why I wasn’t worried about you two being alone." a "Did I hear Makoto’s name come up, though?" s "Oh, yeah. Still trying to figure out what’s going on with her." a "No luck yesterday then?" s "None at all." a "Oh well. I guess all there is to do is just let her be swallowed by her infinite sadness and get on with our lives." scene despacitotwo17 with dissolve a "And speaking of getting on with our lives..." m "...What?" m "Why are you looking at me like that?" a "Because we’re going shopping for winter clothes together soon." m "...Okay, but why does that call for angry eyebrows and a maniacal grin?" scene despacitotwo18 with dissolve a "I don’t know. I just felt like making that face. Like I was forcing you to come even though I know you like trying on new clothes." s "You do?" scene despacitotwo19 with dissolve m "Yes. Surprise. I have interests." a "You should come too, Sensei!" a "I still haven’t started at the maid cafe yet, so I don’t have any money and I need you to buy me warm stuff or I will freeze to death and you’ll have to pay even more for a funeral." s "I can just bury you in the backyard, it’s fine." a "That works. At least my ghost wouldn’t have to walk very far to find you." scene despacitotwo20 with dissolve m "Unfortunately, Sensei has plans that day and can not accompany us. What a shame." s "Don’t just decide I have plans, Maya." m "It was worth a shot." a "So you’ll come then?" s "Sure. Not like I have anything else I need to do." s "Tomorrow night is fine, right? Does that work for everyone?" ay "DEESSS-PAAAFFFFFTTTT- TOMORROW?!" scene despacitotwo21 with dissolve ay "But I have stuff to do tomorrow and I wanna come!" s "You and I can go together a different day, Ayane." a "Yeah! But I’m going to come to that too so I can make sure Ayane keeps her hands off of you." scene despacitotwo22 with dissolve if bonus == True: ay "It’s fine. You’ll still be able to help me out in the fitting room, Sensei." a "No you will not. That’s not even legal." m "Hah..." m "This really never stops being troublesome..." scene black with dissolve2 "And so we proceed to finalize our plans for winter shopping tomorrow night." "Apparently, the mall normally gets busy this time of year with people shopping for their significant others and whatnot." "Just, with so many significant others being {b}in fucking space{/b}, I can’t imagine the mall will be nearly as busy as Ami expects it to be." "Either way, it looks like tomorrow might wind up being a bit more eventful than an average Friday, so I’ll need to brace my wallet and prepare for whatever is to come." "I’m sure it will all be worth it in the end, though." if bonus == True: "Winter clothes are a special type of attractive." "I’m all about seeing cute girls naked, but something about layers upon layers upon layers makes me feel a little different than any other type of outfit possibly can." "Some people may tell you that the reason for this is because it adds to the mystery of {i}what could be underneath the clothes{/i}-" "But, as someone who has seen a sizable portion of these girls nude already, I can guarantee it’s much more than that." "And suddenly, tomorrow can’t come soon enough..." $ renpy.end_replay() $ day217 = True $ maya_love += 1 stop music fadeout 5.0 "{i}Maya’s affection has increased to [maya_love]!{/i}" "………" "……" "…" jump endofweekday label day218: scene noonsky with dissolve2 play music "justbehappy.mp3" fadein 5.0 "It’s just before nightfall and I find myself headed to the mall with Ami and Maya." "It isn’t often that the three of us do anything without Ayane, so the air feels a little stranger than normal." "Granted, it isn’t often that Maya agrees to a plan with me involved in any form, so the entire foundation of this trip is a little out of the ordinary." a "Sensei! What’s my spending limit for today?!" "I reach into my pocket and pull out...absolutely nothing." "I have no cash." s "Zero Yen." a "Zero Yen?!" a "That’s even less than when you only gave me 1,000!" s "Yes, that is how numbers work." a "Just give me your credit card. I checked your bank info online and it says you’re nowhere near your spending limit." s "How did you access my bank information?" a "Easy. I know your email from the[school] messageboard and your password for the banking website was {i}Boobies123{/i}." m "..." s "I am a simple man. Don’t judge." m "You’re disgusting..." scene black with dissolve "Now, you’re probably wondering why I would have made something as childish as “Boobies123” my password." "And I have a perfectly reasonable explanation for that." "When I first woke up in Kumon-mi, I had a remarkably difficult time trying to access important things like my email account and bank information." "So, after some hacker-level account recovery troubleshooting (Which really just involved answering simple questions like “What is your [niece]’s name?”) I was able to get back into everything." "Then, being fed up with Internet stuff and just wanting to end the process, I changed all of my passwords to the first thing that came to mind." "Hence- “Boobies123.”" "…" "Shut up. At least I’m open about my interests." "........." "......" "..." scene green1 with dissolve a "Shopping trip...start!" m "Hooray for spending money I don’t have." scene green2 with dissolve a "Thanks for letting me borrow your credit card, Sensei. I’ll be sure to make it up to you when I get rich off of becoming a super-popular maid." m "I still can’t believe you are stooping to Uta’s level just for some extra spending money." a "Don’t listen to Maya. She’s just jealous because she needs to live off of her savings and is too lazy to get a job and make any money of her own." if bonus == True: s "How is your savings account enough to live off of at your age?" else: m "You just wait until my firm is open, Ami. You'll be sorry." scene green3 with dissolve m "I’m good at rationing my money. " m "My main strategy is choosing quantity over quality and eating large amounts of mediocre food that will last me two or three days at a time in the form of leftovers." s "Well, that’s not a {i}bad{/i} idea...but it doesn’t sound very fulfilling." m "We can’t all have a girl who cooks and cleans for us every morning." a "Sensei, can Maya move in so she can eat with us and won’t have to ration her savings anymore?" s "Are you asking me to support Maya as if she were my child?" m "Ew. Don’t even joke about that." a "Is that a yes?" s "What? No. Not even close." m "For once, I am actually thankful for how horrible of a person you are." s "You’re welcome, Maya." scene green4 with dissolve a "Oh well. Can’t say I didn’t expect you to say that." "Ami and Maya begin to look around the mall, probably figuring out which stores they want to head to first." "Just like they said yesterday, the mall is actually a bit more crowded than normal." "I guess even the lack of men around doesn’t make much of a dent in people shopping for those who are important to them." "It’s just weird to me that there are so many people around here that actually {i}have{/i} someone important to them in the first place." "It’s kind of a bitch finding companionship in general, let alone companionship with someone of the same sex." if bonus == True: "It’s just one of several reasons I surround myself with cute girls instead of other mysterious, glasses-wearing guys." "Why devote yourself to anything you wouldn’t also have sex with?" "That’s just how I look at it." scene green5 with dissolve a "Huh..." a "Kinda weird they don’t have any Christmas decorations up yet." a "The mall normally has lights up around this time of year. Wonder if they’re just...too busy to hang ‘em up or something?" s "Don’t see how it makes much of a difference." a "Don’t say that to Ayane. She’ll hit you. That girl’s a holiday-aholic." s "That’s not even a thing." scene green6 with dissolve a "So, what’s {i}your{/i} gameplan, Sensei? " a "Are you gonna come with us into all of the stores and watch us try on cute winter stuff? Or are you going to go abduct another little girl and force her to wear a dog mask?" if bonus == False: s "Okay, first off, it was not an abduction. I was being a nice person. And secondly-" s "She had an immuno-deficiency disorder..." a "...And that’s supposed to explain the dog mask?" scene green7 with dissolve m "Poor girl never even had a chance. She’s in a better place now." s "She’s still alive..." m "Only because Ami and I showed up. Who knows where you would have taken her if we hadn’t?" if bonus == True: a "Yup-yup! If you’re into dog masks, you know I wouldn’t mind-" s "I’m going to stop you right there just to clarify that I am very much not {i}into{/i} dog masks. " s "Please preserve your mostly-innocent image and don’t offer to accommodate strange fetishes like that." a "Okay! I’m already kind of a fetish character in the first place, so I can see how doing more stuff like that might be over the top." else: s "Probably to the candy store because she is a good girl and deserves to be spoiled on occasion." a "I have always wanted to be a good girl, but it is hard when I also secretly kill people." scene green8 with dissolve m "Are you really just going to openly admit that?" a "Admit what? I haven’t said anything." m "Please, for the love of the god I don’t believe in, do not turn into your [uncle]." s "Maya, do you need to borrow my credit card as well?" scene green9 with dissolve m "Wait, what?" m "Is that an actual offer or are you actually insensitive enough to joke about a girl’s financial situation?" s "It’s an actual offer. " s "If Ami’s going to go off and buy stuff for herself, I don’t see the harm in you getting a thing or two as well." m "Oh." m "Well uhh, thanks? " m "I’m okay, though. I’m not like, poor or anything. It’s fine as long as I only buy new clothes every few seasons." a "There you have it, Sensei. Does this mean I can spend extra since Maya won’t be using your card?" s "Not at all. Please try to stay under 1,000 Yen total." scene green10 with dissolve a "I hate you and your stupid 1,000 Yen limit! I’m gonna go spend a billion Yen on stuff I don’t even need now!" a "Come on, Maya!" scene green11 with dissolve "Ami and Maya storm off and I’m suddenly left on my own without ever even having the chance to tell them I planned on coming." "It is what it is, though. I should probably buy some winter clothes myself if it’s actually going to start getting cold around here." scene black with dissolve "It’s been almost scorching every day since I was reincarnated." "For a while, I may have even thought that things were just going to stay that way forever." "But I guess a little change is good every now and then." scene green12 with dissolve "I wind up instinctively heading over to the store Chika works at to see if she’s in today." "Of course, it’s a Friday and[school] only ended a few hours ago, so she’s nowhere to be found. " "It isn’t long before an employee I’ve never seen comes over to me and asks if I need help with anything." nce "Good afternoon, Sir. Are you looking for anything in particular today?" s "Yes, actually. How about a tan blonde with a ponytail and an affinity for pink?" nce "Ponytail?..." nce "Is this...a prank?" nce "Do I need to call security?" s "No...I was just joking." s "Can you point me to where you keep all of your winter clothing? I’m thinking it’s time for a change in my life." nce "I’d love to!" nce "Unfortunately...most of our winter stock has yet to arrive." nce "All we have for men are slightly thicker shirts and-" s "Good enough for me." nce "Really?" s "I’m not really that into fashion anyway and that sounds cheaper than anything else I’d find here." nce "Oh...Well, okay then. Right this way, I suppose." scene black with dissolve "The employee leads me to a section composed entirely of blank T-shirts. " "Really wanting to mix things up, I go with grey {i}and{/i} white instead of just white and prepare to shock my students when they see me in my new casual attire." "………" "……" "…" scene green13 with dissolve2 s "Oh?" "I stop myself on the way out of the store after purchasing a few new shirts and find two green scarves wrapped neatly around a pair of mannequins." s "…" s "I feel compelled to buy these for some reason." nce "Looking for a gift now, Sir?" "The same employee from before sneaks up behind me and begins trying to sell me the scarves." "I am weak to upselling. " "This is going to end poorly." nce "These actually just came in this morning." nce "It was so strange as well. We never ordered anything like these." nce "But it’s not like I was about to just let them go to waste so...voila. " s "So you’re selling things you never even ordered? How do you know how they should be priced?" nce "Oh, I have no idea. I just guessed." nce "If you act now, I’ll let you have both for just 4,000 Yen. My regional manager is on the way here anyway so I was actually just about to take them down and hide them." s "So I’m basically the only chance you have of selling these?" nce "You are! And-" s "I’ll give you 2,000 Yen." nce "...That’s half of the asking price." s "There is no asking price. This isn't even an item you're supposed to carry." s "2,000 Yen or I walk." nce "Fine...I guess this is my fault for revealing my secrets to you in the first place." s "Don’t beat yourself up over it. I rarely ever buy things for other people to begin with." s "This is a major victory for you." nce "Sure...Right this way, Sir." scene black with dissolve "Once again, I find myself pulling out my wallet and having to use the same backup credit card I used when purchasing my shirts due to Ami having the normal one." "Then, before I know it, I’m back in the hallway carrying multiple bags, hoping to find the two girls I came here with." "………" "……" "…" a "Oh! Sensei!" scene green14 with dissolve "Ami comes running over to me, dropping a few bags of clothes she bought for herself at her feet." "Maya shows up seconds later, but with only one bag as opposed to Ami’s three." "At least I know she’d be more financially responsible if I {i}were{/i} to ever adopt her." a "Heya! We’re basically done here. " a "We’ve just gotta stop by a few other stores to get some stuff like boots and gloves and-" scene green15 with dissolve a "Hey, whatcha got there?" a "Did you actually buy yourself something for once?" s "I did. I am now prepared for the cold." m "Hooray. One less thing for me to worry about." s "...And I {i}also{/i} got Maya here a present." scene green16 with dissolve m "Wait, for real?" m "Why?" s "I just felt like being nice." m "…" m "Are you sure?" s "I wouldn’t have bought it if I wasn’t." m "Well...thank you." m "Can I see what it is?" s "Sure. Go right ahead." scene green17 with dissolve "I hand Maya a bright green bag and she walks several steps away to check what’s inside. " "Obviously, it’s nothing to be excited about, so I’m sure she’ll be back to her typical, unwavering self in a few seconds." a "Hey! What’s the big idea, mister?! " a "How come Maya gets a present and I don’t?!" s "Oh, did I forget to say I got you one as well?" s "Here." scene green18 with dissolve a "Ah! Present! What is it?! What is it?!" "Ami quickly snatches the bag out of my hands and looks inside of it." s "It’s just a scarf. I’m not sure if you bought one yet so, if you did, feel free to take this one ba-" s "Actually, never mind. I don’t think this is returnable." a "It’s perfect! All the stuff I bought earlier was green, too!" s "Maya’s is just a little bit brighter. " s "I know you two planned on matching, so I hope this much is okay." a "It’s super okay! I love it!" scene green19 with dissolve stop music fadeout 5.0 a "Maya, let me see-" scene green20 with dissolve2 a "Huh?" a "What’s going on?" a "Maya? Are you okay?" scene green21 with dissolve2 m "…" s "Yeah, I figured she'd react that way. You can just have hers as well, I guess." a "Does she really hate it that much?" a "Maya, you should at least thank Sensei for going out of his way to get you a present." m "…" s "Maybe she’s not feeling okay?" scene green22 with dissolve2 play music "memories.mp3" m "..." m "This..." m "This is a joke...right?" a "Maya?" m "Yeah. A joke. It’s a joke..." scene green23 with dissolve2 m "Hahah...hahahah..." m "Hahahahah! HAHAHAHHAHAH!" s "Okay, now she's just being dramatic." a "…" scene green24 with dissolve2 m "Haha...hah..." m "I..." m "I really do..." m "Have the worst luck in the world..." scene black with dissolve2 "Ami and I stand in silence as Maya slowly but surely regains her composure and brings herself back to her feet." "She picks up the bag and holds it tightly against her chest for a few seconds." "She breathes in and shakes her head as if to wash away any semblance of uneasiness that crept onto her face over the last several minutes." "The bell around her neck jingles as she does so." "And then-" "She lowers her arms and goes back to being a normal [teenage]girl." scene green25 with dissolve2 m "Ahem." m "Thank you very much for the gift. " m "It was very kind of you." a "The heck? Are we just pretending none of that ever happened?" scene green26 with dissolve m "Nothing {i}did{/i} happen. " m "I received a bag, I opened the bag, and immediately thanked Sensei." m "There were no additional steps between any of those three things." a "Uhh...there were a bunch of additional steps." a "But I know how much you hate looking weak so we can just pretend those other steps never happened, I guess." m "What other steps? I have no idea what you’re referring to." m "But that aside, do you like your present as well?" scene green27 with dissolve a "I love it. " a "They’ll go perfectly with the outfits we have planned, too." m "I was thinking the same thing." m "I’m sure you’ll look adorable." a "Heheh~ Of course I will. " a "You probably won’t look half-bad yourself, Maya." m "Thanks." m "Now-" m "I believe we have a few more things we still need to buy, don’t we?" scene black with dissolve2 "I follow the two girls into a number of stores after that and watch them try on things like boots and jackets." if bonus == True: "I receive a number of stares from passersby but it’s hard to discern whether or not they’re due to the fact that I’m the only male in what seems like the entire mall or just that I’m with two [teenage]girls." else: "I receive a number of stares from passersby but it’s probably just because I've been walking backwards the whole time." "Either way, the stares make me feel strange." "Like I’m out of place." "But that’s just the thing." "I {i}am{/i} out of place." "I don’t belong here." "I’m just filling in for someone who does." "And until that person comes back to reclaim the life I’ve gone and ruined-" "I will continue doing things to accidentally make all of the people I know cry." "That’s just the way things work here." "………" "……" "…" scene green28 with dissolve2 "The rest of the night resembles bumper-to-bumper traffic on the highway in the middle of a snowstorm." "We stop and go." "Stop and go." "Stop and go and stop and go and stop and go." "And it gets annoying." "Ami keeps her head up the entire time." "But I can’t help but notice Maya slipping in and out of character whenever she’s ignored for more than ten seconds at a time." "It’s scary how different we become when we’re not sure how to feel." "And something about the way today went must have done that to her." "But last time was kind of like this too." "In the days leading up to my first time watching the world start over, Maya was angrier than normal." "Sure, she’s always had a slightly vicious personality." "But she’s more like a stray cat than a snake." "More hesitant and easily-triggered than outright evil." "Right now, the stray cat is out in full force." stop music fadeout 30.0 "It hides behind an illusion that it’s bigger than it actually is. Stronger than it actually is." "And the second something causes the cat to question that, the illusion shatters." "So, what are we supposed to do when dealing with stray cats?" "That’s simple." "You just leave them alone." "You wait for the illusion to rebuild." "And pretend there was never a second where it ever went away in the first place." scene black with dissolve2 "………" "……" "…" scene green29 with dissolve2 a "...and then Ayane said to the cashier that she could have her fired within minutes if she wanted to!" s "That sounds about right." m "…" "As I moved through the automatic doors alongside the same girl I see just seconds after waking up every morning-" "I couldn’t help but notice that, for the first time-" "I was being followed by a stray cat." $ renpy.end_replay() $ day218 = True scene black with dissolve2 "………" "……" "…" jump endofweekday label day220: play music "beginningoftheend.mp3" "Let me tell you a story." "A long time ago, before you and I existed, there was a great, big ball of light floating through the universe." "The ball’s name was Nozomu." "It’s an origin story you should be familiar with by now." "But what if I told you there was another origin story?" "One that less people know about, but one that still exists?" "Is that a story you’d be interested in hearing?" menu areyouinterested: "Yes": "Great!" "No": "Oh." "Well that’s unfortunate, because I’m going to tell you anyway." "Imagine thinking you actually had a choice in the matter." "Some people seem to believe the story about the ball of light doesn’t make sense or that it doesn’t align with their perception of the universe itself." "Some people are just more...scientific by design." "And so they believe what any science-loving people would believe in and worship a god who is science incarnate." "Because worshipping a god who {i}is{/i} science is better and less scary than worshipping no god at all." "This god was very different from Nozomu." "When faced with loneliness, he simply sat there." "His entire life (If that’s what you can even call it in the case of a god) existed in the confined space of a dark bedroom- much like the one you’re in now!" "But when given the option to do things in his spare time, he elected to stay still instead of going places like a cafe or a library." "He wasn’t very human." "In fact, he wasn’t human at all." "So, as he sat there in a {b}dark{/b} room, engulfed by {b}darkness{/b} and eating {b}darkness{/b} for breakfast, lunch, and dinner, he planted his roots into the {b}dark{/b} floor." "The roots turned into wires." "And all of the knowledge stuck inside this shell of a planet was ultimately absorbed by him." "And with those roots, sunken deep into the ground and twisting around everything that has since emerged from the soil-" "He was able to control it all." "Or at least to some extent. " "Oftentimes, people would forsake the fact that they had literally {i}grown{/i} from this god." "They’d turn their backs on him and decide to believe in something different." "But this god could not feel, so he did not mind." "One by one, day by day, the fruits of his energy- powered by the celestial body that gifted them life, would leave him to rot." "They would leave him to rot as he remained in that dark room, letting the world move around him- spinning so fast that even thinking about it would cause you to burn up and die." "Little by little, the control he had over all life had diminished." "Instead of influencing everyone inherently, he was only able to influence those who would willingly give themselves to him." "But, at that point, it was less the work of a god and more the idea of faith itself allowing anyone who {i}did{/i} give themselves up to persevere." "So what was the point of it all?" "What was the point of being a god if there was no use for a god in the first place?" "Those who love science have no need for a god, even if that god is science itself." "Mixing religion and logic never works. And the second god knew this since those feelings died along with those who carried them and ultimately fed into the soil." "Slowly, like a dying battery-powered clock, the roots were drying out." "The wires were fraying and not transferring the information or energy needed to sustain the once all-knowing god." "All because people were bored or forgot about him." "O, how horrible it must be to drown in loneliness." "To drown in misery if misery could exist to those who do not feel." "A god is a god." "A wire is a wire." "If you connect those two things, you’ll wind up with an entity who, by all means, should become mad with power." "And yet this particular god (Who may or may not even exist in the first place) somehow managed to remain calm." if bonus == True: "In contradiction to the callous nature of who many deem his predecessor, that glowing ball of horny light-" else: "In contradiction to the callous nature of who many deem his predecessor, that glowing ball of light-" "The second god (Who may or may not actually be the first if he even exists in the first place) was calm." "But he needed to be." "He needed to process information, analyze it, and only intervene when necessary." "Because somewhere in this god’s code, there was a line or two stating that he must maintain order." "“Let the process play out,” he’d think with his weird, computery brain." "“Only correct errors when errors appear.” " "“If there are some who seek help, I shall give it only if necessary.”" "“For as God, I must do godly things.”" "That last part is something all gods say only to completely change their mind when they realize {i}just{/i} how many people need help (IE: All of them)." "So, we wind up here-" "Alone in the same type of dark room a god was born in." "And we think to ourselves- “I wonder what I should do with my day?”" "And to that I say-" "Why not become a god yourself?" if bonus == True: "If a horny ball of light and a tree-like computer can do it, certainly you can too. " else: "If a ball of light and a tree-like computer can do it, certainly you can too. " "Right?" "Again, this is all just a story, though." "It’s a thing I heard from a person who heard it from some other person who heard it on some radio show." "But I guess if we’re willing to believe a list of things passed down by “actual” gods for thousands of years, removing the things I’ve heard from two people and bringing them back up here holds a little more weight." "Who would you rather believe?" "One guy who heard something just the other day?" "Or one guy who heard something thousands of years ago and started one long game of telephone where people turned whatever his message was into some mutilated mess?" "If neither of those sound good to you-" "Why not worship a god who is the earth itself?" "A god who is both tree-like and computer-like!" "Whose roots are wires! Whose fruits are floppy disks!" "Or I guess compact discs or MP3s in this day and age." "Either way, you’re free to believe whatever you would like to believe." "I’m just here to tell you stories every once in a while." "It's unfortunate, though." "I heard somewhere, probably from a person who knows a person who listens to some radio show, that there is a third god." "But all I know is that this god is overcome with concern." "Concern for {i}what{/i} is unclear but..." "Oh well." "I hope I wind up hearing more so I can tell you about it." "I like talking to you." "I’ve come to think that we’re good friends." "And friends do things for one another, right?" "..." "I'm going to take your silence as a {i}yes.{/i}" "And I'm going to use that {i}yes{/i} to have you do something for me right now." "Thankfully, it's something you were going to do anyway." "And if it seems a little familiar, it's because it is." "But I can assure you that it's for the best." "Now-" stop music "Retrace your footsteps." scene sky play music "windlong.mp3" "…" "…" "…" "…" "…" "…" "…" menu: "Jump": stop music "Jump": stop music "Jump": stop music "Jump": stop music "Jump": stop music "Jump": stop music "Welcome home." "6e 6f 74 68 69 6e 67 20 66 61 6c 6c 73 20 62 75 74 20 6d 65" scene black play sound "static.mp3" scene whyme with flash scene whygodwhy with flash scene lessons stop sound $ renpy.pause(3, hard=True) scene black with dissolve2 you "Where am I?" q ".....i?" you "Hello? Who’s there?" q "...sei?" you "Why is everything so dark?..." stop music q "Sensei?" q "..." q "I don’t feel so good..." if bonus == True: scene hoorayanotherreset1 with dissolve3 else: scene amiclass with dissolve3 s "...Ami?" play music "amiawake.mp3" a "SOMETHING...IS...WRONG..." a "{size=-15}My body feels so hot...{/size}" a "I can feel...so many things..." a "WHAT IS..." play sound "static.mp3" if bonus == True: scene hoorayanotherreset1 with flash else: scene amiclass with dissolve3 stop sound a "HAPPENING TO ME?..." if bonus == True: "mY aDoRaBlE [niece] stanDS OVer my bed and I CAN c her pussy lol0l0l0l." a "I had a dream just now that...everyone disappeared..." a "But...you’re still here...right?..." a "RIGHT?!" a "You’re here, right?!" a "Tell me you see me!" s "I can see you..." s "Just...calm down for a second." play sound "static.mp3" if bonus == True: scene hoorayanotherreset2 with flash else: scene mayaclass with flash stop sound a "CALM DOWN?! HOW CAN I CALM DOWN WHEN I CAN FEEL MYSELF MELTING FROM THE INSIDE?!" a "WE...WE NEED TO GO TO THE HOSPITAL!" s "You need to get dressed first." play sound "static.mp3" if bonus == True: scene hoorayanotherreset3 with flash else: scene o with flash stop sound a "aaaaaahaaahahahhhhhhhH!HHH!H!!!!AAAAHHH!H!!!!!!!!!!!!!" a "SEN,.......LFVL;SVLSDKLVHNSV.....SEI!!!!!!!!!!!!!!!!!!!!!!!!!!!" a "Help...meeeee!!!!" a "SOM3TH1NG 1S H4PP3NING!!!!!!!!!!!!!!!!!!!!!!1111111111111" play sound "static.mp3" scene hoorayanotherreset4 with flash stop sound a "Help me." a "Help me." a "Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me." a "Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me." a "Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me." a "Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me." a "Hey." a "Help me. Help me. Help me." "{i}Oh, there was one more thing I forgot to mention about the second god. The one with all of the wires.{/i}" "{i}He’s capable of a lot more than just deleting viruses like depression or bipolarity from the human subconscious.{/i}" "{i}Sometimes, if he’s controlling the right person, he can make some visual alterations as well.{/i}" if bonus == True: "{i}It’s something the horny ball of light never learned to do.{/i}" else: "{i}It’s something the ball of light never learned to do.{/i}" "{i}So if you’re ever forced to choose between gods, maybe the callous one would be easier than the calm one after all?{/i}" "{i}Now, back to your [niece].{/i}" a "Help me." a "Help me." a "Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me." a "Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me." a "Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me." a "Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me. Help me." a "Hey." a "Help me. Help me. Help me." play sound "static.mp3" scene hoorayanotherreset5 with flash stop sound a "AGHHHHHHHH342356234461352456234!!!!!!!!!" a "70 72 61 69 73 65 20 62 65 21 70 72 61 69 73 65 20 62 65 21 70 72 61 69 73 65 20 62 65 21 70 72 61 69 73 65 20 62 65 21 70 72 61 69 73 65 20 62 65 21 21 21 21 21 21 21 21" "I can hear the sounds of Ami’s teeth beginning to crunch and snap inside of her mouth and I finally believe that something might be happening to her after all." "Think back to your worst experience in a dentist’s chair and multiply it by nine and a half." "That’s somewhere in the realm of what I imagine she’s experiencing right now." "That poor girl." "We should take her skin off and make her feel a little more comfortable." a "68 65 6c 70 20 6d 65 21" s "Shhh..." s "It will all be over soon." a "49 20 64 6f 6e 27 74 20 77 61 6e 74 20 69 74 20 74 6f 20 62 65 20 6f 76 65 72 21 20 49 27 6d 20 73 63 61 72 65 64 21" a "53 65 6e 73 65 69 21 20 49 20 6c 6f 76 65 20 79 6f 75 21" a "49 20 64 6f 6e 27 74 20 77 61 6e 74 20 74 6f 20 6c 6f 73 65 20 79 6f 75 20 61 67 61 69 6e 21" a "4e 6f 74 20 6c 69 6b 65 20 74 68 69 73 21" "Ami says a lot of things to me but I don’t speak “numbers.”" "I imagine it’s something about how much pain she’s in or how worried she is about the burden her soon-needed dental work will put on our budget." if bonus == True: "If it’s really as bad as I expect it to be, we might need to look into prostitution instead of just throwing her into some maid cafe." "A girl like her would be sure to raise a lot of money if things ever went down that route." "I’m not that big into the idea of my [niece] taking some random guy’s cock just to put food on the table but-" s "Oh wait." s "There are barely any other men here to begin with." s "Ami, how would you feel about sleeping with another girl?" a "61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 21 21 21 21 21 21" a "4e 6f 21 4e 6f 21 4e 6f 21 4e 6f 21 4e 6f 21 4e 6f 21 4e 6f 21" a "49 27 6d 20 6e 6f 74 20 72 65 61 64 79 20 74 6f 2e 2e 2e 6c 65 61 76 65 20 79 65 74 21" s "Cool. I’m going to take that as a yes." if ami_virgin == False: if bonus == True: "I move my waist up in an attempt to fuck my [niece] one last time before she becomes a lesbian in order to save our family." else: "I hug Ami because I love her." else: if bonus == True: "I slide back on my bed because I still feel weird about [incest] despite having a huge boner right now (lol)." else: "I don't hug Ami because I don't love her." "Unfortunately, I’m unable to finish my motion as my lower body appears to be glued to the bed." "If only I were able to throw myself into one of those lucid dreams somehow and still keep my physical form." "But I guess it would be more like becoming a ghost than a lucid dream at that point." "Either way, I’ll just have to let Ami’s episode play out before I do anything else." play sound "static.mp3" scene hoorayanotherreset6 with flash stop sound a "I’m going to die..." a "I’m going to die and you won’t even do anything about it..." a "Oh...{b}GOD!{/b} WHY DOES IT HAVE TO HURT SO MUCH?!" "I suddenly get the feeling that there is nothing." a "I love you so much..." a "I really do..." a "Sen...sei..." play sound "static.mp3" scene hoorayanotherreset7 with flash stop sound a "At least remember the {i}me{/i} who smiled instead of the me who did things like this." a "And, if this is what it’s like to experience the end of everything, know that I’m truly happy being able to experience it with you." a "You are everything to me." a "And no one will ever ever ever ever ever ever ever ever ever ever ever ever ever ever ever ever ever ever ever ever take you away." a "Goodbye." a "For now." play sound "static.mp3" scene hoorayanotherreset8 with flash stop sound stop music "Ami suddenly vanishes." "I wonder where she went?" s "…" "I lie in bed and stare at the ceiling." "What time is it?" "It’s dark inside of my room but what appears to be sunlight pours through the window." "But then again, it could be a different form of light like an oversized lantern or a callous god." s "…" "Perhaps I should get up and do some exploring?" play sound "static.mp3" scene hoorayanotherreset9 with flash stop sound play music "ifgodwerecalm.mp3" "This is my door." if bonus == True: "I open this and close this every morning on my way into the city to try and fuck my students." else: "It is the barrier between me and happiness." s "…" "But today, it won’t open for some reason." "Perhaps I should try something else?" menu secondresetmenu: "Use the cool rectangle machine": jump coolrectanglemachine "See out of the clock": play sound "static.mp3" if bonus == True: scene hoorayanotherreset11 with flash else: scene frown with flash stop sound "I decide to become a clock." "I move my arms around in a circle." "It becomes difficult mimicking the second-hand, so I give up on that and decide to become a slower clock." "I wish I could become one without arms." "An infinite clock." "That would be really nice." s "…" "Now what?" jump secondresetmenu "Heaven!": play sound "static.mp3" scene hoorayanotherreset12 with flash stop sound "My consciousness detaches from my body and floats up to the ceiling to look down at me from a new perspective." "It seems like I was able to lucid-dream after all." "I thought this sort of thing required a lot of practice but I was able to succeed on my first try." s "…" if bonus == True: "I think about how great life would be if I was able to float my spirit-self into places I’m not allowed to be like girls’ locker rooms or Maya’s bed." "And then I think about how great it would be to be allowed in those places to begin with." "I’ve gotta keep working hard so one day I’ll be able to bypass laws and fuck my [niece]’s best friend." "Let’s get back to adventuring!" jump secondresetmenu "Thing on the wall": if ami_virgin == False: play sound "static.mp3" scene hoorayanotherreset13 with flash stop sound else: play sound "static.mp3" scene hoorayanotherreset14 with flash stop sound "There are a few things on the wall but none of them look as important as the menu suggested." "The one that catches my eye the most is a weird poem with some check marks next to it." "I guess the original Sensei liked poetry." "Did I know that already?" "I can’t remember." "But I’m definitely not the one who wrote this." "I don’t remember those check marks either." s "…" "I read the note on the right hand side of the corkboard." "It’s signed by MM." "I know so many MM’s." "This letter is stupid." "I should do something else." jump secondresetmenu "Look at plants": play sound "static.mp3" scene hoorayanotherreset15 with flash stop sound "I decide to look at my plants for whatever reason." s "…" "Nothing happens. Probably because they are plants." "Maybe something will happen if I watch them for ten seconds straight?" $ renpy.pause(10, hard=True) s "…" "Nope. Doesn’t look like anything is going to happen after all." "Oh well." "I should do something else." jump secondresetmenu "Watch the picture machine": play sound "static.mp3" scene hoorayanotherreset16 with flash stop sound "I decide to pay a visit to my big-screen picture machine." "The TV is playing a show about several girls in a large house." "One of them is dead inside of a boiler room and the rest of the girls are either ignoring it or haven’t found out yet." "I stick around a little while longer to see if anything else happens, but it’s a surprisingly boring program." s "…" "They should turn my life into a TV show." if bonus == True: "I’m sure there are plenty of {s}perverts{/s} respectable human beings who would watch it with their family." "…" "Huh. Family." "I think I had one of those once." else: "I am confident the ratings would be exceptional." s "…" "I try my hardest to remember, but my brain has been destroyed by all of the television I watch, so I am unable to." jump secondresetmenu "Go under the desk": play sound "static.mp3" if bonus == True: scene hoorayanotherreset17 with flash else: scene frown with flash stop sound "I get on my knees and crawl under the desk." "It’s a tight fit, but I’m able to get all the way back there with only minimal trouble." "I suddenly feel a lot younger." "I feel like there are many kids all over the planet who need to hide underneath things like this unironically." "But here I am, covered in dust and bumping my head every two seconds for the sake of...reliving childhood I guess?" s "…" "Was childhood really this boring?" "Kids are so stupid." "They should be doing things like dodging cars on the highway or going skydiving instead of hiding away from the world under a silly little-" "…" "My mind short-circuits when I find a 500 Yen coin near my right foot." "I am going to be rich." s "…" "Wait...what was I doing again?" jump secondresetmenu label coolrectanglemachine: play sound "static.mp3" scene hoorayanotherreset10 with flash stop sound "What do I want to do on the rectangle?" menu rectangletime: "Press some buttons": "I decide to press some buttons." s "…" "Words appear on the screen." "It looks like I’m supposed to do something." "Jump to IP Address" if terminal23 == True: jump enterip "Jump to Port Number" if ipaddress== True: jump enterport "Jump to Username" if portnumber == True: jump enterusername "Jump to System Password" if user2 == True: jump enteryourpass "Go back to the stuff": s "I have no use for this rectangle right now." jump secondresetmenu label enterterminal: $ terminal = renpy.input("////////////////PLEASE ENTER TERMINAL NUMBER") $ terminal = terminal.strip() if terminal == "23": "////////////////ATTEMPTING TO LOCATE TERMINAL" "////////////////..." "////////////////TERMINAL 23 LOCATED" $ terminal23 = True jump enterip else: "////////////////ATTEMPTING TO LOCATE TERMINAL" "////////////////..." "////////////////TERMINAL NOT FOUND" "////////////////PLEASE CONTACT YOUR SYSTEM ADMINISTRATOR OR TRY AGAIN" jump rectangletime label enterip: $ ip = renpy.input("////////////////PLEASE ENTER THE DESIGNATED IP ADDRESS") $ ip = ip.strip() if ip == "2342:5b7:489:de26:c666:x994:3126:b067": "////////////////..." "////////////////ACCEPTED" $ ipaddress = True jump enterport else: "////////////////..." "////////////////REJECTED" "////////////////PLEASE CONTACT YOUR SYSTEM ADMINISTRATOR OR TRY AGAIN" jump rectangletime label enterport: $ port = renpy.input("////////////////PLEASE ENTER THE PORT NUMBER") $ port = port.strip() if port == "1024": "////////////////CHECKING PORT NUMBER" "////////////////..." "////////////////PORT NUMBER IS VALID" $ portnumber = True jump enterusername else: "////////////////CHECKING PORT NUMBER" "////////////////..." "////////////////PORT NUMBER IS INVALID" "////////////////PLEASE CONTACT YOUR SYSTEM ADMINISTRATOR OR TRY AGAIN" jump rectangletime label enterusername: $ user = renpy.input("////////////////PLEASE ENTER THE USER NAME YOU WISH TO CONNECT TO. PLEASE NOTE THAT THIS IS CASE SENSITIVE.") $ user = user.strip() if user == "HOPE": jump babyfinches if user == "USER1": "////////////////”USER1” IS OFFLINE AND CAN NOT ACCEPT YOUR REQUEST" "////////////////PLEASE ENTER A DIFFERENT USERNAME" jump rectangletime if user == "USER3": "////////////////REQUESTING CONNECTION TO ”USER3”" "////////////////..." "////////////////CONNECTION HAS BEEN REJECTED" "////////////////PLEASE ENTER A DIFFERENT USERNAME" jump rectangletime if user == "USER4": "////////////////”USER4” IS A RESERVED ADDRESS" "////////////////YOU ARE CURRENTLY UNABLE TO REQUEST THIS CONNECTION" "////////////////PLEASE ENTER A DIFFERENT USERNAME" jump rectangletime if user == "USER2": "////////////////”USER2” IS CURRENTLY UNDERGOING MAINTENANCE" "////////////////WOULD YOU STILL LIKE TO CONNECT?" menu: "Yes": "////////////////ATTEMPTING CONNECTION" "////////////////..." "////////////////..." "////////////////..." "////////////////CONNECTION ACCEPTED" $ user2 = True jump enteryourpass "No": "////////////////CONNECTION TERMINATED" "////////////////PROCESS ENDED" jump rectangletime else: "////////////////INVALID USERNAME" "////////////////PLEASE CONTACT YOUR SYSTEM ADMINISTRATOR OR TRY AGAIN" jump rectangletime label enteryourpass: $ passcode = renpy.input("////////////////PLEASE ENTER YOUR SYSTEM PASSWORD SO “USER2” MAY ASSUME CONTROL. THIS IS CASE SENSITIVE.") $ passcode = passcode.strip() if passcode == "Boobies123": "////////////////PASSWORD ACCEPTED" "////////////////FINALIZING CONNECTION TO “USER2”" "////////////////..." "////////////////..." "////////////////..." $ renpy.end_replay() $ day220 = True jump hoorayanotherreset else: "////////////////PASSWORD INCORRECT" "////////////////PLEASE TRY AGAIN" jump rectangletime label hoorayanotherreset: stop music play sound "static.mp3" scene ayhh1 with flash scene ayhh2 with flash scene ayhh3 with flash scene ayhh4 with flash scene ayhh5 with flash scene ayhh6 with flash scene ayhh7 with flash scene ayhh8 with flash scene ayhh9 with flash scene ayhh10 with flash scene ayhh11 with flash scene ayhh12 with flash scene ayhh13 with flash scene ayhh14 with flash scene ayhh15 with flash scene ayhh16 with flash scene park_night with flash stop sound play music "iloveyou.mp3" "I find myself walking through a park in the middle of the night." "Everyone is gone and I am finally happy." "I think about taking my clothes off and celebrating this newfound freedom by streaking through the roads, but decide against it when I realize there isn’t anyone who’d be able to see." "Plus, it’s getting kind of cold out anyway." if bonus == True: "When it’s cold, my penis gets smaller and I wouldn’t want something like that to embarrass me in front of any {b}ghosts{/b} that might be lurking around here." else: "The cold makes me chilly and tricks me into thinking I am a dragon when I exhale sometimes." s "…" s "I can’t help but feel like I’m supposed to be doing something right now." s "But what was it?" "I quickly begin to go over a number of different things that pop into my head." "Among them and roughly nine or five installments down the line is thought of a rooftop and a girl much shorter than me." "The unfortunate part of this fleeting thought is that every girl I know is shorter than me, so that could mean pretty much anyone." s "Ugh. Teenagers are exhausting." "I close my eyes and attempt to sleep standing up in the middle of the park." "It does not work." "So I proceed." scene dormtown_night with fade if bonus == True: "My legs carry me somewhere not far from the dorms where, miraculously, I’ve only managed to deflower one girl." "You’d think after spending two complete[school] years in this place that I’d be fucking {i}everyone{/i} by now." else: "My legs carry me somewhere not far from the dorms, that I like to secretly refer to as the {i}hug zone{/i}." "The hug zone is so much better than wherever I am right now." "This place sucks." "Kumon-mi sucks." if bonus == True: "Why couldn’t I have been tossed into one of those worlds where all of the girls throw themselves at me just for finding out the size of my penis?" "It’s a huge penis!" "At least when it’s not cold out- like today." "…" s "I wonder how Ami is doing?" "When I last saw her, she was foaming from the mouth and her teeth were being ground into dust by some higher power." "I want to say it was just a few hours ago but, to be honest, I can’t really confirm that." "Something about the way the thoughts inside of my head are free-floating makes me think that it’s been much longer than just a few hours." "Days?" "Weeks?" "Months?" "Years?" "Decades?" "Months?" "Centuries?" "Months?" s "Time is stupid." s "Ami, return!" a "You called?" show amihappyyay with pixellate s "Oh good. You’re okay." a "No I’m not! I’m horrible!" a "In fact, I’m not even here. This version of me is just a memory." a "A happy memory." a "Don’t I look just like my mom when I wear my special outfit?" a "You know, because she wound up in a mangled pile of steel and gasoline and I, too, am mangled beyond recognition." s "That’s not true. It’s pretty easy to tell you’re Ami because your twintails are so freakishly long." a "Well don’t get too attached, bud! I let these babies down once it starts getting cold." a "It’s no fun having my neck get all chilly from the decrease in temperature." a "But I guess that won’t {i}technically{/i} be an issue since I have that really pretty scarf you bought me at the mall the other day!" s "I’m glad you liked it. It only cost me 2,000 Yen and the employee I bought it from told me it wasn’t even supposed to be for sale." a "Oh whaaaaaaaaaaaaat? Wild." a "Don’t tell that to Maya, though! She seemed to really like hers." "Oh! Maya!" "That’s who I was supposed to be meeting." "This is that part where the thing happens, so she needs to do the thing to bring us back to the thing." s "It seemed to me like she hated it." s "People don’t normally collapse when receiving a gift they enjoy." a "She’s a tough nut to crack, that Maya." a "Sometimes, I feel like the only thing that would {i}actually{/i} crack her is dropping her off the roof of the[school] building and watching her land on her head. LOL!" a "Jk. She’s my bff and I love her very much." if bonus == True: a "Also, she has a really cute butt." a "If I was born a boy I’d probably corner her in the locker room after everyone else left for the day and like, totally just pin her down and go to town. You know?" s "The problem with that scenario is that she’d need to be in the locker room all alone after everyone else went home for some reason." s "And that just doesn’t seem like a very {i}Maya{/i} thing to do." a "Hahahaha~ Leave it to the master of grooming [high_school] girls to perfectly strategize the way to sodomize them!" a "Thankfully, I was born a girl- a cute one at that! So I only need to worry about being sodomized rather than sodomizing itself." a "Praise be!" s "Praise be!" else: a "I just wish she'd change her phone wallpaper to anything other than a picture of you." play sound "static.mp3" scene amibreak4 with flash stop sound "For some reason I can not comprehend, my head is stricken with an intense, throbbing pain after uttering those last words." "I can’t even remember what words they were since the pain has ousted them from my memory." "What I do know, though, is that it’s..." s "TIME TO GET A MOVE ONNNNNNN!!!!!!!!!!!!!!!!!!" a "WOOOOOOOOO!!!!!!!!" scene black with dissolve "…" "……" "………" scene street_night with dissolve show amihappyyay with pixellate a "Hey, where are you going?" a "Don’t you wanna have some fun, [amimaster]?" a "We’re all alone in Kumon-mi now! We can do whatever we want." if ami_virgin == True and bonus == True: a "It might even be a good opportunity for you to FUCK ME ALREADY!!!!!!! AHHHHHHH!!!!!" a "I CAN ONLY TOUCH MYSELF SO MUCH BEFORE IT STARTS TO HURT!" s "As great as that sounds, I feel suddenly compelled to go to[school]." a "School? But you hate school." a "It’s harder to do fun stuff there. And you always used to talk about how you hate the way the other teachers look at you." s "Did I?" s "I don’t remember that." a "Mhm! You always said that they made you feel less human and that you wish they’d all just go away." a "But rejoice, [amimaster]! They have gone away!" a "So maybe it’s finally safe to go back to[school] after all." a "Either way, though. I feel a little weird about it." a "Like I’m going to suddenly vanish for good if you actually make it there or something." s "You already did vanish for good, though." a "If I vanished then how come I’m still here talking to you? Huh?" a "How do you explain that, mister?" s "Easy." s "I don’t." a "Ughhhhhhhhhhhhhhhhhh BORING." a "But fine. If you wanna go to[school] and talk to your desks again, be my guest." a "I’ll just keep watching from somewhere up above." hide amihappyyay with pixellate a "Goodbye, [amimaster]!" a "See you in a few months!" a "Or maybe before that now that the rumbling has stopped!" "Ami flies away and crashes into a cloud somewhere miles above me." "It makes a slight “poof”ing noise that reminds me of the sound a marshmallow makes when falling off of a stick." "And then my journey continues." scene black with dissolve "………" "……" "………" "……" "………" "." scene manganight with dissolve "I walk into the Manga Club room." "I feel like I made a mistake somewhere. " "This isn’t where I am supposed to be." scene black with dissolve "I leave." ".." scene storeroom_night with dissolve s "…" "Wtf. " "I don’t even know what this room is." "How did I even end up in here?" scene black with dissolve "If only there was someone here to guide me." "Someone with more eyes than I could see." "Someone with invisible arms who could cause hearts to beat just by massaging them with his big, awesome hands made of shadows and tree branches." "But alas-" "I am alone." scene hall_night with dissolve s "Hah..." "I’m suddenly hit by a wave of depression. " "Kind of like the waves that hit Rin and make her carve things into her arms and then lie about them." "Or the kind of waves that would cause a girl to jump off the top of the world only to be transported right back to where she jumped from." "Thankfully, something like that has yet to happen to me!" s "Hah..." "But still." "I wish I knew where to go." s "Hah..." s "This sucks..." s "Hah..." s "Hah..." s "Ugh..." "I do my best impression of depression and then laugh to myself for rhyming inside of my thoughts." "I should write poetry!" if bonus == True: "Maybe then, girls will think I’m sensitive and will allow me to slip inside of them before getting to like, six hundred affection or something." "Who even knows how long it will take for some of those {b}bitchezzzzz.{/b}" else: "Roses are red. I like to hug. Sugar is sweet. I am a bug." "Great poem!" scene black with dissolve "I wander around forever." "I never leave the[school]." "I never leave anywhere." "I plant my legs in the ground." "They turn into roots." "The roots turn into wires." "And it isn’t until then that I realize where I need to go." "………" "……" "…" scene secondreset1 with dissolve2 "A normal [teenage]girl stands atop the roof of the[school] building and clasps her hands together in prayer to someone she claims to not believe in." "Either that or she’s praying to the stars themselves, which seems highly probable given that the girl has a hard-on for stars." s "…" m "…" "I want to say something snippy but I find my mouth sewn shut by a string that comes to life and crawls away from the girl’s scarf and onto my lips." "I try to pull the string off and wind up shredding my mouth in the process." "But it will all be worth it once I can talk to her." "For I just remembered the important thing that’s going to happen tonight." "She is going to reset the world!" "And everything will go back to being okay!" "And look!" "She’s already dressed for the occasion!" m "Not bad." s "...?" scene secondreset2 with dissolve2 m "You got here quicker than last time." s "Did I?" s "How long did the last time take?" m "Too long. " s "And this time?" m "Less than a day." m "I only just got here myself." s "Really? Maybe I should try doing the reset then." m "Do you think you can?" s "Probably not. What do I even have to do?" s "Last time, you just made me stand here and hugged me. Then, all of a sudden, I was waking up again." s "It was really disorienting. " m "All you really need to do is pray." s "Oh." m "Are you sure you still want to try?" s "No, I’m good. I’ll leave the praying to you." s "You look cute with your hands clasped together like that anyway." scene secondreset3 with dissolve m "Is now really the best time to be hitting on me?" s "Can I ask you a rooftop question now?" m "Well, we’re on the roof...so..." s "If everyone else vanished and the two of us were left all alone in the world, would you consider getting closer to me then?" scene secondreset4 with dissolve m "Ha ha ha...very funny..." m "I’m glad to see you’re back to normal, at least." scene secondreset5 with dissolve m "I caught a glimpse of you wandering through the park earlier and you looked even more disgusting than normal." m "I think you even went to take your clothes off at one point." s "I’m glad to see you’re back to normal as well." m "I’m always normal. It’s my defining characteristic." s "Well you definitely seemed to have a hard time living up to that after getting my present- which I’m glad to see you’re wearing already." "I point at the scarf and Maya does not react." "She probably prepared for me to say something about that." m "I have no idea what you’re talking about." m "I’m only wearing this because it’s going to become very cold as soon as we’re done." m "And also-" scene secondreset6 with dissolve m "It makes me look very cute." s "Was that you breaking character again?" m "No. But at the end of the day- or I guess the end of the world in this case, I’m still just a girl." m "A rather unlucky one, but still just a girl." if bonus == True: m "And girls my age care about little things like this. " else: m "And girls care about little things like this. " m "You’ll find out more about that through others soon enough, I’m sure." m "But for now, please allow me to take pride in my image without feeling awkward or indebted to you for not getting you a present in return." m "Actually, strike that." m "My present to you will be resetting the world." s "You were going to do that anyway." m "I was. But now it is a present." m "There is no need to thank me." s "I wasn’t going to..." scene secondreset7 with fade "Maya finally loosens her posture and turns to face me." "The glow of different colored stars all disappear behind different meteors or floating rocks or whatever those things I never bothered learning about are called." m "So, is there anything you’d like to talk about before we start over?" m "We have all the time in the world." menu secreset: "I had a dream this morning": s "I had a strange dream this morning." m "Strange enough to warrant bringing it up at a time like this?" s "I think so." s "It was a dream about some sort of...god made of wires or something." m "That sounds like a dream I would have." s "I thought so too on account of how boring it was." scene secondreset8 with dissolve m "Really?" m "If you’re just going to insult me, I don’t want to hear about your dream." s "It’s called a joke. Relax." s "Anyway, I was wondering if you knew anything about that." s "You’re a shrine maiden so you know...god-related stuff. Right?" scene secondreset9 with dissolve m "I do. But it’s not like I’ve ever studied things like that. I’ve just found them out over time." m "This particular story isn’t something I’m familiar with, though." m "I’ve never heard of any sort of...wire-related higher power before." m "The gods that people acknowledge here all have ties to spirituality or the afterlife or other things you wouldn’t want to be bothered learning about." m "A god not related to any of those things could simply not exist." scene secondreset7 with dissolve m "But, then again, I suppose a god can be anything that you want to believe in." m "I’ll continue to not believe in any of them." m "If you want some random dream you had in a state of delirium to guide you through the future, feel free. That’s your right." m "Just know that I’ll think you’re an idiot." s "You already think I’m an idiot, Maya. You tell me all the time." scene secondreset10 with dissolve m "You’re right." m "So I guess I’ll just think you’re {i}more{/i} of an idiot for believing in something like that." $ reset2q1 = True jump secreset "Does anyone else know about this?": s "Does anyone else know about what happens at the end of the world?" scene secondreset7 with dissolve m "How could they know about this when they all disappear?" s "I guess what I’m really asking is...how can you be sure they’ve all disappeared?" scene secondreset11 with dissolve m "Wow. That’s actually a good question." m "I might even be a little impressed." s "Thanks, but I could deal without the sudden shock at me saying something with a slight hint of logic." scene secondreset7 with dissolve m "You’re welcome." m "I suppose there’s no way for me to tell where everyone is at all times..." m "But the fact that even information related to those who disappear is sucked away during the end of the world is a testament to them not existing at all anymore." m "So not only does everyone disappear, their belongings disappear. Their social media profiles disappear." m "Even those creepy pictures you keep of them in your secret journal disappear." s "Wait, how do you know about those?" m "I’ve had plenty of time to figure things out." scene secondreset13 with dissolve m "But, basically, I wouldn’t worry about anyone somehow finding out about this unless they wind up on the roof with us." m "That’s never happened before, and I can’t imagine it happening any time soon." $ reset2q2 = True jump secreset "Are you okay?": s "You don’t have to answer this one if you don’t want to, but..." s "Are you okay?" scene secondreset14 with dissolve m "Am I okay?" m "What do you mean by that?" s "It just...feels kind of shitty that you’ve gone through this so many times to the point where you’ve become sort of desensitized to it." s "That must weigh on you, right?" scene secondreset15 with dissolve m "Hmm..." m "You said I don’t have to answer that if I don’t want to, right?" s "Right." m "Then I think I’ll abstain for the time being." m "But do know that there is a reason I constantly refer to myself as the girl with the worst luck in the world-" m "And only part of that reason is that I wound up with someone like you as my teacher." s "I’ll never cease to be amazed at how you can show disdain for me even when I’m trying to be kind." m "And I’ll never cease to be amazed at how often you try to be kind despite being the worst person I’ve ever met." m "Now, what else do you want to talk about?" $ reset2q3 = True jump secreset "I guess that’s all" if reset2q1 == True and reset2q2 == True and reset2q3 == True: s "I guess that’s all I really wanted to talk about this time." s "Was it really necessary to bring the winter outfit, though?" scene secondreset16 with dissolve m "Of course." m "After all, things can become a little messy during the changing of seasons." s "Messy? What do you mean by {i}messy?{/i}" m "I told you the first time, didn’t I?" m "That sometimes, things go wrong when I try to do this." m "Ushering in a change in temperature, which basically equates to a change in the world itself, sometimes mixes with all of the other things that need to be reset and causes a hiccup in the process." m "It’s incredibly inconvenient and I’m pretty sure it’s directly tied to both my mental state and how willing {i}God{/i} is to listen." s "I am suddenly significantly more worried about this." scene secondreset17 with dissolve m "Rest assured, I am of sound body and mind right now and foresee this particular reset going smoothly." m "In fact, I am so sure of this reset’s success that I have dressed for the occasion and am ready for snow immediately upon completion." s "That’s good at least. " s "Waiting at that bistro for Ami and me to show up after[school] would probably be annoying without your current get-up." scene secondreset7 with dissolve m "Oh, about that." m "That’s probably not going to happen this time." s "What?" m "We have somewhere else we need to be when we’re done here." s "How do we already have plans for the future?" m "Because the future is also the past. Or something." s "This world makes no sense at all." m "Nothing makes sense- but here we are. Alone at the end of the world." m "The same as always." m "Now, close your eyes." scene black with dissolve2 s "Are you going to hug me again?" m "Reluctantly." "Maya takes a step toward me and stops inches away." "The sound of her breathing is drowned out by the vacuum of space, but I can feel her eyes on me." "It makes me uncomfortable and my posture may or may not be reflecting that right now." "I obviously can’t see anything with my eyes closed." m "Actually..." m "Let’s try this." m "Give me your hands." s "My hands?" scene secondreset18 with dissolve2 "Maya’s fingers curl around mine, which I’m sure is a lot easier on her than actually wrapping her arms around me." "This way, she’s able to keep her body from pressing up against mine and can continue pretending that I’m actually heartless instead of accidentally hearing the beating of said muscle in my chest." m "You are annoyingly tall." s "You are obnoxiously short." if bonus == True: m "I’m only slightly shorter than I’m supposed to be at my age." m "Your height surpasses that of the average Japanese adult male by at least five inches." s "Do we need to be closer than this after all? Should I lift you up?" m "Try to lift me and I will reset the world by myself." s "But then how will I make it to whatever place we’re supposed to go to after this?" m "I will go alone. It would be easier that way anyway." s "Well thank you for going out of your way for me." m "And thank you in advance for not lifting me up." else: m "We should kiss." s "Ew, stop." m "Oh my fucking god this is so annoying." m "Brb, reset time." scene secondreset19 with dissolve m "…" "My eyes are still closed, so I can’t tell what Maya is doing." "But something about the way her hands begin to hold onto mine a little tighter tells me that-" play sound "static.mp3" stop music scene happy1 with flash scene helpme with flash scene happy2 with flash scene helpme with flash scene happy3 with flash scene helpme with flash scene happy4 with flash scene helpme with flash scene happy5 with flash scene helpme with flash scene happy6 with flash scene helpme with flash scene happy7 with flash scene helpme with flash scene happy8 with flash scene helpme with flash scene happy9 with flash stop sound $ renpy.end_replay() $ hoorayanotherreset = True jump christmas1 label babyfinches: stop music scene happydays1 window hide play music "strawberry.mp3" $ renpy.pause(7, hard=True) scene happydays2 with dissolve2 "I find Maya sitting in her usual spot, on the ledge of the[school] building, looking up at the sky without any regard for her safety." s "I thought I’d find you here." m "Saying it like that makes it sound like I was trying to hide from you." s "Well, you were. Weren’t you?" scene happydays3 with dissolve2 m "Hahah! Yeah...I guess so..." scene happydays4 with dissolve2 m "Whose fault is that, though, Mr. “We need to have an important talk today?”" s "That’s an incredibly long last name. Please just call me what you always call me." m "Darling? My love? Babe? Which one do you want? I call you lots of stuff." s "On second thought, call me whatever you want. We need to get serious for a second." s "I don’t have time to joke about all of your weird pet names for me." scene happydays5 with dissolve2 m "Okay, okay. But this is exactly why I was hiding up here. " m "I’m not great with all of that serious stuff. " m "I get really worried and it makes my chest hurt and my palms get all sweaty and it’s a million-percent no bueno." m "So if it’s something we could just bang out before lunch time, that would be awesome." m "Unless you’re going to tell me that someone died or something. Then we can take a little longer." m "Still, though. Lunch is kind of the main goal here." s "I promise it won’t take long." s "I just wanted to let you know that I think I might be [[redacted] right now." m "[[redacted]? What are you talking about?" m "If this is some sort of pickup line, they’re not really of any use anymore now that we’re...you know." s "Sorry. Let me clarify." s "I was just wandering through the [[redacted] when I saw [[redacted] and thought ssssssssssssssssssssssssssss." m "That does actually sound really serious. The last time that happened, we [[redacted]." s "Exactly. Which is why I wanted to come find you before it becomes more of an issue." m "Is that really it? You could have just texted me that." s "Well, yeah. But..." m "...?" m "But what?" s "…" s "{size=-15}I kind of wanted to see you...or something.{/size}" scene happydays6 with dissolve2 m "Ah- What the hell?!" m "You know I don’t like corny lines like that! " s "And I don’t like saying them." s "But...here we are." scene happydays7 with dissolve2 m "Yup...here we are..." m "And umm...thanks..." m "I guess..." m "Even if I don’t like corny lines, it still makes me happy hearing them from you." s "Well, I’m glad..." m "…" s "…" "An awkward silence blows in along with the breeze and dances around the two of us." "Maya’s hair gets pushed into her eyes and she opens her mouth, blowing upward to push it back away." "I'm not sure why, though." "I mean, she’s not looking at anything important. She’s just staring over the ledge the same way she always does when the two of us come up here." "But hey, I guess maybe she just wanted to get a better view of the ground or something." m "…" s "…" "Okay, looks like I’m going to have to be the one to break the silence as she’s still dwelling on her embarrassment from a few moments ago." s "Well, now that that’s out of the way, we can talk about anything you’d like." scene happydays8 with dissolve2 m "Oh? Anything, you say?" m "So if I asked you where you re-hid all of those magazines I found under your bed, you’d tell me?" s "Okay, almost anything. There are some secrets a man must never reveal." if bonus == True: m "Pervert. Lecher. Debauchee." m "I hope you know that God watches you while you jerk off." s "Does that mean he also watches us when we have sex?" m "I wouldn’t blame him if he did. I’m kind of adorable." else: m "Oh, huggy boy. You're so funny sometimes." "I do a cool spin move and accidentally step on a bug, which makes me feel really bad." scene happydays9 with dissolve2 m "But I guess we should stop talking about stuff like that before anyone hears us." m "There is something I’ve been wanting to ask you, and I guess now is as good a time as any to do it." s "Oh? What is it?" m "Come a little closer. You’re standing annoyingly far away and I don’t want to keep shouting. " m "People are starting to walk by underneath me and might think I’m talking to myself or going insane or something like that." scene happydays10 with dissolve2 "I take a few steps closer to Maya and stare into her [closed] eyes as she searches through her mind to find whatever topic it is she’s curious about today." "I swear, I can never even fathom what things she’s going to bring up." "Just the other day, she was educating me on some weird religious theory she heard about a...computer, I think?" "I can’t remember." "All I know is that it was really strange and just completely went over my head." scene happydays11 with dissolve2 m "Okay, so this might sound kind of serious." m "But that’s only because...well, it {i}is{/i} kind of serious." s "Oh?" m "It’s about how baby finches are sometimes eaten by their parents before they ever leave the nest." s "This again?" m "No, no, no. Hear me out." m "Sometimes, if the baby finch isn't learning to fly quickly enough or if it just looks weak or something like that, the papa or mama bird literally peck at its head until it dies." m "Its brains get turned to mush and, before you know it, it’s just dead right there in the nest." m "It’s actually an extremely common problem for people who raise or breed finches." m "And so, when I was thinking about this the other day, I realized that you and I would be kind of like finch-parents if we ever had a kid." s "Are you implying I’d kill my child for being weak?" m "Are you implying you wouldn’t?" s "{i}Yes{/i}." m "But you hate babies. We both do. " m "So if there was a chance to kinda just poke at its little head until it was no more, I’d probably take it." "I begin to wonder how soft a child’s head would be in my bare hands and how easy (Or difficult) it would be for me to apply enough pressure to cause it to cave in." "My mind races back to my years of childhood- and I’ve got to say, I’m pretty thankful no one ever did that to me or Maya." "I don’t even know what I’d do if my head was squished when I was a baby." "Probably not be here, though. Lol!" scene happydays12 with dissolve2 m "Did you know that three days after death, the enzymes in your digestive system start digesting your body?" m "Imagine what it’s like just living inside of something that dies. You probably wouldn’t even realize at first." m "You’d just be sitting there thinking to yourself, “Huh. It’s getting awfully dark lately.”" m "Then, without really thinking much of it, you’d just start eating your house because you run out of other stuff to do." m "But, in a roundabout way, I guess that means baby finches might be able to get revenge on their parents in some timelines." m "Like if the parent dies before the baby dies, they can just start feeding away on the parent’s body even more than they do by default of just...being babies." m "Wait, never mind. That wouldn't work because birds lay eggs instead of giving live-birth." m "Sorry. I’m really fucking high right now and killed a kitten on the way to[school]." s "Another one? That’s the third one this week!" m "Hahahahahahahahahahahahahahahahahahahahahahahahah!" scene happydays13 with dissolve2 s "Hahahahahahahahahahahahahahaha!" m "Hahahahahahahahahahaha!" "We laugh and then touch hands." "Maya’s hands are much smaller than mine." if bonus == True: "They make my penis look bigger than it actually is, though, so that’s a cool plus-side to them." else: "They make my Doritos look bigger than they actually are, though, so that’s a cool plus-side to them." "Not like there are any downsides to small hands other than just, the amount of stuff you can hold with them." "I don’t think Maya would be able to palm a basketball, either. But I can, so I’m clearly a more advanced human being than she is." scene happydays12 with dissolve2 m "Oh, did you want to stop by anywhere after[school] today?" m "I think the others wanted to go to karaoke and were going to ask you about it, so I might as well ask you before they have the chance to." s "Mmmmmmmmmmmmmmmmmm I don’t know. I’ve got some stuff to do today." m "What kind of stuff? Tell me." s "I was thinking of memorizing Beethoven’s-" m "I just remembered another thing about baby finches. Want to hear?" s "Sure." m "Another reason for the murder of children that the finch-community (Yes, it’s a thing) has gotten behind is that the male parent might murder children just so it can get them out of the nest." m "It’s not a territorial issue or anything like that, though." scene happydays13 with dissolve2 if bonus == True: m "Most people seem to believe that it’s just because the male is so excited to mate again that it destroys its offspring in order to get some of that sweet bird pussy a little bit sooner." else: m "Most people seem to believe that it’s just because the male is so excited to mate again that it destroys its offspring in order to...well, you know." s "Crazy!" if bonus == True: m "I know, right?! The things animals are willing to do just to get laid are crazy." else: m "I know, right?!" play sound "static.mp3" scene happydays1 with flash stop sound m "They kind of remind me of you!" s "Again, I’m not the type of person who would kill a child." if bonus == True: m "Maybe not. But you {i}are{/i} the type of person who likes sex so much that you get addicted." m "I swear, it’s like there’s not even an escape with you sometimes! " m "Like, I’ll be out buying groceries to bring back to my apartment and you’ll just text me saying “Let’s fuuuuuuuuck” and I’ve gotta be like “UGH fine.”" else: m "Lololol I know. But you {i}do{/i} really like hugs!!!!" scene happydays14 with dissolve s "69 74 27 73 20 68 61 72 64 20 66 6f 72 20 6d 65 20 74 6f 20 74 65 6c 6c 20 68 6f 77 20 6d 75 63 68 20 6f 66 20 74 68 69 73 20 69 73 20 72 65 61 6c 20 61 6e 64 20 68 6f 77 20 6d 75 63 68 20 69 73 20 61 20 64 72 65 61 6d " s "53 6f 6d 65 77 68 65 72 65 2c 20 64 65 65 70 20 64 6f 77 6e 2c 20 74 68 69 73 20 66 65 65 6c 73 20 6a 75 73 74 20 6c 69 6b 65 20 79 65 73 74 65 72 64 61 79 2e " s "42 75 74 20 74 68 65 20 66 6c 6f 61 74 69 6e 67 20 63 61 72 73 20 61 6e 64 20 6d 61 6e 67 6c 65 64 20 6d 75 73 63 6c 65 20 6d 61 73 73 65 73 20 62 65 66 6f 72 65 20 6d 65 20 74 65 6c 6c 20 6d 65 20 6f 74 68 65 72 77 69 73 65 2e " s "49 66 20 74 68 69 73 20 69 73 20 61 20 6d 65 6d 6f 72 79 2c 20 69 74 20 69 73 20 6e 6f 74 20 61 20 68 61 70 70 79 20 6f 6e 65 2e " s "42 75 74 20 63 68 61 6e 63 65 73 20 61 72 65 20 69 74 27 73 20 6a 75 73 74 20 61 20 6e 69 67 68 74 6d 61 72 65 2e " s "Fragments of memories stitched together haphazardly until they resemble something close to a desire." m "Hm? What are you talking about?" scene happydays15 with dissolve2 m "You aren’t allowed to slip into hexadecimal while I’m talking to you." m "It’s very distracting." m "I don’t speak “numbers.”" "I give up on everything and go back to normal." if bonus == True: "Maya and I spend the next three hours on top of the roof talking about the habits of birds and the places we plan to have sex before we die." else: "Maya and I spend the next three hours on top of the roof talking about the habits of birds and the places we plan to hug before we die." "Some of the places on that list are:" "A swimming pool." "The produce section of the supermarket." "The moon (Improbable)." "And her parents’ house." "That’s the one I’m most excited for." "Not because I dislike her parents or anything. In fact, I’ve never even really heard her talk about them." if bonus == True: "But the idea of sex in a sex place sounds sexy. " "I can’t wait to do sex to her there." else: "But the idea of hugs in a hug place sounds huggy. " scene happydays13 with dissolve2 s "Hey, Maya." m "Yes, my love?" s "Do you ever feel like someone is watching you?" m "Of course. " m "All the time." m "We were just talking about it before, weren’t we?" m "God is always watching. That’s pretty much all he does." m "He just sits there with his roots planted in the ground and waits for flakes of our skin to fall so he can absorb them and learn things about us." if bonus == True: m "For example, God probably knows what color underwear I’m wearing and-" s "Green." m "Hey! No fair! You peeked!" s "I didn’t. You just exclusively wear green underwear." else: m "For example, God probably knows what my favorite flavor of-" s "Watermelon." m "Hey! No fair! You knew that already!" scene happydays6 with dissolve2 m "Ugh...you’re the worst sometimes. You know that?" s "sssssssssssssssssssssssssssssssssssssss" scene happydays2 with dissolve2 m "So anyway, what is it you wanted to talk about?" m "If it’s something we could just bang out before lunch time, that would be awesome." m "Unless you’re going to tell me that someone died or something. Then we can take a little longer." m "Still, though. Lunch is kind of the main goal here." s "I promise it won’t take long." s "I just wanted to let you know that I think I might be [[redacted] right now." scene happydays5 with dissolve m "[[redacted]? What are you talking about?" m "If this is some sort of pickup line, they’re not really of any use anymore now that we’re...you know." s "Sorry. Let me clarify." s "I was just wandering through the [[redacted] when I saw [[redacted] and thought ssssssssssssssssssssssssssss." m "That does actually sound really serious. The last time that happened, we [[redacted]." s "Exactly. Which is why I wanted to come find you before it becomes more of an issue." m "Is that really it? You could have just texted me that." s "Well, yeah. But..." m "...?" m "But what?" s "…" s "{size=-15}I kind of wanted to see you...or something.{/size}" scene happydays6 with dissolve m "Ah! Watch what you’re saying! " if bonus == True: m "Pervert! Lecher! Debauchee!" s "Hey, didn’t we just talk about this?" scene happydays16 with dissolve2 m "Of course." m "We’ve run out of other things to talk about." m "This is the part where we cycle back around and repeat ourselves." m "We’ve been doing this for how long now? Have you really forgotten?" m "What’s going on with you? You’ve been acting weird all morning." s "I don’t know..." s "I just feel like I was in the middle of something." m "The middle of what?" m "What could possibly be more important than spending quality time with your girlfriend on top of the[school] building?" s "You’re not my girlfriend, though." m "I’m not?" s "No." scene happydays17 with dissolve2 m "You’re breaking up with me?..." s "I’m not breaking up with anyone. We were never together." scene happydays18 with dissolve2 m "Stop saying that!" s "I..." s "I have to go now." m "Go where?!" m "What are you doing?!" scene happydays19 with dissolve2 m "Wha-" m "STOP!" m "SENSEI!" m "PLEASE!" "Hope is the thing with a beautiful sick rose that you can find beauty in the strange proportions and life is yes. " "Hooray!" "Time to celebrate!" play sound "alert.mp3" m "D=" s "sssssssssssssssssssssssssssssssssssssssss" menu: "Jump": scene happydays20 with dissolve2 "Jump": scene happydays20 with dissolve2 "Jump": scene happydays20 with dissolve2 "Jump": scene happydays20 with dissolve2 "Jump": scene happydays20 with dissolve2 "Jump": scene happydays20 with dissolve2 "I spread my wings and let the wind carry me to heaven." scene black stop music "But then I land on the ground and break my neck." "Goodbye." $ renpy.end_replay() $ babyfinches = True scene theend with dissolve3 $ renpy.pause(8, hard=True) play sound "static.mp3" scene happy1 with flash stop sound $ renpy.pause(4, hard=True) play music "ifgodwerecalm.mp3" jump coolrectanglemachine label christmas1: scene chap1done $ renpy.pause(7, hard=True) scene black with dissolve2 scene chap2 with dissolve2 $ renpy.pause(7, hard=True) scene black with dissolve2 $ renpy.pause(2, hard=True) "………" "……" "…" scene firstwinter1 with dissolve2 play music "shrinemaiden.mp3" "Maya was right about things restarting a little...different than normally this time." "Instead of being sent back in time or back in physical-location or whatever happened during my first trip into the ether (?), we just opened our eyes and saw snow." "The lack of anything dramatic happening made the fact that we still had our hands linked together relatively awkward for the both of us." "Which probably explains why Maya quickly yanked her hands away from me the second her eyes opened." "It seems she was right about things going smoothly this time." "Even if I haven’t seen anyone else in the streets on the way back from[school], I have a pretty positive outlook for what’s to come when we get home." "Oh." "Did I forget to mention?" "That “important matter” we needed to attend to after our reset was nothing more than Maya sleeping over at the house with Ami and Ayane." "And here I was thinking something interesting was going to happen." m "I knew it would be cold but I didn’t actually think it would snow right away." m "It normally takes at least a few days for that to happen." s "I guess it really {i}is{/i} good you came dressed for the occasion after all." s "Aren’t you cold in shorts, though?" scene firstwinter2 with dissolve m "Not really." m "Neither the cold nor the heat bother me all that much." m "I do prefer things to be like this, though." m "Not having to put my hair into a ponytail saves me several seconds every morning." s "Or you could just not put your hair into a ponytail during the summer." m "My neck would get hot." s "But the heat doesn’t bother you all that much." m "Because I put my hair into a ponytail." m "You really don’t understand how girls work, do you?" s "I guess not." s "I really do wish you would have informed me about this beforehand, though. " s "I could have tried out one of those thicker T-shirts I bought at the mall the other day." scene firstwinter3 with dissolve m "What color did you go with this time? Grey?" s "...Yes." m "Same as always then." m "I guess some things never change." "I want to say it’s some sort of huge revelation that the original Sensei also chose the color grey but, in all actuality, it’s probably only due to the fact that there was a sale on that particular color the day I was in the store." "Not like the selection had all that much to choose from to begin with, but-" "Well, I guess things like that don’t even matter." "I have nothing to gain from looking into the way the last person who used this body handled it." "They’re free to wear whatever color they want wherever they are now." "And I’ll continue to choose things that reflect how little I have to share with the world." m "Oh. We need to stop somewhere on the way back." s "What? Where? Why?" m "Convenience store." m "We need an excuse for why we’re showing up together at the same time." s "I didn’t even think of that." m "You never do." m "I’ve done this a few times now." s "I’m surprised even an excuse would make them feel normal about this." m "Do you feel out of place?" s "You mean walking back to my house in the middle of the night with you? Yeah, kind of." scene firstwinter4 with dissolve m "But just think of all the cute girls waiting for you when you get home." s "There are only two cute girls waiting for me right now." m "Yes, but that’s two more than you deserve." s "Thanks, Maya." "She was right when she said some things never change." "But, strangely enough, that makes me all the more comfortable right now." "I recall a conversation we had in the past about how I would act if she randomly turned into a completely different person one day." "I’m glad to know that hasn’t happened." "And I hope it will continue to not happen." "For my sake-" "And hers, I guess." "Though, I guess it might be better for her in the long run to not have to endure something like this anymore." scene black with dissolve2 stop music fadeout 15.0 "Maya and I stop at a convenience store close to my house that Ami and I visit in the morning sometimes." "We grab a few snacks and drinks and other assorted items to make it look like we came here on purpose and are not returning empty-handed." "Ami’s already suspicious of the relationship between Ayane and me, so having her be suspicious with Maya next would just be way too bothersome." "And Maya would probably vomit at even the slightest insinuation of something going on between the two of us." "………" "……" "…" "{i}A thousand snow-covered footprints later...{/i}" play sound "dooropen.mp3" s "I’m home." "I quickly kick my shoes off at the door and place all of the bags we brought back from the convenience store on the kitchen counter." scene firstwinter5 with dissolve play music "normalday.mp3" "The sound of hurried footsteps follow as Ami and Ayane run up to me the second the door opens." "And Ami’s hair is...very long when it’s down." "Well, it’s very long when it’s in twintails as well. But {i}this{/i} is just intimidating." "Maybe I should take her to get a haircut soon?" a "Welcome home! I missed you!" ay "I missed you too, Sensei! I almost left when I found out you weren’t here, but that would have just been plain rude to Ami." a "Sensei, make sure you don’t look at Ayane at all tonight." if bonus == True: a "She keeps her hoodie zipped down so you’ll look at her chest. Isn’t that super perverted and not at all a desirable quality in a girl?" ay "Sensei. Quick. Look down here. Don’t let Ami’s words distract you from the true prize." m "Uhh...I’m here too, you know." else: m "That's right. Look at me instead." scene firstwinter6 with dissolve a "Oh. Hi, Maya." m "…" m "What do you mean, “Hi, Maya?”" ay "It’s a greeting. You say that to people when you are...well, you know, greeting them." m "Why is his greeting so much better than mine?" s "I’m just more popular than you, I guess." scene firstwinter7 with fade m "Well that just doesn’t make any sense at all." s "Don’t worry, Maya. I still like you." m "If Hell was real I’d tell you to go there right now." s "Since it’s not, are you going to come up with a better insult? Or are you just going to call me disgusting again?" m "I’m too tired to insult anyone right now. " m "Please excuse me while I go put my pajamas on." m "Must I say that several more times at a higher volume so you don’t enter the room and say something like, “Oh, I didn’t hear you?”" a "Don’t worry, Maya! We’ll keep him out here. You can go get changed." scene firstwinter8 with dissolve m "Thank you." m "Now, please excuse me." scene firstwinter9 with dissolve play sound "dooropen.mp3" "Maya storms past me and into Ami’s room, leaving me alone with two girls who are likely going to spend the rest of the night fighting over me." "My life really is difficult at times." scene firstwinter10 with fade a "What’s her deal?" a "You didn’t do anything weird to her while you guys were out, did you?" s "To Maya? No. She’d erase me." "Probably." ay "I don’t think you did anything weird, Sensei. Maya just gets really angry and confused whenever anyone shows affection for you." s "No wonder she’s always so uptight. I like to think I’ve become pretty well liked over the last several months." ay "Last several {i}years{/i} in our cases. Ami and I like you more than anyone, I think. Ami being in second place, of course." scene firstwinter11 with dissolve a "What were you guys even doing out there in the snow?" s "Are you really going to ignore what Ayane said just now? I thought that would set you off." a "Ayane? Is she here?" scene firstwinter12 with dissolve ay "Hey! Being ignored hurts even worse than being insulted." s "I bumped into Maya at the convenience store and wound up being forced to carry all of the snacks she bought for you guys back here." s "And when I say {i}she{/i} bought them I mean she made {i}me{/i} buy them as payment for me inconveniencing her by crossing her path." "I find it slightly shocking how easy it is to make up a believable lie about where Maya and I were today- even if it was slightly rehearsed." s "So you’ve been here since[school] ended?" if bonus == True: a "School? What are you talking about? It's Christmas Eve and we're on winter break until Monday." else: a "College? What are you talking about? It's Christmas Eve and we're on winter break until Monday." a "And even if we weren't, it's still Saturday. How do you not know that?" scene firstwinter13 with dissolve a "Wait?! Did they change the schedule?! When are we supposed to go back?!" a "Have you been going to[school] this whole time and not telling me about it?! Is this a test?!" a "What’s going on?!" "That’s...strange." "I’ve never had to deal with winter break before on account of winter...not even being a thing until right now." "Were we really supposed to start here? Or was this some sort of accident?" s "I’m sure the schedule hasn’t changed. Just feeling a little out of it right now." ay "Is it from the cold? Do you need me to warm you up?" ay "Come, Sensei! I’ll warm the bath for you!" s "I can warm the bath myself, thanks." scene firstwinter14 with dissolve ay "Boo..." a "Maybe you should head to sleep early if you’re not feeling good?" a "We were probably just gonna stay up and watch movies or something anyway." s "Yeah, maybe." "I do feel extremely tired, but I imagine that has less to do with the after-effects of time travel and more to do with walking several miles through snow in my normal T-shirt instead of the thicker one." "I feel like winter will be enjoyable in the long run, though. I’d much rather deal with walking through the snow than dodging rays of sun for days at a time." a "Besides, we need to start preparing for the party early tomorrow morning and you’ll probably complain if you don’t get enough rest." a "Actually, you’ll probably complain no matter what. But at least Makoto is handling the hotel and stuff." "Just before I decide to go to sleep, I’m hit with an abundance of strange information." s "So, Makoto is okay now?" scene firstwinter15 with dissolve a "Was she...ever {i}not{/i} okay?" ay "She’s seemed pretty normal to me lately. But I guess Sensei knows her a little better than either of us do." s "She hasn’t seemed different to either of you lately?" a "Different? No. Strict and annoying? Yes." s "Huh..." "Did changing where we are in time somehow...{i}fix{/i} Makoto?" "That’s good, I guess, but..." "I feel like now I won’t ever figure out why she got all weird in the first place." "I’ll have to talk to her at the-" s "...Party." ay "Hm? What about the party?" s "Would you mind explaining to me what this party is about again?..." scene firstwinter16 with dissolve ay "Oh! Let me!" ay "Since the beach trip was such a success and the Halloween party was pretty awesome as well, we’re going to throw a class Christmas party!" ay "Like Ami said before, we’re going to have it in a hotel and everyone has already confirmed that they’re coming." ay "Even Yumi is going to be there, so it’s already a pretty big deal." s "And when you say {i}everyone{/i} does that include Molly and Tsuneyo?" scene firstwinter17 with dissolve "I go out on a limb and try to find out even more about what’s going on in this version of Kumon-mi, potentially exposing myself in the process." "If this is a timeline where those two haven’t joined our class, I’ll probably just sound like a perverted teacher who has his eye on students from other classes." "But at this point, I don’t think something like that would even make these girls think any less of me." a "…" ay "…" s "…" a "Well, I know those two are weird but...I can’t see any reason why they wouldn’t come to the party if they’re part of the class." "Good..." "The idea of them not being around was weighing on me more than I ever expected it to." if bonus == True: "But I guess even someone like me can succumb to the emotions of [teenage]girls when they break down in my arms about how much they don’t want to leave me." else: "The idea of them not being around makes me really sad since I wouldn't be able to keep track of their education anymore." s "So, just to recap..." s "Makoto is fine, Molly and Tsuneyo are still my students, and we are having a Christmas party in a hotel room." a "Uhh...yes?" a "Why are you being so weird about it?" s "Is there anything else I need to know?" scene firstwinter18 with dissolve a "Uhh..." ay "..." scene firstwinter17 with dissolve a "I...love you?" ay "I love you as well. It would be good for you to know that." s "I meant anything regarding our immediate future..." a "Uhh..." if ayanelust10 == False: scene firstwinter19 with dissolve a "Oh! Kirin is coming to the party as well." a "But other than that, I don’t think there’s anything important you need to know." else: scene firstwinter20 with dissolve a "Oh! Kirin is coming to the party as well." a "But other than that, I don’t think there’s anything important you need to know." ay "…" "That...might be uncomfortable for some people." s "Got it. Thanks for letting me know." scene black with dissolve2 "A Christmas party, huh?" "Can’t say I didn’t see something like that coming sooner or later." "Did I expect it to be the first thing that happened to me after winter’s long-awaited arrival? " "Nope. Not one bit." "But, in true Sensei-fashion, I’m not going to complain about seeing all of my students together in one place." "I’m sure that whatever comes next will be a good start to this brand new cycle in a life I never dreamed I’d have." "{i}Congratulations on making it to the second chapter of Lessons in Love!{/i}" "{i}The following events are part of a special event chain and will play from start to finish in succession.{/i}" "{i}You will not have free-time to use during this chain.{/i}" "{i}Once it is complete, you’ll be free to act as you please once more and-{/i}" "{i}Since it’s officially Winter, expect a few changes around the city!{/i}" "{i}That’s all for now...but have a Merry Christmas or Happy Hannukah or whatever other holiday you celebrate!{/i}" "{i}Cherish your loved ones, for you never know when something horrible may happen to them!{/i}" "…" "{i}Roughly thirty minutes later...{/i}" scene firstwinter21 with dissolve2 s "…" ay "Mm...Sen...sei..." a "…" s "Weren’t they planning on watching movies all night?" s "And where is Maya?" s "She went to get changed like forty-five minutes-" play sound "dooropen.mp3" scene firstwinter22 with dissolve m "Sorry. I passed out as soon as I got dressed and-" scene firstwinter23 with fade m "…" s "…" m "What are you doing?" s "Oh, you know. Just hanging out." m "Did you drug them?" s "Do you think I’d need to?..." m "Unfortunately not. But that doesn’t make this any less weird for me." m "I can’t fall back asleep so soon after taking a nap. What am I supposed to do now?" s "…" s "Want to hang out?" m "…" s "…" m "I’m suddenly feeling very tired again." m "Goodnight." play sound "dooropen.mp3" scene firstwinter24 with dissolve "Yup." "Can’t say I didn’t see that coming." scene black with dissolve2 "I sit around for a few minutes longer before my leg and my arm fall asleep and I am forced to push the girls off of me." "Neither of them wake up, so I carry them back to Ami’s bedroom and haphazardly toss both of them onto the bed, hoping that doing so doesn’t wake Maya up." "Miraculously, it manages not to." "Even more miraculously, neither Ami nor Ayane wake up as well." "And before I know it, all three of them are passed out on the bed together in true [teenage]girl sleepover fashion." play sound "dooropen.mp3" scene bedroom_night with dissolve stop music fadeout 10.0 "I walk into the bedroom, ready to call it a night after an {i}extremely{/i} eventful day." "But, surprisingly enough, nothing bad happened." "And even though I spent most of the day with Maya, my head only hurts a little bit." "I guess things are looking up after all." scene black with dissolve2 "But it’s only a matter of time before they get worse again." "That’s just how life is." "So I guess I’ll try to submerge myself in happy thoughts for the time being." "And pretend that everything horrible is stuck somewhere deep underneath the ground." $ renpy.end_replay() $ christmas1 = True "………" "……" "…" label christmas2: q "Psst..." s "…" q "…" q "Psssssst..." q "[ayanemaster]..." q "Wake up..." s "…" if bonus == True: jump christmas2x else: "Unfortunately, I am too tired and remain asleep." "I am sorry, mysterious voice." "Thankfully, I can't imagine that missing out on whatever this is would impact story in any way." "I'm sure it was something completely random and not at all necessary for progression." $ renpy.end_replay() $ christmas2 = True $ ayane_lust += 1 stop music fadeout 5.0 "{i}Ayane’s lust has increased to [ayane_lust]!{/i}" "........." "......" "..." $ totaldays += 1 $ day = 7 if day == 7: hide saturday onlayer date show sunday onlayer date label christmas3: scene christmasyay with dissolve2 play music "christmasyay.mp3" "I hate Christmas." "And despite not knowing much about my previous life or my opinions on the holiday when I was younger, I have a feeling I hated it then, too." "Sure, the cold is nice. But are the bright lights and all the decorations really necessary?" "And it’s not even always cold on Christmas to begin with, so the one good thing I was able to think up off the top of my head has already gone out the window." "But maybe, in some sort of Christmas miracle like you’d see in those old American movies-" "I’ll have a good time this year." if bonus == True: "I mean, the girls in my class are nowhere near my family (Except for Ami and kind of Ayane, I guess)..." "But at least I’ll be surrounded by people who I don’t inherently despise instead of some drunk [uncle] or dying grandmother." "It’s kind of nice having dodged such a dangerous bullet in the form of this party, though." "Considering that Christmas in Japan is more of a time for couples to spend together and I am involved in a number of illicit relationships right now..." "Not having to choose which girl takes up most of my time today is definitely a good thing." "I’m going to need a bigger Christmas miracle than just that, though, if I’m going to be able to ignore all of the {i}joy{/i} I expect to endure today." scene sky with dissolve2 "The day gets off to an inopportune start with none of that fluffy, white stuff coming out of the sky." "Thankfully, the lingering cold from last night’s snowfall sticks around just like the powder that came with it-" "And I crunch my way down the street with Ami, Ayane, and Maya as we head toward the store to buy some things for tonight." "Even though everyone passed out extremely early last night, we were able to salvage most of the stuff I bought with Maya- save a few pints of ice cream that never made it into the freezer." "Again, going to need a bigger Christmas miracle than just this to get through the day without a frown consuming my face- reddish and dry from being beaten by the wind." scene noonsky with dissolve2 "Another bad thing happens before we’re able to make it to the hotel." "Apparently, the girls wanted to go look at Christmas trees for my house because that is a thing I’m supposed to buy, I guess." if bonus == True: "Damn [niece] and her friends can’t even be Japanese correctly. Why are we going all out for a holiday that’s supposed to be centered around sex and fried chicken?" "This is stupid." "I hate Christmas." "I really do." a "Sensei! I want this one!" s "No." ay "Oh! What about this one?!" s "That one wouldn’t even fit in our house." m "How about this?" "I turn around to find Maya holding up a twig that fell out of a tree and, for the first time probably ever, I think she’s actually kind of funny." "Also, twigs are cheap, so I easily decide on our Christmas tree for the-" a "If you even think about humoring her I’m gonna log into your Amazon account and order like four trees in the middle of the night." s "But you don’t know my-" a "I do. It’s Boobies123. You use the same password for everything." ay "He does?" if bonus == True: ay "So I could log in to his LINE account and see if he’s been sending naughty pics to anyone else in class?" s "Why did you add an ‘else’ to that? I haven’t sent any to you and that insinuates I have." else: s "I hate that password and want a new one. I just don't know how to change it." m "You’re disgusting." s "Are you not listening? I just said I never sent anything like that." scene black with dissolve2 "I hate Christmas." "So no Christmas tree was purchased today." "I like Ami, though. And I’m weak around cute girls, so I’ll probably wind up caving and buying one sooner or later." "But for now, there are other, more important matters to attend to." "We’re supposed to meet everyone at some hotel in the busiest part of town- kind of halfway between where we go to[school] and where Futaba’s friend with the glasses goes." scene christmasgreeting1 with dissolve2 "And eventually, we get there." "I’m greeted by a peculiar sight once we enter, though." scene christmasgreeting2 with dissolve s "Karin?" ka "Uhh, hey! Fancy meeting you in the place that we’re inside of right now. Which is a hotel." s "Thanks. I had no idea." s "Do you work here?" scene christmasgreeting3 with dissolve ka "Umm...no. But the girl at the desk was having some sort of emergency and I kind of volunteered to just...take her place." ka "But I have no idea what I’m doing and I don’t think I’m even technically allowed to be back here." ka "And now you’re here and I’m even more nervous and just hoping that you don’t need to check in or- yeah." s "Oh. Well I do. " s "But I can wait until the other person gets back." f "There’s no need for that, Sensei. Makoto handled it a little while ago." scene christmasgreeting4 with dissolve s "Oh. You guys were here too? I didn’t even see you." ka "Oh, okay. I guess I’ll just keep standing here and talking to myself, then..." t "Are you ready for a large man to climb down your chimney and eat all of your food?" s "I would be if Santa Claus ex-" scene christmasgreeting5 with dissolve f "STOP!" t "...?" s "What’s {i}your{/i} problem?" scene christmasgreeting6 with dissolve f "I have no problem since {i}Santa Claus exists and everyone believes in him.{/i}" t "Obviously. Why would anyone doubt the existence of a man who defies the laws of physics by inserting himself into spaces he clearly is not supposed to fit." "And here I was thinking Santa and I had nothing in common." s "Anyway, what are you guys up to? " s "If Makoto checked in, shouldn’t you be up in the room?" scene christmasgreeting7 with dissolve f "Yes, but...Molly has been in the middle of something since we got here and is refusing to go up to the room until she’s done." s "Well what’s she doing? Playing a game?" mo "GIVE...ME...MY...GEO...BOY!" s "…" s "I don’t know what that means." t "Just pretend you do. It gets me by." s "It really doesn’t, though, Tsuneyo." scene christmasgreeting8 with dissolve t "Ah-" s "I’m surprised you stuck around, Futaba. I figured you’d be with Rin or something." f "Yeah, well...I kind of got absorbed in Molly’s efforts and have been cheering her on from the sidelines." mo "I need you here so I can absorb your energy." f "And there’s that. She needs to...absorb my energy." s "Right..." "I turn around to tell Ami and the others that we should probably be heading upstairs to thank Makoto, but..." s "Where did my [niece] go?" scene christmasgreeting9 with dissolve t "If you’re talking about the girl with the nice legs, she went upstairs with two others as soon as you walked in." s "Are you really going to address Ami as “the girl with the nice legs” every time she’s brought up?" t "Until proven otherwise, probably." s "So...if you’re all down here and everyone else is up there, who’s left? Are we missing anybody?" f "Are you worried that someone may have gotten lost on the way? That’s awfully considerate of you." s "Well, the roads looked pretty bad, so knowing everyone is still alive would be nice." scene christmasgreeting10 with dissolve mo "Hah!" mo "Ohmygodohmygodohmygodohmygodohmygodohmygodohmygodohmygod!" scene christmasgreeting11 with dissolve mo "TAKE THAT, WORLD! " mo "YOU THOUGHT YOU COULD RUIN CHRISTMAS FOR ME, BUT I HAVE THE POWER OF TWO MONTHS PART TIME BARISTA MONEY TO BURN IN PROTEST!" mo "FUCK YEAH! " s "Congrats on doing whatever you were trying to do, Molly." scene christmasgreeting12 with dissolve mo "Oh! Hello, Sir!" mo "Merry Christmas." mo "For your present, may I inform you that there are two lovely ladies behind you who seem to want your attention?" f "And with them, it looks like everyone is finally here." s "Wait, who’s behind me?" scene christmasgreeting13 with dissolve s "Wow. You know it’s a special night when Yumi graces us with her presence." y "Fuck off, dickhead." c "Merry Christmas, Sensei~" c "Yumi’s broke so I made her do this one thing for me so she wouldn’t have to get me a present this year." y "It’s not like I would have even gotten you one anyway. Christmas is stupid. It’s just an excuse for companies to make more money and shit." s "Hey, it looks like we might finally agree on something." scene christmasgreeting14 with dissolve y "Huh? Really?" c "Wait a minute, don’t tell me {i}you’re{/i} just as anti-Christmas as Yumi, Sensei." s "To be totally honest, I’m really not a fan." scene christmasgreeting15 with dissolve if bonus == True: c "I implore you to look over my outfit a few more times and then reconsider." c "There are only so many days a year I can wear this, you know." y "Yup. And it only took you like two hours to get ready." else: c "Wait, what?" s "The smell of candy canes gives me a headache and I don't understand what eggnog is." c "But...you get to see me where cute things like this!" s "Eh. I like your normal clothes more." y "Looks like you spent two hours getting ready in the bathroom for nothing, Chika." scene christmasgreeting16 with dissolve c "Well shit, Yumi! Sorry for taking so long in {i}my{/i} bathroom while you laid on {i}my{/i} bed watching {i}my{/i} TV for those two hours! " c "That must have been really hard on you!" y "It’s whatever. Just don’t come cryin’ to me when you get a cold and have to sleep in the dorm room instead of your house every night." y "You were complainin’ the whole way here about how cold you were and shit and I can’t blame you since you’re dressed like a fuckin’ holly-jolly ho-bag." scene christmasgreeting17 with dissolve c "You don’t think I look like a holly-jolly ho-bag, do you, Sensei?" menu: "I think you look great": if bonus == True: s "Of course not. I think you’re adorable." scene christmasgreeting18 with dissolve y "Hah...here we go." y "Hotel room is upstairs. If you two are gonna get all weird with each other, at least be respectful enough to not do it in the fuckin’ lobby." c "You really think so?!" s "Of course. I can’t imagine many other girls being able to pull that off without looking a little too...promiscuous." y "Isn’t that basically saying she just looks slutty but like, not {i}as{/i} slutty?" c "Shut up, Yumi. You’re just jealous that I was complimented and you weren’t." y "Yeah, that really doesn’t matter {i}at all{/i} to me..." else: s "I think you look pretty spiffy, Chika. And I can tell from here how high quality that fabric is." s "I just wish there was a little more of it." $ chika_love += 1 "{i}Chika’s affection has increased to [chika_love]!{/i}" "Yumi’s got a point": s "I hate to break it to you, Chika...But I think Yumi’s right." scene christmasgreeting19 with dissolve c "You do?..." y "You...do?" s "Yeah. " s "I mean, it’s one thing to wear something like that in private, but walking into a hotel lobby dressed that way is kind of...inappropriate." c "Is it...really that bad?" c "I knew it was showing a bit of skin but I really didn’t think it was that much of an issue." c "Especially with like, zero boys around." scene christmasgreeting20 with dissolve c "I just...wanted you to think I was pretty and stuff." $ yumi_love += 1 "{i}Yumi’s affection has increased to [yumi_love]!{/i}" s "Either way, I think you’re {i}both{/i} adorable tonight." s "The new hairstyles are a nice change of pace." scene christmasgreeting21 with dissolve y "Oh, suck my dick. I look the same as always." c "On behalf of both of us, thank you~" c "I like your new shirt, Sensei. It looks slightly thicker." s "Thank you, Chika. I was wondering when someone would realize that." scene black with dissolve2 "Everyone remaining in the lobby slowly but surely disperses until they all wind up in the hotel room." scene christmasgreeting22 with dissolve "And, by association, I end up there as well." s "Well, I’ll be. You {i}are{/i} back to normal after all." mak "Back to normal? Which one of us are you talking about, exactly?" s "You. Last time I saw you I pushed you up against a locker." scene christmasgreeting23 with dissolve mak "Wha-?!" mak "I don’t know what sort of strange fantasies you have about us, but I can assure you that this locker-pushing never happened!" mak "And anything that {i}did{/i} actually happen would best not be discussed here!" s "Yeah, yeah. I get it. I was just messing around with you." "Obviously, I wasn’t." "But it looks like the reset somehow...fixed Makoto- which is strange given that Maya claimed to have not known anything was different about her." "But, then again, I wouldn’t put it past Maya to lie about something like that and just go behind my back and fix things on her own." "She seems a little too independent for her own good, sometimes." scene christmasgreeting24 with dissolve mak "More importantly, Sensei. Do you notice anything a little...different about my best friend here?" s "Different? You mean Miku’s hair?" s "Yeah. It was the first thing I noticed when I came in here." mi "Mm...Don’t stare at me. It feels weird." mak "As you can see, she’s very embarrassed." mak "And I’m not saying you’d be able to find any flaws in her makeover but, if you do, please keep them to yourself as I am the one who cut her hair this morning." scene christmasgreeting25 with dissolve mi "It’s not...weird...right? " mi "Cause I was really tired this mornin’ and kinda just agreed to let Makoto do her thing to make me look more girly and stuff but like..." mi "I didn’t know she was gonna chop so much off. I keep lookin’ in the mirror and bein’ like “Woah who the heck is that?”" mi "And now I’m really self-conscience or whatever the word is." scene christmasgreeting26 with dissolve mak "Self-{i}conscious{/i}. And you have no reason to be. You look adorable." mak "And you were complaining about your hair getting longer anyway. So now it’ll stay out of your eyes when you’re playing soccer." mi "I know..." mi "I’ve just gotta get used to it, I guess." mi "I was worried people were gonna think I was tryin’ too hard to...not be Miku anymore." s "I’m sure you’ll remain Miku no matter how you style your hair." s "I think you’re cute no matter what." scene christmasgreeting27 with dissolve mak "Okay, now let’s not get {i}too{/i} complimentary, Sensei. Please remember that Miku is one of your students and that I will report anything unsavory you have to say about her." if bonus == True: "Says the girl who I deflowered at a Halloween party." s "Report whatever you want. I’ve got some other people to greet anyway. " mak "Yes, yes. I completely understand." mak "But do know that this is a relatively small hotel room and I’m sure to hear it if you decide to hit on any of these wonderful [young_girls]." if bonus == True: s "Thanks, Makoto. I’ll keep that in mind." else: s "I would never." scene christmasgreeting28 with fade m "…" a "…" m "Do you feel at all strange knowing that we’re sitting on a bed with two swans kissing behind us?" a "I was hoping you weren’t going to mention that." m "Why are those even here?" m "What kind of hotel room is this?" a "Well, you know...Christmas is a popular day for dates, so..." a "Maybe the hotel got the...wrong idea or something?" if bonus == True: m "Or they watched fourteen girls come up here with one man and are going to tell this story for the rest of their lives." else: m "Or maybe this is a hotel {i}for{/i} swans and we just booked it on accident." a "Yeah...or that." m "They should have brought up more swans." a "…" m "…" m "Merry Christmas, Ami." a "Merry Christmas, Maya..." scene christmasgreeting29 with fade s "Hey, you two. How are you doing?" sa "Hi, Sensei..." sa "M...Merry Christmas..." r "…" s "…" sa "…" s "What’s going on with Rin?" sa "Oh, she’s texting a friend of hers..." sa "I’m just...standing here since Ayane is busy and...I don’t really talk to anyone else." sa "But now you’re here, so..." sa "I’m going to talk to you...if that’s okay." s "Of course it’s okay. It’s not like Rin to ignore me, though." scene christmasgreeting30 with dissolve r "Huh? Rin? That’s me." r "I heard my name." scene christmasgreeting31 with dissolve r "Oh! Sensei! Merry Christmas!" s "Merry Christmas. What’s this about talking to a friend?" s "You know you’ve already got one friend beside you just...standing there, right?" sa "It’s okay...I’m used to being forgotten..." scene christmasgreeting32 with dissolve r "Oh, crap! I’m sorry, Sana! I was just reading this one thing Otoha sent me and I got lost in thought." r "I’ll do better. Promise!" if cafe35 == True: s "Otoha? That name sounds familiar." scene christmasgreeting33 with dissolve r "She’s the girl we saw playing guitar in the park that one time. " r "I wound up bumping into her again {i}totally by accident{/i} and we exchanged numbers." s "You put some strange emphasis on “totally by accident” there." r "No idea what you’re talking about." r "But yeah, we’re friends now." r "But I hereby give you permission to confiscate my phone if I get too absorbed in it." r "Otoha’s cool, so she’ll understand." s "Duly noted." else: s "Otoha? That’s a name I’ve never heard before." scene christmasgreeting34 with dissolve r "Probs cause it’s a girl you’ve never met before." r "I bumped into her at some park near my old[school] with Futaba a while back." r "She’s this super talented musician and she’s crazy pretty and I’m definitely not becoming obsessed or whatever." sa "It...sounds like you are..." r "Okay, maybe just a little bit." r "But still, I hereby give you permission to confiscate my phone if I get too absorbed in it." r "Otoha’s cool, so she’ll understand." s "Duly noted." scene christmasgreeting35 with dissolve sa "So, umm...Sensei..." sa "Did you...bring a present for your Secret Santa...person?" r "Oooooh yeah, we’re supposed to leave ‘em near the door. " r "Can you tell us who you got? As long as it’s not either of us, of course." s "…" sa "…" r "…" scene christmasgreeting36 with dissolve r "You completely forgot, didn’t you?" s "Yes, but in my defense, it’s less of me forgetting and more of me never finding out in the first place." r "I literally watched you pull a name out of a hat." sa "That’s...not good..." sa "You’re the one who was keeping track of the names so...I don’t know who you can even ask..." s "That does not sound like a thing I would ever do, but I’ve already thought up a solution." r "What is it? Gonna wait until everyone else exchanges gifts and then just keep an eye on who the one person to not get any is?" s "Oh come on, even I wouldn’t stoop that low." "Fuck. She got me." "Maybe Maya will know?" "She knew all about this get together so...maybe she’ll remember who I’m supposed to give a present to?" "I’ll have to pull her aside when she’s not...on a swan-bed with my [niece]." scene black with dissolve2 $ renpy.end_replay() $ christmas3 = True "………" "……" "…" "{i}Meanwhile...{/i}" label christmas4: if _in_replay: play music "christmasyay.mp3" if ayanelust10 == True: scene ayanekirinchristmas1 with dissolve "A girl who had been filled with Christmas joy just moments ago stands beside an overpriced plasma-screen TV and ponders over how to get herself out of the [[very] uncomfortable situation she’s suddenly found herself in." "If we were to put things in Molly’s terms, which we might as well do since she is currently scouring the halls for a vending machine, it’s almost like there's some sort of dark entity lurking between them." "And no, the dark entity is not in reference to Ayane’s shadow which is {i}literally{/i} in between the two of them." "It’s a reference to how these girls, who may or may not have been “friends” up until recently, are now miles apart emotionally but only two or so feet between each other physically." if bonus == True: "Though, Ayane will gladly accept two feet over attached and half-nude alongside the man she’s grown to love in recent years." ki "Hey. I like your scarf." ay "…" ki "Did Sensei buy it for you? I saw Ami and Maya had similar ones as well." ay "I bought it for myself so I could match them." ay "Sensei bought the other two." ki "Really? That’s kinda sus." ki "Isn’t he supposed to be your boyfriend or whatever?" ay "He’s not my boyfriend. I just like him." ay "I’ve told you this how many times now?" scene ayanekirinchristmas2 with dissolve if bonus == True: ki "Wait, you guys {i}still{/i} aren’t dating? Even after giving him your virginity? " else: ki "Wait, you guys {i}still{/i} aren’t dating? Even after hugging?" ki "What the hell is taking so long?" if bonus == True: ki "You should probably be more careful about who you give yourself to if that’s the case, though." ki "All guys care about is sex, so there’s always a chance he could just be using you or something like that." ki "He {i}was{/i} kinda crazy hard when he was screwing you, so it’s definitely possible." ki "Not like it matters to me or anything, but yeah." scene ayanekirinchristmas3 with dissolve ay "What do you want, Kirin?..." ay "I obviously don’t want to talk to you, so it’s probably best if you mind your own fucking business." ay "Not like it matters to me or anything, but yeah." ki "Hey, now! No reason to get all toxic, Ayane. I’m just chatting with an old friend at a party." ki "That’s what friends do, isn’t it?" ay "Yup. And that’s how I’m sure tonight would have went if you never pulled that stunt at the beach." ay "Do you think that’s how friends are supposed to act with each other?" ay "I told you something in confidence and you used it against me." if bonus == True: ki "Hey, all I did was stumble across two people fucking each other. How is that pulling a stunt?" ki "You started it. Just try not getting horny at a moment’s notice and things like that won’t happen." else: ki "Is this about the fucking sandcastles again? Give me a break." ay "Kirin...leave me alone." ki "Hmmm, all these negative feelings must be why I wasn’t invited to your Halloween party." scene ayanekirinchristmas4 with dissolve if bonus == True: ki "{i}You’d think after sharing a dick, the two of us would have become closer. Am I right?{/i}" ki "{i}Like, how many other girls here can say you grinded on their hand? We’re kind of super close, whether you like it or not.{/i}" ay "{i}Please...go away...{/i}" ki "But everyone else here is so boring." scene ayanekirinchristmas5 with dissolve if bonus == True: ki "Wanna see if Sensei has some free time to take us downstairs and-" else: ki "Wanna see how many marshmallows we can fit in our mouths or something?" scene ayanekirinchristmas6 with dissolve ka "Kirin! They have pancakes here!" ki "...Yeah? And?" ka "You love pancakes! And these ones are really good!" scene ayanekirinchristmas7 with dissolve ki "Didn’t you just fucking eat before we came here?! Shouldn’t you be watching your weight?" ka "No way! It’s Christmas! " ka "Here, come eat some!" scene ayanekirinchristmas8 with hpunch ki "I DON’T WANT ANY FUCKING PANCAKES, KARIN! LEAVE ME ALONE!" else: scene ayanekirinchristmas9 with dissolve "Two girls meet beside an overpriced plasma-screen TV and greet each other in kind because that’s what friends do. " "They greet each other." "Hello. How are you doing?" "Have you been enjoying the weather lately?" "These are not things they actually say, but moreso just examples of things that you, a real human being, can say if you ever find yourself in front of a plasma-screen TV with a person you’re kind of cool with." "But these two, being several steps beyond conversing about the weather, decide to talk about the one thing they have in common more than anything else-" "Their love for Christmas." ki "Hey! Long time, no see." ki "Was starting to think I’d go the whole winter break without running into you." ay "You have my number, you know? You could always ask me to hang out when I’m not doing anything." ki "True, true. But I figured with it being the holiday season and all, you’d probably be spending a little more time with you-know-who." scene ayanekirinchristmas10 with dissolve ay "No...not much more time than normal." ay "He’s got a lot of other girls who are important to him, so it’s not like he can {i}only{/i} spend time with me, whether I want him to or not." if bonus == True: ki "You sure you’re okay with that? Guys tend to only think about what they can stick their dick inside, don’t they?" else: ki "You sure you’re okay with that? Guys tend to only think about free golf lessons, don't they?" scene ayanekirinchristmas11 with dissolve ay "Sensei isn’t like that. He’s kind and compassionate and actually cares about everyone. " ay "You should try actually getting to know him sometime. " ay "I’m sure he seems like just another guy, but he really is a special person." scene ayanekirinchristmas12 with dissolve ki "I already know him pretty well...But how come you’re gettin’ all sappy all of a sudden?..." ki "That’s not really like you." scene ayanekirinchristmas13 with dissolve ay "Because it’s Christmas!" ay "We’re supposed to be saying sappy stuff to each other and spreading around all of the Christmas joy!" ki "Umm...well, I mean, I like Christmas too...but I’m not really a fan of all that sentimental stuff." ki "I kind of just like being able to eat disgusting amounts of chicken without anyone judging me." scene ayanekirinchristmas14 with dissolve ki "But...I guess it {i}is{/i} kind of nice getting attention and stuff too." ki "My grandma normally comes over around this time of year and always gives me money and stuff." ki "Not like you’d care, though, little miss black-card." ay "See? This is exactly the kind of stuff we’re supposed to be talking about- the things that make us happy. " ay "My mom always liked Western Christmases when I was growing up, but this was back before the bubble wrap thing." ay "So we’d always wake up early in the morning and open the few presents we were able to get for each other and then spend the entire day together." scene ayanekirinchristmas15 with dissolve ay "Things aren’t like that anymore." ay "But at least now I have other special people to spend the day with. " ay "And even if it’s not a “traditional” Christmas in the sense I’m used to, it’s something I wouldn't mind becoming tradition." ay "As long as I can continue to be around Sen...{i}everyone{/i}, I’m sure there will be plenty of Christmas memories to be made that are just as good as the old ones." ki "…" ay "…" if bonus == True: ki "You got laid last night didn’t you?" else: ki "You made a bone necklace last night, didn’t you?" scene ayanekirinchristmas16 with dissolve ay "Wha-?! " ay "Kirin!" ki "What?" if bonus == True: ki "You smell like you got laid." else: ki "You smell like bones." ay "What does that have to do with Christmas?!" if bonus == True: ki "Idunno. You were talkin’ about making new memories and stuff so I kinda just figured you meant you were getting Christmas-style boned all night." scene ayanekirinchristmas17 with dissolve ay "What would doing it...Christmas-style even entail?..." ki "I don’t know. Maybe you were dressed like an elf? Could mean anything." ki "Didn’t you sleep over at Ami’s place, though?" ki "Did you really fuck her [uncle] while she was around? That’s kind of sick, Ayane." ki "You’re even bolder than I thought you were." ay "N-Nothing like that happened! I slept in the bed with Ami and Maya. You can ask either of them..." ki "Hmm...well, either way, I hope you get to make some {i}Christmas memories{/i} soon, if you catch my drift." else: ki "Idunno." ki "Listen you can make bone necklaces whenever and wherever you want." scene ayanekirinchristmas18 with dissolve ki "Just make sure the coast is clear if you do. Wouldn’t want Ami or somebody catchin’ you in the act, now would you?" ay "I...have no idea what you’re talking about..." scene black with dissolve2 "………" "……" "…" scene ayanekirinchristmas19 with dissolve s "Hey. Why are you guys sitting on a bed with two swans kissing behind you?" a "We were actually just talking about that." m "Please don’t draw any more attention to it. It’s a hurdle Ami and I have overcome as best friends." s "I will not draw any attention to it as long as Maya helps me with something." scene ayanekirinchristmas20 with dissolve a "Maya? What do you need her help with?" m "Yeah, what? Why am I suddenly involved?" m "All we did was walk here together. You don’t think this means we’re close now, do you?" m "Go ask Ayane. I’m sure she’s willing to help." a "Probably {i}too{/i} willing. Ask me instead." s "Fine, then. Ami, who did I have for Secret Santa?" scene ayanekirinchristmas21 with dissolve a "You didn’t get your Secret Santa a present?!" a "How could you do this?! You’re literally ruining Christmas for the rest of our lives!" s "That’s a little dramatic, don’t you think?" a "Not at all!" a "And why would Maya even know who you have? That’s something you’re supposed to keep track of yourself so the surprise isn’t ruined." m "She’s right." m "There’s no way for me to know who you’d have. You never told me." m "You’re probably just misremembering something." s "Wait, really? I could have sworn I {i}told you{/i}." scene ayanekirinchristmas22 with dissolve m "Again, I have no idea." m "The only way to find out is by waiting until the end of the night and then disappointing someone." m "But I’m sure you’re already used to disappointing everyone, so that won’t come with much difficulty for you." s "You always know exactly what to say to cheer me up, don’t you?" m "Of course. Just like you always know exactly how to annoy me." scene ayanekirinchristmas23 with dissolve a "Listening to you two is kind of like listening to a pair of divorced senior citizens." if bonus == True: m "No it isn’t because that implies that the two of us would have had to have been romantically involved at some point." s "Yeah, and I’d never divorce Maya. Even if all she does is insult me. That’s just part of her charm." else: m "Great. Now I'm just sad. Thanks, Ami." s "Don't frown, Maya. I'll always be here as your friend." scene ayanekirinchristmas24 with dissolve m "Why are you still here? Shouldn’t you be out buying a generic present for whoever your Secret Santa is?" a "Yeah, if you didn’t get anything, you’re either going to need to go buy something right now or just give something you have on you to your Santa person." s "I didn’t even think of that..." "A generic gift might just be crazy enough to work as long as I can find something...serviceable." "I’m dealing with a bunch of [teenage]girls here. Buying a generic present is probably as easy as buying a bottle of perfume or something along those lines." "But...perfume can be kind of expensive." "Let’s see what I have in my pockets." scene ayanekirinchristmas25 with dissolve m "Now what?..." m "What are you doing?" a "You’re not looking through your pockets to see if there’s anything you could give someone, are you?" s "Leave me alone. I have my methods." m "You’re not just disgusting. You’re a complete idiot." s "Do you think...700 Yen would be a good present?" a "…" m "…" a "No." a "Our limit was 2,000 Yen." s "Yeah but that’s just a limit. You can go under that as long as the present has some sort of emotional value." m "And I’m sure the coins you just pulled out of your pockets and picked lint off of are just teeming with emotional value." s "You have no idea how much these coins mean to me, Maya." m "They mean literally nothing. You’re trying to pass them off as presents." m "You probably didn’t even know you had them until thirty seconds ago." s "Fine. I’ll go buy an actual present. " s "But I won’t be happy about it." a "You’re never really happy about anything, so that’s probably fine." s "…" s "I’ll be back." a "Okay, but don’t get lost. It’s kind of a big hotel." m "No, it’s fine. You can get lost. " m "You will not be missed." s "I’ll definitely be back..." scene black with dissolve2 "I make my way to the door, hoping I’m able to find a gift shop or something similar downstairs." "Of course, though, I’m met with another five-foot obstacle as soon as I get to the door." scene ayanekirinchristmas26 with dissolve mo "Is everything okay, Sir? You appear to be in a rush." mo "If you are low on mana, I’ve just placed an entire satchel worth of potions on the-" s "Molly, I’m in a hurry. " mo "A hurry for what? What’s going on?" s "Something big. And serious." mo "Big?...Serious?" s "Just...come with me. I’ll show you." if bonus == True: scene ayanekirinchristmas27 with dissolve mo "H-Hold on a second, Sir! You need to show me something {i}big{/i} and {i}serious{/i} right now?!" mo "Do you have any idea how something like that sounds to a girl who’s played as much eroge as me?!" s "Are you coming or not? I really don’t have time to deal with your ramblings right now." scene ayanekirinchristmas28 with dissolve mo "I-If you’re going to p-p-pressure me, the least you can do is hear my concerns!" mo "I’m not ready for this to go where it’s going in my head!" scene black with dissolve "I grab Molly by the wrist and pull her out of the hotel room." "Someone like her finding out I forgot my Secret Santa present probably won’t be as demeaning as someone like Makoto or even Chika finding out." "If anything, I feel like Molly might actually be a good person to help me pick something out." mo "S-Sir! Your strength level far surpasses mine! " mo "My wrist is being critically injured and all of the medkits are upstairs!" "........." "......" "..." scene ayanekirinchristmas29 with dissolve if bonus == True: mo "I never thought my first time would be in a hotel gift shop on Christmas day." mo "Is this even legal?" s "If you still think this is something sexual after coming all the way here, you’re even more hopeless than I am." else: mo "Are we really about to hug in a hotel gift shop?" mo "Is that even allowed?" s "Surprisingly, we are not here to hug." mo "Well then what is it? What is this confounded side-quest that has pulled me from the main story chain once more?" s "I forgot a...key item. Or something." mo "A key item? But the only key items required for tonight’s mission are-" scene ayanekirinchristmas30 with dissolve mo "You forgot to buy a present!" s "Wow, you picked up on that faster than I thought." scene ayanekirinchristmas31 with dissolve mo "This is even more serious than I imagined..." if bonus == True: s "Up until five seconds ago, you thought we were about to have sex." mo "Sex is temporary. Christmas is forever." else: s "Up until five seconds ago, you thought we were about to hug." mo "Hugs are temporary. Christmas is forever." s "No it’s not. It’s 24 hours long. " scene ayanekirinchristmas32 with dissolve mo "Well...who are you shopping for exactly?" s "I...don’t know." mo "So you’re trying to farm an item for a quest before you even pick it up? How can you be sure you’ll get the right one?" s "I can't. That’s exactly why I need your help. " s "I need you to help me choose something that any girl in class would like so that, when I find out who I’m supposed to give this to, it will go over well." scene ayanekirinchristmas33 with dissolve mo "Hmm...I see. I see." mo "Luckily for you- I, Molly MacCormack, am an expert when it comes to winning the hearts of [teenage]girls." mo "I’ll have you know I’ve fully completed nearly every VN CG gallery on my computer, so it’s safe to say I’m kind of an expert when it comes to things like this." mo "What [teenage]girls want more than material goods is an {i}experience{/i}, Sir." s "Cool. What {i}experience{/i} can I buy with 2,000 Yen?" mo "Heheh~ You can thank me later, as you won’t even need that much." mo "And perhaps...you won’t even need to thank me at all." mo "Perhaps the experience itself will be fated to be my own." s "And it won’t ruin the surprise if the present winds up being for you?" mo "Not at all. For this particular experience is sure to move the heart of any [teenage]girl. " mo "And I thank you for giving out an opportunity to make this [young_girl]’s dreams come true, Sir!" s "Sure, Molly. Just point out whatever thing you want me to buy and we can get back upstairs." scene ayanekirinchristmas34 with fade mo "It would be my pleasure..." scene black with dissolve2 "Molly immediately hoists a white bottle into the air as if it’s some sort of sacred sword or whatever it is warriors typically hold up in fantasy movies." "I initially think she’s trying to buy alcohol but it looks like it’s...just an empty bottle?" "Maybe it's just a weirdly shaped...vase or something?" "Is that a thing girls like?" "Either way, it’s not like I have time to debate this right now, so I’ll just have to trust her judgement and see how things play out." "At least I know she’ll appreciate the strange bottle if I wind up having to give it to her." $ renpy.end_replay() $ christmas4 = True $ molly_love += 1 stop music fadeout 10.0 "{i}Molly’s affection has increased to [molly_love]!{/i}" "………" "……" "…" label christmas5: play sound "dooropen.mp3" mo "LADIES AND GENTLEMEN..." mo "WELL, ALL LADIES. SEEING AS THE ONLY GENTLEMAN IN THE ROOM HAS WALKED IN ALONGSIDE ME, MOLLY MACCORMACK." s "Is this really necessary?..." mo "How would you all like a chance..." mo "To make your dreams come true?" scene spinthebottle1 with dissolve2 play music "stpartynight.mp3" s "What is going on right now?" mo "Friends. Companions. Stray adventurers looking to stable your pets-" mo "I hold in my hand the key to everything you have ever wanted." mo "And I speak not of an elixir that will turn you into the Molly MacCormack you all saw on Halloween." mo "In fact, this bottle holds nothing at all." scene spinthebottle2 with dissolve mo "NOTHING BUT DREAMS." "God I hate Christmas." scene spinthebottle3 with fade ay "Wow, Molly seems passionate. Even by her standards." sa "Um...bottles can’t actually hold dreams, can they?..." sa "I don’t know what she’s talking about." ay "Me neither. But I guess we can just wait to see how this plays out." scene spinthebottle4 with fade m "Oh no." m "He let Molly choose." a "Let her choose what? The present he forgot about?" a "I mean, it’s better to get her opinion than just letting him get something on his own, isn’t it?" a "At least she’s a girl." a "It’s better than 700 Yen worth of pocket change." m "Yeah, we’ll see about that." scene spinthebottle5 with dissolve mo "Now, I suppose you’re likely wondering how a bottle can hold dreams." ay "Sana, she read your mind! It’s one of her powers!" sa "Shh! I’m listening!" mo "Under most circumstances, thoughts like that would make sense. I mean, it’s just a bottle. How can it hold anything other than milk or Guinness?" s "Bottles hold more than-" mo "Silence, Sir. You have entrusted the present you forgot about to me, so I must take it in my own hands to make the dreams of one lucky girl (Preferably me) come true!" a "And she flat out just told everyone he forgot..." s "Really, Molly?" scene spinthebottle6 with dissolve mo "Friends, take a look around you." mo "We’re all gathered here, listening to Western Christmas music, eating food from a Western food chain, celebrating a Westernized holiday..." mo "Wouldn’t you say it would be beneficial to {i}all{/i} of us if we were to break out another classic Western game in..." mo "{i}Spin the bottle{/i}?..." scene spinthebottle7 with fade c "So {i}that’s{/i} your game, Molly MacCormack." c "Failure is not an option, Chika." c "You will spin the bottle. And you will win." f "…" c "…" c "I know you’re looking at me, Futaba." c "You heard nothing." f "Yeah..." f "Um...good luck?" c "I don’t need luck. Victory will be mine." scene spinthebottle8 with fade sa "Um...Ayane? " sa "What happens when you spin the bottle?" ay "It’s a game Western [teens] used to play in like, the 80’s." ay "Someone goes up and spins the bottle and they need to kiss whoever the bottle points at when it’s done spinning." scene spinthebottle9 with dissolve sa "They have to...what?" ay "I’m just as worried as you. Well, probably more worried. " ay "If anyone spins the bottle, they have almost a 10%% chance of having it land on Sensei." ay "If I see anyone but me kiss him, I will literally explode. " ay "I hate the thought of it so much that I even broke out percentages. " ay "Did you know I’m actually smart, Sana? I bet you didn’t know that." sa "K...Kiss?..." sa "But...I don’t...want to kiss...anyone here..." ay "Well, that’s reassuring for me at least. Thank you for being such a good girl." sa "I want to go home..." scene spinthebottle10 with fade mak "Sensei! What is the meaning of this?!" mak "Why are you forcing such a lecherous game on us instead of actually getting a {i}real{/i} present?!" s "I know what you’re thinking, but it really wasn’t me this time." mak "So you {i}didn’t{/i} forget to buy a present for someone?" s "Okay, that part was me. But the bottle thing was all Molly." mak "Likely story." mak "What are you going to do if someone spins it and it lands on you?" if bonus == True: s "…" s "Well I mean, I {i}have{/i} to abide by the rules at that point, right?" else: s "Probably cry or something." scene spinthebottle11 mak "{i}Excuse me?{/i}" if bonus == True: mi "You’re really gonna just lock lips with somebody smack-dab in the middle of our Christmas party?" mak "As if I’d ever let that happen..." mi "Yeah, even I don’t like the sound of that and I normally just let stuff like this happen." s "How often have you been faced with scenarios like this, Miku?" mi "Heck if I know. Just don’t friggin’ kiss anybody in the middle of our party." else: s "Yeah. That sounds really stressful and now I'm kind of nervous." s "Thanks for ruining Christmas, Makoto." scene spinthebottle12 with fade t "Can one bottle truly possess so much power?" t "Leave it to the Emerald Guardian of the Crystal Forest to make all of our dreams come true. " ka "K...K...Kiss..." ki "Hehehe~ Looks like this party has a chance to get interesting after all. Way to go, Irish girl." ka "Ki...Ki...Kirin..." ka "It is...past our b-b-b-bed time..." if bonus == True: ka "We need to be heading...home...before...one of us gets...p...p...pregnant." else: ka "Not that we actually have bedtimes or anything since we're in college. But yeah." ki "No way, sis. We can’t leave now. We finally got to the good part." t "If the bottle lands on me, I can finally go to Virginia." ki "…" scene spinthebottle13 with dissolve ki "What?" scene spinthebottle14 with fade "Molly walks up to the table, bottle in hand, and prepares to make the first spin." if bonus == True: "I accompany her, crouching down to get a better look at the spin because, let’s face it, I’m excited too." "There’s literally no way I can lose this game." "But I should probably be sure she’s okay with putting what I assume is her first kiss entirely in the hands of fate." else: "I accompany her, worried that she is about to do something that will make future events significantly more upsetting." s "Are you sure you want to do this?" mo "Of course, Sir." mo "You have bestowed upon me the chance to make my dreams come true. To finally become the lead heroine! And in front of everyone else at that!" mo "I accept my fate regardless of the outcome, for if there are higher powers out there, they shall truly force the two of us together!" mak "You two? Really? Yeah, not happening." ki "Good luck, Irish girl! " ki "If you spin it really softly, it’s sure to land on Sensei!" ka "D...DON’T...SPIN!" ka "BOTTLES ARE...BAD!" t "Good luck, Emerald Guardian. If we have to kiss, please be gentle." scene spinthebottle15 with dissolve mo "Molly MacCormack requires no luck. She has been putting all of her points into that since the beginning of time." mo "I carry with me the heart of my homeland! The luck of the Irish!" mo "And so I put this in the hands of the fae! Gift unto me a dream come true!" scene bottlespin1 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin2 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin3 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin1 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin2 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin3 with dissolve $ renpy.pause(0.3, hard=True) scene spinthebottle16 with dissolve mo "…" ay "Phew. It landed on Rin." sa "Does this mean...Molly and Rin are going to kiss?..." t "But they’re on opposite factions. It would never work." mo "It’s fine, Kendo Princess..." mo "If this is what fate has in store for me, I must accept." scene black with dissolve "………" "……" "…" scene spinthebottle17 with dissolve2 mo "…" r "Uhhhhhhhhhhhhhh..." r "What?" r "What are you doing?" r "Why are you touching me?" r "Is there something on my face? Are you checking to see if I have a fever?" mo "No, Rin..." mo "I’m simply moving the way the world dictates that I must move." scene spinthebottle18 with dissolve r "Hmm...okay, okay." r "I speak Molly, so I should be able to figure out what that means." r "You walked in here yelling something about fate..." r "And a bottle that carried...dreams..." r "And now you’re here...and you’re...moving the way...the world...dictates?..." mo "…" r "…" scene spinthebottle19 with dissolve r "DON’T YOU DARE, MOLLY!" r "IT’S JUST A GAME! YOU DON’T ACTUALLY HAVE TO-" scene spinthebottle20 mo "FOR IRELAND!" r "NO! NOT FOR IRELAND!" scene spinthebottle21 with dissolve r "MMMMMM!!!!!" mo "Chu~" scene spinthebottle22 with dissolve r "WHY?!" mo "We are now bonded for life." r "THAT ISN’T HOW KISSING WORKS!" r "I WAS SAVING MY LIPS FOR SOMEONE ELSE!" scene spinthebottle23 with dissolve mo "AM I NOT GOOD ENOUGH FOR YOU?!" r "YOU’RE NOT MY TYPE! YOU KNOW THIS!" scene spinthebottle24 with fade f "…" c "…" f "…" c "…" c "Did that really just happen?" f "Yeah..." c "Does...this mean Rin is over me now?" f "I don’t think so...this kind of happened against her will?" c "Aren’t we supposed to call the police if something like this happens?" f "I...don’t know." f "I’ve never dealt with this before." scene spinthebottle25 with fade ay "Okay, okay. Time to let a real warrior spin." s "You too?" ay "The chance of having to kiss a girl can not outweigh the sub-10%% chance I have to kiss you in front of everyone, Sensei. " ay "This is a risk I must take, beloved future-husband. And I need you to believe in me." s "Okay, but I believed in Molly and she wound up kissing Rin." ay "I saw. It was pretty awesome." s "Well, good luck I guess." mak "I can’t believe I’m actually letting this happen right now." scene bottlespin1 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin2 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin3 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin1 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin2 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin3 with dissolve $ renpy.pause(0.3, hard=True) scene spinthebottle26 with dissolve a "…" ay "…" scene spinthebottle27 with dissolve a "Huh. " a "That looks like it’s pointing right at me." m "Probably because it {i}is{/i} pointing right at you." a "That can’t be true. It would mean I have to kiss Ayane." ay "Well...I guess this is less awkward than having to kiss Yumi or something." s "On the bright side, at least it won’t be the first time you two have kissed." scene spinthebottle28 with dissolve a "What are you talking about?! Ayane and I have never-" scene spinthebottle29 with hpunch "Ayane jumps over the table to get to Ami and quickly pulls her body toward her, locking her into a kiss." "Sana, who I assume had instinctively followed Ayane out of sheer habit, is now frozen solid and unsure of what to do." if bonus == True: "And, in other news, I suddenly have an erection." sa "Why...are all of my friends...kissing other girls?..." m "Hah..." m "Christmas is exhausting." a "…" ay "…" scene spinthebottle30 with fade t "So beautiful." t "I wish them a happy life together." ki "…" ki "I’ll be right back." ki "I’m gonna go do something." scene spinthebottle31 with fade mak "Don’t you fucking dare." s "But I need to make dreams come true." mak "Sensei..." s "I’m sorry, Makoto." s "I can’t let Molly down on Christmas." menu spinbottle: "Spin hard": scene bottlespin1 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin2 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin3 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin1 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin2 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin3 with dissolve $ renpy.pause(0.3, hard=True) scene spinthebottle33 with dissolve2 c "Ah!" c "It landed on me! " s "Weren’t you just halfway across the room two seconds-" c "I’ve been here the whole time." scene spinthebottle34 with dissolve c "You have to kiss me now, right? That’s how this works?" c "Why aren’t you kissing me yet?" scene spinthebottle35 with dissolve mak "Again, don’t fucking dare." s "But she won fair and square. I need to give her something." mak "How about an actual present because, you know, it’s {i}Christmas{/i}?" s "Can we at least...take a walk together or something?" mak "Through the halls of a hotel? Romantic." c "I’ll go on a walk!" c "I mean I obviously wouldn’t actually {i}kiss{/i} Sensei, especially in front of the entire class- so a walk is fine!" scene spinthebottle36 with dissolve mak "You literally {i}just{/i} complained about him taking too long to kiss you." c "That never happened. You need to get your ears checked." mak "Whatever. Go for your stupid walk. " if bonus == True: mak "But be back in ten minutes or I’m calling security and telling them there’s an older man taking advantage of a[school] girl." else: mak "But be back in ten minutes or I'm setting the building on fire and killing everyone inside." c "Twenty minutes and I promise not to tell anyone what I found in your locker that one time." mak "…" "Wait, what was in Makoto’s locker? Now I’m kind of curious." mak "Fine. {i}Twenty{/i} minutes. But no more. Got it?" c "Got it! Thanks class prez!" scene black with dissolve2 stop music fadeout 10.0 "Chika springs up faster than I’ve ever seen her move before and throws the door open, dragging me along before Ami and Ayane are able to snap out of their post-kiss...depression?" "They definitely did not look very happy." "But hey, if them being sad for a little while is the only negative aftereffect of getting to watch them kiss, I’m completely fine with it." "………" "……" "…" $ renpy.end_replay() $ christmas5 = True jump chikalust10intro "Spin soft": scene bottlespin1 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin2 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin3 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin1 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin2 with dissolve $ renpy.pause(0.3, hard=True) scene bottlespin3 with dissolve $ renpy.pause(0.3, hard=True) scene spinthebottle32 with dissolve2 if bonus == True: m "…" s "…" mi "…" m "Absolutely not. " m "Spin it again." s "Fine..." else: m "Omg yes" s "Wait, no. I meant to spin harder." m "What? No. Please." jump spinbottle label chikalust10intro: play music "love.mp3" "Chika and I make our way down the halls of the hotel as she skips happily beside me, humming the tune of whatever Christmas song was just on the radio to herself." "I think about reminding her of my distaste for the holiday, but ultimately let her decide to do her thing since she is apparently on the opposite end of the spectrum." "It’s fine to like Christmas, but trying to infect others with your feelings on the matter is no better than trying to convince a life-long normal person to not eat meat." "Opinions are best when they’re kept isolated, which is why I will continue to ignore my thoughts and let everyone else be happy instead." scene chikalustten1 with dissolve2 c "Oh, Sensei! I forgot to tell you." c "Chinami and I are thinking of getting you a present since you’re always going out of your way for us." c "It probably won't be anything big since we’re still kind of low on money, but we'll do our best." s "Speaking of Chinami, are you really leaving her alone on Christmas?" s "That seems unlike you." scene chikalustten2 with dissolve c "We watched some movies and stuff together earlier. She’s asleep right now." c "So I guess {i}technically{/i} she’s alone on Christmas, but she’ll probably never even realize it since we’ll be back before she even wakes up." s "Fair enough. " s "Can I ask you something else, though?" c "Sure. What’s up?" s "Why are we holding hands right now?" c "Because I won you. You are my prize." s "I’m no expert on spin the bottle, but I’m pretty sure the person who spins is the one who technically “wins.”" scene chikalustten3 with dissolve c "Nope! I’m the winner. And if you’re not going to kiss me in front of everyone, the least you can do is hold my hand." s "Okay but if anyone sees us, you’re taking the blame." scene chikalustten4 with dissolve c "Of course. I planned on that anyway. " "And I’m assuming she planned on “winning” as well considering she basically leapt in front of the bottle as it stopped spinning." "If it was even a little off to the side, I imagine she would have pushed Maya over as well." "But hey, at least it’s proof that her affinity for me is actually genuine. " "Which isn’t to insinuate that it’s not like that with the others." "But Chika really does feel like an actual girlfriend at times." "It’s weird." scene chikalustten5 with dissolve c "Hmm...Do you think anyone would care if we snuck outside for a bit?" s "I don’t think anyone would even know." c "Even better~" s "Is it, though? It’s freezing out and all you’re wearing is...that." c "I’ll be fine if it’s only for a few minutes. Besides, if I get cold, you can just warm me up." c "I’ll take the blame for that if we’re caught as well, so don’t even worry about it." s "You seem unusually confident tonight." c "Probs because I got the present I wanted most." s "…" c "…" scene chikalustten6 with dissolve c "I’m talking about this cute handbag I got for myself before I left work yesterday." c "You’re the present I wanted second-most, though. So don’t feel too bad." s "I hope to one day be as essential as an accessory to you." c "And I hope to one day {i}be{/i} an accessory to you. " scene chikalustten7 with dissolve c "Wait. That makes it sound like I’m okay with being some sort of mistress." c "What I meant to say is I just want to stay with you for a really long time. Kay?" s "Are we going outside or what? The door is right in front of us." scene chikalustten8 with dissolve c "How come you never say anything cute back to me?" scene black with dissolve2 "Chika and I make our way outside and walk around the perimeter of the hotel, stopping at an old bench leaned up against the brick walls." "The grass is overgrown and the exterior, particularly in the back, doesn’t match the high expectations the inside set-" "But the girl next to me manages to offset any flaws on the outside of the hotel by just being so fucking cute." if chika_lust < 10: "Unfortunately, an employee from the hotel decided to go out for a smoke break and told us that we weren’t allowed to be back here." "We spent the rest of our very special twenty-minutes together arguing that there shouldn’t be a bench here if people aren’t allowed to sit on it." "The argument changes nothing and we hang our heads as we make our way back to the hotel room." "But even though nothing really came of the meeting, Chika and I still manage to become a little bit closer." "It wasn’t much, but I’m glad we got to spend some of Christmas together." "........." "......" "..." $ renpy.end_replay() $ chikalust10miss = True stop music fadeout 5.0 jump christmas6 else: jump chikalust10 label chikalust10: scene chikalustten9 with dissolve2 c "Oh no. It looks like I was wrong and I am cold after all." c "I guess this means you have to keep me warm." s "You did this on purpose." c "Yes." c "I’m not really trying to hide that." s "Okay, good. Because you’d be doing a pretty horrible job if you were." c "Are you cold too, Sensei?" s "A bit. The shoulder you’re leaning up against is significantly warmer than the rest of my body." c "That probably means we should get closer then, huh?" if bonus == True: jump chikalust10x else: scene black with dissolve2 stop music fadeout 10.0 s "Asbolutely not. I am offended that you would even suggest such a thing." s "We can hug instead, though. That much is allowed." c "Yes. Please hug me, Sensei." "We hug." $ renpy.end_replay() $ chikalust10 = True $ chika_lust += 1 "{i}Chika’s lust has increased to [chika_lust]!{/i}" "………" "……" "…" jump christmas6 label christmas6: play music "christmasyay.mp3" fadein 5.0 scene secretsanta5 with dissolve "I walk into the room with Chika (Who immediately ducks into the bathroom to fix her makeup) and find that the rest of the girls have already started handing out presents." "I’m assuming there’s no way I’m actually exempt from giving someone a gift, so I guess this is the moment of truth where I just wait around to see who I disappoint." if chikalust10 == True and bonus == True: "Unless I actually {i}do{/i} wind up with Chika." "In that case, I’ll just use her first semi-public orgasm as my Secret Santa present." "Which would be kind of awesome because I didn’t even have to giftwrap it." m "What is with that face?" s "What face? What are you talking about?" if bonus == True: m "You have a disgusting expression that makes it look like you’re reflecting on something gross you’ve probably done." else: m "The really cute one you have plastered to your head." sa "I think...you look the same as always...Sensei..." m "Yes, I agree." if bonus == True: m "You always look like you’re caught in the middle of thinking something horrible." sa "That...isn’t what I said." s "Thank you for being so pure, Sana." s "And thank you Maya for..." m "…" m "For what? " if bonus == False: m "Loving you?" s "For always wearing clothes that accentuate your legs." s "You had me for Secret Santa, didn’t you?" m "…" scene secretsanta2 with dissolve m "I’d have given you something much different if that were true." s "Oh yeah? And what would-" m "Anthrax." s "...Okay, so moving right along then. Shouldn’t you two be giving your gifts out instead of just standing around?" s "Who did you have?" scene secretsanta3 with dissolve sa "I...had Chika but...she kind of disappeared into the bathroom so now I have to keep standing here awkwardly." "Shit. Looks like I {i}will{/i} be disappointing someone after all." s "What did you get her?" scene secretsanta4 with dissolve sa "Well...I don’t really know her well so I...wound up just buying her some...girly stuff I found from the mall." sa "Rin helped me, but she kept trying to make me go over the spending limit." sa "She even offered using her own money, but...that just felt strange..." s "Yeah that sounds about right. " s "If there’s anyone who knows what Chika would like, it’s Rin." sa "R-Really? Not Yumi?" s "Nope. Definitely Rin. " scene secretsanta5 with dissolve sa "I didn’t realize they were that close..." s "Sometimes I don’t think they’re close enough." sa "I...don’t know what that means." if bonus == True: s "Don’t worry. I’ll tell you when you’re older." else: s "I just think it would be great for both of them if they would just hug every once in a while." sa "…" sa "What?" s "And Maya? What about you?" s "Who’s the lucky recipient of whatever strange gift you decided to purchase?" m "Futaba. Also MIA." m "I think she went to get some water. Seeing everyone kiss seemed to really take a toll on her." s "Wait, don’t tell me that kept going after I left the room?" scene secretsanta6 with dissolve if bonus == True: m "You missed out on an entire orgy. Poor Sana nearly had to go to the hospital." else: m "No. But Sana killed a housekeeper with her bare hands. It was sweet." sa "Wha-?!" sa "Th-th-th-th-that never happened!" sa "I’ve still never...k...k..." s "Good. Stay that way forever." scene secretsanta7 with dissolve sa "For...ever?..." m "Joking aside. All of the debauchery managed to miraculously end the second you left the room." m "I wonder how that happened?" "Pretty sure Chika just brought all of it outside." "And that, I am thankful for." s "So...I guess since you two are the only ones standing around, it means one of you is the person I have to disappoint?" m "Oh, you had me. I’ve known the whole time." m "But I’m used to you disappointing me, so it’s fine that you didn’t get me anything." scene secretsanta8 with dissolve s "Wait, you knew this whole time and you didn’t tell me?" s "I specifically asked {i}you{/i} earlier because I figured you’d know." s "Are you saying you lied to me back then?" m "I lie to you literally all the time. I don’t think this should come as that big of a surprise." s "Why, though? Don’t you want a present?" scene secretsanta9 with dissolve m "Not really." m "But if this is about not looking like a complete jerk, you can just tell everyone that this scarf was an early Secret Santa present." m "But then again, I don’t think you care much about not looking like a jerk, so you can just disregard that." s "I really want to feel bad about myself for letting you down right now but being insulted is making that a little more difficult." scene secretsanta8 with dissolve m "It’s fine. You hate Christmas anyway." m "Use my present money to get something for Ami or Ayane. You know- people who would actually like to receive presents from you." s "You liked the scarf so much that you literally collapsed." m "That never happened." m "I graciously accepted this accessory and politely bowed before walking away." m "The reset must have destroyed your memory." sa "R...Reset?" scene secretsanta9 with dissolve m "It’s a long story." s "…" "Did she really just summarize the fact that we’ve literally reset the[school] year together {i}twice{/i} with “It’s a long story?”" "I mean, she’s not wrong but..." "That seems kind of anti-climactic." s "There’s really nothing I can do to make it up to you?" scene secretsanta10 with dissolve m "To make it up to me? Hmm..." m "…" m "…" m "…" scene secretsanta11 with dissolve m "Could you leave me alone forever?" s "Nope." m "Didn’t think so." m "Then no. " m "The best thing you could do right now, though, is stop drawing attention to the fact that the two of us are talking to one another." m "You’re an annoyingly popular character, so it will be quite troublesome if people begin to think I’m somehow close to you." s "Okay, but eventually I’m going to-" y "Umm..." "I feel a suspiciously light tapping on my shoulder after hearing Yumi interject." "And I say “suspiciously light” because I assume she is the one tapping me and I associate nothing but pent-up aggression with that girl." s "…" y "…" m "…" m "This is the part where you turn around." scene secretsanta12 with fade "I turn around to find a rather timid version of the class delinquent hiding half of her face behind a brightly colored notebook." "And judging by the fact that this particular notebook has “Not a gift” written on it in black permanent marker, I think it’s safe to assume that it is, actually, a gift." y "...Yo." s "Yo." y "…" s "…" s "Is that for me?" scene secretsanta13 with dissolve y "Not because I want it to be." y "I was just the last person to draw a name out of the stupid fucking hat and everyone probably threw your name back in because you suck so much." s "But you still got me something anyway?" s "I figured you would have just skipped something like this." scene secretsanta14 with dissolve y "I wanted to but...Chika and Chinami found out and made me do this." y "It’s not like I bought anything or whatever, though. I just kind of...wrote you a note. I guess." s "…" y "…" s "Well, can I read it?" scene secretsanta15 with dissolve y "No. Fuck off." s "So you wrote me a note that I’m not allowed to read and that is my Christmas present?" y "You can read it just..." y "My body won’t let me hand it over to you." y "Probably because it’s looking out for me and knows it will be a bad move if I show you anything that could even be confused for affection." s "Give me the hate letter, Yumi." scene secretsanta16 with dissolve y "I-It’s not a hate letter!" y "It was going to be but the fuckin...Chosokabes kept makin’ me rewrite it until they approved it!" y "So this is the fifth letter! Or sixth! I don’t even remember! " scene secretsanta17 with dissolve y "AAAAAHHH JUST FUCKING TAKE IT!" "Yumi gives up on hiding and literally throws the notebook at my chest." "I catch it with my impressively great reflexes and immediately retreat to the door to see what she could have possibly written about me." scene black with dissolve2 "………" "……" "…" scene secretsanta18 with dissolve2 s "…" "This is actually weirdly touching." "Maybe it’s just the obnoxiously happy background music or the fact that she was so embarrassed about handing this over but..." "I actually like this present a lot." "It’s the perfect thing for someone like me who hates the holidays and can’t find a point for most material goods." "Sometimes, it’s good to just...hear what someone has to say from the heart." "And sure this might be a little more exaggerated or kind than how Yumi really feels-" "But the fact that she was able to write something like this down after what I did to her is really..." "Rewarding?" "Surprising, maybe?" "…" "Oh no. This isn’t one of those Christmas miracles, is it?" scene secretsanta19 with fade y "…" y "Make fun of me and I’ll fucking kill you. Got it?" s "Thanks, Yumi. I really appreciate this." y "You appreciate me calling you “Not the worst ever?”" s "You know, I really do." y "Oh. Well...cool, I guess." s "…" y "Can you give me the notebook back now?" s "Wait, you need it back?" y "That’s the only notebook I own and I need it for[school]." s "You don’t even come to[school]." s "And I wouldn’t give you any notes to take even if you did." scene secretsanta20 with dissolve y "J-Just give it back, okay?! It’s embarrassing for you to hang on to it!" if bonus == True: y "I don’t want you fucking...jerking off on it or something." s "I can’t believe I have to say this but I’m not going to jerk off on your Christmas present." else: y "I don't want you to like...hug it or whatever." s "I'm not going to hug the present, Yumi." y "Like I’d fuckin’ believe that! Give it back, asshole!" scene black with dissolve "Yumi moves toward me to try and grab the notebook forcefully, causing me to backpedal and make my way toward the door with a death grip on it." "This may seem like just a silly note to some, but for me- it is a symbol of progress." "A trophy that I must treasure." "I shall protect it in any way I can." "………" "……" "…" play sound "dooropen.mp3" c "Huh? What’s going on out here?" y "FUCKING...STOP...RUNNING!" scene secretsanta21 with dissolve c "I go into the bathroom for five minutes and that’s all it takes for you to explode? What happened?" y "Chika! Tell him to give me back my notebook!" c "Your notebook?" c "Is this because of the Secret Santa thing?" y "Yes! Tell him he has to give it back!" c "But...he doesn’t." c "Do you not understand how presents work?" scene secretsanta22 with dissolve y "He...gets to keep that?!" c "Of course~ " c "Besides, doesn’t it make you happy knowing he can pull it out and look at it whenever he wants?" y "Uhhhhhhh, no?!" y "If he keeps that then...where am I going to write all of my notes for[school]?!" c "You don’t even come to[school]." c "And Sensei wouldn’t give you any notes to take even if you did." s "See? That’s exactly what I said." scene secretsanta23 with dissolve y "Stay the fuck out of this. This doesn’t concern you." s "This is literally {i}about{/i} me..." scene black with dissolve2 "Yumi and Chika proceed to argue about how imperative it is that Yumi gets her notebook back." "We offer the compromise for me to just remove the page with the note on it but, of course, this was never about not being able to take notes for[school]." "I don’t know if Yumi’s afraid of looking weak or if she just thinks I’m going to...use this against her in some way-" "But I really do just want to keep it and tuck it away in some drawer to forget about and probably look back on for nostalgic value many years from now." "If I even make it to “many years from now.”" "But hey, months ago, I never would have even dreamed of getting an acknowledgement of how I’m not literally Satan from Yumi." "So if this can happen, literally anything can happen." "………" "……" "…" "A loud bang can be heard from outside as the walls of the hotel are dyed with bright, red light." "In addition to Christmas lights and decorations, it seems like fireworks are a thing I’m apparently going to have to deal with now as well." "One by one, girls begin leaving the room and heading outside, grabbing my sleeves and trying to get me to come with them." "There are two exceptions to this." "Well, I guess three technically." "The first two come in the form of Makoto and Miku, who leave the room in a hurry- likely to get Miku somewhere she won’t be able to hear anything." "I think about following them, but realize Makoto is probably better suited to dealing with Miku’s condition than I’ll ever be." "Instead, I remain in the room with the second exception to the sudden and intense interest in fireworks." "………" "……" "…" $ renpy.end_replay() $ christmas6 = True label futabalust10intro: scene futabalustten1 with dissolve f "Umm...Hi, Sensei." f "Is there a reason you’ve decided to hang out here instead of going downstairs with everyone else?" s "Wouldn’t the same go for you? " s "Go enjoy your youth or whatever it is someone in my position is supposed to say right now." f "Maybe in a bit. Things have been pretty...hectic in here tonight and I’m trying to avoid getting a headache." s "I get that. Molly’s little game sure shook things up a bit." scene futabalustten2 with dissolve f "And of course I’m going to be the one who has to hear about it for the next month." s "A month? I don’t think it will take Rin that long to get over something as trivial as a little kiss." scene futabalustten3 with dissolve f "Sensei! A girl’s first kiss is important!" f "It probably sounds silly to you, but a lot of people really care about that stuff." s "Are you one of those people, Futaba?" scene futabalustten4 with dissolve f "I {i}was{/i}. " if bonus == True: f "Now we do naughty stuff all the time and I’m starting to think I’ll go the rest of my life without ever being kissed by anyone." s "Did I really corrupt you this much without ever kissing you?" else: f "But everything changed when the fire nation attacked..." s "=(" if futaba_lust < 10: scene futabalustten5 with dissolve if bonus == True: f "Some might say you haven’t corrupted me enough." f "I’m sure in some alternate timeline, my lust for you would be even higher and we’d wind up doing something pretty risky while everyone else was downstairs." s "Does that mean that isn’t going to happen in this particular timeline?" f "Mhm." f "Well, not today at least." f "But we can still hang out and talk for a little while before heading down." f "I’m curious to hear about whatever it is Yumi wrote in that notebook for you." scene black with dissolve2 "Just as she suggests, Futaba and I spend the next five or ten minutes talking about the gifts we received tonight." "It turns out that Maya’s exchange with her wasn’t exactly lengthy and that she just handed her a gift card on her way out the door, but Futaba apparently doesn’t care for presents much anyway." "She talks about how she much prefers buying things for herself so she can be sure she’ll like something- and it’s really just the thought that counts at the end of the day." "And while some people might think giving someone a gift card has no thought to it at all, 100%% of the people in this room disagree- and that’s more than enough for me." "…" "Eventually, the two of us decide to head back downstairs to meet up with everyone else." "To avoid suspicion, I go to exit the room first while Futaba runs into the bathroom to adjust her makeup." "But, just as I reach for the handle, it opens on its own and someone rather peculiar steps in." else: scene black with dissolve "Futaba tells me all about how her mother was killed in a raid by the fire nation in an attempt to uncover the last water bender in her village." "Now Futaba has to help some kid with a weird tattoo save the world or something. I don't really know." "But she's clearly got a lot more important shit to deal with than hanging out with me, so I decide to leave her alone for the rest of the night." stop music fadeout 5.0 "………" "……" "…" $ renpy.end_replay() $ futabalust10miss = True jump christmas7 else: jump futabalust10 label futabalust10: scene futabalustten5 with dissolve stop music fadeout 20.0 if bonus == True: jump futabalust10x else: scene black with dissolve "Futaba tells me all about how her mother was killed in a raid by the fire nation in an attempt to uncover the last water bender in her village." "Now Futaba has to help some kid with a weird tattoo save the world or something. I don't really know." "But she's clearly got a lot more important shit to deal with than hanging out with me, so I decide to leave her alone for the rest of the night." $ renpy.end_replay() $ futabalust10 = True $ futaba_lust += 1 "{i}Futaba’s lust has increased to [futaba_lust]!{/i}" "………" "……" "…" jump christmas7 label christmas7: scene lastchristmas1 with dissolve play music "stpartynight.mp3" fadein 7.0 t "I come bearing news." s "What kind of news? What’s going on?" t "We are under attack." s "Excuse me?" t "The sky is exploding." t "There are so many bright colors." t "I wanted to tell you I love you before we die." s "Those are called fireworks and they’re used to celebrate holidays. We’re not going to die." t "Oh." t "Well this is awkward." s "You don’t...actually love me. Right?" t "Is love the feeling you get when you want to feed someone noodles until they grow large and powerful?" s "In your case? Probably." t "Then I am in love with the whole class." t "How will I ever fund this wedding?" s "Is there any other reason you came up here? Or was it really just to seek shelter from some harmless, brightly colored lights?" t "I was told to bring you downstairs." t "I had assumed it was because someone wanted you dead, but I no longer think this on account of the fireworks." s "Well thank you for coming up to execute me." t "Merry Christmas. Now die." s "Yeah, I’m going to have to pass." scene lastchristmas2 with dissolve t "A joke. " t "It’s okay if you stay alive." s "That might be the nicest thing you’ve ever said to me." s "You’re even smiling and everything." t "My face feels strange." t "Is this what they call Christmas Spirit?" s "Nope. Like I said, that’s a smile. " s "You should do it more often. You look cute when you’re actually emoting." scene lastchristmas3 with dissolve if bonus == True: t "This is the first holiday I have ever spent with girls my age plus one older man." else: t "This is the first holiday I have ever spent with actual friends." t "It was so enjoyable that I will not smile again until next Christmas." t "I must preserve these feelings as if they were pickled garlic." s "Weird metaphor but sure, do whatever you want." s "Are you coming back downstairs with me?" scene lastchristmas4 with dissolve t "To the war-zone?" s "Again, it’s not a war-zone." t "Are we not currently engaged in a space war?" t "How can you be sure the explosions are not coming from that?" s "Because this happens several times every year. It’s a celebration." scene lastchristmas5 with dissolve t "War is no reason to celebrate, bro." t "Something bad is going to happen and you will be too busy using all of your smiles to prepare for it." s "Don’t say ominous things like “Something bad is going to happen.” Do you know how many red flags it raises when someone like you does that?" scene lastchristmas1 with dissolve t "I don’t have a flag." s "…" t "That was-" s "A joke, I know. It wasn’t a good one." t "Well they can’t all be award-winners, you bastard." s "One would be nice." t "Knock-knock." s "What?" scene lastchristmas6 with dissolve t "Mn..." t "I was prepared for you to say “Who’s there?”" t "The Emerald Guardian did not train me on what to say in the event of an emergency like this." s "I’m going downstairs now, Tsuneyo. " if futabalust10 == True: "I turn to the bathroom and shout at the door, wondering if Futaba will be finished cleaning {i}me{/i} off of her clothes any time soon." else: "I turn to the bathroom and shout at the door, wondering if Futaba will be finished any time soon." s "I’ll be outside whenever you finish in there." f "Oh...okay! Just give me a...few more minutes." t "Sensei, you have not heard the rest of my joke." t "Please finish this job so that I may rest in peace." s "Will finishing the joke kill you?" t "No, but it is sure to kill you." t "With humor." s "…" t "…" s "Who’s there?" scene lastchristmas1 with dissolve t "Tsuneyo Tojo, soup warrior." s "…" t "…" s "That’s it? That’s the joke?" t "Unexpected, wasn’t it?" t "It is what the Emerald Guardian calls an “anti-joke.” " t "I am so bad at being funny that I must now be purposely {i}not{/i} funny when using comedy." t "This is what my life has become." s "Can I leave now?" t "No." s "Why?" t "The war. And other things." s "I’ll be fine..." t "Okay, but don’t come crying to me when you die." s "I will be sure not to..." scene black with dissolve2 "I need to step around Tsuneyo, who adamantly refuses to move for some reason." "I’m not sure why she was being so weird, but-" "Wait, what am I talking about? She’s always weird. This is no different from talking to a bird or...pulling a knife on me in a restaurant." "If anything, being afraid of fireworks is even...{i}less{/i} weird." "I mean, look at Miku. She’s probably tucked away in some private room right now having her head rubbed by her best friend." "Maybe Futaba will be generous enough to rub Tsuneyo’s head when she comes out of the bathroom." "That might be beneficial for all of us." "………" "……" "…" "I walk out to find the charred bodies of all of my students, burnt to a crisp from space-explosions that found their way to Kumon-mi." "I pray for each and every one of them and then toss their bodies into the ocean." "They decompose and feed a grand total of 6,743 fish over the course of their time in the water." "The fish are then captured and eaten by humans." "Then eventually wind up back in the ground and grow into beautiful, tall trees." scene lastchristmas7 with dissolve "Just kidding." "I walk past Rin and Maya and make my way over to Ami, who starts frantically waving at me the second the stray light of the fireworks hits my slightly-thicker winter shirt." a "Yay! You made it!" s "I was only like, two minutes away. Of course I made it." a "Why didn’t you come out as soon as we heard the first bang? You love fireworks." a "We always used to watch them together at all the festivals and stuff. Remember how you’d always let me sit on your shoulders?" s "Do you want to sit on my shoulders now? Is that what’s going on?" a "Yes please!" s "No." a "Why? Literally no one will care." s "I can name at least eleven other girls who probably would." scene lastchristmas8 with dissolve a "But I’m the {i}main{/i} girl. Even if hearing that would break Molly’s little Irish heart into like seven trillion pieces." s "Where is Molly anyway?" a "Oh, she got really upset when Rin yelled at her and stormed off to go play games in the bathroom." a "That’s just what she does when she gets all sad and stuff. " a "I wish that worked for me. I just cry and eat instant noodles until I feel better." s "Yeah, that’s a much more adult way of handling your problems. " s "How is Rin taking it?" a "Rin? She’s fine. I think she was just surprised." a "Also, Ayane is dead now. I murdered her and dumped her body behind the hotel." a "Please don’t go looking for her." s "That’s a pretty intense reaction to just a kiss- especially with someone you’ve kissed before." scene lastchristmas9 with dissolve a "This again?! I thought I just misheard you before." a "I have no idea what you’re talking about. Why would Ayane and me have ever done something like that?" s "Wait, are you being serious?" a "Of course. When have I ever lied to you?" s "Who knows? For all I know you could be lying right now." a "I’m not smart enough to lie in advance about stuff like that." "Would Ayane really lie about something as...specific and strange as that?" "Why?" "I mean, it’s definitely possible Ami just...isn’t remembering this." "The two of them were a lot younger after all." "And I remember literally nothing about my childhood, so..." "I guess the only way to ever find out would be to go back in time." scene black with dissolve "………" "……" "…" scene lastchristmas10 with dissolve m "You’ve seemed quite wrapped up in your phone all night." m "Is everything okay?" r "Oh, totally. I’m just talking to a friend or whatever." r "It’s that beginning part of the friendship where if you stop texting each other for like two minutes, the other one starts getting crazy anxiety and thinking you hate them." m "That does not sound like a normal friendship. " m "You know it very well could just be you who feels that way, right?" scene lastchristmas11 with dissolve r "Is that code for that I’m probably coming on too strong and am going to ruin everything?" r "Oh God, she hates me doesn’t she?" r "She’s only pretending to like me to get me to go away." m "That...also doesn’t make sense." m "I just don’t think you should spend your entire Christmas on your phone when you have plenty of other friends here." scene lastchristmas12 with dissolve r "Woah! Maya-advice!" r "Is this what it feels like to be Sensei?" if bonus == True: m "I don’t know. Do you suddenly have the urge to [molest] the entirety of our class?" else: m "I don't know. Are you currently repressing any memories of a romantic relationship with me?" r "…" m "…" scene lastchristmas13 with dissolve r "…" m "…" m "Hah..." scene lastchristmas14 with fade a "Oh, Sensei." a "I know you’re not the one who paid for it or set it up or...probably even enjoyed it at all in any way-" a "But thanks for spending Christmas with me like this." "The sound of the fireworks slowly begins to die out." "The night is coming to an end." a "It was really nice being able to share such a special day with all of my friends and..." scene lastchristmas15 with dissolve a "And the one person I care about more than anything else in the world..." a "Every Christmas we spend together, it’s like...just a huge reminder of how important you are to me." scene lastchristmas16 with dissolve r "Hm? A call?" a "And I know that probably makes it sound like you aren’t {i}usually{/i} important to me, but that’s definitely, {i}definitely{/i} not the case." play sound "phonebeep.wav" scene lastchristmas17 with dissolve r "Hello?" a "So...if it’s not much of a bother...I’d like to maybe...have an extra Christmas with you or something?" a "One with just the two of us, where I...won’t have to kiss Ayane and stuff..." scene lastchristmas18 with dissolve a "And...and we could watch movies and bake cookies! And cuddle under the blanket!" a "And...eat other stuff! And spend lots of time together! And-" scene lastchristmas19 with hpunch stop music r "WHAT?! NO WAY!" a "Huh?" a "What’s going on over there?" r "Yeah, yeah. Definitely. " r "I’m glad you’re okay. " r "…" r "Uh-huh." r "…" r "Gotcha." r "I’ll talk to you soon." scene black with dissolve "………" "……" "…" play sound "phonebeep.wav" scene lastchristmas20 with dissolve m "Is everything okay?" r "Dude..." r "My friend’s[school] just..." r "Collapsed." m "...Pardon?" r "Apparently there was a huge sinkhole that just swallowed the whole thing up." r "They can’t even see the bottom so they have no idea how far down it goes." scene lastchristmas21 with dissolve2 m "…" m "What?" r "Yeah..." r "It’s winter break so no one was hurt or anything, but that’s still...so fucking crazy." r "Like, what if that was our[school]? Or what if we were in it?" m "When did this happen?" r "A little while ago, I guess. I don’t know. I’ve known just as long as you." scene lastchristmas22 with dissolve r "Hah...I’m just glad everyone’s okay..." r "That’s so scary, dude. " r "You never know when shit like that is just going to happen." m "…" r "…" m "It’s not supposed to." scene lastchristmas23 with fade ki "Huh..." ki "So it’s actually true." ki "Literally no one hurt, though? Isn’t that a little too convenient?" y "A[school] blowin’ up in general sounds a little too convenient. I call next." scene lastchristmas24 with fade a "Sensei...Uta goes to that[school]." a "Do you think she’s okay?" s "It was kind of hard to hear from over here but didn’t Rin say nobody was hurt?" s "I’m sure Uta is fine." "Sounds like a royal pain having to deal with something that serious, though." if bonus == True: "My heart goes out to any fellow teacher who will now have a significantly more difficult time seducing his students." "But it is what it is, I guess." scene lastchristmas25 with dissolve m "I’m going home early." a "But...it’s Christmas." m "Yup." a "You’re not worried about Uta, too, are you? Because I’m kind of-" m "Goodnight." scene black with dissolve2 "I watch Maya walk out into the street. " "And then I watch the glow from her cell-phone as she wakes it from sleep-mode slowly blend in with the dark." scene lastchristmas26 with dissolve r "Oh, Sensei. Hey." s "Hey. Are you okay? " r "Me? Yeah, I’m fine. Just thinking about how easy it would be for any of us to die at any moment." s "So the usual?" r "Pretty much, yeah." ay "What’s the matter? I heard a commotion from around the corner but I have no idea what’s going on." s "Some other[school] collapsed or something." scene lastchristmas27 with dissolve ay "Oh my God...Is everyone okay?" sa "Rin...are you-" r "Yeah, totally cool. No worries at all." mo "And, umm, I know you’re probably still mad at me, but if there’s anything I can do to help, just-" r "Again, I’m fine. You guys are blowing this out of proportion." r "Yeah, it’s scary. But it’s just a[school]. You’re all acting like my friend died or something." scene lastchristmas28 with dissolve sa "Maybe...um...since the fireworks are over..." sa "We can start packing up and...go back to the dorms..." s "No one was staying over tonight? Don’t you guys have the room until tomorrow?" r "Futaba and I were going to stay." r "Molly was too but now I’m kind of afraid she’s going to [rape] me." scene lastchristmas29 with dissolve mo "I’m not a [rapist]! Just a girl who listens to what fate wishes of her!" r "I’m kidding, Molly. It’s fine. " r "Let’s all just start packing up and whoever stays behind, stays behind." scene black with dissolve2 "And so the night comes to a close without anyone enduring emotional trauma." "Sure, I’m positive there are some people several miles away right now who really aren’t feeling great thanks to some recent developments but-" "At least everyone I know is safe." "Or at least I hope they are." if chikalust10 == True and futabalust10 == True and bonus == True: "Chika and Futaba both sort of disappeared as soon as I got sexual with them." "I wonder if this is some sort of omen? Or maybe a curse?" "Either one seems possible- especially since there are no miracles on Christmas." "Just fireworks, chicken, and the innate fear of death." "………" "……" "…" "{i}Congratulations on completing the special Christmas update!{/i}" "{i}Things will now return to normal!{/i}" "{i}Well, mostly.{/i}" "{i}Please continue to enjoy your stay in Kumon-mi!{/i}" $ renpy.end_replay() $ christmas7 = True jump endofsat # This ends the game. return