SnootGame/game/script/14D.gold-ending.rpy

903 lines
23 KiB
Text
Raw Normal View History

label chapter_14D:
2021-06-18 04:01:49 +02:00
#Fast Times at Volcano High
2021-09-03 15:46:50 +02:00
"{cps=*0.2}-- Five Years Later --{/cps}"
pause .5
play ambient 'audio/effects/outdoorLoop.ogg' fadein 2
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"July seventeenth."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Year 201M2025 BC."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Volcaldera Bluffs."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Weather conditions; hot as tits."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"The evening sun is boiling hot and Im reminded of one of the myriad of reasons why I first loathed living here."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"The sweat dripping in my eyes makes it difficult to see anything five feet in front of me."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Like a runt of a tree planted in the sidewalk that I swerve to avoid."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"The air is hot and humid, and I can feel my body grow heavier as I get closer."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I cant determine if its from the sweat soaking my clothes or the welling trepidation inside me."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Its been five years since Ive seen anyone here."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Ive kept in touch with all of them."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"But to see them again in person?"
2021-09-11 09:53:11 +02:00
#renpy is jank so this doesn't do loop all that well buuut
#play sound "audio/effects/teenageCrowdLoop.ogg" fadein 2.0
#$renpy.sound.play("audio/effects/teenageCrowdLoop.ogg", loop=True, fadein=2.0)
$ renpy.music.set_volume(0.8, 8, 'ambient')
play ambient2 'audio/effects/teenageCrowdMurmurLoop.ogg' volume 1.4 fadein 8.0
2021-09-03 15:46:50 +02:00
pause 0.3
2021-06-18 04:01:49 +02:00
"Its the sounds that reach me first. The chatter of people milling about."
2021-06-13 04:56:00 +02:00
unknown "Bro"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
unknown "Its been too long!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
unknown "It was only five years *Giggle*"
2021-11-24 01:42:55 +01:00
pause 1
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I can make out the building now. I use the sleeve of my shirt to wipe the sweat from my eyes and brow."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I look at the name written on the arch over the entrance."
2021-11-24 01:42:55 +01:00
pause 0.5
"Volcano High."
$ renpy.music.set_volume(0.7, 0, 'ambient1')
stop ambient fadeout 2
stop ambient2 fadeout 2
play ambient1 'audio/effects/teenageCrowdFarLoop.ogg' fadein 2.0
2021-11-24 01:42:55 +01:00
scene outside school fog with Dissolve(1.5)
pause 0.5
2021-06-13 04:56:00 +02:00
2021-09-03 15:46:50 +02:00
A "Still the perfect setting for a horror game.{w=0.2} Or maybe a shitty WAD."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"The attempt at humouring myself just made me feel more anxious."
2021-06-13 04:56:00 +02:00
2021-09-11 09:53:11 +02:00
"A check of my phone says Im thirty minutes early.{w=0.2} Wonderful."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I move to the entrance, only to see all of the steps occupied by twenty-somethings waiting."
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
2021-06-13 04:56:00 +02:00
2022-11-17 08:56:53 +01:00
show anon d neutral at aleft with Dissolve(1)
2021-11-24 01:42:55 +01:00
pause 1
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Yo, this the line?"
2021-09-11 09:53:11 +02:00
show reed future explanatory flip at rright with dissolve:
xalign 1.15
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Anon?"
2021-09-11 09:53:11 +02:00
show reed future explanatory flip:
2021-11-24 01:42:55 +01:00
ease_cubic 1.5 xalign 0.75
stop ambient1 fadeout 1.0
2021-06-18 04:01:49 +02:00
play music "audio/OST/Those Other Two Weirdos.ogg" fadein 1.0
2021-11-24 01:42:55 +01:00
$ renpy.music.set_volume(1, 2, 'ambient')
$ renpy.music.set_volume(1, 2, 'ambient1')
$ renpy.music.set_volume(1, 2, 'ambient2')
2021-06-18 04:01:49 +02:00
"A hobo raptor at the top of the steps pulls his oversized shades down to peer at me."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Ayyy Anon, whats up dude?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I immediately recognize his voice."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Hey Reed, whats happening?"
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
A "You seem to certainly have uh{cps=*.1}...{/cps} changed."
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
A "Why do you look like uh{cps=*.1}...{/cps} I dont want to sound rude or anything, but{cps=*.1}...{/cps}"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "You look homeless, Reed."
2021-06-13 04:56:00 +02:00
2021-09-03 15:46:50 +02:00
Re "{cps=*0.5}Whaaaat?{/cps}"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Duuude, Im not a hobo! Im the richest raptor in the world, guy!"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I think Reeds lost it."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Whatd you say, man?"
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "What? Nothing. No idea what youre talking about."
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "So, how did you get to become the 'richest raptor in the world'?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "You wouldnt believe it, man!"
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
Re "See, it all started with{cps=*.12}...{/cps}"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Reed proceeds to run his mouth off about a bunch of gibberish."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I cannot understand anything he's saying."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I think I heard pharmaceutical business at one point?"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
Re "{cps=*.1}...{/cps}and then I was brought here by the birds, dude."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "So whatve you been up to, man?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "You look like you havent changed a day."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Its not as exciting as your story, honestly."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "I just went off to college, got my bachelors, and now Im just a sound engineer."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Sounds pretty sweet, dude."
show reed future neutral flip with dissolve
2021-09-03 15:46:50 +02:00
pause 0.5
2021-11-24 01:42:55 +01:00
2021-06-18 04:01:49 +02:00
"We stand there for a moment in the blazing heat."
show reed future explanatory flip with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Dude, its fuckin hot out here, you wanna get inside?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "They got drinks n shit!"
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Definitely, I need some air conditioning."
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"We quickly moved along to the gymnasium."
2021-11-24 01:42:55 +01:00
window hide
window auto
pause .5
scene black with Dissolve(1)
pause 0.5
scene reunion with Dissolve(2)
pause 0.5
2021-06-18 04:01:49 +02:00
A "Man, it really hasnt changed. Takes me back."
2022-11-17 08:56:53 +01:00
show anon d neutral at aleft
show reed future explanatory flip at rright:
2021-09-11 09:53:11 +02:00
xalign 1.15
2021-11-24 01:42:55 +01:00
with Dissolve(1)
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Yeah, takes me back too, man."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Hold on, have you signed in yet?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "No, didnt know I had to."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Reed gestures to the sign-in table."
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
2021-11-17 22:09:31 +01:00
2021-11-24 01:42:55 +01:00
scene black with Dissolve(.5)
pause 0.5
scene reunion with Dissolve(1)
pause 0.5
2021-11-17 22:09:31 +01:00
2022-11-17 08:56:53 +01:00
show anon d neutral with dissolve:
2021-11-17 22:09:31 +01:00
yalign 0.1
2021-11-24 01:42:55 +01:00
xalign -0.3
easein_cubic 1.5 xalign 0.3
2021-06-18 04:01:49 +02:00
"The clerk is crouched behind the table sorting through a box."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I go over to write in my John Hancock and the person behind the counter stands up."
2021-06-13 04:56:00 +02:00
2021-10-17 05:12:09 +02:00
"My nose is assaulted by the pheronomes of perfumes that probably cost more than a years' salary."
2021-06-13 04:56:00 +02:00
2021-09-11 09:53:11 +02:00
show naomi future at sright with dissolve
2021-11-17 22:09:31 +01:00
show naomi:
pause .1
2021-11-24 01:42:55 +01:00
ease_cubic 0.3 yalign 0.07
ease_cubic 0.3 yalign 0.0
2021-11-17 22:09:31 +01:00
2021-06-18 04:01:49 +02:00
N "Oh!"
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
show naomi:
ease_cubic 0.6 xalign 0.85
N "Anon,{w=.1} you made it!"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
A "Yeah,{w=.1} I did."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Life been treating you well?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
N "Oh yes, just last year I moved in with my dear Kanyesaurus."
2021-11-24 01:42:55 +01:00
pause 1
2021-06-18 04:01:49 +02:00
"What the fuck is this world anymore?"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Real shame about his last presidential run."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
N "Oh, he got over it."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
N "Theres always 2028!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
N "Presidential yeezys shall rise again, he says."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-09-11 09:53:11 +02:00
"{cps=*0.5}WHAT THE FUUUUCK.{/cps}"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "That reminds me, have you seen Nasers college posts?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "He got top marks on his last exam."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
N "No, I lost touch with him about three years ago."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Oh, sorry. How about work, then?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
N "I havent been working, mostly staying back at home and looking after the kids."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Sounds like you got a pretty good deal going on."
2022-11-17 08:56:53 +01:00
show anon d neutral flip with dissolve
2021-09-11 09:53:11 +02:00
2021-06-18 04:01:49 +02:00
"I turn around to see a short line forming behind me."
2022-11-17 08:56:53 +01:00
show anon d neutral with dissolve
2021-09-11 09:53:11 +02:00
2021-06-18 04:01:49 +02:00
A "Sorry to keep you so long, Ill get out of here."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
N "Thanks for catching up, Anon. When Im done here we can chat more."
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
stop music fadeout 3
play ambient 'audio/effects/teenageCrowdInteriorLoop.ogg' fadein 3
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
scene black with Dissolve(0.5)
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-18 04:01:49 +02:00
scene reunion
2021-11-17 22:09:31 +01:00
show reed future neutral:
xalign 0.0
yalign 0.1
2022-11-17 08:56:53 +01:00
show anon d neutral:
2021-11-17 22:09:31 +01:00
yalign 0.1
xalign -0.3
2021-11-24 01:42:55 +01:00
with Dissolve(1)
2021-06-18 04:01:49 +02:00
"I go rejoin Reed and we enter the gymnasium together."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"The setup is rather similar to that prom night all those years ago, albeit without the foreign decor."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Young men and women mingle with small drinks and party foods across the floor."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
Re "Man, those look good. Come over here, Ill get you a drink, on me."
pause 0.5
2021-06-13 04:56:00 +02:00
2022-11-17 08:56:53 +01:00
show anon d:
2021-11-17 22:09:31 +01:00
pause .15
ease_cubic 0.90 xalign 0.05
show reed:
ease_cubic 0.85 xalign 0.25
2021-11-24 01:42:55 +01:00
"I follow him over to the minibar. Trish is sitting in one of the seats, huddled over an empty glass."
2021-06-13 04:56:00 +02:00
window hide
window auto
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
stop ambient fadeout 1
2021-06-18 04:01:49 +02:00
play music "audio/OST/Ramo de Rosas.ogg" fadein 1.0
2021-11-27 02:48:58 +01:00
show rosa future neutral flip at sright behind reed with dissolve:
2021-11-24 01:42:55 +01:00
xalign 1.6
easein_cubic 1.5 xalign 1.25
pause .5
2021-06-18 04:01:49 +02:00
"Rosa is pouring drinks for the few other drunkards when she spots us approach."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
Ro "Oh! An-on, it is great to see you after all this time!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Ro "Please, sit and talk awhile!"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Trish, glad we found you here!"
window hide
window auto
2021-09-11 09:53:11 +02:00
2022-11-17 08:56:53 +01:00
show anon d:
2021-11-27 02:48:58 +01:00
easein_cubic 1 xalign -0.1
2021-11-17 22:09:31 +01:00
show reed:
2021-11-27 02:48:58 +01:00
easein_cubic 1 xalign 0.15
show rosa future neutral flip at sright:
easein_cubic 1 xalign 1.35
show trish future neutral flip at tcenter behind rosa with dissolve:
2021-11-17 22:09:31 +01:00
xalign 0.75
pause .5
2021-09-11 09:53:11 +02:00
2021-06-18 04:01:49 +02:00
"She looks up from her sulking and her face lights up at the sight of us."
2021-11-24 01:42:55 +01:00
show trish future smug flip with dissolve
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
T "Anon! Its been years!"
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Trish, Rosa, glad we found you here!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Come on man, weve been texting this whole time."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Reed flashes two fingers at the barkeeper, who sets out a few glasses."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Yeah, good to see you too."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Whyre you looking so gloomy over here?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Ro "She has been telling me about how it is the end of her world."
2021-11-24 01:42:55 +01:00
show trish future neutral flip with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "Its nothing that serious, just workplace drama."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "What, your employees raise another beef with the concept of horn piercings again?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Ro "No, this time its with the engraving tools."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "Theyre telling me people would rather go to the dentist with all the drills we use."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "And mostly with my designs for hollowed-out horns."
2021-11-27 02:48:58 +01:00
show rosa future considering flip with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Rosa instinctively rubs her own horn."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "H-hollow?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "Of course, I even got in contact with a sculptor and figured out how to make them whistle in the wind!"
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Reed leans in to whisper in my ear."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "One of the designs sounds like Road Warrior."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I shudder at the image."
2021-11-24 01:42:55 +01:00
show trish future smug flip with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "Dont knock it, my satisfaction rate is a clean one-hundred percent!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Ro "The only problem is getting people to be willing to try it."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Sounds like theres a lot of risk there, yeah."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "Its not even that bloody, I only hire the best."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "B-bloody?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "What, never had a piercing before? Same thing."
2021-11-24 01:42:55 +01:00
pause .5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Reed shakes his head."
2021-11-27 02:48:58 +01:00
show rosa future unimpressed flip with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Ro "Anything more than a regular piercing is an abomination before our Lord."
2021-11-24 01:42:55 +01:00
show trish future unimpressed flip with dissolve
2021-06-18 04:01:49 +02:00
"I finish my drink and Reed downs his in one shot, tossing a few dollars on the counter."
stop music fadeout 2
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I look up to see the one person Im most anxious and excited to talk with again approaching."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Fang! Youre here!"
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
play music "audio/OST/That Monochromatic Weirdo.ogg" fadein 1.0
2022-11-17 08:56:53 +01:00
show anon d:
2021-11-24 01:42:55 +01:00
easein_cubic 1 xalign 0.15
2021-11-27 02:48:58 +01:00
show reed behind trish, rosa:
easein_cubic 1 xalign 0.4
2021-11-17 22:09:31 +01:00
show rosa:
2021-11-24 01:42:55 +01:00
easein_cubic 1 xalign 1.45
2021-11-17 22:09:31 +01:00
show trish:
2021-11-24 01:42:55 +01:00
easein_cubic 1 xalign 0.875
2022-11-23 10:21:49 +01:00
with None
2021-11-17 22:09:31 +01:00
2021-11-27 02:48:58 +01:00
hide reed
show reed_future_neutral_flip_hack behind trish, rosa:
xalign 0.5 yalign 0.1
easein_cubic 1 xalign 0.725
2022-11-17 08:56:53 +01:00
show anon d neutral flip behind reed_future_neutral_flip_hack
2021-11-24 01:42:55 +01:00
show trish future smug flip
2021-11-27 02:48:58 +01:00
show rosa future neutral flip
2021-11-24 01:42:55 +01:00
with dissolve
show fang d shock with dissolve:
xalign -1.2
easein_cubic 1.5 xalign -0.65
pause 1
2021-11-17 22:09:31 +01:00
F "Wha-{w=0.2} I-{w=0.2} dammit Anon,{w=0.2} I told you to stop calling me that!"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Isnt that the name Lucy used back in senior year?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "Yeah, I think it was."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Come on, youll always be Fang to me."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Lucy covers her eyes with her hands."
show fang d happy with dissolve
2021-11-24 01:42:55 +01:00
2021-06-18 04:01:49 +02:00
F "You havent changed a bit, I swear."
window hide
window auto
stop music fadeout 2
pause 2
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
scene black with Dissolve(1)
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
play music "audio/OST/she_fucks_human_men.ogg" fadein 1.0
scene d03 with Dissolve(1)
pause 0.5
2021-06-13 04:56:00 +02:00
2021-09-11 09:53:11 +02:00
Re "Cmon, get over here. Ill order us all another watchamacallit of drinks. Its on me, the richest raptor in the {cps=*0.3}woooorld{/cps}!"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-09-11 09:53:11 +02:00
"Reed cheerfully throws his arms up as he shouts out a prolonged world."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Sure, thanks. I cant have too much though, Im the event organizer and all."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Sounds like a tough break."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Wait, I thought you were the music teacher here?"
2021-06-18 04:01:49 +02:00
#show fang d neutral with dissolve
2021-11-24 01:42:55 +01:00
2021-06-18 04:01:49 +02:00
F "Im getting there. Still working with Mister Jingo until he retires next year."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Until then Im a teachers assistant."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Oh, alright, I see."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I take a quick glimpse around the room and fail to see any large ape-man."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "I feel like were missing someone."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Wheres Spears? I could have sworn he would be here."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Nah man, hes gone. I saw him on TV the other day, though."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Was he giving a speech or something?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Sort of, he does commercials for car dealerships now."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Hes built a reputation for his gimmick of wrecking a car every ad he does."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
A "I{cps=*.1}...{/cps} I see."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Oh god I thought that was a joke about slamming people into cars."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"The hours reconnecting with my old friends pass surprisingly quickly, and the time eventually comes for everyone to go home."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Lucy excuses herself from the group to go give the closing speech."
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
scene reunion
2022-11-17 08:56:53 +01:00
show anon d neutral at aleft
2021-09-11 09:53:11 +02:00
show reed future neutral flip at rcenter:
xalign 0.6
2021-11-17 22:09:31 +01:00
show trish future neutral at tcenter:
xalign 0.75
2021-11-27 02:48:58 +01:00
show rosa future neutral flip at sright behind reed:
2021-11-17 22:09:31 +01:00
xalign 1.3
2021-11-24 01:42:55 +01:00
with Dissolve(1)
2021-06-18 04:01:49 +02:00
"She goes up onstage and tests the microphone, getting everyones attention."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Alright everyone, its been a wonderful night."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "You dont have to go home, but you cant stay here."
2021-06-13 04:56:00 +02:00
2021-09-11 09:53:11 +02:00
F "Please start finding your designated drivers or calling up the taxi driver."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "We will be locking the doors at three."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"She puts the mic back on its stand and jumps offstage."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Reed pats my shoulder."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-09-11 09:53:11 +02:00
Re "You got a ride home, man?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "I can walk, but thanks."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
show fang d happy with dissolve:
xalign -1.2
easein_cubic 1 xalign -0.65
2021-09-11 09:53:11 +02:00
"Lucy returns to the minibar, where Rosa is waiting with the last of the alcohol."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "There it is."
2021-11-17 22:09:31 +01:00
show trish future neutral flip with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "Alright, great seeing you guys. Ill bounce."
2021-11-17 22:09:31 +01:00
show trish future smug flip with dissolve
2021-06-18 04:01:49 +02:00
T "We should all meet again for lunch sometime!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Yeah, absolutely. Its been forever since Ive been in town, would love to get a tour of whats new."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
Re "You got it, man. See ya."
2021-09-11 09:53:11 +02:00
hide reed future neutral flip with dissolve
2021-11-24 01:42:55 +01:00
2021-06-18 04:01:49 +02:00
A "Bye, Reed."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "Actually, I should get going, too."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "I dont want to get stuck in traffic."
2021-06-18 04:01:49 +02:00
A "Youve had the most to drink out of all of us, you gonna be alright?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"She raises a smug eyebrow and starts walking to the exit."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
T "See you guys."
2021-09-11 09:53:11 +02:00
hide trish with dissolve
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
Ro "Come visit me too, An-on. Stella and I would love to have you."
2021-06-18 04:01:49 +02:00
hide rosa with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"More people trickle out of the room until its just Lucy and I."
2021-09-11 09:53:11 +02:00
show naomi future at sright with dissolve
2021-11-24 01:42:55 +01:00
2021-06-18 04:01:49 +02:00
"Naomi gives a thumbs-up to Lucy through the door to signal that everyone else has left."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Thanks, Naomi, couldnt have organized this without you."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
N "Oh, dont worry about it! It was nice getting to act like a class representative again."
2021-11-24 01:42:55 +01:00
pause 0.25
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
show naomi:
2021-11-24 01:42:55 +01:00
easeout_cubic 1.0 xalign 1.5
show naomi future flip with dissolve
hide naomi with dissolve
2021-11-17 22:09:31 +01:00
2021-06-18 04:01:49 +02:00
"The Plastic Persimmon waves and lets the door swing closed with an echoing *clang*."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-11-17 22:09:31 +01:00
A "Sooo{cps=*.1}...{/cps} {w=0.1}Just the two of us{cps=*.1}...{/cps}"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Damn you Anon and damn you Bill Withers."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Ha! Still got it."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Yeah yeah."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Lucy holds up a plastic bag that *clink*s with each shake."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
F "I was gonna offer you the last of these{cps=*.12}...{/cps} Buuuut{cps=*.15}...{/cps}"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Hey now, lets not let those go to waste."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Her smug grin and laugh says enough."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Rooftop?"
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
F "Rooftop. Now."
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"She leads the way through the darkened school hallways and stairwell."
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
stop music fadeout 3.0
scene black with Dissolve(1)
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I can picture all the old posters from my time here along the walls."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Oh hey, they finally replaced the door."
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
play ambient 'audio/effects/nightLoop.ogg' fadein 3
2021-06-18 04:01:49 +02:00
label kino:
2021-11-24 01:42:55 +01:00
scene roof night with Dissolve(2)
pause 1
2021-06-18 04:01:49 +02:00
show fang d neutral at sleft
2022-11-17 08:56:53 +01:00
show anon d neutral flip at sright:
2021-11-17 22:09:31 +01:00
xalign 0.8
2021-11-24 01:42:55 +01:00
with Dissolve(1)
pause 0.5
2021-06-18 04:01:49 +02:00
"The door is booted open and the night air has finally cooled down to something breathable now."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I turn to the ladder on the side of the stair enclosure and climb up."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Lucy hands me the bag and makes her own ascent."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"From our new vantage point we can see all of the town lit up."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
play music "audio/OST/Skinrow Soul.ogg" fadein 1.0
"And with the stars above and no moon I would say the view is picturesque."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
F "Oi, you gonna hog the drinks?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I take out a pair of bottles, using one to pop the cap off the other."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
F "Show-off. Theyre twist-offs, ya know."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"To prove her point she takes the capped one and simply twists its top off."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Ow. My ego."
2021-06-18 04:01:49 +02:00
show fang d happy with dissolve
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
F "Pfffft. Anyways."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "A toast!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "To adulthood!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "To stable employment!"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"We tap our bottles together and chug the sweet ambrosia down."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Aaaaah. I needed this."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Oh?"
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
"Im already handing her a second bottle, knowing that shell finish her first with her next chug."
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "I guess youve been busy."
show fang d unimpressed with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Dealing with teens is a fuckin nightmare."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
F "Theres this one brat, Kenny. The little shit has broken two trumpets already."
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Cant be that bad."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Well you see, it happened during band camp-"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Lucys rant went on for what felt like an hour."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
"Though judging by the pile of beer bottles, it couldnt have been more than twenty minutes."
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "-at the fucking dance of all places."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Snrk."
show fang d neutral with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "What!"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Sounds like us, honestly."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Bullshit."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "For real! You were just as bad!"
pause 0.5
2021-11-17 22:09:31 +01:00
#still -ob
show fang:
2021-11-24 01:42:55 +01:00
easeout_cubic 0.4 xalign 0.35
easein_cubic 0.7 xalign 0.0
2021-11-17 22:09:31 +01:00
pause .3
2022-11-17 08:56:53 +01:00
show anon d:
2021-11-17 22:09:31 +01:00
pause .02
2021-11-24 01:42:55 +01:00
easein_cubic 0.3 xalign 0.82
2021-11-27 02:48:58 +01:00
ease_cubic 0.7 xalign 0.8
2021-06-18 04:01:49 +02:00
"Lucys elbow finds its familiar spot in my side."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-11-17 22:09:31 +01:00
2021-06-18 04:01:49 +02:00
F "Nuh uh."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Yeah huh. {cps=*.5}Faaaaang.{/cps}"
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"She groans and hides her face in her knees."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Why the fuck was I so edgy?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Trish."
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
F "Mrrrr{cps=*.1}...{/cps}{w=0.1} Okay, so maybe we were that bad."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Thats life for ya."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"She sighs and relaxes. Her legs stretch forward and she leans back on her arms."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
F "Yeah{cps=*.15}...{/cps}"
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
F "Thats life{cps=*.15}...{/cps}"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I mimic her pose and find myself staring at the small dots spreading across the night sky."
stop music fadeout 5.0
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Teacher at your alma mater. Wasnt really expecting that, ya know."
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
F "And you as a sound engineer? Pffft, I figured youd be making a sexbot or something."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "The self-cleaning subroutine never worked right."
show fang d happy with dissolve
2021-11-24 01:42:55 +01:00
2021-06-18 04:01:49 +02:00
"We chuckle together."
2021-06-13 04:56:00 +02:00
2021-10-05 14:53:47 +02:00
play music "audio/OST/Amberlight Brilliance - Demo.ogg" fadein 1.0
stop ambient fadeout 5
2021-11-24 01:42:55 +01:00
pause 0.5
2021-11-17 22:09:31 +01:00
A "Hey, Lucy{cps=*.1}...{/cps}"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I keep my eyes on the stars, even when Lucy turns to look at me."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I can feel heat creep across my face."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
A "I got a contract with a studio here. Im thinking{cps=*.1}...{/cps}"
2021-06-13 04:56:00 +02:00
2021-11-24 01:42:55 +01:00
A "Since Ill be here for a good while, how about we get some dinner sometime?"
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
A "Yknow{cps=*.1}...{/cps}{w=0.1} together{cps=*.15}...{/cps}"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I look at Lucy at last."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Her face is turned back to the sky, but theres a dusting of pink across her cheeks."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
F "I would{cps=*.1}...{/cps}{w=0.1} I totally would, Anon{cps=*.15}...{/cps}"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "But Ive got work like you wouldnt believe."
show fang d neutral with dissolve
2021-11-24 01:42:55 +01:00
2021-06-18 04:01:49 +02:00
A "O-oh. Well, if its too mu-"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "However!"
show fang d happy with dissolve
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Something covers my hand."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I quick glimpse down and I see its Lucys atop mine."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Ive got time in the morning."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "So how bout breakfasts?"
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I smile."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Is that a date then?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "I dont know, is it?"
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Lucy turns back to me and smiles."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "It is, then."
2021-11-24 01:42:55 +01:00
stop music fadeout 2.0
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Youre such a dweeb."
2021-09-26 15:43:01 +02:00
#ENDING 4 THEME GOES HERE
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-18 04:01:49 +02:00
A "I know."
#play music
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
2023-01-01 02:36:22 +01:00
play music 'audio/OST/amberlight brillance live intro.ogg'
queue music 'audio/OST/amberlight brillance live loop.ogg'
# Don't use renpy.music.set_queue_empty_callback(), worst mistake of my life
2021-11-24 01:42:55 +01:00
scene d04b with Dissolve(1)
pause 1
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"That didnt stop Lucy from shuffling closer until our legs were pressed together."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"That didnt stop Lucy from leaning her head on my shoulder."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I grin and wrap my arm around her shoulder."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Feels just like old times, honestly."
2021-06-13 04:56:00 +02:00
2021-09-03 15:46:50 +02:00
"Like no time has passed since I left Volcaldera Bluff."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"I guess I never did say goodbye to Volcano High."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "Thanks, now my face is forever stuck in a cringe, Anon."
2021-06-13 04:56:00 +02:00
2021-11-17 22:09:31 +01:00
A "{cps=*.2}...{/cps}Way to ruin the moment Fang."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "You ruined it first with your mumbling."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Fix it then."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
F "You ruined it, you fix it."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
A "Fine I will."
2021-11-24 01:42:55 +01:00
window hide
window auto
pause 0.5
scene black with Dissolve(2)
pause 0.5
2021-06-18 04:01:49 +02:00
"My hand cups her cheek gently."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Lucy smiles and leans in."
2021-11-24 01:42:55 +01:00
pause 0.5
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Ah, I missed this feeling."
2021-06-13 04:56:00 +02:00
2021-06-18 04:01:49 +02:00
"Our lips meld together as we embrace just like we were teens again."
2021-11-17 22:09:31 +01:00
2021-06-18 04:01:49 +02:00
$ quick_menu = False
2021-11-17 22:09:31 +01:00
2021-06-18 04:01:49 +02:00
window hide
2021-11-24 01:42:55 +01:00
pause 1
2021-11-17 22:09:31 +01:00
scene e4of4 with Dissolve(1.0)
2021-06-18 04:01:49 +02:00
pause 16
2021-11-17 22:09:31 +01:00
scene black with Dissolve(1.0)
2021-06-18 04:01:49 +02:00
pause 1
$ next_story_chapter()