More images added, NSFW option implemented
This commit is contained in:
@ -16,6 +16,17 @@ define F = Character ('Farelie',color="#8A0036",window_background="gui/textbox.p
|
||||
|
||||
label start:
|
||||
$ Farelie = 0
|
||||
menu:
|
||||
"The script contains swearing and other family unfriendly images, would you be okay with seeing that?"
|
||||
"no thank you":
|
||||
"No Saucy bits Activated..."
|
||||
scene black with fade
|
||||
$ lewd = False
|
||||
|
||||
"yeah":
|
||||
"Saucy bits Activated..."
|
||||
scene black with fade
|
||||
$ lewd = True
|
||||
|
||||
"The early morning summer sun shines through the clouds, illuminating the quiet dirt parking lot."
|
||||
|
||||
@ -136,6 +147,7 @@ M "You want to stretch your leg like this."
|
||||
"I demonstrate the stretch to her, and watch her carefully to make sure she’s doing it right this time."
|
||||
|
||||
F "L-like this?"
|
||||
scene farelie_stretch
|
||||
|
||||
"She strains to stay upright, and I count aloud so she knows when to ease off her leg."
|
||||
|
||||
@ -146,6 +158,7 @@ F "L-like this?"
|
||||
M "Alright, let me set the pace."
|
||||
|
||||
"She nods and smiles uneasily."
|
||||
scene black with dissolve
|
||||
|
||||
"With her approval I set a sedate jogging pace for her and head towards the first obstacle."
|
||||
|
||||
@ -180,6 +193,7 @@ M "Gotta keep hydrated."
|
||||
F "Oh, I’m good, trust me."
|
||||
|
||||
"Farelie pulls out a furiously pink bottle filled with a slurry of something."
|
||||
scene fareliebottle1
|
||||
|
||||
F "I got this super scientific formula at the market."
|
||||
|
||||
@ -217,6 +231,7 @@ M "And destroy bathrooms."
|
||||
"{i}The horrors.{/i}"
|
||||
|
||||
"Farelie frowns but takes the proffered canteen."
|
||||
scene fareliecanteen1
|
||||
|
||||
F "Fine… but it really smelled good, like a banana-strawberry shake."
|
||||
|
||||
@ -231,6 +246,7 @@ M "I think I can refill my canteen when we get to a good break spot."
|
||||
F "Mkay."
|
||||
|
||||
"She’s careful to pour the icy water on her pink gills, a shiver runs over her entire body as the liquid life refreshes her dried out skin."
|
||||
scene fareliecanteen2
|
||||
|
||||
F "O-oh, that’s nice."
|
||||
|
||||
@ -247,6 +263,7 @@ label shutup:
|
||||
"See her eyes water as she forces the disgusting sweetened slurry down."
|
||||
|
||||
"Farelie’s lips pop and she turns a very unconvincing smile towards me."
|
||||
scene fareliebottle2
|
||||
|
||||
F "Mmmm, d-delicious…"
|
||||
|
||||
@ -256,7 +273,10 @@ F "Sure."
|
||||
|
||||
F "In fact, let’s trade, you can have the rest of this!"
|
||||
|
||||
"Ah crap."
|
||||
if lewd:
|
||||
"Ah fuck."
|
||||
else:
|
||||
"Ah crap."
|
||||
|
||||
"I fake sip from the clear bottle and nod to Farelie."
|
||||
|
||||
@ -267,6 +287,8 @@ F "In fact, let’s trade, you can have the rest of this!"
|
||||
jump secondchoice
|
||||
|
||||
label secondchoice:
|
||||
scene black with dissolve
|
||||
|
||||
M "You ready to keep going?"
|
||||
|
||||
F "Yeah, let’s go!"
|
||||
@ -278,6 +300,7 @@ F "Yeah, let’s go!"
|
||||
"I dart my eyes over to Farelie’s face, and see her pink features paling as she takes it in."
|
||||
|
||||
"Before us lies the Jacob’s Ladder segment."
|
||||
scene jacobladder
|
||||
|
||||
"It’s a giant, well, ladder."
|
||||
|
||||
@ -330,6 +353,7 @@ F "I guess so."
|
||||
"I swear I can see her suppress a grin."
|
||||
|
||||
"She reaches the midway point, but my smile fades as I see her falter."
|
||||
scene ladderclimb1
|
||||
|
||||
"She pauses, taking in several long breaths."
|
||||
|
||||
@ -1092,7 +1116,10 @@ F "Okay. Let’s do this."
|
||||
|
||||
F "-Twenty-seven, twenty-eight, twenty-nine-"
|
||||
|
||||
"Shit, just like her I should focus on my own warm-ups."
|
||||
if lewd:
|
||||
"Shit, just like her I should focus on my own warm-ups."
|
||||
else:
|
||||
"Crap, just like her I should focus on my own warm-ups."
|
||||
|
||||
"I twist, contort, untwist, and stretch, feeling my muscles loosen and warm-up."
|
||||
|
||||
@ -1306,7 +1333,10 @@ F "You know what."
|
||||
|
||||
"After a moment of struggling, she relaxes and rests her chin on my shoulder."
|
||||
|
||||
F "Ass."
|
||||
if lewd:
|
||||
F "Ass."
|
||||
else:
|
||||
F "Jerk."
|
||||
|
||||
M "I love you too."
|
||||
|
||||
|
Reference in New Issue
Block a user