From 1f29121588050ed2b109d2e231a2fb0d8de3dc9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 17 Jun 2021 06:11:15 -0500 Subject: [PATCH] wingStory if/else added --- game/script.rpy | 113 +++++++++++++++++++++++++++--------------------- 1 file changed, 64 insertions(+), 49 deletions(-) diff --git a/game/script.rpy b/game/script.rpy index 63ff5ac..abe6f27 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -192,7 +192,7 @@ image fang c shocked flip = im.Flip("fang/future sets/fang c shocked.png", horiz image reed shocked flip = im.Flip("reed/reed shocked.png", horizontal=True) image naser shocked flip = im.Flip("naser/naser shocked.png", horizontal=True) image naomi shocked flip = im.Flip("naomi/naomi shocked.png", horizontal=True) -image stella shock alt flip = im.Flip("stella/stella shocked alt.png", horizontal=True) +image stella shock alt flip = im.Flip("stella/stella shock alt.png", horizontal=True) #considering flips image fang considering flip = im.Flip("fang/basic set/fang considering.png", horizontal=True) @@ -351,6 +351,7 @@ label start: $ fangscore = 0 $ anonscore = 0 $ tradwife = False +$ wingStory = False pause 1.0 #First Day of School "January sixth." @@ -6930,6 +6931,9 @@ menu: jump interrupt4c label quiet4c: + +$ wingStory = True + F "And the worst part is he can’t even hate me." show fang sad @@ -15282,7 +15286,7 @@ if anonscore >= 4 and fangscore >= 4: F "Mine." "We ended up watching Top Spear until midnight while Fang hogged her bag of nuggies." - stop music fadeout 1.0 + stop music fadeout 1.0 scene black with fade "..." scene outside school with fade @@ -15649,6 +15653,13 @@ elif anonscore >= 3 and fangscore <= 3: Nas "..." + if wingStory: + jump wingA + else: + jump wingB + + label wingA: + Nas "What did I ever do to her…?" A "I-er…" @@ -15711,6 +15722,10 @@ elif anonscore >= 3 and fangscore <= 3: Nas "..." + jump wingB + + label wingB: + Nas "Man..." Nas "where did it all go wrong?" @@ -16191,7 +16206,7 @@ elif anonscore >= 3 and fangscore <= 3: scene black with fade stop music fadeout 1.0 "We all enter the school and split off to our homerooms." - + "In class it feels just like the beginning of the year." "All alone." @@ -16229,7 +16244,7 @@ elif anonscore >= 3 and fangscore <= 3: Re "She doe-" T "It’s THEY damn it!" - + show anon sad with dissolve "I hear a defeated sigh and retreating footsteps." @@ -16264,7 +16279,7 @@ elif anonscore >= 3 and fangscore <= 3: "Rosa would just pull something out of the Bible to read, and Stella…" "Stella would show them some anime about friendship or something." - + "I guess it couldn’t hurt to talk to them though, right? At the very least they could point me in the right direction." scene skinrow with fade "Before long I reach my apartment building, once again lost in my thoughts around Fang." @@ -16340,7 +16355,7 @@ elif anonscore >= 3 and fangscore <= 3: F "I just couldn’t stop myself from ripping something, I’m sorry Anon." A "Hey." - + show anon neutral flip at scenter "I scootch closer to her on the bed and put an arm around her." @@ -16400,7 +16415,7 @@ elif anonscore >= 3 and fangscore <= 3: "…" "For all the heartache and mental anguish I’ve been through these past few days there’s one good thing to come of it." - + play music 'audio/effects/chatter loop.ogg' fadein 1.0 "I’m on an actual date!" @@ -16549,7 +16564,7 @@ elif anonscore >= 3 and fangscore <= 3: Nas "... I guess I want to say-" Moe "ALRIGHT I BROUGHT BREADSTICKS FOR THE LOVELY COUPLE." - play music 'audio/OST/Venetian Values.ogg' + play music 'audio/OST/Venetian Values.ogg' show moe neutral flip at rright with moveinright "Rosa slams her head into the table." @@ -16758,7 +16773,7 @@ elif anonscore >= 3 and fangscore <= 3: "Rosa on the other hand took a seat a conspicuous distance from Naser, and I’m not quite sure who looks more embarrassed." scene black with fade "The rest of the time at Moe’s goes by pretty well, whatever family trick up his tiny sleeve seemed to have worked." - + "Fang is more calm than I’ve seen her in months, Naser is talking and laughing without having to walk through a verbal minefield." "From everyone’s mood alone, I feel like a burden is lifted from my shoulders." @@ -17023,7 +17038,7 @@ elif anonscore >= 3 and fangscore <= 3: F "Fuck off from my life, already!" T "No, Fang, I won't! I helped you, remember? I wanna keep helping you." - show fang angry flip + show fang angry flip F "You USED ME. YOU BETRAYED ME." T "I did not! You couldn't deal with yourself, you weren't happy with how things were going." @@ -17068,7 +17083,7 @@ elif anonscore >= 3 and fangscore <= 3: show trish fury with dissolve: yalign 10.0 - + T "IT WAS {i}YOUR{/i} IDEA." T "YOU WERE THE ONE WHO WANTED US TO TAKE THE BAND MORE SERIOUSLY- AND I DID" @@ -17183,7 +17198,7 @@ elif anonscore >= 3 and fangscore <= 3: "I reach through the wings and find a hand to hold." "The lunch bell comes and goes, as does the tardy bell for music class." - + scene black with fade "We ended up ditching the last few classes and just go back to my apartment again." @@ -17448,7 +17463,7 @@ elif anonscore <= 2 and fangscore <= 2: "..." scene black with fade - stop music fadeout 1.0 + stop music fadeout 1.0 else: #>>Doomer, no naser "..." @@ -21714,7 +21729,7 @@ elif anonscore >= 3 and fangscore <=4: A "Okay, here it goes..." scene black with fade - stop music fadeout 1.0 + stop music fadeout 1.0 "..." A "Well?" @@ -21807,7 +21822,7 @@ elif anonscore >= 3 and fangscore <=4: A "Y-yeah, same." "..." - + #Let's all go Campin #stop music fadeout 1.0 play music "audio/OST/Dino Destiny Reader.ogg" fadein 1.0 @@ -21875,7 +21890,7 @@ elif anonscore >= 3 and fangscore <=4: scene campsite show anon neutral at acenter with fade - + "Finally I manage to get a post to stick into the soft soil." "One down. Nineteen to go." @@ -22206,7 +22221,7 @@ elif anonscore >= 3 and fangscore <=4: "We stay laying a while longer, keeping the red moon company." scene black with fade - stop music fadeout 1.0 + stop music fadeout 1.0 "..." pause 3 @@ -22514,7 +22529,7 @@ elif anonscore >= 3 and fangscore <=4: show anon prom neutral at aleft show naomi prom angry flip at sright with fade - + A "What’re you up to, Naomi?" "She pinches the bridge of her nose and exhales slowly." @@ -22544,7 +22559,7 @@ elif anonscore >= 3 and fangscore <=4: "Suddenly I feel another tug on my arm, this time Fang’s mom dragging me back into the middle of the room." scene home fang night show anon prom neutral flip at scenter - show fangmom neutral at fmleft + show fangmom neutral at fmleft with dissolve stop music fadeout 1.0 play music "audio/OST/appreciating_the_scenery.ogg" fadein 1.0 @@ -22885,7 +22900,7 @@ elif anonscore >= 3 and fangscore <=4: with dissolve "Rosa and Stella look as though they’re only just now thinking this was a bad idea." - show anon prom neutral + show anon prom neutral show trish prom sad flip with dissolve @@ -23167,7 +23182,7 @@ elif anonscore >= 3 and fangscore <=4: A "Look Trish, this shit? It ends now." A "She said she would have constant nightmares of you wanting to talk to her." - + show trish prom sad flip with dissolve A "Maybe this could’ve been sorted out, but not today." @@ -23586,7 +23601,7 @@ elif anonscore >= 3 and fangscore <=4: scene black with fade stop music fadeout 1.0 "..." - + #Volcano Highschool Musical "-Three years later-" @@ -23956,13 +23971,13 @@ elif anonscore >= 3 and fangscore <=4: F "Er, actually, Moe retired! He sold his franchise." A "Oh. Well, we can still go check it out." - + stop music fadeout 1.0 - + scene outside moes "It took a while to get there, getting to be nearly five when we arrived at Moe's, we ordered our usual and picked a table." - + scene moes pizza show anonc neutral at aleft show fang c happy flip at sright @@ -24097,9 +24112,9 @@ elif anonscore >= 3 and fangscore <=4: F "What to play?" "Her eyes seem to glimmer for a moment." - + F "I know." - + play music 'audio/OST/Amberlight Brilliance - Piano.ogg' fadein 3.0 F "Remember this?" @@ -24125,7 +24140,7 @@ elif anonscore >= 3 and fangscore <=4: A "You shouldn't have abandoned music." F "..." - + "We talked about what we would do now, especially since it was getting dark outside and the street lights were coming on." "We walked our way back to where we started, near the park." @@ -24467,7 +24482,7 @@ elif anonscore <= 3 and fangscore >=3: "Maybe she’s... they’re right." A "Alright, sure." - + scene black with fade stop music fadeout 1.0 @@ -24736,7 +24751,7 @@ elif anonscore <= 3 and fangscore >=3: "Fang sees me join in and their beaming smile intensifies." "Soon enough I’m elbow deep in the pit screaming as wildly as the crowd." - stop music + stop music "...Then a stray elbow clocks me out early." "..." @@ -24849,7 +24864,7 @@ elif anonscore <= 3 and fangscore >=3: "It’s prom night." "The night Fang and I set aside for our own little party." - + scene home fang outside night show anon prom neutral at aleft show naomi prom neutral flip at sright @@ -24858,7 +24873,7 @@ elif anonscore <= 3 and fangscore >=3: "When I arrive at Fang’s place I see the Pomegranate Parasite waiting outside the front door." "Great." - + "And dear God, how can she move in that dress." "It looks like it’s been shrink-wrapped to her body." @@ -24876,7 +24891,7 @@ elif anonscore <= 3 and fangscore >=3: A "Nah. She said something about the ‘fascist sexist monarchy system’." N "Well, Naser and I have entered and we are going to be prom royalty. Ooooh, I can not wait to wear that beautiful tiara, I picked it out and everything and the crown for Naser-" - show naomi prom happy + show naomi prom happy #[Naomi keikaku here] "I’ve already tuned her out." @@ -24890,13 +24905,13 @@ elif anonscore <= 3 and fangscore >=3: Nas "Sorry to keep you waiting, Naomi." Nas "This thing is a nightmare to get over my wings." - + show naser prom neutral flip at ncenter with dissolve Nas "Oh, Anon! Come on in, didn’t know you were already here." "He waves for the two of us to enter, pecking Naomi on the cheek when she passes." - + scene home fang night show anon prom neutral at aleft show naser prom neutral at ncenter @@ -24906,7 +24921,7 @@ elif anonscore <= 3 and fangscore >=3: "Fang’s Mother speaks up from the kitchen." FM "Oh! Oh! Is that Anon?" - + show fangmom neutral flip at sright with moveinright Nas "Here we go." @@ -25425,7 +25440,7 @@ elif anonscore <= 3 and fangscore >=3: show fang ultra angry flip with dissolve - F "I AM NON-BINARY." + F "I AM NON-BINARY." #TODO make a prom angry sprite and put it here show anon prom neutral with dissolve @@ -25435,7 +25450,7 @@ elif anonscore <= 3 and fangscore >=3: "I try to step closer." #TODO make a prom socked sprite for here - + show anon prom neutral with move: xalign -2.0 hide anon with dissolve @@ -25701,7 +25716,7 @@ elif anonscore <= 3 and fangscore >=3: "Goodbye, Fang. It was nice seeing you again, I suppose." "Because I haven’t changed." - stop music + stop music scene black "People never change." @@ -25828,7 +25843,7 @@ elif anonscore <= 2 and fangscore <= 2: scene black with fade scene room anon dark with fade play music 'audio/OST/to_swagger.ogg' fadein 1.0 - + "Later that night after school Fang texts me." "Fang: Alright i got a plan" @@ -26373,7 +26388,7 @@ elif anonscore <= 2 and fangscore <= 2: "God damn it." "..." - + scene home fang day show fang a prom happy flip at sright show fangmom neutral at fmleft @@ -26852,7 +26867,7 @@ elif anonscore <= 2 and fangscore <= 2: F "He was busy." - scene prom + scene prom show fang a prom neutral at sleft show anon prom neutral at aleft with fade @@ -27159,7 +27174,7 @@ elif anonscore <= 2 and fangscore <= 2: "It all went tumbling down from there." play music 'audio/OST/its_the_piece_of_shit_you_asked_for.ogg' fadein 1.0 - + scene prom fang fuck up a ending with fade "Just like before, Fang’s bass sounds horrifically wrong, far too heavy. She’s a guitarist using a fucking jazz bass, so of course it sounds horrid." @@ -27422,7 +27437,7 @@ elif anonscore <= 2 and fangscore <= 2: scene room anon dark "When I enter my apartment I remove my suit jacket and toss it on the floor unceremoniously." - + "I loosen the tie, but don’t bother to take it all the way off." "Fang collapses in my cot without a word." @@ -27786,11 +27801,11 @@ elif anonscore <= 2 and fangscore <= 2: "...Did Fang sleep well?" A "Fang, you up?" - + stop music - + "The bed is empty." - + A "Oh." "Wait a second." @@ -27987,8 +28002,8 @@ elif anonscore <= 2 and fangscore <= 2: "Oh come on, she went to school without me?!" "I rush to put my clothes on and get out the door as soon as possible." - - stop music fadeout 1.0 + + stop music fadeout 1.0 "About halfway there my phone buzzes in my pocket."