diff --git a/game/images/NotForKids!/bikini.png b/game/images/NotForKids!/bikini.png new file mode 100644 index 0000000..db3faba Binary files /dev/null and b/game/images/NotForKids!/bikini.png differ diff --git a/game/images/other/orangeslice.png b/game/images/other/orangeslice.png new file mode 100644 index 0000000..aa009d4 Binary files /dev/null and b/game/images/other/orangeslice.png differ diff --git a/game/images/vfx/pickicon_smaller.png b/game/images/vfx/pickicon_smaller.png new file mode 100644 index 0000000..aadc4d4 Binary files /dev/null and b/game/images/vfx/pickicon_smaller.png differ diff --git a/game/script.rpy b/game/script.rpy index 2dc198a..7b2d39a 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -96,7 +96,7 @@ transform randPosition: # Click-to-continue icons / animations # TODO: settle on a position/animation that people like image ctc_end_marker: - "pickicon2" + "pickicon_smaller" # xalign 0.925 yalign 0.98 alpha 0 linear 0.25 alpha 1 @@ -116,7 +116,7 @@ define long_textbox = { "window_background": long_textbox_img, 'namebox_style': #Characters define base = Character (ctc="ctc_end_marker", ctc_pause="ctc_mid_marker", ctc_timedpause=Null(), ctc_position="nestled") # try to remember some of the basics of CTC -define I = Character(kind=base) # for internal dialogue i.e narration. Required for CTC indicators working with Anon's thoughts +define narrator = Character(kind=base) define A = Character ('Anon', base, color="#36E12D", who_outlines=[(1, '#0C300A')]) # Light Green define F = Character ('Fang', base, color="#B4D4CE", who_outlines=[(1, '#112D27')]) # Light Cyan define Lucy = Character ('Lucy', base, color="#B4D4CE", who_outlines=[(1, '#112D27')]) # Light Cyan @@ -260,6 +260,7 @@ image reed happy flip = im.Flip("reed/reed happy.png", horizontal=True) image reed happy sunglasses flip = im.Flip("reed/reed happy sunglasses.png", horizontal=True) image anon face happy flip = im.Flip("anon/base set/anon face happy.png", horizontal=True) image anon happy flip = im.Flip("anon/emotive set/anon happy.png", horizontal=True) +image anon grin flip = im.Flip("anon/base set/anon grin.png", horizontal=True) image trish future smug flip = im.Flip("trish/trish future smug.png", horizontal=True) image trish prom happy flip = im.Flip("trish/trish prom happy.png", horizontal=True) image stella happy flip = im.Flip("stella/stella happy.png", horizontal=True) diff --git a/game/script/1.first-two-days-anon-meets-fang.rpy b/game/script/1.first-two-days-anon-meets-fang.rpy index 7efdb3c..9079eb0 100644 --- a/game/script/1.first-two-days-anon-meets-fang.rpy +++ b/game/script/1.first-two-days-anon-meets-fang.rpy @@ -17,56 +17,56 @@ label chapter_1: stop music fadeout 2 play ambient 'audio/effects/outdoorLoop.ogg' fadein 2 - I "January sixth." + "January sixth." - I "Year 201M2020 BC." + "Year 201M2020 BC." - I "Volcaldera Bluffs." + "Volcaldera Bluffs." - I "Weather conditions;{w=0.5} cold as balls." + "Weather conditions;{w=0.5} cold as balls." pause .5 - I "It’s my first time living close to water." + "It’s my first time living close to water." - I "The idea of ‘marine layer’ is new to me,{w=0.4} but I do understand morning mist." + "The idea of ‘marine layer’ is new to me,{w=0.4} but I do understand morning mist." - I "This was like it,{w=0.2} except infinitely more shitty." + "This was like it,{w=0.2} except infinitely more shitty." - I "The heavy fog makes navigating to my new school more difficult as I fail to see anything five feet in front of me." + "The heavy fog makes navigating to my new school more difficult as I fail to see anything five feet in front of me." - I "Like a runt of a tree planted in the sidewalk that I swerve to avoid." + "Like a runt of a tree planted in the sidewalk that I swerve to avoid." pause .5 - I "It’s my first time having to walk to school too." + "It’s my first time having to walk to school too." - I "My new apartment is in an awkward spot.{w=0.5} Opposite side of town,{w=0.4} yet no school or public bus to take me from there." + "My new apartment is in an awkward spot.{w=0.5} Opposite side of town,{w=0.4} yet no school or public bus to take me from there." - I "It’s my first day at a new school." + "It’s my first day at a new school." - I "The second half of the first semester of senior year." + "The second half of the first semester of senior year." - I "I had six months left at my old school." + "I had six months left at my old school." - I "I can’t even imagine the kind of hell those six months would have been." + "I can’t even imagine the kind of hell those six months would have been." - I "But this{cps=*0.05}...{/cps}" + "But this{cps=*0.05}...{/cps}" - I "I should take my mind off of it." + "I should take my mind off of it." pause .5 - I "I whip out my phone,{w=0.3} and consider the best way to make people upset online." + "I whip out my phone,{w=0.3} and consider the best way to make people upset online." menu: "Reply to the obvious shill thread": - I "I replied to the obvious shill thread" + "I replied to the obvious shill thread" "Bait the obvious underaged poster": - I "I baited as underage B&" + "I baited as underage B&" - I "The thread goes 404 right as I'm ready to post my well thought-out reply." + "The thread goes 404 right as I'm ready to post my well thought-out reply." - I "Better hide my phone before someone sees fit to take it from me,{w=0.4} the only human around town.{w=0.4} I think." + "Better hide my phone before someone sees fit to take it from me,{w=0.4} the only human around town.{w=0.4} I think." window hide $ renpy.music.set_volume(0.8, 8, 'ambient') @@ -74,7 +74,7 @@ label chapter_1: play ambient1 'audio/effects/teenageCrowdFarLoop.ogg' fadein 8.0 pause .5 - I "It’s the sounds that reach me first.{w=.5} The chatter of people milling about." + "It’s the sounds that reach me first.{w=.5} The chatter of people milling about." pause .5 unknown "Bro" @@ -84,14 +84,14 @@ label chapter_1: unknown "It was only three weeks *Giggle*" pause .65 - I "I can make out the building now." + "I can make out the building now." - I "The fog shrouding gives the school an ominous vibe to it." + "The fog shrouding gives the school an ominous vibe to it." - I "I look at the name written on the arch over the entrance" + "I look at the name written on the arch over the entrance" pause .5 - I "{cps=*0.2}{b}{size=+10}{i}Volcano High{/i}{/size}{/b}{/cps}" + "{cps=*0.2}{b}{size=+10}{i}Volcano High{/i}{/size}{/b}{/cps}" scene outside school fog with fade stop ambient fadeout 2 @@ -102,17 +102,17 @@ label chapter_1: window hide pause 0.75 - I "The attempt at humouring myself just made me feel more alone." + "The attempt at humouring myself just made me feel more alone." show anonphone with easeinbottom - I "A check of my phone says I’m 30 minutes early." + "A check of my phone says I’m 30 minutes early." - I "Wonderful." + "Wonderful." hide anonphone with easeoutbottom - I "I move to the entrance,{w=0.3} only to see all of the steps occupied by students." + "I move to the entrance,{w=0.3} only to see all of the steps occupied by students." $ renpy.music.set_volume(1, 0, 'ambient') play ambient 'audio/effects/teenageCrowdLoop.ogg' volume 1.0 fadein 4 @@ -120,29 +120,29 @@ label chapter_1: scene stairs at Pan((6000, 1200),(553, 169), 30.0) with fade - I "Their eyes turn to me.{w=0.4} Expressions of confusion and contemplation.{w=1} I can feel their judging stares,{w=0.3} the same that had haunted me for four months previous." + "Their eyes turn to me.{w=0.4} Expressions of confusion and contemplation.{w=1} I can feel their judging stares,{w=0.3} the same that had haunted me for four months previous." - I "I can already picture what they’re thinking." + "I can already picture what they’re thinking." - I "{i}\"Dude,{w=0.4} check it out!\"{/i}" + "{i}\"Dude,{w=0.4} check it out!\"{/i}" - I "{i}\"Is that a skinnie?\"{/i}" + "{i}\"Is that a skinnie?\"{/i}" - I "{i}\"Where’s his spear?{w=0.5} Aren’t they all like,{w=0.4} spear chuckers or something?\"{/i}" + "{i}\"Where’s his spear?{w=0.5} Aren’t they all like,{w=0.4} spear chuckers or something?\"{/i}" - I "{i}\"Bet he eats his own kind.\"{/i}" + "{i}\"Bet he eats his own kind.\"{/i}" - I "They probably see me as some kind of circus attraction and nothing more." + "They probably see me as some kind of circus attraction and nothing more." - I "Ha,{w=0.4} I’m the freakshow among this cereal box mascot crowd." + "Ha,{w=0.4} I’m the freakshow among this cereal box mascot crowd." - I "Taking acid is not nearly as colorful as going to Volcano High,{w=0.5} I should write that down." + "Taking acid is not nearly as colorful as going to Volcano High,{w=0.5} I should write that down." - I "As I write \"{i}write that down{/i}\" on my phone’s note app,{w=0.3} I noticed the surrounding students stopped looking at me,{w=0.5} which is good." + "As I write \"{i}write that down{/i}\" on my phone’s note app,{w=0.3} I noticed the surrounding students stopped looking at me,{w=0.5} which is good." - I "I can peep around the friend circles without a problem now." + "I can peep around the friend circles without a problem now." - I "Not like I'll ever be a part of one anyway." + "Not like I'll ever be a part of one anyway." scene stairs at Pan((553,169), (553, 169), 0) with None # snap here if the player is advancing the dialogue quickly image iris = im.FactorScale(im.MatrixColor("vfx/iris.png",im.matrix.opacity(0.9)), 4.5) @@ -155,38 +155,38 @@ label chapter_1: pause .5 - I "?" + "?" $ renpy.music.set_volume(1, 0, 'ambient1') play music "audio/OST/That Monochromatic Weirdo.ogg" scene fanglookback at Pan((0, 1080), (0, 0), 10.0) with dissolve - I "{cps=*0.5}Talk about wanting to stand out,{/cps}{w=0.7} I never thought it was possible to look like you were from a black and white twenties cartoon." + "{cps=*0.5}Talk about wanting to stand out,{/cps}{w=0.7} I never thought it was possible to look like you were from a black and white twenties cartoon." - I "She does differ from the other technicolor students though{cps=*0.1}...{/cps}" + "She does differ from the other technicolor students though{cps=*0.1}...{/cps}" - I "...in the worst way possible." + "...in the worst way possible." pause .5 - I "O-oh yeah.{w=0.5} She's staring at me{cps=*0.1}...{/cps}" + "O-oh yeah.{w=0.5} She's staring at me{cps=*0.1}...{/cps}" - I "...with that look.{w=0.6} {cps=*0.4}Fucking hell.{/cps}" + "...with that look.{w=0.6} {cps=*0.4}Fucking hell.{/cps}" - I "Has she never seen a human in her life?" + "Has she never seen a human in her life?" pause .5 - I "{cps=*0.4}I fucking hate that look.{/cps}" + "{cps=*0.4}I fucking hate that look.{/cps}" - I "Contempt.{w} Judging." + "Contempt.{w} Judging." - I "Everyone that has looked at me like that never proved to be anything more than an asshole." + "Everyone that has looked at me like that never proved to be anything more than an asshole." - I "Like I'M the anomaly here.{w=0.6} She's just as dumb and insufferable as the rest of them." + "Like I'M the anomaly here.{w=0.6} She's just as dumb and insufferable as the rest of them." - I "She’s probably no better than me,{w=0.3} miss \"my snout is so big I can land a plane on it\"." + "She’s probably no better than me,{w=0.3} miss \"my snout is so big I can land a plane on it\"." - I "Go back to your friends." + "Go back to your friends." pause .5 scene fangtalkingwithtrish with Dissolve(1) @@ -195,16 +195,16 @@ label chapter_1: pause 1 play music "audio/OST/Beach Chill Out.ogg" fadein 1.0 - I "Huh.{w} She did.{w} I feel like I should say something." + "Huh.{w} She did.{w} I feel like I should say something." pause 1 - I "I notice that all this time my knees were weak and my arms were heavy." + "I notice that all this time my knees were weak and my arms were heavy." pause .5 - I "My feet carry me over the soggy grass as I look for somewhere else to be." + "My feet carry me over the soggy grass as I look for somewhere else to be." - I "On the side of the building is where I find sanctuary" + "On the side of the building is where I find sanctuary" stop music fadeout 1.0 scene garden @@ -213,43 +213,43 @@ label chapter_1: play ambient1 'audio/effects/teenageCrowdFarLoop.ogg' volume 0.4 fadein 1.0 with fade - I "It’s a small alcove of sorts." + "It’s a small alcove of sorts." - I "The pavement is cracked to bits and the shrubs surrounding it are overgrown." + "The pavement is cracked to bits and the shrubs surrounding it are overgrown." - I "Even the bench,{w=0.3} cracked paint on rotted wood held between two concrete legs,{w=0.3} matched the ‘abandoned’ vibe of the place." + "Even the bench,{w=0.3} cracked paint on rotted wood held between two concrete legs,{w=0.3} matched the ‘abandoned’ vibe of the place." - I "It was perfect." + "It was perfect." - I "I flop down on the wet bench and the violent crack from it makes my heart drop." + "I flop down on the wet bench and the violent crack from it makes my heart drop." - I "Almost perfect but good enough." + "Almost perfect but good enough." - I "I feel a tightness in my chest,{w=0.4} and my lungs fight to draw air in." + "I feel a tightness in my chest,{w=0.4} and my lungs fight to draw air in." show anon sad flip with dissolve pause 0.5 - I "Head in my hands I can fully understand what I’ve done now." + "Head in my hands I can fully understand what I’ve done now." - I "Six months in a new school." + "Six months in a new school." - I "A year on my own in some rundown apartment in a town I know nothing about." + "A year on my own in some rundown apartment in a town I know nothing about." - I "All on my own." + "All on my own." pause 1 - I "Three weeks." + "Three weeks." - I "It took a day for me to want to change schools,{w=0.5} and three weeks to make it happen." + "It took a day for me to want to change schools,{w=0.5} and three weeks to make it happen." - I "And this is my life now for the next year.{w=0.7} I think back to my old man’s ultimatum." + "And this is my life now for the next year.{w=0.7} I think back to my old man’s ultimatum." - I "{i}Once the lease is done,{w=0.4} Anon,{w=0.4} either college or the service.{/i}" + "{i}Once the lease is done,{w=0.4} Anon,{w=0.4} either college or the service.{/i}" - I "{i}{cps=*0.35}I don’t care which.{/cps}{/i}" + "{i}{cps=*0.35}I don’t care which.{/cps}{/i}" pause 1 @@ -264,7 +264,7 @@ label chapter_1: unknown "{cps=*0.5}Would you happen to be Anon?{/cps}" #Naomi show anon neutral flip with dissolve - I "I look up.{w=.5} The bench broke down." + "I look up.{w=.5} The bench broke down." show naomi silo shocked: easein_quart 0.5 xalign -0.05 @@ -279,9 +279,9 @@ label chapter_1: pause .7 - I "I lay on the ground,{w=0.4} ass hurt from hitting jagged concrete and splintered wood." + "I lay on the ground,{w=0.4} ass hurt from hitting jagged concrete and splintered wood." - I "Thank god for jeans." + "Thank god for jeans." stop ambient fadeout 1 stop ambient1 fadeout 1 @@ -294,13 +294,13 @@ label chapter_1: unknown "Oh my goodness!{w=0.75} Are you okay?" - I "I groan" + "I groan" A "{cps=*0.35}Never better{/cps}" - I "I instinctively apply my ‘chill guy’ facade in the presence of strangers to hide how uneasy I am today." + "I instinctively apply my ‘chill guy’ facade in the presence of strangers to hide how uneasy I am today." - I "A hand is held over my face.{w=0.5} In my pain addled confusion I shake it." + "A hand is held over my face.{w=0.5} In my pain addled confusion I shake it." pause .5 unknown "Naser!" @@ -313,16 +313,16 @@ label chapter_1: show naomi neutral at sleft with dissolve - I "The hand tightens around my own and pulls roughly." + "The hand tightens around my own and pulls roughly." # Documentation on MoveTransition : https://git.snootgame.xyz/Cavemanon/SnootGame/wiki/Tips#MoveTransition show naser neutral flip at nmidright with MoveTransition(0.5, time_warp=_ease_in_time_warp) show anon neutral at acenter with dissolve - I "The force is enough for my feet to get under me,{w=0.4} stumbling back up to stand before the pair of strangers." + "The force is enough for my feet to get under me,{w=0.4} stumbling back up to stand before the pair of strangers." - I "It also felt like enough force to pull my arm out of its socket." + "It also felt like enough force to pull my arm out of its socket." show anon neutral at acenter# pause .5 @@ -353,7 +353,7 @@ label chapter_1: A "O{w=0.3}-kay then." - I "{cps=*0.5}Is that really necessary?{/cps}" + "{cps=*0.5}Is that really necessary?{/cps}" show naomi explanatory @@ -366,21 +366,21 @@ label chapter_1: show naomi neutral at scloserleft with MoveTransition(0.4, time_warp=_ease_in_time_warp) - I "The orange one,{w=0.3} Naomi,{w=0.3} hands me a brochure." + "The orange one,{w=0.3} Naomi,{w=0.3} hands me a brochure." show naomi neutral at sleft with MoveTransition(0.5, time_warp=_ease_in_time_warp) pause 0.5 - I "{i}\"Volcano High and You:{w=0.5} A New Beginning to Adulthood.\"{/i}" + "{i}\"Volcano High and You:{w=0.5} A New Beginning to Adulthood.\"{/i}" - I "The title alone makes me gag.{w=0.7} The pink one,{w=0.3} Naomi,{w=0.3} looks at me expectantly." + "The title alone makes me gag.{w=0.7} The pink one,{w=0.3} Naomi,{w=0.3} looks at me expectantly." pause .5 - I "The brochure is full of the typical trivialities." + "The brochure is full of the typical trivialities." - I "College prep,{w=0.5} financial assistance,{w=0.5} after school programs." + "College prep,{w=0.5} financial assistance,{w=0.5} after school programs." - I "None of it matters." + "None of it matters." show naser: easein_quad 0.7 xalign 1.0 @@ -389,7 +389,7 @@ label chapter_1: Nas "Babe,{w=0.4} I’ve got some things to take care of." - I "Naser looks back to the school entrance.{w=0.5} I follow his eyes and see some people trying to lift a large speaker up the stairs of the school." + "Naser looks back to the school entrance.{w=0.5} I follow his eyes and see some people trying to lift a large speaker up the stairs of the school." show naomi sad behind naser with Dissolve(.25) N "O{w=.1}-oh." @@ -397,7 +397,7 @@ label chapter_1: N "I’ll see you at lunch,{w=0.4} right Naser?" pause .5 - I "She looks dejected." + "She looks dejected." pause .25 show naser happy flip with Dissolve(.25) @@ -415,7 +415,7 @@ label chapter_1: easein_back 0.8 xalign 0.015 yalign 0.035 pause .5 - I "Naser pulls her into a hug and nudges his muzzle against hers.{w=0.6} Is that how dinos kiss?" + "Naser pulls her into a hug and nudges his muzzle against hers.{w=0.6} Is that how dinos kiss?" show naomi: easein 0.5 yalign 0.0 xalign 0.0 @@ -431,7 +431,7 @@ label chapter_1: show anon neutral with Dissolve(.25) - I "He leaves,{w=0.3} running quickly to assist with the heavy sound equipment." + "He leaves,{w=0.3} running quickly to assist with the heavy sound equipment." pause 1 @@ -441,21 +441,21 @@ label chapter_1: show naomi neutral with Dissolve(.25) - I "I turn back to Naomi.{w=0.5} She smiles again,{w=0.4} though there is a plasticity to it." + "I turn back to Naomi.{w=0.5} She smiles again,{w=0.4} though there is a plasticity to it." show naomi explanatory N "So,{w=.3} Anon,{w=0.5} why did you transfer here?" show naomi neutral with Dissolve(.25) - I "The question catches me off guard." + "The question catches me off guard." show dimmer_light behind anon, naomi with Dissolve(1) - I "I freeze like a deer caught in headlights,{w=0.4} scrambling to come up with any plausible answer." + "I freeze like a deer caught in headlights,{w=0.4} scrambling to come up with any plausible answer." - I "It’s an innocent question,{w=0.5} she can’t have known,{w=0.3} could she?" + "It’s an innocent question,{w=0.5} she can’t have known,{w=0.3} could she?" - I "What did mom and pop put in the transfer request form when they shipped my ass here?" + "What did mom and pop put in the transfer request form when they shipped my ass here?" hide dimmer_light with Dissolve(.25) @@ -465,18 +465,18 @@ label chapter_1: N "You uh,{w=0.4} don’t have to answer if you don’t want to." pause .5 - I "I focus my attention on the brochure out of embarrassment." + "I focus my attention on the brochure out of embarrassment." show naomi neutral with Dissolve(.25) pause .25 - I "Lunch!{w=.4} Right!{w=.5} I’m getting kinda hungry!{w=.6} What about something to eat?" + "Lunch!{w=.4} Right!{w=.5} I’m getting kinda hungry!{w=.6} What about something to eat?" - I "Yadda yadda,{w=.3} herbivore,{w=.3} vegan,{w=.3} tofu,{w=.45} {cps=*0.6}disgusting{/cps}{cps=*.1}...{/cps}" + "Yadda yadda,{w=.3} herbivore,{w=.3} vegan,{w=.3} tofu,{w=.45} {cps=*0.6}disgusting{/cps}{cps=*.1}...{/cps}" pause .5 - I "Wait,{w=0.3} hold on{cps=*0.1}...{/cps}" + "Wait,{w=0.3} hold on{cps=*0.1}...{/cps}" - I "Carnivore line,{w=.4} Filet Mignon-{w=.6} what the fuck is wrong with this school?!" + "Carnivore line,{w=.4} Filet Mignon-{w=.6} what the fuck is wrong with this school?!" pause .5 A "Is there a soup kitchen or something around here?" @@ -501,7 +501,7 @@ label chapter_1: show naomi neutral with dissolve - I "The absolute last thing I want to be doing is asking for handouts{cps=*.1}...{/cps}" + "The absolute last thing I want to be doing is asking for handouts{cps=*.1}...{/cps}" A "{cps=*0.35}Actually,{w=.4} I-{/cps}{w=0.3}{nw}" @@ -513,60 +513,60 @@ label chapter_1: show naomi neutral flip behind anon: easein_quad 1 xalign 0.25 - I "Naomi grabs my hand and{cps=*.1}...{/cps}" + "Naomi grabs my hand and{cps=*.1}...{/cps}" pause 0.5 stop music fadeout 2 - I "..." + "..." play ambient 'audio/effects/alarmAirraidSiren.ogg' pause 0.5 show dimmer_darker behind anon, naomi with Fade(.1, 0, .25, color="#fff") play sound 'audio/effects/slapstickBigPunch.ogg' - I "{cps=*0.5}AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA{/cps}" with vpunch + "{cps=*0.5}AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA{/cps}" with vpunch pause .5 - I "ALERT" + "ALERT" pause .25 - I "ALERT" + "ALERT" pause .25 - I "DEFCON LEVEL ONE!{w=0.5} DEFCON LEVEL ONE!" + "DEFCON LEVEL ONE!{w=0.5} DEFCON LEVEL ONE!" - I "FEMALE MAKING PHYSICAL CONTACT" + "FEMALE MAKING PHYSICAL CONTACT" - I "DO NOT PANIC" + "DO NOT PANIC" pause .25 - I "DO NOT PANIC" + "DO NOT PANIC" pause .5 - I "GET A GRIP ON THE SITUATION" + "GET A GRIP ON THE SITUATION" pause .5 - I "THIS IS NAOMI." + "THIS IS NAOMI." - I "SHE’S TAKING ME SOMEWHERE BY THE HAND{w=0.15} {size=-5}HAND{/size}{w=0.15} {size=-10}HAND{/size}{w=0.15} {size=-15}HAND{/size}" + "SHE’S TAKING ME SOMEWHERE BY THE HAND{w=0.15} {size=-5}HAND{/size}{w=0.15} {size=-10}HAND{/size}{w=0.15} {size=-15}HAND{/size}" pause .5 - I "SHE ALREADY HAS A BOYFRIEND DOESN’T SHE?" + "SHE ALREADY HAS A BOYFRIEND DOESN’T SHE?" - I "WAIT" + "WAIT" stop ambient fadeout 0.69 - I "SHE ALREADY HAS A BOYFRIEND" + "SHE ALREADY HAS A BOYFRIEND" pause .5 - I "I AM SAFE." + "I AM SAFE." play music 'audio/OST/Dragging on and on....ogg' fadein 1 hide dimmer_darker with dissolve pause .25 - I "Okay,{w=.3} okay.{w=.5} Just stay silent and don’t make a mess of things." + "Okay,{w=.3} okay.{w=.5} Just stay silent and don’t make a mess of things." show anon: easeout 1.0 xalign 0.001 @@ -579,14 +579,14 @@ label chapter_1: scene black with fade - I "{cps=*0.1}......{/cps}" + "{cps=*0.1}......{/cps}" - I "It’s so soft,{w=.4} and smooth,{w=.5} and surprisingly warm for scales." + "It’s so soft,{w=.4} and smooth,{w=.5} and surprisingly warm for scales." pause 0.6 - I "How lewd." + "How lewd." - I "Day one and I’ve already fallen to such depraved lows as handholding." + "Day one and I’ve already fallen to such depraved lows as handholding." scene hallway show naomi neutral flip at sright @@ -596,13 +596,13 @@ label chapter_1: N "Here we are Anon.{w=0.4} Principal Spears should be able to help with your money situation." pause .5 - I "Huwhat." + "Huwhat." - I "Oh.{w=0.4} Right." + "Oh.{w=0.4} Right." show naomi neutral with dissolve - I "Naomi knocks on the door." + "Naomi knocks on the door." pause .5 unknown "State your business!" # Spears @@ -631,7 +631,7 @@ label chapter_1: pause 0.5 show naomi neutral with Dissolve(.25) - I "The orange parasaurolophus’ expression quickly changes from{cps=*0.1}...{/cps}{w=.2} whatever that was{w=0.4} to that same smile she’s had up until now." + "The orange parasaurolophus’ expression quickly changes from{cps=*0.1}...{/cps}{w=.2} whatever that was{w=0.4} to that same smile she’s had up until now." show naomi neutral flip with dissolve show naomi explanatory flip @@ -640,11 +640,11 @@ label chapter_1: show naomi neutral flip with Dissolve(.25) - I "Right.{w=.3} Home room.{w=.4} I take out my crumpled schedule from my pocket." + "Right.{w=.3} Home room.{w=.4} I take out my crumpled schedule from my pocket." - I "Naomi takes the slip from me." + "Naomi takes the slip from me." - I "And blows my eardrums out with a squeal capable of shattering glass." + "And blows my eardrums out with a squeal capable of shattering glass." show anon: easein_back 0.5 xalign 0.45 @@ -677,13 +677,13 @@ label chapter_1: # # play music 'audio/OST/Dragging on and on....ogg' # already playing # play ambient 'audio/effects/school loop.ogg' fadein 0.2 - # I "Instead of using the main entrance Naomi led me to a side entrance.{w=0.7} Inside, the school looked like your stereotypical school hallway." + # "Instead of using the main entrance Naomi led me to a side entrance.{w=0.7} Inside, the school looked like your stereotypical school hallway." - # I "Lockers and posters along the walls.{w=0.5} Doors interspersed equally all the way down.{w=0.5} More students milling about before class." + # "Lockers and posters along the walls.{w=0.5} Doors interspersed equally all the way down.{w=0.5} More students milling about before class." # N "Anon,{w=0.3} may I see your class schedule?" - # I "I pull the folded up sheet from my pocket and hand it to her.{w=0.6} She unfolds it delicately and scans the page thoroughly." + # "I pull the folded up sheet from my pocket and hand it to her.{w=0.6} She unfolds it delicately and scans the page thoroughly." # show naomi happy with Dissolve(.2) @@ -692,7 +692,7 @@ label chapter_1: # show naomi neutral with Dissolve(.25) # pause 0.5 - # I "{cps=*0.4}Oh wonderful.{/cps}" + # "{cps=*0.4}Oh wonderful.{/cps}" # show naomi explanatory @@ -703,9 +703,9 @@ label chapter_1: # scene black with fade # END OF OLD SCENE - I "I follow after her to a classroom on the 2nd floor.{w=0.5} The seats were being filled with students.{w=0.5} I take one near the front,{w=0.3} knowing I’ll have to introduce myself.{w=0.5} I’ll probably be doing that for all my classes." + "I follow after her to a classroom on the 2nd floor.{w=0.5} The seats were being filled with students.{w=0.5} I take one near the front,{w=0.3} knowing I’ll have to introduce myself.{w=0.5} I’ll probably be doing that for all my classes." - I "{cps=*0.4}Fuck my life.{/cps}" + "{cps=*0.4}Fuck my life.{/cps}" scene classroom with fade @@ -718,29 +718,29 @@ label chapter_1: show anon neutral flip at aright with dissolve - I "The artificial ring of a bell blares from a speaker on the wall.{w=0.5} With it everyone waits as the teacher finally enters the room and shuts the door." + "The artificial ring of a bell blares from a speaker on the wall.{w=0.5} With it everyone waits as the teacher finally enters the room and shuts the door." show jinflip at sleft with Dissolve(1) Tsuki "{cps=*0.6}Ohayo gozaimasu curassu.{w=0.7} Tudei yu habu e niu curassu-meito tsu Borukeino Hai{/cps}" pause 0.5 - I "What" + "What" Tsuki "{cps=*0.6}Anon-kun{w=0.25} puriizu camu appu zen intorudiusu yooru serfu{/cps}" pause 0.5 - I "Naomi coughs and makes a subtle nod up." + "Naomi coughs and makes a subtle nod up." stop music fadeout 1.0 play ambient 'audio/effects/classroomLoop.ogg' fadein 1 pause 0.75 - I "OH!" + "OH!" pause 0.5 - I "I stand from my seat and face the class.{w=0.5} Once again all eyes on me and the tightness in my chest returns.{w} I inhale deep,{w=0.3} willing my erratic heart to slow." + "I stand from my seat and face the class.{w=0.5} Once again all eyes on me and the tightness in my chest returns.{w} I inhale deep,{w=0.3} willing my erratic heart to slow." $ renpy.music.set_volume(0.3, 0, 'ambient1') play ambient1 'audio/effects/heartbeat.ogg' fadein 4 @@ -755,16 +755,16 @@ label chapter_1: A "Hey{cps=*0.1}...{/cps}" pause .5 - I "Again those eyes,{w=0.4} just like three weeks ago." + "Again those eyes,{w=0.4} just like three weeks ago." A "My name is Anon.{w=0.6} I uh{cps=*0.1}...{/cps}" - I "Just like every day for the past four months." + "Just like every day for the past four months." A "I don’t really have any hobbies." pause .5 - I "I wanted to flee.{w} Hide away.{w} Anything to avoid those judging eyes." + "I wanted to flee.{w} Hide away.{w} Anything to avoid those judging eyes." pause .5 N "{cps=*0.5}What was your old school like?{/cps}" @@ -777,13 +777,13 @@ label chapter_1: show dimmer_darker behind anon with Dissolve(1) - I "My throat clenches.{w} I think back again to it all." + "My throat clenches.{w} I think back again to it all." A "uh{cps=*0.2}...{/cps}{w=0.4} I{cps=*0.2}...{/cps}" - I "There’s whispers now.{w} The hushed tones,{w=0.3} silenced snickers,{w=0.3} blending with the everpresent stares." + "There’s whispers now.{w} The hushed tones,{w=0.3} silenced snickers,{w=0.3} blending with the everpresent stares." - I "My heart hammers at my chest and I am sure that they all can hear it.{w=0.5} See the cold chill racing over me." + "My heart hammers at my chest and I am sure that they all can hear it.{w=0.5} See the cold chill racing over me." show dimmer_darker behind anon, jinflip with dissolve @@ -797,11 +797,11 @@ label chapter_1: hide dimmer_darker with Dissolve(0.25) pause 0.5 - I "His words snap me out of my trance.{w=0.5} Only Naomi was looking at me.{w=0.4} The rest were preoccupied." + "His words snap me out of my trance.{w=0.5} Only Naomi was looking at me.{w=0.4} The rest were preoccupied." - I "Either talking about their winter break.{w=0.4} Or catching up on sleep." + "Either talking about their winter break.{w=0.4} Or catching up on sleep." - I "They’ve all been ignoring me the entire time." + "They’ve all been ignoring me the entire time." show jinflip: xalign -0.1 yalign 0.0 @@ -810,43 +810,43 @@ label chapter_1: Tsuki "{cps=*0.6}Puriizu retaano tsu yo shiito,{w=0.3} Anon-kun.{w=0.5} {i}Hai{/i},{w=0.3} nao curassu-{/cps}" pause 0.75 - I "{cps=*0.75}That was nothing like my Japanese animes.{/cps}" + "{cps=*0.75}That was nothing like my Japanese animes.{/cps}" pause 0.5 hide anon neutral with Dissolve(1) - I "Mr. Tsuki continued on,{w=0.4} drawing what little attention there was to himself.{w} I sat down,{w=0.4} finally feeling the blood that had caught in my legs rush up,{w=0.3} leaving me lightheaded." + "Mr. Tsuki continued on,{w=0.4} drawing what little attention there was to himself.{w} I sat down,{w=0.4} finally feeling the blood that had caught in my legs rush up,{w=0.3} leaving me lightheaded." hide jinflip with dissolve - I "And I probably have to do this for each class today?" + "And I probably have to do this for each class today?" pause 0.6 - I "{cps=*0.6}Double fuck my life.{/cps}" + "{cps=*0.6}Double fuck my life.{/cps}" stop ambient fadeout 1 $ renpy.music.set_volume(1, 0, 'ambient1') scene black with fade - I "Awkward introduction after awkward introduction to classmates that couldn’t care less kept me anxious the whole morning." + "Awkward introduction after awkward introduction to classmates that couldn’t care less kept me anxious the whole morning." - I "And there’s still the rest of the day to go." + "And there’s still the rest of the day to go." play ambient 'audio/effects/teenageCafeteriaLoop.ogg' fadein 1.5 scene cafeteria show anon neutral at aleft with fade - I "Eventually,{w=0.4} lunch comes around." + "Eventually,{w=0.4} lunch comes around." - I "All the edible stuff is well outside my price range of fucking free,{w=0.3} so I settle for a pseudopizza." + "All the edible stuff is well outside my price range of fucking free,{w=0.3} so I settle for a pseudopizza." - I "The kind that becomes a viable weapon if you leave it alone for ten minutes." + "The kind that becomes a viable weapon if you leave it alone for ten minutes." pause .5 - I "No time to waste after exiting the line,{w=0.2} I scan the lunchroom for an open seat." + "No time to waste after exiting the line,{w=0.2} I scan the lunchroom for an open seat." - I "I thought I had found a decent spot in the corner when disaster struck." + "I thought I had found a decent spot in the corner when disaster struck." #TODO: confirm if 2D flipping is OK when done for comedy occasionally show naser neutral behind anon with easeinleft: @@ -863,11 +863,11 @@ label chapter_1: xzoom 1 show dimmer_light behind anon, naser with dissolve - I "Said disaster was a hand grabbing my shoulder and turning me about." + "Said disaster was a hand grabbing my shoulder and turning me about." - I "My plate of pizza shaped cardboard threatened to smear across my shirt." + "My plate of pizza shaped cardboard threatened to smear across my shirt." - I "I fought the momentum of the tray until the hand that had spun me stabilized it and me." + "I fought the momentum of the tray until the hand that had spun me stabilized it and me." $ renpy.music.set_volume(1, 1, 'ambient') hide dimmer_light with dissolve @@ -893,7 +893,7 @@ label chapter_1: Nas "...Yours?{fast}" pause 0.5 - I "I swear to all that is good and holy." + "I swear to all that is good and holy." show naser happy with dissolve pause 0.5 @@ -904,12 +904,12 @@ label chapter_1: Nas "Wanna sit with Naomi and me?{w=0.7} Since you’re new and all." - I "He points to a table where the living pink sugar rush is waving." + "He points to a table where the living pink sugar rush is waving." pause .5 - I "God damn it." + "God damn it." - I "I don’t want to make a scene." + "I don’t want to make a scene." pause .6 A "{cps=*0.25}Suuuure{/cps}{cps=*0.1}..{/cps}" @@ -924,7 +924,7 @@ label chapter_1: xalign 0.7 yalign 0.1 with fade - I "Before I even sit down the barrage of questions begins." + "Before I even sit down the barrage of questions begins." show naomi explanatory flip: ease 0.18 yalign 0.05 @@ -933,7 +933,7 @@ label chapter_1: N "SO!{w=0.5} What do you think of Volcano High!{w=0.3} How about your classes?{w=0.3} You seem-" - I "I just nod along,{w=0.3} starting to not pay attention." + "I just nod along,{w=0.3} starting to not pay attention." show naomi neutral flip at sright with ease @@ -979,7 +979,7 @@ label chapter_1: show naomi sad flip with dissolve - I "Naomi is starting to look disappointed I’m only picking up on Naser’s interjections" + "Naomi is starting to look disappointed I’m only picking up on Naser’s interjections" Nas "If you need a bit more extra chow,{w=0.3} there’s going to be free refreshments at my si--{w=0.4} uh{cps=*0.1}...{/cps}" @@ -1000,7 +1000,7 @@ label chapter_1: Nas "{cps=*0.1}...{/cps}{cps=*0.3}Sibling.{/cps}" pause .5 - I "What." + "What." show naomi neutral flip with Dissolve(.25) @@ -1012,9 +1012,9 @@ label chapter_1: Nas "Alright man,{w=0.4} just thought you could use a few opportunities to make friends." pause .5 - I "What was that?" + "What was that?" - I "I’ll assume that wasn’t meant to be malicious." + "I’ll assume that wasn’t meant to be malicious." show naser neutral flip @@ -1031,7 +1031,7 @@ label chapter_1: N "I know some great vegan shops in the area!" - I "My stomach roils at the V-word." + "My stomach roils at the V-word." pause .5 A "{cps=*0.25}Maaaaybe{/cps} another time,{w=0.2} sorry.{w=0.6} So about that concert Naser?" @@ -1039,7 +1039,7 @@ label chapter_1: show naomi sad flip with dissolve pause 0.5 - I "Dinner and a show?{w=0.5} Sign me the fuck up." + "Dinner and a show?{w=0.5} Sign me the fuck up." show naomi neutral flip with Dissolve(.25) @@ -1066,16 +1066,16 @@ label chapter_1: show naser neutral flip Nas "Nope." - I "Well,{w=0.3} free food is free food." + "Well,{w=0.3} free food is free food." pause .5 - I "I look at my pizza,{w=0.3} noticing something is wrong." + "I look at my pizza,{w=0.3} noticing something is wrong." - I "I test it with my plastic spork and watch the cheap utensil shatter to bits." + "I test it with my plastic spork and watch the cheap utensil shatter to bits." - I "I curse life for a third time today." + "I curse life for a third time today." - I "The dreaded ten-minute mark has passed,{w=0.35} rendering my ‘pizza’ only useful as building material." + "The dreaded ten-minute mark has passed,{w=0.35} rendering my ‘pizza’ only useful as building material." show naomi happy flip with Dissolve(0.25) @@ -1092,7 +1092,7 @@ label chapter_1: show naser sad flip with dissolve - I "Naser shudders and looks at his own footlong philly sub longingly." + "Naser shudders and looks at his own footlong philly sub longingly." Nas "S{w=0.2}-sure thing,{w=0.3} babe." @@ -1105,7 +1105,7 @@ label chapter_1: ease 0.75 xalign 0.4 pause 2 - I "He tears the sandwich in two and hands me the larger half." + "He tears the sandwich in two and hands me the larger half." Nas "Here,{w=0.35} Anon." @@ -1113,30 +1113,30 @@ label chapter_1: easein 1 xalign 0.7 pause 1.5 - I "I will never forget your brave sacrifice." + "I will never forget your brave sacrifice." pause 0.5 - I "With that we all dig into our meal." + "With that we all dig into our meal." - I "..." + "..." stop music fadeout 1 scene black with fade - I "{cps=*0.2}--After school--{/cps}" + "{cps=*0.2}--After school--{/cps}" pause 0.8 - I "My classes after lunch were the same as before it." + "My classes after lunch were the same as before it." - I "By now I had a rehearsed introduction that only the teacher cared about." + "By now I had a rehearsed introduction that only the teacher cared about." - I "My classmates were disinterested and I would sit down to be forgotten." + "My classmates were disinterested and I would sit down to be forgotten." - I "I hope the rest of the year is just like that." + "I hope the rest of the year is just like that." - I "I just want to skate through it all." + "I just want to skate through it all." - I "All that’s left for today is the concert.{w=0.5} And dinner." + "All that’s left for today is the concert.{w=0.5} And dinner." play music 'audio/OST/to_swagger.ogg' fadein 1 scene door auditorium @@ -1145,27 +1145,27 @@ label chapter_1: show anon neutral flip at aright with fade - I "I wait outside the auditorium entrance with Naser,{w=0.3} who was checking his phone for messages." + "I wait outside the auditorium entrance with Naser,{w=0.3} who was checking his phone for messages." Nas "Right,{w=0.3} Fang says the show is starting in a bit.{w=0.5} See?" show naser: easein_quad 0.5 xalign 0.4 - I "Naser turns the screen to me." + "Naser turns the screen to me." window hide show fuckedwingretard with dissolve pause 2.0 - I "Fang:{fast} Piss off." + "Fang:{fast} Piss off." - I "Fang:{fast} Is the pizza here?" + "Fang:{fast} Is the pizza here?" - I "Fang:{fast} You can have a slice" + "Fang:{fast} You can have a slice" pause 0.75 - I "Fang:{fast} But after that you{w=0.1} {cps=*0.15}GTFO{w=0.3} FWR{/cps}" + "Fang:{fast} But after that you{w=0.1} {cps=*0.15}GTFO{w=0.3} FWR{/cps}" window hide pause 1 @@ -1187,7 +1187,7 @@ label chapter_1: show naser considering with Dissolve(0.25) - I "I wait for him to continue." + "I wait for him to continue." Nas "Well um{cps=*0.1}...{/cps}" @@ -1198,7 +1198,7 @@ label chapter_1: show naser angry with dissolve - I "Naser glares at me." + "Naser glares at me." pause .5 Nas "Fang’s still family.{fast}" @@ -1207,7 +1207,7 @@ label chapter_1: show naser sad with dissolve - I "Naser deflates." + "Naser deflates." Nas "You’re good,{w=0.3} Anon.{w=0.8} And yeah,{w=0.4} they’re family{w=0.3} but Fang’s just so{cps=*0.15}...{/cps}{w=0.5} so{cps=*0.15}...{/cps}" @@ -1225,7 +1225,7 @@ label chapter_1: A "{cps=*0.25}Hmmm.{/cps}" - I "Finally the doors open and I smell the cheesy,{w=0.3} heart clogging goodness within." + "Finally the doors open and I smell the cheesy,{w=0.3} heart clogging goodness within." show naser happy with dissolve @@ -1235,7 +1235,7 @@ label chapter_1: stop music fadeout 1.0 - I "{cps=*0.6}A caveman of a man holds open the door for everyone.{/cps}" + "{cps=*0.6}A caveman of a man holds open the door for everyone.{/cps}" show anon: easeout_quart 1.0 xalign 0.5 @@ -1247,12 +1247,12 @@ label chapter_1: unknown "Wait.{fast}" pause 0.6 - I "His massive hand stops me." + "His massive hand stops me." pause .5 A "A{w=0.2}-ah.{w=0.5} Y-yes?" - I "I’m guided to the side,{w=0.4} away from the crowd that’s filtering into the auditorium." + "I’m guided to the side,{w=0.4} away from the crowd that’s filtering into the auditorium." show spears neutral at sleft with Dissolve(1.5) pause .3 @@ -1265,18 +1265,18 @@ label chapter_1: A "{cps=*0.1}Uh...{/cps}" - I "It’s the spear-shaped pin on his lapel that reads ‘principal’ that informs me of who this giant is." + "It’s the spear-shaped pin on his lapel that reads ‘principal’ that informs me of who this giant is." A "O{w=0.1}-oh!{w=0.4} It’s uh{cps=*0.2}...{/cps}{w=0.3} nice?{w=0.5} Cleaner than my old school." - I "He guffaws and slaps his chest." + "He guffaws and slaps his chest." show spears happy Sp "You can thank your classmates for that." pause .5 - I "What?" + "What?" show spears neutral @@ -1287,7 +1287,7 @@ label chapter_1: Sp "Oh,{w=0.4} I do need you to come by my office tomorrow for some paperwork." - I "I nod and go back to the door where Naser is standing,{w=0.3} holding it open for the last of the audience to go inside." + "I nod and go back to the door where Naser is standing,{w=0.3} holding it open for the last of the audience to go inside." stop music fadeout 1.0 @@ -1299,9 +1299,9 @@ label chapter_1: play music 'audio/OST/to_swagger.ogg' fadein 1 play ambient 'audio/effects/teenageCrowdFarLoop.ogg' fadein 1.0 - I "Naser leads me and the large crowd into the shitty school theater." + "Naser leads me and the large crowd into the shitty school theater." - I "The foyer has tables with boxes of pizzas stacked taller than me." + "The foyer has tables with boxes of pizzas stacked taller than me." show naser happy @@ -1311,9 +1311,9 @@ label chapter_1: Nas "I did." - I "I take a box down from the stack.{w=0.3} Others have already started stacking their plates." + "I take a box down from the stack.{w=0.3} Others have already started stacking their plates." - I "I check the logo on the box." + "I check the logo on the box." A "And to get so many larges from{cps=*0.2}...{/cps}{w=0.4} \"Dino-moe’s Pizza\"?" @@ -1325,7 +1325,7 @@ label chapter_1: show naser neutral - I "A month?{w=0.6} That explains that disaster of a jacket." + "A month?{w=0.6} That explains that disaster of a jacket." A "So about the actual show-" @@ -1333,7 +1333,7 @@ label chapter_1: hide naser with dissolve - I "Left on my own I stack my plate up with some quality grease topped delight." + "Left on my own I stack my plate up with some quality grease topped delight." show anon: easein_quart 1.0 xalign 1.15 yalign 0.01 @@ -1341,7 +1341,7 @@ label chapter_1: # show anon neutral flip at sleft with move # show anon neutral at aleft with dissolve - I "I lean against the wall,{w=0.2} chewing bits of supreme and observing the rest of the crowd." + "I lean against the wall,{w=0.2} chewing bits of supreme and observing the rest of the crowd." show dimmer_light behind anon with dissolve @@ -1355,16 +1355,16 @@ label chapter_1: hide dimmer_light with dissolve - I "Everyone seems to share the same sentiment." + "Everyone seems to share the same sentiment." - I "So why the hell did they even show up for this?" + "So why the hell did they even show up for this?" pause .6 - I "Naser finally comes back and opens the door to the main hall." + "Naser finally comes back and opens the door to the main hall." stop ambient fadeout 3.0 - I "The crowd moves in,{w=0.3} though I hang back so I can talk with Naser." + "The crowd moves in,{w=0.3} though I hang back so I can talk with Naser." show naser neutral at ncenter with dissolve pause .5 @@ -1385,7 +1385,7 @@ label chapter_1: linear 0.05 xalign 0.605 repeat - I "Naser grasps at the air unsure what to think or do at the moment.{w=0.5} I think he’s angry" + "Naser grasps at the air unsure what to think or do at the moment.{w=0.5} I think he’s angry" pause .5 show naser at nleft with MoveTransition(0.4, time_warp=_ease_in_time_warp) @@ -1430,7 +1430,7 @@ label chapter_1: show naser considering with dissolve - I "Naser’s phone rings.{w=0.5} He moves aside to answer it." + "Naser’s phone rings.{w=0.5} He moves aside to answer it." show naser flip neutral with Dissolve(0.25) @@ -1443,10 +1443,10 @@ label chapter_1: show anon: easein_quart 0.5 xalign 0.8 play sound 'audio/effects/slapstickPunch.ogg' - I "{i}!#&$@*\%?!{/i}" with vpunch + "{i}!#&$@*\%?!{/i}" with vpunch pause 0.7 - I "The voice on the other end is loud and shrill." + "The voice on the other end is loud and shrill." pause .5 Nas "Yeah{w=0.2} I-{w=0.5}{nw}" @@ -1454,15 +1454,15 @@ label chapter_1: show anon: easein_quart 0.5 xalign 0.9 play sound 'audio/effects/slapstickBigPunch.ogg' - I "{b}&\%#$@*\%!@#&*\%!!{/b}" with hpunch + "{b}&\%#$@*\%!@#&*\%!!{/b}" with hpunch - I "He holds the phone away from his ear to save his eardrum." + "He holds the phone away from his ear to save his eardrum." pause .5 Nas "Okay okay I-" pause .5 - I "The call ends and Naser sags." + "The call ends and Naser sags." pause .25 show naser sad at nleft with easeinleft @@ -1479,7 +1479,7 @@ label chapter_1: Nas "Yeah,{w=0.3} Fang doesn’t want me here.{w=0.6} Said I’ll ruin the show." pause .5 - I "Harsh." + "Harsh." pause .5 show naser neutral with Dissolve(0.25) @@ -1492,80 +1492,80 @@ label chapter_1: A "Naser why did you just murder the english language in cold blood?" pause .5 - I "Within I see the rest of the audience,{w=0.3} huddled in groups around tiny snack tables." + "Within I see the rest of the audience,{w=0.3} huddled in groups around tiny snack tables." show naser sad with Dissolve(0.25) Nas "Even went to the trouble of switching out the seats for them.{w=0.5} Naomi said it’d help." - I "With a huff Naser turns away,{w=0.4} begrudgingly leaving the auditorium." + "With a huff Naser turns away,{w=0.4} begrudgingly leaving the auditorium." hide naser with Dissolve(1.5) - I "I enter the hall and take a seat in the back,{w=0.3} away from the rest of the crowd." + "I enter the hall and take a seat in the back,{w=0.3} away from the rest of the crowd." scene black with fade play ambient 'audio/effects/teenageCrowdFarLoop.ogg' fadein 2.0 - I "The lights dim and the curtains are drawn open." + "The lights dim and the curtains are drawn open." scene fang band playing with Dissolve(2.0) - I "Onstage is a trio of people my age." + "Onstage is a trio of people my age." - I "I think Fang is the drummer?{w=0.5} He doesn’t look related to Naser,{w=0.4} maybe it is the main front-woman?" + "I think Fang is the drummer?{w=0.5} He doesn’t look related to Naser,{w=0.4} maybe it is the main front-woman?" - I "That must be Naser’s sister." + "That must be Naser’s sister." A "Wh-" - I "Then why the whole confusion over her sex?{w=0.4} For fuck’s sake." + "Then why the whole confusion over her sex?{w=0.4} For fuck’s sake." - I "I’m just getting thrown around today.{w=0.5} I don’t know." + "I’m just getting thrown around today.{w=0.5} I don’t know." - I "She looks familiar." + "She looks familiar." stop ambient fadeout 1 pause 1.0 - I "The band doesn’t bother introducing themselves." + "The band doesn’t bother introducing themselves." #also im convinced link related is the inspiration of song related #https://www.youtube.com/watch?v=Pbe9DkMyL8k - I "Instead the purple one begins plucking her bass." + "Instead the purple one begins plucking her bass." - I "It all went tumbling down from there." + "It all went tumbling down from there." pause .5 play music 'audio/OST/its_the_piece_of_shit_you_asked_for.ogg' volume 1 with hpunch pause 2 - I "What I thought was a guitar sounded horrifically wrong,{w=0.5} far too heavy." + "What I thought was a guitar sounded horrifically wrong,{w=0.5} far too heavy." - I "The lead guitarist was using a fucking bass." + "The lead guitarist was using a fucking bass." pause .5 - I "And then the vocals kicked in." + "And then the vocals kicked in." - I "It’s horrific screeching,{w=0.3} combined with the amelodious shredding on a bass created a cacophony equal to hundreds of cats ritualistically sacrificed." + "It’s horrific screeching,{w=0.3} combined with the amelodious shredding on a bass created a cacophony equal to hundreds of cats ritualistically sacrificed." - I "I fight the urge to cover my ears." + "I fight the urge to cover my ears." - I "I don’t know too much about music,{w=0.4} but even I know that you don’t use two basses in one band unless you know exactly what you’re doing." + "I don’t know too much about music,{w=0.4} but even I know that you don’t use two basses in one band unless you know exactly what you’re doing." pause 0.7 - I "{cps=*0.3}Ooooooh nooooooo.{/cps}" + "{cps=*0.3}Ooooooh nooooooo.{/cps}" - I "{cps=*0.3}Ooooooooh{/cps} God." + "{cps=*0.3}Ooooooooh{/cps} God." pause 0.5 - I "What were they thinking?!{fast}" with vpunch + "What were they thinking?!{fast}" with vpunch - I "I looked back to the crowd to gauge their interest." + "I looked back to the crowd to gauge their interest." - I "Surely I’m not alone in thinking this is an absolute travesty." + "Surely I’m not alone in thinking this is an absolute travesty." pause 0.7 stop music fadeout 3 @@ -1589,17 +1589,17 @@ label chapter_1: $ renpy.music.set_volume(0.4, 2, 'ambient') - I "The crowd was standing,{w=0.3} jeering and laughing with whoever said that." + "The crowd was standing,{w=0.3} jeering and laughing with whoever said that." - I "More words were said but the laughter eclipsed them and the music." + "More words were said but the laughter eclipsed them and the music." - I "Wait,{w=0.4} what happened to the music?" + "Wait,{w=0.4} what happened to the music?" - I "On-stage,{w=0.3} the trio looked panicked." + "On-stage,{w=0.3} the trio looked panicked." - I "The drummer was inching off stage,{w=0.4} while the purple bassist was about to break down into tears." + "The drummer was inching off stage,{w=0.4} while the purple bassist was about to break down into tears." - I "But the frontwoman stood there.{w=0.7} Stood her ground." + "But the frontwoman stood there.{w=0.7} Stood her ground." pause 1 #(In-CG insult layers) @@ -1611,7 +1611,7 @@ label chapter_1: unknown "{b}FUCK YOU!{/b}{fast}" - I "She tossed her bass aside,{w=0.3} raising both hands and proudly displaying a finger on each of them." + "She tossed her bass aside,{w=0.3} raising both hands and proudly displaying a finger on each of them." unknown "FUCK ALL OF YOU!" @@ -1621,7 +1621,7 @@ label chapter_1: unknown "NO ONE WOULD WANT TO FUCK YOU,{w=0.2} BITCH!" pause .5 - I "Pffft{cps=*0.2}...{/cps}{w=0.2} That struck a chord with her." + "Pffft{cps=*0.2}...{/cps}{w=0.2} That struck a chord with her." $ renpy.music.set_volume(0.7, 1, 'ambient') @@ -1635,7 +1635,7 @@ label chapter_1: $ renpy.music.set_volume(0.4, 2, 'ambient') - I "I watch as she grabs her bass and takes the arm of the purple one,{w=0.3} rushing off stage with the pink drummer." + "I watch as she grabs her bass and takes the arm of the purple one,{w=0.3} rushing off stage with the pink drummer." scene black with fade @@ -1646,7 +1646,7 @@ label chapter_1: pause 1 $ i = i + 1 - I "Oh God I can’t take this,{w=0.3} I’m gonna grow a 6 pack from laughing so much,{w=0.5} I’m just gonna grab my pizza and leave" + "Oh God I can’t take this,{w=0.3} I’m gonna grow a 6 pack from laughing so much,{w=0.5} I’m just gonna grab my pizza and leave" scene auditorium show anon neutral flip at aright @@ -1658,7 +1658,7 @@ label chapter_1: stop ambient fadeout 1 play music1 'audio/ost/you can_t sage here.ogg' fadein 1 - I "I turn towards the door and see Principal Spears,{w=0.4} a fierce glare freezing me in place." + "I turn towards the door and see Principal Spears,{w=0.4} a fierce glare freezing me in place." pause 0.5 @@ -1666,13 +1666,13 @@ label chapter_1: pause 0.65 - I "{cps=*0.2}Oh fuck{/cps}" + "{cps=*0.2}Oh fuck{/cps}" - I "His voice is even more stern than this morning." + "His voice is even more stern than this morning." A "Yes sir?" - I "He looks to the crowd and then to me." + "He looks to the crowd and then to me." pause .5 Sp "I don’t want to hear about any of this come tomorrow." @@ -1695,9 +1695,9 @@ label chapter_1: easein 0.5 yalign 0.1 pause 1 - I "His hand lands on my shoulder." + "His hand lands on my shoulder." - I "It’s grip was firm as it weighed on me." + "It’s grip was firm as it weighed on me." show anon neutral flip with Dissolve(1) @@ -1705,7 +1705,7 @@ label chapter_1: Sp "Everyone’s fighting their own battles." - I "The hand squeezes before pushing me towards the door." + "The hand squeezes before pushing me towards the door." show anon neutral at aright with Dissolve(0.25) @@ -1728,7 +1728,7 @@ label chapter_1: show spears neutral flip with Dissolve(0.25) - I "Behind me the principal’s voice shakes the room." + "Behind me the principal’s voice shakes the room." show spears angry flip with Fade(.1, 0, .25, color="#fff") stop ambient fadeout 0.69 @@ -1742,16 +1742,16 @@ label chapter_1: show anon neutral at acenter with fade - I "Back in the foyer I see some boxes of partially finished pizza left." + "Back in the foyer I see some boxes of partially finished pizza left." - I "I consolidate them all into a pair of boxes and make my exit." + "I consolidate them all into a pair of boxes and make my exit." play ambient "audio/effects/outdoorNatureLoop.ogg" fadeout 1.0 fadein 1.5 scene outside school show anon neutral at acenter with fade - I "The sun is starting to set now as I make my way home." + "The sun is starting to set now as I make my way home." play music 'audio/OST/Skinrow Soul.ogg' fadein 1.0 @@ -1760,115 +1760,115 @@ label chapter_1: Sp "{i}{cps=*0.6}You are not the only person in the world.{/cps}{/i}" pause .5 - I "Pfft.{w=0.5} Like I don’t already know that.{w=0.4} There’s like{cps=*0.2}...{/cps}" + "Pfft.{w=0.5} Like I don’t already know that.{w=0.4} There’s like{cps=*0.2}...{/cps}" - I "The classmates that all ignored me today." + "The classmates that all ignored me today." - I "Naomi’s annoying ass." + "Naomi’s annoying ass." - I "That fucking caveman of a principal." + "That fucking caveman of a principal." pause .5 - I "Naser,{w=0.4} whose been a bro." + "Naser,{w=0.4} whose been a bro." pause .5 - I "Naser’s Sis-" + "Naser’s Sis-" stop music fadeout 1 pause 0.5 - I "Oh." + "Oh." - I "Shit." + "Shit." - I "{cps=*0.1}...{/cps}" + "{cps=*0.1}...{/cps}" stop ambient fadeout 1 scene black with fade #Meeting the Band - I "{cps=*0.2}--The Next Day--{/cps}" + "{cps=*0.2}--The Next Day--{/cps}" pause 0.5 play sound "audio/effects/digital_alarm.ogg" # CC0 - I "{cps=*20}*BLEEP*{w=0.481} *BLEEP*{w=0.481} *BLEEP*{w=0.481} *BLEEP*{w=0.481} *BLEEP*{w=0.481} *BLEEP*{/cps}" + "{cps=*20}*BLEEP*{w=0.481} *BLEEP*{w=0.481} *BLEEP*{w=0.481} *BLEEP*{w=0.481} *BLEEP*{w=0.481} *BLEEP*{/cps}" stop sound fadeout 2 scene room anon dark with Dissolve(2.5) play music "audio/OST/Beach Chill Out.ogg" - I "The bane of all sleep echoes violently by my head,{w=0.3} swiftly erasing any traces of slumber." + "The bane of all sleep echoes violently by my head,{w=0.3} swiftly erasing any traces of slumber." - I "Still without the energy to turn the alarm off,{w=0.3} I stare at the ceiling for a bit,{w=0.4} recalling the events of the last few days as an exercise." + "Still without the energy to turn the alarm off,{w=0.3} I stare at the ceiling for a bit,{w=0.4} recalling the events of the last few days as an exercise." - I "The school,{w=0.3} if you could call it one." + "The school,{w=0.3} if you could call it one." - I "My new friends,{w=0.3} if you could call them that." + "My new friends,{w=0.3} if you could call them that." - I "That band,{w=0.3} if you could call it such." + "That band,{w=0.3} if you could call it such." - I "Great idea Anon,{w=0.4} start the day by dissing everything you've done so far in your new life." + "Great idea Anon,{w=0.4} start the day by dissing everything you've done so far in your new life." - I "No wonder you're so damn popular." + "No wonder you're so damn popular." pause .6 - I "Finally,{w=0.4} I lean out of bed and turn the alarm clock off." + "Finally,{w=0.4} I lean out of bed and turn the alarm clock off." - I "I have a good forty-five minutes before I need to be at school,{w=0.4} and it takes twenty to walk." + "I have a good forty-five minutes before I need to be at school,{w=0.4} and it takes twenty to walk." - I "That leaves twenty-five minutes to get ready." + "That leaves twenty-five minutes to get ready." - I "With practiced movements I execute a proper combat roll from bed,{w=0.4} tackling the floor and headbutting it into submission." + "With practiced movements I execute a proper combat roll from bed,{w=0.4} tackling the floor and headbutting it into submission." play sound "audio/effects/anonHeadbutt.ogg" - I "With practiced movements I execute a proper combat roll from bed, tackling the floor and headbutting it into submission.{fast}{w=0.6} My foe defeated,{w=0.3} I groan in victory." with vpunch + "With practiced movements I execute a proper combat roll from bed, tackling the floor and headbutting it into submission.{fast}{w=0.6} My foe defeated,{w=0.3} I groan in victory." with vpunch pause 0.8 - I "My new bed is half the size of what I’m used to." + "My new bed is half the size of what I’m used to." - I "The hardwood{w=0.2} (or is it vinyl?){w=0.2} floor is cold as hell." + "The hardwood{w=0.2} (or is it vinyl?){w=0.2} floor is cold as hell." - I "From the purview of the floor,{w=0.4} I look around my room again." + "From the purview of the floor,{w=0.4} I look around my room again." window hide pause 1.5 - I "A tiny one room apartment with only a computer,{w=0.3} bed,{w=0.3} television,{w=0.3} and fridge." + "A tiny one room apartment with only a computer,{w=0.3} bed,{w=0.3} television,{w=0.3} and fridge." - I "A whole year in this shithole." + "A whole year in this shithole." - I "{cps=*0.2}...{/cps}{w=0.2} Guess I gotta take it one day at a time." + "{cps=*0.2}...{/cps}{w=0.2} Guess I gotta take it one day at a time." show anon neutral at acenter with Dissolve(1) - I "Picking myself up, I slide into todays’{w=0.2} (and everydays’){w=0.2} clothes{w=0.4} and pour myself a bowl of off-brand cereal I picked up the day before." + "Picking myself up, I slide into todays’{w=0.2} (and everydays’){w=0.2} clothes{w=0.4} and pour myself a bowl of off-brand cereal I picked up the day before." - I "My eyes scan over my phone while I shovel my sugary breakfast into my mouth." + "My eyes scan over my phone while I shovel my sugary breakfast into my mouth." pause .5 - I "*Scroll*{fast}" + "*Scroll*{fast}" - I "*Crunch*{fast}" + "*Crunch*{fast}" - I "*Scroll*{fast}" + "*Scroll*{fast}" - I "*Crunch*{fast}" + "*Crunch*{fast}" - I "Like a poorly oiled machine until it runs out of fuel with a noisy slurp." + "Like a poorly oiled machine until it runs out of fuel with a noisy slurp." pause .5 - I "Soon enough it's time to leave for school.{w=0.5} I grab my backpack and slide it over my shoulders.{w} I take my jacket off the hanger and" + "Soon enough it's time to leave for school.{w=0.5} I grab my backpack and slide it over my shoulders.{w} I take my jacket off the hanger and" show anon unimpressed with dissolve - I "{cps=*0.1}...{/cps}" + "{cps=*0.1}...{/cps}" - I "I take off the backpack and put the jacket on." + "I take off the backpack and put the jacket on." stop music fadeout 1 pause 1 @@ -1885,44 +1885,44 @@ label chapter_1: play music 'audio/OST/Appreciating the Atmosphere.ogg' show outside school fog with fade - I "I approach the grand building,{w=0.3} looking to find a place in line between the other students trundling into the front doors." + "I approach the grand building,{w=0.3} looking to find a place in line between the other students trundling into the front doors." - I "The halls before class are as crowded as always,{w=0.4} hundreds of students filing in unison towards their homerooms." + "The halls before class are as crowded as always,{w=0.4} hundreds of students filing in unison towards their homerooms." - I "By now I was starting to be able to make my way around on autopilot,{w=0.5} I've walked the same path twice already after all." + "By now I was starting to be able to make my way around on autopilot,{w=0.5} I've walked the same path twice already after all." - I "Even after the longest sleep of my life,{w=0.4} I still feel miserably tired and ready to crash once again." + "Even after the longest sleep of my life,{w=0.4} I still feel miserably tired and ready to crash once again." - I "I found another entrance at the side of the school that has less students on it.{w=0.4} The less the merrier." + "I found another entrance at the side of the school that has less students on it.{w=0.4} The less the merrier." - I "I check my clock once again -{w=0.3} I’m early.{w=0.5} Fucking hell.{w} Should have shitposted a bit more." + "I check my clock once again -{w=0.3} I’m early.{w=0.5} Fucking hell.{w} Should have shitposted a bit more." stop music fadeout 1 pause 1 - I "Why am I here so early again?" + "Why am I here so early again?" - I "Think I had to do something." + "Think I had to do something." play music 'audio/OST/The Hunt for more (You)s.ogg' fadein 0.1 - I "Oh yeah." + "Oh yeah." - I "I should talk to Naser.{w=0.5} Give him my version of events." + "I should talk to Naser.{w=0.5} Give him my version of events." - I "That way he won’t kick {i}my{/i} ass." + "That way he won’t kick {i}my{/i} ass." - I "Wait." + "Wait." - I "Oh goddamn it." + "Oh goddamn it." - I "The principal also wanted to see me.{w=0.5} Shit,{w=0.3} probably gonna get some demerit or whatever rich schools do as punishment." + "The principal also wanted to see me.{w=0.5} Shit,{w=0.3} probably gonna get some demerit or whatever rich schools do as punishment." - I "I had almost forgotten." + "I had almost forgotten." - I "Please Raptor Jesus just let this be the last time I need to deal with stuff like this." + "Please Raptor Jesus just let this be the last time I need to deal with stuff like this." - I "Get it over with so I can finally just slip my way through this year." + "Get it over with so I can finally just slip my way through this year." menu: "Naser's a bro": @@ -1936,35 +1936,35 @@ label chapter_1: # Anon tries to find Naser before heading to Spear's office label .naserBro: - I "Principal caveman can wait.{w=0.4} I want to apologize to Naser about yesterday{cps=*0.1}...{/cps}" + "Principal caveman can wait.{w=0.4} I want to apologize to Naser about yesterday{cps=*0.1}...{/cps}" - I "I hope I can be nice to him this time." + "I hope I can be nice to him this time." - I "Great job,{w=0.3} Anon!" + "Great job,{w=0.3} Anon!" - I "He saves you from soy poisoning by sacrificing his footlong,{w=0.4} and how do you repay him?{w=0.6} By laughing at his sister." + "He saves you from soy poisoning by sacrificing his footlong,{w=0.4} and how do you repay him?{w=0.6} By laughing at his sister." - I "There he is,{w=0.4} I hope he’s not too busy." + "There he is,{w=0.4} I hope he’s not too busy." - I "..." + "..." - I "I just realized I don’t know what to say to him" + "I just realized I don’t know what to say to him" - I "\"I wasn’t laughing AT your sister,{w=0.4} I was laughing WITH the crowd\"" + "\"I wasn’t laughing AT your sister,{w=0.4} I was laughing WITH the crowd\"" - I "No,{w=0.3} that sounds bad" + "No,{w=0.3} that sounds bad" - I "\"Weird sisters,{w=0.2} amirite?\"" + "\"Weird sisters,{w=0.2} amirite?\"" - I "I might be retarded.{w=0.5} I just told him I’m an only son yesterday." + "I might be retarded.{w=0.5} I just told him I’m an only son yesterday." - I "\"Can’t help it,{w=0.1} dude.{w=0.5} Some people just won’t amount to anything in life.{w=0.5} Sorry.\"" + "\"Can’t help it,{w=0.1} dude.{w=0.5} Some people just won’t amount to anything in life.{w=0.5} Sorry.\"" - I "This isn’t time to be edgy,{w=0.2} Anon." + "This isn’t time to be edgy,{w=0.2} Anon." - I "As I try and fail to find some way to explain myself to Naser I also fail at actually finding Naser." + "As I try and fail to find some way to explain myself to Naser I also fail at actually finding Naser." - I "How the fuck did I even end up in the tard yard?" + "How the fuck did I even end up in the tard yard?" window hide @@ -1973,7 +1973,7 @@ label chapter_1: stop music fadeout 1.0 scene hallway with fade - I "After what feels like a space decade of walking,{w=0.4} or really just half an hour,{w=0.4} I find the crippled pteradon being accosted by a {cps=*0.1}VERY{/cps} pissed off purple midget." + "After what feels like a space decade of walking,{w=0.4} or really just half an hour,{w=0.4} I find the crippled pteradon being accosted by a {cps=*0.1}VERY{/cps} pissed off purple midget." play music 'audio/OST/That Monochromatic Weirdo.ogg' fadein 0.5 @@ -2005,10 +2005,10 @@ label chapter_1: show naser unimpressed flip with dissolve - I "Students are clearing out of the way,{w=0.4} just trying to get to their classes." + "Students are clearing out of the way,{w=0.4} just trying to get to their classes." pause .5 - I "This must be a common occurrence." + "This must be a common occurrence." pause .25 show trish: @@ -2017,7 +2017,7 @@ label chapter_1: easein_quart 0.5 xalign -0.175 pause 1.5 - I "The diminutive triceratops,{w=0.4} Trish,{w=0.4} bows her head and charges Naser." + "The diminutive triceratops,{w=0.4} Trish,{w=0.4} bows her head and charges Naser." show trish fury with Dissolve(0.25): yanchor 0 @@ -2034,7 +2034,7 @@ label chapter_1: pause 1 - I "He just holds a hand out to her forehead." + "He just holds a hand out to her forehead." show trish: easeout_quart 0.2 xalign 0.46 @@ -2079,7 +2079,7 @@ label chapter_1: with ease show naser neutral flip with dissolve - I "She stops trying to gore Naser and throws her arms to her sides." + "She stops trying to gore Naser and throws her arms to her sides." pause 0.5 @@ -2095,7 +2095,7 @@ label chapter_1: T "Screw!{w=0.5} You!" pause .5 - I "She stomps off." + "She stomps off." stop music fadeout 1.5 play ambient 'audio/effects/school loop.ogg' fadein 1.5 @@ -2108,8 +2108,12 @@ label chapter_1: show anon neutral at aleft with dissolve A "What was that all about?" - show naomi considering flip behind naser with easeinright: - xalign 0.6 + show naomi considering flip behind naser: + yalign 0.0 xalign 1.5 + show naomi: + easein 1 xalign 0.6 + with dissolve + pause 1 N "Oh,{w=0.3} Anon." @@ -2165,7 +2169,7 @@ label chapter_1: A "{cps=*0.1}...{/cps}" - I "A layer of cold sweat makes its presence known." + "A layer of cold sweat makes its presence known." show naser considering with dissolve @@ -2174,23 +2178,23 @@ label chapter_1: A "I know the way,{w=0.3} but thanks." - I "Naser waves and heads off." + "Naser waves and heads off." hide naser hide naomi with Dissolve(1.0) - I "Guess it’s to the principal’s office with me.{w=0.3} Again." + "Guess it’s to the principal’s office with me.{w=0.3} Again." - I "And thinking about him makes me think about last night." + "And thinking about him makes me think about last night." pause .5 Sp "{cps=*0.6}{i}You are not the only person in the world.{/i}{/cps}" pause .5 - I "Poor Naser,{w=0.3} man.{w=0.5} Just wanted to help his sister." + "Poor Naser,{w=0.3} man.{w=0.5} Just wanted to help his sister." - I "But it’s not like he did anything wrong." + "But it’s not like he did anything wrong." pause 0.5 stop ambient fadeout 3 @@ -2201,7 +2205,7 @@ label chapter_1: yalign 0.1 xalign 1.2 with fade - I "Just as I reach the office the sound of clinking glass draws my attention to the apricot asspain and some pink raptor." + "Just as I reach the office the sound of clinking glass draws my attention to the apricot asspain and some pink raptor." show naomi angry with Dissolve(0.25) @@ -2229,7 +2233,7 @@ label chapter_1: show reed neutral flip show naomi unimpressed with dissolve - I "Naomi facepalms,{w=0.4} or whatever counts as a facepalm with a snout." + "Naomi facepalms,{w=0.4} or whatever counts as a facepalm with a snout." show reed shocked flip show naomi angry: @@ -2252,19 +2256,19 @@ label chapter_1: # hide naomi with easeoutright hide naomi with Dissolve(1) - I "Naomi huffs and returns her focus to a stack of papers on the desk,{w=0.4} leaving a satisfied raptor in her wake." + "Naomi huffs and returns her focus to a stack of papers on the desk,{w=0.4} leaving a satisfied raptor in her wake." show reed happy flip with Dissolve(.25) Re "Heh,{w=0.4} {cps=*.5}works every time{/cps}{cps=*.1}...{/cps}" - I "I need to learn how to do that." + "I need to learn how to do that." show reed neutral flip with dissolve Re "S’all ‘bout misdirection{cps=*.1}...{/cps}" - I "What." + "What." show reed happy flip with Dissolve(.25) @@ -2276,7 +2280,7 @@ label chapter_1: play ambient 'audio/effects/school loop.ogg' fadein 2 pause 1.5 - I "The fuck just happened?" + "The fuck just happened?" window hide pause 0.5 @@ -2302,9 +2306,9 @@ label chapter_1: show naomi neutral flip - I "Paperwork?{w=0.5} What fucking paperwork?{w=0.5} I’m pretty sure all that stuff was finished before I even came here." + "Paperwork?{w=0.5} What fucking paperwork?{w=0.5} I’m pretty sure all that stuff was finished before I even came here." - I "Whatever.{w=0.6} Probably a detention slip or whatever the principal has planned." + "Whatever.{w=0.6} Probably a detention slip or whatever the principal has planned." stop ambient fadeout 1 @@ -2313,15 +2317,15 @@ label chapter_1: label .pissOffCaveman: - I "Probably best I try and not make the principal pissed at me." + "Probably best I try and not make the principal pissed at me." - I "Campus beautification sounds like slave labor.{w=.4} And my arms are strictly for shitposting and gaming." + "Campus beautification sounds like slave labor.{w=.4} And my arms are strictly for shitposting and gaming." - I "I try to recall the way that the pomelo primadonna showed me to the office." + "I try to recall the way that the pomelo primadonna showed me to the office." - I "I somehow found myself in the potato ranch at the back of the school." + "I somehow found myself in the potato ranch at the back of the school." - I "Fuck am I tired already." + "Fuck am I tired already." stop music fadeout 1 play ambient 'audio/effects/school loop.ogg' fadein 1.5 @@ -2347,7 +2351,7 @@ label chapter_1: A "Wha-?" - I "Some pink raptor smelling of very heavily burnt grass surprises me." + "Some pink raptor smelling of very heavily burnt grass surprises me." pause .5 unknown "If you’re looking for the office you’re gonna wanna go thataway." @@ -2369,24 +2373,24 @@ label chapter_1: pause 0.25 hide reed with dissolve - I "He walks off down another hallway." + "He walks off down another hallway." - I "I should follow the directions he gave me." + "I should follow the directions he gave me." stop music fadeout 3 pause 0.5 - I "Oh wait{cps=*0.1}...{/cps}" + "Oh wait{cps=*0.1}...{/cps}" - I "Was that the drummer from last night?" + "Was that the drummer from last night?" pause .5 - I "Huh." + "Huh." pause .75 - I "As I near the office I can feel a heavy tension suffusing the air." + "As I near the office I can feel a heavy tension suffusing the air." - I "In front of the principals’ office is Naomi and some other chick,{w=0.3} engaged in a heated conversation." + "In front of the principals’ office is Naomi and some other chick,{w=0.3} engaged in a heated conversation." stop ambient fadeout 1 play music 'audio/ost/That Monochromatic Weirdo.ogg' fadein 1 @@ -2405,7 +2409,7 @@ label chapter_1: N "Seven times,{w=0.3} in fact." - I "The purple one,{w=0.3} Trish,{w=0.3} throws up her hands in frustration." + "The purple one,{w=0.3} Trish,{w=0.3} throws up her hands in frustration." show trish angry flip with Dissolve(.25) @@ -2440,7 +2444,7 @@ label chapter_1: play ambient 'audio/effects/school loop.ogg' fadein 1 stop music fadeout 1 - I "She stomps away,{w=0.3} leaving Naomi to deflate a bit." + "She stomps away,{w=0.3} leaving Naomi to deflate a bit." pause 0.65 @@ -2474,9 +2478,9 @@ label chapter_1: play music 'audio/OST/we just turned on the microphone in our programmers_ house.ogg' - I "I open the door to the cramped office,{w=0.2} expecting to see a gruff cave of a workspace." + "I open the door to the cramped office,{w=0.2} expecting to see a gruff cave of a workspace." - I "Instead,{w=0.35} it was a fairly well furnished space complete with armchairs and cabinets of old photos." + "Instead,{w=0.35} it was a fairly well furnished space complete with armchairs and cabinets of old photos." show spears neutral flip at sright with dissolve @@ -2484,15 +2488,15 @@ label chapter_1: show anon neutral at aleft with dissolve - I "I plant myself in one of the armchairs and sink a bit lower into the cushion than expected." + "I plant myself in one of the armchairs and sink a bit lower into the cushion than expected." - I "Perks of being a human,{w=0.2} I guess." + "Perks of being a human,{w=0.2} I guess." if late_to_spears: Sp "I believe I told you last night to be here first thing this morning." - I "Shit!" + "Shit!" Sp "Tell me,{w=0.4} do I have a stutter?" @@ -2523,11 +2527,11 @@ label chapter_1: Sp "Good.{w=0.4} I meant what I said last night." - I "Hopefully not about the whole pile driving thing." + "Hopefully not about the whole pile driving thing." Sp "Still,{w=.4} I didn’t bring you in here to lecture you." - I "He didn’t?" + "He didn’t?" Sp "Not many people have to use the school’s financial services." @@ -2545,7 +2549,7 @@ label chapter_1: Sp "Naomi told me you needed help with food and even had the papers filed out." - I "Naomi?!" + "Naomi?!" Sp "Allow me to double-check real fast." @@ -2564,7 +2568,7 @@ label chapter_1: pause 1.25 - I "Hello tinnitus my old friend{cps=*0.1}...{/cps}" + "Hello tinnitus my old friend{cps=*0.1}...{/cps}" pause 0.5 @@ -2586,7 +2590,7 @@ label chapter_1: pause 0.75 - I "Oh god am I stuck like this?" + "Oh god am I stuck like this?" pause 0.5 @@ -2607,11 +2611,11 @@ label chapter_1: Sp "Anon?" - I "I glance between the two." + "I glance between the two." - I "It probably wasn’t malicious,{w=0.3} but still{cps=*0.1}...{/cps}" + "It probably wasn’t malicious,{w=0.3} but still{cps=*0.1}...{/cps}" - I "I’m not getting involved in office politics today." + "I’m not getting involved in office politics today." A "{cps=*0.1}...{/cps} {cps=*0.2}Yes.{/cps}" @@ -2632,13 +2636,13 @@ label chapter_1: N "Oh!{w=0.2} Yes sir!" hide naomi with Dissolve(1) - I "She leaves the office and Spears clicks the papers on his desk into a stack." + "She leaves the office and Spears clicks the papers on his desk into a stack." Sp "Hate to do that,{w=0.4} but she goes on for ages." Sp "Anyways,{w=0.3} go ahead and sign here.{w=0.4} Here.{w=0.4} Here.{w=0.4} Initial here.{w=0.4} Date here.{w=0.4} Print your name here." - I "I didn’t catch any of that." + "I didn’t catch any of that." A "W{w=0.1}-what?" @@ -2647,7 +2651,7 @@ label chapter_1: show spears: easein 0.5 xalign 0.9 - I "He holds out the poorly laminated lunch card for me to take." + "He holds out the poorly laminated lunch card for me to take." Sp "Just keep in mind," @@ -2655,13 +2659,13 @@ label chapter_1: Sp "Even if you’re new to all of us here at Volcano High,{w=0.4} we’re here to help you make the most of it." - I "Huh{cps=*.1}...{/cps}" + "Huh{cps=*.1}...{/cps}" A "Thank you,{w=0.2} Mister Spears." show spears happy flip - I "Mr. Spears nods and gives a small smile." + "Mr. Spears nods and gives a small smile." Sp "You can come in anytime.{w=0.5} I’m always here to listen." @@ -2669,12 +2673,12 @@ label chapter_1: Sp "You can come in anytime. I’m always here to listen.{fast} Except for topics relating to estrus season." - I "I sense great exhaustion in that last bit." + "I sense great exhaustion in that last bit." if late_to_spears: - I "I thank Mr. Spears one last time and head to homeroom." + "I thank Mr. Spears one last time and head to homeroom." - I "..." + "..." stop music fadeout 1 @@ -2683,7 +2687,7 @@ label chapter_1: # Anon has already spoken with Naser and seen Trish jump .postCavemanConference else: - I "I thank Mr. Spears one last time and head out." + "I thank Mr. Spears one last time and head out." stop music fadeout 1 @@ -2695,33 +2699,33 @@ label chapter_1: play ambient 'audio/effects/school loop.ogg' fadein 1.5 scene hallway with Dissolve(1.5) - I "Naser should be around here somewhere,{w=0.4} I wanted to talk to him before class." + "Naser should be around here somewhere,{w=0.4} I wanted to talk to him before class." - I "There’s still a bit of time before the bell." + "There’s still a bit of time before the bell." - I "But where would Naser be hanging out about now?" + "But where would Naser be hanging out about now?" - I "Maybe near the cafeteria?{w=0.5} {cps=*0.5}This place serves breakfa-{/cps}{w=.3}{nw}" + "Maybe near the cafeteria?{w=0.5} {cps=*0.5}This place serves breakfa-{/cps}{w=.3}{nw}" stop ambient fadeout 1 play music 'audio/ost/Fuck You I Like To Ignore Problems.ogg' play sound 'audio/effects/slapstickPunch.ogg' unknown "{cps=*0.25}WAOOOH!!{/cps}" with vpunch - I "With the screech of a banshee,{w=0.3} a blur of purple launches itself onto an unsuspecting student." + "With the screech of a banshee,{w=0.3} a blur of purple launches itself onto an unsuspecting student." - I "Everyone in the hallway pauses to watch as a midget of a triceratops attempts to bring down the taller raptor student." + "Everyone in the hallway pauses to watch as a midget of a triceratops attempts to bring down the taller raptor student." pause .5 play sound 'audio/effects/slapstickBigPunch.ogg' unknown "{b}{cps=*2}IMMAKILLYOUTRIGGA!{/cps}{/b}" with vpunch - I "The student body collectively rolls their eyes and continues on,{w=0.5} choosing to ignore the pissed off trigga as she finally forces the helpless guy to the floor and sits triumphantly on his chest." + "The student body collectively rolls their eyes and continues on,{w=0.5} choosing to ignore the pissed off trigga as she finally forces the helpless guy to the floor and sits triumphantly on his chest." pause .5 - I "I’m pretty sure some would pay good money for this treatment." + "I’m pretty sure some would pay good money for this treatment." - I "The ineffectual pummel-slapping included as she flails at the raptor’s face." + "The ineffectual pummel-slapping included as she flails at the raptor’s face." pause .5 T "You were there last night weren’t you?!" @@ -2737,15 +2741,15 @@ label chapter_1: unknown "ALRIGHT,{w=.2} ALRIGHT,{w=.2} I’M SORRY,{w=.4} JUST GET OFF!!" pause .5 - I "Wait,{w=0.4} she’s in the band that played yesterday?" + "Wait,{w=0.4} she’s in the band that played yesterday?" play ambient 'audio/effects/school loop.ogg' fadein 1.5 stop music fadeout 2 - I "I{cps=*.1}...{/cps}{w=0.2} Should get out of here." + "I{cps=*.1}...{/cps}{w=0.2} Should get out of here." - I "Last thing I need is whatever’s going on here." + "Last thing I need is whatever’s going on here." - I "I discreetly slip away,{w=0.3} down the nearest hall." + "I discreetly slip away,{w=0.3} down the nearest hall." scene hallway show anon neutral flip at acenter @@ -2773,10 +2777,10 @@ label chapter_1: show anon neutral with dissolve - I "Naser’s leaning against a set of lockers,{w=0.3} along with that guy from before." + "Naser’s leaning against a set of lockers,{w=0.3} along with that guy from before." pause .5 - I "The other one’s making a throat-slashing gesture,{w=0.3} waving a palm across his neck." + "The other one’s making a throat-slashing gesture,{w=0.3} waving a palm across his neck." pause 0.6 @@ -2812,7 +2816,7 @@ label chapter_1: stop ambient fadeout 0.5 show dimmer_light behind anon, naser, reed with dissolve - I "Oh." + "Oh." play ambient 'audio/effects/school loop.ogg' fadein 1 hide dimmer_light with dissolve @@ -2831,7 +2835,7 @@ label chapter_1: Re "Hell yeah,{w=0.2} man.{w=0.5} Nothin’ goin’ on in the Trish department at all." - I "Reed suddenly reaches into his pocket and retrieves his phone,{w=0.3} tapping away at a shockingly long password." + "Reed suddenly reaches into his pocket and retrieves his phone,{w=0.3} tapping away at a shockingly long password." pause .5 show reed shocked: @@ -2845,7 +2849,7 @@ label chapter_1: pause 0.5 - I "The raptor bolts before Naser can respond,{w=0.4} undoubtedly related to the triceratops." + "The raptor bolts before Naser can respond,{w=0.4} undoubtedly related to the triceratops." pause 0.75 @@ -2863,7 +2867,7 @@ label chapter_1: pause 0.1 play sound 'audio/effects/schoolBell.ogg' - I "{cps=*20}{i}DING-{w=0.7}DONG {w=0.7}BING-{w=0.7}BONG{/i}{/cps}" + "{cps=*20}{i}DING-{w=0.7}DONG {w=0.7}BING-{w=0.7}BONG{/i}{/cps}" pause 0.5 stop sound fadeout 0.5 @@ -2888,9 +2892,9 @@ label chapter_1: pause 0.5 hide naser with dissolve - I "Naser heads off down the hall and I go to my own homeroom." + "Naser heads off down the hall and I go to my own homeroom." - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" stop ambient fadeout 1 stop music fadeout 3 @@ -2900,52 +2904,52 @@ label chapter_1: label .postCavemanConference: pause 0.5 - I "The periods pass and eventually it’s lunchtime again." + "The periods pass and eventually it’s lunchtime again." - I "I’ve been focusing a bit less on class,{w=0.3} and more on getting a routine down to avoid unwanted confrontation." + "I’ve been focusing a bit less on class,{w=0.3} and more on getting a routine down to avoid unwanted confrontation." - I "It’s like it’s only me and the teacher in class,{w=0.3} phasing out everyone else." + "It’s like it’s only me and the teacher in class,{w=0.3} phasing out everyone else." play ambient 'audio/effects/school loop.ogg' fadein 1.5 scene hallway show anon neutral at acenter with fade - I "I follow the flow of students towards the lunchroom,{w=0.3} mindlessly looking about the halls." + "I follow the flow of students towards the lunchroom,{w=0.3} mindlessly looking about the halls." - I "Passing by the athletic awards case,{w=0.3} a decent amount of group photos have Naser front and center." + "Passing by the athletic awards case,{w=0.3} a decent amount of group photos have Naser front and center." - I "Apparently this school is pretty well known for their track team." + "Apparently this school is pretty well known for their track team." - I "In a similar vein,{w=0.2} Naomi is present in a good deal of the photos in the academic achievement case." + "In a similar vein,{w=0.2} Naomi is present in a good deal of the photos in the academic achievement case." - I "The last case was reserved for general awards,{w=0.4} I guess trophies that don’t belong anywhere else." + "The last case was reserved for general awards,{w=0.4} I guess trophies that don’t belong anywhere else." - I "The school has a few commendation awards for their efforts to stop bullying." + "The school has a few commendation awards for their efforts to stop bullying." - I "Feh,{w=0.4} they pass those around to every school." + "Feh,{w=0.4} they pass those around to every school." - I "Looking around,{w=0.2} there’s several posters on the walls here." + "Looking around,{w=0.2} there’s several posters on the walls here." - I "All simple slogans to stop the evil bully menace." + "All simple slogans to stop the evil bully menace." - I "A fat lot of good those did me at my old school{cps=*.1}...{/cps}" + "A fat lot of good those did me at my old school{cps=*.1}...{/cps}" - I "They always went all in with those efforts." + "They always went all in with those efforts." - I "One time they even got the whole student body into the auditorium to watch a short movie." + "One time they even got the whole student body into the auditorium to watch a short movie." - I "Some frail,{w=0.3} pasty kid gets pestered by a chubby,{w=0.3} buff bully." + "Some frail,{w=0.3} pasty kid gets pestered by a chubby,{w=0.3} buff bully." - I "The kid ended up trying to run away and got hit by a car,{w=0.4} with the credits scrolling over a scene in the hospital." + "The kid ended up trying to run away and got hit by a car,{w=0.4} with the credits scrolling over a scene in the hospital." - I "Everyone in class just said things like{w=0.3} \"Man,{w=0.2} good thing I’m not like that bully.\",{w=0.4} \"Yeah,{w=0.4} if I ever see a bully like that I’ll help the kid!\"" + "Everyone in class just said things like{w=0.3} \"Man,{w=0.2} good thing I’m not like that bully.\",{w=0.4} \"Yeah,{w=0.4} if I ever see a bully like that I’ll help the kid!\"" - I "Then they went right back to talking about me." + "Then they went right back to talking about me." stop music - I "{cps=*.1}...{/cps} No use feeling bad about the past." + "{cps=*.1}...{/cps} No use feeling bad about the past." stop ambient fadeout 1.0 scene cafeteria @@ -2953,11 +2957,11 @@ label chapter_1: play ambient 'audio/effects/teenageCafeteriaLoop.ogg' fadein 1.0 with fade - I "I’m here now." + "I’m here now." - I "With the lunch card in my possession I’m able to snag something actually edible." + "With the lunch card in my possession I’m able to snag something actually edible." - I "I should run the math on how much I’ll end up owing,{w=0.4} but I feel more like indulging myself." + "I should run the math on how much I’ll end up owing,{w=0.4} but I feel more like indulging myself." pause .5 menu: @@ -2971,15 +2975,15 @@ label chapter_1: pass pause .5 - I "Why not both?" + "Why not both?" - I "Hence my tray stacked high with desserts and the tastiest looking sandwich from the lunchline." + "Hence my tray stacked high with desserts and the tastiest looking sandwich from the lunchline." - I "Looking around for a place to sit I see the aggravating creamsicle waving at me." + "Looking around for a place to sit I see the aggravating creamsicle waving at me." play music 'audio/OST/Summertime Synth.ogg' volume 0.65 fadein 0.05 - I "Next to her is Naser with a complicated expression." + "Next to her is Naser with a complicated expression." pause .5 # A small variation is needed here because Anon only hears the first line if he finds Naser before meeting Spears. @@ -2992,7 +2996,7 @@ label chapter_1: Nas "{i}{cps=*.7}I brought them here so Fang has an audience.{/cps}{/i}" pause .5 - I "Shit.{w=0.5} I go and sit across from Naser and Naomi." + "Shit.{w=0.5} I go and sit across from Naser and Naomi." stop ambient fadeout 1 scene cafeteria @@ -3016,11 +3020,11 @@ label chapter_1: N "But all those sugars!{w=0.5} All that is bad for your health,{w=0.2} Anon.{w=0.4} This school’s vegan options-" - I "I tune her out with the help of a crunchy sugar cookie." + "I tune her out with the help of a crunchy sugar cookie." show naomi neutral flip with dissolve - I "A glance at Naser and I notice that he’s just poking at his pasta." + "A glance at Naser and I notice that he’s just poking at his pasta." show naomi: easein 0.5 xalign 0.95 @@ -3043,7 +3047,7 @@ label chapter_1: show naser happy flip Nas "Yeah no,{w=0.3} totally good!" - I "His following laugh sounds hollow." + "His following laugh sounds hollow." show naomi sad flip with dissolve @@ -3064,13 +3068,13 @@ label chapter_1: easein 0.5 xalign 0.95 pause 0.5 - I "Naomi places a comforting hand on his shoulder." + "Naomi places a comforting hand on his shoulder." A "I uh{cps=*.1}...{/cps}{w=0.4} Yeah{cps=*.1}...{/cps}{w=0.4} That crowd was harsh." Nas "What happened after I left?" - I "Naser looks at me pitifully." + "Naser looks at me pitifully." Nas "Trish gave me a general idea,{w=0.3} but I have to know{cps=*.1}...{/cps}" @@ -3078,7 +3082,7 @@ label chapter_1: Sp "{cps=*.6}{i}You are not the only person in the world.{/i}{/cps}" pause .5 - I "Ah,{w=0.4} shit." + "Ah,{w=0.4} shit." pause 0.75 @@ -3088,7 +3092,7 @@ label chapter_1: easein_quad 0.5 xalign 0.7 pause 0.75 - I "Naser grits his teeth." + "Naser grits his teeth." show anon: easein_quad 0.5 xalign -0.05 @@ -3123,7 +3127,7 @@ label chapter_1: linear 0.2 xalign .7 pause .7 - I "{i}I realize now that I had been laughing with them.{/i}" + "{i}I realize now that I had been laughing with them.{/i}" pause .5 A "I left after that.{w=0.5} Principal Spears was fucking pissed.{w=0.5} Even threatened to suplex them." @@ -3132,7 +3136,7 @@ label chapter_1: show naomi unimpressed flip with dissolve - I "Naser sags,{w=0.3} emotionally spent." + "Naser sags,{w=0.3} emotionally spent." show naser: easein_quart 1 yalign 0.05 @@ -3143,7 +3147,7 @@ label chapter_1: N "If Fang wishes to stay home then that is her prerogative.{w=0.6} You just need to give her some time,{w=0.3} Naser." - I "While she said that I noticed a strange expression cross over Naomi’s face." + "While she said that I noticed a strange expression cross over Naomi’s face." pause .5 Nas "I know babe.{w=.5} I just wish I could help them more." diff --git a/game/script/2.fourth-day-of-school.rpy b/game/script/2.fourth-day-of-school.rpy index cbca7f3..5fc3bbc 100644 --- a/game/script/2.fourth-day-of-school.rpy +++ b/game/script/2.fourth-day-of-school.rpy @@ -2,67 +2,65 @@ label chapter_2: scene room anon dark with fade - I "{cps=*0.2}-- Two Days Later --{/cps}" + "{cps=*0.2}-- Two Days Later --{/cps}" pause .6 - I "Alarm is off" + "Alarm is off" - I "You know the drill." + "You know the drill." - I "Combat roll,{w=.3}{nw}" + "Combat roll,{w=.3}{nw}" play sound "audio/effects/anonHeadbutt.ogg" - I "Combat roll,{fast} head butt,{w=.3} victory screech." with vpunch + "Combat roll,{fast} head butt,{w=.3} victory screech." with vpunch - I "Breakfast,{w=.3} shitposting,{w=.3} clothes." + "Breakfast,{w=.3} shitposting,{w=.3} clothes." show anon neutral at acenter with dissolve - I "I’m pretty good at this." + "I’m pretty good at this." - I "I think I’ve finally found a decent routine for the rest of the year." + "I think I’ve finally found a decent routine for the rest of the year." - I "I might have to go easy on the shitposting though,{w=.4} yesterday I might have over indulged{cps=*.1}...{/cps}" + "I might have to go easy on the shitposting though,{w=.4} yesterday I might have over indulged{cps=*.1}...{/cps}" - I "But{cps=*.1}...{/cps}" + "But{cps=*.1}...{/cps}" - I "I’ve succeeded in turning invisible,{w=.4} not completely but so far I’m happy." + "I’ve succeeded in turning invisible,{w=.4} not completely but so far I’m happy." - I "Even the stupid stuff with Naser seems settled,{w=.4} I can just cruise through schooling and shitpost in the evening." + "Even the stupid stuff with Naser seems settled,{w=.4} I can just cruise through schooling and shitpost in the evening." pause .5 - I "Perfection." + "Perfection." pause .5 - I "Day four out of however many days are left in the year.{w=.5} So far so good." + "Day four out of however many days are left in the year.{w=.5} So far so good." play ambient 'audio/effects/outdoorLoop.ogg' fadein 2 scene skinrow with fade - I "It’s a bit of a walk,{w=.4} so I get my phone out and start posting on a shitty imageboard." + "It’s a bit of a walk,{w=.4} so I get my phone out and start posting on a shitty imageboard." - show anonphone at center with moveinbottom + show anonphone at center with easeinbottom - I "Baiting people into replying to my posts isn’t the most rewarding of hobbies,{w=.4} but it passes the time." + "Baiting people into replying to my posts isn’t the most rewarding of hobbies,{w=.4} but it passes the time." pause .5 - A "{color=#78FF65}>Meteor dodgers{/color}" - - A "{color=#78FF65}>having jobs{/color}" - - A "pick one and only one." - pause .6 - - I "That oughtta get a few." + A "{color=#78FF65}>Meteor dodgers{/color}{w=.3}{nw}" + extend "\n{color=#78FF65}>having jobs{/color}{w=.5}{nw}" + extend "\npick one and only one." pause .5 - I "Just before I hit the reply button,{w=.3} I sense the air behind me turn warmer.{w=.5} A few wildflowers growing in the cracks of the sidewalk bloom in seconds." + "That oughtta get a few." + pause .5 - hide anonphone with moveoutbottom + "Just before I hit the reply button,{w=.3} I sense the air behind me turn warmer.{w=.5} A few wildflowers growing in the cracks of the sidewalk bloom in seconds." + + hide anonphone with easeoutbottom scene black with fade play music 'audio/OST/Dragging on and on....ogg' - I "{i}She’s here.{/i}" + "{i}She’s here.{/i}" scene outside school show anon neutral at aright @@ -78,9 +76,9 @@ label chapter_2: show anon neutral with Dissolve(.25) - show naomi neutral at sleft with moveinleft + show naomi neutral at sleft with easeinleft - I "Naomi catches up to me." + "Naomi catches up to me." show naomi explanatory N "You say something?" @@ -112,23 +110,24 @@ label chapter_2: A "Gardens win awards?" N "They do!{w=.4} Come on,{w=.3} I’ll show you." - - A "Actually,{w=0.3} wait,{w=0.3} {cps=*.35}I don’t really wan-{/cps}{w=0.2}{nw}" - show naomi: - easein_quart 1 xalign 0.7 - pause 0.8 + easein_cubic 1 xalign 0.65 + + A "Actually,{w=0.3} wait,{w=0.3} {cps=*.4}I don’t really wan-{/cps}{w=0.3}{nw}" + show anon: - easein_quad 1 xalign 0.6 + easein_quad 1 xalign 0.5 show naomi neutral flip behind anon: - easein_quad 1 xalign 0.25 + easein_quad 1 xalign 0.15 pause 0.3 hide naomi hide anon with dissolve pause .7 - I "Naomi grabs my hand again{w=.4} and when I come to,{w=.4} we’re already there." + scene black with fade + "Naomi grabs my hand again and when I come to,{w=.4} we’re already there." + pause .5 scene flower garden show anon neutral flip at aright @@ -146,18 +145,18 @@ label chapter_2: A "{cps=*0.6}Please stop dragging me by the hand.{/cps}" pause .5 - I "She is right though,{w=.4} the gardens here are absolutely stunning." + "She is right though,{w=.4} the gardens here are absolutely stunning." - I "I can’t tell what’s more colorful,{w=.5} the bushes of flowers,{w=.4} or the students that tend to them." + "I can’t tell what’s more colorful,{w=.5} the bushes of flowers,{w=.4} or the students that tend to them." pause .5 A "Yeah,{w=.4} the gardeners here do a great job." N "Hm?{w=.5} Oh,{w=.3} yeah,{w=.3} you can thank the gardening club for that." - I "Naomi guides me through the gardens,{w=.4} occasionally giving tour trivia." + "Naomi guides me through the gardens,{w=.4} occasionally giving tour trivia." - I "I can’t shake the feeling something’s on her mind,{w=.2} though." + "I can’t shake the feeling something’s on her mind,{w=.2} though." show naomi: easein_quad 1.0 xalign 0.2 @@ -174,12 +173,12 @@ label chapter_2: N "And then the{cps=*.1}...{/cps}{w=.4} Uh{cps=*.1}...{/cps}" pause .5 - I "What’s going on here?" + "What’s going on here?" - I "Is she coming onto me?" + "Is she coming onto me?" pause .5 - I "I want to ask if she’s upset about something,{w=.4} but is that even right of me to do?" + "I want to ask if she’s upset about something,{w=.4} but is that even right of me to do?" pause .5 menu: @@ -207,9 +206,9 @@ label chapter_2: label .naomiNotMyPlace: - I "Nah,{w=0.4} I don’t know her that well." + "Nah,{w=0.4} I don’t know her that well." - I "If it’s something personal Naser can help her with it." + "If it’s something personal Naser can help her with it." pause .5 N "I’m sorry,{w=.4} I’ve been a bit stressed lately,{w=.2} Anon{cps=*.1}...{/cps}" @@ -240,7 +239,7 @@ label chapter_2: A "I dunno." - I "Naomi nods her head a bit,{w=.4} staring at her shoes." + "Naomi nods her head a bit,{w=.4} staring at her shoes." N "Sorry,{w=.4} I just wanted to share with someone." @@ -252,7 +251,7 @@ label chapter_2: show naomi shocked: easein 0.15 xalign 0.15 - I "She checks her phone and jumps a bit." + "She checks her phone and jumps a bit." N "Oh!{w=.4} I’m going to be late!" @@ -270,18 +269,18 @@ label chapter_2: stop music fadeout 2 - I "She waves and runs off to a side door." + "She waves and runs off to a side door." - I "I should be getting to homeroom soon, too." + "I should be getting to homeroom soon, too." play ambient 'audio/effects/school loop.ogg' fadein 1.5 scene hallway show anon neutral flip at aright with fade - I "I push open the usual side entrance I take and enter the hallway that’s starting to become familiar now." + "I push open the usual side entrance I take and enter the hallway that’s starting to become familiar now." - I "Still occasionally glancing at the room numbers just to make absolute sure,{w=.4} I noticed someone in the countercurrent walking past." + "Still occasionally glancing at the room numbers just to make absolute sure,{w=.4} I noticed someone in the countercurrent walking past." stop ambient fadeout 1 play music "audio/OST/That Monochromatic Weirdo.ogg" fadein 1.0 @@ -289,53 +288,53 @@ label chapter_2: xalign -0.2 yalign 0.0 pause .5 - I "It was one of the bass players from the concert two days ago." + "It was one of the bass players from the concert two days ago." - I "Naser said she was his sister,{w=.4} right?" + "Naser said she was his sister,{w=.4} right?" - I "Glancing at her for a moment,{w=.4} the expression on her face sort of reminds me of something." + "Glancing at her for a moment,{w=.4} the expression on her face sort of reminds me of something." - I "It was probably just leftover embarrassment from the concert,{w=.4} but she seemed to have a lost look on her face." + "It was probably just leftover embarrassment from the concert,{w=.4} but she seemed to have a lost look on her face." - I "Or maybe it was confusion." + "Or maybe it was confusion." - I "Or a mix of the two{cps=*.1}...?{/cps}" + "Or a mix of the two{cps=*.1}...?{/cps}" - I "Either way there's something on her mind." + "Either way there's something on her mind." pause .5 - I "I can't help but think that that must be how I looked on my first day." + "I can't help but think that that must be how I looked on my first day." - I "But it was my first day of school,{w=.4} she had been going here all year." + "But it was my first day of school,{w=.4} she had been going here all year." - I "What's her excuse then?" + "What's her excuse then?" - I "Either way,{w=.4} doesn’t look like she recognizes me." + "Either way,{w=.4} doesn’t look like she recognizes me." - I "Objective one out of whatever of the current year is accomplished then,{w=.4} next one is memorizing the class schedule." + "Objective one out of whatever of the current year is accomplished then,{w=.4} next one is memorizing the class schedule." - I "And that says it’s home room in fifteen minutes." + "And that says it’s home room in fifteen minutes." pause .5 - I "Home room which I share with Naomi." + "Home room which I share with Naomi." - I "{i}*shudder*{/i}" + "{i}*shudder*{/i}" - I "She’s just too{cps=*.1}...{/cps}{w=.5} too {i}sweet{/i}{cps=*.1}...{/cps}{w=.3} and like...{w=.4} Obnoxious{cps=*.1}...{/cps} " + "She’s just too{cps=*.1}...{/cps}{w=.5} too {i}sweet{/i}{cps=*.1}...{/cps}{w=.3} and like...{w=.4} Obnoxious{cps=*.1}...{/cps} " - I "Ugh,{w=.4} I can’t find the right way to put it,{w=.3} but she feels so...{w=.3} movie-like{cps=*.1}...{/cps}" + "Ugh,{w=.4} I can’t find the right way to put it,{w=.3} but she feels so...{w=.3} movie-like{cps=*.1}...{/cps}" - I "Like an act." + "Like an act." pause .5 - I "Day four,{w=.2} Anon.{w=.4} Day four." + "Day four,{w=.2} Anon.{w=.4} Day four." pause .5 - I "What the hell?" + "What the hell?" - I "Why is she scratching herself?" + "Why is she scratching herself?" - I "Is she a junkie?" + "Is she a junkie?" show fang: easein_quad 1.0 xalign 0.5 @@ -346,9 +345,9 @@ label chapter_2: easein_quart .5 xalign 1.05 pause .25 - I "OH GOD DON’T COME ANY CLOSER." + "OH GOD DON’T COME ANY CLOSER." - I "I DON’T WANNA GET SHANKED BY A JUNKIE PTERODACTYL." + "I DON’T WANNA GET SHANKED BY A JUNKIE PTERODACTYL." pause .5 F "You{cps=*.1}...{/cps}{w=.4}uh{cps=*.1}...{/cps}{w=.2}SKINNIE." @@ -396,37 +395,37 @@ label chapter_2: hide fang with dissolve pause .5 - I "And just like that,{w=.4} she’s gone." + "And just like that,{w=.4} she’s gone." play music "audio/OST/Dragging on and on....ogg" fadein 1.0 - I "I seem to have this effect on women." + "I seem to have this effect on women." - I "I call them poison pheromones." + "I call them poison pheromones." pause .5 - I "But it is relieving that she didn’t recognize me.{w=.5} Guess Naser didn’t tell her." + "But it is relieving that she didn’t recognize me.{w=.5} Guess Naser didn’t tell her." stop music fadeout 0.69 play sound 'audio/effects/schoolBell.ogg' pause 2 - I "The staccato of the bell signals my tardiness for class." + "The staccato of the bell signals my tardiness for class." play music "audio/OST/Dragging on and on....ogg" fadein 1.0 - I "My class with Naomi." + "My class with Naomi." pause .5 - I "If there is a Jurassic God,{w=.4} please make Naomi miss home room today." + "If there is a Jurassic God,{w=.4} please make Naomi miss home room today." stop music fadeout 2 stop sound fadeout 1 scene black with fade - I "I’ll even offer a goat sacrifice!" + "I’ll even offer a goat sacrifice!" - I "..." + "..." play music 'audio/OST/Appreciating the Atmosphere.ogg' fadein 1 @@ -435,28 +434,28 @@ label chapter_2: yalign 0.1 xalign 0.2 with fade - I "The day passes uneventfully until fourth period,{w=0.4} Science Class." + "The day passes uneventfully until fourth period,{w=0.4} Science Class." - I "I find a seat near the back of the room and watch the clock hands tick down the remaining few seconds to the bell." + "I find a seat near the back of the room and watch the clock hands tick down the remaining few seconds to the bell." - I "Right before the tone,{w=.2} one last student rushes in,{w=.4} out of breath." + "Right before the tone,{w=.2} one last student rushes in,{w=.4} out of breath." pause .5 - I "Oh,{w=.4} it's that girl again.{w=.5} I guess we shared a period or two on the first day and I just didn't notice." + "Oh,{w=.4} it's that girl again.{w=.5} I guess we shared a period or two on the first day and I just didn't notice." - I "She strides across the room,{w=.4} taking her seat without a word." + "She strides across the room,{w=.4} taking her seat without a word." - I "Strangely,{w=.3} nobody seems to acknowledge her.{w=0.5} Not even a sneer or chuckle." + "Strangely,{w=.3} nobody seems to acknowledge her.{w=0.5} Not even a sneer or chuckle." - I "That’s odd.{w=0.4} Given how many people were there that night,{w=0.3} you’d expect at least a couple of snickers." + "That’s odd.{w=0.4} Given how many people were there that night,{w=0.3} you’d expect at least a couple of snickers." - I "But there she was,{w=0.4} being completely left alone{cps=*.1}...{/cps}{w=0.4} Or ignored." + "But there she was,{w=0.4} being completely left alone{cps=*.1}...{/cps}{w=0.4} Or ignored." - I "Seems almost worse than getting laughed at." + "Seems almost worse than getting laughed at." stop music fadeout 2 pause .5 - I "The lingering chatter in the room dies out as the teacher stands from his desk,{w=0.4} moving to the front of the room." + "The lingering chatter in the room dies out as the teacher stands from his desk,{w=0.4} moving to the front of the room." show farnsworth at sright with Dissolve(1) Drf "Good news everyone!" @@ -470,18 +469,18 @@ label chapter_2: play music 'audio/OST/Many Such Cases of Being So True.ogg' volume .8 show dimmer_light behind anon with Dissolve(1) - I "My heart sunk as those dreaded words passed my ears." + "My heart sunk as those dreaded words passed my ears." pause .5 - I "\"Find a partner.\"" + "\"Find a partner.\"" pause .5 - I "I know it’s pointless,{w=0.3} but I at least have to try.{w=0.4} Maybe someone was out sick." + "I know it’s pointless,{w=0.3} but I at least have to try.{w=0.4} Maybe someone was out sick." - I "With my luck though,{w=0.3} I’ll probably just end up with that fossil of a teacher." + "With my luck though,{w=0.3} I’ll probably just end up with that fossil of a teacher." pause .5 - I "With everyone else already starting on the assignment I resign myself to working twice as hard." + "With everyone else already starting on the assignment I resign myself to working twice as hard." show farnsworth at sright with dissolve @@ -490,7 +489,7 @@ label chapter_2: hide dimmer_light with Dissolve(1) pause .5 - I "{cps=*.1}...{/cps}What" + "{cps=*.1}...{/cps}What" pause .5 Drf "Very well." @@ -499,7 +498,7 @@ label chapter_2: hide farnsworth with dissolve - I "I sat in momentary confusion as someone took the seat next to mine." + "I sat in momentary confusion as someone took the seat next to mine." show fang neutral with Dissolve(1): xalign -0.6 yalign 0.0 @@ -510,13 +509,13 @@ label chapter_2: show dimmer_darker behind anon, fang with Fade(.1, 0, .25, color="#fff") play sound 'audio/effects/slapstickPunch.ogg' play ambient "audio/effects/alarmSirenLoop.ogg" - I "{cps=*2}SPAGHETTI ALERT!!{w=0.6} SPAGHETTI ALERT!!{/cps}" with vpunch + "{cps=*2}SPAGHETTI ALERT!!{w=0.6} SPAGHETTI ALERT!!{/cps}" with vpunch - I "{cps=*2}DEFCON LEVEL TWO{/cps}" + "{cps=*2}DEFCON LEVEL TWO{/cps}" - I "{cps=*2}THERE IS A FEMOID WITHIN ARMS DISTANCE LOOKING AT ME{/cps}" + "{cps=*2}THERE IS A FEMOID WITHIN ARMS DISTANCE LOOKING AT ME{/cps}" - I "{cps=*2}DEPLOY ALL SPAGHETTI LOCKDOWN MEASURES{/cps}" + "{cps=*2}DEPLOY ALL SPAGHETTI LOCKDOWN MEASURES{/cps}" pause .5 stop ambient fadeout 1 @@ -533,7 +532,7 @@ label chapter_2: # This was the best I could come up with. Not ideal, but it feels the most immediate given the limitation show dimmer_darker behind anon, fang with Dissolve(0.1) - I "SHIT!{w=.6} RECOVERY MANEUVERS NOW!" + "SHIT!{w=.6} RECOVERY MANEUVERS NOW!" stop ambient fadeout 0.69 @@ -547,7 +546,7 @@ label chapter_2: # TODO: fill this dead air with some relatively upbeat music to make Fang getting mad more dramatic play music 'audio/ost/Appreciating the Moment.ogg' - I "CHAD RECOVERY SUCCESSFUL" + "CHAD RECOVERY SUCCESSFUL" pause .5 F "None of your business.{w=.5} Just do the damn assignment and don’t bother me." @@ -558,16 +557,16 @@ label chapter_2: F "What was your first fuckin’ clue.{w=.5} Last time I’ll say it,{w=.4} just do the assignment and don’t.{w=.4} Bother.{w=.4} Me." pause .5 - I "Okay!{w=.4} Got to keep coolheaded." + "Okay!{w=.4} Got to keep coolheaded." pause .5 A "So this assignment,{w=.2} then." scene black with fade - I "With that we open our books and start on trying to decipher who Lorentz is and why his force is magnetic." + "With that we open our books and start on trying to decipher who Lorentz is and why his force is magnetic." - I "Things are going well for the first few questions,{w=.4} I remember a bit of it from that one time I tried to make a railgun." + "Things are going well for the first few questions,{w=.4} I remember a bit of it from that one time I tried to make a railgun." scene science class show anon neutral: @@ -596,15 +595,15 @@ label chapter_2: show farnsworth concerned with Dissolve(.25) show fang angry with Dissolve(1) - I "Why is Dr. Fernsworth making that face?" + "Why is Dr. Fernsworth making that face?" - I "I turn to Fang to ask her what the deal is and-" + "I turn to Fang to ask her what the deal is and-" show anon neutral flip with dissolve pause .5 play music 'audio/ost/you can_t sage here.ogg' fadein 0.5 - I "Oh." + "Oh." show anon: easein_quad 1.0 xalign 0.45 @@ -613,7 +612,7 @@ label chapter_2: Drf "Oh dear" pause .5 - I "Mistakes have been made." + "Mistakes have been made." pause .5 F "She?" @@ -623,10 +622,10 @@ label chapter_2: F "Can you {i}not{/i} see?!" - I "Oh Raptor Jesus almighty this is the absolute worst case scenario." + "Oh Raptor Jesus almighty this is the absolute worst case scenario." pause .5 - I "The infuriated pteradactyl's wings spread wide and her taloned finger jabs my chest." + "The infuriated pteradactyl's wings spread wide and her taloned finger jabs my chest." pause .5 show fang: @@ -645,7 +644,7 @@ label chapter_2: easein_back .4 xalign -0.3 F "I. Am. Non.{fast} Binary." - I "How was I supposed to know something so trivial would set something like this off?!" + "How was I supposed to know something so trivial would set something like this off?!" pause .5 F "Well?!" @@ -655,7 +654,7 @@ label chapter_2: A "{cps=*.1}...{/cps}" - I "I can’t bring myself to say anything!!" + "I can’t bring myself to say anything!!" F "Oh,{w=.4} OH,{w=.5} so that’s how it’s going to be,{w=.2} huh?!" @@ -691,20 +690,20 @@ label chapter_2: show dimmer_darker behind fang with Dissolve(.25) pause .5 - I "It feels like the world just stopped." + "It feels like the world just stopped." - I "All eyes are on Fang." + "All eyes are on Fang." - I "And in Fangs’ eyes I see something flash briefly." + "And in Fangs’ eyes I see something flash briefly." - I "Judging by those exaggerated movements and the eloquent speech,{w=.4} this is something Fang had been practicing." + "Judging by those exaggerated movements and the eloquent speech,{w=.4} this is something Fang had been practicing." - I "This was supposed to be a big moment where she stopped an evil bigot and the whole class would clap." + "This was supposed to be a big moment where she stopped an evil bigot and the whole class would clap." - I "In all her planning and practice Fang had made one crucial error." + "In all her planning and practice Fang had made one crucial error." pause 0.8 - I "{cps=*.5}Nobody cared.{/cps}" + "{cps=*.5}Nobody cared.{/cps}" play ambient 'audio/effects/classroomLoop.ogg' fadein 1 hide dimmer_darker with Dissolve(1) @@ -719,7 +718,7 @@ label chapter_2: pause 0.25 hide fang with dissolve - I "Sh-{w=.5} Fang{w=0.4} is quick to exit the room.{w=.6} Dr. Fernsworth turns a sympathetic look towards me." + "Sh-{w=.5} Fang{w=0.4} is quick to exit the room.{w=.6} Dr. Fernsworth turns a sympathetic look towards me." show anon neutral at acenter with dissolve @@ -731,18 +730,18 @@ label chapter_2: hide farnsworth with Dissolve(1) pause .5 - I "What the fuck just happened{cps=*.1}...?{/cps}" + "What the fuck just happened{cps=*.1}...?{/cps}" - I "Well,{w=.3} she blew up at me when I called her a she{cps=*.1}...{/cps}" + "Well,{w=.3} she blew up at me when I called her a she{cps=*.1}...{/cps}" - I "She was already upset about something before{cps=*.1}...{/cps}" + "She was already upset about something before{cps=*.1}...{/cps}" stop ambient fadeout 1 scene black with fade - I "She was upset before because of the concert the other day?" + "She was upset before because of the concert the other day?" - I "Looks like I just pushed her over the edge." + "Looks like I just pushed her over the edge." play music 'audio/OST/Appreciating the Atmosphere.ogg' fadein 1 scene science class @@ -754,7 +753,7 @@ label chapter_2: show fang sad flip at sright with Dissolve(2) pause .5 - I "After a few moments Fang comes back in and sits down without a word." + "After a few moments Fang comes back in and sits down without a word." show fang sad flip: easein_quad 1.5 xalign -0.6 @@ -768,11 +767,11 @@ label chapter_2: A "Uh,{w=.4} don’t worry about it." pause .5 - I "." + "." - I ".." + ".." - I "..." + "..." show anon: easein 1 xalign 0.25 @@ -780,24 +779,24 @@ label chapter_2: show anon neutral flip with dissolve pause .5 - I "Now that I think about it,{w=.5} something’s off." + "Now that I think about it,{w=.5} something’s off." - I "Fang claims to not be male or female,{w=.4} but the clothes she’s wearing are clearly provocative." + "Fang claims to not be male or female,{w=.4} but the clothes she’s wearing are clearly provocative." - I "It’s almost like she’s showing off her femininity." + "It’s almost like she’s showing off her femininity." pause .5 - I "Then why?" + "Then why?" - I "Why would someone be wearing revealing clothes in contradiction to their identity{cps=*.1}...?{/cps}" + "Why would someone be wearing revealing clothes in contradiction to their identity{cps=*.1}...?{/cps}" - I "It’s almost like they’re just looking for attent-" + "It’s almost like they’re just looking for attent-" - I "Then suddenly,{w=.4} it hits me.{w=.6} I recall memories of a slightly younger Anon,{w=.4} running around school with a cape,{w=.4} pilot goggles{cps=*.1}...{/cps}" + "Then suddenly,{w=.4} it hits me.{w=.6} I recall memories of a slightly younger Anon,{w=.4} running around school with a cape,{w=.4} pilot goggles{cps=*.1}...{/cps}" - I "{cps=*.1}...{/cps}And three plastic katanas." + "{cps=*.1}...{/cps}And three plastic katanas." - I "That was a quick way to get sent to the principal's office." + "That was a quick way to get sent to the principal's office." show fang angry with dissolve F "{cps=*.1}...{/cps}Are you even listening to me?!" @@ -807,7 +806,7 @@ label chapter_2: show fang considering with Dissolve(.25) F "Yeah,{w=.3} I could tell." - I "She mutters as she turns back to the assignment." + "She mutters as she turns back to the assignment." pause .75 show fang unimpressed with Dissolve(.25) @@ -819,7 +818,7 @@ label chapter_2: pause .5 show fang neutral with Dissolve(.25) - I "Judging by the looks of the class, and both of our current social standing, we’ll probably be working together a lot more." + "Judging by the looks of the class, and both of our current social standing, we’ll probably be working together a lot more." pause .5 menu: @@ -837,7 +836,7 @@ label chapter_2: F "Non-binary people don't owe you androgyny" pause .5 - I "Doesn’t seem like it’s something she wants to hear right now." + "Doesn’t seem like it’s something she wants to hear right now." A "So um,{w=.5} your Naser’s sister,{w=.3} right?" @@ -850,7 +849,7 @@ label chapter_2: show fang neutral with Dissolve(.25) - I "There’s a brief pause until Fang speaks up again." + "There’s a brief pause until Fang speaks up again." pause .5 F "Yes.{w=.55} Naser’s my baby brother,{w=.4} why do you ask?" @@ -863,7 +862,7 @@ label chapter_2: A "Uhh{cps=*.1}...{/cps}{w=.3} Sure." - I "Actually,{w=.4} thinking about Naser{cps=*.1}...{/cps}" + "Actually,{w=.4} thinking about Naser{cps=*.1}...{/cps}" N "{i}\"It’s more that he worries a bit too much for that{cps=*.1}...{/cps}{w=.2} sister{w=0.2} of his.\"{/i}" @@ -883,7 +882,7 @@ label chapter_2: A "I{cps=*.1}...{/cps}{w=.2} Dunno." - I "Suddenly my shoes seem more interesting than the conversation at hand." + "Suddenly my shoes seem more interesting than the conversation at hand." pause .5 A "Just think it’s messed up people would go to a show just to laugh at you." @@ -899,11 +898,11 @@ label chapter_2: A "{cps=*.1}...{/cps}" - I "The rest of the period passed between continued small talk with Fang." + "The rest of the period passed between continued small talk with Fang." - I "She seemed to be controlling the conversation though." + "She seemed to be controlling the conversation though." - I "When the bell rings,{w=.4} Fang whips out her phone and immediately starts tapping away." + "When the bell rings,{w=.4} Fang whips out her phone and immediately starts tapping away." show anon: easein 0.8 xalign 0.45 @@ -924,17 +923,17 @@ label chapter_2: pause 0.45 hide fang with dissolve - I "She lazily waves a hand at me and I make my way to my next class." + "She lazily waves a hand at me and I make my way to my next class." stop music fadeout 2 scene black with fade - I "Unfortunately,{w=.4} fifth period is mathematics." + "Unfortunately,{w=.4} fifth period is mathematics." scene classroom with fade - I "I’m barely keeping myself awake while Mr. Carlesiidewski is giving a lecture on the inverse of tangents." + "I’m barely keeping myself awake while Mr. Carlesiidewski is giving a lecture on the inverse of tangents." pause .5 show carldelewski at scenter with Dissolve(.1) @@ -942,18 +941,18 @@ label chapter_2: carl "ANON!" with vpunch - I "I sit ramrod straight at the direct address." + "I sit ramrod straight at the direct address." carl "Are you frickin’ listening?{w=.4} Come finish this frickin’ problem on the frickin’ board." pause .5 - I "Just one social disaster after another today." + "Just one social disaster after another today." hide carldelewski with dissolve show anon neutral at aleft with dissolve - I "Hesitantly,{w=.3} I slide out of my chair and trundle my way to the whiteboard,{w=.4} trying to decipher the runes I'm expected to make sense of." + "Hesitantly,{w=.3} I slide out of my chair and trundle my way to the whiteboard,{w=.4} trying to decipher the runes I'm expected to make sense of." play music 'audio/OST/Those Other Two Weirdos.ogg' fadein 2 show anon: @@ -961,9 +960,9 @@ label chapter_2: pause .75 show dimmer_light behind anon with Dissolve(.15) - I "Only I never made it to the whiteboard." + "Only I never made it to the whiteboard." - I "Three rows down and my foot catches on a loose backpack strap in the isle." + "Three rows down and my foot catches on a loose backpack strap in the isle." hide dimmer_light with Dissolve(.15) play sound 'audio/effects/whoosh.ogg' @@ -976,46 +975,46 @@ label chapter_2: play sound "audio/effects/anonDeskSlam.ogg" with vpunch - I "Luckily I fell sideways and there was a cold hard desk in the way to catch my fall." + "Luckily I fell sideways and there was a cold hard desk in the way to catch my fall." pause .5 - I "To the chuckles of the rest of the class,{w=.4} I look up from my final resting place to see a massive pink and white muzzle." + "To the chuckles of the rest of the class,{w=.4} I look up from my final resting place to see a massive pink and white muzzle." pause .5 Re "Dude." - I "Like a deer caught in headlights,{w=.4} I can only stare and wait for him to continue." + "Like a deer caught in headlights,{w=.4} I can only stare and wait for him to continue." Re "{cps=*.6}You’re on my desk man{/cps}{cps=*.1}...{/cps}" - I "My senses return to me,{w=.2} and I quickly get up,{w=.4} picking up and returning the pencil that flew to the floor in a flurry of apologies." + "My senses return to me,{w=.2} and I quickly get up,{w=.4} picking up and returning the pencil that flew to the floor in a flurry of apologies." - I "Then I recognise just whose desk I fell on." + "Then I recognise just whose desk I fell on." - I "It’s that drummer in Fang’s band." + "It’s that drummer in Fang’s band." - I "Don’t I just have the luck of the devil?" + "Don’t I just have the luck of the devil?" pause .5 - I "Giving one last apology,{w=.4} I head to the front of the room to solve the whiteboard problem." + "Giving one last apology,{w=.4} I head to the front of the room to solve the whiteboard problem." pause .5 - I "I tried solving the problem to the best of my ability." + "I tried solving the problem to the best of my ability." - I "Still took a solid two minutes." + "Still took a solid two minutes." pause .5 - I "After circling my answer,{w=.4} I look expectantly at Mr. Carlesiidewski who gives a nod." + "After circling my answer,{w=.4} I look expectantly at Mr. Carlesiidewski who gives a nod." - I "Finally turning around to return to my seat,{w=.4} I freeze." + "Finally turning around to return to my seat,{w=.4} I freeze." - I "Right there in the front row is the last member of the band,{w=.4} Trish." + "Right there in the front row is the last member of the band,{w=.4} Trish." - I "I stumble back to my desk." + "I stumble back to my desk." show carldelewski at scenter with dissolve - I "Mr. Carlesiidewski gives each row a stack of papers to pass back." + "Mr. Carlesiidewski gives each row a stack of papers to pass back." carl "Alright,{w=.4} here’s the frickin’ homework covering today’s lesson.{w=.5} Use page two-seventy-nine.{w=.4} I’ll give you the last{cps=*.1}...{/cps}" @@ -1023,65 +1022,65 @@ label chapter_2: hide carldelewski with dissolve - I "Mr. Carlesiidewski returns to his desk and pulls out a math book with a monthly romance novel crudely stuffed inside it.{w=.5} With a very detailed centerfold,{w=0.3} by the way he turned it sideways." + "Mr. Carlesiidewski returns to his desk and pulls out a math book with a monthly romance novel crudely stuffed inside it.{w=.5} With a very detailed centerfold,{w=0.3} by the way he turned it sideways." pause .5 - I "Looking ahead to Reed’s desk,{w=.4} he’s been joined by Trish who's trying to get him to get started." + "Looking ahead to Reed’s desk,{w=.4} he’s been joined by Trish who's trying to get him to get started." - I "I think I can feel their eyes following me{cps=*.1}...{/cps}" + "I think I can feel their eyes following me{cps=*.1}...{/cps}" pause .5 - I "Back at my desk,{w=.4} I glance over the math sheet." + "Back at my desk,{w=.4} I glance over the math sheet." - I "Page two-seventy-nine,{w=.4} right?" + "Page two-seventy-nine,{w=.4} right?" - I "Looks like I finally get to use that phonebook of a math textbook." + "Looks like I finally get to use that phonebook of a math textbook." pause .5 - I "{cps=*.1}...{/cps}Where is it?" + "{cps=*.1}...{/cps}Where is it?" - I "I open my backpack,{w=.4} and instead of my math textbook..." + "I open my backpack,{w=.4} and instead of my math textbook..." stop music fadeout 1 show dimmer_light with Dissolve(.25) - I "{cps=*.1}...{/cps}{nw}" + "{cps=*.1}...{/cps}{nw}" play sound 'audio/effects/slapstickGlassBreak.ogg' extend "is the Saturnia Collectors Edition Art-book I splurged on yesterday." pause .5 - I "I’m frozen.{w} Can’t move an inch." + "I’m frozen.{w} Can’t move an inch." - I "Did I grab the wrong book this morning?{w=.5} Is someone playing a sick joke?" + "Did I grab the wrong book this morning?{w=.5} Is someone playing a sick joke?" pause .5 play sound 'audio/effects/slapstickBigPunch.ogg' - I "How could I bring this to school?!?" with vpunch + "How could I bring this to school?!?" with vpunch pause .5 - I "Something bounces off my head and lands on my desk." + "Something bounces off my head and lands on my desk." play music 'audio/OST/Those Other Two Weirdos.ogg' fadein 2 hide dimmer_light with Dissolve(.25) - I "It’s enough to snap me back to reality and I shove my backpack under my desk,{w=.4} furiously zipping it." + "It’s enough to snap me back to reality and I shove my backpack under my desk,{w=.4} furiously zipping it." - I "On my desk is a balled-up wad of paper." + "On my desk is a balled-up wad of paper." - I "Oh great.{w=.4} I was hoping to avoid these chain notes." + "Oh great.{w=.4} I was hoping to avoid these chain notes." - I "I unfurl the ball to read the note." + "I unfurl the ball to read the note." pause .5 - I "{i}Look up.{/i}" + "{i}Look up.{/i}" - I "I look up and see the purple one waving me over." + "I look up and see the purple one waving me over." pause .5 - I "Fuck.{fast}" + "Fuck.{fast}" pause .5 - I "Grabbing my stuff I shuffle over slowly to the duo." + "Grabbing my stuff I shuffle over slowly to the duo." show anon neutral at aleft show trish neutral flip behind anon at tright @@ -1111,7 +1110,7 @@ label chapter_2: T "A certain friend of mine is partnered with you in Science,{w=.4} right?" pause .5 - I "Wait.{w=.4} Oh!" + "Wait.{w=.4} Oh!" A "You mean Fang?" @@ -1121,9 +1120,9 @@ label chapter_2: T "I had a feeling you’d be him." pause .5 - I "Am I gonna have to tolerate humiliation from these meteor dodgers too?" + "Am I gonna have to tolerate humiliation from these meteor dodgers too?" - I "My head is starting to hurt.{w=.4} Hopefully we can just get started on these math exercises." + "My head is starting to hurt.{w=.4} Hopefully we can just get started on these math exercises." pause .5 A "Yeah,{w=.3} that was me.{w=.4} I apologized,{w=.1} though." @@ -1146,12 +1145,12 @@ label chapter_2: alpha 0 easein_quart 0.5 alpha 1 - I "RED ALERT." + "RED ALERT." pause .5 - I "There is no way I’m telling anyone,{w=.4} especially {i}these{/i} people." + "There is no way I’m telling anyone,{w=.4} especially {i}these{/i} people." - I "And if they find out where I was a few days ago{cps=*.1}...{/cps}" + "And if they find out where I was a few days ago{cps=*.1}...{/cps}" $ renpy.music.set_volume(1, 1.5, 'music') hide dimmer_light with dissolve @@ -1167,7 +1166,7 @@ label chapter_2: A "I{w=.1}-I’ve been doing nothing.{w=.4} I don’t really care about friends." pause .5 - I "She doesn’t look very convinced by that answer." + "She doesn’t look very convinced by that answer." T "Right." pause .5 @@ -1179,7 +1178,7 @@ label chapter_2: show trish unimpressed flip with Dissolve(.25) T "Hey{cps=*.1}...{/cps}{w=.4} Yeah,{w=.2} I saw you with that slut Naomi earlier,{w=.2} too{cps=*.1}...{/cps}" - I "Trish squints her eyes at me." + "Trish squints her eyes at me." A "T{w=.2}-they were my welcoming committee,{w=.4} they helped me with getting settled,{w=.3} nothing besides that." @@ -1199,7 +1198,7 @@ label chapter_2: show trish neutral flip with Dissolve(.25) pause .5 - I "I don’t think they invited me here to solve math problems." + "I don’t think they invited me here to solve math problems." pause .5 show trish explanatory flip @@ -1218,7 +1217,7 @@ label chapter_2: show anon: easein 0.5 xalign -0.1 - I "I drag my chair backwards and clumsily rise from my seat" + "I drag my chair backwards and clumsily rise from my seat" A "It was great meeting you guys,{w=.4} I’ll be going back to my desk,{w=.2} though{cps=*.1}...{/cps}" @@ -1233,14 +1232,14 @@ label chapter_2: T "It’s important.{w=.4} Look at me." - I "She has a very serious look on her face." + "She has a very serious look on her face." - I "She’s not saying anything,{w=.4} her glaring through the back of my skull makes me think she means business." + "She’s not saying anything,{w=.4} her glaring through the back of my skull makes me think she means business." T "Fang is happy.{w=.5} They found something about themself they finally like,{w=.4} and I helped them through a dark time.{w=.6} They made up their mind." pause .5 - I "They?{w=.4} Themself?{w=.4} No wonder Naser seemed so confused by this." + "They?{w=.4} Themself?{w=.4} No wonder Naser seemed so confused by this." T "They don’t need people in their life that might hurt or confuse them.{w=.5} They have us,{w=.4} and the band.{w=.6} We’re trying to make it for ourselves." @@ -1248,9 +1247,9 @@ label chapter_2: T "I look out for them because I care for them.{w=.5} They’ve been hurting because of those dicks,{w=.4} I’m doing my part in assuring them." - I "Was that what I saw her doing earlier?" + "Was that what I saw her doing earlier?" - I "Looked more like a one trigga trig-out." + "Looked more like a one trigga trig-out." pause .5 A "I don’t understand." @@ -1258,16 +1257,16 @@ label chapter_2: T "My point is,{w=.4} don’t upset Fang." pause .5 - I "I just wanted to solve math problems." + "I just wanted to solve math problems." A "I,{w=.3} er{cps=*.1}...{/cps}{w=.4} yes,{w=.2} ma’am." show trish unimpressed flip with Dissolve(.25) - I "Once again she’s just glaring at me." + "Once again she’s just glaring at me." - I "Fucking hell my stupid legs,{w=.3} stop shaking." + "Fucking hell my stupid legs,{w=.3} stop shaking." - I "I’ll take this opportunity." + "I’ll take this opportunity." A "Uh...{w=.3} thank you for the lesson,{w=.2} Trish.{w=.4} I’ll keep that in mind.{w=.3} See ya." @@ -1281,12 +1280,12 @@ label chapter_2: easein_quart 1.2 xalign 0.75 pause .5 - I "Reed holds out a sheet of paper." + "Reed holds out a sheet of paper." pause .5 - I "Wait,{w=.4} it’s a copy of the homework assignment-" + "Wait,{w=.4} it’s a copy of the homework assignment-" - I "And it’s complete?!" + "And it’s complete?!" A "Hold on,{w=.4} I thought {i}you{/i} were the one needing help?" @@ -1308,7 +1307,7 @@ label chapter_2: stop music pause 2 - I "The bell announces lunchtime,{w=.4} and the rest of the students collectively rise and start shuffling out the door." + "The bell announces lunchtime,{w=.4} and the rest of the students collectively rise and start shuffling out the door." play music 'audio/OST/Those Other Two Weirdos.ogg' fadein 1 stop sound fadeout 1.0 @@ -1326,111 +1325,111 @@ label chapter_2: show trish considering flip with dissolve - I "I swiftly snatch up the backpack by my leg,{w=.4} flashing an earnest sympathetic smile at them -{w=.6} or at least I thought it was one." + "I swiftly snatch up the backpack by my leg,{w=.4} flashing an earnest sympathetic smile at them -{w=.6} or at least I thought it was one." stop music fadeout 3 play ambient 'audio/effects/school loop.ogg' fadein 1.5 scene hallway with fade - I "As I power walk out of the classroom I swear I caught a glimpse of Reed waving goodbye." + "As I power walk out of the classroom I swear I caught a glimpse of Reed waving goodbye." - I "A shame I have other places to be.{w=.5} Namely away from the pissed off midget." + "A shame I have other places to be.{w=.5} Namely away from the pissed off midget." - I "Sorry man,{w=.4} you seem like a good guy.{w=.5} But with that tiny tyrant?" + "Sorry man,{w=.4} you seem like a good guy.{w=.5} But with that tiny tyrant?" pause .5 - I "Not in this lifetime." + "Not in this lifetime." - I "That was the worst fucking experience in a long while.{w=.5} Almost as bad as actually dealing with Fang in class." + "That was the worst fucking experience in a long while.{w=.5} Almost as bad as actually dealing with Fang in class." pause .5 - I "Here I was thinking I could be invisible for the rest of the year." + "Here I was thinking I could be invisible for the rest of the year." - I "{cps=*.1}...{/cps}And now I have classmates talking about me behind my back on their phones,{w=.4} probably for the rest of the school year." + "{cps=*.1}...{/cps}And now I have classmates talking about me behind my back on their phones,{w=.4} probably for the rest of the school year." pause .5 - I "At least it’s the best period of the day now." + "At least it’s the best period of the day now." - I "Wonder what to get for lunch today{cps=*.1}...{/cps}" + "Wonder what to get for lunch today{cps=*.1}...{/cps}" pause .5 - I "Wait." + "Wait." A "What’s that smell?" pause .5 - I "Oh no." + "Oh no." pause .5 - I "I duck into a corner and rip the backpack open." + "I duck into a corner and rip the backpack open." - I "What should have been my lunch card,{w=.3} binders,{w=.3} and {cps=*.25}horrendously{/cps} embarrassing art book{cps=*.1}...{/cps}" + "What should have been my lunch card,{w=.3} binders,{w=.3} and {cps=*.25}horrendously{/cps} embarrassing art book{cps=*.1}...{/cps}" show dimmer_light with dissolve stop ambient fadeout 1 play music 'audio/OST/Fuck You I Like To Ignore Problems.ogg' - I "Was instead a half dozen glass flasks,{w=.4} bags full of{cps=*.1}...{/cps}{w=.5} something,{w=.5} and all sorts of machinery I didn’t recognize." + "Was instead a half dozen glass flasks,{w=.4} bags full of{cps=*.1}...{/cps}{w=.5} something,{w=.5} and all sorts of machinery I didn’t recognize." - I "Someone{cps=*.1}...{/cps}{w=.4} someone else has my backpack{cps=*.1}...{/cps}{w=.4} and that book." + "Someone{cps=*.1}...{/cps}{w=.4} someone else has my backpack{cps=*.1}...{/cps}{w=.4} and that book." - I "If they see{cps=*.1}...{/cps}" + "If they see{cps=*.1}...{/cps}" hide dimmer_light with dissolve A "..." - I "This backpack{cps=*.1}...{/cps}" + "This backpack{cps=*.1}...{/cps}" - I "It's from the Reed guy,{w=.3} I’ll bet." + "It's from the Reed guy,{w=.3} I’ll bet." - I "When I rushed out of class..." + "When I rushed out of class..." pause .5 play sound 'audio/effects/slapstickPunch.ogg' - I "Fuck me." with vpunch + "Fuck me." with vpunch pause .5 - I "On the other hand{cps=*.1}...{/cps}" + "On the other hand{cps=*.1}...{/cps}" - I "I could get a medal of honor for turning all this stuff in{cps=*.1}...{/cps}" + "I could get a medal of honor for turning all this stuff in{cps=*.1}...{/cps}" - I "Think you can even get a bit of cash for reporting stuff like this." + "Think you can even get a bit of cash for reporting stuff like this." pause .5 - I "{cps=*.1}...{/cps}What am I thinking?" + "{cps=*.1}...{/cps}What am I thinking?" - I "Any amount of money is NOT worth my power level being revealed." + "Any amount of money is NOT worth my power level being revealed." - I "I can't ruin my life.{w=.6} Not again." + "I can't ruin my life.{w=.6} Not again." - I "Especially not with these losers." + "Especially not with these losers." pause .5 - I "A half-hour until lunch period ends.{w=.4} Good." + "A half-hour until lunch period ends.{w=.4} Good." - I "I need to find Reed." + "I need to find Reed." - I "I double back to the classroom I just left and find it empty." + "I double back to the classroom I just left and find it empty." - I "{i}Fuck.{/i}" + "{i}Fuck.{/i}" - I "Maybe he’s getting his lunch now.{w=.4} Cafeteria then." + "Maybe he’s getting his lunch now.{w=.4} Cafeteria then." scene cafeteria with fade - I "I sprint through the school hallways,{w=.3} already familiar with the layout,{w=.3} looking for the drug dealer." + "I sprint through the school hallways,{w=.3} already familiar with the layout,{w=.3} looking for the drug dealer." - I "The colorful crowd in the lunch line makes it difficult to pick Reed out,{w=.3} so I have to carefully scan the room." + "The colorful crowd in the lunch line makes it difficult to pick Reed out,{w=.3} so I have to carefully scan the room." show reed neutral with Dissolve(1): yalign 0.1 xalign 0.6 - I "I finally spot the pink raptor at the end of the queue,{w=.4} tray in hand and incriminating evidence on his back." + "I finally spot the pink raptor at the end of the queue,{w=.4} tray in hand and incriminating evidence on his back." - I "The world must be fucking with me since {b}I’m{/b} the one currently carrying a mini-cartel in a backpack." + "The world must be fucking with me since {b}I’m{/b} the one currently carrying a mini-cartel in a backpack." pause .5 stop music fadeout 3.5 @@ -1446,7 +1445,7 @@ label chapter_2: show anon neutral with easeinleft: yalign 0.1 xalign 0.1 - I "The stoner drummer turns my way as I try as calmly as possible to approach him." + "The stoner drummer turns my way as I try as calmly as possible to approach him." pause .5 show reed explanatory flip @@ -1456,7 +1455,7 @@ label chapter_2: A "I uh{cps=*.1}...{/cps}" - I "I give the backpack a bump,{w=.4} causing all the dubious glassware within to clink." + "I give the backpack a bump,{w=.4} causing all the dubious glassware within to clink." A "Think you got my backpack,{w=.2} Reed." pause .7 @@ -1466,7 +1465,7 @@ label chapter_2: show reed: easein 0.5 xalign 0.9 - I "He holds out my backpack to me." + "He holds out my backpack to me." Re "‘Ere ya go,{w=.2} man." pause .5 @@ -1475,9 +1474,9 @@ label chapter_2: easein 0.5 xalign 0.98 pause .75 - I "We trade backpacks,{w=.4} I’m careful to hand his over while simultaneously examining mine still within his grip." + "We trade backpacks,{w=.4} I’m careful to hand his over while simultaneously examining mine still within his grip." - I "It doesn’t look like he opened it at all but{cps=*.1}...{/cps}" + "It doesn’t look like he opened it at all but{cps=*.1}...{/cps}" pause .5 # TODO: this music plays for a long time, mix it up with something else? @@ -1491,17 +1490,17 @@ label chapter_2: Re "Why’re you so worried bout the bag,{w=.3} man?" show reed neutral flip - I "{cps=*.3}Shitfuckfuckfuckfuck.{/cps}" + "{cps=*.3}Shitfuckfuckfuckfuck.{/cps}" A "{cps=*.4}Becaaaauuuuuse...{/cps}" - I "Don’tbringuptheartbook." + "Don’tbringuptheartbook." pause .5 - I "Think you dumbfuck,{w=.4} there’s gotta be something you can say-" + "Think you dumbfuck,{w=.4} there’s gotta be something you can say-" pause .5 - I "Naomi I owe you a fruit basket!" + "Naomi I owe you a fruit basket!" A "My lunch card!" @@ -1513,7 +1512,7 @@ label chapter_2: Re "Oh.{fast} Oh!{w=0.5} Oh fuck,{w=0.2} dude I’m sorry to hear that." pause .5 - I "What." + "What." Re "New kid in school AND you need the lunch card?" @@ -1521,7 +1520,7 @@ label chapter_2: Re "Do you like,{w=.4} wanna hang with us?{w=.5} You look like the lonely type." pause .5 - I "FUCK{w=.25} no." + "FUCK{w=.25} no." A "{cps=*.3}Naaaaah,{/cps}{w=0.3} I’ll be good.{w=.5} {cps=*.5}I just needed my-{/cps}{w=0.3}{nw}" @@ -1564,7 +1563,7 @@ label chapter_2: Re "You’ll see,{w=.3} she’s plenty nice." - I "Maybe I was a bit quick to judge{cps=*.1}...{/cps}" + "Maybe I was a bit quick to judge{cps=*.1}...{/cps}" show reed explanatory flip Re "See,{w=.2} there’s Trish now." @@ -1600,7 +1599,7 @@ label chapter_2: pause .5 show dimmer_light behind anon, trish with Dissolve(.2) - I "I need to get out of here.{fast}" + "I need to get out of here.{fast}" hide dimmer_light with Dissolve(.2) A "Well Reed,{w=.4} thank you for talking,{w=.4} {cps=*.4}I’ll just be on my wa-{/cps}{w=.3}{nw}" @@ -1676,7 +1675,7 @@ label chapter_2: with Dissolve(1) pause 1 - I "{cps=*.2}Why meeee...{/cps}" + "{cps=*.2}Why meeee...{/cps}" show trish neutral flip @@ -1685,7 +1684,7 @@ label chapter_2: with Dissolve(.25) F "Yo.{w=.2} Wait,{w=.5} is that Anon?{w=.6} What’s {i}he{/i} doing here?" - I "No,{w=.3} it’s the other new human transfer student with the dress sense of Rex Luthor." + "No,{w=.3} it’s the other new human transfer student with the dress sense of Rex Luthor." show fang surprised with Dissolve(.75) pause .5 @@ -1718,7 +1717,7 @@ label chapter_2: show dimmer_light behind anon, trish, reed, fang show anon sad flip with Dissolve(.25) - I "I hate everyone here." + "I hate everyone here." show anon neutral flip behind reed hide dimmer_light with dissolve @@ -1767,9 +1766,9 @@ label chapter_2: Re "Yeah.{w=.5} I want seconds,{w=.1} man." show reed neutral flip - I "What." + "What." - I "I look at Reed’s tray and see that it’s completely empty." + "I look at Reed’s tray and see that it’s completely empty." pause .5 show anon: @@ -1787,12 +1786,12 @@ label chapter_2: scene black with fade - I "I end up walking to get food with Trish,{w=.2} Reed{w=.2} and Fang." + "I end up walking to get food with Trish,{w=.2} Reed{w=.2} and Fang." - I "Every time I consider ditching them,{w=.4} Reed says or does something to keep me with the band." + "Every time I consider ditching them,{w=.4} Reed says or does something to keep me with the band." pause .5 - I "Fuck my life." + "Fuck my life." scene cafeteria show reed neutral: @@ -1805,9 +1804,9 @@ label chapter_2: yalign 0 xalign 1.67 with fade - I "I’m able to hold the makings of a conversation with Reed,{w=.4} but it feels like I’m talking to space." + "I’m able to hold the makings of a conversation with Reed,{w=.4} but it feels like I’m talking to space." - I "Trish was listening in while we made our way to the lunch room,{w=.4} but was more focused on her talk with Fang." + "Trish was listening in while we made our way to the lunch room,{w=.4} but was more focused on her talk with Fang." show dimmer_lighter behind trish, fang show trish neutral @@ -1824,7 +1823,7 @@ label chapter_2: hide dimmer_lighter with dissolve - I "As for Reed{cps=*.1}...{/cps}" + "As for Reed{cps=*.1}...{/cps}" show fang behind anon, reed show trish behind anon, reed @@ -1865,7 +1864,7 @@ label chapter_2: Re "Just look it up man{cps=*.1}...{/cps}" pause .5 - I "What’s the harm?" + "What’s the harm?" A "{cps=*.1}...{/cps}" @@ -1876,11 +1875,11 @@ label chapter_2: $ webbrowser.open('https://www.youtube.com/watch?v=LW_S9znpklI') pause 5 - I "What on earth...?" + "What on earth...?" Re "Pretty hilarious right?" - I "What is this,{w=.4} a shitty Netstix cartoon knock off?" + "What is this,{w=.4} a shitty Netstix cartoon knock off?" A "It’s funny in a way,{w=.3} yeah." @@ -1888,7 +1887,7 @@ label chapter_2: "Save it for later": - I "I'll save this one for when I get home." + "I'll save this one for when I get home." label .PostCheckLinkOut: @@ -1896,12 +1895,12 @@ label chapter_2: show reed explanatory Re "Xrox is better anyways,{w=.4} you see the whole lineup they had prepared for{cps=*.1}...{/cps}" - I "Reed delves into his rant about console differences." + "Reed delves into his rant about console differences." pause .5 - I "I thought he was just an airhead,{w=.4} but{cps=*.1}...{/cps}" + "I thought he was just an airhead,{w=.4} but{cps=*.1}...{/cps}" - I "I totally can’t get a read on this guy." + "I totally can’t get a read on this guy." show reed neutral hide dimmer_lighter @@ -1923,11 +1922,11 @@ label chapter_2: scene black with fade # TODO: are the gang in the lunch queue, or is this after? This line conflicts with subsequent dialogue - I "Once we all got our food, we all stand around chatting a bit more outside the line." + "Once we all got our food, we all stand around chatting a bit more outside the line." - I "Trish and Fang babble to each other about their daily activities all through the lunch line." + "Trish and Fang babble to each other about their daily activities all through the lunch line." - I "Reed on the other hand has pulled out a tablet from his backpack to show me something." + "Reed on the other hand has pulled out a tablet from his backpack to show me something." scene cafeteria show anon neutral: @@ -1950,9 +1949,9 @@ label chapter_2: Re "Check it.{w=.4} I’ve been recording our practices." show fang neutral flip with Dissolve(.25) - I "Fang and Trish both look at me expectantly." + "Fang and Trish both look at me expectantly." - I "Fuckshitfuckokay you can do this." + "Fuckshitfuckokay you can do this." pause .5 A "Cool,{w=.3} lemme see." @@ -1962,9 +1961,9 @@ label chapter_2: with vpunch pause .6 - I "Even through the poor recording quality I can see and hear just how atrocious the band is." + "Even through the poor recording quality I can see and hear just how atrocious the band is." - I "I bite back the grimace threatening to come out as I give the video my full attention." + "I bite back the grimace threatening to come out as I give the video my full attention." pause .5 F "W{w=.2}-well?" @@ -1979,7 +1978,7 @@ label chapter_2: A "But like,{w=.4} why two basses?" - I "Fang glances at me from the side.{w=.5} Weird." + "Fang glances at me from the side.{w=.5} Weird." show trish happy flip with Dissolve(.25) T "It’s our style!" @@ -1987,7 +1986,7 @@ label chapter_2: A "I{w=.2}-I see." - I "What do I say here?{w=.4} I can only give feedback on games I haven’t played,{w=.4} not music!" + "What do I say here?{w=.4} I can only give feedback on games I haven’t played,{w=.4} not music!" pause .5 menu: @@ -2018,9 +2017,9 @@ label chapter_2: pause .5 stop ambient stop music - I "The three stop in their tracks and look back at me." + "The three stop in their tracks and look back at me." - I "Think I messed up." + "Think I messed up." pause .6 show fang neutral flip with Dissolve(.25) @@ -2053,11 +2052,11 @@ label chapter_2: F "{cps=*.1}...{/cps}Maybe{cps=*.1}...{/cps}" show trish unimpressed flip with Dissolve(.25) - I "Trish glowers at me warily." + "Trish glowers at me warily." T "I dunno,{w=.4} maybe if he actually talked about himself for once." - I "Nope,{w=.3} nuh uh,{w=.3} no way,{w=.3} abort!" + "Nope,{w=.3} nuh uh,{w=.3} no way,{w=.3} abort!" show reed explanatory flip Re "Yeah,{w=.1} man,{w=.4} go ahead.{w=.5} None of us are judgin’.{w=.5} I’m not at least." @@ -2103,12 +2102,12 @@ label chapter_2: easein_quad 0.5 xalign 0.1 A "Huh?{w=.2} Where-" - I "They’re already gone." + "They’re already gone." pause .5 - I "Pretty impressive how fast they can move even with their hands full." + "Pretty impressive how fast they can move even with their hands full." - I "But what could’ve made them run like that?" + "But what could’ve made them run like that?" pause .5 play music 'audio/OST/Dragging on and on....ogg' @@ -2130,11 +2129,11 @@ label chapter_2: with Dissolve(1) pause .6 - I "Oh." + "Oh." show anon neutral flip with dissolve - I "I turn around to see Naser and Naomi approaching,{w=.4} food in hand." + "I turn around to see Naser and Naomi approaching,{w=.4} food in hand." show naomi explanatory N "I knew I’d find you here with the others,{w=.2} Anon!" @@ -2142,7 +2141,7 @@ label chapter_2: N "Shame they ran off,{w=.4} why do they do that?" show naomi neutral with Dissolve(.25) - I "Her shrill goody goody sugary voice is piercing through the chatter of the lunchroom,{w=.4} I don’t wanna reply if it means hearing more of her voice{cps=*.1}...{/cps}" + "Her shrill goody goody sugary voice is piercing through the chatter of the lunchroom,{w=.4} I don’t wanna reply if it means hearing more of her voice{cps=*.1}...{/cps}" N "Tell me,{w=.2} Anon!{w=.4} What were you and Fang talking about?{w=.4} I didn’t know you were friends!" @@ -2152,11 +2151,11 @@ label chapter_2: N "I wanna know about everything!" show naomi neutral with Dissolve(.25) - I "Oh help me,{w=.1} God.{w=.4} I just can’t catch a break." + "Oh help me,{w=.1} God.{w=.4} I just can’t catch a break." - I "I just want to go home{cps=*.1}...{/cps}" + "I just want to go home{cps=*.1}...{/cps}" - I "But there's still half a day to go{cps=*.1}...{/cps}" + "But there's still half a day to go{cps=*.1}...{/cps}" Nas "Hey Anon{cps=*.1}...{/cps}{w=.2} you uh{cps=*.1}...{/cps}{w=.3} seem kinda low energy, {w=.4}{nw}" show naser unimpressed @@ -2164,9 +2163,9 @@ label chapter_2: show dimmer_light behind anon with Dissolve(.25) - I "The Anon you are trying to reach is currently having an existential meltdown." + "The Anon you are trying to reach is currently having an existential meltdown." - I "Please leave your message after the scream." + "Please leave your message after the scream." hide dimmer_light with Dissolve(.25) @@ -2179,7 +2178,7 @@ label chapter_2: Nas "Yeah man,{w=.3} good on you.{w=.4} You’re quite the extrovert!" pause .5 - I "I’m mentally screaming,{w=.4} I swear I just want to get out and never come back." + "I’m mentally screaming,{w=.4} I swear I just want to get out and never come back." show naomi neutral show naser neutral @@ -2212,7 +2211,7 @@ label chapter_2: Nas "Whoa." show naomi considering - I "Naomi pauses for a second." + "Naomi pauses for a second." pause .5 Nas "Honestly.{w=.4} They’re just going through a phase man." @@ -2248,7 +2247,7 @@ label chapter_2: ease 0.25 yalign 0.0 extend "Naser would appreciate it!" - I "Would he?" + "Would he?" show naser: easein 0.5 xalign 0.2 @@ -2262,12 +2261,12 @@ label chapter_2: show naser considering flip show naomi neutral with dissolve - I "The bell’s loud sound rings on our ears" + "The bell’s loud sound rings on our ears" - I "A rush of relief and dopamine overcome me." + "A rush of relief and dopamine overcome me." pause .5 - I "I’m free." + "I’m free." pause .5 stop sound fadeout 1.0 @@ -2281,19 +2280,19 @@ label chapter_2: N "Don’t worry, Naser.{w=.4} I know Anon is of good character!" pause .5 - I "What is she talking about?" + "What is she talking about?" pause .5 - I "You know what,{w=.4} it don’t matter.{w=.6} Nonathiss matters." + "You know what,{w=.4} it don’t matter.{w=.6} Nonathiss matters." pause .5 - I "Only useful thing I learned all day." + "Only useful thing I learned all day." pause .5 A "Uhhhh{cps=*.1}...{/cps}{w=.3} I guess I’ll have to go now,{w=.4} see you around." pause .5 - I "Be a little nicer,{w=.2} Anon" + "Be a little nicer,{w=.2} Anon" show anon happy flip with Dissolve(.25) A "Ask if you need anything,{w=.4} I’ll help you out." @@ -2304,7 +2303,7 @@ label chapter_2: show naomi happy extend "Just you wait,{w=.4} {cps=*.4}hahahahahah!{/cps}" - I "Nice.{w=.4} Now you’ll never get them off your back.{w=.5} Congratulations." + "Nice.{w=.4} Now you’ll never get them off your back.{w=.5} Congratulations." show naomi neutral show naser happy @@ -2322,6 +2321,6 @@ label chapter_2: A "See ya." - I "..." + "..." return diff --git a/game/script/3.showing-up-at-band-practice-and-giving-feedback.rpy b/game/script/3.showing-up-at-band-practice-and-giving-feedback.rpy index 9c6e4cd..64c5029 100644 --- a/game/script/3.showing-up-at-band-practice-and-giving-feedback.rpy +++ b/game/script/3.showing-up-at-band-practice-and-giving-feedback.rpy @@ -7,47 +7,47 @@ label chapter_3: play music 'audio/OST/Appreciating the Atmosphere.ogg' fadein 1 scene black with fade - I "{cps=*0.2}-- One Week Later --{/cps}" + "{cps=*0.2}-- One Week Later --{/cps}" scene classroom with fade # TODO: chatter - I "It's math.{w=.5} Bane of retards and lazy intellectuals alike." + "It's math.{w=.5} Bane of retards and lazy intellectuals alike." - I "And teachers too,{w=.4} judging by the lack of a certain coomer teacher." + "And teachers too,{w=.4} judging by the lack of a certain coomer teacher." - I "Substitute today,{w=.4} which means busywork.{w=.5} Group problems busywork specifically." + "Substitute today,{w=.4} which means busywork.{w=.5} Group problems busywork specifically." - I "Of course,{w=.3} I can't escape this any more than I could have escaped the lab partner assignment." + "Of course,{w=.3} I can't escape this any more than I could have escaped the lab partner assignment." - I "At least here I have the opportunity to just keep to myself for an hour." + "At least here I have the opportunity to just keep to myself for an hour." - I "I don't even bother attempting the assignment,{w=.4} instead pretending my phone is a calculator and spending the first half shitposting about video games I haven’t played online." + "I don't even bother attempting the assignment,{w=.4} instead pretending my phone is a calculator and spending the first half shitposting about video games I haven’t played online." stop music fadeout 2 - I "The second half,{w=.4} interrupted by something pointy to the back of the dome." + "The second half,{w=.4} interrupted by something pointy to the back of the dome." pause .5 - I "*sshk*" + "*sshk*" pause .5 - I "I can feel something stuck between my chair and my back." + "I can feel something stuck between my chair and my back." - I "I fish around and pull out a crumpled paper airplane,{w=.4} a completed set of problems." + "I fish around and pull out a crumpled paper airplane,{w=.4} a completed set of problems." pause .5 play music 'audio/OST/Fuck You I Like To Shitpost.ogg' fadein 1.0 - I "{cps=*.1}...{/cps}this is Reed's.{w=.4} And it's{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}this is Reed's.{w=.4} And it's{cps=*.1}...{/cps}" - I "...done?{w=.5} Even the extra problems that I don't even bother with because they take another ten minutes each." + "...done?{w=.5} Even the extra problems that I don't even bother with because they take another ten minutes each." - I "I turn around to see that technicolor burnout waving me over.{w=.4} He's sitting next to Trish." + "I turn around to see that technicolor burnout waving me over.{w=.4} He's sitting next to Trish." - I "She's giving me the evil eye." + "She's giving me the evil eye." - I "At least I think it's the evil eye.{w=.5} Whatever that expression is,{w=.4} it clashes with her smile." + "At least I think it's the evil eye.{w=.5} Whatever that expression is,{w=.4} it clashes with her smile." pause .5 - I "Might as well see what they want." + "Might as well see what they want." pause .5 show reed unimpressed: @@ -55,7 +55,7 @@ label chapter_3: show trish considering flip at sright with Dissolve(1) - I "As I weave through the maze of desks squished together with partners more interested in their phones than the worksheet,{w=.4} I catch a hint of whatever Reed and Trish are talking about." + "As I weave through the maze of desks squished together with partners more interested in their phones than the worksheet,{w=.4} I catch a hint of whatever Reed and Trish are talking about." Re "{cps=*.1}...{/cps}Honesty is the best policy,{w=.3} eh?" @@ -76,9 +76,9 @@ label chapter_3: with dissolve pause .5 - I "Reed grabs hold of another chair and sets it on Trish's other side,{w=.4} nodding in my direction before taking a big pull from whatever he's got in that thermos on his desk." + "Reed grabs hold of another chair and sets it on Trish's other side,{w=.4} nodding in my direction before taking a big pull from whatever he's got in that thermos on his desk." - I "The widening of his pupils suggest its more than just Roarbucks cold brew in it." + "The widening of his pupils suggest its more than just Roarbucks cold brew in it." show trish happy flip with Dissolve(.25) T "Hey,{w=.2} Anon!" @@ -88,9 +88,9 @@ label chapter_3: T "Nah,{w=.3} just wanted to chat a bit since we got the time" show trish neutral flip with dissolve - I "There’s something in her tone of voice{cps=*.1}...{/cps}" + "There’s something in her tone of voice{cps=*.1}...{/cps}" - I " It’s like she's getting ready to gore me with those nubs she calls horns." + " It’s like she's getting ready to gore me with those nubs she calls horns." pause .5 A "{cps=*.1}...{/cps}Sure" @@ -100,7 +100,7 @@ label chapter_3: Re "Imma let you two get to whatever{cps=*.1}...{/cps}{w=.3} gonna go for a refill{cps=*.1}...{/cps}" show reed neutral flip - I "He shakes his thermos and heads for the door." + "He shakes his thermos and heads for the door." show reed neutral with Dissolve(.25): @@ -110,7 +110,7 @@ label chapter_3: show trish: ease 0.6 xalign 0.85 - I "What's in that anyway?" + "What's in that anyway?" pause .5 @@ -124,12 +124,12 @@ label chapter_3: hide reed with dissolve pause .5 - I "Fair enough." + "Fair enough." pause .5 - I "{cps=*.1}...{/cps}Wait{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}Wait{cps=*.1}...{/cps}" - I "Fuck it." + "Fuck it." pause .25 show trish neutral flip: @@ -145,7 +145,7 @@ label chapter_3: A "They?" - I "The tiny triceratops rolled her eyes dramatically." + "The tiny triceratops rolled her eyes dramatically." show trish unimpressed flip with Dissolve(.25) T "Fang.{w=.5} Fang’s been talkin’ bout you." @@ -155,24 +155,24 @@ label chapter_3: show dimmer_light behind anon with dissolve - I "Fang’s been talking about me?{w=.5} That’s dumb." + "Fang’s been talking about me?{w=.5} That’s dumb." - I "Oh yeah.{w=.4} The phones." + "Oh yeah.{w=.4} The phones." - I "All we’ve been doing is more labwork in science." + "All we’ve been doing is more labwork in science." #[CG of mad scientist Anon with a railgun aimed at Dr. Fernsworth] #God I wish we had time for this CG - I "Last Thursday I tried to remember how to make a railgun." + "Last Thursday I tried to remember how to make a railgun." - I "To show I could,{w=.4} of course." + "To show I could,{w=.4} of course." pause .5 F "{i}Pfft,{w=.4} I could make one too.{/i}" pause .5 - I "She seemed unimpressed at the time,{w=.4} but{cps=*.1}...{/cps}" + "She seemed unimpressed at the time,{w=.4} but{cps=*.1}...{/cps}" hide dimmer_light with dissolve @@ -189,7 +189,7 @@ label chapter_3: A "The railgun is just something I happen to know though,{w=.4} picked it up from an old game." show trish neutral flip with Dissolve(.25) - I "Trish raises an eyebrow." + "Trish raises an eyebrow." T "{cps=*.1}...{/cps}Right." @@ -197,7 +197,7 @@ label chapter_3: T "You learned to make a deadly weapon from a video game?" - I "Her tone is flat.{w=.5} Unlike her chest." + "Her tone is flat.{w=.5} Unlike her chest." pause .5 A "{cps=*.4}I wouldn’t say deadl-{/cps}{w=.3}{nw}" @@ -215,17 +215,17 @@ label chapter_3: pause .5 show trish annoyed flip with Dissolve(.25) - I "Trish grabs the bridge of her snout." + "Trish grabs the bridge of her snout." T "This is why men are useless." - I "She continues to mutter to herself.{w=.4} All of it incoherent." + "She continues to mutter to herself.{w=.4} All of it incoherent." pause .5 A "Is there a point?" show trish unimpressed flip with Dissolve(.25) - I "She rounds back on me,{w=.4} anger painted clearly on her face." + "She rounds back on me,{w=.4} anger painted clearly on her face." show trish angry flip with dissolve T "Look,{w=.4} Anon,{w=.5} YOU may be into that stuff,{w=.4} but leave Fang out of it." @@ -256,16 +256,16 @@ label chapter_3: easein_cubic 1.2 xalign 1.15 show reed neutral flip with Dissolve(.25) - I "Reed slumps into the seat next to Trish,{w=.4} sipping on his thermos of{cps=*.1}...{/cps}" + "Reed slumps into the seat next to Trish,{w=.4} sipping on his thermos of{cps=*.1}...{/cps}" show reed considering flip Re "Just agua,{w=.2} bro{cps=*.1}...{/cps}" show reed neutral flip - I "Thermos of water{cps=*.1}...{/cps}" + "Thermos of water{cps=*.1}...{/cps}" pause .5 - I "{cps=*.5}What the-{/cps}{w=.4}{nw}" + "{cps=*.5}What the-{/cps}{w=.4}{nw}" Re "What’d I miss?" @@ -309,7 +309,7 @@ label chapter_3: show trish unimpressed with dissolve pause .25 - I "Heads start to turn." + "Heads start to turn." pause .5 play sound 'audio/effects/whoosh.ogg' @@ -317,11 +317,11 @@ label chapter_3: xalign 0.8 pause .5 - I "Reed grins at them all" + "Reed grins at them all" Re "Then how bout {i}these{/i} guns?" - I "Reed places his hands on the back of his head and flexes his biceps." + "Reed places his hands on the back of his head and flexes his biceps." pause .5 show trish neutral with Dissolve(.11) @@ -339,7 +339,7 @@ label chapter_3: show reed neutral flip with dissolve: xalign 1.2 - I "Trish’s face is a blur of emotions.{w=.5} At first confused,{w=.4} then fucking pissed,{w=.4} then aroused,{w=.4} then back to fucking pissed,{w=.2} all in the space of an attosecond." + "Trish’s face is a blur of emotions.{w=.5} At first confused,{w=.4} then fucking pissed,{w=.4} then aroused,{w=.4} then back to fucking pissed,{w=.2} all in the space of an attosecond." pause .25 T "Not those!{w=.6} {nw}" @@ -364,12 +364,12 @@ label chapter_3: pause 0.1 play sound 'audio/effects/schoolBell.ogg' - I "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}" + "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}" pause 0.5 play music 'audio/OST/Fuck You I Like To Shitpost.ogg' fadein 1.0 stop sound fadeout 1 - I "All at once all the students giving the clock a blank stare stand to attention and file out the door." + "All at once all the students giving the clock a blank stare stand to attention and file out the door." pause .5 show trish: #0.425 @@ -398,7 +398,7 @@ label chapter_3: show trish unimpressed flip with Dissolve(.25) - I "Trish punches Reed in the shoulder,{w=.4} gives me another evil stare,{w=.4} and saunters out the room." + "Trish punches Reed in the shoulder,{w=.4} gives me another evil stare,{w=.4} and saunters out the room." pause .5 show trish: @@ -415,7 +415,7 @@ label chapter_3: pause .5 Re "Hey." - I "Reed pats me on the shoulder." + "Reed pats me on the shoulder." pause .5 show anon behind reed @@ -430,14 +430,14 @@ label chapter_3: hide reed with Dissolve(.5) pause .5 - I "He gives me a thumbs up and exits as well." + "He gives me a thumbs up and exits as well." - I "Leaving only the substitute teacher,{w=.4} looking at me from her desk impatiently for me to leave." + "Leaving only the substitute teacher,{w=.4} looking at me from her desk impatiently for me to leave." pause .5 stop music fadeout 3 - I "Guess it’s her lunch period,{w=.2} too." + "Guess it’s her lunch period,{w=.2} too." show anon: easeout 1 xalign -0.9 @@ -447,7 +447,7 @@ label chapter_3: scene black with fade - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" # CH 3 SCENE 2 - I can't believe Naser is fucking dead @@ -460,9 +460,9 @@ label chapter_3: with Fade(0,.5,1.5) pause .5 - I "Naser ended up dragging me to sit with him and the magenta motormouth again." + "Naser ended up dragging me to sit with him and the magenta motormouth again." - I "Naomi hovers over Naser,{w=.4} who currently has Gucci under his eyes." + "Naomi hovers over Naser,{w=.4} who currently has Gucci under his eyes." pause .5 Nas "So,{w=.3} I uh{cps=*.1}...{/cps}{w=.3} talked to the soccer team earlier." @@ -489,7 +489,7 @@ label chapter_3: easeout_quart 1 yalign -0.15 xalign 1.05 pause .5 - I "Naser’s head lands in his chicken salad,{w=.4} then he jerks wide awake." + "Naser’s head lands in his chicken salad,{w=.4} then he jerks wide awake." show naomi behind anon: easein_cubic 0.5 xalign 0.45 @@ -546,19 +546,19 @@ label chapter_3: show naomi happy with Dissolve(.25) N "Why don’t you wipe that alfredo sauce off your cute little face." - I "She’s so saccharine she’d give a third world country diabetes" + "She’s so saccharine she’d give a third world country diabetes" pause .5 Nas "It’s my sister again{cps=*.1}...{/cps}" - I "Why is it always his sister with him?" + "Why is it always his sister with him?" show naomi sad with dissolve N "Aww{cps=*.1}...{/cps}" Nas "I was going to sleep last night,{w=.3} when I heard something downstairs." - I "{cps=*.1}...{/cps}When did this turn into an interrogation?" + "{cps=*.1}...{/cps}When did this turn into an interrogation?" show naser unimpressed flip with Dissolve(.25) Nas "It was about one or two in the morning.{w=.5} I checked what it was,{w=.3} and{cps=*.1}...{/cps}" @@ -570,7 +570,7 @@ label chapter_3: Nas "Staring at the dino nuggets rotate inside." pause .5 - I "At one in the morning?" + "At one in the morning?" pause .5 Nas "At one in the morning." @@ -594,7 +594,7 @@ label chapter_3: A "But from me?" pause .5 - I "Naser continues." + "Naser continues." Nas "I asked her what she was doing,{w=.4} and she just{cps=*.1}...{/cps}" @@ -614,7 +614,7 @@ label chapter_3: show naomi sad with Dissolve(.25) N "Poor baby." - I "Naomi wraps her arms around Naser’s head,{w=.4} cradling the tired pterosaur in her bosom." + "Naomi wraps her arms around Naser’s head,{w=.4} cradling the tired pterosaur in her bosom." show naser unimpressed flip with dissolve show naser: @@ -628,12 +628,12 @@ label chapter_3: stop sound fadeout 1 # This fadeout is just so there's no twangy end as that's exclusive to the trash room Anon has. - I "There’s a rumbling snore and it’s clear that Naser has checked out." + "There’s a rumbling snore and it’s clear that Naser has checked out." A "{cps=*.1}...{/cps}{cps=*.5}Riiiiiiiight{/cps}{cps=*.1}...{/cps}" show naomi sad with dissolve - I "Naomi looks distraught." + "Naomi looks distraught." pause .5 N "He’s always like this{cps=*.1}...{/cps}" @@ -658,7 +658,7 @@ label chapter_3: N "By taking him to the nurses office." pause .5 - I "Ah fuck." + "Ah fuck." show dimmer_darker behind anon, naomi: alpha 0.0 @@ -668,7 +668,7 @@ label chapter_3: easein 2 xalign 0.625 pause .25 - I "Naomi looks at me with the biggest,{w=.4} wettest doe eyes possible." + "Naomi looks at me with the biggest,{w=.4} wettest doe eyes possible." hide dimmer_darker with Dissolve(.2) @@ -680,20 +680,20 @@ label chapter_3: scene black with fade - I "Naomi puts herself under Naser’s left arm,{w=.4} motioning me to take the other one." + "Naomi puts herself under Naser’s left arm,{w=.4} motioning me to take the other one." - I "I sling his arm around my back and-" + "I sling his arm around my back and-" play sound 'audio/effects/slapstickPunch.ogg' - I "GOOD LORD HE’S HEAVY." with vpunch + "GOOD LORD HE’S HEAVY." with vpunch stop music fadeout 4 pause .5 N "Alright,{w=.4} the Nurses’ Office is down the main hall on the left side,{w=.4} near the front desk." - I "I’m clenching my face too much to be able to speak,{w=.4} I can only get a slight nod out." + "I’m clenching my face too much to be able to speak,{w=.4} I can only get a slight nod out." - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" pause .5 # CH 3 SCENE 3 - Steganography @@ -702,14 +702,14 @@ label chapter_3: scene hallway with fade pause .5 - I "After dropping Naser at the nurse and leaving before Naomi could argue with her about staying,{w=.4} the lunch bell rings." + "After dropping Naser at the nurse and leaving before Naomi could argue with her about staying,{w=.4} the lunch bell rings." - I "With music at the ass end of the campus I have to sprint through the halls." + "With music at the ass end of the campus I have to sprint through the halls." - I "Fuck today,{w=.4} I avoided gym class for a reason." + "Fuck today,{w=.4} I avoided gym class for a reason." pause .5 - I "Halfway to Music class,{w=.4} I slam into somebody and tumble to the floor." + "Halfway to Music class,{w=.4} I slam into somebody and tumble to the floor." stop ambient fadeout 0.69 play sound 'audio/effects/slapstickBigPunch.ogg' @@ -734,7 +734,7 @@ label chapter_3: play sound 'audio/effects/slapstickPunch.ogg' A "AH!" with vpunch - I "Sorry,{w=.3} sorry sorry!" + "Sorry,{w=.3} sorry sorry!" pause .5 show anon neutral flip: @@ -743,7 +743,7 @@ label chapter_3: show anon: easein 0.5 yalign 0.1 alpha 1 - I "I get up from the floor and look at the stego who bumped into me.{w=.5} The plates on her back twitch as she looks me up and down." + "I get up from the floor and look at the stego who bumped into me.{w=.5} The plates on her back twitch as she looks me up and down." show anon: alpha 1 yalign 0.1 @@ -753,14 +753,14 @@ label chapter_3: easein 0.5 xalign 0.8 pause .75 - I "A chill rolls over me." + "A chill rolls over me." show stella: easein 1 xalign 0.35 show stella considering with Dissolve(.25) unknown "Karma?{w=.6} No.{w=.75} No,{w=.4} maybe second chance?" - I "She draws closer,{w=.4} a contemplative expression on her face." + "She draws closer,{w=.4} a contemplative expression on her face." show stella explanatory with Dissolve(.25) unknown "Ah,{w=.4} I see now." @@ -782,7 +782,7 @@ label chapter_3: easein 0.5 xalign 0.35 pause .75 - I "She reaches toward my chest,{w=.4} plucking something off of it.{w=.6} She holds it up for me to see it’s some oversized playing card." + "She reaches toward my chest,{w=.4} plucking something off of it.{w=.6} She holds it up for me to see it’s some oversized playing card." pause .5 A "Still lost." @@ -792,7 +792,7 @@ label chapter_3: unknown "It’s you.{w=.6} Your card.{w=.75} You are on the precipice of a great ordeal.{w=.6} Many difficult points of divergence and contention are coming your way.{w=.75} Reflect on them." show stella neutral with Dissolve(.25) - I "I think about asking the green weirdo to make sense,{w=.4} but the bell is about to ring." + "I think about asking the green weirdo to make sense,{w=.4} but the bell is about to ring." A "Yeah,{w=.3} thanks,{w=.3} sure.{w=.4} Sorry,{w=.1} gotta dash." pause .25 @@ -809,14 +809,14 @@ label chapter_3: stop music fadeout 2 scene bandroom with Fade(1,0,1) - I "I slam into the band room door just as the late bell trills,{w=.4} panting and sweaty." + "I slam into the band room door just as the late bell trills,{w=.4} panting and sweaty." show jingo at sleft with Dissolve(1) jingo "Good timing,{w=.3} Mr. Mous.{w=.4} Just in time for free period." pause .5 - I "What{cps=*.1}...{/cps}" + "What{cps=*.1}...{/cps}" jingo "Take up anything you like and have fun." pause .25 @@ -826,71 +826,71 @@ label chapter_3: pause .25 hide jingo with dissolve - I "The teacher then took to his extremely lavish loveseat,{w=.4} threw on a pair of headphones and blacked out." + "The teacher then took to his extremely lavish loveseat,{w=.4} threw on a pair of headphones and blacked out." pause .5 - I "I looked at the scattered instruments,{w=.3} left alone for whatever reason." + "I looked at the scattered instruments,{w=.3} left alone for whatever reason." - I "Dented-looking brass and cracked woodwinds.{w=.4} Even a bass with a missing string." + "Dented-looking brass and cracked woodwinds.{w=.4} Even a bass with a missing string." - I "Wow.{w=.5} I feel like that right about now." + "Wow.{w=.5} I feel like that right about now." pause .5 - I "I reach for one at random,{w=.4} taking a wooden{cps=*.1}...{/cps}{w=.3} thing{cps=*.1}...{/cps}" + "I reach for one at random,{w=.4} taking a wooden{cps=*.1}...{/cps}{w=.3} thing{cps=*.1}...{/cps}" - I "It looks like an oak tree made love to an eggplant and this is the aborted monstrosity in Mexico." + "It looks like an oak tree made love to an eggplant and this is the aborted monstrosity in Mexico." pause .5 - I "Whatever,{w=.4} I melt into my chair and pull out my phone.{w=.5} Seems a majority of my classmates have a similar idea." + "Whatever,{w=.4} I melt into my chair and pull out my phone.{w=.5} Seems a majority of my classmates have a similar idea." - I "I’ve some shitposting to do." + "I’ve some shitposting to do." - I "Let’s see{cps=*.1}...{/cps}" + "Let’s see{cps=*.1}...{/cps}" pause .5 show anonphone with easeinbottom # TODO: phone overlay with Elliot Raptor, and the text ‘he made some valid points :^)’ - I "Ah yes,{w=.4} perfect.{w=.6} Click post {cps=*.3}aaaand{/cps} now to wait." + "Ah yes,{w=.4} perfect.{w=.6} Click post {cps=*.3}aaaand{/cps} now to wait." pause .5 hide anonphone with easeoutbottom - I "Nefarious deed for the day done,{w=.4} I look around the room out of boredom." + "Nefarious deed for the day done,{w=.4} I look around the room out of boredom." pause .5 - I "Oh fuck no." + "Oh fuck no." - I "Fang has a weapon of mass hearing loss." + "Fang has a weapon of mass hearing loss." - I "I’m covering my ears in preparation when the ptero-rist starts strumming and{cps=*.1}...{/cps}" + "I’m covering my ears in preparation when the ptero-rist starts strumming and{cps=*.1}...{/cps}" pause .5 play music 'audio/OST/Beach Chill Out.ogg' - I "Oh wow." + "Oh wow." - I "I still have my hearing." + "I still have my hearing." pause .5 - I "In fact she’s actually playing something pleasant." + "In fact she’s actually playing something pleasant." pause .5 - I "It’s mellow.{w=.5} Relaxed.{w=.6} A slow rhythm that carries a strange nostalgic hint to it." + "It’s mellow.{w=.5} Relaxed.{w=.6} A slow rhythm that carries a strange nostalgic hint to it." - I "The difference between this and the performance is night and day." + "The difference between this and the performance is night and day." pause .5 - I "What gives?" + "What gives?" pause .5 - I "Looking a bit closer,{w=.4} she’s swinging her tail a bit to the rhythm." + "Looking a bit closer,{w=.4} she’s swinging her tail a bit to the rhythm." - I "She uses her tail as a metronome?" + "She uses her tail as a metronome?" pause .5 - I "Suddenly,{w=.3} the phone slips from my hand onto the floor." + "Suddenly,{w=.3} the phone slips from my hand onto the floor." stop music fadeout .25 play sound 'audio/effects/slapstickPunch.ogg' @@ -901,35 +901,35 @@ label chapter_3: A "SHIT!" with vpunch pause .5 - I "The sound it makes as it clatters on the ground is a klaxon of pants-shitting terror." + "The sound it makes as it clatters on the ground is a klaxon of pants-shitting terror." - I "It lies face down on the isle." + "It lies face down on the isle." pause .5 - I "Do I really want to pick it up and potentially face a harsh reality?" + "Do I really want to pick it up and potentially face a harsh reality?" pause .5 - I "{cps=*.5}Schrodingers’ crack.{/cps}" + "{cps=*.5}Schrodingers’ crack.{/cps}" - I "{cps=*.1}...{/cps}I can’t just leave it there." + "{cps=*.1}...{/cps}I can’t just leave it there." pause .5 - I "I pick up the phone and slowly turn it over." + "I pick up the phone and slowly turn it over." - I "It’s the moment of truth." + "It’s the moment of truth." pause .5 show anonphone with easeinbottom pause .5 - I "{cps=*.1}...{/cps}No cracks?" + "{cps=*.1}...{/cps}No cracks?" pause .5 hide dimmer_light with Dissolve(.25) pause .25 play music 'audio/OST/Fuck You I Like This Chick.ogg' - I "Thank the Lord." + "Thank the Lord." show fang happy at scenter behind anonphone with Dissolve(1) @@ -938,26 +938,26 @@ label chapter_3: F "Yeah,{w=.5} you got lucky." pause .5 - I "Fang has stopped playing and is throwing a small smirk my way." + "Fang has stopped playing and is throwing a small smirk my way." pause .5 - I "I should probably say something{cps=*.1}...{/cps}" + "I should probably say something{cps=*.1}...{/cps}" - I "Her playing is pretty good,{w=.4} I'll compliment that." + "Her playing is pretty good,{w=.4} I'll compliment that." pause .5 A "That sounded way better than in the video Reed took." show fang unimpressed with Dissolve(.25) - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" - I "Wrong choice of words." + "Wrong choice of words." show fang angry F "You’re still not off my shit list,{w=.4} watch it." - I "Quick Anon,{w=.3} think." + "Quick Anon,{w=.3} think." pause .5 A "Why didn’t you play guitar back then,{w=.4} you’re obviously a lot better with it." @@ -969,9 +969,9 @@ label chapter_3: A "What do you mean?" pause .5 - I "There’s an empty seat next to Fang." + "There’s an empty seat next to Fang." - I "Finders’ keepers,{w=.4} I guess." + "Finders’ keepers,{w=.4} I guess." show anon neutral flip: alpha 0 @@ -1004,7 +1004,7 @@ label chapter_3: F "Simple as." - I "She continues strumming." + "She continues strumming." pause .5 A "But it’s just a high school band,{w=.4} right?" @@ -1017,7 +1017,7 @@ label chapter_3: play sound 'audio/effects/badA.ogg' show fang angry with Dissolve(.25) - I "Fang flinches and misses a note." + "Fang flinches and misses a note." pause .5 F "{cps=*.1}...{/cps}" @@ -1039,12 +1039,12 @@ label chapter_3: # TODO: cheesy record scratch? $ renpy.music.set_volume(0, 0.02, 'music') - I "Uhp" + "Uhp" - I "Fuck" + "Fuck" pause .5 - I "I almost said 'the audience at the concert' to her out loud." + "I almost said 'the audience at the concert' to her out loud." show fang unimpressed with Dissolve(.25) F "What was that?" @@ -1055,7 +1055,7 @@ label chapter_3: A "{cps=*.2}Nuthin’{/cps}" show fang angry with Dissolve(.25) - I "Fang growls at that." + "Fang growls at that." pause .5 show fang considering with Dissolve(.25) @@ -1071,15 +1071,15 @@ label chapter_3: F "You’ll be a little bitch that’s wrong." pause .5 - I "Oh." + "Oh." - I "In that case." + "In that case." A "Fuck you,{w=.4} I’m right,{w=.4} your band sucks with two basses,{w=.6} {nw}" show fang unimpressed extend "and you shoulda been on guitar!" - I "I lock eyes with her." + "I lock eyes with her." pause .5 show fang: @@ -1117,9 +1117,9 @@ label chapter_3: with Dissolve(1) pause .5 - I "Fuck me." + "Fuck me." - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" # CH3 SCENE 5 - The gang plays some music and it's actually OK @@ -1140,7 +1140,7 @@ label chapter_3: show fang unimpressed with Dissolve(.25) F "Pfeh." - I "Fang is leading me back to the auditorium with both the acoustic guitar ‘borrowed’ from the music room and her bass in hand,{w=.5} one over each shoulder." + "Fang is leading me back to the auditorium with both the acoustic guitar ‘borrowed’ from the music room and her bass in hand,{w=.5} one over each shoulder." scene door auditorium show anon neutral: @@ -1149,12 +1149,12 @@ label chapter_3: yalign 0.0 xalign 0.99 with Dissolve(1) - I "When we eventually get to the auditorium,{w=.4} Fang stops." + "When we eventually get to the auditorium,{w=.4} Fang stops." show fang neutral flip with dissolve pause .5 - I "Is something wrong?" + "Is something wrong?" pause .5 A "Uh,{w=.4} {cps=*.4}is everything-{/cps}{w=.3}{nw}" @@ -1162,24 +1162,24 @@ label chapter_3: show fang unimpressed flip with Dissolve(.25) F "The doors,{w=.3} moron." - I "She swings the guitar cases on her shoulders around a bit." + "She swings the guitar cases on her shoulders around a bit." pause .5 - I "Oh." + "Oh." show anon: easein_back 1 xalign 0.25 - I "I step around her and grab the handle,{w=.4} pulling the door wide open." + "I step around her and grab the handle,{w=.4} pulling the door wide open." pause .5 A "Ladies first." pause .5 show fang angry flip with Dissolve(.25) - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" pause .5 - I "Fang growls and stomps on my foot as she walks past." + "Fang growls and stomps on my foot as she walks past." show fang neutral flip with Dissolve(.25) show fang neutral flip behind anon: @@ -1205,7 +1205,7 @@ label chapter_3: with Fade(1, 0, 1) pause .5 - I "Inside,{w=.4} Reed and Trish already have everything set up onstage." + "Inside,{w=.4} Reed and Trish already have everything set up onstage." show fang neutral behind dimmer_light: yalign -0.55 xalign -1.5 @@ -1218,11 +1218,11 @@ label chapter_3: with dissolve pause 1 - I "Where does Reed keep that huge drumset during the day?" + "Where does Reed keep that huge drumset during the day?" show trish very happy flip with dissolve - I "Trish waves her arms from the stage." + "Trish waves her arms from the stage." T "HEY,{w=.3} FANG!{w=.5} WHAT TOOK SO LONG?" pause .5 @@ -1232,7 +1232,7 @@ label chapter_3: play music 'audio/ost/punk_revamp.ogg' fadein 3 show trish neutral flip with dissolve - I "Trish squints in the spotlight,{w=.4} then finally notices me." + "Trish squints in the spotlight,{w=.4} then finally notices me." show trish unimpressed flip with dissolve T "What-" @@ -1243,7 +1243,7 @@ label chapter_3: T "What’s he doing here?!" pause .5 - I "Fang slings both cases onto the stage,{w=.4} then climbs on herself." + "Fang slings both cases onto the stage,{w=.4} then climbs on herself." show fang: easein_cubic 0.75 xalign 0.4 @@ -1261,7 +1261,7 @@ label chapter_3: show fang unimpressed with Dissolve(.25) - I "Fang then ripped something from Trish’s hands and threw it at me." + "Fang then ripped something from Trish’s hands and threw it at me." show fang: easein_cubic 0.5 xalign 0.8 @@ -1299,7 +1299,7 @@ label chapter_3: show trish angry flip with Dissolve(.25) T "What the fuck?!" - I "It strikes against my head with a dull *tonk* and lands on the ground in front of me." + "It strikes against my head with a dull *tonk* and lands on the ground in front of me." pause .5 show anon neutral with dissolve @@ -1320,7 +1320,7 @@ label chapter_3: rotate 20 xalign 0.5 zoom 1.5 yalign 0.5 show dimmer_light as xtra_dimmer behind jewlcase with Dissolve(.25) - I "Looking down at the makeshift shuriken,{w=.4} it was a copy of {i}\"VVORM DRAMA's hit new single INDRAGON ONSLAUGHT\"{/i}" + "Looking down at the makeshift shuriken,{w=.4} it was a copy of {i}\"VVORM DRAMA's hit new single INDRAGON ONSLAUGHT\"{/i}" hide xtra_dimmer with Dissolve(.25) hide jewlcase with easeoutbottom @@ -1400,7 +1400,7 @@ label chapter_3: F "Mm.{w=.4} Let's just go through{w=.1} 'I Need Meth Money By Tuesday Night And If I Don’t Get It I Will Stomp On Your Child'." pause .5 - I "Don't say ayy lmao." + "Don't say ayy lmao." show fang behind trish: easein 1 xalign 0.6 @@ -1414,10 +1414,10 @@ label chapter_3: show black with Fade(.1, 1, 2, color="#fff") pause 1 - I "My mind went blank." + "My mind went blank." pause .5 - I "I don’t know what just happened." + "I don’t know what just happened." # TODO: this track doesn't loop very gracefully play music 'audio/OST/The Hunt for more (You)s.ogg' fadein 2 @@ -1430,7 +1430,7 @@ label chapter_3: show anon neutral with Dissolve(.75) pause .25 - I "I look to the stage and see Fang,{w=.4} panting,{w=.4} looking distressed." + "I look to the stage and see Fang,{w=.4} panting,{w=.4} looking distressed." pause .5 show fang: @@ -1438,7 +1438,7 @@ label chapter_3: F "S-{w=.1}see?{w=.5} Totally awesome,{w=.2} r-{w=.1}right?" pause .5 - I "Not the word I would use." + "Not the word I would use." pause .5 A "{cps=*.1}...{/cps}I think you should give the guitar a try." @@ -1494,7 +1494,7 @@ label chapter_3: show trish behind fang pause .5 - I "That clearly struck a nerve." + "That clearly struck a nerve." F "'Wasting time' playing guitar?{w=.6} {nw}" show reed shocked flip behind trish @@ -1504,7 +1504,7 @@ label chapter_3: easein_cubic 1 xalign 0.95 extend "What’s THAT supposed to mean?" - I "Fang rounds on Trish,{w=.4} jabbing an accusing finger into the little triceratop’s surprisingly voluminous chest." + "Fang rounds on Trish,{w=.4} jabbing an accusing finger into the little triceratop’s surprisingly voluminous chest." show fang: easein_cubic 1 xalign 0.45 @@ -1514,7 +1514,7 @@ label chapter_3: F "Even when it’s something like playing my favorite instrument in my own band!" pause .5 - I "Yikes." + "Yikes." pause .5 show trish indignant flip with Dissolve(.25) @@ -1533,16 +1533,16 @@ label chapter_3: show dimmer_light behind anon with dissolve - I "I'll hate myself for this{cps=*.1}...{/cps}" + "I'll hate myself for this{cps=*.1}...{/cps}" - I "{cps=*.1}...{/cps}this is already getting too intimate for me{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}this is already getting too intimate for me{cps=*.1}...{/cps}" - I "{cps=*.1}...{/cps}but maybe I should say something." + "{cps=*.1}...{/cps}but maybe I should say something." pause .5 - I "It’s only going to get worse if I don’t." + "It’s only going to get worse if I don’t." - I "But this seems like a personal argument between them." + "But this seems like a personal argument between them." pause .5 menu: @@ -1558,9 +1558,9 @@ label chapter_3: $ fangscore += 1 - I "Fang does seem very passionate about playing guitar." + "Fang does seem very passionate about playing guitar." - I "It could only help their music,{w=.4} right?" + "It could only help their music,{w=.4} right?" pause .5 show reed neutral flip @@ -1575,7 +1575,7 @@ label chapter_3: with Dissolve(.25) pause .5 - I "That seemed to stop Trish in her presidential yeezys." + "That seemed to stop Trish in her presidential yeezys." show trish considering flip with Dissolve(.25) @@ -1583,11 +1583,11 @@ label chapter_3: show trish neutral flip extend "We voted on it in our first jam session together." - I "Fang made a weird face,{w=.4} like she couldn’t believe I was standing up for her." + "Fang made a weird face,{w=.4} like she couldn’t believe I was standing up for her." - I "Honestly I couldn’t believe I stood up for her either." + "Honestly I couldn’t believe I stood up for her either." - I "But god dammit I’m winning this challenge!" + "But god dammit I’m winning this challenge!" pause .5 A "If you’re really Fang’s friend,{w=.4} you should at least let them try." @@ -1596,15 +1596,15 @@ label chapter_3: show trish explanatory flip: easein_cubic 1 xalign 0.85 - I "{cps=*.1}...{/cps}{w=1}{nw}" + "{cps=*.1}...{/cps}{w=1}{nw}" show trish neutral flip pause .5 - I "Trish’s mouth opened and closed,{w=.4} as if she was trying to find the right words." + "Trish’s mouth opened and closed,{w=.4} as if she was trying to find the right words." show trish unimpressed flip with Dissolve(.25) - I "She threw up her hands and let out a frustrated sigh." + "She threw up her hands and let out a frustrated sigh." show trish considering flip with Dissolve(.25) T "Fine,{w=.4} I guess we can try it with the guitar{cps=*.1}...{/cps}" @@ -1618,12 +1618,12 @@ label chapter_3: label .GuitarQuestionStaySilent: - I "Can’t guarantee their style won’t be better than dogshit if I lose this challenge." + "Can’t guarantee their style won’t be better than dogshit if I lose this challenge." - I "Certainly can’t get worse." + "Certainly can’t get worse." pause .5 - I "This is between the members of the band." + "This is between the members of the band." pause .5 show anon behind fang, trish, reed @@ -1646,13 +1646,13 @@ label chapter_3: show fang considering with Dissolve(.25) pause .25 - I "How controlling." + "How controlling." show fang: easein_cubic 1.5 yalign -0.05 show fang sad with dissolve - I "Fang hangs her head in defeat." + "Fang hangs her head in defeat." F "{cps=*0.4}I guess so{/cps}{cps=*.1}...{/cps}" pause .25 @@ -1716,7 +1716,7 @@ label chapter_3: show trish unimpressed with Dissolve(.25) T "{cps=*0.25}Wait{/cps}{cps=*.1}...{/cps}" - I "If there were any cameras rolling,{w=.4} they’d be zooming in on Trish’s face." + "If there were any cameras rolling,{w=.4} they’d be zooming in on Trish’s face." show fang happy with Dissolve(.25) F "Thanks,{w=.1} Reed." @@ -1742,7 +1742,7 @@ label chapter_3: pause .5 show anon sad with Dissolve(.25) - I "{cps=*.1}...{/cps}I’m gonna need Raptor Jesus after this one{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}I’m gonna need Raptor Jesus after this one{cps=*.1}...{/cps}" show anon neutral with dissolve pause .25 @@ -1759,36 +1759,36 @@ label chapter_3: play music 'audio/OST/That Almost Sounded Good.ogg' pause 1 - I "Opposed to the nostalgic tune earlier,{w=.4} Fang rapidly strums on her borrowed guitar." + "Opposed to the nostalgic tune earlier,{w=.4} Fang rapidly strums on her borrowed guitar." - I "It’s fast and rough but the tone carried doesn’t melt my eardrums." + "It’s fast and rough but the tone carried doesn’t melt my eardrums." - I "Watching and listening now I can see and hear the difference clear as day." + "Watching and listening now I can see and hear the difference clear as day." pause .5 - I "They’re actually not bad." + "They’re actually not bad." pause .5 - I "Not good,{w=.4} not by any metric worth it’s weight." + "Not good,{w=.4} not by any metric worth it’s weight." - I "But at least I don’t cringe so hard my spleen erupts from my side and creates a splash zone." + "But at least I don’t cringe so hard my spleen erupts from my side and creates a splash zone." pause .5 - I "I find myself bobbing to the song,{w=.3} in fact." + "I find myself bobbing to the song,{w=.3} in fact." stop music fadeout 3 - I "And just as I consider the song 'gittin’ gud' it ends." + "And just as I consider the song 'gittin’ gud' it ends." - I "I feel a little disappointed that the show ended so soon." + "I feel a little disappointed that the show ended so soon." - I "Then I remember it’s not a show at all." + "Then I remember it’s not a show at all." pause .5 # TODO: play bayside revamp? play music 'audio/OST/Bayside Bumming it.ogg' - I "And that I definitely won." + "And that I definitely won." pause .5 show fang happy flip @@ -1797,9 +1797,9 @@ label chapter_3: with Dissolve(2) pause .5 - I "There’s sweat dripping from Fang’s brow,{w=.4} and her black clothes are clinging to her a bit more tightly." + "There’s sweat dripping from Fang’s brow,{w=.4} and her black clothes are clinging to her a bit more tightly." - I "The grin on her face stands out the most though." + "The grin on her face stands out the most though." show fang: easein 1 xalign 0.45 @@ -1837,7 +1837,7 @@ label chapter_3: A "Ha!{w=.4} I win!" - I "Trish,{w=.3} Reed,{w=.2} and Fang turn to look at me." + "Trish,{w=.3} Reed,{w=.2} and Fang turn to look at me." show fang unimpressed flip show trish neutral flip @@ -1860,14 +1860,14 @@ label chapter_3: show fang neutral with dissolve show trish unimpressed flip with Dissolve(.25) - I "Trish scowls." + "Trish scowls." T "A vote then.{w=.5} Who votes if we stick to drum and bass?" show trish: easein 0.5 yalign 0.1 show trish neutral flip with Dissolve(.25) - I "She’s the only one to raise her hand." + "She’s the only one to raise her hand." show trish: easein 0.5 yalign 0.0 @@ -1887,7 +1887,7 @@ label chapter_3: easein .5 yalign 0.175 show fang happy with Dissolve(.25) - I "Even I raise my hands along with Reed and Fang." + "Even I raise my hands along with Reed and Fang." show fang: easein .5 yalign 0.0 @@ -1928,12 +1928,12 @@ label chapter_3: show trish annoyed flip with Dissolve(.25) T "There goes our main marketing strategy." - I "Marketing strategy?{w=.4} I thought she was a triceratops,{w=.2} not a rhinorex." + "Marketing strategy?{w=.4} I thought she was a triceratops,{w=.2} not a rhinorex." show trish neutral flip with dissolve stop music fadeout 3 - I "I’m abusing my good luck here so I probably should leave." + "I’m abusing my good luck here so I probably should leave." show fang neutral flip with dissolve A "That was very fun you guys,{w=.4} I hope I can see you all play more{cps=*.1}...{/cps}{w=.3} again{cps=*.1}...{/cps}{w=.3} better now than it was before{cps=*.1}...{/cps}{w=.3} {cps=*.4}uuuhhhh{/cps}{cps=*.1}...{/cps}" @@ -1945,7 +1945,7 @@ label chapter_3: show anon neutral flip behind dimmer_light with Dissolve(.25) pause .5 - I "As I move to the door Fang calls out." + "As I move to the door Fang calls out." show fang: easein 0.5 xalign 0.225 @@ -1959,7 +1959,7 @@ label chapter_3: show anon neutral with Dissolve(.25) pause .25 - I "I look to see her fidgeting onstage." + "I look to see her fidgeting onstage." pause .5 show fang considering flip with Dissolve(.25) @@ -2008,17 +2008,17 @@ label chapter_3: show reed neutral flip with Dissolve(.25) - I "The three of them just stare blankly." + "The three of them just stare blankly." pause .5 - I "Wait.{w=.5} Auditorium.{w=.5} Pizza." + "Wait.{w=.5} Auditorium.{w=.5} Pizza." - I "{cps=*.4}Fuck.{/cps}" + "{cps=*.4}Fuck.{/cps}" pause .5 play music 'audio/ost/fighter.ogg' - I "Ohfuckohshitfortheloveofallthatisholywhynow." + "Ohfuckohshitfortheloveofallthatisholywhynow." A "I-{w=.1}I mean,{w=.3} uhh{cps=*.1}...{/cps}" @@ -2036,7 +2036,7 @@ label chapter_3: A "Err,{w=.3} yeah.{w=.5} See I have to go return a blu-{w=.4} a book!" - I "Fucking hell mouth,{w=.4} don’t go slipping weebtalk now!" + "Fucking hell mouth,{w=.4} don’t go slipping weebtalk now!" A "See it’s {cps=*.2}WAAAAY{/cps} overdue and I can NOT afford the late fee." pause .5 @@ -2044,17 +2044,17 @@ label chapter_3: show reed unimpressed flip Re "Wait a minute{cps=*.1}...{/cps}" - I "?" + "?" - I "I almost didn’t recognize Reed’s voice,{w=.4} he said that way too sharply." + "I almost didn’t recognize Reed’s voice,{w=.4} he said that way too sharply." pause .5 Re "{cps=*.1}...{/cps}the late date is like{cps=*.1}...{/cps} two weeks{cps=*.1}...{/cps}{w=.3} Are you up to something,{w=.2} Anon?" - I "He sounds completely lucid and didn’t slur any words{cps=*.1}...{/cps}" + "He sounds completely lucid and didn’t slur any words{cps=*.1}...{/cps}" pause .5 - I "Oh no." + "Oh no." play sound 'audio/effects/alarmKlaxonLoop.ogg' show anon behind reed @@ -2064,13 +2064,13 @@ label chapter_3: show trish behind dimmer_darker with Dissolve(.25) - I "SHUT IT DOWN" + "SHUT IT DOWN" pause .25 - I "SHUT IT DOWN" + "SHUT IT DOWN" pause .25 - I "THE PINK CUBONE KNOWS" + "THE PINK CUBONE KNOWS" stop sound fadeout .5 hide dimmer_darker @@ -2093,7 +2093,7 @@ label chapter_3: T "WILL YOU JUST FUCKING LEAVE ALREADY?"with vpunch pause .5 - I "I love you,{w=.2} Trish." + "I love you,{w=.2} Trish." A "Sure,{w=.3} bye." @@ -2101,13 +2101,13 @@ label chapter_3: easeout 1 xalign -0.7 show anon neutral flip with Dissolve(.25) hide anon with dissolve - I "I scramble away to the exit.{w=.5} As I turn to make my way out of there,{w=.4} on the stage I hear{cps=*.1}...{/cps}" + "I scramble away to the exit.{w=.5} As I turn to make my way out of there,{w=.4} on the stage I hear{cps=*.1}...{/cps}" show trish unimpressed flip with Dissolve(.25) T "THANK YOU." show trish neutral flip with Dissolve(.25) - I "I uh{cps=*.1}...{/cps} hear them chattering{cps=*.1}...{/cps}" + "I uh{cps=*.1}...{/cps} hear them chattering{cps=*.1}...{/cps}" stop music fadeout 3 @@ -2116,12 +2116,12 @@ label chapter_3: scene black with Fade(1, 0, 0) - I "Don’t think about a threesome with Trish and Fang,{w=.3} don’t think about a threesome with Trish and Fang,{w=.6} they’re meteor dodgers for crying out loud!" + "Don’t think about a threesome with Trish and Fang,{w=.3} don’t think about a threesome with Trish and Fang,{w=.6} they’re meteor dodgers for crying out loud!" pause .5 - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" - I "Ok,{w=.3} just for one second" + "Ok,{w=.3} just for one second" pause .5 if persistent.lewd == True: @@ -2129,8 +2129,8 @@ label chapter_3: pause 20.00 scene black with Fade(1, 0, 0) - I "{cps=*.2}Fuck.{/cps}" + "{cps=*.2}Fuck.{/cps}" - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" return \ No newline at end of file diff --git a/game/script/4.anon-needs-help-during-music-period.rpy b/game/script/4.anon-needs-help-during-music-period.rpy index c091551..7114e36 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -5,49 +5,49 @@ label chapter_4: play music 'audio/OST/Skinrow Soul.ogg' fadein 2 scene outside school fog with Fade(1,0,1) - I "{cps=*.3}-- The Following Monday Morning --{/cps}" + "{cps=*.3}-- The Following Monday Morning --{/cps}" pause .5 - I "I haven’t been able to focus much lately." + "I haven’t been able to focus much lately." pause .5 - I "My original plan is in absolute tatters." + "My original plan is in absolute tatters." - I "As opposed to staying silent and not facing any conflict,{w=.4} I’m now all buddy-buddy with the school reject club." + "As opposed to staying silent and not facing any conflict,{w=.4} I’m now all buddy-buddy with the school reject club." - I "And then there’s Naser and Naomi as well,{w=.4} and all their issues{cps=*.1}...{/cps}" + "And then there’s Naser and Naomi as well,{w=.4} and all their issues{cps=*.1}...{/cps}" pause .5 - I "At any moment I feel I'm going to get found out." + "At any moment I feel I'm going to get found out." - I "Trish would certainly beat me senseless." + "Trish would certainly beat me senseless." - I "Fang might as well{cps=*.1}...{/cps}" + "Fang might as well{cps=*.1}...{/cps}" - I "Definitely Naser." + "Definitely Naser." pause .5 - I "All this shit happening,{w=.4} I can’t even get into my favorite hobby." + "All this shit happening,{w=.4} I can’t even get into my favorite hobby." - I "I don’t think I’ve made a single forum post in three days." + "I don’t think I’ve made a single forum post in three days." pause .5 - I "I stare down at my phone screen and see a sea of threads to post in." + "I stare down at my phone screen and see a sea of threads to post in." - I "And yet,{w=.4} I have nothing to say." + "And yet,{w=.4} I have nothing to say." pause .5 - I "Wait,{w=.3} it’s already seven?!" + "Wait,{w=.3} it’s already seven?!" - I "Fuck me,{w=.4} I dragged my feet too much!" + "Fuck me,{w=.4} I dragged my feet too much!" - I "I sprint the rest of the way to school." + "I sprint the rest of the way to school." scene classroom with fade - I "Luckily,{w=.3} I’m able to slink into homeroom without the teacher molesting me for a tardy pass." + "Luckily,{w=.3} I’m able to slink into homeroom without the teacher molesting me for a tardy pass." - I "Classes tick by in the daily slog,{w=.4} and like all things,{w=.4} lunch eventually comes to pass." + "Classes tick by in the daily slog,{w=.4} and like all things,{w=.4} lunch eventually comes to pass." stop music fadeout 3 play ambient 'audio/effects/teenageCafeteriaLoop.ogg' fadein 2 @@ -55,9 +55,9 @@ label chapter_4: show anon neutral at aright with fade - I "I grab a packaged lunch from the omnivore line and begin looking for a place to sit." + "I grab a packaged lunch from the omnivore line and begin looking for a place to sit." - I "By now it’s a foregone conclusion,{w=.4} I already know what happens next." + "By now it’s a foregone conclusion,{w=.4} I already know what happens next." pause .25 stop ambient fadeout 3 play music 'audio/ost/west_coast_kicking.ogg' fadein 1 @@ -66,7 +66,7 @@ label chapter_4: N "Anon!" pause .5 - I "Right on cue." + "Right on cue." show anon neutral flip with dissolve @@ -80,19 +80,20 @@ label chapter_4: show naser: easein 1.5 xalign -0.275 with dissolve + pause .5 - I "Naomi rushes over,{w=.4} followed by Naser.{w=.6} I’d really rather not deal with her any more today." + "Naomi rushes over,{w=.4} followed by Naser.{w=.6} I’d really rather not deal with her any more today." show naomi explanatory N "Come on,{w=.2} Anon,{w=.4} let's continue our conversation from earlier!" show naomi neutral - I "I need to think of something,{w=.4} and fast." + "I need to think of something,{w=.4} and fast." A "Err,{w=.3} sorry.{w=.4} I already promised Fang I’d be eating with her." pause .5 - I "Smooth." + "Smooth." pause .25 show naomi considering with Dissolve(.25) @@ -138,34 +139,34 @@ label chapter_4: show anon neutral with Dissolve(.25) hide anon with dissolve - I "I turn away from the two and leave them behind." + "I turn away from the two and leave them behind." # CH 4 SCENE 2 - Trish continues to hate Anon's guts, more at 11 scene door auditorium with fade - I "Now that i’m in front of the auditorium when it isn’t crowded for once,{w=.4} I can get a decent look around the foyer." + "Now that i’m in front of the auditorium when it isn’t crowded for once,{w=.4} I can get a decent look around the foyer." - I "The walls are as vine-covered as anywhere else in the building,{w=.4} but the ones here have small magenta flowers blooming on them here and there." + "The walls are as vine-covered as anywhere else in the building,{w=.4} but the ones here have small magenta flowers blooming on them here and there." - I "I suppose there’s different kinds of vines,{w=.4} wouldn’t make much sense otherwise.{w=.5} Never really thought about it until now." + "I suppose there’s different kinds of vines,{w=.4} wouldn’t make much sense otherwise.{w=.5} Never really thought about it until now." pause .5 - I "I open the door enough to see Fang’s gang lazing about within." + "I open the door enough to see Fang’s gang lazing about within." - I "Reed is messing with some box on a table,{w=.4} and Fang and Trish are sitting on the first row of seats chattering to each other." + "Reed is messing with some box on a table,{w=.4} and Fang and Trish are sitting on the first row of seats chattering to each other." stop music fadeout 3 - I "I put my hand on the doorhandle and hesitate a bit.{w=.4} Then I pull it open." + "I put my hand on the doorhandle and hesitate a bit.{w=.4} Then I pull it open." scene auditorium with Dissolve(1) - I "The squeak of the door echoes through the near empty auditorium,{w=.4} and immediately all three turn their heads and stare." + "The squeak of the door echoes through the near empty auditorium,{w=.4} and immediately all three turn their heads and stare." pause .75 - I "There’s an awkward pause that goes on for just a bit too long.{w=.5} Eventually Fang calls out from her seat." + "There’s an awkward pause that goes on for just a bit too long.{w=.5} Eventually Fang calls out from her seat." # TODO: sound direction says play 'She Fucks Human Men', resolve this # play music 'audio/OST/Fuck You I Like This Chick.ogg' @@ -193,14 +194,14 @@ label chapter_4: show fang: easein_cubic 2 yalign -0.1 xalign 1.35 show fang unimpressed flip with Dissolve(.25) - I "Fang throws her head back and goes limp on the shitty wooden chair." + "Fang throws her head back and goes limp on the shitty wooden chair." show fang angry flip F "{cps=*.7}UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUGGHHHHHH{/cps},{w=.2} THAT {cps=*.7}BIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIITCH{/cps}." show fang considering flip with Dissolve(.25) pause .5 - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" A "{cps=*.1}...{/cps}" @@ -210,7 +211,7 @@ label chapter_4: show fang: easein_cubic 1 yalign 0.0 xalign 1.3 - I "Fang lifts her head back up." + "Fang lifts her head back up." show fang unimpressed flip with Dissolve(.25) F "{cps=*.3}Ffffffffine{/cps},{w=.4} you can stay." @@ -219,9 +220,9 @@ label chapter_4: show anon: ease_cubic 1.5 xalign 0.4 - I "I go sit a few yards away from Fang and Trish on the theater seat.{w=.5} Reed turns back to that device he was messing with before." + "I go sit a few yards away from Fang and Trish on the theater seat.{w=.5} Reed turns back to that device he was messing with before." - I "Looks like a projector?" + "Looks like a projector?" pause .5 A "You don’t like Naomi?" @@ -235,7 +236,7 @@ label chapter_4: show fang considering flip with Dissolve(.25) F "Oh look at me I’m super smart and nice to everyone and everyone likes me so if you disagree with me I get the moral high ground no matter what!" - I "Fang lets out some combination of a snort and a sigh." + "Fang lets out some combination of a snort and a sigh." F "No different than Naser.{w=.4} What a couple." @@ -291,7 +292,7 @@ label chapter_4: F "Oh,{w=.2} right.{w=.4} What were you talking about Trish?" show trish smug flip with Dissolve(.25) - I "Trish pulls a cardboard tube out of her backpack.{w=.4} She pops the top of the tube open and pulls a rolled up poster out and unfurls it." + "Trish pulls a cardboard tube out of her backpack.{w=.4} She pops the top of the tube open and pulls a rolled up poster out and unfurls it." show trish happy flip T "This!{w=.4} Tada!{w=.5} Our first poster!" @@ -310,7 +311,7 @@ label chapter_4: T "We need to have an actual show!{w=.4} Not some dumb school show.{w=.5} We need actual people who matter to show our genius to!" pause .5 - I "Genius?{w=.4} More like retardation." + "Genius?{w=.4} More like retardation." show fang sad with Dissolve(.25) F "I don’t know Trish." @@ -323,7 +324,7 @@ label chapter_4: show fang considering show trish unimpressed flip with Dissolve(.25) - I "The glare Trish levels at me was akin to a very dull knife." + "The glare Trish levels at me was akin to a very dull knife." show trish: easein 0.5 xalign 0.9 @@ -352,14 +353,14 @@ label chapter_4: show trish unimpressed flip with dissolve pause .25 - I "Whoa,{w=.4} where did that come from." + "Whoa,{w=.4} where did that come from." show fang neutral flip with dissolve pause .25 F "Let’s drop it for now.{w=.4} My tuna sandwich is getting cold." show trish smug flip with Dissolve(.25) - I "Trish grins in victory." + "Trish grins in victory." pause .5 Re "{size=-10}Dude{cps=*.1}...{/cps}{w=.3} ya got told{cps=*.1}...{/cps}{/size}" @@ -369,15 +370,15 @@ label chapter_4: show dimmer_light behind anon, trish with dissolve pause .25 - I "What the fuck am I doing?{w=.5} I’m dead if I out myself whilst outnumbered here" + "What the fuck am I doing?{w=.5} I’m dead if I out myself whilst outnumbered here" pause .5 - I "Trish tore at me like she knew I was there." + "Trish tore at me like she knew I was there." pause .5 - I "Had to happen EVENTUALLY." + "Had to happen EVENTUALLY." - I "I pray that’s not the case." + "I pray that’s not the case." pause .5 play music 'audio/ost/she_fucks_human_men.ogg' fadein 1 @@ -386,23 +387,23 @@ label chapter_4: with Dissolve(1) pause .5 - I "I finally get to opening my omnivore lunch.{w=.5} A BLT,{w=.3} some chicken nuggets,{w=.3} and an orange." + "I finally get to opening my omnivore lunch.{w=.5} A BLT,{w=.3} some chicken nuggets,{w=.3} and an orange." - I "I take my first bite of the sandwich and-" + "I take my first bite of the sandwich and-" stop music fadeout 1.0 play sound 'audio/effects/schoolBell.ogg' - I "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}" + "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}" pause 0.5 stop sound fadeout 1 - I "Are you kidding me." + "Are you kidding me." - I "I cram as much of the sandwich into my mouth as I can and close the box." + "I cram as much of the sandwich into my mouth as I can and close the box." - I "Reed puts the projector in the corner of the room,{w=.3} and Trish makes for the exit with Fang." + "Reed puts the projector in the corner of the room,{w=.3} and Trish makes for the exit with Fang." - I "I follow after,{w=.4} cheeks still filled with food" + "I follow after,{w=.4} cheeks still filled with food" # CH 4 SCENE 3 @@ -412,14 +413,14 @@ label chapter_4: pause .5 - I "Next class is{cps=*.1}...{/cps}{w=.2} Music,{w=.4} that’s right.{w=.5} I’ll be walking with Fang then." + "Next class is{cps=*.1}...{/cps}{w=.2} Music,{w=.4} that’s right.{w=.5} I’ll be walking with Fang then." - I "The three all wave each other goodbye and Fang turns towards our shared class." + "The three all wave each other goodbye and Fang turns towards our shared class." pause .5 stop ambient fadeout 3 play music 'audio/OST/Appreciating the Moment.ogg' - I "May as well make some small talk." + "May as well make some small talk." show anon neutral: yalign 0.1 xalign 0.1 @@ -443,7 +444,7 @@ label chapter_4: show fang happy with Dissolve(.25) F "{cps=*.35}Pffft.{/cps}" - I "She turns away to hide her snickers." + "She turns away to hide her snickers." show fang happy flip with dissolve pause .25 @@ -468,7 +469,7 @@ label chapter_4: show fang: easein 0.5 xalign 1.05 - I "Fang holds a hand up to her beak." + "Fang holds a hand up to her beak." F "{cps=*.4}AHAHAHAHAHAHHA.{/cps} {w=.5}{nw}" show fang: @@ -476,7 +477,7 @@ label chapter_4: extend "God you are such a dweeb" show anon grin with dissolve - I "I flash her my biggest shit-eating grin." + "I flash her my biggest shit-eating grin." A "Least I don’t need a ‘loisence’ to listen to it." pause .5 @@ -487,7 +488,7 @@ label chapter_4: scene black with fade pause .5 - I "The two of us banter with each other with increasingly strong british accents all the way to class." + "The two of us banter with each other with increasingly strong british accents all the way to class." pause .5 stop music fadeout 3 @@ -497,60 +498,60 @@ label chapter_4: scene bandroom with Fade(1, 0, 1) pause 1 - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" pause .5 play music 'audio/OST/Dragging on and on....ogg' play sound 'audio/effects/slapstickPunch.ogg' - I "ARGH!!{w=.5} This stupid-" with vpunch + "ARGH!!{w=.5} This stupid-" with vpunch pause .25 - I "\"Define a treble clef\"?{w=.5} I don’t know what a treble clef is!{w=.5} I don’t care about this shit,{w=.3} it won’t ever be useful." + "\"Define a treble clef\"?{w=.5} I don’t know what a treble clef is!{w=.5} I don’t care about this shit,{w=.3} it won’t ever be useful." - I "Fuck this,{w=.4} who can I cheat off of?" + "Fuck this,{w=.4} who can I cheat off of?" pause .5 - I "I lean back in my uncomfortable chair hoping to pop my spine back in place." + "I lean back in my uncomfortable chair hoping to pop my spine back in place." # TODO: added to resolve Anon's premonition, to be reviewed by writing team - # I "{cps=*.1}...{/cps}Bet if I shared this class with Naomi she'd pester me into asking Fang for help right about now." - I "{cps=*.1}...{/cps}I can guess exactly what Naomi would suggest if we shared this class." + # "{cps=*.1}...{/cps}Bet if I shared this class with Naomi she'd pester me into asking Fang for help right about now." + "{cps=*.1}...{/cps}I can guess exactly what Naomi would suggest if we shared this class." # TODO: this line doesn't actually occur until chapter 6 N "{i}\"Oh!{w=.4} What if you asked Fang for help?\"{/i}" pause .5 - I "I crane my head,{w=.3} looking for Fang.{w=.5} She's at her own desk she’s filling out her assignment page easily,{w=.4} drumming her fingers on her desk.{w=.6} Almost looks like she’s strumming honestly." + "I crane my head,{w=.3} looking for Fang.{w=.5} She's at her own desk she’s filling out her assignment page easily,{w=.4} drumming her fingers on her desk.{w=.6} Almost looks like she’s strumming honestly." pause .5 - I "Agh,{w=.3} and that’s another thing.{w=.5} Who the fuck made guitars?!{w=.5} Fuck trying to memorize frets or whatever the fuck." + "Agh,{w=.3} and that’s another thing.{w=.5} Who the fuck made guitars?!{w=.5} Fuck trying to memorize frets or whatever the fuck." pause .5 - I "Oh shit,{w=.4} she’s looking at me now." + "Oh shit,{w=.4} she’s looking at me now." - I "She tilts her head and taps her sheet." + "She tilts her head and taps her sheet." pause .5 - I "OH!" + "OH!" - I "I respond with an eyeroll and finger gun at my temple.{w=.6} My thumb hammer drops and I fake die in my seat." + "I respond with an eyeroll and finger gun at my temple.{w=.6} My thumb hammer drops and I fake die in my seat." - I "Fang shakes her head,{w=.4} returning to her assignment with a tiny smile gracing her beak." + "Fang shakes her head,{w=.4} returning to her assignment with a tiny smile gracing her beak." pause .5 - I "I look at the papers we need to finish.{w=.5} Fuck me,{w=.4} how the hell are we suppose to finish these by the end of class?!" + "I look at the papers we need to finish.{w=.5} Fuck me,{w=.4} how the hell are we suppose to finish these by the end of class?!" pause .5 # TODO: this line is also from chapter 6 N "{i}\"It can’t hurt to ask, though,{w=.4} right?\"{/i}" pause .5 - I "Maybe the Neon Nero has a good point." + "Maybe the Neon Nero has a good point." - I "Still,{w=.4} interrupting Fang now might piss her off." + "Still,{w=.4} interrupting Fang now might piss her off." - I "{cps=*.25}FFFFFf{/cps}uck.{w=.4} I’ll flip a coin." + "{cps=*.25}FFFFFf{/cps}uck.{w=.4} I’ll flip a coin." pause .5 menu: @@ -568,14 +569,14 @@ label chapter_4: # TODO: sound direction says 'Appreciating the Scenery', old script had 'Appreciating the Atmosphere' resolve this stop music fadeout 3 - I "Guess that’s that." + "Guess that’s that." - I "May as well get it over with." + "May as well get it over with." pause .5 play music 'audio/OST/appreciating_the_scenery.ogg' fadein 2 - I "I slink out of my chair and go around to Fang’s desk." + "I slink out of my chair and go around to Fang’s desk." pause .5 @@ -591,7 +592,7 @@ label chapter_4: easein_cubic 1 xalign 1.1 pause .1 show fang shocked flip with Dissolve(.25) - I "She jumps in her chair" + "She jumps in her chair" show fang surprised flip with dissolve F "How’d you get-{w=.4} {nw}" @@ -601,7 +602,7 @@ label chapter_4: A "Sorry{cps=*.1}...{/cps}" show fang neutral flip with Dissolve(.25) - I "I look at her work and see she’s only a quarter done.{w=.5} Fuck,{w=.3} I hope we have enough time." + "I look at her work and see she’s only a quarter done.{w=.5} Fuck,{w=.3} I hope we have enough time." A "{cps=*.2}Sooo...{/cps}{w=.3} you seem to be capable of deciphering dead languages." pause .5 @@ -623,9 +624,9 @@ label chapter_4: A "Only elective that had an open spot.{w=.4} Even though it’s mid semester and I’m expected to be at the level of everyone that’s been here all year." show fang considering flip with Dissolve(.25) - I "Fang leans her head down and holds her hand on top of her muzzle." + "Fang leans her head down and holds her hand on top of her muzzle." - I "I’m guessing that’s supposed to be like pinching the bridge of your nose." + "I’m guessing that’s supposed to be like pinching the bridge of your nose." pause .5 show fang neutral flip with Dissolve(.25) @@ -655,7 +656,7 @@ label chapter_4: pause .5 - I "Fang and I jump several inches." + "Fang and I jump several inches." show anon sad flip show fang surprised flip @@ -668,7 +669,7 @@ label chapter_4: show anon neutral flip with dissolve A "And what’s with the costume?" - I "Reed is in an overly large inflatable T-rex costume." + "Reed is in an overly large inflatable T-rex costume." pause .5 Re "Gotta get a signature for this absent note,{w=.2} man{cps=*.1}...{/cps}" @@ -681,14 +682,14 @@ label chapter_4: Re "There’s,{w=.3} like,{w=.5} pockets in here man{cps=*.1}...{/cps}{w=.4} You get to bring a lot of cool stuff{cps=*.1}...{/cps}{w=.5} As long as you clean it after{cps=*.1}...{/cps}" - I "I’m not even going to bother at this point." + "I’m not even going to bother at this point." F "Thanks,{w=.2} Reed." Re "S’all good, man{cps=*.1}...{/cps}" stop music fadeout 3 - I "Reed gets up and goes to the teachers’ desk in the corner of the room." + "Reed gets up and goes to the teachers’ desk in the corner of the room." show reed: easeout 1 xalign -2.0 @@ -699,7 +700,7 @@ label chapter_4: show anon: ease 1 xalign 0.5 show anon neutral with dissolve - I "I turn back to Fang expectantly." + "I turn back to Fang expectantly." pause .5 F "I’m not getting up.{w=.4} Get your crap and sit down already." @@ -707,7 +708,7 @@ label chapter_4: A "Thanks." - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" play music 'audio/OST/Fuck You I Like this chick.ogg' pause .5 @@ -725,17 +726,17 @@ label chapter_4: stop music fadeout 3 - I "Guess that settles it." + "Guess that settles it." - I "Fang wouldn’t want to be bothered right now anyways." + "Fang wouldn’t want to be bothered right now anyways." pause .5 - I "Looking back to my paper,{w=.4} I try once again to make sense of the questions and music notes." + "Looking back to my paper,{w=.4} I try once again to make sense of the questions and music notes." - I "\"Write the following notes in both Treble and Bass clef\"." + "\"Write the following notes in both Treble and Bass clef\"." play music 'audio/OST/Those Other Two Weirdos.ogg' volume 0.8 fadein 3 - I "{cps=*.1}...{/cps}What?" + "{cps=*.1}...{/cps}What?" pause .5 show reed king rex: @@ -751,7 +752,7 @@ label chapter_4: with vpunch pause .5 - I "I have to grab the desk to keep myself from falling out of my chair." + "I have to grab the desk to keep myself from falling out of my chair." A "Reed,{w=.4} what the fuck are you doing here?!" @@ -760,13 +761,13 @@ label chapter_4: A "And what’s with the outfit?!" - I "Reed is in an overly large inflatable T-rex costume." + "Reed is in an overly large inflatable T-rex costume." pause .5 Re "School mascots are pretty cool{cps=*.1}...{/cps}{w=.3} You wouldn’t believe the things they let you do with these{cps=*.1}...{/cps}" pause .5 - I "I’m not going to ask for clarification." + "I’m not going to ask for clarification." pause .5 Re "But,{w=.2} uhh{cps=*.1}...{/cps}{w=.3} You should get some help or something{cps=*.1}...{/cps}" @@ -782,7 +783,7 @@ label chapter_4: Re "YO,{w=.1} TEACH!{w=.4} THIS GUY NEEDS SOME EXTRA HELP!" with vpunch pause .5 - I "All eyes turn to us.{w=.6} The desk makes a nice ‘conk’ sound when my head hits it." + "All eyes turn to us.{w=.6} The desk makes a nice ‘conk’ sound when my head hits it." show jingo at sleft with dissolve pause .25 @@ -792,7 +793,7 @@ label chapter_4: jingo "Err{cps=*.1}...{/cps}{w=.3} someone{cps=*.1}...{/cps}{w=.3} {i}Fang!{/i}{w=.5} You help him with the packet." - I "Fang glares daggers at the two of us." + "Fang glares daggers at the two of us." pause .5 A "{cps=*.3}Thanks,{/cps}{w=.4} Reed." @@ -804,19 +805,19 @@ label chapter_4: with dissolve pause .25 - I "Reed shuffles over to the teachers’ desk in the corner to get his signature." + "Reed shuffles over to the teachers’ desk in the corner to get his signature." stop ambient fadeout 5 pause .5 - I "Fang calls out from her chair." + "Fang calls out from her chair." F "I’m not getting up.{w=.4} If you need help grab your stuff and get over here." pause .5 - I "The damage is done.{w=.4} May as well at this point." + "The damage is done.{w=.4} May as well at this point." play music 'audio/OST/Fuck You I Like this chick.ogg' - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" pause .5 scene bandroom @@ -841,18 +842,18 @@ label chapter_4: A "How the hell do you know any of this." - I "Anon then realized,{w=.4} he is horrendously fucking stupid." + "Anon then realized,{w=.4} he is horrendously fucking stupid." show fang neutral flip with Dissolve(.25) F "I’ve been into playing music since pre-k" pause .5 - I "{cps=*.1}...{/cps}Roll with it" + "{cps=*.1}...{/cps}Roll with it" pause .5 A "So does it take that long to learn that horrid thing?" - I "I point at the class’ electric guitar." + "I point at the class’ electric guitar." pause .25 F "Nah,{w=.3} I started with piano.{w=.5} I didn’t get my first guitar ‘til freshman year." @@ -860,7 +861,7 @@ label chapter_4: A "The piano?{w=.4} Isn’t that the hardest one?" - I "I have no clue what i'm talking about." + "I have no clue what i'm talking about." pause .25 F "Maybe for some,{w=.4} but I started early and got ahead.{w=.6} My grandma had an old piano she would let me mess around with." @@ -878,16 +879,16 @@ label chapter_4: pause .5 show fang considering flip with Dissolve(.25) - I "Fang gets a strange expression,{w=.4} a mix between a blush and a scowl as she returns back to her snappy attitude." + "Fang gets a strange expression,{w=.4} a mix between a blush and a scowl as she returns back to her snappy attitude." show fang unimpressed flip with Dissolve(.25) F "You done with that yet?{w=.5} It's taking you way too long,{w=.4} rather have you out of my way." pause .5 - I "Cute." + "Cute." pause .5 - I "I show her the half-finished worksheet." + "I show her the half-finished worksheet." A "I still don’t get this fucking part." @@ -900,7 +901,7 @@ label chapter_4: F "Did you even read the page?" - I "Fang then grabs the paper and points at the top right.{w=.5} In a small box is a list of three types,{w=.5} woodwind,{w=.3} brass,{w=.3} and percussion." + "Fang then grabs the paper and points at the top right.{w=.5} In a small box is a list of three types,{w=.5} woodwind,{w=.3} brass,{w=.3} and percussion." pause .5 A "Oh{cps=*.1}...{/cps}" @@ -908,9 +909,9 @@ label chapter_4: F "You still need me to help you with this or do you have it from here?" - I "Of course I have it,{w=.3} I know this shit,{w=.4} it's just 3 categories." + "Of course I have it,{w=.3} I know this shit,{w=.4} it's just 3 categories." - I "Percussion is simple enough.{w=.4} Getting the differences between woodwind and brass is a bit harder." + "Percussion is simple enough.{w=.4} Getting the differences between woodwind and brass is a bit harder." stop music fadeout 3 @@ -918,7 +919,7 @@ label chapter_4: pause .5 show fang considering flip with Dissolve(.25) - I "I heard a sigh from Fang." + "I heard a sigh from Fang." pause .5 F "I can’t believe this." @@ -975,18 +976,18 @@ label chapter_4: show dimmer_light behind anon, fang with dissolve - I "I-{w=.1}I,{w=.4} what did Fang mean by that?{w=.6} It all just came out of nowhere -{w=.4} I mean jeez-" + "I-{w=.1}I,{w=.4} what did Fang mean by that?{w=.6} It all just came out of nowhere -{w=.4} I mean jeez-" - I "We’re talking about how she can’t get friends and now she wants to know about THAT{cps=*.1}...{/cps}" + "We’re talking about how she can’t get friends and now she wants to know about THAT{cps=*.1}...{/cps}" pause .5 - I "Oh God.{w=.5} I’m getting hot." + "Oh God.{w=.5} I’m getting hot." pause .5 - I "It’s Trish.{w=.6} Trish told Fang{w=.3} and now she knows everything." + "It’s Trish.{w=.6} Trish told Fang{w=.3} and now she knows everything." pause .5 - I "Play dumb?{w=.5} Hopefully that will work." + "Play dumb?{w=.5} Hopefully that will work." hide dimmer_light with dissolve @@ -1008,7 +1009,7 @@ label chapter_4: show fang happy flip with Dissolve(.25) F "Anon,{w=.4} what is there TO understand?" - I "She’s laughing." + "She’s laughing." pause .5 A "{cps=*.1}...{/cps}" @@ -1035,7 +1036,7 @@ label chapter_4: A "Whatever you say,{w=.3} Fang." show fang considering flip with Dissolve(.25) - I "With a roll of her eyes she returns to scrolling through her phone again.{w=.6} I seriously wonder now what she meant." + "With a roll of her eyes she returns to scrolling through her phone again.{w=.6} I seriously wonder now what she meant." stop music fadeout 3 pause .25 @@ -1054,46 +1055,46 @@ label chapter_4: hide fang with dissolve pause .5 - I "{cps=*.05}...{/cps}" + "{cps=*.05}...{/cps}" show dimmer_darker behind anon with Dissolve(.25) play music 'audio/OST/you can_t sage here.ogg' pause .25 - I "She knows." + "She knows." pause .5 - I "But how?!" + "But how?!" pause .5 show anon: easein_cubic 0.75 xalign 0.6 pause .5 - I "She left her phone on the desk." + "She left her phone on the desk." - I "I can see the imprint of the password being illuminated by the room’s lamps" + "I can see the imprint of the password being illuminated by the room’s lamps" pause .5 show anon neutral flip with dissolve - I "It{cps=*.1}...{/cps}{w=.4} It wouldn’t be right." + "It{cps=*.1}...{/cps}{w=.4} It wouldn’t be right." pause .5 show anon neutral with Dissolve(.25) - I "{cps=*.1}...{/cps}I have to know." + "{cps=*.1}...{/cps}I have to know." - I "I reach over to pick up the phone." + "I reach over to pick up the phone." pause .5 - I "Some movement in the corner of my eye solidifies me." + "Some movement in the corner of my eye solidifies me." show reed king rex behind anon: yalign 0.1 xalign -1.2 show dimmer_light behind anon, reed with Dissolve(2) - I "{i}Why’s Reed still here{/i}?!" + "{i}Why’s Reed still here{/i}?!" pause .5 Re "{cps=*.05}...{/cps}" @@ -1104,7 +1105,7 @@ label chapter_4: Re "{cps=*.05}...{/cps} {cps=*.2}{i}*snrrrk*{/i}{/cps}" pause .5 - I "Oh thank Raptor Jesus.{w=.5} He’s asleep." + "Oh thank Raptor Jesus.{w=.5} He’s asleep." play ambient 'audio/effects/classroomLoop.ogg' fadein 3 hide dimmer_light @@ -1113,52 +1114,52 @@ label chapter_4: with Dissolve(1) pause .5 - I "Fang’s password is{cps=*.1}...{/cps}" + "Fang’s password is{cps=*.1}...{/cps}" - I "Wait,{w=.4} only the ‘one’ key is smudged?" + "Wait,{w=.4} only the ‘one’ key is smudged?" - I "I guess it’s worked until now{cps=*.1}...{/cps}" + "I guess it’s worked until now{cps=*.1}...{/cps}" pause .5 - I "Ah,{w=.4} the messenger app." + "Ah,{w=.4} the messenger app." #TODO: IMPLEMENT MESSAGING GUI #do we even have time for this? #maybe this will be a post release update #lmao as if #--refer to Writer1 for the entirety of the texting part as he wants it to be more interactive. - I "{cps=*.1}...{/cps}There’s surprisingly not a lot." + "{cps=*.1}...{/cps}There’s surprisingly not a lot." - I "Seems they interact mostly in person." + "Seems they interact mostly in person." pause .5 - I "{cps=*.1}...{/cps}What did I even just accomplish?" + "{cps=*.1}...{/cps}What did I even just accomplish?" - I "I shouldn’t have looked." + "I shouldn’t have looked." - I "All because of my paranoia{cps=*.1}...{/cps}{w=.3} I just violated someone’s privacy." + "All because of my paranoia{cps=*.1}...{/cps}{w=.3} I just violated someone’s privacy." show anon sad with dissolve - I "I can feel a pit open in my stomach." + "I can feel a pit open in my stomach." - I "I shouldn't have done it." + "I shouldn't have done it." - I "Trish is Fang’s friend.{w=.5} Not me." + "Trish is Fang’s friend.{w=.5} Not me." pause .5 - I "God damn it,{w=.2} Anon.{w=.5} The fuck is wrong with you." + "God damn it,{w=.2} Anon.{w=.5} The fuck is wrong with you." show anon neutral with dissolve - I "I set the phone back where it was." + "I set the phone back where it was." - I "A glance back at Reed and I confirm that he’s still unconscious." + "A glance back at Reed and I confirm that he’s still unconscious." pause .5 stop ambient fadeout 2 play music 'audio/OST/Bayside Bumming it.ogg' - I "What’s another secret to keep?" + "What’s another secret to keep?" - I "Each one just building on the last,{w=.5} the growing maw in my gut threatens to make me violently ill." + "Each one just building on the last,{w=.5} the growing maw in my gut threatens to make me violently ill." pause .5 show fang neutral: @@ -1179,16 +1180,16 @@ label chapter_4: show fang neutral flip with dissolve - I "I’m startled as Fang retakes her seat." + "I’m startled as Fang retakes her seat." pause .5 F "Did you manage to do {i}anything{/i} on the sheet?" pause .25 - I "I simply shake my head as I show her the incomplete worksheet." + "I simply shake my head as I show her the incomplete worksheet." show fang unimpressed flip with Dissolve(.25) - I "Fang sighs frustratedly." + "Fang sighs frustratedly." pause .5 A "Look if I’m being a bother-" @@ -1196,20 +1197,20 @@ label chapter_4: show fang neutral flip with Dissolve(.25) F "It’s simple you dweeb." - I "Fang began breaking down the questions,{w=.4} her tone less condescending than when we initially started." + "Fang began breaking down the questions,{w=.4} her tone less condescending than when we initially started." - I "The way she explained it was infinitely better than how Mr. Jingo did at the start of class." + "The way she explained it was infinitely better than how Mr. Jingo did at the start of class." pause .5 - I "Over time the sheet was slowly filled in,{w=.4} things finally starting to click now." + "Over time the sheet was slowly filled in,{w=.4} things finally starting to click now." show fang happy flip with Dissolve(.25) F "Looks like you got the hang of this bit.{w=.5} Good job,{w=.3} dork." - I "Fang smirks a bit." + "Fang smirks a bit." pause .5 - I "I see a chance to strike." + "I see a chance to strike." pause .5 A "Helps to have an actual decent teacher." @@ -1217,13 +1218,13 @@ label chapter_4: show fang: easein_cubic 1 xalign 1.05 show fang surprised flip with dissolve - I "The slight red tint tells me I was right on the mark." + "The slight red tint tells me I was right on the mark." - I "There’s also the steady *thump{w=.2} thump{w=.2} thump*{w=.2} of her tail on the back of her seat to clue me in.{w=.6} I can’t help thinking of tugging on the appendage." + "There’s also the steady *thump{w=.2} thump{w=.2} thump*{w=.2} of her tail on the back of her seat to clue me in.{w=.6} I can’t help thinking of tugging on the appendage." - I "Wait,{w=.4} the thumping." + "Wait,{w=.4} the thumping." - I "*Thump thump{cps=*.1}...{/cps} thump thump thump{cps=*.1}...{/cps} thump thump{cps=*.1}...{/cps} thump thump thump*" + "*Thump thump{cps=*.1}...{/cps} thump thump thump{cps=*.1}...{/cps} thump thump{cps=*.1}...{/cps} thump thump thump*" pause .5 A "Hey uh{cps=*.1}...{/cps}{w=.3} Is{cps=*.1}...{/cps}{w=.3} Is your tail drumming right now?" @@ -1240,7 +1241,7 @@ label chapter_4: F "Maybe,{w=.3} maybe not.{w=.6} Are you done with the packet yet?" pause .5 - I "I groan." + "I groan." pause .5 A "Still got half a page left." @@ -1251,7 +1252,7 @@ label chapter_4: A "I know,{w=.3} I know." pause .5 - I "I have to resort to good ol’ logic to solve the crossword.{w=.4} The longest and shortest words are easy enough to figure out." + "I have to resort to good ol’ logic to solve the crossword.{w=.4} The longest and shortest words are easy enough to figure out." pause .5 A "But,{w=.2} uhh{cps=*.1}...{/cps}" @@ -1265,7 +1266,7 @@ label chapter_4: show fang considering flip with Dissolve(.25) F "Uhh yeah.{w=.4} Sure." - I "There’s that red tint again." + "There’s that red tint again." F "I’ll help again{cps=*.1}...{/cps}{w=.4} {nw}" show fang unimpressed flip @@ -1279,28 +1280,28 @@ label chapter_4: stop music fadeout 1 play sound 'audio/effects/schoolBell.ogg' - I "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}" + "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}" pause 0.5 play music 'audio/OST/Bayside Bumming it.ogg' fadein 1.0 stop sound fadeout 1 - I "That’s the bell telling us to piss off to the last period.{w=.5} Crap,{w=.3} I still got a few words left." + "That’s the bell telling us to piss off to the last period.{w=.5} Crap,{w=.3} I still got a few words left." pause .5 scene black with Fade(1, 0, 1) - I "I guess the last few words and rush over to the teachers’ desk to turn it in.{w=.6} When I turn back I catch sight of Fang leaving the room in a hurry,{w=.4} tail between her legs." + "I guess the last few words and rush over to the teachers’ desk to turn it in.{w=.6} When I turn back I catch sight of Fang leaving the room in a hurry,{w=.4} tail between her legs." pause .5 Nas "{i}{cps=*.6}She’s not that bad once you get to know her.{/cps}{/i}" stop music fadeout 3 pause .5 - I "Guess he was right after all." + "Guess he was right after all." pause 1 - I "God,{w=.4} I feel like a jerk now." + "God,{w=.4} I feel like a jerk now." - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" pause .5 return \ No newline at end of file diff --git a/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy b/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy index a5fa8d2..a8737ba 100644 --- a/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy +++ b/game/script/5.fang-and-anon-cut-class-to-talk-on-the-roof.rpy @@ -13,39 +13,39 @@ label chapter_5: show anon neutral at acenter with Fade(0,0,2) - I "It’s been a couple of days since I snooped on Fang’s phone." + "It’s been a couple of days since I snooped on Fang’s phone." - I "The guilt still weighs on me,{w=.4} but I’ve found a way to cope with it." + "The guilt still weighs on me,{w=.4} but I’ve found a way to cope with it." - I "Even more aggressive shitposting on a Hungarian steak sampling vlogsite." + "Even more aggressive shitposting on a Hungarian steak sampling vlogsite." pause .5 - I "And I would be enjoying my day by myself in my apartment playing games and shitposting." + "And I would be enjoying my day by myself in my apartment playing games and shitposting." - I "It’s Saturday after all." + "It’s Saturday after all." pause .5 scene outside school fog with Dissolve(1) - I "Except{w=.4} I’m walking to school." + "Except{w=.4} I’m walking to school." pause .5 - I "{cps=*.4}Fuck my life.{/cps}" + "{cps=*.4}Fuck my life.{/cps}" pause .5 - I "As it turns out the school keeps a log of what the wifi bandwidth goes to." + "As it turns out the school keeps a log of what the wifi bandwidth goes to." - I "And the IT guy probably wasn’t too thrilled to see I’d been using it to download the entire Saturnia collection." + "And the IT guy probably wasn’t too thrilled to see I’d been using it to download the entire Saturnia collection." - I "Spears sentenced me to one week ‘Campus Beautification’ for using taxpayer money on a few dozen gigs of videos." + "Spears sentenced me to one week ‘Campus Beautification’ for using taxpayer money on a few dozen gigs of videos." pause .5 - I "Well,{w=.4} now I know to space the torrenting out a bit more." + "Well,{w=.4} now I know to space the torrenting out a bit more." pause .5 - I "As I get closer to the dreaded building,{w=.4} the more the thought of ditching crosses my mind." + "As I get closer to the dreaded building,{w=.4} the more the thought of ditching crosses my mind." - I "But then the thought of Principal Spears pops up and violently pile drives it into a prius.{w=.5} Weird thought but enough to discourage me from ditching." + "But then the thought of Principal Spears pops up and violently pile drives it into a prius.{w=.5} Weird thought but enough to discourage me from ditching." stop music fadeout 3 play ambient 'audio/effects/outdoorNatureLoop.ogg' fadein 2 @@ -53,19 +53,19 @@ label chapter_5: with fade pause .5 - I "So here I am now walking to the side and where the gardens of the school are." + "So here I am now walking to the side and where the gardens of the school are." - I "I can see others are here as well,{w=.4} probably all for detention too." + "I can see others are here as well,{w=.4} probably all for detention too." pause .5 - I "Wait a sec.{w=.3} Isn’t that Fang?{w=.6} Why is she talking to that green weirdo from before?" + "Wait a sec.{w=.3} Isn’t that Fang?{w=.6} Why is she talking to that green weirdo from before?" show fang unimpressed at sleft show stella neutral at stleft with dissolve pause .5 - I "Wait another sec.{w=.4} Are they getting closer?" + "Wait another sec.{w=.4} Are they getting closer?" show anon neutral flip: yalign 0.1 xalign 1.2 @@ -74,17 +74,17 @@ label chapter_5: with dissolve pause 1 - I "No,{w=.5} I am." + "No,{w=.5} I am." - I "Why did I walk up to them?!" + "Why did I walk up to them?!" pause .5 - I "Seeing Fang only makes the guilt more intense." + "Seeing Fang only makes the guilt more intense." - I "I cast my gaze aside instead." + "I cast my gaze aside instead." pause .5 - I "The flower bulbs are still closed for the winter,{w=.4} but a few are peeking out." + "The flower bulbs are still closed for the winter,{w=.4} but a few are peeking out." stop ambient fadeout 3 play music 'audio/OST/Ramo de Rosas.ogg' fadein 2 @@ -96,9 +96,9 @@ label chapter_5: show anon behind fang: easein_back 0.5 xalign 0.5 show anon neutral with Dissolve(.25) - I "BWAHSHIT!" + "BWAHSHIT!" - I "For such a{cps=*.1}...{/cps}{w=.2} large girl she’s surprisingly stealthy." + "For such a{cps=*.1}...{/cps}{w=.2} large girl she’s surprisingly stealthy." show rosa considering flip with Dissolve(.25) show stella explanatory @@ -115,7 +115,7 @@ label chapter_5: show fang considering with Dissolve(.25) F "Rosa’s the head of the gardening club." - I "Judging by Fang’s tone,{w=.4} she’s been through this kind of detention multiple times already." + "Judging by Fang’s tone,{w=.4} she’s been through this kind of detention multiple times already." show fang neutral with Dissolve(.25) @@ -134,7 +134,7 @@ label chapter_5: show stella explanatory St "Oh,{w=.2} wonderful!" - I "My eyes are drawn to the green stego,{w=.4} who I immediately recognize from that encounter with the cards." + "My eyes are drawn to the green stego,{w=.4} who I immediately recognize from that encounter with the cards." show stella neutral with Dissolve(.25) @@ -147,7 +147,7 @@ label chapter_5: show stella sad with Dissolve(.25) - I "Her smile falters ever so slightly.{w=.4} Did I get the wrong person?" + "Her smile falters ever so slightly.{w=.4} Did I get the wrong person?" St "My name is Stella{cps=*.1}...{/cps}{w=.3} and I’m not weird{cps=*.1}...{/cps}" @@ -174,7 +174,7 @@ label chapter_5: show stella mad with dissolve - I "The sulky stego is pulled into a hug by the happy hispanic girl." + "The sulky stego is pulled into a hug by the happy hispanic girl." show anon: easein 1 xalign 1.2 @@ -227,7 +227,7 @@ label chapter_5: show stella considering with dissolve - I "The caveman’s bellow reverberates throughout the entire school,{w=.4} even though I’m pretty sure he wasn’t using the PA system." + "The caveman’s bellow reverberates throughout the entire school,{w=.4} even though I’m pretty sure he wasn’t using the PA system." play ambient 'audio/effects/outdoorNatureLoop.ogg' fadein 5 show rosa: @@ -245,16 +245,16 @@ label chapter_5: hide stella with dissolve pause .5 - I "Not wanting to piss him off even more,{w=.4} I follow the others to where Principal Spears has a few other students gathered in front of him." + "Not wanting to piss him off even more,{w=.4} I follow the others to where Principal Spears has a few other students gathered in front of him." - I "The only one I recognize is the guy Trish had in a headlock that one day." + "The only one I recognize is the guy Trish had in a headlock that one day." pause .5 show fang unimpressed with Dissolve(.25) F "Didn’t expect you of all people to get detention." pause .5 - I "It takes me a moment to realize Fang is talking to me." + "It takes me a moment to realize Fang is talking to me." A "I,{w=.3} er{cps=*.1}...{/cps}{w=.4} used too much of the school bandwidth." @@ -264,10 +264,10 @@ label chapter_5: show anon neutral flip with Dissolve(.25) A "No!{w=.5} Just torrenting,{w=.3} like,{w=.3} TV shows that I can’t get on cable." - I "She raises an eyebrow like she doesn’t believe me but doesn’t follow it up." + "She raises an eyebrow like she doesn’t believe me but doesn’t follow it up." pause .5 - I "She must never find out about Saturnia." + "She must never find out about Saturnia." pause .5 stop ambient fadeout 3 @@ -293,16 +293,16 @@ label chapter_5: Sp "I’m glad you could make it,{w=.2} Anon.{w=.4} I think that’s just about everyone." - I "Not that he gave me much of a choice." + "Not that he gave me much of a choice." Sp "Alright,{w=.4} I’m sure you’re all familiar with Rosa,{w=.4} she’ll be supervising you for campus beautification today." Sp "If I hear a bad word from her about any of you{cps=*.1}...{/cps}" pause .5 - I "I think I can fill in the rest." + "I think I can fill in the rest." - I "Spears nods to Rosa,{w=.4} who reminds me of Naomi with how overly happy she looks." + "Spears nods to Rosa,{w=.4} who reminds me of Naomi with how overly happy she looks." show spears neutral with Dissolve(.25) hide spears with easeoutright @@ -320,7 +320,7 @@ label chapter_5: Ro "If we all work hard and have a good time we can get done before you know it!" pause .5 - I "How can anyone be so enthusiastic about coming to school on the weekend?" + "How can anyone be so enthusiastic about coming to school on the weekend?" Ro "So by the end of the day we need to get weeding done in the gardens,{w=.4} as well as replanting older flowers,{w=.5} and some of the vines are ready to be trimmed back!" show rosa considering flip with Dissolve(.25) @@ -339,7 +339,7 @@ label chapter_5: show fang: easein .5 yalign 0.075 show fang neutral with Dissolve(.25) - I "Fang raises her hand." + "Fang raises her hand." show rosa neutral flip Ro "Fingerless don’t count." @@ -348,7 +348,7 @@ label chapter_5: show fang: easein .5 yalign 0.0 show fang unimpressed with Dissolve(.25) - I "Fang lowers her hand." + "Fang lowers her hand." show stella explanatory flip St "You should all pair off now to split the work evenly,{w=.4} decide amongst yourselves." @@ -368,15 +368,15 @@ label chapter_5: hide stella with dissolve pause .5 - I "Even in detention,{w=.4} the partner curse haunts me." + "Even in detention,{w=.4} the partner curse haunts me." - I "Everyone else almost immediately groups off." + "Everyone else almost immediately groups off." pause .5 stop ambient fadeout 3 play music 'audio/OST/Appreciating the Moment.ogg' - I "{cps=*.1}...{/cps}Leaving just me{w=.3} and take a wild guess who else." + "{cps=*.1}...{/cps}Leaving just me{w=.3} and take a wild guess who else." pause .5 show fang: @@ -395,7 +395,7 @@ label chapter_5: pause .1 show fang neutral with Dissolve(.25) - I "Fang starts heading to one of the ladders already set up near the wall." + "Fang starts heading to one of the ladders already set up near the wall." show anon: easein 0.5 xalign -0.1 @@ -408,16 +408,21 @@ label chapter_5: F "You get some if you’re so concerned about getting a few cuts." pause .5 - I "I just don’t get this chick sometimes." - - hide anon with dissolve - - I "I get a pair of gloves and some loppers and rejoin Fang at the ladder." + "I just don’t get this chick sometimes." pause .5 show anon: - xalign -0.1 + easeout 1 xalign -0.8 + pause .25 + show anon neutral flip with Dissolve(.25) + hide anon with dissolve + + "I get a pair of gloves and some loppers and rejoin Fang at the ladder." + pause .5 + show anon neutral: + xalign -0.5 + show anon: easein 1 xalign 0.3 with dissolve pause .25 @@ -428,7 +433,7 @@ label chapter_5: A "I don’t like the idea of you with a weapon very much." show fang happy flip with Dissolve(.25) - I "She flashes an evil grin." + "She flashes an evil grin." pause .5 show fang neutral with dissolve @@ -445,14 +450,14 @@ label chapter_5: show fang: easein_back 1 yalign 0.4 show fang neutral with Dissolve(.25) - I "Fang is quick to scale the ladder,{w=.4} leaving me to hold it in place." + "Fang is quick to scale the ladder,{w=.4} leaving me to hold it in place." - I "I wish I could shitpost on my phone right now to distract myself but my hands are occupied." + "I wish I could shitpost on my phone right now to distract myself but my hands are occupied." pause .5 - I "Fang’s disregard of me is made extremely clear as she carelessly lets the remnants of dead vines rain down on my head." + "Fang’s disregard of me is made extremely clear as she carelessly lets the remnants of dead vines rain down on my head." - I "Kind of glad I don’t have hair because I can’t imagine how bad it would be to have these sticky plant bits tangled in it." + "Kind of glad I don’t have hair because I can’t imagine how bad it would be to have these sticky plant bits tangled in it." F "Oi!{w=.4} Shift the ladder over!" @@ -462,7 +467,7 @@ label chapter_5: F "Don’t feel like getting down.{w=.4} Come on,{w=.2} you can’t be that weak." pause .5 - I "Whatever.{w=.4} {nw}" + "Whatever.{w=.4} {nw}" show anon: easein_back 1 xalign 0.25 pause .5 @@ -474,7 +479,7 @@ label chapter_5: extend "I shimmy the ladder to the side,{w=.4} Fang’s weight making the process more difficult." pause .5 - I "Damn my scrawny arms." + "Damn my scrawny arms." play ambient 'audio/effects/outdoorNatureLoop.ogg' stop music fadeout 3 @@ -482,19 +487,19 @@ label chapter_5: F "Alright this is good." show fang neutral with Dissolve(.25) - I "She goes back to clipping vines and dropping them on my head." + "She goes back to clipping vines and dropping them on my head." - I "It’s started building up on my shoulders and neck now." + "It’s started building up on my shoulders and neck now." stop ambient fadeout 3 play music 'audio/OST/Fuck You I Like To Shitpost.ogg' fadein 1.0 - I "And now the spots the vines have touched start to itch." + "And now the spots the vines have touched start to itch." pause .5 A "Hey." - I "She remains focused on the vines, dropping the largest clump directly on my face." + "She remains focused on the vines, dropping the largest clump directly on my face." show anon: easein_cubic 0.5 xalign 0.1 @@ -503,13 +508,13 @@ label chapter_5: A "HEY!" pause .5 - I "Nevermind.{w=.4} The follow up clump was even bigger and lands right in my mouth." + "Nevermind.{w=.4} The follow up clump was even bigger and lands right in my mouth." show anon sad with Dissolve(.25): easein_cubic 0.5 yalign -0.6 pause 0.25 easein 1 yalign -0.5 - I "After I finish spitting the wad of dead vegetation from my mouth I try one last time to get her attention." + "After I finish spitting the wad of dead vegetation from my mouth I try one last time to get her attention." show anon neutral with dissolve show anon: easein_back 0.5 xalign 0.2 @@ -523,12 +528,12 @@ label chapter_5: scene fang tail with Dissolve(1) - I "Through my blurred vision I can make out Fang’s tail, slowly shifting side to side." + "Through my blurred vision I can make out Fang’s tail, slowly shifting side to side." - I "And an evil idea comes to mind to get her attention." + "And an evil idea comes to mind to get her attention." pause .5 - I "There’s a less evil one,{w=.2} too,{w=.4} something that’d just shock her." + "There’s a less evil one,{w=.2} too,{w=.4} something that’d just shock her." pause .5 menu: @@ -539,19 +544,19 @@ label chapter_5: pause .5 - I "As I reach out to her she drops another clump into my eyes,{w=.4} blinding me." + "As I reach out to her she drops another clump into my eyes,{w=.4} blinding me." show dimmer_darker with Dissolve(.1) show dimmer_darker as xtra_dimmer with Dissolve(.1) - I "I blindly grasp at her until my fingers brush against something covered in scales." + "I blindly grasp at her until my fingers brush against something covered in scales." pause .5 - I "I give the appendage a sharp tug." + "I give the appendage a sharp tug." scene black with Dissolve(.25) - I "There’s a shrill cry above me.{w=.5} That got her attention." + "There’s a shrill cry above me.{w=.5} That got her attention." A "Stop dropping shi-" @@ -564,9 +569,9 @@ label chapter_5: # really any good-looking way of showing this I can think of - hence the # disparity between the visuals and dialogue in this segment - I "Suddenly stars explode in my sight impaired eyes and I fall backwards." + "Suddenly stars explode in my sight impaired eyes and I fall backwards." - I "There’s a ringing in my ears and I try to blink the vines and stars away." + "There’s a ringing in my ears and I try to blink the vines and stars away." play music "audio/OST/Many Such Cases of Being So True.ogg" scene garden @@ -579,7 +584,7 @@ label chapter_5: F "NEVER.{w=.4} DO THAT.{w=.4} AGAIN." - I "Do what?{w=.4} The fuck did I do?" + "Do what?{w=.4} The fuck did I do?" show fang: easein_cubic 1 xalign 1.1 @@ -589,9 +594,9 @@ label chapter_5: A "What the fuck did I DO?!" show anon sad with dissolve - I "When I can finally see again Fang has her wings drawn together behind her and her hands clasped on something also behind her." + "When I can finally see again Fang has her wings drawn together behind her and her hands clasped on something also behind her." - I "I think I fell in the flowerbed behind us.{w=.4} It’s actually sort of soft." + "I think I fell in the flowerbed behind us.{w=.4} It’s actually sort of soft." F "You pulled my TAIL!" @@ -619,11 +624,11 @@ label chapter_5: show anon unimpressed with dissolve - I "We’re both out of breath and staring daggers at each other." + "We’re both out of breath and staring daggers at each other." - I "My eyes are still bleary and starting to itch now because of the plants." + "My eyes are still bleary and starting to itch now because of the plants." - I "Fang is still protectively holding her tail as if I’ll pull it again." + "Fang is still protectively holding her tail as if I’ll pull it again." show fang unimpressed flip with dissolve @@ -641,7 +646,7 @@ label chapter_5: F "Oh wait.{w=.3} Yeah.{w=.3} Humans." show fang unimpressed flip with Dissolve(.25) - I "She tosses another discarded vine on my face." + "She tosses another discarded vine on my face." show anon: easein_cubic 0.5 xalign -0.05 @@ -663,7 +668,7 @@ label chapter_5: show anon neutral flip with Dissolve(.25) - I "I start prying off some of the vines stuck to my clothes." + "I start prying off some of the vines stuck to my clothes." A "It’s like,{w=.4} why waste time on certain people,{w=.4} you know?" @@ -671,7 +676,7 @@ label chapter_5: A "It wouldn’t be worth my time to do something crazy." - I "Fang leans forward on the ladder,{w=.4} pretending to be hurt." + "Fang leans forward on the ladder,{w=.4} pretending to be hurt." show fang: easein_cubic 1 xalign 1.0 @@ -684,7 +689,7 @@ label chapter_5: pause .5 show fang neutral flip with Dissolve(.25) - I "She drops the smug expression for a second." + "She drops the smug expression for a second." pause .5 F "Anyways,{w=.4} you should get up." @@ -695,7 +700,7 @@ label chapter_5: play music 'audio/OST/Fuck You I Like To Ignore Problems.ogg' fadein 1.0 stop ambient fadeout 2 - I "A yell echoes from somewhere across the schoolgrounds." + "A yell echoes from somewhere across the schoolgrounds." Ro "He {w=.2}{nw}" play sound 'audio/effects/slapstickBigPunch.ogg' @@ -707,7 +712,17 @@ label chapter_5: A "Hang on{cps=*.1}...{/cps}!" - I "I try leaning up.{w=.4} The bush has intertwined with my clothes." + show anon: + easein_elastic 1 xalign 0.05 + pause 0.25 + easein_elastic 1 xalign 0.0 + pause 0.5 + repeat + + "I try leaning up.{w=.4} The bush has intertwined with my clothes." + + show anon: + easein 1 xalign 0.0 pause .5 A "I’m stuck!" @@ -716,7 +731,7 @@ label chapter_5: show fang angry flip with Dissolve(.25) F "You actual{cps=*.1}...{/cps}!" - I "Rosa scrambles over and starts pulling at her hair when she sees me stuck in the bush." + "Rosa scrambles over and starts pulling at her hair when she sees me stuck in the bush." show anon: easein_quad 0.5 xalign -0.2 @@ -750,7 +765,7 @@ label chapter_5: easein 0.5 xalign 0.7 Ro "Wait{cps=*.1}...{/cps}{w=.3} your position{cps=*.1}...{/cps}" - I "She points a burning finger up at Fang." + "She points a burning finger up at Fang." show rosa behind fang: easein_cubic 0.5 xalign 0.3 @@ -761,7 +776,7 @@ label chapter_5: show fang: easein_cubic 0.5 xalign 1.65 - I "Fang’s skin goes a shade paler." + "Fang’s skin goes a shade paler." show anon neutral with dissolve pause .5 @@ -776,9 +791,9 @@ label chapter_5: easein 1 xalign 0.6 show rosa angry flip with Dissolve(.25) - Ro "SORRY?{w=.5} What kind of pendejo manages to fall that hard into my Middlemist Red Camelias that hard on his own?!?" + Ro "SORRY?{w=.5} What kind of {i}pendejo{/i} manages to fall into my Middlemist Red Camelias that hard on his own?!?" - I "I shrug apologetically." + "I shrug apologetically." show fang considering flip with Dissolve(.25) @@ -798,7 +813,7 @@ label chapter_5: # B: I know this visual doesn't really work so well because it's not clear that Anon was meant to be lying in the flowerbed, but whatever show rosa: easein_cubic 1 xalign 0.3 - I "She grabs one of my hands and{w=.4} {nw}" + "She grabs one of my hands and{w=.4} {nw}" show anon fear: easein_back 0.7 xalign 0.05 show rosa: @@ -814,7 +829,7 @@ label chapter_5: A "You trying to rip my arm off?" - I "She grabs a bicep proudly." + "She grabs a bicep proudly." show rosa neutral flip with Dissolve(.25) Ro "I say all the time.{w=.4} Outside work is good for your health!" @@ -833,7 +848,7 @@ label chapter_5: show rosa bossy flip with Dissolve(.25) Ro "Oh,{w=.2} no,{w=.3} no no!{w=.5} You must stop working vines then!" - I "She points back up to Fang." + "She points back up to Fang." show rosa bossy with Dissolve(.25) @@ -851,9 +866,9 @@ label chapter_5: scene black with fade - I "We go exchange our equipment for weeding trowels." + "We go exchange our equipment for weeding trowels." - I "Once we get directed to a place in the dirt to start,{w=.4} Fang and I diligently continue in silence for a bit." + "Once we get directed to a place in the dirt to start,{w=.4} Fang and I diligently continue in silence for a bit." scene garden show anon neutral: @@ -909,7 +924,7 @@ label chapter_5: A "Uhh{cps=*.1}...{/cps}" pause .5 - I "I had to think about that for a moment.{w=.4} Why {i}did{/i} I do that{cps=*.1}...{/cps}" + "I had to think about that for a moment.{w=.4} Why {i}did{/i} I do that{cps=*.1}...{/cps}" F "{cps=*.1}...{/cps}You said something before." @@ -919,7 +934,7 @@ label chapter_5: F "What did you mean by that?" - I "Why the fuck is she so curious?" + "Why the fuck is she so curious?" A "I dunno,{w=.4} you’d probably think I’m some creep for saying this{cps=*.1}...{/cps}" @@ -928,7 +943,7 @@ label chapter_5: A "Fair but fuck you regardless." show fang flip off hostile with Dissolve(.25) - I "Her retort is a prominent flipping of the bird." + "Her retort is a prominent flipping of the bird." pause .25 show fang neutral flip with dissolve pause .5 @@ -943,7 +958,7 @@ label chapter_5: pause .25 show fang considering flip with Dissolve(.25) - I "Fang stops digging for a moment and gives an attentive stare out of the corner of her eye." + "Fang stops digging for a moment and gives an attentive stare out of the corner of her eye." pause .5 A "Midwits and morons have kids like crazy.{w=.4} The number of smart people in the world remains stagnant." @@ -966,9 +981,9 @@ label chapter_5: pause .5 show anon neutral flip with Dissolve(.25) - I "She what?" + "She what?" - I "Fang is acting strangely enthusiastic all of a sudden." + "Fang is acting strangely enthusiastic all of a sudden." F "Right like,{w=.3} in all of history,{w=.4} if you {i}really{/i} look at it,{w=.4} the smart people have never even once had to answer to the excess." @@ -1002,12 +1017,12 @@ label chapter_5: F "{cps=*.1}...{/cps}Maybe Reed?{w=.4} Not sure." pause .5 - I "{cps=*.1}...?{/cps}" + "{cps=*.1}...?{/cps}" show fang neutral with Dissolve(.25) F "Rosa and Stella,{w=.4} definitely." - I "What the-" + "What the-" show fang unimpressed with Dissolve(.25) F "Naser,{w=.2} too,{w=.3} unfortunately.{w=.4} Oh, well." @@ -1017,9 +1032,9 @@ label chapter_5: F "All of them,{w=.4} sheep." pause .5 - I "To casually brush everyone aside like that{cps=*.1}...{/cps}" + "To casually brush everyone aside like that{cps=*.1}...{/cps}" - I "What does she think of me,{w=.2} then?" + "What does she think of me,{w=.2} then?" pause .5 A "If you think so little of Rosa and Stella and everyone,{w=.4} why hang out with them?" @@ -1046,7 +1061,7 @@ label chapter_5: show anon: easein_cubic 1 xalign 0.85 - I "Fang’s arm jerks back violently,{w=.4} pulling a bundle of weeds and topsoil out and onto my jacket." + "Fang’s arm jerks back violently,{w=.4} pulling a bundle of weeds and topsoil out and onto my jacket." A "Hey-" @@ -1056,29 +1071,29 @@ label chapter_5: F "What is that supposed to mean?" - I "Her eyes scrutinize me thoroughly." + "Her eyes scrutinize me thoroughly." - I "But why-" + "But why-" pause .5 - I "Oh." + "Oh." - I "{cps=*.2}Oh shit.{/cps}" + "{cps=*.2}Oh shit.{/cps}" - I "My foot tastes a bit salad-like today.{w=.4} Damn gardening." + "My foot tastes a bit salad-like today.{w=.4} Damn gardening." A "Er,{w=.3} just{cps=*.1}...{/cps}{w=.3} gossip I heard from classmates afterwards?" pause .5 - I "We both know that’s a lie." + "We both know that’s a lie." - I "I feel anxious as Fang continues watching me." + "I feel anxious as Fang continues watching me." - I "I watch it happen,{w=.4} as if in slow motion,{w=.4} as comprehension dawns on Fang." + "I watch it happen,{w=.4} as if in slow motion,{w=.4} as comprehension dawns on Fang." - I "Her voice is low." + "Her voice is low." - I "Accusatory." + "Accusatory." pause .25 show fang: @@ -1089,20 +1104,20 @@ label chapter_5: pause .5 show dimmer_light behind anon, fang with dissolve - I "My heart stops." + "My heart stops." - I "There it is." + "There it is." - I "I couldn’t have hoped to hide it forever." + "I couldn’t have hoped to hide it forever." pause .5 - I "Fang stands over me,{w=.4} her wings spread wide and her shoulders shaking." + "Fang stands over me,{w=.4} her wings spread wide and her shoulders shaking." - I "I{cps=*.1}...{/cps}{w=.3} how do I explain this?" + "I{cps=*.1}...{/cps}{w=.3} how do I explain this?" - I "We’re close enough friends now,{w=.3} right?" + "We’re close enough friends now,{w=.3} right?" - I "I could probably even joke about it a bit." + "I could probably even joke about it a bit." pause .5 menu: @@ -1121,7 +1136,7 @@ label chapter_5: $ anonscore += 1 - I "I guess honesty is the best policy." + "I guess honesty is the best policy." pause .5 play music 'audio/OST/Summertime Synth.ogg' fadein 1.0 @@ -1132,7 +1147,7 @@ label chapter_5: pause .5 show fang angry with dissolve - I "Fang’s expression hardens and she crosses her arms." + "Fang’s expression hardens and she crosses her arms." pause .5 A "He told me there’d be free food so I figured why not?{w=.5} It’s not like I knew it was going to end up the way it did." @@ -1153,16 +1168,16 @@ label chapter_5: easein_cubic 0.5 xalign 0.9 F "Did you laugh at us too?" - I "She jabs an accusatory finger at me." + "She jabs an accusatory finger at me." pause .5 A "Fang,{w=.5} {cps=*.1}I-{/cps}{w=.4}{nw}" F "Did.{w=.4} You.{w=.4} Laugh?" - I "I open my mouth to answer but the words aren’t coming to me." + "I open my mouth to answer but the words aren’t coming to me." - I "Fang seems to pick up on my inability to answer." + "Fang seems to pick up on my inability to answer." pause .5 show fang: @@ -1185,7 +1200,7 @@ label chapter_5: easeout 1 xalign -1.2 pause .25 hide fang with dissolve - I "Fang begins to storm off and I try to chase after her." + "Fang begins to storm off and I try to chase after her." A "Fang,{w=.3} wait!" @@ -1193,7 +1208,7 @@ label chapter_5: easeout_cubic 0.5 xalign 0.5 pause .25 show dimmer_light behind anon with Dissolve(.25) - I "But my self-defeating clumsiness seems to have a different plan and my foot catches on the pile of discarded gardening tools." + "But my self-defeating clumsiness seems to have a different plan and my foot catches on the pile of discarded gardening tools." hide dimmer_light play sound 'audio/effects/whoosh.ogg' @@ -1207,13 +1222,13 @@ label chapter_5: scene black with dissolve - I "The world spins and I land on my ass where we were weeding." + "The world spins and I land on my ass where we were weeding." - I "At least something broke my fall{cps=*.1}...{/cps}" + "At least something broke my fall{cps=*.1}...{/cps}" - I "Wait.{w=.4} Isn’t this the flowerbed?" + "Wait.{w=.4} Isn’t this the flowerbed?" - I "Suddenly an orange terror descends upon me like I set off some sort of alarm." + "Suddenly an orange terror descends upon me like I set off some sort of alarm." $ punched_into_flowerbed = False jump .postAnonLaughReveal @@ -1221,7 +1236,7 @@ label chapter_5: label .jokeAround: - I "We’re good enough friends now,{w=.3} right?{w=.4} This’ll be {cps=*.3}fiiiine.{/cps}" + "We’re good enough friends now,{w=.3} right?{w=.4} This’ll be {cps=*.3}fiiiine.{/cps}" pause .5 play music 'audio/OST/Summertime Synth.ogg' fadein 1.0 @@ -1233,7 +1248,7 @@ label chapter_5: show fang: easein_cubic 1 xalign -0.05 - I "Her eyes narrow.{w=.6} Eh,{w=.3} maybe if I{cps=*.1}...{/cps}" + "Her eyes narrow.{w=.6} Eh,{w=.3} maybe if I{cps=*.1}...{/cps}" A "I was expecting dinner and a show,{w=.4} not a comedy skit." pause .5 @@ -1242,16 +1257,16 @@ label chapter_5: linear 0.045 xalign -0.045 linear 0.045 xalign -0.05 repeat - I "I know I’m not the best comedian but still nothing?" + "I know I’m not the best comedian but still nothing?" - I "No,{w=.3} wait,{w=.4} I think I hear some cracking." + "No,{w=.3} wait,{w=.4} I think I hear some cracking." - I "Oh,{w=.4} that’d be her knuckles popping." + "Oh,{w=.4} that’d be her knuckles popping." - I "Fang’s face twists into a sneer and her hand slowly comes up into a fist." + "Fang’s face twists into a sneer and her hand slowly comes up into a fist." pause .5 - I "I may have overestimated my comedic talents.{w=.5} Or our friendship." + "I may have overestimated my comedic talents.{w=.5} Or our friendship." pause .5 show anon behind fang @@ -1264,24 +1279,24 @@ label chapter_5: play sound 'audio/effects/slapstickBigPunch.ogg' scene black with Fade(.1, 0, 1, color="#fff") - I "My head snaps to the side,{w=.4} a burning sting radiating from my cheek." + "My head snaps to the side,{w=.4} a burning sting radiating from my cheek." - I "My foot catches on the pile of discarded gardening tools." + "My foot catches on the pile of discarded gardening tools." - I "The world spins and I land on my ass where we were weeding." + "The world spins and I land on my ass where we were weeding." pause .5 - I "At least something broke my fall" + "At least something broke my fall" pause .5 - I "Wait.{w=.4} Isn’t this the flowerbed?" + "Wait.{w=.4} Isn’t this the flowerbed?" F "{cps=*.3}You fucking asshole{/cps}{cps=*.1}...{/cps}" - I "Fang storms off,{w=.4} shouldering past Rosa,{w=.4} who is stunned silent." + "Fang storms off,{w=.4} shouldering past Rosa,{w=.4} who is stunned silent." pause .5 - I "Rosa isn’t stunned for long though,{w=.4} and suddenly an orange terror descends upon me like I set off some sort of alarm." + "Rosa isn’t stunned for long though,{w=.4} and suddenly an orange terror descends upon me like I set off some sort of alarm." $ punched_into_flowerbed = True jump .postAnonLaughReveal @@ -1314,12 +1329,12 @@ label chapter_5: show anon: easein 0.5 yalign 0.1 alpha 1 - I "I jump to my feet and quickly inspect the damage.{w=.4} The entire section of flowerbed where I had landed was imprinted with my outline like a snow-angel." + "I jump to my feet and quickly inspect the damage.{w=.4} The entire section of flowerbed where I had landed was imprinted with my outline like a snow-angel." show anon: alpha 1 yalign 0.1 pause .5 - I "Just my luck." + "Just my luck." A "Rosa,{w=.3} I didn’t mean-" @@ -1350,7 +1365,7 @@ label chapter_5: easein_back 1 xalign 0.9 St "Whoa,{w=.3} whoa,{w=.3} whoa!!" - I "I am saved by a green stegosaur grabbing the mighty arm of judgement out of the air mid-swing." + "I am saved by a green stegosaur grabbing the mighty arm of judgement out of the air mid-swing." pause .5 show anon sad with dissolve pause .25 @@ -1359,7 +1374,7 @@ label chapter_5: show rosa: easein_elastic 0.5 xalign 0.85 - I "Steam erupts from Rosa’s nostrils like a bull." + "Steam erupts from Rosa’s nostrils like a bull." pause .5 # show rosa: @@ -1425,9 +1440,9 @@ label chapter_5: St "If you don’t share someone’s pain,{w=.4} you can never understand them." pause .5 - I "Did this bitch just quote Naruto of all things?" + "Did this bitch just quote Naruto of all things?" - I "If I weren’t being directed to leave I would have bailed anyways." + "If I weren’t being directed to leave I would have bailed anyways." pause .5 A "I saw her going towards the parking lot,{w=.4} I’ll be right back." @@ -1450,24 +1465,24 @@ label chapter_5: scene outside school with Fade(1,0,1) - I "There aren’t many cars in the parking lot,{w=.4} so Fang shouldn’t be too hard to find." + "There aren’t many cars in the parking lot,{w=.4} so Fang shouldn’t be too hard to find." # B: this music is meant to play as per the audio direction doc, but it's pretty chill considering Fang is flipping out play music 'audio/OST/Beach Chill Out.ogg' fadein 1.0 - I "That pair of wings rustling in-between two parked cars is probably a hint,{w=.4} not sure." + "That pair of wings rustling in-between two parked cars is probably a hint,{w=.4} not sure." pause .5 - I "I silently approach,{w=.4} hiding behind the other cars in the lot." + "I silently approach,{w=.4} hiding behind the other cars in the lot." show fang angry with dissolve: yalign 0.0 xalign 1.5 - I "She’s huddled around the passenger door of a garishly yellow minivan." + "She’s huddled around the passenger door of a garishly yellow minivan." pause .5 - I "Wait,{w=.4} is she{cps=*.1}...{/cps}?" + "Wait,{w=.4} is she{cps=*.1}...{/cps}?" - I "Shit,{w=.4} I gotta stop her." + "Shit,{w=.4} I gotta stop her." pause .5 show anon concerned: @@ -1498,7 +1513,7 @@ label chapter_5: A "{cps=*.1}...{/cps}" show anon neutral with Dissolve(.25) - I "I’m over it." + "I’m over it." pause .5 A "Why are you doing this?" @@ -1511,7 +1526,7 @@ label chapter_5: F "Why,{w=.4} you want to join in on a joyride?" - I "She looks at me like it’s a genuine question." + "She looks at me like it’s a genuine question." pause .5 A "No,{w=.4} I don’t." @@ -1590,14 +1605,14 @@ label chapter_5: pause 1 show fang sad with dissolve - I "Fang stops kicking the glass,{w=.4} drained of energy and out of breath." + "Fang stops kicking the glass,{w=.4} drained of energy and out of breath." show fang sad at sright show anon neutral with dissolve pause .5 - I "Thankfully,{w=.4} the glass isn’t even scratched." + "Thankfully,{w=.4} the glass isn’t even scratched." pause .5 show anon: @@ -1609,16 +1624,16 @@ label chapter_5: F "{cps=*.1}...{/cps}" - I "Fang won’t look my direction." + "Fang won’t look my direction." - I "At least she hasn’t started kicking the car again." + "At least she hasn’t started kicking the car again." pause .5 stop music fadeout 3 - I "{cps=*.1}...{/cps}Might be a good idea to give her some space." + "{cps=*.1}...{/cps}Might be a good idea to give her some space." pause .5 - I "All of a sudden I feel like I shouldn’t be here." + "All of a sudden I feel like I shouldn’t be here." pause .5 play music 'audio/OST/you need gopher chucks.ogg' fadein 1.0 @@ -1638,7 +1653,7 @@ label chapter_5: unknown "WHAT ARE YOU GUYS DOING TO MY CAR?!" show dimmer_light behind anon, fang with Dissolve(.25) - I "We freeze." + "We freeze." pause .5 menu: @@ -1651,15 +1666,15 @@ label chapter_5: scene black with fade - I "Fang immediately bolts towards the front of the school." + "Fang immediately bolts towards the front of the school." - I "I follow after,{w=.4} legs pumping furiously in an attempt to both catch up to Fang and avoid the teacher screeching at us from behind." + "I follow after,{w=.4} legs pumping furiously in an attempt to both catch up to Fang and avoid the teacher screeching at us from behind." - I "I see Fang veer into the school,{w=.4} the door closing slowly after." + "I see Fang veer into the school,{w=.4} the door closing slowly after." - I "By the jacket on my back I’m able to slip in just before the door shuts completely." + "By the jacket on my back I’m able to slip in just before the door shuts completely." - I "Fang is panting in the stairwell near the door.{w=.5} And I’m sure I’m redder than I was earlier with the vines." + "Fang is panting in the stairwell near the door.{w=.5} And I’m sure I’m redder than I was earlier with the vines." scene hallway with fade pause .5 @@ -1681,7 +1696,7 @@ label chapter_5: F "Why{cps=*.1}...{/cps}{w=.4} hah{w=.3} hah{cps=*.1}...{/cps}{w=.3} did you{cps=*.1}...{/cps}{w=.4} follow me?" pause .5 - I "Why?" + "Why?" A "Be{w=.2} {cps=*.5}haaaaah{/cps}{cps=*.1}...{/cps}{w=.3} because{cps=*.1}...{/cps}{w=.4} I’m sorry{cps=*.1}...{/cps}" stop music fadeout 3 @@ -1691,15 +1706,15 @@ label chapter_5: easein_cubic 1 xalign 1.2# pause .2 show fang angry with dissolve - I "Her sneer returns and she makes to turn away." + "Her sneer returns and she makes to turn away." pause .5 A "I fucked up.{w=.75} Yes,{w=.4} I was at that concert.{w=.6} And yes,{w=.3} I laughed.{w=.6} I never expected to actually become your friend." pause .5 - I "Her wings block my view of her." + "Her wings block my view of her." - I "But she hasn’t left yet.{w=.4} Maybe I can fix this after all." + "But she hasn’t left yet.{w=.4} Maybe I can fix this after all." pause .5 A "I just wanted to coast through school.{w=.5} I was happy being a loner." @@ -1713,7 +1728,7 @@ label chapter_5: hide fang with dissolve pause .5 - I "Without a word Fang climbs the stairs." + "Without a word Fang climbs the stairs." pause 1 play music 'audio/OST/The Hunt for more (You)s.ogg' fadein 1.0 @@ -1721,26 +1736,26 @@ label chapter_5: easein_cubic 1.5 xalign 0.6 pause 1.5 - I "Fuck." + "Fuck." pause .5 - I "I consider following but her silence was evidence enough she wants nothing to do with me." + "I consider following but her silence was evidence enough she wants nothing to do with me." - I "And standing here by myself I have time to think of my own admission." + "And standing here by myself I have time to think of my own admission." pause .5 - I "If Fang leaves me alone,{w=.4} I’ll get exactly what I want.{w=.4} Right?" + "If Fang leaves me alone,{w=.4} I’ll get exactly what I want.{w=.4} Right?" - I "She could probably talk Trish and Reed into leaving me alone too." + "She could probably talk Trish and Reed into leaving me alone too." - I "I’ll get the easy life I wanted." + "I’ll get the easy life I wanted." pause .5 - I "So why the fuck do I feel absolutely empty right now?" + "So why the fuck do I feel absolutely empty right now?" pause .5 show anon sad with dissolve - I "I sigh and slump over on the stairs." + "I sigh and slump over on the stairs." A "Can today get any worse?" pause .5 @@ -1755,19 +1770,19 @@ label chapter_5: St "Karma would suggest yes." pause .5 - I "Oh." + "Oh." show anon neutral flip with dissolve - I "You know,{w=.4} I always thought that tempting fate thing was just a dumb cliche." + "You know,{w=.4} I always thought that tempting fate thing was just a dumb cliche." - I "It still is.{w=.4} But maybe Stella has a good point about astrology." + "It still is.{w=.4} But maybe Stella has a good point about astrology." pause .5 show stella explanatory St "Rosa!{w=.4} I found our errant runaway!" show stella neutral with Dissolve(.25) - I "I hear the shrill screech of a latina banshee approach." + "I hear the shrill screech of a latina banshee approach." show rosa angry flip behind anon: yalign 0.2 xalign 2.6 @@ -1805,17 +1820,17 @@ label chapter_5: scene black with Fade(1, 0, 1) - I "The next few hours were grueling hell." + "The next few hours were grueling hell." - I "Carrying bags of the most rancid smelling fertilizer back and forth{cps=*.1}...{/cps}" + "Carrying bags of the most rancid smelling fertilizer back and forth{cps=*.1}...{/cps}" - I "Clearing entire sections of flowerbed of weeds using only a trowel{cps=*.1}...{/cps}" + "Clearing entire sections of flowerbed of weeds using only a trowel{cps=*.1}...{/cps}" - I "Tilling the same flowerbeds by hand{cps=*.1}...{/cps}" + "Tilling the same flowerbeds by hand{cps=*.1}...{/cps}" pause .5 stop music fadeout 4 - I "I don’t think the phrase ‘backbreaking labor’ was supposed to be literal." + "I don’t think the phrase ‘backbreaking labor’ was supposed to be literal." pause .5 play ambient 'audio/effects/outdoorNatureLoop.ogg' fadein 3 @@ -1831,17 +1846,17 @@ label chapter_5: Ro "As is expected of hombres!" pause .5 - I "I could already tell that by the end of the day I would have crippling arthritis." + "I could already tell that by the end of the day I would have crippling arthritis." pause .5 - I "Fang returns eventually,{w=.4} but still won’t talk to me and just sticks nearby cutting vines." + "Fang returns eventually,{w=.4} but still won’t talk to me and just sticks nearby cutting vines." - I "Only an hour has passed,{w=.4} but I’m about ready to sleep for days." + "Only an hour has passed,{w=.4} but I’m about ready to sleep for days." Ro "An-{w=.2}on!{w=.4} We will now be replanting the flowers you destroyed!" show rosa considering with Dissolve(.25) - I "‘Destroyed’ is a harsh word{cps=*.1}...{/cps}" + "‘Destroyed’ is a harsh word{cps=*.1}...{/cps}" pause .5 A "But I don’t know anything about planting-" @@ -1852,7 +1867,7 @@ label chapter_5: easein_cubic 1 xalign 0.2 extend "Come here,{w=.2} now,{w=.4} I’ll teach you!" - I "She motions me to get on my knees next to her and hands me a clump of dirt with a juvenile daisy in it." + "She motions me to get on my knees next to her and hands me a clump of dirt with a juvenile daisy in it." pause .5 show anon behind rosa: @@ -1865,13 +1880,13 @@ label chapter_5: show rosa considering with Dissolve(.25) pause .25 - I "I somehow almost drop the flower." + "I somehow almost drop the flower." A "Y-{w=.2}yeah{cps=*.1}...{/cps}" - I "I don’t even {i}want{/i} to think what would happen if I mess up a third time." + "I don’t even {i}want{/i} to think what would happen if I mess up a third time." - I "Rosa points up at Fang,{w=.5} who is still aggressively trimming back the vines." + "Rosa points up at Fang,{w=.5} who is still aggressively trimming back the vines." show rosa neutral flip with Dissolve(.25) Ro "Fang,{w=.4} do you want to plant some,{w=.2} too?" @@ -1881,22 +1896,22 @@ label chapter_5: pause .5 show rosa considering with Dissolve(.25) - I "With a practiced hand Rosa clears out a cylindrical hole deep enough for the clump to go in." + "With a practiced hand Rosa clears out a cylindrical hole deep enough for the clump to go in." Ro "Okay,{w=.3} it’s ready." show rosa considering with Dissolve(.25) - I "My arms are practically rubber from today’s work and are faltering to the point pieces of dirt are being shaken off." + "My arms are practically rubber from today’s work and are faltering to the point pieces of dirt are being shaken off." - I "A little bit from the hole,{w=.4} I have to catch the whole thing when it slips from my grip." + "A little bit from the hole,{w=.4} I have to catch the whole thing when it slips from my grip." - I "Rosa puts her hands around mine to steady them before I drop it for real." + "Rosa puts her hands around mine to steady them before I drop it for real." Ro "{cps=*.2}Veeery {/cps}easy,{w=.4} like this{cps=*.1}...{/cps}" - I "The bulb is placed in the hole and we let go." + "The bulb is placed in the hole and we let go." - I "Rosa quickly fills up the patch of dirt with the trowel,{w=.4} leaving only the stem and flower visible." + "Rosa quickly fills up the patch of dirt with the trowel,{w=.4} leaving only the stem and flower visible." pause .5 show rosa: @@ -1918,7 +1933,7 @@ label chapter_5: show anon: easein_cubic 1 xalign 0.8 show anon sad flip with Dissolve(.25) - I "A keening whine rumbles from my mouth." + "A keening whine rumbles from my mouth." A "Can’t I just take the beating instead?{w=.4} Please?" pause .5 @@ -1938,16 +1953,16 @@ label chapter_5: play music 'audio/OST/Appreciating her Company.ogg' fadein 1.0 pause .5 - I "Fang’s chuckle helps to lighten my mood immensely." + "Fang’s chuckle helps to lighten my mood immensely." - I "Maybe{cps=*.1}...{/cps}" + "Maybe{cps=*.1}...{/cps}" pause .5 scene black with Fade(1, 0, 1) - I "I continue replanting flowers under Rosa’s caring yet Orwellian supervision." + "I continue replanting flowers under Rosa’s caring yet Orwellian supervision." - I "At noon the bellowing of our principal calls us back up to the front of the school." + "At noon the bellowing of our principal calls us back up to the front of the school." scene outside school show spears neutral flip: @@ -1965,7 +1980,7 @@ label chapter_5: Sp "I hope that through your hard work all of you learned a valuable lesson." - I "I catch Fang rolling her eyes from the corner of my vision." + "I catch Fang rolling her eyes from the corner of my vision." Sp "Please do stay safe on your way home,{w=.4} and try to keep out of trouble in the future." pause .5 @@ -1994,7 +2009,7 @@ label chapter_5: show stella: easein 1 xalign 1.0 with dissolve - I "Stella approaches holding a covered pot and paper plates." + "Stella approaches holding a covered pot and paper plates." show rosa neutral flip with dissolve Ro "I made lunch for everyone!!" @@ -2003,7 +2018,7 @@ label chapter_5: show anon neutral show fang happy with Dissolve(.25) - I "The small crowd gets a bit more energetic." + "The small crowd gets a bit more energetic." Ro "Home cooked Mole Poblano!{w=.4} Enough for seconds and thirds!" @@ -2019,21 +2034,21 @@ label chapter_5: show anon: easein_cubic 1 xalign -0.1 - I "I graciously accept a plate and stack it high with salty-sweet goodness." + "I graciously accept a plate and stack it high with salty-sweet goodness." pause .5 - I "The hot food is absolutely heavenly,{w=.5} reinvigorating me as I bite into the mexican meal." + "The hot food is absolutely heavenly,{w=.5} reinvigorating me as I bite into the mexican meal." F "Mmmm{cps=*.1}...{/cps}{w=.4} so filling{cps=*.1}...{/cps}" A "Yeah{cps=*.1}...{/cps}{w=.4} wish I could cook like that{cps=*.1}...{/cps}" pause .5 - I "Wait." + "Wait." - I "I look around and see that the only ones left are Rosa,{w=.3} Stella,{w=.3} Fang{w=.3} and I." + "I look around and see that the only ones left are Rosa,{w=.3} Stella,{w=.3} Fang{w=.3} and I." - I "Even Spears has gone home." + "Even Spears has gone home." pause .5 A "Fang,{w=.5} ab-" @@ -2052,9 +2067,9 @@ label chapter_5: show rosa considering flip show anon neutral with dissolve - I "I don’t really{cps=*.1}...{/cps}{w=.3} get compliments." + "I don’t really{cps=*.1}...{/cps}{w=.3} get compliments." - I "It’s just circumstance,{w=.4} it’s not like I'm actually any less lazy or unskilled." + "It’s just circumstance,{w=.4} it’s not like I'm actually any less lazy or unskilled." play ambient 'audio/effects/outdoorNatureLoop.ogg' fadein 4 stop music fadeout 4 @@ -2067,9 +2082,9 @@ label chapter_5: show stella neutral flip pause .5 - I "These guys aren’t half bad." + "These guys aren’t half bad." - I "I thought they were slave drivers,{w=.4} but then again I did ruin their hard work." + "I thought they were slave drivers,{w=.4} but then again I did ruin their hard work." pause .5 play music 'audio/OST/Dino Destiny Reader.ogg' @@ -2096,7 +2111,7 @@ label chapter_5: show stella neutral flip with Dissolve(.25) St "Why do you ask?{w=.5} {nw}" show stella explanatory flip - extend "{cps=*.2}Ooh,{/cps}{w=.4} are you interested in it,{w=.2} too?!" + extend "{cps=*.2}Ooh,{/cps}{w=.4} are you interested in it,{w=.15} too?!" show stella neutral flip with Dissolve(.25) A "I,{w=.3} err{cps=*.1}...{/cps}{w=.4} maybe some other time,{w=.2} Stella." @@ -2106,34 +2121,34 @@ label chapter_5: scene black with fade pause .5 - I "The rest of lunch passes by without incident,{w=.4} and I’m left savoring Rosa’s delicious cooking." + "The rest of lunch passes by without incident,{w=.4} and I’m left savoring Rosa’s delicious cooking." - I "Like they say,{w=.3} the first rule of Mexican food:{w=.5} the more it looks like raw sewage,{w=.3} the better it tastes." + "Like they say,{w=.3} the first rule of Mexican food:{w=.5} the more it looks like raw sewage,{w=.3} the better it tastes." - I "The next two hours of work fly by relatively quickly without Rosa and Stella breathing down my neck." + "The next two hours of work fly by relatively quickly without Rosa and Stella breathing down my neck." pause .5 - I "Replant the rest of the flowers I had crushed,{w=.4} all done by me." + "Replant the rest of the flowers I had crushed,{w=.4} all done by me." pause .5 - I "Collect all of the discarded vines and clippings into compost bins,{w=.4} all done by me." + "Collect all of the discarded vines and clippings into compost bins,{w=.4} all done by me." pause .5 - I "Carry all of the tools back into the maintenance shed." + "Carry all of the tools back into the maintenance shed." - I "Take a guess who did it." + "Take a guess who did it." stop music fadeout 3 pause .5 - I "Fang stuck around for some reason,{w=.4} even though I don’t think she had any other work to do." + "Fang stuck around for some reason,{w=.4} even though I don’t think she had any other work to do." - I "But now my prison sentence is finally over and I’m free to go." + "But now my prison sentence is finally over and I’m free to go." play music 'audio/OST/west_coast_kicking.ogg' fadein 1.0 pause .5 - I "My feet hurt,{w=.4} my arms hurt,{w=.4} my back hurts." + "My feet hurt,{w=.4} my arms hurt,{w=.4} my back hurts." pause .5 scene garden @@ -2154,7 +2169,7 @@ label chapter_5: pause .5 show dimmer_darker behind anon, rosa, stella with Dissolve(.25) - I "{cps=*.4}I just want to go home.{/cps}" + "{cps=*.4}I just want to go home.{/cps}" show stella neutral hide dimmer_darker @@ -2170,12 +2185,12 @@ label chapter_5: pause .2 show anon neutral with Dissolve(.25) hide anon with dissolve - I "I walk away before either of them can push joining their club further.{w=.4} I’m too tired to argue." + "I walk away before either of them can push joining their club further.{w=.4} I’m too tired to argue." - scene flower garden with Dissolve(1) + scene flower garden with fade pause .5 - I "Fang seems to have disappeared,{w=.4} guess she didn’t want to stick around longer than she had to after all." + "Fang seems to have disappeared,{w=.4} guess she didn’t want to stick around longer than she had to after all." pause .5 show anon neutral: @@ -2185,9 +2200,9 @@ label chapter_5: with dissolve pause 1 show anon neutral flip with dissolve - I "As I pass by some of the gardens I take a moment to admire my handiwork." + "As I pass by some of the gardens I take a moment to admire my handiwork." - I "As much as I didn’t want to be here,{w=.4} I have to admit they look a lot cleaner than before." + "As much as I didn’t want to be here,{w=.4} I have to admit they look a lot cleaner than before." pause .5 show fang neutral flip: @@ -2202,13 +2217,13 @@ label chapter_5: show anon: ease 0.5 xalign 0.2 show anon neutral with Dissolve(.25) - I "Fang’s sudden appearance from behind me makes me flinch.{w=.4} I guess she stuck around after all." + "Fang’s sudden appearance from behind me makes me flinch.{w=.4} I guess she stuck around after all." show fang happy flip with Dissolve(.25) F "A wimp like you could use it,{w=.2} too." pause .5 - I "So now Fang is suddenly talking to me,{w=.3} again?" + "So now Fang is suddenly talking to me,{w=.3} again?" A "Yeah,{w=.4} sure{cps=*.1}...{/cps}" pause .5 @@ -2217,17 +2232,17 @@ label chapter_5: F "Now all the important and beautiful plants can thrive without any of the useless weeds choking them up and holding them back." pause .5 - I "Oh right,{w=.4} I almost forgot Fang thinks people like me are barely worth the oxygen." + "Oh right,{w=.4} I almost forgot Fang thinks people like me are barely worth the oxygen." - I "Not that I really blame her after earlier." + "Not that I really blame her after earlier." pause .5 A "Yeah,{w=.2} well,{w=.4} don’t let the weeds like me get in your way{cps=*.1}...{/cps}" show anon neutral flip with dissolve - I "I sigh and turn away from Fang,{w=.4} beginning my very achy walk home." + "I sigh and turn away from Fang,{w=.4} beginning my very achy walk home." - I "Time to go and sleep for twenty hours." + "Time to go and sleep for twenty hours." pause .5 show anon: @@ -2238,7 +2253,7 @@ label chapter_5: easein_cubic 0.5 xalign 1.1 F "Anon,{w=.5} wait." - I "I stop in my tracks.{w=.4} Now what does she want?" + "I stop in my tracks.{w=.4} Now what does she want?" show anon neutral with dissolve pause .5 @@ -2254,7 +2269,7 @@ label chapter_5: F "It’s not the concert I’m upset about." pause .5 - I "What?" + "What?" A "It’s not?" @@ -2273,7 +2288,7 @@ label chapter_5: A "I{cps=*.1}...{/cps}{w=.3} is this why you stuck around earlier?" - I "She hesitates before nodding,{w=.4} like she needed to convince herself." + "She hesitates before nodding,{w=.4} like she needed to convince herself." F "Not that it matters but{cps=*.1}...{/cps}{w=.3} I’m sorry too." @@ -2294,7 +2309,7 @@ label chapter_5: F "Plus you kinda look like one,{w=.2} too." pause .5 - I "Fucking rude." + "Fucking rude." pause .5 A "That’s like the nicest thing I think I’ve ever heard you say." @@ -2303,7 +2318,7 @@ label chapter_5: F "Now you’re pushing it." pause .5 - I "I let out a sigh of relief.{w=.4} Can’t say that’s how I expected this conversation to go." + "I let out a sigh of relief.{w=.4} Can’t say that’s how I expected this conversation to go." pause .5 A "I guess we’re both assholes,{w=.2} then{cps=*.1}...{/cps}" @@ -2317,7 +2332,7 @@ label chapter_5: A "So,{w=.2} uh{cps=*.1}...{/cps}{w=.3} why do you know so much about mushrooms,{w=.2} exactly?{w=.5} Reed?" show fang happy flip with Dissolve(.25) - I "Fang gives me a sideways glance and smiles a bit." + "Fang gives me a sideways glance and smiles a bit." F "Spend enough time around Stella and Rosa and you pick up a few gardening facts." @@ -2347,12 +2362,12 @@ label chapter_5: show fang happy with Dissolve(.25) hide fang with dissolve - I "Fang strolls away,{w=.4} humming some tune I’ve never heard." + "Fang strolls away,{w=.4} humming some tune I’ve never heard." - I "Left alone now with just my thoughts I find myself feeling a great weight lift from me." + "Left alone now with just my thoughts I find myself feeling a great weight lift from me." pause .5 - I "Friends,{w=.3} huh{cps=*.1}...{/cps}{w=.4} I can’t recall the last time I had a legitimate friend{cps=*.1}...{/cps}" + "Friends,{w=.3} huh{cps=*.1}...{/cps}{w=.4} I can’t recall the last time I had a legitimate friend{cps=*.1}...{/cps}" pause .5 A "{i}\"Some people certainly aren’t.\"{/i}" @@ -2370,9 +2385,9 @@ label chapter_5: scene black with fade pause .5 - I "I set off for my apartment,{w=.4} body sore but spirit soaring." + "I set off for my apartment,{w=.4} body sore but spirit soaring." - I "{cps=*.05}...{/cps}" + "{cps=*.05}...{/cps}" pause 1 #Heart to Heart @@ -2380,42 +2395,42 @@ label chapter_5: play music 'audio/OST/punk_revamp.ogg' fadein 1 pause 1 - I "One month now.{w=.75} Five to go and I’ve found myself in a predicament." + "One month now.{w=.75} Five to go and I’ve found myself in a predicament." pause .5 - I "I’m enjoying my time with Fang." + "I’m enjoying my time with Fang." pause .5 - I "Most of the time just talking about stupid shit." + "Most of the time just talking about stupid shit." - I "Like our mutual love for wire-fu and comedy movies." + "Like our mutual love for wire-fu and comedy movies." pause .5 - I "{alpha=*0.5}{i}We are both ventriloquists,{w=.2} ventriloquists,{w=.2} ventriloquists.{w=.4} We are both ventriloquists{w=.1} and we practice every day.{/i}{/alpha}" + "{alpha=*0.5}{i}We are both ventriloquists,{w=.2} ventriloquists,{w=.2} ventriloquists.{w=.4} We are both ventriloquists{w=.1} and we practice every day.{/i}{/alpha}" F "{alpha=*0.5}{i}He carries a basket{/i}{/alpha}" A "{alpha=*0.5}{i}He carries a paper roll{/i}{/alpha}" - I "{alpha=*0.5}{i}and we don’t have cysts.{w=.5} But there is one thing that’s for sure my friends,{w=.4} we are ventriloquists.{/i}{/alpha}" + "{alpha=*0.5}{i}and we don’t have cysts.{w=.5} But there is one thing that’s for sure my friends,{w=.4} we are ventriloquists.{/i}{/alpha}" pause .5 - I "Almost every day now I’m either at her desk helping her in Science or working on a lab with her." + "Almost every day now I’m either at her desk helping her in Science or working on a lab with her." - I "Or she’s sat next to me decrypting the mystical arts of Not Sucking at Music." + "Or she’s sat next to me decrypting the mystical arts of Not Sucking at Music." pause .5 - I "I’m talking more with her than anyone I’ve ever talked with." + "I’m talking more with her than anyone I’ve ever talked with." - I "Not to mention lunch and after school.{w=.5} It’s less hiding from the tangerine tyrant and Naser these days and more spending time with Fang and Reed." + "Not to mention lunch and after school.{w=.5} It’s less hiding from the tangerine tyrant and Naser these days and more spending time with Fang and Reed." - I "Even if he’s constantly checked out." + "Even if he’s constantly checked out." pause .5 - I "And smells of burnt skunk." + "And smells of burnt skunk." pause .5 - I "The fuck is he on,{w=.2} anyway?!" + "The fuck is he on,{w=.2} anyway?!" pause .5 scene auditorium @@ -2430,7 +2445,7 @@ label chapter_5: Re "It’s carfe,{w=.2} bro{cps=*.1}...{/cps}" show reed neutral flip with Dissolve(.25) - I "{cps=*.1}...{/cps}What?" + "{cps=*.1}...{/cps}What?" show reed considering flip Re "Carfentanyl." @@ -2438,25 +2453,25 @@ label chapter_5: show reed neutral flip with Dissolve(.25) pause .25 - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" - I "Whatever." + "Whatever." - I "Fang and the gang{w=.3} (heh){w=.3} are pretty alright." + "Fang and the gang{w=.3} (heh){w=.3} are pretty alright." pause .5 - I "Trish though{cps=*.1}...{/cps}" + "Trish though{cps=*.1}...{/cps}" - I "Every day she gives me the same look of distrust and a put-upon sigh." + "Every day she gives me the same look of distrust and a put-upon sigh." - I "As if I’m some kind of chore to deal with." + "As if I’m some kind of chore to deal with." pause .5 - I "Whatever.{w=.4} S’not like she matters in the long run." + "Whatever.{w=.4} S’not like she matters in the long run." - I "But I find myself having these weird thoughts lately." + "But I find myself having these weird thoughts lately." - I "Like,{w=.3} is any of this real or not?" + "Like,{w=.3} is any of this real or not?" pause .5 show anon: @@ -2469,9 +2484,9 @@ label chapter_5: show dimmer_light behind anon with Dissolve(.25) - I "I tumble backwards." + "I tumble backwards." - I "Off of the stage." + "Off of the stage." hide dimmer_light play sound 'audio/effects/whoosh.ogg' @@ -2485,7 +2500,7 @@ label chapter_5: with vpunch pause 1 - I "Woah" + "Woah" pause .5 A "ow{cps=*.1}...{/cps}" @@ -2494,9 +2509,9 @@ label chapter_5: Re "Bro{cps=*.1}.....{/cps}{w=.3} that sucks{cps=*.1}.....{/cps}" show reed neutral flip with Dissolve(.25) - I "It’s lunch time now,{w=.4} and I guess I dozed off." + "It’s lunch time now,{w=.4} and I guess I dozed off." - I "Too many late night ‘study’ sessions." + "Too many late night ‘study’ sessions." show reed unimpressed flip with Dissolve(.25) Re "You like{cps=*.1}...{/cps}{w=.3} need help?" @@ -2521,7 +2536,7 @@ label chapter_5: show anon: easein 0.5 yalign -0.45 alpha 1 - I "I hobble to my feet,{w=.4} feeling out the bruise blossoming on my shoulder." + "I hobble to my feet,{w=.4} feeling out the bruise blossoming on my shoulder." show anon: alpha 1 yalign -0.45 pause .5 @@ -2529,7 +2544,7 @@ label chapter_5: A "Hrrrrg{cps=*.1}...{/cps}{w=.3} stupid fuckin’ stage." show anon neutral with dissolve - I "I consider jumping back up,{w=.4} but find the stairs up more appealing." + "I consider jumping back up,{w=.4} but find the stairs up more appealing." pause .5 show anon: @@ -2553,9 +2568,9 @@ label chapter_5: play music 'audio/OST/i_have_no_clue_what_im_doing.ogg' pause 1 - I "Going up the stairs,{w=.3} Trish suddenly grabs my shoulder,{w=.4} pinning it to the wall." + "Going up the stairs,{w=.3} Trish suddenly grabs my shoulder,{w=.4} pinning it to the wall." - I "She leans in close,{w=.4} looking me dead in the eyes." + "She leans in close,{w=.4} looking me dead in the eyes." pause .5 A "Uhh{cps=*.1}...{/cps}" @@ -2569,27 +2584,27 @@ label chapter_5: T "Something’s up with Fang today." show trish considering flip with Dissolve(.25) - I "She gestures to where Fang is sitting." + "She gestures to where Fang is sitting." pause .5 - I "Fang’s picking at her lunch with a fork,{w=.4} not eating a bite." + "Fang’s picking at her lunch with a fork,{w=.4} not eating a bite." - I "Now that I think about it,{w=.4} she has been a bit distant today." + "Now that I think about it,{w=.4} she has been a bit distant today." pause .5 T "They’ve been like this since band practice yesterday." pause .5 - I "Wait,{w=.4} what?" + "Wait,{w=.4} what?" show trish unimpressed flip with Dissolve(.25) pause .25 T "Did you do something to them?" pause .5 - I "Do something?{w=.4} What does she mean?" + "Do something?{w=.4} What does she mean?" - I "She doesn't think that Fang and I{cps=*.1}...{/cps}" + "She doesn't think that Fang and I{cps=*.1}...{/cps}" pause .5 # B: what is THIS @@ -2630,7 +2645,7 @@ label chapter_5: A "Look,{w=.4} we’ve got music next.{w=.5} I’ll ask Fang what’s up then." pause .5 - I "Trish glowers.{w=.5} We both glance at Fang to see her still sitting there with her untouched food." + "Trish glowers.{w=.5} We both glance at Fang to see her still sitting there with her untouched food." show trish: easein_cubic 1 xalign 0.55 @@ -2641,13 +2656,13 @@ label chapter_5: pause .5 show trish considering flip with Dissolve(.25) - I "Trish’s mouth shuts with a click." + "Trish’s mouth shuts with a click." - I "I stare her down." + "I stare her down." pause .5 show trish unimpressed flip with Dissolve(.25) - I "Her eyes harden and she finally speaks." + "Her eyes harden and she finally speaks." pause .5 show trish annoyed flip with dissolve @@ -2656,7 +2671,7 @@ label chapter_5: T "{cps=*.1}...{/cps}Fine{cps=*.1}...{/cps}{w=.3} but you better not fuck up." show trish unimpressed flip with dissolve - I "She lets go of my shoulder,{w=.4} stuffing her hands in her jacket pockets with a huff." + "She lets go of my shoulder,{w=.4} stuffing her hands in her jacket pockets with a huff." pause .5 show trish: @@ -2669,9 +2684,9 @@ label chapter_5: easein_cubic 1.5 yalign 0.1 xalign 0.4 pause .5 - I "I finally return to where I was sitting on the stage to continue finishing my lunch." + "I finally return to where I was sitting on the stage to continue finishing my lunch." - I "Right when I plant myself on the ground Reed speaks up." + "Right when I plant myself on the ground Reed speaks up." show anon: easein 1 xalign 0.0 @@ -2715,12 +2730,25 @@ label chapter_5: play sound 'audio/effects/whoosh.ogg' show trish: easein_back 0.5 xalign 0.65 + + show orangeslice: + xanchor 0.5 yanchor 0.5 + xpos 0.55 ypos 0.5 zoom 0.3 + linear 0.2 align (.3, .15) knot (0.4, 0.1) rotate 180 + # B: previous iteration of this animation commented out + # easein_quart 0.25 xalign -0.3 #-0.275 + # easein 0.25 xalign -0.275 pause .2 play sound 'audio/effects/slapStickPunch.ogg' + show orangeslice: + easein_cubic 0.5 xpos 0.28 show anon: easein_cubic 0.5 xalign -0.05 + pause 0.5 + show orangeslice: + easeout_cubic 0.5 ypos 1.1 rotate 360 - I "Trish throws an orange slice at me." + "Trish throws an orange slice at me." show trish neutral flip with Dissolve(.25) show reed explanatory flip @@ -2728,13 +2756,13 @@ label chapter_5: show reed neutral flip with Dissolve(.25) pause .25 - I "I can’t think of anything that would be appropriate around normal highschoolers." + "I can’t think of anything that would be appropriate around normal highschoolers." pause .5 show trish: easein_cubic 1 xalign 0.5 show trish happy with Dissolve(.25) - I "Trish raises her hand and jumps in place." + "Trish raises her hand and jumps in place." T "How about the Count of Monte Cristo?" @@ -2756,7 +2784,7 @@ label chapter_5: show trish neutral flip with Dissolve(.25) pause .5 - I "Trish and Reed stop and stare at me." + "Trish and Reed stop and stare at me." pause .5 T "{cps=*.1}...{/cps}" @@ -2764,14 +2792,14 @@ label chapter_5: Re "{cps=*.1}...{/cps}" pause .5 - I "Crap,{w=.4} was it something I said?" + "Crap,{w=.4} was it something I said?" pause .5 show trish explanatory flip T "What-" play sound 'audio/effects/schoolBell.ogg' - I "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}" + "{cps=*20}{i}DING-{w=0.7}DONG {w=0.65}BING-{w=0.7}BONG{/i}{/cps}" show trish considering flip with Dissolve(.25) pause 0.5 @@ -2779,14 +2807,14 @@ label chapter_5: play music 'audio/OST/The.ogg' fadein 1.0 stop sound fadeout 1 - I "Saved by the bell!" + "Saved by the bell!" - I "I look to Fang and-" + "I look to Fang and-" pause .5 - I "Oh." + "Oh." - I "When did she leave?" + "When did she leave?" pause .5 A "Oh,{w=.3} Fang left already.{w=.4} I’ll go catch up with her." @@ -2801,9 +2829,9 @@ label chapter_5: scene black with fade - I "I make record time out of the auditorium,{w=.4} leaving a still confused Trish and Reed." + "I make record time out of the auditorium,{w=.4} leaving a still confused Trish and Reed." - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" stop music fadeout 3 pause .5 @@ -2811,35 +2839,35 @@ label chapter_5: play ambient 'audio/effects/classroomLoop.ogg' fadein 3 - I "Fang isn’t in music class when I get there." + "Fang isn’t in music class when I get there." - I "I tap out a quick message to her on my phone.{w=.4} I take a spot next to her seat and wait." + "I tap out a quick message to her on my phone.{w=.4} I take a spot next to her seat and wait." - I "Maybe she just needed to use the bathroom." + "Maybe she just needed to use the bathroom." - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" pause .5 - I "It’s been about twenty minutes." + "It’s been about twenty minutes." - I "I’m starting to get worried." + "I’m starting to get worried." pause .5 T "{i}{alpha=0.75}\"Something’s up with Fang today.\"{/alpha}{/i}" pause .5 - I "Hmmm{cps=*.1}...{/cps}" + "Hmmm{cps=*.1}...{/cps}" show anonphone with easeinbottom - I "I looked at my phone,{w=.4} and the message I sent her way just before class started." + "I looked at my phone,{w=.4} and the message I sent her way just before class started." A "\"Hey. Wanna talk?\"{fast}" pause .5 - I "Still unseen?" + "Still unseen?" - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" hide anonphone with easeoutbottom pause .5 @@ -2847,31 +2875,31 @@ label chapter_5: T "{alpha=0.75}{i}\"You better not fuck up.\"{/i}{/alpha}" pause .5 - I "God damn it." + "God damn it." pause .5 A "Mr. Jingo! I need to use the bathroom!" stop ambient fadeout 3 - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" scene hallway with Dissolve(1) - I "One guitar-shaped bathroom pass later I’m scrambling through the halls." + "One guitar-shaped bathroom pass later I’m scrambling through the halls." pause .5 - I "If I were a non-binary teenage pterodon having a crisis,{w=.4} where would I hide?" + "If I were a non-binary teenage pterodon having a crisis,{w=.4} where would I hide?" - I "Someplace only Fang would go{cps=*.1}...{/cps}" + "Someplace only Fang would go{cps=*.1}...{/cps}" pause .5 - I "The family bathrooms!" + "The family bathrooms!" - I "There are only two in the building." + "There are only two in the building." - I "I sprint to the first bathroom,{w=.4} closer to the back of the school and nestled away in the special needs area." + "I sprint to the first bathroom,{w=.4} closer to the back of the school and nestled away in the special needs area." - I "My knuckles rap against the door,{w=.4} locked and preoccupied." + "My knuckles rap against the door,{w=.4} locked and preoccupied." pause .5 A "Fang?{w=.4} You’re missing class and I seriously need help with this sheet music." @@ -2883,7 +2911,7 @@ label chapter_5: unknown "{cps=*.4}The one you seek is elsewhere.{/cps}" pause .5 - I "Who the fuck{cps=*.1}...{/cps}{w=.3} Wait{cps=*.1}...{/cps}" + "Who the fuck{cps=*.1}...{/cps}{w=.3} Wait{cps=*.1}...{/cps}" A "You’re that weird stego chick{cps=*.1}...{/cps}{w=.3} Stella?" pause .5 @@ -2895,52 +2923,52 @@ label chapter_5: St "{cps=*.1}...{/cps}Not here{cps=*.1}...{/cps}{w=.3} Can you please leave?{w=.4} I have a nervous bladder." pause .5 - I "I turn away from the door and sprint to the front of the school where the other bathroom is." + "I turn away from the door and sprint to the front of the school where the other bathroom is." - I "It’s while I’m moving briskly through the empty corridors of the school with un-tuned guitar in hand that I find divine providence." + "It’s while I’m moving briskly through the empty corridors of the school with un-tuned guitar in hand that I find divine providence." - I "Or rather." + "Or rather." - I "The feathers floating by the window provide me with the clue I need." + "The feathers floating by the window provide me with the clue I need." pause .5 - I "I look out the window,{w=.4} and while I can’t look up to see for sure,{w=.4} the shadow that she is casting on the ground below is enough verification required." + "I look out the window,{w=.4} and while I can’t look up to see for sure,{w=.4} the shadow that she is casting on the ground below is enough verification required." - I "My feet climb the steps easily,{w=.4} but my mind is ill at-ease." + "My feet climb the steps easily,{w=.4} but my mind is ill at-ease." - I "The hell is wrong with me right now." + "The hell is wrong with me right now." - I "Why do I feel anxious right now?" + "Why do I feel anxious right now?" pause .5 T "{alpha=0.75}{i}\"What did you do?\"{/i}{/alpha}" - I "What if I did do something?" + "What if I did do something?" pause .5 T "{alpha=0.75}{i}\"Fang and I have been friends for ten years now.\"{/i}{/alpha}" - I "I’ve known her for barely a month.{w=.5} And why is it my problem to fix?" + "I’ve known her for barely a month.{w=.5} And why is it my problem to fix?" pause .5 T "{alpha=0.75}{i}\"Not once have I seen them this upset.\"{/i}{/alpha}" stop music fadeout 4 pause .5 - I "I can’t stop the gnawing feeling in my chest." + "I can’t stop the gnawing feeling in my chest." pause .5 scene black with fade - I "I’m at the door to the roof now.{w=.6} It’s shut,{w=.4} but by the handle I notice a piece of cardboard tucked between the door and frame,{w=.4} keeping the latch open." + "I’m at the door to the roof now.{w=.6} It’s shut,{w=.4} but by the handle I notice a piece of cardboard tucked between the door and frame,{w=.4} keeping the latch open." pause .5 F "\"{i}Good job,{w=.3} dork.{/i}\"" - I "{i}Fang smirks a bit.{/i}" + "{i}Fang smirks a bit.{/i}" pause .5 - I "Damn it all.{w=.5} Fang’s problems first,{w=.4} then I can figure out my chest." + "Damn it all.{w=.5} Fang’s problems first,{w=.4} then I can figure out my chest." pause .5 play ambient 'audio/effects/outdoorNatureLoop.ogg' fadein 5 @@ -2948,12 +2976,12 @@ label chapter_5: with Fade(1, 1, 2, color="#fff") pause .5 - I "I open the door and am immediately blinded by the sun." + "I open the door and am immediately blinded by the sun." - I "I shade my eyes." + "I shade my eyes." pause .5 - I "The door clicks shut behind me." + "The door clicks shut behind me." A "Oh{cps=*.1}...{/cps}{w=.2} shit{cps=*.1}...{/cps}" pause .5 @@ -2967,7 +2995,7 @@ label chapter_5: show fang neutral flip extend "Anon?{cps=*.1}...{/cps}{w=.5} What’s with the guitar?" - I "Fang is sitting atop the stair enclosure looking down at me." + "Fang is sitting atop the stair enclosure looking down at me." pause .5 show anon neutral: @@ -2986,14 +3014,14 @@ label chapter_5: pause .5 # TODO: I can't really think of a good way to show this - I "I find the ladder easily enough and climb on top of the tiny hut." + "I find the ladder easily enough and climb on top of the tiny hut." pause .5 stop ambient fadeout 3 play music 'audio/OST/Appreciating her Company.ogg' fadein 1.0 pause 1 - I "Around Fang are scattered feathers." + "Around Fang are scattered feathers." pause 1 A "You alright?{w=.5} {cps=*.5}The feath-{/cps}" @@ -3001,17 +3029,17 @@ label chapter_5: F "Preening." pause 1 - I "What." + "What." pause .5 show fang considering flip with dissolve - I "Fang sighs.{w=.5} She holds one of her wings and gently brushes her fingers through the feathers." + "Fang sighs.{w=.5} She holds one of her wings and gently brushes her fingers through the feathers." pause .5 F "I’m preening my wing." pause .5 - I "She winces.{w=.6} A feather drifts to the floor." + "She winces.{w=.6} A feather drifts to the floor." pause .5 show anon: @@ -3033,10 +3061,10 @@ label chapter_5: show anon neutral flip with dissolve pause 1 - I "I sit down next to her and look out at Volcaldera Bluff.{w=.6} It’s a beautiful view." + "I sit down next to her and look out at Volcaldera Bluff.{w=.6} It’s a beautiful view." pause .5 - I "It’s a distraction." + "It’s a distraction." pause 1 F "You ever{cps=*.05}...{/cps}" @@ -3049,12 +3077,12 @@ label chapter_5: pause .5 jump .interrupt4b - I "There’s a time to speak and a time to listen." + "There’s a time to speak and a time to listen." pause .5 F "{cps=*.1}...{/cps}You ever feel like you just don’t matter?" - I "Fang stares at the vista of Volcaldera but her eyes are vacant." + "Fang stares at the vista of Volcaldera but her eyes are vacant." pause .5 F "I feel like no matter what I do,{w=.4} I’ll never be able to make something." @@ -3063,14 +3091,14 @@ label chapter_5: pause .5 show fang angry flip with dissolve - I "She growls." + "She growls." pause .5 F "Not once after all the work I’ve put into VVURM DRAMA has anyone ever told me it was good." show fang sad flip with dissolve pause .5 - I "Her eyes wetten.{w=.6} Her voice roughens.{w=.6} Her shoulders quake." + "Her eyes wetten.{w=.6} Her voice roughens.{w=.6} Her shoulders quake." F "Nobody's ever said{w=.2} ‘Good job,{w=.3} Fang!{w=.4} Can I get a copy of that last song on CD’." pause .5 @@ -3099,13 +3127,13 @@ label chapter_5: show fang very angry flip with Dissolve(.25) - I "Her hand curls into a fist.{w=.6} Her nails bite into her palm,{w=.4} and I can clearly see the minute trickle of blood." + "Her hand curls into a fist.{w=.6} Her nails bite into her palm,{w=.4} and I can clearly see the minute trickle of blood." F "How much harder do I have to try to get people to notice me!" show fang: easein_quart 1 xalign 0.5 - I "Her fist crashes down on the floor." + "Her fist crashes down on the floor." show fang ultra angry flip with Dissolve(.25) @@ -3116,9 +3144,9 @@ label chapter_5: F "\"Oh,{w=.2} Fang is the scene teen,{w=.5} better focus on the one that ISN’T broken so we don’t screw up again!\"" - I "She punctuated her shouts with her fist,{w=.4} striking the roof beneath her." + "She punctuated her shouts with her fist,{w=.4} striking the roof beneath her." - I "Her fist lands softly one final time,{w=.5} uncurling to reveal the bleeding grooves her sharp nails have left." + "Her fist lands softly one final time,{w=.5} uncurling to reveal the bleeding grooves her sharp nails have left." show fang ear cover flip with dissolve @@ -3138,7 +3166,7 @@ label chapter_5: F "{cps=*.1}...{/cps}" pause .5 - I "Watching her break apart,{w=.5} it’s causing the dull pain in my chest to intensify." + "Watching her break apart,{w=.5} it’s causing the dull pain in my chest to intensify." pause .5 F "Why can’t I be popular like him?" @@ -3149,7 +3177,7 @@ label chapter_5: show fang very sad flip with dissolve pause .5 - I "Fang deflates completely.{w=.6} All her anger gone,{w=.4} replaced with melancholy." + "Fang deflates completely.{w=.6} All her anger gone,{w=.4} replaced with melancholy." pause .5 F "Naser doesn’t have to try at all!" @@ -3168,7 +3196,7 @@ label chapter_5: show fang hiding flip with dissolve pause .5 - I "She grabs her knees and buries her face in her lap." + "She grabs her knees and buries her face in her lap." A "{cps=*.05}...{/cps}" pause .5 @@ -3187,9 +3215,9 @@ label chapter_5: show fang sad flip with Dissolve(1) - I "She picks her head up." + "She picks her head up." - I "Rivulets of tears and orange eyeliner run down her cheeks and leave bright stains on her knees." + "Rivulets of tears and orange eyeliner run down her cheeks and leave bright stains on her knees." pause .5 show fang sad with dissolve @@ -3246,7 +3274,7 @@ label chapter_5: show fang anguish with Dissolve(1) pause .5 - I "She wipes a tear with one of her hands,{w=.5} but leaves a bloody smudge instead." + "She wipes a tear with one of her hands,{w=.5} but leaves a bloody smudge instead." pause .5 F "Naser knows who he is." @@ -3257,7 +3285,7 @@ label chapter_5: A "{cps=*.05}...{/cps}" pause .5 - I "Do I step in now{cps=*.1}...?{/cps}" + "Do I step in now{cps=*.1}...?{/cps}" pause .5 menu: @@ -3334,9 +3362,9 @@ label chapter_5: show fang: easein_cubic 1 xalign 0.25 - I "She looks to me desperately,{w=.4} at a loss for words." + "She looks to me desperately,{w=.4} at a loss for words." - I "{cps=*.05}...{/cps}" + "{cps=*.05}...{/cps}" pause .5 menu: @@ -3367,7 +3395,7 @@ label chapter_5: F "You’re always so sure of yourself,{w=.4} yet here you are listening to me in a crisis and you can’t say anything?!" - I "Fang grips my jacket with both hands,{w=.4} digging in." + "Fang grips my jacket with both hands,{w=.4} digging in." pause .5 scene fangroofcry with Dissolve(.25) @@ -3384,7 +3412,7 @@ label chapter_5: F "When you got here a few weeks ago you were just some nobody kid without friends who lives alone on financial assistance!" - I "She’s shaking my arm around." + "She’s shaking my arm around." pause .5 F "And now everyone I know is friends with you!" @@ -3395,7 +3423,7 @@ label chapter_5: F "WHAT IS IT WITH YOU THAT YOU CAN LACK AN IDENTITY BUT KNOW EXACTLY WHO YOU ARE?!" pause 1 - I "Honestly I{cps=*.1}...{/cps}" + "Honestly I{cps=*.1}...{/cps}" A "{size=-5}dunno{/size}" pause .5 @@ -3408,9 +3436,9 @@ label chapter_5: F "You’re{cps=*.1}...{/cps} you?" pause .5 - I "I struggle to find the right words." + "I struggle to find the right words." - I "Fang stares pleadingly.{w=.5} Eventually she buries her eyes in my jacket arm." + "Fang stares pleadingly.{w=.5} Eventually she buries her eyes in my jacket arm." pause .5 A "It's like{cps=*.1}..{/cps}{w=.4} I don’t know{cps=*.1}...{/cps}" @@ -3421,7 +3449,7 @@ label chapter_5: A "It needs to happen naturally." pause .5 - I "Fang looks up from my arm." + "Fang looks up from my arm." F "Naturally{cps=*.1}...?{/cps}" @@ -3443,9 +3471,9 @@ label chapter_5: A "I'm the only me here,{w=.4} and I think it's safe to assume that there's several of you.{w=.6} Like,{w=.4} you don’t know,{w=.5} you said it yourself." pause .5 - I "Her fingers tighten around my arm." + "Her fingers tighten around my arm." - I "I’m not certain she’s breathing right now." + "I’m not certain she’s breathing right now." pause .5 A "And there’s tons of different people going through what you are right now,{w=.6} trying to force their egos,{w=.4} only to reject who they really are." @@ -3462,7 +3490,7 @@ label chapter_5: F "I have to{cps=*.1}...{/cps}{w=.3} figure it out myself{cps=*.1}...?{/cps}" pause .5 - I "Fang’s grip loosens." + "Fang’s grip loosens." pause .5 scene roof day @@ -3476,9 +3504,9 @@ label chapter_5: pause .5 show fang ear cover with dissolve - I "She puts her hands around her knees and lowers her head." + "She puts her hands around her knees and lowers her head." - I "Her expression is one of complete resignation." + "Her expression is one of complete resignation." pause .5 F "I don’t{cps=*.1}...{/cps}{w=.3} I can’t do anything on my own." @@ -3504,25 +3532,25 @@ label chapter_5: A "It doesn’t need to be all at once." pause .5 - I "Fang looks back to me and gives a sad smile." + "Fang looks back to me and gives a sad smile." F "{cps=*.1}...{/cps}Alright{cps=*.1}...{/cps}" pause .5 - I "She tries to dry her tears again,{w=.4} only to smudge her face with more blood and makeup." + "She tries to dry her tears again,{w=.4} only to smudge her face with more blood and makeup." - I "I remove my jacket and offer the sleeve to her." + "I remove my jacket and offer the sleeve to her." show fang sad with Dissolve(1) pause .25 - I "She sniffles,{w=.4} then grabs it to wipe her eyes." + "She sniffles,{w=.4} then grabs it to wipe her eyes." - I "{cps=*.1}...{/cps}It’s laundry day anyways." + "{cps=*.1}...{/cps}It’s laundry day anyways." show fang happy with dissolve - I "After returning my jacket,{w=.5} Fang looks to me again with a somber smile." + "After returning my jacket,{w=.5} Fang looks to me again with a somber smile." pause .5 A "Why did you come up here?" @@ -3554,7 +3582,7 @@ label chapter_5: F "{cps=*.4}I broke Naser’s wing.{/cps}" pause .7 - I "Ah.{w=.5} My foot tastes extra salty today." + "Ah.{w=.5} My foot tastes extra salty today." pause .5 F "We used to be really close.{w=.5} He looked up to me." @@ -3564,7 +3592,7 @@ label chapter_5: F "He had asked me if we could really fly." - I "Fang stretched her wings to highlight that." + "Fang stretched her wings to highlight that." pause .5 F "I said{w=.2} ‘of course’{cps=*.1}...{/cps}{w=.4} I looked away for a second{w=.3} and then it happened{cps=*.1}...{/cps}" @@ -3576,7 +3604,7 @@ label chapter_5: F "He jumped off the bluff." pause .5 - I "Her eyes become distant,{w=.5} and I can only guess just how vividly she’s reliving this moment of her past." + "Her eyes become distant,{w=.5} and I can only guess just how vividly she’s reliving this moment of her past." pause .5 F "I watched as he jumped.{w=.5} As he bounced off the cliff and into the water." @@ -3586,14 +3614,14 @@ label chapter_5: F "But the current{cps=*.1}...{/cps}{w=.3} Dad and the lifeguard had to go in because the current was too strong." - I "Her voice quakes as she’s engulfed in her memory." + "Her voice quakes as she’s engulfed in her memory." pause .5 F "When mom came with the medic-" show fang hiding flip with Dissolve(.25) - I "Fang chokes back a sob and continues." + "Fang chokes back a sob and continues." pause .5 F "Naser was{cps=*.1}...{/cps}{w=.4} I thought he was dead{cps=*.1}...{/cps}" @@ -3606,7 +3634,7 @@ label chapter_5: show fang very sad with dissolve F "My baby brother,{w=.3} just 9 years old,{w=.4} had jumped off the bluff,{w=.5} thinking he could fly!" - I "Fang’s eyes grow wet again." + "Fang’s eyes grow wet again." show anon behind fang: ease_cubic 1 xalign 0.7 @@ -3617,9 +3645,9 @@ label chapter_5: show fanganonhug with dissolve - I "Without a second thought I draw her into a hug,{w=.4} comforting her." + "Without a second thought I draw her into a hug,{w=.4} comforting her." - I "Her voice is muffled by my jacket but she continues." + "Her voice is muffled by my jacket but she continues." pause .5 F "I’m why his wing is a fucking mess.{w=.5} I did it{cps=*.1}...{/cps}" @@ -3635,16 +3663,16 @@ label chapter_5: A "Because you’re his sister." - I "Fang flinches in my arms,{w=.4} but doesn’t pull away." + "Fang flinches in my arms,{w=.4} but doesn’t pull away." pause .5 A "You’re the one that’s hurting,{w=.2} Fang.{w=.5} Not Naser." pause .5 - I "I surprised myself there.{w=.5} I honestly don’t know how I managed this conversation." + "I surprised myself there.{w=.5} I honestly don’t know how I managed this conversation." pause .5 - I "I let go of Fang and lean back,{w=.4} giving her some space.{w=.6} Her breathing is evening out,{w=.4} and she looks far more composed now." + "I let go of Fang and lean back,{w=.4} giving her some space.{w=.6} Her breathing is evening out,{w=.4} and she looks far more composed now." pause .5 hide fanganonhug @@ -3693,16 +3721,16 @@ label chapter_5: pause .5 F "Maybe we’re both just useless nobodies." - I "She chuckles to herself." + "She chuckles to herself." jump postFangAndAnonTalk label .interrupt4b: - I "She seems at a loss for words." + "She seems at a loss for words." - I "I should say something." + "I should say something." pause .5 A "You’re feeling helpless,{w=.4} right?" @@ -3721,7 +3749,7 @@ label chapter_5: show fang sad with dissolve pause .5 - I "Fang looks at me with desperation." + "Fang looks at me with desperation." pause .5 F "Y{cps=*.1}...{w=.2}{/cps}yes{cps=*.1}...{/cps}" @@ -3734,7 +3762,7 @@ label chapter_5: label .interrupt4c: - I "Here’s a good place to butt in." + "Here’s a good place to butt in." pause .5 A "You aren’t a burden to me." @@ -3744,7 +3772,7 @@ label chapter_5: pause .5 show fang sad with dissolve pause .5 - I "Fang removes her head from her knees and looks to me with pleading eyes." + "Fang removes her head from her knees and looks to me with pleading eyes." pause .5 F "What?" @@ -3755,7 +3783,7 @@ label chapter_5: A "I don’t think you’re a burden." pause .5 - I "Fang sniffles a bit." + "Fang sniffles a bit." pause .5 A "Here’s what I think{cps=*.1}...{/cps}" @@ -3765,7 +3793,7 @@ label chapter_5: label .interrupt4d: - I "Now’s a good time." + "Now’s a good time." pause .5 A "You’re Fang." @@ -3774,7 +3802,7 @@ label chapter_5: show fang sad with Dissolve(1) pause .5 - I "She looks to me with tears streaming down her cheek." + "She looks to me with tears streaming down her cheek." A "Even if you don’t see it,{w=.5} you’re still you." pause .5 @@ -3784,7 +3812,7 @@ label chapter_5: A "Am I right?" pause .5 - I "Fang nods slowly." + "Fang nods slowly." pause .5 A "Here’s what I think{cps=*.1}...{/cps}" @@ -3794,7 +3822,7 @@ label chapter_5: label .interrupt4e: - I "Here we go." + "Here we go." pause .5 A "It’s never too late to try something new." @@ -3827,7 +3855,7 @@ label chapter_5: show anon behind fang: ease_cubic 1 xalign 0.9 - I "I put my arm on Fang’s shoulder." + "I put my arm on Fang’s shoulder." pause .5 A "You’re in a pretty bad spot right now." @@ -3835,14 +3863,14 @@ label chapter_5: A "Self-improvement is hard,{w=.5} but there’s nothing to be gained without sacrifice,{w=.4} right?" pause .5 - I "Fang gives a slight nod." + "Fang gives a slight nod." A "You need to step out from your comfort zone more often,{w=.4} even if you think there’s no time." A "There’s no harm in diversifying,{w=.4} right?" pause .5 - I "Fang looks away from the coastline and to me." + "Fang looks away from the coastline and to me." F "{cps=*.1}...{/cps}I don’t know.{w=.5} Maybe you’re right{cps=*.1}...{/cps}" pause .5 @@ -3883,22 +3911,22 @@ label chapter_5: with dissolve pause .5 - I "Fang embraces me tight." + "Fang embraces me tight." pause .5 F "Thank you." pause 1 - I "We sit in silence for a few minutes." + "We sit in silence for a few minutes." - I "{cps=*.1}..{/cps}" + "{cps=*.1}..{/cps}" - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" - I "{cps=*.1}....{/cps}" + "{cps=*.1}....{/cps}" pause .5 - I "Eventually,{w=.4} she lets go." + "Eventually,{w=.4} she lets go." pause .5 hide fanganonhug @@ -3914,7 +3942,7 @@ label chapter_5: show fang neutral with dissolve pause .5 - I "Fang’s breathing is evening out,{w=.4} and she looks far more composed now." + "Fang’s breathing is evening out,{w=.4} and she looks far more composed now." label postFangAndAnonTalk: @@ -3922,7 +3950,7 @@ label chapter_5: pause 1 F "Hey,{w=.4} can I see that?" - I "Fang points at my oversized hall pass." + "Fang points at my oversized hall pass." pause .5 A "Yeah,{w=.4} sure" @@ -3934,9 +3962,9 @@ label chapter_5: with Dissolve(1) pause .5 - I "She takes it from my hands,{w=.4} our fingers brushing for a second." + "She takes it from my hands,{w=.4} our fingers brushing for a second." - I "She blushes while she handles the acoustic bathroom pass." + "She blushes while she handles the acoustic bathroom pass." pause .5 F "I think{cps=*.1}...{/cps}{w=.3} I think I finally got the tune,{w=.3} Anon." @@ -3944,16 +3972,16 @@ label chapter_5: A "Tune?" pause .5 - I "She finishes tuning the guitar and tests it.{w=.5} With a nod to herself Fang begins strumming." + "She finishes tuning the guitar and tests it.{w=.5} With a nod to herself Fang begins strumming." - I "The rhythm is slow and the tone is soft,{w=.5} enough so that her humming blends perfectly with it." + "The rhythm is slow and the tone is soft,{w=.5} enough so that her humming blends perfectly with it." - I "I lean back,{w=.4} bobbing my head along to the impromptu music." + "I lean back,{w=.4} bobbing my head along to the impromptu music." pause .5 - I "The streaks from her tears that had once marred her pretty face only help the highlight her soft smile now." + "The streaks from her tears that had once marred her pretty face only help the highlight her soft smile now." - I "I hum along now too,{w=.4} which causes Fang to giggle.{w=.6} The rhythm is slowing to a crawl,{w=.5} the song about to end." + "I hum along now too,{w=.4} which causes Fang to giggle.{w=.6} The rhythm is slowing to a crawl,{w=.5} the song about to end." pause .5 F "{cps=*.6}With a meteor coming soon{/cps}{w=.6}{nw}" @@ -3962,65 +3990,65 @@ label chapter_5: extend"{cps=*.6}\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {fast}Goodbye Volcano High{/cps}" pause 1 - I "The lyrics surprise me,{w=.4} but I shrug it off." + "The lyrics surprise me,{w=.4} but I shrug it off." pause .5 A "You ready to get up?" - I "Fang nods and wipes her tears one last time with her forearm." + "Fang nods and wipes her tears one last time with her forearm." pause .5 hide hallpass with Dissolve(1) pause .5 - I "I stand and pop my back,{w=.4} looking out over the fence at the ground below." + "I stand and pop my back,{w=.4} looking out over the fence at the ground below." - I "From here I can see the afternoon sun starting to encroach on the skyline of the small coastal town." + "From here I can see the afternoon sun starting to encroach on the skyline of the small coastal town." pause .5 - I "Turning to Fang,{w=.4} I crouch a bit and extend my hand to her." + "Turning to Fang,{w=.4} I crouch a bit and extend my hand to her." - I "She moves her bloody hand to take it,{w=.3} but hesitates." + "She moves her bloody hand to take it,{w=.3} but hesitates." pause .5 - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" pause .5 - I "She softly grasps my hand." + "She softly grasps my hand." - I "She winces in pain." + "She winces in pain." pause .5 - I "You know{cps=*.1}...{/cps}" + "You know{cps=*.1}...{/cps}" - I "It’s strange,{w=.6} I expected the alarms to go off again,{w=.4} but{cps=*.1}...{/cps}" + "It’s strange,{w=.6} I expected the alarms to go off again,{w=.4} but{cps=*.1}...{/cps}" - I "This feels different,{w=.4} somehow." + "This feels different,{w=.4} somehow." - I "More natural." + "More natural." pause .5 - I "I’m careful to hoist her to her feet.{w=.5} Mindful of her injured palm." + "I’m careful to hoist her to her feet.{w=.5} Mindful of her injured palm." show weridkissu with Dissolve(.25) pause 1 - I "But her beak accidentally bumps into my cheek on her way up." + "But her beak accidentally bumps into my cheek on her way up." pause 1 - I "Ah,{w=.3} there they are." + "Ah,{w=.3} there they are." pause .5 - I "Fang’s eyes contract and she instinctively hops backwards,{w=.4} covering her muzzle with her hands and turning her head away in her flusteration." + "Fang’s eyes contract and she instinctively hops backwards,{w=.4} covering her muzzle with her hands and turning her head away in her flusteration." - I "I clench my lower jaw and look at my palm,{w=.4} slick with sweat and her blood." + "I clench my lower jaw and look at my palm,{w=.4} slick with sweat and her blood." play ambient 'audio/effects/outdoorNatureLoop.ogg' fadein 8 stop music fadeout 5.0 pause .5 - I "The silence continues for an immeasurable amount of time." + "The silence continues for an immeasurable amount of time." pause .5 hide weridkissu @@ -4034,7 +4062,7 @@ label chapter_5: A "{cps=*.3}Haha{/cps}{cps=*.1}...{/cps}{w=.2} so that’s how dinos kiss{cps=*.1}...{/cps}{w=.2} {cps=*.5}haha{/cps}{cps=*.1}...{/cps}" #[Internal screaming sfx here] - I "FUCKFUCKFUCKFUCKFUCKFUCKFU-{w=.4}{nw}" + "FUCKFUCKFUCKFUCKFUCKFUCKFU-{w=.4}{nw}" show fang sad flip with Dissolve(.25) F "Haha{cps=*.1}...{/cps}{w=.2} not really{w=.4} hahaha{cps=*.1}...{/cps}{w=.3} {cps=*.3}haha{/cps}{cps=*.1}...{/cps}" @@ -4045,12 +4073,12 @@ label chapter_5: show fang sad with dissolve pause .5 - I "I look for something,{w=.4} {i}anything{/i},{w=.4} to end this awkwardness." + "I look for something,{w=.4} {i}anything{/i},{w=.4} to end this awkwardness." - I "Like the guitar hall pass.{w=.5} Wait{cps=*.1}...{/cps}" + "Like the guitar hall pass.{w=.5} Wait{cps=*.1}...{/cps}" pause .5 - I "I check my phone,{w=.4} seeing that Mr. Jingo’s class will be ending in 10 minutes." + "I check my phone,{w=.4} seeing that Mr. Jingo’s class will be ending in 10 minutes." play music 'audio/OST/she_fucks_human_men.ogg' fadein 1.0 pause .5 show anon sad with dissolve @@ -4062,7 +4090,7 @@ label chapter_5: easein_cubic 1 xalign 0.2 pause .2 show fang unimpressed flip with dissolve - I "Fang finally looks my way again,{w=.4} though her face is still flush." + "Fang finally looks my way again,{w=.4} though her face is still flush." pause .5 F "What?" @@ -4073,26 +4101,26 @@ label chapter_5: show fang happy flip with Dissolve(.25) F "{cps=*.3}Pfffft.{/cps}" - I "Fang’s hands try to cover her beak,{w=.4} failing horribly to contain her giggles." + "Fang’s hands try to cover her beak,{w=.4} failing horribly to contain her giggles." F "{cps=*.6}Hehehehehehe.{/cps}{w=.5} God,{w=.4} you really suck at music." show anon neutral with dissolve - I "I glare at her." + "I glare at her." pause .5 F "Haaaaah{cps=*.1}...{/cps}{w=.3} why don’t you just drop it?{w=.4} It’s an elective anyway." - I "Because I need to maintain my GPA for college." + "Because I need to maintain my GPA for college." A "Because{cps=*.1}...{/cps}{w=.3} I kinda like it{cps=*.1}...{/cps}" pause .5 - I "I blush and look down to the entrance of the roof below us." + "I blush and look down to the entrance of the roof below us." F "Hmm{cps=*.1}...{/cps}{w=.3} {cps=*.3}maaaaybe{/cps} I’ll help you{cps=*.1}...{/cps}" - I "Fang hops down,{w=.4} her wings easing her landing." + "Fang hops down,{w=.4} her wings easing her landing." pause .5 F "I owe you for the fuckin’ therapy session anyway." @@ -4100,7 +4128,7 @@ label chapter_5: A "Oh thank fuck." pause .5 - I "I climb down the ladder.{w=.5} Those wings must be really convenient." + "I climb down the ladder.{w=.5} Those wings must be really convenient." stop music fadeout 1 stop ambient fadeout 1 pause .5 @@ -4118,13 +4146,13 @@ label chapter_5: show roof day broken behind anon, fang with vpunch - I "The door flies open,{w=.3} off its hinges,{w=.3} through the suicide fence and over the side of the building,{w=.4} crashing loudly on the concrete below." + "The door flies open,{w=.3} off its hinges,{w=.3} through the suicide fence and over the side of the building,{w=.4} crashing loudly on the concrete below." pause .5 Sp "I KNOW SOMEONE IS DITCHING UP HERE!{w=.4} MY HUNTING INSTINCTS CAN TELL!" pause .5 - I "Oh double fuck." + "Oh double fuck." pause .5 show spears angry flip: @@ -4142,20 +4170,20 @@ label chapter_5: show anon fear Sp "YOU!" with vpunch - I "Principal Spears looks at us,{w=.4} finger pointed at me as if to fire a special beam cannon through my chest." + "Principal Spears looks at us,{w=.4} finger pointed at me as if to fire a special beam cannon through my chest." Sp "In all my god damned years{cps=*.1}...{/cps}{w=.4} on top of the roof!{w=.5} Explain.{w=.4} NOW!" pause .5 show anon neutral with dissolve - I "Bullshit mode activate." + "Bullshit mode activate." A "I got lost looking for the bathroom?" pause .5 show dimmer_darker behind spears, anon with Dissolve(.25) - I "Spears incinerates me on the spot." + "Spears incinerates me on the spot." hide dimmer_darker with Dissolve(.25) pause .5 @@ -4164,19 +4192,19 @@ label chapter_5: F "Estrus season?" pause .5 - I "For a brief instant I picture Fang in a bikini." + "For a brief instant I picture Fang in a bikini." + + if persistent.lewd == True: + show bikini at truecenter with dissolve + pause 3 + hide bikini with dissolve pause .5 - #if persistent.lewd == True: - # show howlewd at truecenter with dissolve - # pause 3 - # hide howlewd with dissolve - - I "Hot." + "Hot." pause .5 show fang sad with Dissolve(.25) - I "Fang gets a similar stare and withers down." + "Fang gets a similar stare and withers down." show spears neutral flip with dissolve pause .5 @@ -4186,18 +4214,18 @@ label chapter_5: Sp "Empty your pockets.{w=.4} Now." pause .5 - I "I reduce myself to hoover flags.{w=.4} All I had on me was my phone and a ratty wallet held together with hot glue and duct tape." + "I reduce myself to hoover flags.{w=.4} All I had on me was my phone and a ratty wallet held together with hot glue and duct tape." - I "Fang does the same,{w=.3} dropping her own phone,{w=.4} a spare guitar pick,{w=.4} and an unopened pack of cigarettes." + "Fang does the same,{w=.3} dropping her own phone,{w=.4} a spare guitar pick,{w=.4} and an unopened pack of cigarettes." pause .5 - I "Spears looks at Fang dead in the eyes,{w=.4} rips the package open,{w=.5} and stuffs every cigarette in his mouth at once." + "Spears looks at Fang dead in the eyes,{w=.4} rips the package open,{w=.5} and stuffs every cigarette in his mouth at once." show anon concerned show fang surprised with Dissolve(.25) - I "To our mortified stares,{w=.4} he chews them until they are a brown glob and spits it over the fence,{w=.4} landing on a rather oriental looking car."# + "To our mortified stares,{w=.4} he chews them until they are a brown glob and spits it over the fence,{w=.4} landing on a rather oriental looking car."# pause .5 Sp "Anon.{w=.4} Go to class.{w=.6} Now.{w=.6} \nFang.{w=.75} To the Nurse’s." @@ -4221,33 +4249,33 @@ label chapter_5: show anon neutral flip with dissolve pause .5 - I "I look to Fang one last time.{w=.6} She looks a mess." + "I look to Fang one last time.{w=.6} She looks a mess." play music 'audio/OST/Skinrow Soul.ogg' fadein 1.0 pause .5 scene bloodywing with Dissolve(1.5) pause 1 - I "Her wings are ragged,{w=.5} feathers misaligned and a clear patch of them missing on one." + "Her wings are ragged,{w=.5} feathers misaligned and a clear patch of them missing on one." - I "Stains on her legs from her make-up,{w=.4} tears{w=.3} and blood." + "Stains on her legs from her make-up,{w=.4} tears{w=.3} and blood." - I "Drying blood on her hands,{w=.4} arms and beak." + "Drying blood on her hands,{w=.4} arms and beak." - I "Eyes puffy and red from crying." + "Eyes puffy and red from crying." pause .5 - I "But her smile{cps=*.1}...{/cps}{w=.2} was{cps=*.1}...{/cps}" + "But her smile{cps=*.1}...{/cps}{w=.2} was{cps=*.1}...{/cps}" pause .5 - I "I wave her goodbye and wordlessly return to class." + "I wave her goodbye and wordlessly return to class." pause .5 stop ambient fadeout 3 scene bandroom with Fade(1, 1, 1) pause .5 - I "I only have a few minutes,{w=.4} but I can’t focus on the assignment.{w=.6} I’ll have to take it home as homework." + "I only have a few minutes,{w=.4} but I can’t focus on the assignment.{w=.6} I’ll have to take it home as homework." pause .5 F "{alpha=0.75}{i}\"Hmm{cps=*.1}...{/cps}{w=.3} {cps=*.3}maaaaybe{/cps} I’ll help you{cps=*.1}...{/cps}\"{/i}{/alpha}" @@ -4255,75 +4283,75 @@ label chapter_5: show anonphone with easeinbottom - I "I take out my phone and consider messaging Fang again." + "I take out my phone and consider messaging Fang again." pause .5 - I "!" + "!" - I "My heart thumps roughly in my chest.{w=.5} Just what is with me today." + "My heart thumps roughly in my chest.{w=.5} Just what is with me today." pause .5 hide anonphone with easeoutbottom pause .5 - I "All this drama{cps=*.1}...{/cps} when did my life become a soap opera{cps=*.1}...{/cps}" + "All this drama{cps=*.1}...{/cps} when did my life become a soap opera{cps=*.1}...{/cps}" pause .5 - I "Heh{cps=*.1}...{/cps}{w=.3} even included a dramatic kiss{cps=*.1}...{/cps}" + "Heh{cps=*.1}...{/cps}{w=.3} even included a dramatic kiss{cps=*.1}...{/cps}" - I "I look at my hand,{w=.4} her blood now dried and dusty on my palm." + "I look at my hand,{w=.4} her blood now dried and dusty on my palm." pause .5 - I "Did{cps=*.1}...{/cps}{w=.3} that count as a kiss?" + "Did{cps=*.1}...{/cps}{w=.3} that count as a kiss?" - I "I mean,{w=.4} it was unintentional.{w=.5} She backed off and all." + "I mean,{w=.4} it was unintentional.{w=.5} She backed off and all." - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" pause .5 - I "Jeez,{w=.4} my insides feel like liquid." + "Jeez,{w=.4} my insides feel like liquid." - I "Surely that’s just my disgusted reaction to Spear’s scare tactic up there." + "Surely that’s just my disgusted reaction to Spear’s scare tactic up there." pause .5 - I "Nah,{w=.3} this isn’t fear.{w=.5} Unlike a bottomless pit the feeling is{cps=*.1}...{/cps}" + "Nah,{w=.3} this isn’t fear.{w=.5} Unlike a bottomless pit the feeling is{cps=*.1}...{/cps}" - I "Pleasant{cps=*.1}...{/cps}" + "Pleasant{cps=*.1}...{/cps}" pause .5 - I "Yeah,{w=.3} I kinda like it.{w=.5} {cps=*6}Hmmmm{/cps}{cps=*.1}...{/cps}" + "Yeah,{w=.3} I kinda like it.{w=.5} {cps=*6}Hmmmm{/cps}{cps=*.1}...{/cps}" - I "I wonder if Fang-" + "I wonder if Fang-" pause .5 - I "!" + "!" pause .5 - I "The feeling intensifies.{w=.5} But why?{w=.5} I only thought of-" + "The feeling intensifies.{w=.5} But why?{w=.5} I only thought of-" - I "It’s not as if she-" + "It’s not as if she-" - I "But-" + "But-" - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" stop music fadeout 4 scene black with Fade (2, 0, 0) pause .5 - I "Do I like Fang?" + "Do I like Fang?" pause .5 - I "!!!!!!" + "!!!!!!" - I "{cps=*.1}...{/cps}" + "{cps=*.1}...{/cps}" - I "{cps=*.25}Fuck.{/cps}" + "{cps=*.25}Fuck.{/cps}" - I "{cps=*.05}...{/cps}" + "{cps=*.05}...{/cps}" return # I'm guessing this is for the gallery? label fang_movie: scene fang tail with fade - I "" + ""