<<set $daysOfWeek to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $periodNames to ["Dawn", "Morning", "Afternoon", "Evening", "Night"]>>
<<set $currentDay to 0>>
<<set $currentPeriod to 2>>
<<set $firstDay = true>>
<<set $leesa = true>>
<<set $bi to false>>
<<set $random to random(1)>>
<<if !$currentPeriod>>
<<set $currentPeriod to 0>>
<</if>>
<<if $currentDay gte 7>>
<<set $currentDay to 0>>
<</if>>
<--states-->
<<set $strength to 0>>
<<set $charisma to 0>>
<<set $money to 0>>
<<set $workedOut to false>>
<<set $joggedToEnd to false>>
<<set $fishedToday to false>>
<<set $socialized to false>>
<--Alexis states-->
<<set $alexLove to 0>>
<<set $alexisStage to 0>>
<<set $alexiskinkdescoverd to false>>
<<set $hashasalexisdress to false>>
<--Dan states-->
<<set $danLove to 0>>
<<set $danStage to 0>>
<<set $danFirstKiss to false>>
<--Jean states-->
<<set $jeanLove to 0>>
<<set $jeanStage to 0>>
<<set $hasbuttplug to false>>
<<set $hasdildo to false>>
<<set $haspanties to false>>
<<set $hascage to false>>
<--Riley states-->
<<set $rileyLove to 0>>
<<set $rileyStage to 0>>
<--Kendra states-->
<<set $kendraLove to 0>>
<<set $kendraStage to 0>>
<div class="div">
Money: $money💰
Strength: $strength💪
<progress @value="$strength" max="50"></progress>
Charisma: $charisma🧲
<progress id="charisma" @value="$charisma" max="50"></progress>
</div>
[[States]]
[[cheats|hamada]]<div class="warning"><p><strong>WARNING! THIS GAME IS NOT FOR THE FAINT OF HEART (OR THE UNDERAGE)!</strong></p></div>
<div id="logo2"><img src="img/bg/+18.webp" id="logo2" alt="Game Logo"></div>
<div class="warning"><p>Listen up, dear player! This game is chock-full of explicit adult content that might make you blush, giggle, or gasp in shock. If you’re under the legal age to view adult content in your community, or if you’re currently residing in a place where viewing such content is illegal (yes, I’m looking at you, Internet explorer in the Vatican), do yourself a favor and skedaddle.</p></div>
<div class="warning"><p>Seriously, though. This game is so spicy it could make a ghost pepper seem like a bell pepper. If you’re not ready to handle steamy situations, awkward encounters, and plot twists hotter than a summer day in the Sahara, this might not be the game for you.</p></div>
<div class="warning"><p>For those of you brave (and legal) enough to proceed, buckle up! You're about to embark on a journey filled with risqué adventures, saucy scenarios, and a dash of hilarity. Don’t say we didn’t warn you. 😉</p></div>
<div class="warning"><p>So, are you of legal age and ready to dive into the naughtiness? If so, click ahead, you brave soul. If not, please exit this game immediately, find yourself a nice, tame puzzle game, and think of kittens. Lots of kittens.</p></div>
[[Continue|Warning2]]
[[skip]]<img src="img/bg/banner.webp">
<div class="warning"><p>I’m KingOfBuns, your laid-back guide to this peaceful farm life. Yep, just a regular farm—nothing unusual here at all.</p></div>
<div class="warning"><p>Enjoying the calm? Consider supporting me on Patreon. It helps keep things running smoothly, and you’ll get some nice perks too.</p></div>
<div class="warning"><p>So, what should I call you? Enter your name below, and let’s get started. <<textbox "$name" "John" "On the Bus" "confirm" id="textbox">></p></div>
<<nobr>>
<div class="warning">
<!-- Display the toggle button -->
<<button "Turn">>
<<if $bi>>
<<set $bi to false>>
<<else>>
<<set $bi to true>>
<</if>>
<!-- Replace the biStatus section with updated text -->
<<replace "#biStatus">>Gay content: <<print $bi>><</replace>>
<</button>>
<!-- This is the section that will be replaced -->
<div id="biStatus">Gay content: <<print $bi>></div>
</div>
<</nobr>><img src="img/bus.webp">
<<speech "MC" "$name" >>Hey there! I’m $name, and I'm about to crash at my Dad's friend Dan's farm in Croville for the summer. It’s been a while since my last visit, but I’ve got some pretty spicy memories from those days.<</speech>>
<img src="img/bg/farm.webp">
<div class="div">As the bus meanders through the countryside, the city's frenetic pace gradually fades into the tranquility of rural life. The bus ride feels like a rolling massage, though sadly, without any of the extra perks.</div>
<<speech "MC" "$name" >>Life in the city has been a whirlwind of university and part-time jobs. I’ve been craving this break like a lifeline. The ceaseless honking and city noise are beginning to sound like a chaotic circus.<</speech>>
<<speech "MC" "$name" >>Thinking back to my childhood summers at Dan's farm, those days were my slice of paradise. There was something magical about the fresh hay, the clucking chickens, and the open space where I could run around without a care in the world. Those memories are pure bliss.<</speech>>
<img src="img/Riley/young.webp">
<<speech "MC" "$name" >>Riley was my closest friend during those summers. We were inseparable, always up to some kind of mischief. I’ve heard she’s grown a lot since then. I wonder what she’s been up to—hopefully not something too mundane like bug collecting. I’m curious to see how she’s changed and what new hobbies she might have picked up.<</speech>>
<img src="img/alexis/PIe.webp">
<<speech "MC" "$name" >>Alexis, Dan’s wife, was always like a second mom to me. Her baking skills were unmatched—her pies could easily be declared a national treasure. Dan, on the other hand, was my guide to farm life. He taught me everything I needed to know, from milking cows to handling farm chores without ending up drenched. Those were good times.<</speech>>
<div class="div">The bus glides through the heart of the small town, past familiar shops and friendly faces. I watch as we pass a park where kids play and old-timers gossip on benches. The smell of freshly cut grass and warm summer air feels like a comforting embrace, a sharp contrast to the city's hustle.</div>
<<speech "MC" "$name" >>Croville seems to have stayed the same cozy little town I remember. It’s like stepping back in time. Now, though, I’m tall enough to reach the top shelf at the general store without a ladder.<</speech>>
<<speech "MC" "$name" >>This summer promises to be an adventure. I’m no longer a kid, and I’ve got a feeling this time around will be different. Here’s hoping the cows and the farm remember me fondly and don’t hold any grudges for my long absence.<</speech>>
<div class="div">And so, the journey begins. Time to catch up with everyone, discover what’s new, and maybe, just maybe, avoid stepping in cow pies. Wish me luck!</div>
[[Continue|Arrival at the Farm]]<!-- Narration and initial bus ride -->
<div class="div">The bus ride felt like a journey through time, each mile bringing you closer to the small town of Croville and the familiar embrace of Uncle Dan's farm. As the bus rolled through the countryside, memories of past summers came flooding back.</div>
<<speech "MC" "$name (Thinking)" >>The farm looks just as I remember it, but there’s something... different in the air. Maybe it’s just me, or maybe the cows have started a revolution.<</speech>>
<div class="div">Alexis steps out of the house, her face lighting up as she spots you.</div>
<!-- Alexis's warm welcome -->
<img src="img/alexis/atTheDoor.webp">
<<speech "Alexis">> (With a sweet Southern Belle accent) Well, look who it is! Oh, sweetheart, it’s so good to see you again after all this time.<</speech>>
<<speech "MC" "$name">> (Smiling) It’s great to see you too, Alexis. This place feels like my second home... though a bit less cramped than my apartment.<</speech>>
<div class="div">Alexis’s eyes linger on you, taking in how much you’ve grown and changed. She gives you a more appraising look.</div>
<<speech "Alexis">> (Flirty) My, my, you’ve certainly grown up. Lookin' all handsome and strong. I might need to get my fan out.<</speech>>
<<speech "MC" "$name">> (Blushing slightly) Thanks, Alexis. You’re looking as radiant as ever. Is that a new pie recipe I smell?<</speech>>
<<speech "Alexis">> (Stepping closer, brushing some dust off $name’s shoulder) Now don’t be shy, sugar. We’ve been lookin' forward to your visit all summer. We’ve even polished the old tractor for you.<</speech>>
<div class="div">Dan steps out of the barn, wiping his hands on a rag and grinning.</div>
<!-- Dan's welcome -->
<img src="img/dan/image.webp">
<<speech "Dan">> (With a slight Southern drawl) Hey there, kiddo. Good to have you back. Been keepin’ busy, huh?<</speech>>
<<speech "MC" "$name">> (Grinning) You know it, Uncle Dan. Always something going on. How’s everything on the farm? Still managing to keep the cows in line?<</speech>>
<<speech "Dan">> Oh, you know how it is. Just keeping things running. Got a few new chickens, and the crops are lookin' good this year. You might even get a chance to wrangle some chickens if you’re up for it.<</speech>>
<<speech "MC" "$name">> That sounds like a plan. I’ve missed this place—except for the chicken wrangling. That’s still a workout I could do without.<</speech>>
<<speech "Alexis">> (Turning slightly towards the house) Oh, and Riley’s inside. She’s been lookin’ forward to your visit. I think she’s got a few surprises for you.<</speech>>
<<speech "MC" "$name (Thinking)" >>Riley, the neighbor’s daughter. Always full of energy and enthusiasm. But as she comes closer, I realize... she’s grown up. And probably not as into collecting bugs anymore.<</speech>>
<!-- Riley's entrance -->
<div class="div">Riley comes running down the path, excitement evident on her face.</div>
<img src="img/Riley/firstlook.webp">
<<speech "Riley">> (With a sweet and innocent Southern accent, blushing) Hey! You’re finally here! I’ve been waiting all day!<</speech>>
<<speech "MC" "$name (Thinking)" >>Wow... Riley’s really grown up. She’s... beautiful. Guess I won’t be the only one needing sunscreen this summer.<</speech>>
<<speech "MC" "$name">> (Playfully) Riley, is that you? Or did you swap places with a movie star while I was away?<</speech>>
<div class="div">Riley blushes deeply, her cheeks turning a rosy pink as she giggles nervously.</div>
<<speech "Riley">> (Shyly) It’s me, silly. It’s just so good to have you back. We’ve missed you around here.<</speech>>
<<speech "MC" "$name (Thinking)" >>Her smile is the same, but there’s a maturity in her eyes that wasn’t there before. She’s not the little girl I remember. This summer is definitely going to be different.<</speech>>
<<speech "MC" "$name">> (Smiling) It’s great to see you too, Riley. How have you been? Still kicking up dust around town?<</speech>>
<<speech "Riley">> (Blushing and looking down) Oh, you know, same old, same old. Just happy to have you back. We have so much to catch up on!<</speech>>
<<speech "MC" "$name">> Absolutely. I can’t wait to hear what’s been going on around here. Just don’t make me regret not bringing my bug spray.<</speech>>
<div class="div">The group starts walking towards the farmhouse. The sun is beginning to set, casting a golden hue over the landscape. The air is filled with the sounds of crickets and the distant lowing of cattle.</div>
<!-- Walking towards the farmhouse -->
<<speech "Alexis">> (Pointing towards the fields) We’ve been real busy, honey. Got a new irrigation system put in, and it’s been workin' wonders for the crops.<</speech>>
<<speech "MC" "$name">> That’s fantastic! I bet the harvest will be great this year. And maybe we’ll even have enough corn for a few epic barbecue sessions.<</speech>>
<<speech "Dan">> (Nodding) Sure hope so. It’s been a lot of hard work, but it’s paying off. You might even get to help us bring in some of it if you’re up for it.<</speech>>
<<speech "MC" "$name">> (Grinning) You know I am. Can’t wait to get my hands dirty and make up for lost time.<</speech>>
<<speech "Alexis">> (With a twinkle in her eye) Oh, we’ll find plenty for you to do. Just make sure you take some time to relax and enjoy yourself too. After all, it’s not all work around here.<</speech>>
<<speech "MC" "$name">> (Laughing) Don’t worry, I plan on it. And I’ll make sure to savor every minute of it.<</speech>>
<<speech "Riley">> (Blushing) Um, I... I was thinking, maybe we could go for a walk later? I could show you some of the new places around town.<</speech>>
<<speech "MC" "$name">> (Playfully) A walk, huh? Only if you promise not to leave me behind like you used to when we were kids. My legs can’t handle the sprinting anymore.<</speech>>
<<speech "Riley">> (Giggling) I promise! I’ve grown up too, you know. No more racing unless you’re up for it.<</speech>>
<<speech "MC" "$name">> (Smiling warmly) I can see that. Alright, it’s a date then. I’ll be ready for whatever you’ve got.<</speech>>
<!-- Reaching the farmhouse -->
<<speech "Alexis">> (Noticing) Sounds like someone’s hungry. Let’s get you settled in and then we can have some dinner.<</speech>>
<<speech "MC" "$name">> (Grinning) That sounds perfect. I’ve missed your cooking, Alexis. My taste buds have been deprived.<</speech>>
<<speech "Alexis">> (Flirty) Oh, you charmer. I’ll make sure to whip up something special just for you. You know, with extra love.<</speech>>
<<speech "MC" "$name (Thinking)" >>As we walk, I soak in the familiar sights and sounds of the farm, catching up with Alexis, Dan, and Riley. It’s moments like these that make me realize how much I’ve missed this place—and the good company that comes with it.<</speech>>
[[Continue|Unpacking in the Guest Room]]<!-- Settling in -->
<<speech "MC" "$name">> (Grinning) Alright, time to settle in and make this place a little less bland.<</speech>>
<!-- Unpacking scene -->
<div class="div">You start unpacking your suitcase, tossing clothes into the dresser and hanging up shirts and jackets in the closet. You pull out a picture frame from the nightstand, showing a younger version of yourself with Uncle Dan and Alexis.</div>
<<speech "MC" "$name">> (Chuckling) Look at us, all smiles and no worries. Man, I was such a little shit back then.<</speech>>
<!-- Alexis checks in -->
<div class="div">There’s a knock on the door, and Alexis peeks in, her eyes sparkling with that familiar warmth.</div>
<img src="img/alexis/peek.webp">
<<speech "Alexis">>Need any help, sugar? I’ve got a bit of free time and an itch to get into trouble.<</speech>>
<<speech "MC" "$name">> (Turning to her with a grin) I think I’ve got it covered, but if you’re offering to help with some of the more... personal unpacking, I might just take you up on it.<</speech>>
<<speech "Alexis">> (Stepping inside, glancing around) Well, don’t you worry. We’ve got plenty of plans to keep you busy—picnic, barn dance, and who knows, maybe a little mischief if you’re up for it.<</speech>>
<<speech "MC" "$name">> (Grinning) Oh, I’m definitely up for it. Sounds like a recipe for fun, and maybe some stories that’ll make me cringe later.<</speech>>
<<speech "Alexis">> (Smiling warmly) And don’t you worry about a thing. We’ll make sure you have a damn good time. I’ll even throw in a few surprises.<</speech>>
<<speech "MC" "$name">> (Playfully) With you guys around, I’m sure I’ll be both entertained and thoroughly exhausted.<</speech>>
<<speech "Alexis">> (Stepping closer, brushing some dust off $name’s shoulder) You always did know how to charm the pants off everyone. So, tell me, what’s new with you? Any juicy city stories?<</speech>>
<<speech "MC" "$name">> (Smirking) Oh, you know, the usual city chaos. Late nights, bad decisions, and more coffee than is probably good for me.<</speech>>
<<speech "Alexis">> (Leaning in, flirtatiously) Bad decisions, huh? Any special someone in the city who’s been keeping you up all night?<</speech>>
<<speech "MC" "$name">> (Laughing) Nah, just work and a few questionable late-night choices. But who knows, this summer might change all that.<</speech>>
<<speech "Alexis">> (Winking) I’m sure it will. Lots of lovely ladies around here, and I bet they’ll be all over you. Or maybe I’ll just keep you all to myself.<</speech>>
<<speech "MC" "$name">> (Grinning) If you keep looking at me like that, I might just forget about those other lovely ladies. You’re definitely the most enticing distraction so far.<</speech>>
<<speech "Alexis">> (Blushing slightly, playfully swatting $name’s arm) You’re a cheeky one, aren’t you? But I like it. Always knew you had a way with words.<</speech>>
<<speech "MC" "$name">> (Smiling) Just telling it like it is.<</speech>>
<div class="div">Alexis leaves, closing the door softly behind her. You continue unpacking, feeling a mix of excitement and nostalgia. You pull out a few books and place them on the nightstand, alongside your laptop and a few notebooks.</div>
<<speech "MC" "$name">> This summer’s already shaping up to be a wild ride. Can’t wait to see what kind of trouble we get into.<</speech>>
<div class="div">You move to the closet, hanging up a few shirts and jackets. As you do, you notice a small box tucked away in the corner. Curiosity piqued, you pull it out and open it.</div>
<<speech "MC" "$name">> What’s this? An old mystery box? I do love a good surprise.<</speech>>
<img src="img/bg/box.webp">
<div class="div">Inside the box, you find an assortment of old trinkets and souvenirs from past summers—seashells from a beach trip, a dried flower from a memorable hike, and a small, hand-carved wooden horse.</div>
<<speech "MC" "$name">> Wow, I’d totally forgotten about these. I guess even I had a sentimental side back then.<</speech>>
<div class="div">You pick up the wooden horse, running your fingers over the smooth, worn surface. It brings back memories of Uncle Dan’s handiwork and the simpler days of childhood.</div>
<<speech "MC" "$name">> Uncle Dan made this for me when I was ten. It’s a bit cheesy, but I suppose it’s a nice reminder of how far we’ve come. Or how little we’ve changed.<</speech>>
<div class="div">You place the horse on the dresser, smiling at the memories it brings back. You then continue unpacking, placing your toiletries in the adjoining bathroom and setting up your desk with your art supplies and sketchbook.</div>
<<speech "MC" "$name">> This room has always been my little hideaway. A place to unwind, get lost in my thoughts, and, let’s be honest, avoid doing anything productive.<</speech>>
<div class="div">As you finish unpacking, you sit on the edge of the bed, looking around the room. The sun is beginning to set, casting a warm, golden light through the window.</div>
<<speech "MC" "$name">> It’s good to be back. This summer’s going to be a blast. And who knows what kind of trouble we’ll get into?<</speech>>
<div class="div">You hear a soft knock on the door again and look up to see Riley peeking in, a shy smile on her face.</div>
<img src="img/Riley/peek.webp">
<<speech "Riley">> (Softly) Hey, I hope I’m not bothering you. Just wanted to see how you’re settling in.<</speech>>
<<speech "MC" "$name">> (Smiling) Hey, Riley. Not at all, come on in. I’m just trying to figure out how to turn this room into a personal paradise.<</speech>>
<div class="div">Riley steps inside, looking around the room with a mixture of curiosity and nostalgia. She then turns back to you, her eyes brightening.</div>
<<speech "Riley">> (Blushing slightly) It’s nice to have you back. The place feels different when you’re here.<</speech>>
<<speech "MC" "$name">> (Warmly) Thanks, Riley. It’s good to be back. So, what’s new with you? Any wild farm adventures while I was gone?<</speech>>
<<speech "Riley">> (Looking down, blushing more) Not much, really. Just the usual farm stuff. School’s been keeping me busy, too.<</speech>>
<<speech "MC" "$name">> (Grinning) You’re too modest. I bet you’ve been up to all sorts of interesting things. Any new hobbies or secrets I should know about?<</speech>>
<<speech "Riley">> (Nervously twirling a strand of hair) Well, I did start painting a little. It’s nothing great, but it’s fun.<</speech>>
<<speech "MC" "$name">> (Excitedly) Painting? That’s awesome! I’d love to see your work sometime. Maybe I could get some tips if you’re up for it.<</speech>>
<<speech "Riley">> (Blushing deeper) Really? It’s not that good, but if you want to...<</speech>>
<<speech "MC" "$name">> Absolutely! I bet you’re more talented than you think. And who knows, maybe we’ll create a masterpiece together.<</speech>>
<<speech "Riley">> (Shyly) I’d like that. It would be fun.<</speech>>
<<speech "MC" "$name">> (Smiling warmly) Great, it’s a date then. So, any other juicy secrets you’ve been hiding from me?<</speech>>
<<speech "Riley">> (Giggling) No secrets, just the same old me. But I’m really happy you’re here. It’s been too long.<</speech>>
<<speech "MC" "$name">> (Looking into her eyes) I’ve missed you too, Riley. We’ve got a lot of catching up to do and probably a lot of trouble to get into.<</speech>>
<<speech "Riley">> (Brightening) Well, I’ll let you get ready for dinner. Can’t wait to catch up more!<</speech>>
<<speech "MC" "$name">> (Smiling) Same here, Riley. See you downstairs.<</speech>>
<div class="div">Riley leaves, and you take a deep breath, feeling a sense of peace and excitement. The room feels like home again, and you’re eager to dive into the summer’s adventures.</div>
[[Time for Dinner|Kitchen]]<<set $randomPic to random(2)>>
<<if $randomPic is 0>>
<<if $bi is true>>
<img @src="'img/porn/town' + random(1, 10) + '.webp'">
<<else>>
<img @src="'img/porn/town' + random(1, 9) + '.webp'">
<</if>>
<div class="div">
You’re wandering through the small farm town when you stumble upon a hidden corner where a few people are caught up in some unexpectedly naughty activity. They’re in the middle of a steamy, explicit scene, with the town’s usual charm giving way to a very different kind of rural adventure</div>
<<else>>
<img src="img/bg/town0.webp">
<div class="div">You’re wandering through the small farm town, where things are predictably quirky. Farmers are gossiping over produce like it's the latest town scandal, kids are chasing after runaway chickens instead of ice cream, and a local is trying to juggle farm tools with less success than a circus act. It's a hilarious mix of rural charm and everyday antics</div>
<</if>>
<div class="navigation">
[[House|corridor]]
[[Fields|Fields]]
[[Church|Church]]
[[Neighbor's House|Neighbor's House]]
[[Gym|Gym]]
[[Local Store|Local Store]]
[[Bar|bar]]
[[Lake|Lake]]
[[Woods|Woods]]</div>
<img src="img/bg/corridor0.webp">
<div class="navigation">
[[Your Bedroom|Your Bedroom]]
[[Main Bedroom|Main Bedroom]]
[[Jean's Bedroom|Jean's Bedroom]]
[[Kitchen|Kitchen]]
[[Bathroom|Bathroom]]
[[Living Room|Living Room]]
[[Garden|Garden]]
[[Barn|Barn]]
[[Outside|Town]]
</div>
<<set $randomPic to random(2)>>
<<if $randomPic is 0 and $currentPeriod != 1>>
<<if $bi is true>>
<img @src="'img/porn/fields' + random(1, 10) + '.webp'">
<<else>>
<img @src="'img/porn/fields' + random(1, 7) + '.webp'">
<</if>>
<div class="div">
You’re walking through the fields and stumble upon a hidden spot where you see some people in the middle of a wild, naughty session. They're caught up in explicit, kinky action, and the scene is full of dirty details. You're taken aback but can't help but watch as they continue their intense, steamy play</div>
<<else>>
<<if $currentPeriod is 1 >>
<img src="img/bg/fields0.webp">
<div class="div">Morning light warms the fields as Dan works, his shirt clinging to him as he toils under the sun, sweat glistening on his skin.</div>
[[Help Dan|fieldhelp][$danLove += 2]]
<<if $danStage is 1>>
[[Kiss Dan|danfieldkissing][$danLove += 2]]
<<elseif $danStage is 2>>
[[Kiss Dan|danfieldkissing][$danLove += 2]]
[[Grope Dan|danfieldgroping][$danLove += 2]]
<<elseif $danStage is 3>>
[[Kiss Dan|danfieldkissing][$danLove += 2]]
[[Grope Dan|danfieldgroping][$danLove += 2]]
[[Ask Dan for a handjob|danfieldhandjob][$danLove += 2]]
<</if>>
<<else>>
<img src="img/bg/fields0.webp">
<div class="div">You step into the fields, with tall grass and wildflowers stretching out around you. The sun warms your skin, and the fresh, earthy scent fills the air</div>
<</if>>
<</if>>
<div class="navigation">
[[Town|Town]]
</div><<if $currentDay is 6>>
<<set $randomPic to random(2)>>
<<if $randomPic is 0>>
<img @src="'img/porn/church' + random(1, 10) + '.webp'">
<div class="div">
You walk into the church and see people in a filthy, kinky scene. They're fucking in the pews, with thick cocks and tight asses on full display. The air is filled with loud moans and the smell of sex.</div>
<<else>>
<img src="img/bg/church0.webp">
<div class="div">You enter the church, greeted by the cool, quiet air and the soft light streaming through stained glass windows. The space is serene, with wooden pews and an altar at the front. The calm atmosphere invites reflection and calm</div>
<</if>>
<<else>>
<div class="div">The church is closed today but will open its doors on Sunday. See you then for some Sunday spirit!</div>
<</if>>
<div class="navigation">
[[Town|Town]]
</div><img src="img/bg/neighbor's-house.webp">
<div class="navigation">
[[Riley's Bedroom|riley's Bedroom]]
[[Kendra Bedroom|Kendra Bedroom]]
[[Kitchen|nKitchen]]
[[Bathroom|nBathroom]]
[[Living Room|nLiving Room]]
[[Outside|Town]]
</div>
<<if $currentPeriod != 4>>
<img src="img/bg/shop.webp" alt="Shop Background">
<div class="div">Yeah, what can I get for you, darling?” the sultry shop owner purrs, her eyes sparkling with a playful, flirtatious glint.</div>
<div id="logo3">
<<if !$haspanties>>
<div class="div">
<img src="img/shop/panties.webp" alt="Panties" class="card">
<<button [[Buy $100|Buy Panties $100]]>>Buy<</button>>
</div>
<</if>>
<<if !$hasdildo>>
<div class="div">
<img src="img/shop/dildo.webp" alt="Dildo" class="card">
<<button [[Buy $150|Buy Dildo $150]]>>Buy<</button>>
</div>
<</if>>
<<if !$hasbuttplug>>
<div class="div">
<img src="img/shop/buttblug.webp" alt="Buttplug" class="card">
<<button [[Buy $200|Buy Buttplug $200]]>>Buy<</button>>
</div>
<</if>>
<<if !$hashasalexisdress>>
<div class="div">
<img src="img/shop/alexisdress.webp" alt="alexisdress" class="card">
<<button [[Buy $400|Buy alexisdressButtplug $400]]>>Buy<</button>>
</div>
<</if>>
<<if !$hascage>>
<div class="div">
<img src="img/shop/cage.webp" alt="Cage" class="card">
<<button [[Buy $300|Buy Cage $300]]>>Buy<</button>>
</div>
<</if>>
</div>
<<else>>
<img src="img/bg/baropen.webp">
<</if>>
[[Leave|Town]]<img src="img/bg/barn0.webp">
<<if $currentPeriod is 0 >>
<div class="div">Morning light filters through the barn as Dan works, his shirt sticking to his back as he handles the chores, sweat running down his face.</div>
[[Help Dan|barnhelp][$danLove += 2]]
<<if $danStage is 1>>
[[Kiss Dan|danbarnkissing][$danLove += 2]]
<<elseif $danStage is 2>>
[[Kiss Dan|danbarnkissing][$danLove += 2]]
[[Grope Dan|danbarngroping][$danLove += 2]]
<<elseif $danStage is 3>>
[[Kiss Dan|danbarnkissing][$danLove += 2]]
[[Grope Dan|danbarngroping][$danLove += 2]]
[[Ask Dan for a handjob|danbarnhandjob][$danLove += 2]]
<</if>>
<<if $danStage is 0 and $danLove gte 10 >>
<<goto [[Dan first kiss]]>>
<</if>>
<<if $danStage is 2 and $danLove gte 30 >>
<<goto [[Dan first handjob]]>>
<</if>>
<</if>>
<div class="navigation">
[[Go inside|corridor]]
[[Town|Town]]
</div>
<<if $currentPeriod is 2 >>
<img @src="'img/riley/rileylake' + random(1, 3) + '.webp'">
<div class="div">Riley is sunbathing here.</div>
[[Flirt with Riley|RileyFlirtLake][$rileyLove += 2]]
<<if $rileyStage is 1>>
[[Kiss Riley|Rileykisslake][$rileyLove += 2]]
<<elseif $rileyStage is 2>>
[[Kiss Riley|Rileykisslake][$rileyLove += 2]]
[[Grope Riley|Rileygropelake][$rileyLove += 2]]
<<elseif $rileyStage is 3>>
[[Kiss Riley|Rileykisslake][$rileyLove += 2]]
[[Grope Riley|Rileygropelake][$rileyLove += 2]]
[[Ask Riley for a handjob|Rileyhandjobelake][$rileyLove += 2]]
<</if>>
<<else>>
<<set $randomPic to random(2)>>
<<if $randomPic is 0>>
<img @src="'img/porn/lake' + random(1, 10) + '.webp'">
<div class="div">
You’re walking through the fields and stumble upon a hidden spot where you see some people in the middle of a wild, naughty session. They're caught up in explicit, kinky action, and the scene is full of dirty details. You're taken aback but can't help but watch as they continue their intense, steamy play</div>
<<else>>
<img src="img/bg/lake0.webp">
<div class="div">You step into the lake, feeling the cool water surround your legs. The gentle ripples move around you as you wade further in. The water is refreshing, and you can see fish darting below the surface while the sunlight dances on the ripples</div>
<</if>>
<</if>>
<<if $currentPeriod <= 3 and $fishedToday is false>>
[[Go fishing|fishing game]]
<</if>>
<div class="navigation">
[[Town|Town]]
</div><img src="img/bg/woods0.webp">
<div class="div">You step into the fields, with tall grass and wildflowers stretching out around you. The sun warms your skin, and the fresh, earthy scent fills the air</div>
<<if $joggedToEnd is false>>
[[Go jogging|jogging]]
<</if>>
<div class="navigation">
[[Town|Town]]
</div><img src="img/bg/bedroom0.webp">
[[Sleep|sleep][$currentPeriod to 0,$currentDay++]]
[[corridor|corridor]]<<if $currentPeriod === 4>>
<div class="div">Everyone is sleeping</div>
[[try to go inside|Alexis sleeping]]
<<else>>
<img src="img/bg/mainbedroom0.webp">
[[corridor|corridor]]
<</if>>
<<if $currentPeriod is 0 or $currentPeriod is 4>>
<div class="div">Jean is still asleep in his bedroom, his cute pink shorts barely covering his feminine, hot body</div>
[[Jean is sleeping|jeansleep]]
<<elseif $currentPeriod is 3 >>
<img @src="'img/jean/jeangaming' + random(1, 2) + '.webp'">
<div class="div">Jean is gaming in his room.</div>
[[Ask to play with him|jeangaming][$jeanLove +=2]]
<<if $jeanStage is 1 >>
[[kiss Jean|jeankissing][$jeanLove +=2]]
<<elseif $jeanStage is 2 >>
[[kiss Jean|jeankissing][$jeanLove +=2]]
[[Grope Jean|jeangroping][$jeanLove +=2]]
<<elseif $jeanStage is 2 >>
[[kiss Jean|jeankissing][$jeanLove +=2]]
[[Grope Jean|jeangroping][$jeanLove +=2]]
[[cheack Jean's panties|jeanghandjob][$jeanLove +=2]]
<</if>>
<<if $jeanStage is 0 and $jeanLove gte 10 >>
<<goto [[jean kink descover]]>>
<<elseif $jeanStage is 1 and $jeanLove gte 20 >>
<<goto [[jean first grobe]]>>
<<elseif $jeanStage is 2 and $jeanLove gte 30 and $haspanties is true >>
<<goto [[jean first panties]]>>
<</if>>
<<else>>
<img src="img/bg/jeanbedroom0.webp">
<</if>>
[[corridor|corridor]]
<<if $firstDay is true>>
<<goto [[Dinner and Meeting Jean]]>>
<<else>>
<<if $currentPeriod is 0>>
<img @src="'img/alexis/alexiskitchen' + random(1, 4) + '.webp'">
<div class="div">The kitchen is bathed in the morning light. Alexis is cooking breakfast, her apron dusted with flour.</div>
<<if $alexisStage is 0 and $alexLove gte 10 >>
<<goto [[Alexis kink descover]]>>
<<elseif $alexisStage is 1 and $alexLove gte 20 >>
<<goto [[Alexis clothes change]]>>
<<else>>
[[Flirt with Alexis|alexisFlirtKitchen][$alexLove += 2]]
<</if>>
<<if $alexisStage is 1>>
[[Kiss Alexis|alexiskissing][$alexLove += 2]]
<<elseif $alexisStage is 2>>
[[Kiss Alexis|alexiskissing][$alexLove += 2]]
[[Grope Alexis|alexisgroping][$alexLove += 2]]
<<elseif $alexisStage is 3>>
[[Kiss Alexis|alexiskissing][$alexLove += 2]]
[[Grope Alexis|alexisgroping][$alexLove += 2]]
[[Ask Alexis for a Handjob|alexishandjob][$alexLove += 2]]
<<elseif $alexisStage is 4>>
[[Kiss Alexis|alexiskissing][$alexLove += 2]]
[[Grope Alexis|alexisgroping][$alexLove += 2]]
[[Ask Alexis for a Handjob|alexishandjob][$alexLove += 2]]
[[Ask Alexis for a blowjob|alexisblowjobkitchen][$alexLove += 2]]
<</if>>
<<elseif $currentPeriod is 2>>
<img @src="'img/jean/jeankitchen' + random(1, 3) + '.webp'">
<div class="div">Jean cooks breakfast in the kitchen</div>
[[Flirt with jean|jeanFlirtKitchen][$jeanLove += 2]]
<<if $jeanStage is 1>>
[[kiss Jean|jeankissingkitchen][$jeanLove +=2]]
<<elseif $jeanStage is 2>>
[[kiss Jean|jeankissingkitchen][$jeanLove +=2]]
[[Grope Jean|jeangropingkitchen][$jeanLove +=2]]
<</if>>
<<else>>
<img src="img/bg/kitchen0.webp">
<</if>>
[[corridor|corridor]]
<</if>>
<<if $currentPeriod is 3>>
<img @src="'img/alexis/alexisshower' + random(1, 3) + '.webp'">
<div class="div">Morning light fills the room as Alexis strips off her clothes and steps into the shower, ready for a hot, steamy wash</div>
[[Spy on Alexis|alexisshower]]
<<elseif $currentPeriod is 2>>
<img @src="'img/dan/danshower' + random(1, 3) + '.webp'">
<div class="div">Morning light fills the room as Dan strips off and steps into the shower, letting the hot water run over his body.</div>
[[Spy on Dan|danshower]]
<<elseif $currentPeriod is 1>>
<img @src="'img/jean/jeanshower' + random(1, 3) + '.webp'">
<div class="div">Morning light streams in as Jean peels off and steps into the shower, letting the hot water drench his body.</div>
[[Spy on Jean|jeanshower]]
<<else>>
<img src="img/bg/bathroom0.webp">
[[Shower|shower]]
<</if>>
[[corridor|corridor]]
<<if $currentPeriod is 1 >>
<img @src="'img/alexis/alexisyoga' + random(1, 3) + '.webp'">
<div class="div">Morning light fills the living room as Alexis performs a yoga pose on her mat, her robe nearby</div>
[[Flirt with Alexis|alexisFlirtLivingroom][$alexLove += 2]]
<<if $alexisStage is 1>>
[[Kiss Alexis|alexisyogakissing][$alexLove += 2]]
<<elseif $alexisStage is 2>>
[[Kiss Alexis|alexisyogakissing][$alexLove += 2]]
[[Grope Alexis|alexisyogagroping][$alexLove += 2]]
<<elseif $alexisStage is 3>>
[[Kiss Alexis|alexisyogakissing][$alexLove += 2]]
[[Grope Alexis|alexisyogagroping][$alexLove += 2]]
[[Ask Alexis for a handjob|alexisyogahandjob][$alexLove += 2]]
<<elseif $alexisStage is 4>>
[[Kiss Alexis|alexisyogakissing][$alexLove += 2]]
[[Grope Alexis|alexisyogagroping][$alexLove += 2]]
[[Ask Alexis for a handjob|alexisyogahandjob][$alexLove += 2]]
[[Ask Alexis for a blowjob|alexisyogablowjob][$alexLove += 2]]
<</if>>
<<elseif $currentPeriod is 3>>
<img @src="'img/dan/danworkout' + random(1, 3) + '.webp'">
<div class="div">Dan works out in the living room, his shirt sticking to him as he sweats through each rep.</div>
[[Work Out With Dan|danworkout][$strength++,$danLove+=2]]
<<if $danStage is 1>>
[[Kiss Dan|danworkoutkissing][$danLove += 2]]
<<elseif $danStage is 2>>
[[Kiss Dan|danworkoutkissing][$danLove += 2]]
[[Grope Dan|danworkoutgroping][$danLove += 2]]
<<elseif $danStage is 3>>
[[Kiss Dan|danworkoutkissing][$danLove += 2]]
[[Grope Dan|danworkoutgroping][$danLove += 2]]
[[Ask Dan for a handjob|danworkouthandjob][$danLove += 2]]
<</if>>
<<if $danStage is 1 and $danLove gte 20 >>
<<goto [[Dan porn watch]]>>
<</if>>
<<else>>
<img src="img/bg/livingroom0.webp">
<</if>>
[[corridor|corridor]]
<img src="img/bg/garden0.webp">
<<if $currentPeriod is 2>>
<div class="div">The garden is bathed in the morning light. Alexis is tending the plants.</div>
[[Flirt with Alexis|alexisFlirtGarden][$alexLove += 2]]
<<if $alexisStage is 1>>
[[Kiss Alexis|alexisgardenkissing][$alexLove += 2]]
<<elseif $alexisStage is 2>>
[[Kiss Alexis|alexisgardenkissing][$alexLove += 2]]
[[Grop Alexis|alexisgardengroping][$alexLove += 2]]
<<elseif $alexisStage is 3>>
[[Kiss Alexis|alexisgardenkissing][$alexLove += 2]]
[[Grop Alexis|alexisgardengroping][$alexLove += 2]]
[[Ask Alexis for a handjob|alexisgardenhandjob][$alexLove += 2]]
<<elseif $alexisStage is 4>>
[[Kiss Alexis|alexisgardenkissing][$alexLove += 2]]
[[Grop Alexis|alexisgardengroping][$alexLove += 2]]
[[Ask Alexis for a handjob|alexisgardenhandjob][$alexLove += 2]]
[[Ask Alexis for a blowjob|alexisgardenblowjob][$alexLove += 2]]
<</if>>
<</if>>
<<if $alexisStage is 2 and $alexLove gte 30 >>
<<goto [[Alexis lake adventure]]>><</if>>
[[corridor|corridor]]<!-- Settling in -->
<img src="img/alexis/alexiskitchen.webp">
<div class="div">[$name finishes unpacking and heads downstairs, drawn by the mouthwatering aroma of dinner. $name enters the dining room where the table is set with a hearty meal. Alexis, Uncle Dan, Riley, and Jean are already seated.]</div>
<<speech "Alexis">> (With a sultry smile) There you are, darling. Come on and have a seat. Dinner’s ready, and I promise it’s going to be just as satisfying as you hoped.<</speech>>
<<speech "MC" "$name">> (Grinning) Smells fantastic, Alexis. If it tastes as good as it smells, I might need to unbutton my pants before dessert.<</speech>>
<<speech "Alexis">> (Playfully, leaning close as she serves) Well, if you eat too much, you might need help getting into bed. Lucky for you, I’m available for private “bedroom” consultations.<</speech>>
<div class="div">[$name takes a seat next to Riley, who blushes and smiles shyly.]</div>
<img src="img/riley/dinnertable.webp">
<<speech "Dan">> (Contentedly) Nothing like a good home-cooked meal after a long day. So, what’s everyone been up to?<</speech>>
<<speech "MC" "$name">> (Grinning) Just settling in and exploring the farm. It’s great to be back. Alexis’s cooking seems to be the highlight so far. How’s the farm been treating you, Uncle Dan? I hope you haven’t been working too hard.<</speech>>
<<speech "Dan">> (Proudly) Busy as always, but that’s how we like it. How about you, Riley? How’s school been treating you? No more sneaking out for late-night adventures?<</speech>>
<<speech "Riley">> (Blushing) It’s good, thank you. I’m looking forward to summer break, though.<</speech>>
<<speech "Jean">> (Softly) Hey, everyone. Sorry I’m late.<</speech>>
<<speech "Alexis">> (Teasingly, brushing against $name’s shoulder) There you go again, Jean. Always fashionably late. Maybe you should take notes from $name on how to make an entrance.<</speech>>
<<speech "MC" "$name">> (Chuckling, feeling Alexis’s flirtatious energy) If that’s how you make an entrance, I might have to be fashionably late just to get more of your attention.<</speech>>
<<speech "Alexis">> (Playfully, touching $name’s arm) Oh, you’ve been missed, $name. I’ve missed having you around to spice things up.<</speech>>
<<speech "MC" "$name">> (Grinning) It’s good to be back. Feels like coming home, but with a lot more excitement.<</speech>>
<div class="div">[Jean joins them at the table, looking a bit tired but smiling warmly.]</div>
<<speech "MC" "$name">> (To Jean, with a smile) Hey Jean, good to see you. How’ve you been? Still perfecting your “fashionably late” routine?<</speech>>
<<speech "Jean">> (Shyly) Hey, $name. Been good, just busy with stuff.<</speech>>
<div class="div">[As they chat, $name subtly notices Jean’s appearance, recognizing how Jean has grown into his own.]</div>
<<speech "MC" "$name">> (Internally, noticing Jean’s features) Jean’s really grown up. His face is softer now, with those delicate features—almost like he’s stepped out of a soap opera.<</speech>>
<div class="div">[The conversation flows, filled with laughter and reminiscing about past adventures on the farm. Throughout dinner, Alexis’s teasing glances and subtle touches create a playful tension.]</div>
<<speech "Dan">> (Cheerfully) So, $name, any plans for this summer?<</speech>>
<<speech "MC" "$name">> (Grinning mischievously) Well, Uncle Dan, I was thinking of starting a chicken rodeo in the backyard. And if Alexis is up for it, we might turn it into a full-blown farm extravaganza.<</speech>>
<<speech "Riley">> (Giggling) That would be so much fun!<</speech>>
<<speech "Dan">> (Smiling) Sounds like we’ve got a fun summer ahead.<</speech>>
<<speech "MC" "$name">> (Grinning) Definitely. Can’t wait!<</speech>>
<<speech "Alexis">> (Cheerfully) Here’s to a great summer!<</speech>>
<div class="div">[Dinner wraps up with everyone enjoying dessert and relaxed conversation.]</div>
[[Your Bedroom][$firstDay to false , $currentPeriod to 3]]
<img src="img/bg/logo2.webp" id="logo" alt="Game Logo">
<<set $periods = ["dawn.webp","morning.webp","afternoon.webp","evening.webp","night.webp"]>>
<div class="div"><<print $daysOfWeek[$currentDay]>>'s
<<print $periodNames[$currentPeriod]>></div>
<img @src="'img/bg/' + $periods[$currentPeriod]" id="per"><a href="https://www.patreon.com/KingOfBuns
"> <img src="img/patreon.webp" style="position:relative; left:0; top:0; width: 100%; height: 100%" ></a>…<<if $bi is true>>
<img @src="'img/porn/sleep' + random(1, 10) + '.webp'">
<<else>>
<img @src="'img/porn/sleep' + random(1, 7) + '.webp'">
<</if>>
<div class="div">In the darkness of your bedroom, you dream of a filthy, primal fuck, with slick, horny bodies grinding together and hands and mouths eagerly sucking and licking every inch. The raw, desperate need leaves you in a sticky mess, the dirty, throbbing sensations lingering</div>
[[Wake up|Your Bedroom][$workedOut to false,$socialized to false,$joggedToEnd to false, $fishedToday to false]]
<<if $currentDay gte 7>>
<<set $currentDay to 0>>
<</if>>
<<set $randomSneak to random(3)>>
<<if $randomSneak is 0>>
<img src="img/alexis/alexissleep1.webp">
<div class="div">You crept silently down the hallway, your heart racing with excitement. When you reached Alexis’s room, you carefully eased the door open and slipped inside, your breath hitching as you saw her lying in bed.</div>
<div class="div">Alexis was sprawled out, her body relaxed and partially exposed under the covers. The sight of her in such a vulnerable state made your mind race with lustful thoughts. You couldn’t help but imagine what it would be like to have her awake and alert, responding to your touch.</div>
<div class="div">You moved closer to the bed, your eyes roaming over her curves, your thoughts growing more intense. The temptation to touch her was almost overwhelming, and you had to remind yourself to stay quiet.</div>
<<speech "MC" "$name">> God, you look irresistible like this. I bet you’d be even more incredible if you were awake.<</speech>>
<div class="div">You took one last, lingering look at her sleeping form, your mind filled with fantasies and desires. Not wanting to risk waking her, you slowly retreated from the room, closing the door as softly as you could while your thoughts remained fixated on her.</div>
[[Pull Down Her Top]]
[[Expose Her Pussy]]
<<elseif $randomSneak is 1>>
<img src="img/alexis/alexissleep2.webp">
<div class="div">You snuck down the hallway, a thrill running through you as you approached Alexis’s room. You pushed the door open just enough to slip inside, your eyes widening as you took in the sight of her sleeping peacefully in bed.</div>
<div class="div">The way she lay there, her body slightly exposed, ignited a wave of dirty thoughts. You couldn’t help but imagine what it would be like to slide into bed next to her, to feel her warmth and explore every inch of her body.</div>
<div class="div">You crept closer, your mind racing with fantasies about what you could do if she were awake. The sight of her like this was almost too much for you to handle, and you had to fight to keep yourself in check.</div>
<<speech "MC" "$name">> Damn, you look so tempting. I can’t stop thinking about what I’d do if you weren’t asleep.<</speech>>
<div class="div">With your desires burning strong, you took one final, lingering look before quietly slipping out of the room. You made sure the door was closed gently behind you, your mind still buzzing with thoughts of her.</div>
[[Pull Down Her Top]]
[[Expose Her Pussy]]
<<elseif $randomSneak is 2>>
<img src="img/alexis/alexissleep3.webp">
<div class="div">You moved stealthily down the corridor, excitement bubbling within you as you reached Alexis’s room. You nudged the door open just enough to slip inside, your eyes immediately drawn to her serene, sleeping form.</div>
<div class="div">The sight of her lying there, her body partly exposed, sent a jolt of arousal through you. Your thoughts grew increasingly explicit as you imagined the possibilities of what you could do if she were awake and aware.</div>
<div class="div">You leaned in closer, your gaze lingering on her alluring form. The fantasy of exploring her body while she responded to your touch fueled your excitement, making it hard to tear yourself away.</div>
<<speech "MC" "$name">> You look so fucking good like this. I’d love to see you wake up and let me do whatever I want.<</speech>>
<div class="div">Feeling a mix of frustration and desire, you took one last, intense look before slipping out of the room. You closed the door as quietly as possible, your mind still racing with dirty thoughts.</div>
[[Pull Down Her Top]]
[[Expose Her Pussy]]
<<else>>
<img src="img/alexis/doorlocked.webp">
<div class="div">You approached Alexis’s room, only to find the door locked. Frustration and arousal mingled as you imagined her behind the door, fueling your dirty thoughts.</div>
<<speech "MC" "$name">> Damn, locked out and still thinking about all the things I’d do if I could get in there.<</speech>>
<</if>>
[[Leave quietly|corridor][$currentPeriod++]]
<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/alexis/alexiskitchenflirt1.webp">
<div class="div">$name walked into the kitchen, catching Alexis’ eye as she prepared lunch. Her cheerful demeanor brightened even more upon seeing him.</div>
<<speech "MC" "$name">> Hey Alexis, you look incredible today.<</speech>>
<div class="div">Alexis flashed a playful smile, clearly enjoying the compliment.</div>
<<speech "Alexis">> Oh, you’re just saying that to make me blush.<</speech>>
<div class="div">$name moved closer, his voice dropping to a flirtatious whisper.</div>
<<speech "MC" "$name">> No, I mean it. You’re looking absolutely irresistible.<</speech>>
<div class="div">Alexis blushed, a mischievous twinkle in her eye as she looked up at him.</div>
<<speech "Alexis">> Well, thank you, $name. You’re making it hard to stay focused on lunch.<</speech>>
<<elseif $randomFlirt is 1>>
<img src="img/alexis/alexiskitchenflirt2.webp">
<div class="div">$name walked into the kitchen and noticed Alexis bending over to grab something from the lower cabinet. The view was definitely not lost on him.</div>
<<speech "MC" "$name">> Now that’s a view I could get used to.<</speech>>
<div class="div">Alexis stood up quickly, her face flushed with surprise and a hint of amusement.</div>
<<speech "Alexis">> $name! You’re always such a tease.<</speech>>
<div class="div">He grinned, stepping closer and lightly brushing his hand against her hip, enjoying her reaction.</div>
<<speech "MC" "$name">> Only for you, Alexis. You’ve got a figure that’s hard to ignore.<</speech>>
<div class="div">Alexis laughed softly, shaking her head but clearly enjoying the attention.</div>
<<speech "Alexis">> You’re trouble, you know that?<</speech>>
<<else>>
<img src="img/alexis/alexiskitchenflirt3.webp">
<div class="div">$name found Alexis stirring a pot on the stove, the delicious aroma filling the kitchen. He couldn’t help but notice how good she looked in her element.</div>
<<speech "MC" "$name">> Smells amazing in here. Almost as good as you.<</speech>>
<div class="div">Alexis looked over her shoulder with a mischievous glint in her eyes, clearly enjoying the compliment.</div>
<<speech "Alexis">> Trying to charm me into giving you a taste?<</speech>>
<div class="div">$name stepped closer, his hand brushing lightly against her lower back, adding to the intimate atmosphere.</div>
<<speech "MC" "$name">> Maybe I am. Or maybe I just want a taste of you.<</speech>>
<div class="div">Alexis’ eyes sparkled with playful intrigue as she met his gaze.</div>
<<speech "Alexis">> Well, you’ll have to wait and see. I might have a few surprises in store.<</speech>>
<</if>>
[[Stop flirting|corridor][$currentPeriod++]]
<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/alexis/alexisyogaflirt1.webp">
<div class="div">$name walked into the living room and saw Alexis doing yoga. Her movements were smooth and fluid, her form highlighted by her workout clothes.</div>
<<speech "MC" "$name">> Alexis, you look really good doing that. It’s hard to keep my eyes off you.<</speech>>
<div class="div">Alexis glanced up from her pose, a playful smile on her lips as she wiped sweat from her forehead.</div>
<<speech "Alexis">> Well, thanks. I didn’t think yoga would be quite this captivating for you.<</speech>>
<div class="div">$name moved closer, his gaze lingering on her as she shifted poses, her muscles flexing gracefully.</div>
<<speech "MC" "$name">> It’s not just the yoga. You make everything look effortless.<</speech>>
<div class="div">Alexis laughed softly, clearly enjoying the compliment. She shifted into a new pose, showing off her flexibility.</div>
<<speech "Alexis">> You’re quite the flatterer. I didn’t realize you were such a fan of yoga.<</speech>>
<div class="div">$name smiled, his eyes admiring her as she continued her routine.</div>
<<speech "MC" "$name">> I guess you could say I’m a fan of the whole package.<</speech>>
<div class="div">Alexis gave him a warm smile as she finished her session.</div>
<<speech "Alexis">> Well, I’m glad I could catch your eye. Maybe I’ll have to do this more often.<</speech>>
<<elseif $randomFlirt is 1>>
<img src="img/alexis/alexisyogaflirt2.webp">
<div class="div">$name entered the living room and saw Alexis stretched out on a yoga mat, her body bending into a deep, flexible pose.</div>
<<speech "MC" "$name">> That’s quite a sight, Alexis. Yoga definitely suits you.<</speech>>
<div class="div">Alexis turned her head to look at him, her face flushed from the workout. She adjusted her pose with a mischievous glint in her eye.</div>
<<speech "Alexis">> Glad you think so. I’m just trying to stay fit. But I guess I didn’t expect to be so... admired.<</speech>>
<div class="div">$name moved closer, his gaze appreciating her form as she continued stretching.</div>
<<speech "MC" "$name">> It’s hard not to. You make it look so effortless.<</speech>>
<div class="div">Alexis chuckled, her eyes twinkling.</div>
<<speech "Alexis">> Effortless? Maybe. But I still have to work hard for this flexibility. Your compliments are making it all the more worthwhile.<</speech>>
<div class="div">$name knelt beside her, the proximity adding a subtle tension to the room.</div>
<<speech "MC" "$name">> Well, I’m glad to be part of the motivation. You definitely have my full attention.<</speech>>
<div class="div">Alexis smiled, clearly enjoying the attention and the playful banter.</div>
<<speech "Alexis">> Thanks, $name. Maybe I’ll give you a show more often if you keep this up.<</speech>>
<<else>>
<img src="img/alexis/alexisyogaflirt3.webp">
<div class="div">$name walked into the living room and saw Alexis in a yoga pose that accentuated her curves. She looked focused but relaxed.</div>
<<speech "MC" "$name">> You look great, Alexis. Yoga really brings out the best in you.<</speech>>
<div class="div">Alexis looked up, a slight flush on her cheeks. She offered a shy but appreciative smile.</div>
<<speech "Alexis">> Thanks, $name. It’s all about balance and control. But I’m happy to know I’m looking good doing it.<</speech>>
<div class="div">$name approached, gently resting his hand on her lower back as she moved to a new pose. The touch seemed to make her more aware of his presence.</div>
<<speech "MC" "$name">> You’re definitely nailing it. It’s impressive to see how composed you are.<</speech>>
<div class="div">Alexis’ breath quickened slightly at his touch. She shifted her pose, now facing him with a teasing smile.</div>
<<speech "Alexis">> Well, having you watch certainly adds a bit of excitement to the practice.<</speech>>
<div class="div">$name’s voice lowered as he continued to admire her.</div>
<<speech "MC" "$name">> I’m glad to hear that. You really do look stunning.<</speech>>
<</if>>
[[Stop flirting|corridor][$currentPeriod++]]<<if $currentPeriod is 4>>
<div class="div">Kendra is sleeping</div>
[[try to go inside|Kendra sleeping]]
<<else>>
<img src="img/bg/Kendraroom0.webp">
<</if>>
[[corridor|Neighbor's House]]
<<if $currentPeriod is 4>>
<div class="div">Riley is sleeping</div>
[[try to go inside|riley sleeping]]
<<else>>
<img src="img/bg/rileyroom0.webp">
<</if>>
[[corridor|Neighbor's House]]<<if $currentPeriod is 0 >>
<img @src="'img/Kendra/Kendrakitchen' + random(1, 3) + '.webp'">
<div class="div">Kendra is making coffee</div>
[[Flirt with Kendra|KendraFlirtKitchen][$kendraLove += 2]]
<<if $kendraStage is 1>>
[[Kiss Kendra|kendrakisskitchen][$kendraLove += 2]]
<<elseif $kendraStage is 2>>
[[Kiss Kendra|kendrakisskitchen][$kendraLove += 2]]
[[Grope Kendra|kendragropekitchen][$kendraLove += 2]]
<<elseif $kendraStage is 3>>
[[Kiss Kendra|kendrakisskitchen][$kendraLove += 2]]
[[Grope Kendra|kendragropekitchen][$kendraLove += 2]]
[[Ask Kendra for a handjob|kendrahandjobkitchen][$kendraLove += 2]]
<</if>>
<<if $kendraStage is 0 and $kendraLove gte 10 >>
<<goto [[kendra first kiss]]>>
<</if>>
<<if $kendraStage is 1 and $kendraLove gte 20 >>
<<goto [[kendra first groping]]>>
<</if>>
<<if $kendraStage is 2 and $kendraLove gte 30 >>
<<goto [[kendra first handjob]]>>
<</if>>
<<elseif $currentPeriod is 1 >>
<img @src="'img/riley/rileykitchen' + random(1, 3) + '.webp'">
<div class="div">Riley is cooking</div>
[[Flirt with Riley|RileyFlirtKitchen][$rileyLove += 2]]
<<if $rileyStage is 1>>
[[Kiss Riley|RileykissKitchen][$rileyLove += 2]]
<<elseif $rileyStage is 2>>
[[Kiss Riley|RileykissKitchen][$rileyLove += 2]]
[[Grope Riley|RileygropeKitchen][$rileyLove += 2]]
<<elseif $rileyStage is 3>>
[[Kiss Riley|RileykissKitchen][$rileyLove += 2]]
[[Grope Riley|RileygropeKitchen][$rileyLove += 2]]
[[Ask Riley for a handjob|RileyhandjobKitchen][$rileyLove += 2]]z
<</if>>
<<if $rileyStage is 0 and $rileyLove gte 10 >>
<<goto [[Riley first kiss]]>>
<<elseif $rileyStage is 2 and $rileyLove gte 30 >>
<<goto [[Riley first handjob]]>>
<</if>>
<<else>>
<img src="img/bg/Kendrakitchen0.webp">
<</if>>
[[corridor|Neighbor's House]]<<if $currentPeriod is 3>>
<img src="img/bg/bathroomclosed.webp">
<div class="div">Looks like Riley is taking a shower.</div>
[[Spy on Riley|rileyshower]]
<<elseif $currentPeriod is 2>>
<img src="img/bg/bathroomclosed.webp">
<div class="div">Looks like Kendra is taking a shower.</div>
[[Spy on Kendra|Kendrashower]]
<<else>>
<img src="img/bg/Kendrabathroom0.webp">
<</if>>
[[corridor|Neighbor's House]]<<if $currentPeriod is 0 >>
<img @src="'img/riley/rileyyoga' + random(1, 3) + '.webp'">
<div class="div">Riley performs a yoga pose on her mat</div>
[[Flirt with Riley|RileyFlirtLivingroom][$rileyLove += 2]]
<<if $rileyStage is 1>>
[[Kiss Riley|Rileykissliving][$rileyLove += 2]]
<<elseif $rileyStage is 2>>
[[Kiss Riley|Rileykissliving][$rileyLove += 2]]
[[Grope Riley|Rileygropeliving][$rileyLove += 2]]
<<elseif $rileyStage is 3>>
[[Kiss Riley|Rileykissliving][$rileyLove += 2]]
[[Grope Riley|Rileygropeliving][$rileyLove += 2]]
[[Ask Riley for a handjob|Rileyhandjobliving][$rileyLove += 2]]
<</if>>
<<if $rileyStage is 1 and $rileyLove gte 20 >>
<<goto [[Riley first grope]]>>
<</if>>
<<if $kendraStage is 3 and $kendraLove gte 40 >>
<<goto [[kendra first blowjob]]>>
<</if>>
<<elseif $currentPeriod is 3 >>
<img @src="'img/kendra/kendraseducingliving' + random(1, 3) + '.webp'">
<div class="div">From the living room, I watched Kendra in her tight, revealing dress, running her hands over Carl’s crotch, her voice low and teasing, but he just brushed her off, barely glancing up from the TV..</div>
[[Flirt with Kendra|KendraFlirtLivingroom][$kendraLove += 2]]
<<if $kendraStage is 1>>
[[Kiss Kendra|kendrakissliving][$kendraLove += 2]]
<<elseif $kendraStage is 2>>
[[Kiss Kendra|kendrakisskitchen][$kendraLove += 2]]
[[Grope Kendra|kendragropeliving][$kendraLove += 2]]
<<elseif $kendraStage is 3>>
[[Kiss Kendra|kendrakisskitchen][$kendraLove += 2]]
[[Grope Kendra|kendragropeliving][$kendraLove += 2]]
[[Ask Kendra for a handjob|kendrahandjobliving][$kendraLove += 2]]
<</if>>
<<else>>
<img src="img/bg/Kendraliving0.webp">
<</if>>
[[corridor|Neighbor's House]]<div class="div">Give it a click and let’s see if you catch a fish or just some old boots!</div>
[[Cast Line|CastLine]]
<<nobr>>
<<if !$$money>>
<<set $$money = 100>> <!-- Initialize player's money if not already set -->
<</if>>
<</nobr>>
[[Go back|Lake]]
<<if $currentPeriod < 3>>
<img src="img/bg/bar0.webp">
<div class="div">Bar is open in the evening</div>
<<else>>
<<if $socialized is false>>
[[socialize]]
<</if>>
<</if>>
<div class="navigation">
[[Town|Town]]
</div>
<<nobr>>
<<set $catchOutcome = Math.random()>>
<<if $catchOutcome < 0.1>>
<<set $catch = "Nothing">>
<<set $image = "">>
<<set $value = 0>>
<<else>>
<<set $fishTypes = ["Bass", "Trout", "Catfish", "Pike", "Walleye", "Sunfish", "Crappie", "Bluegill", "Perch", "Muskie", "Carp", "Salmon", "Sturgeon", "Pickerel", "Sardine"]>>
<<set $fishValues = [10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]>> <!-- Values of each fish -->
<<set $fishImages = ["bass.webp", "trout.webp", "catfish.webp", "pike.webp", "walleye.webp", "sunfish.webp", "crappie.webp", "bluegill.webp", "perch.webp", "muskie.webp", "carp.webp", "salmon.webp", "sturgeon.webp", "pickerel.webp", "sardine.webp"]>> <!-- Image filenames for each fish -->
<<set $randomIndex = Math.floor(Math.random() * $fishTypes.length)>>
<<set $catch = $fishTypes[$randomIndex]>>
<<set $image = "img/fish/" + $fishImages[$randomIndex]>>
<<set $value = $fishValues[$randomIndex]>>
<</if>>
<</nobr>>
<<if $catch == "Nothing">>
<div class="div">Nothing on the line this time—guess the fish aren’t hungry! Try again for better luck!</div>
<<else>>
<div class="div"> Look at that! You caught a $catch worth $value dollars! Nice job—looks like you’ve got the magic touch today! </div>
<<nobr>>
[img[$image]] <!-- Display fish image -->
<</nobr>>
<</if>>
<<set $fishedToday to true>>
[[Lake][$money += $value,$currentPeriod++]]<img @src="'img/mc/shower' + random(2, 3) + '.webp'">
<div class="div">The shower’s awesome—hot water pouring down, making you feel like you’re in a steamy, slippery paradise. The soap’s everywhere, and your huge dick is loving the attention</div>
[[Leave|Bathroom][$currentPeriod++]]<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/alexis/alexisgardenflirt1.webp">
<div class="div">$name walked into the garden and saw Alexis lounging on a sunlit bench, her relaxed posture and playful smile catching his eye.</div>
<<speech "MC" "$name">> Hey, Alexis. You look like you’re really enjoying this sunny day.<</speech>>
<div class="div">Alexis glanced up, her eyes twinkling as she stretched out on the bench.</div>
<<speech "Alexis">> I am. It’s the perfect day for it. Care to join me? I could use some company to make it even better.<</speech>>
<div class="div">$name approached with a casual stride and sat down beside her, his voice warm and inviting.</div>
<<speech "MC" "$name">> I was actually hoping for a reason to hang out here. Looks like you’re just the right company.<</speech>>
<div class="div">Alexis shifted a little closer, her hand brushing against his arm as she smiled.</div>
<<speech "Alexis">> I’m glad to hear that. This garden is nice, but it’s even better with someone to share it with. Plus, I’ve been known to enjoy a bit of good company.<</speech>>
<div class="div">$name leaned back, enjoying the relaxed vibe as he responded.</div>
<<speech "MC" "$name">> Well, I’m all in for making things more enjoyable. Especially when you’re involved.<</speech>>
<div class="div">Alexis laughed softly, clearly pleased by his compliment.</div>
<<speech "Alexis">> Flattery will get you everywhere, $name. Let’s see how much fun we can have together this afternoon.<</speech>>
<<elseif $randomFlirt is 1>>
<img src="img/alexis/alexisgardenflirt2.webp">
<div class="div">$name entered the garden and saw Alexis working in the flower bed. Her movements were smooth and effortless, and she looked up with a mischievous grin.</div>
<<speech "MC" "$name">> Hey, Alexis. You’ve been busy making this garden even more beautiful.<</speech>>
<div class="div">Alexis straightened up, brushing soil off her hands, and gave him a playful wink.</div>
<<speech "Alexis">> Well, I could use some help to make it perfect. How about you come over and lend a hand? I might have some interesting rewards in mind.<</speech>>
<div class="div">$name approached with a smile, clearly intrigued by her suggestion.</div>
<<speech "MC" "$name">> I’d be happy to help. And I’m sure your idea of a reward will make this garden work a lot more enjoyable.<</speech>>
<div class="div">Alexis moved closer, her touch lingering as she showed him which plants needed attention.</div>
<<speech "Alexis">> I have a feeling this will be a lot more fun with you around. Let’s see what we can grow together.<</speech>>
<div class="div">$name chuckled as he worked beside her, enjoying the playful exchange.</div>
<<speech "MC" "$name">> I’m looking forward to it. If it means spending time with you, I’m all in.<</speech>>
<div class="div">Alexis laughed softly, clearly enjoying the flirtatious banter as she brushed against him while they worked.</div>
<<speech "Alexis">> That’s the spirit. You’re definitely adding a bit of excitement to my day. Let’s make the most of it.<</speech>>
<<else>>
<img src="img/alexis/alexisgardenflirt3.webp">
<div class="div">$name walked into the garden and saw Alexis relaxing on a hammock, her legs swinging playfully. She gave him a teasing smile as he approached.</div>
<<speech "MC" "$name">> Hey, Alexis. That hammock looks like the perfect spot to unwind. Mind if I join you?<</speech>>
<div class="div">Alexis patted the space next to her with a flirtatious grin.</div>
<<speech "Alexis">> Not at all. I was hoping someone would come and share this hammock with me. It’s even better with a little extra company.<</speech>>
<div class="div">$name settled down beside her, leaning back with a relaxed demeanor.</div>
<<speech "MC" "$name">> I’m sure it is. This spot definitely feels more inviting with you here.<</speech>>
<div class="div">Alexis shifted closer, her body lightly brushing against his as she made herself comfortable.</div>
<<speech "Alexis">> I’m glad you think so. Sometimes a bit of close contact makes everything more enjoyable, don’t you agree? You’re definitely adding to the comfort.<</speech>>
<div class="div">$name smiled, feeling at ease with her presence.</div>
<<speech "MC" "$name">> I’m happy to hear that. This is turning out to be a pretty great day.<</speech>>
<div class="div">Alexis playfully nudged him, clearly enjoying the closeness and their easy conversation.</div>
<<speech "Alexis">> I’d say it’s the best part of my day so far. Let’s keep this up and make it even better.<</speech>>
<</if>>
[[Stop flirting|corridor][$currentPeriod++]]<div id="logo3">
<div class="div"><img src="img/avatar/alexis.webp" id="ship" >Alexis ❤️ = $alexLove
Stage = $alexisStage
[[Hint|alexis hint]]</div>
<div class="div"><img src="img/avatar/dan.webp" id="ship" >Dan ❤️= $danLove
Stage = $danStage
[[Hint|dan hint]]</div>
<div class="div"><img src="img/avatar/jean.webp" id="ship" >Jean ❤️= $jeanLove
Stage = $jeanStage
[[Hint|jean hint]]</div>
<div class="div"><img src="img/avatar/riley.webp" id="ship" >Riley ❤️= $rileyLove
Stage = $rileyStage
[[Hint|riley hint]]</div>
<div class="div"><img src="img/avatar/Kendra.webp" id="ship" >Kendra ❤️= $kendraLove
Stage = $kendraStage
[[Hint|kendra hint]]</div>
</div>
<<return "Return">><<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/alexis/alexisshowerspy1.webp">
<div class="div">You noticed the bathroom door slightly ajar and couldn’t resist peeking inside. Alexis was in the shower, her body glistening under the cascading water, every curve accentuated by the steam.</div>
<<speech "MC" "$name">> (whispering) Damn, she looks unbelievable like this. That water’s making her curves look even more tempting. I can’t help but imagine how amazing it would feel to run my hands over her.<</speech>>
<div class="div">Alexis, lost in her own world, let her hands roam sensuously over her body, her touch making her skin shine. You felt your excitement surge as you watched her every move, your thoughts becoming more explicit.</div>
<<speech "MC" "$name">> (whispering) Seeing her like this makes me want to dive in and feel every inch of her hot, wet body. It’s driving me wild just thinking about it.<</speech>>
<div class="div">As Alexis’s hands slid provocatively over her body, you knew you needed to leave before she noticed you. You stepped back quietly, making sure to leave without a sound.</div>
<<speech "MC" "$name">> (whispering) I need to get out of here before she sees me. That was too tempting.<</speech>>
<div class="div">You left the bathroom, your mind still racing from the steamy encounter you had just witnessed, and made your way out before Alexis could catch you.</div>
<<elseif $randomFlirt is 1>>
<img src="img/alexis/alexisshowerspy2.webp">
<div class="div">You saw the bathroom door slightly open and peered inside. Alexis was in the shower, water cascading over her body, her movements both sensual and captivating.</div>
<<speech "MC" "$name">> (whispering) She’s turning this shower into a private show. Watching her like this makes me fantasize about being with her, feeling every drop of water on our bodies.<</speech>>
<div class="div">Alexis was absorbed in her own pleasure, her hands moving teasingly over her skin. Your pulse quickened as you imagined the intimate experience of sharing the shower with her.</div>
<<speech "MC" "$name">> (whispering) The way she’s touching herself is making me want to join her even more. I can just imagine how incredible it would be to feel her body pressed against mine.<</speech>>
<div class="div">As Alexis adjusted the water temperature, her body shimmered enticingly, and your fantasies grew more vivid. Realizing you needed to leave before she could notice, you quietly backed away.</div>
<<speech "MC" "$name">> (whispering) I better get out of here before she turns around. This is too tempting.<</speech>>
<div class="div">You slipped out of the bathroom, still caught up in the excitement of the steamy scene you had just witnessed, leaving before Alexis could see you.</div>
<<else>>
<img src="img/alexis/alexisshowerspy3.webp">
<div class="div">You noticed the bathroom door slightly ajar and peeked inside. Alexis was in the shower, her body slick with water, each movement more seductive than the last.</div>
<<speech "MC" "$name">> (whispering) She’s making this shower look so damn hot. I’m losing my mind thinking about how amazing it would be to touch her, to feel that water and her body pressed against mine.<</speech>>
<div class="div">Alexis was completely absorbed in her shower, her hands gliding over her body in a slow, teasing manner. Your thoughts were racing with fantasies of being in the shower with her.</div>
<<speech "MC" "$name">> (whispering) If only I could join her, feel every inch of that wet, glistening skin. This is turning me on like nothing else.<</speech>>
<div class="div">As Alexis continued to shower, her movements became increasingly provocative, fueling your explicit fantasies. Knowing you needed to leave before she noticed, you quietly retreated.</div>
<<speech "MC" "$name">> (whispering) I need to get out before she sees me. This is way too hot.<</speech>>
<div class="div">You exited the bathroom, your mind still reeling from the steamy scene you had just observed, making sure you were gone before Alexis could discover you.</div>
<</if>>
[[Stop spying|corridor][$currentPeriod++]]
<<set $randomBlowjob to random(3)>>
<<if $randomBlowjob is 0>>
<div class="div">I wandered into the garden, feeling that familiar heat rising in my chest. There was Alexis, bent over to tend to the flowers, her tight shorts hugging her curves and her sports bra barely containing her luscious boobs. The way the sunlight highlighted her skin made my cock throb with desire.</div>
<div class="div">I approached her slowly, my heart racing as I admired her shapely ass. I couldn't hold back any longer.</div>
<<speech "MC" "$name">> Alexis, you look too damn good to be just gardening. How about giving me a little something special? I could really use a blowjob right now. <</speech>>
<div class="div">She paused, glancing back at me with that mischievous smile of hers, her eyes sparkling with excitement.</div>
<<speech "Alexis" "Alexis">> A blowjob? Here? You’re feeling pretty bold today, aren’t you? <</speech>>
<div class="div">I stepped closer, my voice low and filled with desire.</div>
<<speech "MC" "$name">> You know you want to. Come on, be my little slut for a moment. Just you and me. <</speech>>
<div class="div">Alexis bit her lip, glancing around the garden as if weighing her options. I could see the conflict in her eyes but also the burning desire.</div>
<<speech "Alexis" "Alexis">> Fine, but if someone sees us... <</speech>>
<div class="div">I grinned, feeling a rush of excitement. She knelt in front of me, her hands teasingly brushing over my bulge before she pulled down my pants, revealing my throbbing cock.</div>
<img src="img/alexis/alexisblowjob1.webp">
<<speech "Alexis" "Alexis">> Wow... this is huge. <</speech>>
<div class="div">Without another word, she wrapped her lips around my dick, taking me in deep. Her warm mouth felt incredible, and I groaned, my hands tangling in her hair as she began to suck.</div>
<<speech "MC" "$name">> Damn, Alexis... just like that. You’re such a good little slut. <</speech>>
<div class="div">As she bobbed her head up and down, her tongue swirling around my shaft, I could feel the pressure building. I was so close.</div>
<<speech "Alexis" "Alexis">> You like it, huh? <</speech>>
<div class="div">I nodded, my hips thrusting instinctively into her mouth. She moaned around me, the vibrations sending me closer to the edge.</div>
<<speech "MC" "$name">> I’m gonna cum... <</speech>>
<div class="div">With a final thrust, I came hard, spilling my load deep in her mouth. She looked up at me, swallowing every drop, her lips glistening as she smiled. <</div>
<img src="img/alexis/alexisblowjob2.webp">
<<speech "Alexis" "Alexis">> Mmm, delicious. <</speech>>
<div class="div">She wiped her lips with a satisfied grin before standing back up, leaving me breathless and yearning for more.</div>
<<elseif $randomBlowjob is 1>>
<div class="div">I sauntered into the garden, the warm sun casting a glow on Alexis as she bent over the flower beds, her shorts hugging her ass perfectly. I couldn't help but admire the view, my cock twitching with desire.</div>
<div class="div">“Alexis,” I called out, trying to keep my voice steady, “You’re looking incredibly sexy today. Mind giving me a blowjob? I’ve been thinking about that tight mouth of yours.”</div>
<div class="div">She turned her head slightly, her expression a mix of surprise and playful defiance.</div>
<<speech "Alexis" "Alexis">> A blowjob? Right here? You must be feeling really horny today. <</speech>>
<div class="div">I stepped closer, my hands resting on her hips, pulling her closer. “I know you want it, you little slut. Just a quickie. No one’s around.”</div>
<div class="div">Her breath hitched as I pressed against her, the heat between us palpable. She glanced around, then nodded, her eyes sparkling with mischief.</div>
<<speech "Alexis" "Alexis">> Alright, but you better be quick. <</speech>>
<div class="div">She knelt in front of me, eagerly pulling down my pants and taking my cock in her hand. I watched as she hesitated, her eyes wide with excitement before wrapping her lips around my dick.</div>
<img src="img/alexis/alexisblowjob3.webp">
<<speech "MC" "$name">> Oh fuck, yes, just like that! <</speech>>
<div class="div">Her mouth felt so good, and I could feel the pressure building as she took me deeper, her tongue swirling around my shaft.</div>
<<speech "Alexis" "Alexis">> You like that, huh? <</speech>>
<div class="div">I nodded, my hands gripping her hair as she picked up speed. I could feel my orgasm building as she sucked harder, her eyes locked onto mine.</div>
<<speech "MC" "$name">> I’m close! <</speech>>
<div class="div">With a final thrust, I came hard, filling her mouth with my load. She swallowed every drop, her eyes gleaming with satisfaction.</div>
<img src="img/alexis/alexisblowjob4.webp">
<<speech "Alexis" "Alexis">> Not bad at all. <</speech>>
<div class="div">She stood up, licking her lips, leaving me panting and wanting more.</div>
<<else>>
<div class="div">I found Alexis in the garden, her tight shorts clinging to her curves and her sports bra accentuating her ample boobs. I couldn't resist the urge any longer.</div>
<div class="div">“Alexis,” I called out, stepping closer, “You look amazing. How about a blowjob? I really want that pretty mouth around my dick.”</div>
<div class="div">She turned to me, a playful smile tugging at her lips, her eyes sparkling with mischief.</div>
<<speech "Alexis" "Alexis">> A blowjob? You really want me to be your little slut? <</speech>>
<div class="div">“Hell yes,” I replied, closing the distance between us. “I need you to suck my cock right now.”</div>
<div class="div">With a glint of determination, she knelt before me, her hands teasingly brushing over my bulge before pulling down my pants. My cock sprang free, throbbing with need.</div>
<img src="img/alexis/alexisblowjob5.webp">
<<speech "Alexis" "Alexis">> You’ve got a nice piece here. <</speech>>
<div class="div">She took me in her mouth, her warm, wet lips wrapping around my shaft, and I gasped, my hands finding her hair.</div>
<<speech "MC" "$name">> Oh, fuck, Alexis... you’re such a good little slut. <</speech>>
<div class="div">As she sucked, her hands worked the base of my cock, her tongue teasing and swirling, driving me wild. I could feel myself getting close, the pressure building.</div>
<<speech "Alexis" "Alexis">> Are you gonna cum for me? <</speech>>
<div class="div">“Yeah, I’m gonna cum,” I gasped, feeling my hips thrust involuntarily into her mouth.</div>
<div class="div">With a final thrust, I exploded in her mouth, thick ropes of cum filling her mouth as she eagerly swallowed every drop. She smiled up at me, licking her lips clean.</div>
<img src="img/alexis/alexisblowjob6.webp">
<<speech "Alexis" "Alexis">> That was amazing. <</speech>>
<div class="div">I stood there, panting and spent, my mind racing with what had just happened.</div>
<</if>>
[[Leave the garden|corridor][$currentPeriod++]]<img src="img/alexis/alexissleepboobs1.webp">
<div class="div">Her top was barely covering her big, round boobs, and you couldn’t resist the urge to see more. With a thrill of excitement, you slid your fingers under the hem of her top.</div>
<<speech "MC" "$name">> Fuck, she looks so sexy. I need to get a better view.<</speech>>
<div class="div">Slowly, you pulled the fabric up, exposing more of her soft, full breasts. As the top came off, her tits were revealed, the sight making you hard with desire. You marveled at how perfect and enticing her exposed skin was.</div>
<img src="img/alexis/alexissleepboobs2.webp">
<<speech "MC" "$name">> Damn, those tits are incredible. I can’t believe how perfect they look.<</speech>>
<div class="div">You let your hands linger for a moment, running over the curves of her bare chest before gently pulling the top back down. With a final glance at her exposed assets, you slipped out of the room, your mind racing from the forbidden pleasure.</div>
[[Expose Her Pussy]]
[[Leave quietly|corridor]]<img src="img/alexis/alexissleeppussy1.webp">
<<speech "MC" "$name">> I need to see what’s underneath these shorts. She’s fucking gorgeous.<</speech>>
<div class="div">Gently, you pulled the waistband down, revealing the smooth, creamy skin of her lower body. As her shorts slid lower, you were greeted with the sight of her bare pussy, the view making you rock hard with desire. Her skin was soft and inviting, and you couldn’t take your eyes off her exposed treasure.</div>
<img src="img/alexis/alexissleeppussy2.webp">
<<speech "MC" "$name">> Shit, this is hot. Her pussy looks amazing.<</speech>>
<div class="div">After savoring the view for a moment, you carefully pulled the shorts back up and backed away, your mind still buzzing from the excitement of what you’d just seen.</div>
[[Pull Down Her Top]]
[[Leave quietly|corridor]]<<set $randomHelp to random(2)>>
<<if $randomHelp is 0>>
<img src="img/dan/help1.webp">
<div class="div">You walked into the barn and saw Uncle Dan shirtless, lifting bales of hay with ease. He looked up, surprised to see you.</div>
<<speech "MC" "$name">> Hey, Uncle Dan. You seem to be working hard. Need a hand with these bales?<</speech>>
<div class="div">Dan looked relieved and gave you a grateful smile. He wiped his forehead with the back of his hand.</div>
<<speech "Dan">> Oh, that’d be great. I could use some help stacking these bales. Thanks for offering.<</speech>>
<div class="div">You moved in to assist him, both of you working together to stack the hay bales efficiently.</div>
<div class="div">As you worked, Dan glanced at you with appreciation.</div>
<<speech "Dan">> I really appreciate your help. It makes the job a lot easier.<</speech>>
<div class="div">You nodded, happy to lend a hand and make the task easier for him.</div>
<<elseif $randomHelp is 1>>
<img src="img/dan/help3.webp">
<div class="div">You entered the barn and found Uncle Dan in a worn-out t-shirt and jeans, repairing a piece of machinery. He looked up, slightly surprised by your presence.</div>
<<speech "MC" "$name">> Hey, Uncle Dan. That machinery looks like it could use some extra hands. Can I help with anything?<</speech>>
<div class="div">Dan appeared relieved and smiled appreciatively. He set down his tools and wiped his hands on a rag.</div>
<<speech "Dan">> Actually, yes. I could use an extra pair of hands to help tighten these bolts. Thanks for offering.<</speech>>
<div class="div">You approached the machinery and began assisting him with the repairs. The two of you worked efficiently together.</div>
<div class="div">Dan looked over at you with a smile as you worked.</div>
<<speech "Dan">> Thanks for the help. It really speeds things up.<</speech>>
<div class="div">You continued to work alongside him, feeling good about the assistance you were providing.</div>
<<else>>
<img src="img/dan/help2.webp">
<div class="div">You walked into the barn and saw Uncle Dan wearing a plaid shirt and shorts, organizing tools on a workbench. He looked up, slightly surprised to see you.</div>
<<speech "MC" "$name">> Hey, Uncle Dan. I see you’re organizing the tools. Do you need any help with that?<</speech>>
<div class="div">Dan’s face relaxed, and he gave a thankful smile. He set down the tool he was holding and gestured towards the workbench.</div>
<<speech "Dan">> Actually, yes. I could use some help sorting these tools. It’d make things go a lot quicker.<</speech>>
<div class="div">You moved over to the workbench and began assisting him with sorting and organizing the tools. Dan worked alongside you, looking more at ease.</div>
<div class="div">Dan glanced at you with appreciation as you worked together.</div>
<<speech "Dan">> Thanks for the help. I really appreciate it. It’s always better with some extra hands.<</speech>>
<div class="div">You continued to organize the tools, happy to be of assistance and make the task easier for him.</div>
<</if>>
[[Stop helping|Barn][$currentPeriod++]]
<<set $randomHelp to random(2)>>
<<if $randomHelp is 0>>
<img src="img/dan/fieldhelp2.webp">
<div class="div">You walked into the fields and found Uncle Dan in a light, sleeveless shirt and work shorts, planting seeds in neat rows. He looked up and smiled upon seeing you.</div>
<<speech "MC" "$name">> Hey, Uncle Dan. Need some help with the planting? I’m happy to pitch in.<</speech>>
<div class="div">Dan looked relieved and nodded, wiping his brow with the back of his hand.</div>
<<speech "Dan">> That would be great. I could use an extra pair of hands to speed things up.<</speech>>
<div class="div">You moved over to the planting area and began helping him with the seeds. The two of you worked side by side in the warm sun.</div>
<div class="div">Dan glanced over at you with a grateful smile as you worked.</div>
<<speech "Dan">> Thanks for the help. It makes the job a lot easier with you here.<</speech>>
<div class="div">You continued working with him, feeling good about making the task more manageable.</div>
<<elseif $randomHelp is 1>>
<img src="img/dan/fieldhelp1.webp">
<div class="div">You arrived at the fields to find Uncle Dan in a long-sleeve shirt and jeans, using a hoe to prepare the soil. He looked up and smiled as you approached.</div>
<<speech "MC" "$name">> Hey, Uncle Dan. Looks like you could use a hand with the soil prep. Can I help out?<</speech>>
<div class="div">Dan’s face relaxed, and he set the hoe down, wiping his hands on a rag.</div>
<<speech "Dan">> Actually, yes. I could use some help breaking up the soil. Thanks for offering.<</speech>>
<div class="div">You picked up a hoe and started working alongside him, breaking up the soil and making the process smoother.</div>
<div class="div">Dan looked over at you with appreciation as you worked together.</div>
<<speech "Dan">> Thanks for helping out. It definitely makes the job easier.<</speech>>
<div class="div">You continued to work in the fields, glad to assist and share the workload.</div>
<<else>>
<img src="img/dan/fieldhelp3.webp">
<div class="div">You approached the fields and saw Uncle Dan in a plaid shirt and cargo shorts, watering the newly planted crops. He looked up and gave you a welcoming smile.</div>
<<speech "MC" "$name">> Hey, Uncle Dan. I see you’re watering the crops. Need any help with that?<</speech>>
<div class="div">Dan’s face brightened, and he set the watering can down, wiping his hands on his jeans.</div>
<<speech "Dan">> Actually, yes. I could use some help with the watering. It’ll go faster with another person.<</speech>>
<div class="div">You took up another watering can and started helping him water the crops. The two of you worked together under the open sky.</div>
<div class="div">Dan looked over at you with a smile of thanks as you worked.</div>
<<speech "Dan">> I really appreciate the help. It’s always good to have someone else around.<</speech>>
<div class="div">You continued watering the crops, feeling good about contributing to the task.</div>
<</if>>
[[Stop helping|Fields][$currentPeriod++]]
<<set $randomSpy to random(2)>>
<<if $randomSpy is 0>>
<img src="img/dan/danshowerspy1.webp">
<div class="div">You slipped up to the bathroom and saw the door slightly open. Through the gap, you could see Uncle Dan showering, the steam making everything look hazy but still revealing his toned body.</div>
<div class="div">Dan was under the hot water, his broad shoulders and muscular chest glistening. The water trickled down his abs, highlighting the curves of his strong, defined physique.</div>
<div class="div">You watched with a rush of excitement, noticing how the water made his skin shine and accentuated the lines of his powerful build. The sight of his well-defined muscles was both thrilling and captivating.</div>
<div class="div">You felt a surge of arousal as you took in the details of his body. Quickly, you decided to leave before he could catch you. You slipped away, your mind still racing with the images of what you had just seen.</div>
<<elseif $randomSpy is 1>>
<img src="img/dan/danshowerspy2.webp">
<div class="div">You quietly approached the bathroom and saw the door slightly ajar. Through the crack, Uncle Dan was in the shower, steam clouding the room but still revealing parts of his impressive body.</div>
<div class="div">Dan’s back was turned to you, his muscular frame covered in water. You could see the way the droplets ran down his broad shoulders and down his well-sculpted back, emphasizing his strong, toned physique.</div>
<div class="div">You couldn’t take your eyes off him, captivated by the way the water made his body look even more appealing. The sight of his powerful muscles under the stream was incredibly hot.</div>
<div class="div">With a pounding heart, you knew you needed to leave before Dan noticed you. You quietly backed away, the image of his rugged body still burned in your mind.</div>
<<else>>
<img src="img/dan/danshowerspy3.webp">
<div class="div">You sneaked up to the bathroom and noticed the door slightly open. Peeking through, you saw Uncle Dan in the shower, the steam partially obscuring but still showcasing his chiseled body.</div>
<div class="div">Dan’s body was slick with water, highlighting his strong chest and defined abs. The way the water cascaded over him accentuated every muscle, making his physique look even more irresistible.</div>
<div class="div">You watched, your pulse quickening as you took in the sight of his muscular build. The way the water enhanced his strong frame made your mind race with desire.</div>
<div class="div">Realizing you should get out before he caught you, you made a hasty retreat. The steamy image of his toned body lingered in your thoughts, leaving you hot and bothered.</div>
<</if>>
[[Stop spying|corridor][$currentPeriod++]]
<<set $randomWorkout to random(2)>>
<<if $randomWorkout is 0>>
<img src="img/dan/danworkout1.webp">
<div class="div">$name walked into the living room and saw Dan working out shirtless.</div>
<<speech "MC" "$name">> Hey Dan, mind if I join? You look like you’ve got this workout thing down.<</speech>>
<div class="div">Dan looked up, a bit shy but smiling.</div>
<<speech "Dan">> Sure, $name. I could use the company. It’s always better with someone else.<</speech>>
<div class="div">$name started working out beside him, glancing at Dan’s muscles.</div>
<<speech "MC" "$name">> With those muscles, I bet you’re the workout pro around here. You’re making me want to push myself harder.</<</speech>>
<div class="div">Dan’s cheeks flushed slightly, but he smiled.</div>
<<speech "Dan">> Thanks, $name. I guess I’ll try to keep up with you too.<</speech>>
<<elseif $randomWorkout is 1>>
<img src="img/dan/danworkout2.webp">
<div class="div">$name entered the living room and saw Dan in a tank top, looking ready for a workout.</div>
<<speech "MC" "$name">> Hey Dan, can I join you? You look like you could use some extra motivation.<</speech>>
<div class="div">Dan gave a shy nod.</div>
<<speech "Dan">> Sure, $name. I’d appreciate the help.<</speech>>
<div class="div">As they worked out together, $name tossed a compliment.</div>
<<speech "MC" "$name">> That tank top’s showing off those muscles pretty well. I might need to step up my game to keep up with you.<</speech>>
<div class="div">Dan’s smile widened, a bit embarrassed but happy.</div>
<<speech "Dan">> I’m sure you’ll do great. Let’s make this workout count.<</speech>>
<<else>>
<img src="img/dan/danworkout3.webp">
<div class="div">$name walked in and saw Dan working out in tank top and shorts.</div>
<<speech "MC" "$name">> Hey Dan, you mind if I join you? You look like you’re killing it.</<</speech>>
<div class="div">Dan looked up, a bit shy but pleased.</div>
<<speech "Dan">> Sure, $name. It’s always good to have someone to work out with.<</speech>>
<div class="div">$name joined in, noticing Dan’s physique.</div>
<<speech "MC" "$name">> You’re making this look way too easy. I might need to match your intensity to keep up.<</speech>>
<div class="div">Dan laughed, a bit flustered.</div>
<<speech "Dan">> Well, let’s see if we can both push each other. I’m up for the challenge.<</speech>>
<</if>>
[[Stop working out|corridor][$currentPeriod++]]
<<if $currentPeriod != 4>>
<<if $currentPeriod == 1 and $workedOut == false>>
<img @src="'img/kendra/kendragym' + random(1, 3) + '.webp'">
<div class="div">You step into the gym, where the scent of sweat and the heat from the bodies around you fill the air.</div>
[[Work out with Kendra|Kendragym][$kendraLove += 2]]
<<if $kendraStage is 1>>
[[Kiss Kendra|kendrakissgym][$kendraLove += 2]]
<<elseif $kendraStage is 2>>
[[Kiss Kendra|kendrakissgym][$kendraLove += 2]]
[[Grope Kendra|kendragropegym][$kendraLove += 2]]
<<elseif $kendraStage is 3>>
[[Kiss Kendra|kendrakissgym][$kendraLove += 2]]
[[Grope Kendra|kendragropegym][$kendraLove += 2]]
[[Ask Kendra for a handjob|kendrahandjobgym][$kendraLove += 2]]
<</if>>
<<else>>
<img src="img/bg/gym0.webp">
<div class="div">You step into the gym, where the scent of sweat and the heat from the bodies around you fill the air.</div>
<<if $workedOut == false>>
<<if $money >= 10>>
[[Workout|workout][$money -= 10]]
<<else>>
<div class="div">You don’t have enough money to work out. You need at least $10.</div>
<</if>>
<<elseif $workedOut == true>>
<div class="div">You have already worked out today.</div>
<</if>>
<</if>>
<<else>>
<img src="img/bg/bar0.webp">
<</if>>
<div class="navigation">
[[Town|Town]]
</div>
<<set $randomSneak to random(3)>>
<<if $randomSneak is 0>>
<img src="img/jean/jeansleep1.webp">
<div class="div">You quietly entered Jean’s room and saw him lying in bed, wearing just tight pink shorts. The sight made your pulse race.</div>
<<speech "MC" "$name">> Damn, you look so fucking hot. I want to touch you.<</speech>>
<div class="div">You left the room, your mind full of dirty thoughts.</div>
<<elseif $randomSneak is 1>>
<img src="img/jean/jeansleep2.webp">
<div class="div">You snuck into Jean’s room and found him in bed in nothing but pink shorts. It was too tempting.</div>
<<speech "MC" "$name">> You look so fucking good. I want to see what’s under those shorts.<</speech>>
<div class="div">You quietly left, imagining what you’d do.</div>
<<elseif $randomSneak is 2>>
<img src="img/jean/jeansleep3.webp">
<div class="div">You found Jean in bed, his pink shorts showing off his arousal. It drove you wild.</div>
<<speech "MC" "$name">> You look so fucking hot. I can't wait to get my hands on you.<</speech>>
<div class="div">You left, your thoughts full of desire.</div>
<<else>>
<img src="img/alexis/doorlocked.webp">
<div class="div">The door was locked. </div>
<<speech "MC" "$name">> Locked out? I want in there.<</speech>>
<</if>>
[[Leave Quietly|corridor][$currentPeriod++]]
<<set $randomSpy to random(2)>>
<<if $randomSpy is 0>>
<img src="img/jean/jeanshowerspy1.webp">
<div class="div">You peeked through the bathroom door. Jean was in the shower, water running down his cute, feminine body.</div>
<div class="div">His smooth, wet skin was incredibly hot. You quickly pulled back, the image burned into your mind.</div>
<<elseif $randomSpy is 1>>
<img src="img/jean/jeanshowerspy2.webp">
<div class="div">You snuck a peek. Jean’s showering, his cute, feminine body wet and visible through the steam.</div>
<div class="div">His curves and wet skin were irresistible. You backed away, still thinking about his sexy form.</div>
<<else>>
<img src="img/jean/jeanshowerspy3.webp">
<div class="div">You peeked inside. Jean’s showering, his cute, feminine body showing through the steam.</div>
<div class="div">His sexy, wet curves were thrilling. You quickly left, the image of his hot body stuck in your mind.</div>
<</if>>
[[Stop spying|corridor][$currentPeriod++]]
<img @src="'img/mc/workout' + random(1, 3) + '.webp'">
<div class="div">I look around the gym. It’s packed with gorgeous women—totally worth the fee.</div>
<div class="div">Damn, check this out!</div>
<<if $bi is true>>
<img @src="'img/porn/gym' + random(1, 10) + '.webp'">
<<else>>
<img @src="'img/porn/gym' + random(1, 8) + '.webp'">
<</if>>
<div class="div">I can’t believe what I'm seeing. This town’s full of wild ones.</div>
[[finsh workingout|Gym][$workedOut to true,$strength += 3,$currentPeriod++]]<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<div class="div">$name entered the kitchen to find Jean nervously arranging breakfast. The smell of fresh food filled the air, and Jean looked up, startled.</div>
<<speech "MC" "$name">> Hey Jean, this breakfast looks amazing. And I have to say, you’re looking pretty cute this morning.<</speech>>
<div class="div">Jean’s face flushed bright red, and he awkwardly fiddled with the utensils. He tried to hide his embarrassment behind a forced scowl.</div>
<<speech "Jean">> Oh, um, thanks. But seriously, I don’t need to be called ‘cute.’ That’s, uh, a bit too feminine for me.<</speech>>
<div class="div">$name chuckled, noticing Jean’s attempt to act tough.</div>
<<speech "MC" "$name">> Well, it’s true. You’re not just making breakfast; you’re making it look good and, yeah, kind of adorable.<</speech>>
<div class="div">Jean tried to suppress a shy smile as he continued preparing the food, his cheeks still red.</div>
<<speech "Jean">> Th-thanks. I guess I can live with it, but don’t make a habit of it.<</speech>>
<<elseif $randomFlirt is 1>>
<div class="div">$name walked into the kitchen to see Jean shyly preparing breakfast. His cheeks were slightly flushed, and he looked up with a surprised expression.</div>
<<speech "MC" "$name">> I didn’t know breakfast could look this good. And you’re looking pretty cute yourself while making it.<</speech>>
<div class="div">Jean’s eyes widened, and he looked down, clearly embarrassed. He shifted uncomfortably.</div>
<<speech "Jean">> Really? You know, calling me ‘cute’ just makes me sound, uh, way too feminine. I’m just cooking, okay?<</speech>>
<div class="div">$name moved closer, trying to ease Jean’s embarrassment.</div>
<<speech "MC" "$name">> Well, you’re doing an excellent job. It’s hard not to notice how cute you look, even if you don’t like hearing it.<</speech>>
<div class="div">Jean mumbled a soft thank you, glancing up with a shy smile that he tried to hide.</div>
<<speech "Jean">> I-I appreciate it, even if it’s not my favorite word.<</speech>>
<<else>>
<div class="div">$name entered the kitchen to find Jean quietly setting the table. He looked sweet and flustered as he worked.</div>
<<speech "MC" "$name">> Breakfast smells fantastic, Jean. And I have to say, you look really cute doing all this.<</speech>>
<div class="div">Jean’s face turned a deeper shade of red, and he stammered, clearly uncomfortable with the compliment.</div>
<<speech "Jean">> Oh, um, th-thank you. But, um, can you not use ‘cute’? It’s, uh, a bit too feminine for me.<</speech>>
<div class="div">$name chuckled softly, clearly enjoying Jean’s reaction.</div>
<<speech "MC" "$name">> Well, it’s well-deserved. Not only is the breakfast looking great, but you’re looking pretty adorable too, even if you don’t like it.<</speech>>
<div class="div">Jean’s shy smile widened, and he nervously adjusted a napkin as he looked up at $name.</div>
<<speech "Jean">> I-I’m glad you think so. Just, uh, keep the compliments masculine, okay?<</speech>>
<</if>>
[[Enjoy breakfast|corridor][$currentPeriod++]]
<<set $randomInvite to random(2)>>
<<if $randomInvite is 0>>
<div class="div">$name knocked gently on Jean’s bedroom door. A soft, nervous “Come in” floated through.</div>
<<speech "MC" "$name">> Hey Jean, I was thinking of joining you for some video games. Mind if I come in?<</speech>>
<div class="div">Jean looked up from his console, cheeks turning a light pink. He fidgeted nervously.</div>
<<speech "Jean">> Oh, um, sure. I’d like that. I mean, if you don’t mind... I’m not the best at games.<</speech>>
<div class="div">$name smiled warmly as they entered the room.</div>
<<speech "MC" "$name">> No worries! It’ll be fun either way. Plus, you look really focused and cute while gaming.<</speech>>
<div class="div">Jean’s face flushed even more, and he shifted uncomfortably.</div>
<<speech "Jean">> Ugh, seriously? Don’t call me cute. It sounds so, um, feminine. Just, you know, focus on the games.<</speech>>
<div class="div">$name chuckled softly.</div>
<<speech "MC" "$name">> Alright, alright. I’ll just say you’re really concentrated and doing great. Let’s play!<</speech>>
<div class="div">Jean’s shy smile returned as he moved to make room.</div>
<<speech "Jean">> T-Thanks. I hope you like the games I picked. I tried to choose some fun ones.<</speech>>
<<elseif $randomInvite is 1>>
<div class="div">$name found Jean in his room, focused intently on his game.</div>
<<speech "MC" "$name">> Hey Jean, do you mind if I join you for a game? It looks like you’re having a lot of fun.<</speech>>
<div class="div">Jean’s eyes widened, and he looked a bit flustered.</div>
<<speech "Jean">> Oh, um, sure! I’d really like that. I wasn’t expecting you to, um, ask me.<</speech>>
<div class="div">$name approached and sat down next to Jean.</div>
<<speech "MC" "$name">> I thought it’d be nice to hang out and play together. Plus, it’s fun seeing how you get so into it. You’re, um, really adorable when you game.<</speech>>
<div class="div">Jean’s cheeks turned pink, and he looked down, clearly uncomfortable.</div>
<<speech "Jean">> Can you stop with the "adorable" thing? It feels kinda weird for me. Just, let’s focus on the game.<</speech>>
<div class="div">$name nodded, a playful grin on their face.</div>
<<speech "MC" "$name">> Got it. No more "adorable." Let’s have some fun and see who wins.<</speech>>
<<else>>
<div class="div">$name entered Jean’s room, where Jean was deeply absorbed in his game.</div>
<<speech "MC" "$name">> Hi Jean! How about a gaming session together? I’ve been wanting to try out some new games with you.<</speech>>
<div class="div">Jean looked up, his face turning a soft red as he smiled shyly.</div>
<<speech "Jean">> Oh, um, I’d really like that. I’m, um, glad you want to join.<</speech>>
<div class="div">$name took a seat next to Jean, smiling reassuringly.</div>
<<speech "MC" "$name">> Awesome! I’m sure we’ll have a blast. And don’t worry about being perfect—I’m just here to have fun.<</speech>>
<div class="div">Jean’s nervous smile turned genuine as he handed over a controller.</div>
<<speech "Jean">> Thanks. Just, um, don’t call me anything too, uh, cute or feminine, okay? I’m trying to keep it cool.<</speech>>
<<speech "MC" "$name">> Understood. Let’s dive in and enjoy the game.<</speech>>
<</if>>
[[Stop playing|corridor][$currentPeriod++]]
<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/riley/rileyyogaflirt1.webp">
<div class="div">$name walked into Riley's room and saw her attempting a yoga pose, her cute and slightly wobbly effort making her look even more endearing.</div>
<<speech "MC" "$name">> Wow, Riley, you make yoga look way more interesting. I can’t help but get distracted.<</speech>>
<div class="div">Riley’s face turned bright red, and she awkwardly tried to maintain her pose.</div>
<<speech "Riley">> Oh, um, thanks, $name. I didn’t think anyone would be watching.<</speech>>
<div class="div">$name moved closer, his gaze lingering on her as she adjusted her pose, her nervousness adding to her charm.</div>
<<speech "MC" "$name">> You’re making it hard for me to focus on anything else. You look great.<</speech>>
<div class="div">Riley’s blush deepened, and she quickly rolled up her mat, clearly flustered but smiling.</div>
<<speech "Riley">> I’m glad you think so. I’m still trying to get the hang of it.<</speech>>
<<elseif $randomFlirt is 1>>
<img src="img/riley/rileyyogaflirt2.webp">
<div class="div">$name walked into Riley’s room and saw her stretching, her movements highlighting her curves.</div>
<<speech "MC" "$name">> That pose really shows off your flexibility. You’ve got this graceful strength that’s hard to ignore.<</speech>>
<div class="div">Riley’s cheeks flushed with embarrassment as she looked over, trying to balance.</div>
<<speech "Riley">> Oh, really? I didn’t know I looked that good. I’m just trying to stay flexible.<</speech>>
<div class="div">$name stepped closer, admiring her effort and the way her body moved.</div>
<<speech "MC" "$name">> It’s impressive how effortlessly you make it look. Definitely caught my eye.<</speech>>
<div class="div">Riley’s smile was nervous but appreciative, and she adjusted her pose slightly.</div>
<<speech "Riley">> I’m glad you think so. I’m still working on perfecting my poses.<</speech>>
<<else>>
<img src="img/riley/rileyyogaflirt3.webp">
<div class="div">$name entered Riley’s room and saw her in a yoga pose that highlighted her curves and concentration.</div>
<<speech "MC" "$name">> I’ve never seen someone make yoga look so captivating. You’ve definitely got a way of drawing attention.<</speech>>
<div class="div">Riley’s face flushed with embarrassment, and she tried to hold her pose while looking shyly at him.</div>
<<speech "Riley">> Thanks, $name. I didn’t expect it to be so noticeable.<</speech>>
<div class="div">$name moved closer, admiring her concentration and the way her body responded.</div>
<<speech "MC" "$name">> You’re definitely making yoga look sexy. It’s hard not to be impressed.<</speech>>
<div class="div">Riley’s smile was a mix of shyness and happiness as she finished her pose.</div>
<<speech "Riley">> I’m glad you like it. It’s a bit embarrassing, though.<</speech>>
<</if>>
[[Stop flirting|Neighbor's House][$currentPeriod++]]
<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/riley/rileykitchenflirt1.webp">
<div class="div">$name walked into the kitchen, catching Riley’s eye as she stirred a pot on the stove.</div>
<<speech "MC" "$name">> Hey Riley, you look really cute today.<</speech>>
<div class="div">Riley’s face flushed a soft pink, and she smiled shyly, glancing up at $name.</div>
<<speech "Riley">> Oh, um, thanks, $name. That’s really nice of you to say.<</speech>>
<div class="div">$name moved closer, a playful grin on his face.</div>
<<speech "MC" "$name">> I mean it. You’re adorable, even while you’re busy cooking.<</speech>>
<div class="div">Riley’s smile widened, and she playfully batted her eyelashes.</div>
<<speech "Riley">> Well, if you keep saying things like that, I might just start blushing every time you’re around.<</speech>>
<<elseif $randomFlirt is 1>>
<img src="img/riley/rileykitchenflirt2.webp">
<div class="div">$name walked into the kitchen and saw Riley reaching for a high shelf to grab some ingredients, her apron slightly askew.</div>
<<speech "MC" "$name">> That’s quite a view you’ve got there, Riley.<</speech>>
<div class="div">Riley’s cheeks turned a rosy red, and she looked down, giggling as she nearly lost her balance.</div>
<<speech "Riley">> Oh! Hi $name. I didn’t expect you to notice.<</speech>>
<div class="div">$name smiled and stepped closer, offering his help.</div>
<<speech "MC" "$name">> I couldn’t help it. You look really cute reaching up like that.<</speech>>
<div class="div">Riley’s blush deepened, and she laughed softly, feeling pleased by the attention.</div>
<<speech "Riley">> You’re making me blush. But, um, I’m glad you think so.<</speech>>
<<else>>
<img src="img/riley/rileykitchenflirt3.webp">
<div class="div">$name found Riley at the kitchen counter, chopping vegetables with concentration.</div>
<<speech "MC" "$name">> It smells amazing in here. Almost as amazing as you.<</speech>>
<div class="div">Riley looked up, her face flushing with a pleased pink as she stopped chopping.</div>
<<speech "Riley">> Oh, $name, you’re too kind. I’m just trying to make dinner.<</speech>>
<div class="div">$name stepped closer, his tone warm and teasing.</div>
<<speech "MC" "$name">> Maybe I’m more interested in the chef than the food.<</speech>>
<div class="div">Riley’s smile grew, and she playfully shrugged, her eyes sparkling with enjoyment.</div>
<<speech "Riley">> Well, if you keep saying things like that, you might just convince me to cook more often.<</speech>>
<</if>>
[[Stop flirting|Neighbor's House][$currentPeriod++]]
<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/riley/rileylakesunbathing1.webp">
<div class="div">$name walked by the lake and spotted Riley sunbathing on a towel, wearing a cute swimsuit. Riley was completely unaware of $name's approach.</div>
<<speech "MC" "$name">> Hey Riley, you look great out here.<</speech>>
<div class="div">Riley’s eyes widened in shock as she scrambled to cover herself, her face turning bright red.</div>
<<speech "Riley">> Oh my gosh, $name! I didn’t think anyone would see me like this!<</speech>>
<div class="div">$name approached with a reassuring smile, trying to ease her embarrassment.</div>
<<speech "MC" "$name">> I’m sorry if I surprised you. You’re just looking really cute out here.<</speech>>
<div class="div">Riley’s blush didn’t fade, but she managed a shy smile, feeling both flustered and flattered.</div>
<<speech "Riley">> Well, um, thank you. I guess I’m not used to getting attention like this while I’m sunbathing.<</speech>>
<<elseif $randomFlirt is 1>>
<img src="img/riley/rileylakesunbathing2.webp">
<div class="div">$name approached the lake and noticed Riley lounging on her towel, her hat covering her face. He didn’t think she’d notice him right away.</div>
<<speech "MC" "$name">> Nice spot you’ve got here, Riley. It looks really relaxing.<</speech>>
<div class="div">Riley’s head snapped up, her face flushed with surprise and embarrassment as she hastily tried to adjust her towel.</div>
<<speech "Riley">> Oh no, $name! I didn’t realize you were coming by. I’m so embarrassed!<</speech>>
<div class="div">$name sat down nearby, his expression warm and understanding.</div>
<<speech "MC" "$name">> You don’t have to be embarrassed. You look great, and it’s a beautiful day.<</speech>>
<div class="div">Riley’s blush deepened, and she awkwardly adjusted her hat, clearly flustered but secretly pleased by the compliment.</div>
<<speech "Riley">> Thanks… I just wasn’t expecting anyone to see me like this.<</speech>>
<<else>>
<img src="img/riley/rileylakesunbathing3.webp">
<div class="div">$name walked up to the lake and spotted Riley stretching out on her towel, enjoying the sun. She was so relaxed that she didn’t notice him approaching.</div>
<<speech "MC" "$name">> Wow, Riley, you’re really enjoying the sun. Looking good out here.<</speech>>
<div class="div">Riley’s eyes flew open in shock, and she quickly sat up, her face turning a deep red as she scrambled to cover herself with her towel.</div>
<<speech "Riley">> Oh my gosh, $name! I didn’t think anyone would see me like this. I’m so embarrassed!<</speech>>
<div class="div">$name approached with a friendly grin, trying to make her feel more at ease.</div>
<<speech "MC" "$name">> I’m sorry if I startled you. You look great, and the view is beautiful.<</speech>>
<div class="div">Riley’s blush didn’t fade, but she managed a shy smile, clearly flustered but appreciating the compliment.</div>
<<speech "Riley">> Well, um, thanks. I guess I didn’t expect to get caught sunbathing.<</speech>>
<</if>>
[[Stop flirting|Lake][$currentPeriod++]]
<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/riley/rileyshowerspy1.webp">
<div class="div">You opened the bathroom door wide and saw Riley dancing in the shower. The water was cascading over her naked body, making her tits and curves look incredibly tempting.</div>
<<speech "MC" "$name">> (whispering) Damn, Riley’s boobs are fucking amazing. The way the water makes them jiggle is driving me wild. I can’t stop thinking about running my hands all over her.<</speech>>
<div class="div">Riley danced with her hands sliding over her wet skin, making her ass and pussy look even more enticing. Your excitement was building, and you knew you needed to get out before she caught you.</div>
<<speech "MC" "$name">> (whispering) I’m so fucking turned on right now. I need to get out of here before she sees me. This is way too hot to handle.<</speech>>
<div class="div">You quietly slipped out of the bathroom, still buzzing from the steamy scene you’d just witnessed, and made sure you were gone before Riley could notice.</div>
<<elseif $randomFlirt is 1>>
<img src="img/riley/rileyshowerspy2.webp">
<div class="div">You pushed the bathroom door open and saw Riley dancing in the shower. Her body was drenched and glistening, with her tits and ass looking absolutely irresistible.</div>
<<speech "MC" "$name">> (whispering) This is like a fucking private strip show. Her wet pussy and body are making me so fucking horny. I can’t get over how hot she looks.<</speech>>
<div class="div">Riley was lost in her dance, her hands teasing her body, making her curves even more provocative. You were imagining how incredible it would be to feel her wet skin against yours. Realizing you needed to leave before she noticed, you quietly backed away.</div>
<<speech "MC" "$name">> (whispering) I need to get out before she turns around and sees me. This is too intense.<</speech>>
<div class="div">You slipped out of the bathroom, your mind still racing from the steamy sight you’d just seen.</div>
<<else>>
<img src="img/riley/rileyshowerspy3.webp">
<div class="div">You opened the bathroom door and caught Riley dancing in the shower. Her body was slick with water, making her tits and ass look unbelievably hot.</div>
<<speech "MC" "$name">> (whispering) She’s turning this shower into a fucking show. Her wet pussy and glistening body are driving me insane. I’m losing my mind just thinking about how amazing it would be to join her.<</speech>>
<div class="div">Watching Riley move and touch herself, you were incredibly aroused. You knew you had to leave before she noticed you. The thought of her body pressed against yours was too much to handle.</div>
<<speech "MC" "$name">> (whispering) I need to get out of here before she catches me. This is way too fucking hot.<</speech>>
<div class="div">You exited the bathroom, still feeling the heat of what you’d just witnessed, making sure you were gone before Riley could discover you.</div>
<</if>>
[[Stop spying|Neighbor's House][$currentPeriod++]]
<<set $randomSneak to random(3)>>
<<if $randomSneak is 0>>
<img src="img/riley/rileysleep1.webp">
<div class="div">You quietly entered Riley’s room and saw her sprawled out in bed, her body partly exposed. The sight of her made you hard as you imagined slipping under the covers and exploring her soft tits and tight pussy.</div>
<<speech "MC" "$name">> Damn, you look so fucking hot like this. I’d love to feel every inch of you.<</speech>>
<div class="div">You couldn’t take your eyes off her, lost in thoughts of what it would be like to touch her while she was asleep.</div>
[[Pull Down Her Top|rileypulltop]]
[[Expose Her Pussy|rileypullbottom]]
<<elseif $randomSneak is 1>>
<img src="img/riley/rileysleep2.webp">
<div class="div">You crept into Riley’s room and saw her sleeping soundly, her body partially uncovered. You fantasized about getting into bed with her, feeling her warm body pressed against yours, and exploring her tits and pussy.</div>
<<speech "MC" "$name">> You look so fucking tempting. I can’t wait to get my hands on you.<</speech>>
<div class="div">Your mind was filled with fantasies of what you’d do if she woke up and let you touch her.</div>
[[Pull Down Her Top|rileypulltop]]
[[Expose Her Pussy|rileypullbottom]]
<<else>>
<img src="img/riley/rileysleep3.webp">
<div class="div">You quietly entered Riley’s room, noticing how her body was partially exposed as she slept. The sight of her made you hard, and you couldn’t stop imagining how it would feel to kiss her neck and move down to her tits and pussy.</div>
<<speech "MC" "$name">> You look so fucking good. I’d love to wake you up and have some fun.<</speech>>
<div class="div">You stood there, consumed by dirty thoughts about how you’d enjoy her if she were awake.</div>
[[Pull Down Her Top|rileypulltop]]
[[Expose Her Pussy|rileypullbottom]]
<</if>>
<img src="img/riley/rileysleepboobs1.webp">
<div class="div">Riley was sleeping completely naked, her small breasts barely concealed. You couldn’t resist the urge to see more. With a thrill of excitement, you gently pulled the sheets back.</div>
<<speech "MC" "$name">> Damn, she looks so sexy. I need a better view.<</speech>>
<div class="div">As you pulled the sheets away, her small, soft tits were fully exposed. The sight of her naked body made you rock hard with desire. You marveled at how perfect and inviting her exposed skin was.</div>
<img src="img/riley/rileysleepboobs2.webp">
<<speech "MC" "$name">> Shit, her tits are so nice. I can’t believe how perfect they look.<</speech>>
<div class="div">You let your hands linger for a moment, appreciating the curves of her bare chest before gently covering her back up. With one last look, you quietly left the room, your mind racing with excitement.</div>
[[Pull Down Her Top|rileypullbottom]]
[[Leave quietly|Neighbor's House]]
<img src="img/riley/rileysleeppussy1.webp">
<<speech "MC" "$name">> I need to see what’s going on down there. She’s fucking incredible.<</speech>>
<div class="div">Carefully, you pulled the sheets back, revealing Riley’s naked body. Her smooth, exposed pussy made you rock hard with desire. The sight of her completely bare was too tempting to ignore.</div>
<img src="img/riley/rileysleeppussy2.webp">
<<speech "MC" "$name">> Shit, her pussy looks amazing. This is so hot.<</speech>>
<div class="div">After enjoying the view, you gently covered her back up and stepped back, your mind still racing with excitement from what you’d just seen.</div>
[[Pull Down Her Top|rileypulltop]]
[[Leave quietly|Neighbor's House]]
<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/Kendra/Kendrakitchenflirt1.webp">
<div class="div">$name walked into the kitchen and saw Kendra at the stove, her dress rolled up just enough to show off her thighs as she cooked breakfast. The sight had him biting his lip.</div>
<<speech "MC" "$name">> Morning, Kendra. That dress rolled up like that... you’re making it really hard to focus on anything else.<</speech>>
<div class="div">Kendra turned slightly, her lips curling into a playful smile as she stirred the pan.</div>
<<speech "Kendra">> Oh really? It’s been a while since I’ve heard that. You sure know how to flatter a woman, $name.<</speech>>
<div class="div">$name stepped closer, his eyes roaming her exposed legs.</div>
<<speech "MC" "$name">> Well, you deserve it. You look way too good standing there like that.<</speech>>
<div class="div">Kendra blushed softly, her eyes flickering toward him with a mix of amusement and appreciation.</div>
<<speech "Kendra">> Thanks, $name. Sometimes, I forget what it’s like to be noticed... especially around here.<</speech>>
<<elseif $randomFlirt is 1>>
<img src="img/Kendra/Kendrakitchen3.webp">
<div class="div">$name entered the kitchen, spotting Kendra bending over slightly as she checked something in the oven. Her rolled-up dress clung to her hips, and he couldn’t resist commenting.</div>
<<speech "MC" "$name">> Damn, Kendra. That dress is barely staying on. You’re making cooking look way too good.<</speech>>
<div class="div">Kendra straightened up, giving him a teasing glance over her shoulder.</div>
<<speech "Kendra">> $name, you’re such a troublemaker. But I have to admit, it’s nice hearing someone notice... been a while since anyone’s paid attention like that.<</speech>>
<div class="div">$name grinned, his eyes shamelessly roaming over her body.</div>
<<speech "MC" "$name">> How could anyone miss that? You’ve got one hell of a body, Kendra.<</speech>>
<div class="div">Kendra chuckled, but there was a hint of frustration behind her playful tone.</div>
<<speech "Kendra">> It’s a shame some people around here don’t seem to care...<</speech>>
<<else>>
<img src="img/Kendra/Kendrakitchenflirt2.webp">
<div class="div">$name walked into the kitchen and found Kendra on her knees, cleaning something off the floor. Her rolled-up dress left her legs fully exposed, and $name couldn’t help but stare.</div>
<<speech "MC" "$name">> Kendra, if you keep bending over like that, I might have to help you out... You’re making it impossible to look away.<</speech>>
<div class="div">Kendra glanced over her shoulder, her cheeks flushing with a mix of embarrassment and arousal.</div>
<<speech "Kendra">> $name, you're going to get me in trouble talking like that... but I kinda like it.<</speech>>
<div class="div">$name smirked, stepping closer, enjoying the sight of her on the floor.</div>
<<speech "MC" "$name">> Maybe some trouble is what you need. You’ve got me thinking about a lot more than just cleaning.<</speech>>
<div class="div">Kendra’s eyes sparkled, and she gave him a playful smile, clearly enjoying the attention.</div>
<<speech "Kendra">> Well, if it makes you feel that way, I guess I’m doing something right...<</speech>>
<</if>>
[[Stop flirting|Neighbor's House][$currentPeriod++]]
<img @src="'img/mc/jogging' + random(1, 3) + '.webp'">
<div class="div">I hit the forest trail, my heart racing and sweat dripping down my body. This place is a playground for all kinds of wild, dirty fun.</div>
<div class="div">Holy shit, check this out!</div>
<<if $bi is true>>
<img @src="'img/porn/woods' + random(1,10) + '.webp'">
<<else>>
<img @src="'img/porn/woods' + random(1,9) + '.webp'">
<</if>>
<div class="div">I can't believe my eyes. This forest is brimming with hot, steamy action and tantalizing sights.</div>
[[finish jogging|Woods][$joggedToEnd to true,$strength += 1,$currentPeriod++]]
<<set $randomFlirt to random(3)>>
<<if $randomFlirt is 0>>
<img src="img/Kendra/Kendraworkout1.webp">
<div class="div">$name walked into the gym and saw Kendra stretching her legs. Her sexy workout outfit accentuated her curves in all the right ways. She glanced over and flashed a bright smile.</div>
<<speech "MC" "$name">> Kendra, you’re absolutely rocking that workout gear. You make stretching look way more interesting than it has any right to be.<</speech>>
<div class="div">Kendra’s smile widened, clearly enjoying the compliment.</div>
<<speech "Kendra">> Thanks, $name! I’m glad you think so. Carl never seems to notice how great the outfit looks.<</speech>>
<div class="div">$name grinned as he admired her form.</div>
<<speech "MC" "$name">> Well, I definitely noticed. You’ve got a way of making everything look so stylish.<</speech>>
<div class="div">Kendra’s cheeks flushed with pleasure.</div>
<<speech "Kendra">> Thanks, $name. Want to join me? I could use some company.<</speech>>
<<elseif $randomFlirt is 1>>
<img src="img/Kendra/Kendraworkout2.webp">
<div class="div">$name entered the gym and saw Kendra finishing a series of stretches. Her workout outfit hugged her curves provocatively. She gave him a playful look.</div>
<<speech "MC" "$name">> Kendra, you’re absolutely killing it. If this workout was a show, you’d definitely be the star.<</speech>>
<div class="div">Kendra chuckled and winked at him.</div>
<<speech "Kendra">> That’s sweet of you to say, $name. Carl rarely gives me such flattering comments.<</speech>>
<div class="div">$name moved closer, clearly intrigued.</div>
<<speech "MC" "$name">> Well, I’m here to appreciate the view. How about you show me a few of those moves?<</speech>>
<div class="div">Kendra laughed softly as she continued her stretches.</div>
<<speech "Kendra">> I’d be happy to. Let’s make this session fun.<</speech>>
<<else>>
<img src="img/Kendra/Kendraworkout3.webp">
<div class="div">$name walked into the gym and saw Kendra doing a series of elegant stretches. Her sexy outfit showed off her toned body, and she looked up with a flirtatious grin.</div>
<<speech "MC" "$name">> Hey Kendra, you make stretching look like an art form. I’ve never seen anyone make it look so good.<</speech>>
<div class="div">Kendra’s eyes twinkled with pleasure as she finished her stretch.</div>
<<speech "Kendra">> Thanks, $name! It’s nice to hear that, especially since Carl doesn’t seem to notice these things.<</speech>>
<div class="div">$name smirked, clearly enjoying the compliment.</div>
<<speech "MC" "$name">> Well, I definitely do. Maybe you can give me a few pointers on how to look that good while working out.<</speech>>
<div class="div">Kendra’s smile grew mischievous.</div>
<<speech "Kendra">> I’d love to. Let’s see if you can keep up.<</speech>>
<</if>>
[[Finish workout|Gym][$currentPeriod++,$workedOut to true]]
<<set $randomFlirt to random(3)>>
<<if $randomFlirt is 0>>
<div class="div">I strolled into the living room that evening and found Kendra lounging on the couch, her figure accentuated by a sexy, fitted dress. She glanced at Carl, who was lost in his newspaper.</div>
<<speech "MC" "$name">> Evening, Kendra. Wow, you look absolutely stunning tonight. That dress really shows off your curves.<</speech>>
<div class="div">Kendra's eyes sparkled as she shot me a flirty smile, but her gaze quickly shifted to Carl, who remained oblivious.</div>
<<speech "Kendra">> Thanks, $name. It’s nice to hear that from someone who actually notices. Carl hasn’t said anything like that in ages.<</speech>>
<div class="div">Carl barely lifted his head, clearly annoyed.</div>
<<speech "Carl">> Can you two keep it down? I’m trying to enjoy some peace and quiet.<</speech>>
<div class="div">I moved closer to Kendra, my shoulder brushing against hers as I spoke softly.</div>
<img src="img/Kendra/Kendratableflirt1.webp">
<<speech "MC" "$name">> Don’t let him ruin your evening. You deserve to be appreciated, especially in that stunning dress. It’s hard not to admire you.<</speech>>
<div class="div">Her smile widened, and she leaned in slightly, clearly enjoying the attention.</div>
<<speech "Kendra">> I could use more of that kind of attention. It feels good to be wanted.<</speech>>
<<elseif $randomFlirt is 1>>
<div class="div">As I walked into the living room, I caught sight of Kendra perched on the edge of the couch, her dress hugging her curves perfectly. Carl was across the room, glued to his laptop.</div>
<<speech "MC" "$name">> Hey, Kendra. You look absolutely gorgeous tonight. That dress is definitely turning heads.<</speech>>
<div class="div">Kendra beamed at me, but her excitement quickly faded as she glanced at Carl.</div>
<<speech "Kendra">> Thanks, $name. It’s been a while since Carl’s noticed anything. He’s too focused on his work.<</speech>>
<div class="div">Carl finally looked up, irritation etched across his face.</div>
<<speech "Carl">> Seriously, Kendra? I don’t need this right now. I’m busy.<</speech>>
<div class="div">I slid onto the couch next to Kendra, leaning in closer to her.</div>
<img src="img/Kendra/Kendratableflirt2.webp">
<<speech "MC" "$name">> Don’t worry about him. I’m happy to remind you just how stunning you are. You deserve to feel special.<</speech>>
<div class="div">She leaned in, her voice dropping to a playful whisper.</div>
<<speech "Kendra">> That means a lot, $name. It’s nice to feel desired, especially when someone pays attention.<</speech>>
<<else>>
<div class="div">I stepped into the living room and found Kendra reclining on the couch, her figure perfectly showcased by her fitted dress. Carl was seated nearby, scrolling through his phone.</div>
<<speech "MC" "$name">> Good evening, Kendra. You look absolutely incredible tonight. That dress is definitely doing you justice.<</speech>>
<div class="div">Kendra smiled brightly, but I could see a flicker of disappointment as she glanced at Carl.</div>
<<speech "Kendra">> Thanks, $name. It’s been too long since I felt this appreciated. Carl doesn’t seem to notice anymore.<</speech>>
<div class="div">Carl barely looked up, irritation flashing across his face.</div>
<<speech "Carl">> Can we not make a big deal out of this? I’m just trying to relax.<</speech>>
<div class="div">I shifted closer to Kendra, my voice low and enticing.</div>
<img src="img/Kendra/Kendratableflirt2.webp">
<<speech "MC" "$name">> Don’t let him get to you. You’re breathtaking, and I’m here to remind you of that. You deserve all the compliments tonight.<</speech>>
<div class="div">She leaned in slightly, her expression softening.</div>
<<speech "Kendra">> I really appreciate that, $name. It feels good to know someone sees me for who I am.<</speech>>
<</if>>
[[Stop flirting|Neighbor's House][$currentPeriod++]]
<<set $randomFlirt to random(2)>>
<<if $randomFlirt is 0>>
<img src="img/Kendra/Kendrashowerspy1.webp">
<div class="div">You opened the bathroom door wide and saw Kendra in the shower. Her body was covered in a thick layer of soap, highlighting her curves and making her tits and hips look incredibly tempting.</div>
<<speech "MC" "$name">> (whispering) Fuck, Kendra’s tits look amazing all soapy. I’m losing it here, can't get that sight out of my head. I should really get out of here.<</speech>>
<div class="div">Kendra was rinsing off the soap, her hands gliding over her skin, accentuating her ass and pussy. Your excitement was building, and you knew you needed to leave before she caught you.</div>
<<speech "MC" "$name">> (whispering) I need to leave before she notices me. This is too fucking hot; I can barely handle it.<</speech>>
<div class="div">You stood there, feeling the heat of the moment, knowing you needed to leave but still captivated by the steamy scene.</div>
<<elseif $randomFlirt is 1>>
<img src="img/Kendra/Kendrashowerspy2.webp">
<div class="div">You pushed the bathroom door open and saw Kendra in the shower, her body slick with soap. Her tits and ass looked irresistibly alluring.</div>
<<speech "MC" "$name">> (whispering) This soapy show is driving me fucking crazy. I can't stop thinking about her; she's too damn hot. I should really back off.<</speech>>
<div class="div">Kendra was busy scrubbing off the soap, her hands moving provocatively over her body. You were imagining how amazing it would be to feel her soapy skin pressed against yours. Realizing you needed to leave before she noticed, you hesitated.</div>
<<speech "MC" "$name">> (whispering) I gotta get out of here before she turns around. This is insane; I can barely hold it together.<</speech>>
<div class="div">You lingered in the bathroom, feeling the intensity of the situation while knowing you should step back.</div>
<<else>>
<img src="img/Kendra/Kendrashowerspy3.webp">
<div class="div">You opened the bathroom door and caught Kendra in the shower, her body covered in soap. The bubbles made her tits and ass look unbelievably hot.</div>
<<speech "MC" "$name">> (whispering) She’s turning this shower into a fucking show. I’m losing my mind watching her; it’s too much. I need to think about leaving.<</speech>>
<div class="div">Watching Kendra as she rinsed off the soap, you were incredibly aroused. You stood there, struggling with the temptation while knowing you had to leave.</div>
<<speech "MC" "$name">> (whispering) I need to get out before she catches me. This is way too fucking intense.<</speech>>
<div class="div">You stayed hidden, feeling the heat of what you’d just witnessed and contemplating your next move.</div>
<</if>>
[[Stop spying|Neighbor's House][$currentPeriod++]]
<<set $randomSneak to random(3)>>
<<if $randomSneak is 0>>
<img src="img/Kendra/Kendrasleep1.webp">
<div class="div">You slipped into Kendra’s room and caught her sleeping with her body partially exposed. The sight of her made your cock hard as you pictured yourself sliding under the covers and feeling her soft tits and tight pussy.</div>
<<speech "MC" "$name">> Fuck, you look so damn sexy like this. I’m itching to get my hands on you.<</speech>>
<div class="div">Your mind raced with dirty thoughts about what it would be like to touch her while she was asleep.</div>
[[Pull Down Her Top|Kendrapulltop]]
[[Expose Her Pussy|Kendrapullbottom]]
<<elseif $randomSneak is 1>>
<img src="img/Kendra/Kendrasleep2.webp">
<div class="div">You snuck into Kendra’s room and saw her sleeping soundly, her body barely covered. You couldn’t stop fantasizing about crawling into bed with her, feeling her warm skin, and playing with her tits and pussy.</div>
<<speech "MC" "$name">> You look so fucking irresistible. I’m dying to get my hands on you.<</speech>>
<div class="div">Your head was filled with filthy thoughts about how you’d have your way with her if she woke up.</div>
[[Pull Down Her Top|Kendrapulltop]]
[[Expose Her Pussy|Kendrapullbottom]]
<<else>>
<img src="img/Kendra/Kendrasleep3.webp">
<div class="div">You quietly entered Kendra’s room, noticing her body partially exposed as she slept. The sight of her made your cock throb, and you couldn’t stop imagining how it would feel to kiss her neck and explore her tits and pussy.</div>
<<speech "MC" "$name">> You look so fucking hot. I want to wake you up and have some fun with you.<</speech>>
<div class="div">You stood there, overwhelmed by dirty fantasies about how you’d enjoy her if she were awake.</div>
[[Pull Down Her Top|Kendrapulltop]]
[[Expose Her Pussy|Kendrapullbottom]]
<</if>>
<img src="img/Kendra/Kendrasleeprobe1.webp">
<div class="div">Kendra was sleeping in a black robe, her body barely hidden underneath. You couldn’t resist the urge to see more. With a thrill of excitement, you slowly yanked the robe open.</div>
<<speech "MC" "$name">> Damn, she looks so fucking hot. I need a better look at those tits.<</speech>>
<div class="div">As you pulled the robe open, her large, soft tits came into view. The sight of her exposed skin made your cock throb with desire. You couldn’t get enough of her perfect, inviting curves.</div>
<img src="img/Kendra/Kendrasleeprobe2.webp">
<<speech "MC" "$name">> Shit, her tits are fucking incredible. I can’t believe how perfect they look.<</speech>>
<div class="div">You let your hands roam for a moment, savoring the feel of her bare chest before covering her back up with the robe. With one last lingering look, you quietly left the room, your mind racing with dirty fantasies.</div>
[[Pull Down Her Robe|Kendrapullbottom]]
[[Leave quietly|Neighbor's House]]
<img src="img/Kendra/Kendrasleeppussy1.webp">
<<speech "MC" "$name">> I gotta see what’s under that robe. She’s fucking unbelievable.<</speech>>
<div class="div">With a thrill, you yanked the robe open, exposing Kendra’s naked body. Her smooth, dripping pussy was on full display, making your cock throb with intense lust. The sight of her completely bare was making you go crazy.</div>
<img src="img/Kendra/Kendrasleeppussy2.webp">
<<speech "MC" "$name">> Shit, her pussy looks fucking perfect. I can’t believe how hot she is. I want to fuck her so badly.<</speech>>
<div class="div">You couldn’t take your eyes off her exposed pussy, your mind flooded with filthy fantasies. After savoring the view, you reluctantly covered her back up with the robe, stepping back with your excitement still burning hot.</div>
[[Pull Down Her top|Kendrapulltop]]
[[Leave quietly|Neighbor's House]]
<div class="div">You’re wandering through the house when you spot Alexis' laptop on the counter, the screen showing a video of a woman flashing her tits in public, grinning at the camera. The sound is still on, and you hear people reacting in the background. You raise an eyebrow and smirk, caught off guard by what you’ve found.</div>
<img src="img/alexis/laptopwoman.webp">
<<speech "MC" "$name">> Well, well... Didn’t expect to see this kind of stuff on your laptop, Alexis.<</speech>>
<div class="div">Alexis walks in, her eyes widening as she sees you looking at the screen. Her face flushes, and she quickly rushes over, fumbling to close the laptop.</div>
<img src="img/alexis/shocked.webp">
<<speech "Alexis" "Alexis">> Oh God, no! I wasn’t... I didn’t mean for you to see that!<</speech>>
<div class="div">You chuckle, enjoying her flustered reaction. She’s clearly embarrassed but can’t hide the hint of a smile that creeps onto her face.</div>
<<speech "MC" "$name">> Looks like someone’s into getting watched. I didn’t think you had it in you.<</speech>>
<div class="div">Alexis hesitates, biting her lip, trying to figure out how to respond. She glances at you, unsure but playful.</div>
<<speech "Alexis" "Alexis">> It’s just... a little fantasy. Something I stumbled on. It’s nothing serious... I didn’t mean for anyone to find out.<</speech>>
<div class="div">You step closer, leaning against the counter, giving her a knowing smile.</div>
<<speech "MC" "$name">> Hey, no need to be embarrassed. It’s kinda hot, honestly. And it’s our little secret. No one has to know.<</speech>>
<div class="div">She looks at you, her cheeks still pink, but her eyes spark with curiosity. She tilts her head slightly, teasing you with a mischievous grin.</div>
<<speech "Alexis" "Alexis">> You’re enjoying this, aren’t you? Catching me off guard like that.<</speech>>
<div class="div">You shrug, trying to keep things light but can’t resist pushing her buttons a bit.</div>
<<speech "MC" "$name">> Can’t say I’m not curious now. Maybe we could explore this... in secret. I mean, if it’s something that excites you.<</speech>>
<div class="div">Alexis crosses her arms, still teasing but now more thoughtful. She knows what you’re suggesting but isn’t sure if she should take it further. Her eyes flicker to yours, a mix of temptation and hesitation.</div>
<<speech "Alexis" "Alexis">> I don’t know... I shouldn’t... I mean, with Dan and everything...<</speech>>
<div class="div">You step a little closer, lowering your voice.</div>
<<speech "MC" "$name">> Dan doesn’t have to know. Just a little fun, something for you. If you’re into it, I could help you explore. No one has to find out.<</speech>>
<div class="div">She smiles, her guard dropping a little more. Alexis takes a slow breath, the temptation in her eyes growing as she looks at you. She knows it’s wrong, but she’s intrigued, her playful side clearly wanting more.</div>
<<speech "Alexis" "Alexis">> You’d really keep it a secret? Just... for me?<</speech>>
<<speech "MC" "$name">> Promise. Just us. I mean, who else could handle it? You need someone who gets it.<</speech>>
<div class="div">She steps closer, her body brushing against yours, her lips curling into a naughty smile.</div>
<<speech "Alexis" "Alexis">> I might be tempted to take you up on that. But only if you can keep up with me.<</speech>>
<<speech "MC" "$name">> Oh, I can handle whatever you throw at me.<</speech>>
<div class="div">Alexis gives you a sultry look before turning back to the sink, her hips swaying provocatively. Suddenly, she spins around and presses her lips to yours in a hot, needy kiss. Her hands pull you close, and when she finally breaks away, her eyes are full of mischief.</div><img src="img/alexis/alexisfirstkiss4.webp">
<<speech "Alexis" "Alexis">> Thanks for keeping my secret. I’ll be needing more of that.<</speech>>
<div class="div">With a teasing smile, she returns to her chores, leaving you with the thrill of her kiss and a promise of more to come.</div>
[[Leave|corridor][$currentPeriod++,$alexisStage++]]<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">$name strolled into the kitchen, his eyes landing on Alexis who was busy at the counter, her back turned to him. The sight of her bending over slightly as she reached for something on the lower shelf made his pulse quicken. He couldn’t resist the temptation, so he quietly approached and slipped his arms around her waist, pulling her into a deep, possessive kiss.</div>
<img src="img/alexis/alexisfirstkiss4.webp">
<div class="div">Alexis gasped at the sudden contact but quickly melted into the kiss, her hands gripping the counter for support. Her body pressed against his, every inch of her curves making him more eager. After a heated few moments, she pulled back, a playful smirk on her lips mingled with a hint of worry.</div>
<<speech "Alexis">> $name, someone could come in at any moment. This could be risky.<</speech>>
<div class="div">$name looked into her eyes with a mischievous grin, his hands lingering on her hips. He whispered, his breath hot against her ear.</div>
<<speech "MC" "$name">> Come on, Alexis. Isn’t that what makes this exciting? Just let go and focus on us.<</speech>>
<div class="div">Alexis hesitated, her eyes darting towards the kitchen door. But the heat of his touch and the intensity of his gaze were hard to ignore. With a soft sigh, she leaned in again, her lips brushing against his with renewed urgency. The kiss grew deeper, her moans mingling with his as their bodies pressed even closer. The kitchen filled with the sounds of their heated passion, the world outside momentarily forgotten.</div>
<div class="div>When they finally pulled apart, both were breathing heavily, their faces flushed. Alexis’s eyes were still filled with a mix of excitement and concern, but she couldn’t help the satisfied smile playing on her lips.</div>
<<speech "Alexis">> Well, that was certainly intense. Maybe we should be more careful next time, though.<</speech>>
<div class="div">$name smirked, leaning in to give her a teasing peck on the cheek.</div>
<<speech "MC" "$name">> I wouldn’t change a thing. You make every moment worth the risk.<</speech>>
<<elseif $randomKiss is 1>>
<div class="div">$name entered the kitchen and saw Alexis at the stove, her back to him. The sight of her in her snug outfit, the way her hips swayed slightly as she cooked, made him harden with desire. He couldn’t hold back any longer. He walked up behind her, wrapped his arms around her waist, and yanked her into a rough, hungry kiss. His lips crashed against hers, his tongue exploring with urgent need.</div>
<img src="img/alexis/alexisfirstkiss4.webp">
<div class="div">Alexis’s initial shock melted into excitement as she responded with equal fervor, her hands grabbing his shirt and pulling him closer. Their kiss was wild, a desperate meeting of mouths and tongues. She pulled back slightly, her eyes wide with a mix of anxiety and desire.</div>
<<speech "Alexis">> $name, we really need to be careful. What if someone walks in on us? <</speech>>
<div class="div">$name chuckled softly, his hands sliding up her sides, his fingers teasing the edge of her top.</div>
<<speech "MC" "$name">> Isn’t that part of the fun? Just let yourself enjoy it. We’re here right now, so let’s make the most of it.<</speech>>
<div class="div">Despite her lingering worry, Alexis leaned back in for another kiss. This time it was more urgent, more passionate, as if they both needed to reclaim the moment they’d briefly lost. Their bodies pressed together, the kitchen became a private haven of heat and desire. The kiss continued, their breaths mingling, the intensity of their passion growing with each passing second.</div>
<div class="div">Eventually, they pulled apart, both panting and flushed. Alexis’s eyes were a mix of exhilaration and regret, but she couldn’t deny the thrill of their encounter.</div>
<<speech "Alexis">> Maybe next time we should try to be a bit quieter... but that was incredible.<</speech>>
<div class="div">$name grinned, reaching out to gently stroke her cheek.</div>
<<speech "MC" "$name">> I agree. Let’s make sure every moment is just as unforgettable.<</speech>>
<<else>>
<div class="div">$name walked into the kitchen and found Alexis stirring a pot at the stove, her back to him. The sight of her in her fitted top, the way her curves were accentuated by her movements, made him feel a surge of desire. He approached her quietly, his hands sliding around her waist as he pulled her into a deep, searing kiss.</div>
<img src="img/alexis/alexisfirstkiss4.webp">
<div class="div">Alexis’s body stiffened for a second, then relaxed into the kiss, her hands moving to his chest, her fingers gripping tightly. Their kiss was hungry, their tongues dancing together as their bodies pressed closer. She pulled back after a moment, her face flushed with both arousal and worry.</div>
<<speech "Alexis">> $name, we could get caught. What if someone hears us?<</speech>>
<div class="div">$name looked at her with a confident smile, his hands caressing her sides.</div>
<<speech "MC" "$name">> We’re alone right now. Just concentrate on how good this feels.<</speech>>
<div class="div">Reluctantly, Alexis leaned in again. The kiss grew more urgent, more passionate, as their need for each other intensified. The kitchen became their sanctuary, the outside world fading away as they lost themselves in the moment. Their breaths grew ragged, their bodies pressed tightly together, the heat between them almost palpable.</div>
<div class="div">When they finally broke apart, both were breathless and flushed. Alexis’s eyes were still tinged with concern, but a satisfied smile touched her lips.</div>
<<speech "Alexis">> That was quite something. We’ll need to be more careful next time.<</speech>>
<div class="div">$name smirked, brushing a strand of hair from her face.</div>
<<speech "MC" "$name">> I wouldn’t have it any other way. You make every moment feel electric.<</speech>>
<</if>>
[[Stop kissing|corridor][$currentPeriod++]]<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">$name strolled into the living room and was immediately struck by the sight of Alexis in a deep yoga stretch. Her tight leggings and form-fitting top highlighted every curve as she reached forward, her ass provocatively lifted in the air. His eyes darkened with desire, and he couldn’t resist. He approached quietly, sliding his hands around her waist and pulling her against his body. With a teasing, possessive touch, he pressed his lips to the small of her back, his kisses moving slowly up her spine.</div>
<div class="div">Alexis gasped at the unexpected touch, her body instinctively arching and pressing back against him. She shivered as his lips traced a path up her back, his hands slipping under the waistband of her leggings to grip her hips firmly. As his kisses reached her neck, he spun her around, capturing her lips in a heated, demanding kiss.</div>
<img src="img/alexis/alexisyogakiss1.webp">
<div class="div">Her lips were warm and eager, and she responded to his kiss with equal fervor. Their mouths moved together, tongues dancing as their bodies pressed even closer. After a few moments of intense kissing, Alexis pulled back slightly, her breath coming in ragged gasps. She looked up at him with a mix of intense desire and a hint of worry.</div>
<<speech "Alexis">> $name, this is too risky. What if someone walks in and catches us? We could get in serious trouble.<</speech>>
<div class="div">$name’s grin widened as he held her gaze, his hands lingering on her hips. He leaned in, his breath warm and tantalizing against her ear as he whispered.</div>
<<speech "MC" "$name">> That’s what makes it exciting, Alexis. The thrill of the risk just adds to the pleasure. Focus on how good this feels and let everything else fade away.<</speech>>
<div class="div">Despite her lingering concern, Alexis’s desire overpowered her apprehension. She leaned back in, their lips meeting again with renewed urgency. The kiss deepened, growing more intense as their bodies pressed together and their breaths mingled. The living room became a sanctuary of heat and passion, the outside world disappearing as they lost themselves in each other.</div>
<div class="div">When they finally pulled apart, both were breathless and flushed. Alexis’s eyes reflected a blend of excitement and lingering anxiety, but a satisfied smile played on her lips. The heat between them was palpable, leaving them both eager for more.</div>
<<speech "Alexis">> That was incredibly intense. We should be more cautious next time, though.<</speech>>
<div class="div">$name smirked, brushing a strand of hair from her face with a playful touch. He looked into her eyes, his gaze full of mischief.</div>
<<speech "MC" "$name">> I wouldn’t have it any other way. Every moment with you is worth the risk. I can’t wait for the next time.<</speech>>
<div class="div">Alexis smiled, a mix of longing and anticipation in her eyes as he slowly pulled away. The thrill of their stolen moment lingered, fueling their excitement for future encounters.</div>
<<elseif $randomKiss is 1>>
<div class="div">$name walked into the living room and found Alexis in the middle of a yoga pose. Her tight leggings and form-fitting top emphasized every curve as she bent forward, her ass prominently displayed. His desire flared, and he couldn’t hold back. He approached from behind, wrapping his arms around her waist and pulling her against him. He pressed his lips to the back of her neck, trailing kisses up to her ear, his hands slipping beneath the waistband of her leggings.</div>
<div class="div">Alexis let out a soft moan as she felt his touch, her body arching instinctively towards him. Her hands moved to grip his arms as his kisses grew more urgent. Their lips finally met in a rough, hungry kiss. Their tongues tangled together in a desperate dance as their bodies pressed closely.</div>
<img src="img/alexis/alexisyogakiss1.webp">
<div class="div">Alexis pulled back slightly, her eyes wide with a mix of anxiety and desire. Her breath came in short, ragged bursts as she looked at him.</div>
<<speech "Alexis">> $name, we need to be careful. What if someone catches us? This could be dangerous.<</speech>>
<div class="div">$name chuckled softly, his hands sliding up her sides to tease the edge of her top. He looked at her with a playful grin, his breath warm and tantalizing.</div>
<<speech "MC" "$name">> That’s part of the fun, isn’t it? The thrill of getting caught only makes it more exciting. Just let yourself enjoy it while we’re alone.<</speech>>
<div class="div">Despite her initial worry, Alexis’s desire won out. She leaned in for another kiss, their lips meeting with urgent need. The kiss grew deeper, more passionate, as they lost themselves in the moment. The living room became a private haven of heat and intimacy, their breaths mingling as their passion intensified.</div>
<div class="div">Eventually, they pulled apart, both panting heavily and flushed. Alexis’s eyes were filled with a mix of exhilaration and regret, but a satisfied smile was evident on her lips. The thrill of their encounter left them both craving more.</div>
<<speech "Alexis">> Maybe next time we should try to be quieter… but that was absolutely worth it.<</speech>>
<div class="div">$name grinned, his fingers lightly brushing her cheek as he looked into her eyes with admiration.</div>
<<speech "MC" "$name">> I wouldn’t change a thing. You make every moment electric. I’m already looking forward to our next rendezvous.<</speech>>
<div class="div">As he walked away, thoughts of their next secret meeting filled his mind. The excitement and anticipation of their stolen moments kept his pulse racing and his imagination vivid.</div>
<<else>>
<div class="div">$name entered the living room and saw Alexis mid-yoga stretch, her body beautifully contorted and her curves accentuated by her tight outfit. His desire surged as he watched her, and he couldn’t resist. He approached from behind, his hands sliding around her waist, pulling her body flush against his. He leaned in, pressing his lips to her neck and trailing kisses up to her ear.</div>
<div class="div">Alexis’s initial tension melted into a soft moan as she relaxed against him. Her hands moved to grip his shoulders as their kisses grew more urgent. Their mouths met in a heated, passionate kiss, their tongues dancing together as their bodies pressed even closer. She pulled back slightly, her face flushed, her breathing rapid and uneven.</div>
<img src="img/alexis/alexisyogakiss1.webp">
<<speech "Alexis">> $name, we could get caught. What if someone hears us? This could be risky.<</speech>>
<div class="div">$name looked at her with a confident smile, his hands roaming up her sides. He whispered reassuringly, his breath warm and enticing against her ear.</div>
<<speech "MC" "$name">> We’re alone right now. Just focus on how good this feels and forget about everything else. Let’s make the most of it.<</speech>>
<div class="div">Reluctantly, Alexis leaned in again, her lips meeting his with renewed urgency. The kiss deepened, their passion growing as they pressed together. The living room became a private sanctuary of heat and desire, their breaths mingling as their connection intensified.</div>
<div class="div">When they finally broke apart, both were breathless and flushed. Alexis’s eyes reflected a mix of satisfaction and lingering concern, but a smile of fulfillment was evident. The excitement of their encounter left them both yearning for more.</div>
<<speech "Alexis">> That was quite something. We should be more discreet next time.<</speech>>
<div class="div">$name smirked, brushing a strand of hair from her face with a tender touch. He looked into her eyes with affection and anticipation.</div>
<<speech "MC" "$name">> I wouldn’t have it any other way. You make every moment feel electric. I’m looking forward to our next meeting.<</speech>>
<div class="div">As he walked away, the thrill of their stolen moment lingered in his mind, keeping him eager for their next secret rendezvous.</div>
<</if>>
[[Stop kissing|corridor][$currentPeriod++]]
<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">$name walked into the vegetable garden, the late afternoon sun casting a warm glow over the scene. He saw Alexis kneeling between the rows of plants, her tight shorts riding up her hips, emphasizing her voluptuous curves. Her back was turned, giving him an unobstructed view of her shapely ass. His pulse quickened with each step as he approached her quietly.</div>
<div class="div">He couldn’t resist the temptation. Slowly, he slipped his arms around her waist, pulling her snugly against his chest. Alexis let out a startled gasp, her body tensing momentarily before melting into his embrace. He leaned in, his lips brushing against her neck before capturing her mouth in a deep, hungry kiss. His tongue slid against hers with urgent need, exploring every corner of her mouth.</div>
<img src="img/alexis/alexisgardenkiss1.webp">
<div class="div">Alexis responded eagerly, her moans vibrating against his lips. She gripped the edge of the garden bed for support, her body arching into his as she pressed back against him. Her hands slid up his arms, pulling him closer, deepening the connection. After several passionate moments, she reluctantly pulled back, her lips tingling and her eyes flashing with a mix of excitement and playful concern.</div>
<<speech "Alexis">> $name, we could get caught at any moment. If someone walks in, I’ll say you’re too irresistible for me to resist. Maybe we should be a little more cautious.<</speech>>
<div class="div">$name’s eyes sparkled with mischief as he looked into her flushed face. His hands lingered on her hips, his breath warm against her ear as he whispered.</div>
<<speech "MC" "$name">> Isn’t that what makes it thrilling? The risk, the excitement of getting caught... Let go and enjoy it with me.<</speech>>
<div class="div">Alexis hesitated, her gaze flickering towards the garden entrance as if expecting someone to come through. But the intensity of his touch and the heat of his gaze were irresistible. With a soft sigh, she leaned back into him, her lips finding his once more. The kiss grew more fervent, their breaths mingling as their bodies pressed even closer. The garden, usually so peaceful, now vibrated with the sounds of their heated passion.</div>
<div class="div">When they finally broke apart, both were breathless and flushed. Alexis’s eyes held a blend of exhilaration and lingering concern, but her lips curled into a satisfied smile.</div>
<<speech "Alexis">> That was intense, to say the least. Maybe next time we should be a bit quieter.<</speech>>
<div class="div">$name’s lips curved into a playful smirk as he leaned in to place a teasing kiss on her cheek. His fingers brushed gently against her flushed skin.</div>
<<speech "MC" "$name">> I wouldn’t change a thing. You make every moment worth the risk.<</speech>>
<<elseif $randomKiss is 1>>
<div class="div">$name strolled into the vegetable garden and saw Alexis bent over a row of plants, her shirt riding up to reveal a tantalizing strip of her midriff. The sight of her in her snug outfit, her curves accentuated with every movement, drove him wild with desire. He moved silently behind her, his breath coming in shallow gasps as he wrapped his arms around her waist and yanked her back against him.</div>
<div class="div">Without hesitation, he pulled her into a rough, demanding kiss. His lips crashed against hers, and his tongue thrust into her mouth with a desperate urgency. Alexis stiffened for a moment before melting into his embrace, her moans mingling with his as she grabbed at his shirt, pulling him closer. Their kiss was wild and untamed, a clash of passion and need.</div>
<img src="img/alexis/alexisgardenkiss1.webp">
<div class="div">Alexis pulled back slightly, her eyes wide with a mix of anxiety and arousal. Her breaths came in short, quick bursts as she looked at him with a hint of nervousness.</div>
<<speech "Alexis">> $name, we need to be careful. What if someone walks in on us? <</speech>>
<div class="div">$name chuckled softly, his hands sliding up her sides, teasing the edge of her top with light, tantalizing touches. He leaned in closer, his lips brushing against her ear as he spoke.</div>
<<speech "MC" "$name">> Isn’t that part of the thrill? The risk of being caught makes it even hotter. Let go and enjoy this moment with me.<</speech>>
<div class="div">Despite her lingering concern, Alexis couldn’t resist. She leaned back in, her lips meeting his with renewed intensity. The kiss became more urgent, their bodies pressed tightly together as they lost themselves in the moment. The garden became a private haven, their passionate connection creating a bubble of heat and desire that seemed to shut out the rest of the world.</div>
<div class="div">When they finally pulled apart, both were panting heavily, their faces flushed with a mix of excitement and regret. Alexis’s eyes reflected her exhilaration, but her smile carried a touch of regret.</div>
<<speech "Alexis">> Maybe we should try to be quieter next time... but that was incredible.<</speech>>
<div class="div">$name’s grin widened as he reached out to gently stroke her cheek, his touch tender and affectionate.</div>
<<speech "MC" "$name">> I wouldn’t have it any other way. You make every moment electric.<</speech>>
<<else>>
<div class="div">$name entered the vegetable garden and saw Alexis leaning over a row of plants, her fitted top and shorts accentuating her every curve. The sight was enough to make his pulse race with desire. He moved up behind her, his hands sliding around her waist as he pulled her against him, his lips finding her neck.</div>
<div class="div">For a moment, Alexis’s body tensed before she relaxed into his embrace. She let out a soft gasp as his lips moved to capture hers in a deep, searing kiss. Their tongues danced together, exploring with a passionate urgency as their bodies pressed closer. Alexis’s hands roamed over his chest, gripping tightly as their kiss deepened.</div>
<img src="img/alexis/alexisgardenkiss1.webp">
<div class="div">She pulled back slightly, her face flushed with a mix of arousal and concern. Her eyes darted to the entrance of the garden, her breath coming in ragged gasps.</div>
<<speech "Alexis">> $name, we might get caught. What if someone hears us?<</speech>>
<div class="div">$name looked at her with a confident, almost daring smile. His hands caressed her sides, his touch soothing and reassuring.</div>
<<speech "MC" "$name">> We’re alone right now. Just focus on how good this feels.<</speech>>
<div class="div">Reluctantly, Alexis leaned back in, their kiss growing more urgent and passionate as their need for each other intensified. The garden became their sanctuary, the outside world fading away as they lost themselves in their shared desire. Their breaths grew ragged, their bodies pressed tightly together, the heat between them almost unbearable.</div>
<div class="div">When they finally broke apart, both were breathless, their faces flushed with the intensity of their encounter. Alexis’s eyes held a mix of exhilaration and concern, but a satisfied smile curved her lips.</div>
<<speech "Alexis">> That was something special. We’ll need to be more cautious next time.<</speech>>
<div class="div">$name brushed a stray lock of hair from her face, his touch tender and affectionate as he smiled at her.</div>
<<speech "MC" "$name">> I wouldn’t have it any other way. You make every moment feel unforgettable.<</speech>>
<</if>>
[[Stop kissing|corridor][$currentPeriod++]]<div class="div">As you rummage around the barn, your foot kicks a pile of old magazines near Dan's tool chest. Curious, you bend down to grab one. When you see the cover, you stop dead in your tracks.</div>
<img src="img/bg/gaymag.webp">
<div class="div">It’s a men’s magazine—shirtless guys, clearly aimed at a different audience than you'd expect from Dan. You flip through the pages, and yep, it's filled with men posing in all kinds of suggestive ways. You can’t help but grin as you glance over at Dan, who's busy with the tractor.</div>
<<speech "MC" "$name">> Well, well... Dan, I didn’t know you were into this kinda stuff.<</speech>>
<div class="div">Dan turns around, his eyes going wide as he sees the magazine in your hand. His face goes red almost immediately, and he rushes over, trying to snatch it from you.</div>
<<speech "Dan" "Dan">> Oh, for God’s sake... give me that! It’s not—it's complicated!<</speech>>
<div class="div">You chuckle and hold the magazine out of his reach, watching as Dan stumbles over his words, clearly embarrassed. </div>
<<speech "MC" "$name">> Complicated, huh? Don’t worry, Dan, I’m not gonna tell anyone. But this is a side of you I wasn’t expecting.<</speech>>
<div class="div">Dan sighs, running a hand over his face before finally managing to wrestle the magazine out of your grip, shoving it back into the tool chest. His shoulders slump, and he seems more defeated than embarrassed now.</div>
<<speech "Dan" "Dan">> I... I didn’t mean for you to see that. It's... something I’ve been struggling with.<</speech>>
<div class="div">You cross your arms, leaning against the barn wall with a grin, still teasing but softer now.</div>
<<speech "MC" "$name">> Struggling, huh? Everyone’s got their thing, Dan. No need to be ashamed. Hell, with the way you’ve been looking at me sometimes, I kinda wondered if there was more to it.<</speech>>
<div class="div">Dan’s face turns even redder, and he shakes his head, flustered.</div>
<<speech "Dan" "Dan">> It’s not... I’m married to Alexis. I don’t even know what to think of all this. I just...<</speech>>
<div class="div">He trails off, looking genuinely confused and conflicted. You lean in a bit, your tone more serious now.</div>
<<speech "MC" "$name">> Hey, Dan. It’s okay. I get it. Marriage doesn’t make everything easy to figure out. But being curious? That’s not a crime. And it’s not like I’m gonna run off and tell Alexis. This stays between us.<</speech>>
<div class="div">Dan sighs again, rubbing the back of his neck, clearly struggling with his feelings.</div>
<<speech "Dan" "Dan">> It’s just... Alexis and I, we’ve been together for years. I don’t want to mess that up. I’m not even sure what this is. It’s all... new.<</speech>>
<div class="div">You nod, understanding the weight of what he’s saying. But you can’t help but push a little, still keeping it lighthearted.</div>
<<speech "MC" "$name">> I get it. But, you know, maybe it’s not about messing anything up. Maybe it’s about figuring out who you really are. And if you ever want to talk, or... explore... well, you know where to find me.<</speech>>
<div class="div">Dan looks at you, his expression torn between curiosity and guilt. After a long pause, he finally lets out a small laugh, shaking his head.</div>
<<speech "Dan" "Dan">> You’re not making this easier, you know that?<</speech>>
<<speech "MC" "$name">> Hey, I’m just offering a hand... or more, if you need it.<</speech>>
<div class="div">Dan chuckles nervously but doesn’t say anything for a moment. He’s clearly thinking it over, weighing his options.</div>
<<speech "Dan" "Dan">> I... I don’t know, $name. I’ll think about it. I’ve got a lot to figure out.<</speech>>
<div class="div">You smile and give him a playful nudge on the shoulder.</div>
<<speech "MC" "$name">> Take your time, big guy. I’m not going anywhere.<</speech>>
<div class="div">Dan seems to calm down a bit, still looking thoughtful but no longer as flustered. You both turn back to the tractor, but the conversation lingers.</div>
<<speech "Dan" "Dan">> You really think... it’d be okay? To explore that side of me?<</speech>>
<div class="div">You catch the uncertainty in his voice and decide to give him one last push, a reassuring smile on your face.</div>
<<speech "MC" "$name">> Dan, everyone’s got stuff they’re curious about. There’s no harm in finding out more. Besides, it’s not like you have to dive in headfirst. Take it slow. Maybe even just start with a little kiss.<</speech>>
<div class="div">Dan hesitates, his gaze dropping to the ground as he mulls over your words. Then, to your surprise, he looks up, eyes locking with yours, a nervous but curious expression on his face.</div>
<<speech "Dan" "Dan">> A kiss, huh? I... I guess it couldn’t hurt.<</speech>>
<div class="div">You step closer, closing the space between the two of you, and Dan doesn’t pull back. His eyes flicker with nervous excitement as he leans in.</div>
<<speech "MC" "$name">> Just one. You might like it.<</speech>>
<div class="div">The moment lingers as your lips meet his. It’s tentative at first, but soon you feel Dan relax, leaning into the kiss. His hands grip your waist, and you can sense the tension in him easing as he becomes more comfortable.</div>
<img src="img/dan/danfirstkiss2.webp">
<div class="div">The kiss deepens for a second, Dan clearly enjoying it more than he expected. When you finally pull back, he looks at you, a bit breathless but with a new sense of curiosity in his eyes.</div>
<<speech "Dan" "Dan">> That... that wasn’t so bad.<</speech>>
<<speech "MC" "$name">> See? Told you. We’ll take it slow, okay?<</speech>>
<div class="div">Dan smiles, still a little nervous but clearly intrigued by the new feelings bubbling inside him.</div>
<<speech "Dan" "Dan">> Yeah... maybe we can try more... later. But for now, I think I need to process this.<</speech>>
<<speech "MC" "$name">> Of course. Anytime you’re ready, Dan.<</speech>>
[[Leave|corridor][$currentPeriod++,$danStage++]]<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">I walked into the barn and found Dan working on some tools. With a confident smile, I said, "How about a kiss to make this workday a bit more interesting?" Dan looked surprised but then smiled, setting the tool aside and pulling me into a deep, lingering kiss.</div>
<img src="img/dan/danfirstkiss2.webp">
<div class="div">He pulled back, looking thoughtful and satisfied.</div>
<<speech "Dan">> $name, I’m still figuring out where I stand, but that was definitely something I didn’t expect. Thanks for the distraction.<</speech>>
<div class="div">I smiled, feeling the heat of the kiss as I stepped back and left the barn, the thrill of our encounter still lingering.</div>
<<elseif $randomKiss is 1>><div class="div">As I entered the barn, I saw Dan dealing with a hay bale. I approached him and said, "Care for a kiss to brighten things up?" Dan’s serious expression softened into a smile as he set the bale aside and leaned in for a passionate kiss.</div>
<img src="img/dan/danfirstkiss2.webp">
<div class="div">After we broke apart, Dan looked at me with a mix of curiosity and contentment.</div>
<<speech "Dan">> $name, I’m still coming to terms with my feelings, but that was a welcome break. Let’s keep this momentum going.<</speech>>
<div class="div">I grinned, enjoying the moment as I stepped back and left the barn with a sense of satisfaction.</div>
<<else>><div class="div">I found Dan working with some equipment and approached him. "How about a kiss to make this day a little brighter?" I asked. Dan gave me a thoughtful look before pulling me into a firm, meaningful kiss, clearly appreciating the moment.</div>
<img src="img/dan/danfirstkiss2.webp">
<div class="div">Dan pulled back, his expression a mix of satisfaction and contemplation.</div>
<<speech "Dan">> $name, I’m still uncertain about everything, but that was definitely a highlight of my day. Thanks for the boost.<</speech>>
<div class="div">I smiled, the impact of the kiss still fresh as I stepped back and walked away, energized by our brief but intense encounter.</div>
<</if>>
[[Leave the barn|corridor][$currentPeriod++]]
<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">We were working out in the living room, breaking a sweat. I looked over at Dan and said with a cheeky grin, "How about a kiss to reward ourselves for not collapsing?" Dan chuckled, wiping sweat from his brow, and leaned in for a playful, lingering kiss.</div>
<img src="img/dan/danlivingroomkiss1.webp">
<div class="div">He pulled back with a mischievous glint in his eye.</div>
<<speech "Dan">> $name, I’m still not sure about all this, but I’ve got to admit, that kiss definitely made the workout more fun. Might need to add it to my routine.<</speech>>
<div class="div">I laughed, feeling the heat of the kiss as we continued our workout, both energized by the moment.</div>
<<elseif $randomKiss is 1>>
<div class="div">During a break in our workout, I turned to Dan and said, "Care for a kiss to keep our energy up?" Dan raised an eyebrow and grinned, then gave me a quick but enthusiastic kiss before pulling away with a grin.</div>
<img src="img/dan/danlivingroomkiss1.webp">
<div class="div">He looked at me with a playful smirk.</div>
<<speech "Dan">> $name, I’m still figuring things out, but that kiss definitely made me rethink my idea of a workout break. Who knew exercise could be this fun?<</speech>>
<div class="div">I grinned, the excitement of the kiss still buzzing as we jumped back into our workout, both of us feeling more invigorated.</div>
<<else>>
<div class="div">As we wrapped up our workout, I turned to Dan and said, "How about a kiss to celebrate our hard work?" Dan looked at me, chuckled, and leaned in for a deep, enthusiastic kiss.</div>
<img src="img/dan/danlivingroomkiss1.webp">
<div class="div">He pulled back, still smiling.</div>
<<speech "Dan">> $name, I’m not entirely sure about my feelings yet, but that kiss definitely made this workout session memorable. I could get used to this.<</speech>>
<div class="div">I smiled, feeling the impact of the kiss as we finished our workout, both of us energized and amused by our playful encounter.</div>
<</if>>
[[Leave|Living Room][$currentPeriod++]]
<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">We were in the field, taking a break from the hard work under the blazing sun. I looked over at Dan and said with a sly smile, "How about a kiss to spice things up a bit? You know, just to make this dirty work a little more interesting." Dan chuckled, setting down his tools and leaning in for a teasing, passionate kiss.</div>
<img src="img/dan/danfieldkiss1.webp">
<div class="div">He pulled back with a smirk, his eyes twinkling.</div>
<<speech "Dan">> $name, I’m still trying to figure out what’s going on with me, but that kiss definitely made this field work a lot more fun. Maybe I should ask for a kiss break more often.<</speech>>
<div class="div">I laughed, the thrill of the kiss still lingering as we got back to work, both of us amused and energized by our cheeky interlude.</div>
<<elseif $randomKiss is 1>>
<div class="div">As we were sweating it out in the field, I flashed a grin at Dan and said, "Want to share a kiss to cool down? I promise it’ll be more refreshing than this sunburn." Dan raised an eyebrow, grinned, and gave me a quick, playful kiss before pulling away with a laugh.</div>
<img src="img/dan/danfieldkiss1.webp">
<div class="div">He looked at me with a mischievous glint in his eye.</div>
<<speech "Dan">> $name, I’m still sorting through my feelings, but I have to say, that kiss definitely turned up the heat in a different way. Farm life might just be my new favorite workout.<</speech>>
<div class="div">I grinned, enjoying the playful and dirty moment as we continued working, both of us energized by the unexpected kiss.</div>
<<else>>
<div class="div">While finishing up in the field, I turned to Dan and said, "How about a kiss to celebrate our hard work? Trust me, it’s way better than a cold drink." Dan gave me a knowing look, chuckled, and leaned in for a deep, cheeky kiss before pulling back with a satisfied grin.</div>
<img src="img/dan/danfieldkiss1.webp">
<div class="div">He looked at me with a mix of amusement and contentment.</div>
<<speech "Dan">> $name, I’m still figuring out my preferences, but that kiss was definitely the highlight of my day. If farm work comes with perks like this, I might just become a full-time farmer.<</speech>>
<div class="div">I laughed, feeling the impact of the kiss as we wrapped up our work, both of us amused and invigorated by our playful encounter.</div>
<</if>>
[[Leave|Fields][$currentPeriod++]]
<div class="div">It’s been days since you discovered Alexis' secret video, and ever since, the tension between you has been building. You find yourself sitting in the kitchen, watching her move about as she tidies up. Every glance between you feels heavier, every word charged with the heat of your shared secrets. You smirk, unable to resist pushing her boundaries again.</div>
<<speech "MC" "$name">> You know, Alexis, I’ve been thinking about those moments we’ve been having lately... the little kisses, those stolen touches. Doesn’t it get your heart racing, just imagining where this could go?<</speech>>
<div class="div">Alexis pauses, her back to you as she wipes down the counter, her movements slowing at your words. She doesn’t turn around immediately, as if she’s trying to control her reaction. When she does, her eyes meet yours, a flicker of uncertainty mixed with a playful gleam. She bites her lip, almost as if she’s weighing her response.</div>
<<speech "Alexis" "Alexis">> You’re really pushing your luck, you know that? What if Dan walks in, $name? We’ve been... getting close, but...<</speech>>
<div class="div">She trails off, clearly torn between the thrill and the danger. She’s playing coy, but you can tell from her body language that she’s not entirely resisting.</div>
<<speech "MC" "$name">> Dan’s not here right now. It’s just you and me. And besides, wasn’t it exciting? Those kisses... the way your lips felt. I bet you’re still thinking about them.<</speech>>
<div class="div">Alexis crosses her arms, as if trying to shield herself from the direction the conversation is heading, but her eyes betray her curiosity. She shifts her weight from one foot to the other, clearly considering what you’ve just said. A teasing smile pulls at the corner of her mouth as she raises an eyebrow.</div>
<<speech "Alexis" "Alexis">> Exciting? Maybe. But it’s risky, $name. Dan could come back any second, and... well, we wouldn’t want him to get the wrong idea, would we?<</speech>>
<div class="div">You laugh softly, leaning back in your chair, letting your eyes drift down her body. She notices your gaze but doesn’t stop you. If anything, it feels like she’s encouraging it, even if she’s not admitting it out loud yet. You decide to push a little more.</div>
<<speech "MC" "$name">> Come on, Alexis. You can’t tell me you don’t like a little risk. I’ve seen the way you look when you think no one’s watching. Those little moments when you let loose... I know you’ve got that adventurous side. Why not indulge it just a bit more? Maybe wear something that shows off that incredible body of yours.<</speech>>
<div class="div">She lets out a soft laugh, shaking her head but clearly amused by your persistence. Her hesitation is still there, but you can see she’s enjoying the game. Her fingers toy with the edge of her shirt absentmindedly, a tell that she’s thinking about your suggestion.</div>
<<speech "Alexis" "Alexis">> And what exactly would I wear? You seem to have quite the imagination. But you know, it’s not that easy. I’m not some young thing running around in skimpy clothes. What would Dan think?<</speech>>
<div class="div">Her tone is teasing, but there’s a hint of genuine concern beneath it. She’s testing the waters, seeing how far she can push without giving in entirely. You lean forward, lowering your voice to draw her in more intimately.</div>
<<speech "MC" "$name">> Forget about Dan for a second. This is between us. Just like those kisses. You looked incredible then, and I know you’ll look even better in something that shows off those curves. It’s not about anyone else. It’s about you... feeling free, feeling sexy.<</speech>>
<div class="div">Alexis bites her lip again, her fingers still playing with her shirt. She takes a step toward the table, her hips swaying almost unconsciously, but she’s still holding back. Her voice softens as she speaks, clearly caught between desire and caution.</div>
<<speech "Alexis" "Alexis">> You make it sound so easy. But what if Dan walks in? What if someone else sees? I mean... I can’t just prance around like that. What if... they think I’m doing it for attention?<</speech>>
<div class="div">You smirk, recognizing the subtle way she’s already indulging the fantasy. The idea of being seen, of tempting someone, is clearly exciting her, even if she doesn’t want to admit it. You decide to stoke that fire, your voice turning more persuasive, more daring.</div>
<<speech "MC" "$name">> And what if they do? Maybe they should see how stunning you are. Maybe it’s time you let go and stop worrying about what people think. What’s wrong with showing off a little? You’ve got the body for it... I’d love to see you owning it. And I bet you’d love it too.<</speech>>
<div class="div">She hesitates again, her eyes narrowing as she studies you. There’s a long pause before she speaks, as if she’s debating whether or not to let herself enjoy the fantasy. When she finally does, her voice is softer, more thoughtful.</div>
<<speech "Alexis" "Alexis">> It’s not that simple, $name. It’s... exciting, sure, but...<</speech>>
<div class="div">She trails off, clearly wanting to say more but holding back. You stand up, closing the distance between you, your voice low and enticing as you remind her of the heat you’ve shared over the past few days.</div>
<<speech "MC" "$name">> You said it yourself, Alexis. It’s exciting. Those kisses... those moments when it’s just us. I know you felt it. I saw the way your eyes lit up. Don’t tell me you don’t want more of that.<</speech>>
<div class="div">Alexis looks away, clearly flustered, but she doesn’t step back. Her lips part slightly as if she’s about to respond, but she doesn’t. You can feel her resistance breaking down, slowly but surely.</div>
<<speech "Alexis" "Alexis">> You’re... bad, you know that? Trying to tempt me like this. You really think it’s that easy to get me to... dress up for you?<</speech>>
<div class="div">You smirk, reaching out and gently brushing your hand against her arm, testing her boundaries further. She doesn’t pull away, her skin warm under your touch. Her breathing quickens just slightly, a clear sign that she’s getting caught up in the moment.</div>
<<speech "MC" "$name">> Maybe not easy, but I think you like the idea. I can see it in your eyes. You’re thinking about it... how good it’d feel to show off a little, to tease me with those curves of yours.<</speech>>
<div class="div">Alexis finally meets your gaze again, her hesitation softening as her lips curve into a small, teasing smile. She places a hand on her hip, still cautious but undeniably intrigued now.</div>
<<speech "Alexis" "Alexis">> Maybe. But if I do this... it stays between us. No one else can know, okay? Not Dan, not anyone.<</speech>>
<div class="div">You nod, grinning as you sense her walls coming down.</div>
<<speech "MC" "$name">> Just between us. I promise.<</speech>>
<div class="div">Alexis gives you one last hesitant look before sighing softly, clearly torn but already making up her mind. She turns toward the bedroom, her hips swaying subtly as she walks away, leaving you alone with your thoughts and anticipation growing by the second.</div>
[[Wait for her|Alexis clothes change2]]<div class="div">You’re in the kitchen, eagerly awaiting Alexis. The sound of footsteps signals her approach, and she steps into the room wearing a tight black tank top and white shorts. Her outfit hugs every curve, leaving little to the imagination. She looks absolutely stunning, her ensemble accentuating her shapely figure in all the right ways.</div>
<img src="img/alexis/alexischanged1.webp">
<<speech "MC" "$name">> Wow, Alexis. You look absolutely incredible. That outfit is driving me wild. You really know how to get my attention.<</speech>>
<div class="div">Alexis smirks, her eyes twinkling with mischief. She sways her hips as she walks over to you, her movements deliberate and sensual. When she reaches the counter, she leans forward slightly, sticking her ass out towards you, the white shorts stretching enticingly across her curves. The view is almost too much to handle.</div>
<img src="img/alexis/alexischanged2.webp">
<<speech "Alexis" "Alexis">> Is this what you had in mind? I must admit, it’s quite thrilling to dress up like this just for you. But you know, we have to keep this little show our secret. Can you handle that?<</speech>>
<<speech "MC" "$name">> Oh, I can handle it. And I’m more than ready to appreciate every inch of that gorgeous body of yours. Just seeing you like this is enough to make my head spin.<</speech>>
<div class="div">Alexis chuckles softly, clearly enjoying the effect she’s having on you. She steps closer, her hands trailing lightly over your chest, her touch sending shivers through you. Then, with a playful glint in her eyes, she slides her hand lower, brushing over the bulge in your pants. Her touch is teasing, almost electric.</div>
<img src="img/alexis/alexischanged3.webp">
<<speech "Alexis" "Alexis">> How’s that feel? I’ve been wanting to see just how much I can tease you. It’s fun to see you squirm a little. Do you like it when I get this close?<</speech>>
<<speech "MC" "$name">> It feels amazing. You’re definitely getting to me, Alexis. I never imagined you’d be so bold, but it’s exactly what I’ve been hoping for. You’ve got me completely hooked.<</speech>>
<div class="div">Alexis leans in closer, her breath warm against your ear as she continues to toy with your arousal. She takes your hand and guides it to her breast, pressing it against her soft, yielding flesh. Her nipple hardens under your touch, and she lets out a soft, teasing moan.</div>
<img src="img/alexis/alexischanged4.webp">
<<speech "Alexis" "Alexis">> How does that feel? I hope you’re enjoying every second of this as much as I am. I love knowing I can make you feel this way. But don’t get too comfortable; I’ve got plenty more tricks up my sleeve.<</speech>>
<<speech "MC" "$name">> This is incredible. You’re really pushing all my buttons, Alexis. I didn’t think you’d be so into teasing me like this. It’s driving me wild.<</speech>>
<<speech "Alexis" "Alexis">> Well, I like to keep things interesting. You’ve been so attentive lately, I figured you deserved a little reward. But let’s not get ahead of ourselves. There’s plenty more where this came from, if you play your cards right.<</speech>>
<div class="div">Alexis steps back slightly, giving you a moment to take in her full look once more. She adjusts her top playfully, pulling it down just enough to reveal a tantalizing hint of cleavage. She places her hands on her hips, her fingers teasing the waistband of her shorts. Her eyes lock onto yours with a mix of mischief and challenge.</div>
<<speech "Alexis" "Alexis">> I think I’ve teased you enough for now. But don’t think this is the end of our little game. I’ve got a lot more to show you, and I’m not afraid to use it. Just remember, this is our little secret. No one else gets to see me like this.<</speech>>
<<speech "MC" "$name">> I can’t wait to see what else you have in store. You’re making it impossible for me to think about anything else. I’m definitely looking forward to our next little secret.<</speech>>
<div class="div">With one last sultry glance, Alexis turns to head towards the door. She stops just before leaving, looking back over her shoulder with a playful and provocative smile.</div>
<<speech "Alexis" "Alexis">> Keep your eyes open, and don’t get too used to this. I’ll be back soon, and I promise you won’t be disappointed. Until then, enjoy the show.<</speech>>
<img src="img/alexis/alexischanged5.webp">
<div class="div">As Alexis exits the kitchen, you’re left with a mixture of intense arousal and eager anticipation. Her teasing has left you craving more, and you’re already looking forward to the next time she’ll make your fantasies come to life.</div>
[[Leave|corridor][$currentPeriod++,$alexisStage++]]<<set $randomGroping to random(2)>>
<<if $randomGroping is 0>>
<div class="div">I walked into the kitchen and saw Alexis busy at the counter. Her hips were swaying seductively as she worked. Unable to resist, I reached out and grabbed her ass with a firm, confident squeeze.</div>
<img src="img/alexis/alexiskitchengroping1.webp">
<div class="div">Alexis gasped softly, her body tensing at the unexpected contact. She glanced around quickly, her eyes dancing with a mix of excitement and mischief. Her voice came out in a sultry whisper as she turned her head slightly towards me.</div>
<<speech "Alexis" "Alexis">> Oh, $name, you’re such a naughty troublemaker. Do you enjoy making me squirm? Because it’s driving me absolutely wild. I can’t believe you just did that.<</speech>>
<div class="div">I smirked, my eyes locked on her flushed face. Her reaction was exactly what I wanted. I leaned in closer, letting my fingers linger on her curves before I pulled away slowly, savoring the moment.</div>
<<speech "MC" "$name">> You look so damn hot when you’re flustered. How does it feel to know you’re making me lose control? You like playing this game with me, don’t you?<</speech>>
<div class="div">Alexis bit her lip, her eyes narrowing playfully. She turned slightly to face me, her hips still swaying as she moved. Her gaze was both challenging and inviting, her voice dripping with desire.</div>
<<speech "Alexis" "Alexis">> Maybe I do. But don’t get too used to it. I could easily turn this around and make you beg for more. Just think about how much fun we could have if you pushed a little further.<</speech>>
<div class="div">I chuckled, the tension between us electric. I took one last look at her enticing figure before stepping back, feeling the thrill of our playful encounter linger.</div>
<<elseif $randomGroping is 1>>
<div class="div">As I entered the kitchen, I saw Alexis at the counter, her back turned to me. I moved up behind her, sliding my hands over her breasts from behind, feeling their softness through her top.</div>
<img src="img/alexis/alexiskitchengroping2.webp">
<div class="div">Alexis let out a surprised gasp, her body shuddering slightly as she glanced around to make sure we were alone. She looked over her shoulder at me with a wicked grin, leaning back into my touch.</div>
<<speech "Alexis" "Alexis">> $name, you’re playing a dangerously exciting game. Your touch is making me lose my composure. What if I told you I wanted to feel more of this? Are you up for the challenge?<</speech>>
<div class="div">I grinned at her daring words, feeling her body respond eagerly to my touch. I let my hands linger a moment longer before stepping back, the charged atmosphere between us almost palpable.</div>
<<speech "MC" "$name">> You’re really testing my limits here. I’d love to see just how far you’re willing to go. How about you show me what else you’ve got?<</speech>>
<div class="div">Alexis’s eyes twinkled with mischief as she turned fully to face me. Her voice was low and inviting, dripping with sensual promise. She played with the edge of her top, teasing me further.</div>
<<speech "Alexis" "Alexis">> Maybe I will. But for now, you’ll have to settle for this tease. Think of it as a preview of what could be. If you’re lucky, you might get a full show.<</speech>>
<div class="div">I laughed softly, thoroughly enjoying her playful banter. With one last lingering look, I left the kitchen, the thrill of our flirtatious game still buzzing in the air.</div>
<<else>>
<div class="div">I walked into the kitchen and saw Alexis working at the counter. My hands couldn’t resist as I reached out and grabbed her ass, giving it a firm, appreciative squeeze.</div>
<img src="img/alexis/alexiskitchengroping3.webp">
<div class="div">Alexis jumped slightly, her body reacting instinctively to the touch. She turned to me with a sultry smile, her eyes alight with a mix of excitement and challenge. Her voice was a low, teasing purr.</div>
<<speech "Alexis" "Alexis">> $name, you really know how to get my heart racing. It’s hard to keep my cool with you around. Maybe I should tease you back and see just how much you can handle.<</speech>>
<div class="div">I laughed, my eyes following her every move. Her teasing attitude was infectious, and I could feel the excitement building between us. I gave her one last appreciative glance before stepping back, savoring the thrill of our playful interaction.</div>
<<speech "MC" "$name">> I’m all for a little teasing. Show me what you’ve got and let’s see just how far we can take this.<</speech>>
<div class="div">Alexis’s smile widened, and she turned away with a playful sway of her hips, leaving me with a sense of eager anticipation for what might come next.</div>
<</if>>
[[Leave the kitchen|corridor][$currentPeriod++]]
<<set $randomGroping to random(2)>>
<<if $randomGroping is 0>>
<div class="div">I walked into the living room and saw Alexis in the middle of a yoga session. She was bent over in a perfect downward dog position, her tight yoga pants clinging to her curves. Unable to resist, I approached and grabbed her ass firmly, giving it a good squeeze.</div>
<img src="img/alexis/alexisyogagroping1.webp">
<div class="div">Alexis let out a surprised gasp, her body tensing at the sudden touch. She turned her head slightly to glance back at me, her eyes wide with a mix of excitement and concern. Her breath came out in short, shaky bursts as she bit her lip, her gaze darting towards the door.</div>
<<speech "Alexis" "Alexis">> Oh, $name, you’re really pushing it. You’re making it so hard for me to concentrate. I love the way you’re touching me, but if Dan walks in, we’re going to have a lot of explaining to do. Are you trying to make me lose my focus?<</speech>>
<div class="div">I smirked, relishing the way her excitement was tinged with nervousness. I leaned in closer, letting my fingers linger on her curves for a moment longer before pulling away. I ran my hands down her sides, savoring the feel of her warm skin.</div>
<<speech "MC" "$name">> Maybe I am. You look so tempting like this. How about we turn up the heat a little more? I bet we could make this yoga session a lot more interesting.<</speech>>
<div class="div">Alexis’s eyes sparkled with a mix of desire and apprehension. She shifted her position slightly, giving me a better view of her enticing curves. Her voice was a sultry whisper as she spoke, her excitement barely contained.</div>
<<speech "Alexis" "Alexis">> Oh, you’re really trying to get me going. Just don’t make it too obvious, okay? If Dan finds us like this, we’ll have some serious explaining to do. But I must admit, you’re driving me wild.<</speech>>
<div class="div">I chuckled, my fingers trailing lightly over her curves before stepping back. The thrill of our encounter left me with a buzzing excitement. I gave her one last teasing glance before turning to leave the room.</div>
<<speech "MC" "$name">> You’re not the only one who’s feeling the heat. Maybe we should test our limits a bit more before someone walks in. What do you say?<</speech>>
<div class="div">Alexis’s smile widened, her eyes still filled with a mixture of excitement and nervousness. She gave me a final, lingering look before I exited the room, the electric tension of our encounter still palpable.</div>
<<elseif $randomGroping is 1>>
<div class="div">As I entered the living room, Alexis was stretching, her body bending and flexing in a way that was both seductive and athletic. I slipped up behind her and grabbed her breasts, feeling their softness through her top. I could tell from the way she gasped that my touch was having the desired effect.</div>
<img src="img/alexis/alexisyogagroping2.webp">
<div class="div">Alexis moaned softly, her body arching into my touch. She glanced around nervously, her excitement evident but mixed with a palpable sense of worry. She turned her head to give me a heated yet apprehensive look, her breathing growing ragged.</div>
<<speech "Alexis" "Alexis">> $name, you’re making me so fucking hot right now. But if Dan finds out, this yoga session could lead to some really awkward questions. We need to be careful, alright? I’m already on edge.<</speech>>
<div class="div">I laughed softly, enjoying her daring yet anxious words. I let my hands explore her, savoring the softness of her body while making sure to keep my touch teasing and lingering. I stepped back with a final heated glance, the tension between us almost tangible.</div>
<<speech "MC" "$name">> Careful is no fun. How about we see just how far we can push this? I’m ready to keep things interesting if you are.<</speech>>
<div class="div">Alexis’s eyes twinkled with excitement and a hint of nervousness. She bit her lip, her body still reacting to my touch. She gave me one last sultry look before turning back to her stretch, her movements slightly more fluid and sensual now. I left the room, savoring the thrill of our interaction.</div>
<<else>>
<div class="div">I walked into the living room and saw Alexis in a downward dog position, her ass perfectly exposed. I couldn’t resist slipping my hands under her and groping her ass firmly while she stretched.</div>
<img src="img/alexis/alexisyogagroping3.webp">
<div class="div">Alexis moaned deeply, her body quivering with pleasure from the touch. She looked back at me with wide eyes, a mix of lust and concern clearly visible. Her breath was shallow and rapid as she tried to maintain her composure, her eyes locked on mine.</div>
<<speech "Alexis" "Alexis">> $name, you’re really turning me on, but we need to keep this discreet. If Dan finds us like this, we’ll have to answer some very awkward questions. So let’s keep this on the down low, alright?<</speech>>
<div class="div">I laughed softly, enjoying her mix of desire and worry. I let my hands linger a bit longer, savoring the heat of her body before stepping back with a final smirk. The excitement of our encounter left me with a lingering buzz as I exited the room.</div>
<<speech "MC" "$name">> I’m all for testing limits. Let’s see just how far we can push this without getting caught. I’m game if you are.<</speech>>
<div class="div">Alexis’s smile widened, her eyes still flashing with a mixture of excitement and nervousness. She gave me one last sultry look before resuming her stretch, her body still trembling from our encounter. I left the living room, the thrill of our interaction still very much alive.</div>
<</if>>
[[Leave the living room|corridor][$currentPeriod++]]<<set $randomGroping to random(2)>>
<<if $randomGroping is 0>>
<div class="div">I wandered into the garden and saw Alexis bent over, pulling weeds. Her ass was perfectly framed by her gardening shorts, and I couldn’t resist slipping up behind her and grabbing it firmly with both hands.</div>
<img src="img/alexis/alexisgardengroping1.webp">
<div class="div">Alexis gasped, her body tensing momentarily before she looked back at me with a mix of surprise and excitement. Her eyes flickered toward the house, then back to me with a wicked grin.</div>
<<speech "Alexis">> Oh, $name, you really know how to sneak up on a girl. If the neighbors catch us, they might get some very interesting ideas about what we’re doing. Just make sure you don’t get too carried away, alright? I don’t want to have to explain this to Dan.<</speech>>
<div class="div">I chuckled, thoroughly enjoying her blend of arousal and caution. I kept my hands on her ass a moment longer, enjoying the feeling of her curves under my palms. I leaned in close, my breath warm against her ear.</div>
<<speech "MC" "$name">> You’re making it hard to resist, Alexis. Maybe we should find a more private spot for our... gardening sessions. I’d hate to miss out on any more opportunities with you.<</speech>>
<div class="div">Alexis shivered slightly at my words, her excitement palpable. She gave me a playful swat on the arm and stood up straight, turning around to face me with a teasing smirk. She leaned in closer, her voice dropping to a sultry whisper.</div>
<<speech "Alexis">> If you’re so eager, you’ll have to work for it. Maybe I’ll let you help me with more than just weeds next time. But for now, why don’t you let me get back to my work before Dan comes out and catches us in the act?<</speech>>
<div class="div">I laughed softly, enjoying her playful attitude and the promise of future encounters. With a final lingering touch, I stepped back, giving her one last smirk before leaving her to her gardening. The thrill of our encounter left me with a lingering sense of anticipation.</div>
<<elseif $randomGroping is 1>>
<div class="div">As I entered the vegetable garden, I found Alexis crouched low, picking ripe tomatoes. Without a word, I reached down and grabbed her breasts, feeling their softness through her light top.</div>
<img src="img/alexis/alexisgardengroping2.webp">
<div class="div">Alexis let out a surprised moan, her body arching into my touch as she looked up at me with a mix of thrill and concern. Her eyes darted towards the house, her breath coming in quick gasps.</div>
<<speech "Alexis">> $name, you’re playing a risky game here. If Dan sees us, he might get the wrong idea. But I have to say, you’re making it hard to stay focused. Maybe I’ll have to come up with some new ways to keep you in line.<</speech>>
<div class="div">I grinned at her daring comment, my hands lingering on her breasts. I leaned closer, whispering into her ear with a teasing tone.</div>
<<speech "MC" "$name">> Maybe I like the risk. Besides, if you’re enjoying this as much as you seem to be, I’d say it’s worth the trouble. Let’s make sure we keep this fun and interesting. I’m sure there are plenty of other ways to have a good time.<</speech>>
<div class="div">Alexis’s eyes sparkled with a mix of desire and playful defiance. She shifted slightly, her body pressing against my hands. She gave me a final, teasing look before resuming her tomato-picking, her movements a little more hurried.</div>
<<speech "Alexis">> Well, if you’re so eager, you’ll have to wait for another chance. For now, let’s pretend we’re just two people in a garden. I’m sure Dan would appreciate that.<</speech>>
<div class="div">I stepped back, savoring the heat of our interaction. As I left the garden, I could still feel the lingering tension and excitement between us, fueling my anticipation for our next encounter.</div>
<<else>>
<div class="div">I strolled into the vegetable garden and saw Alexis bent over, her hands deep in the dirt as she tended to the plants. Without a second thought, I reached out and grabbed her ass, squeezing it hard.</div>
<img src="img/alexis/alexisgardengroping3.webp">
<div class="div">Alexis groaned softly, her body pushing back against my touch. She looked over her shoulder with a mix of pleasure and concern, her eyes wide as she bit her lip.</div>
<<speech "Alexis">> Mmm, $name, you’re being especially naughty today. But if Dan catches us, we might have some serious explaining to do. I’m sure he wouldn’t buy our excuse about picking cucumbers. Maybe we should find a more discreet spot for our... activities.<</speech>>
<div class="div">I laughed, thoroughly enjoying her playful response. I gave her a final, teasing pat on the ass before stepping back. I leaned in a little closer, my voice dropping to a sultry whisper.</div>
<<speech "MC" "$name">> If you’re so eager for a more private spot, maybe we should plan our next encounter a little better. I’m sure there are plenty of hidden places where we can enjoy each other without any interruptions.<</speech>>
<div class="div">Alexis’s cheeks flushed with a mix of excitement and embarrassment. She continued her gardening, her movements now more rushed as she tried to regain her composure. I left her alone in the garden, the heat of our encounter still vivid in my mind.</div>
<<speech "Alexis">> Alright, $name, let’s keep this our little secret. But don’t think this is the end. I’ll be looking forward to more... private moments with you.<</speech>>
<</if>>
[[Leave the garden|corridor][$currentPeriod++]]<div class="div">Your name?</div>
<<set $firstDay to false>>
<<textbox "$name" "John" "Your Bedroom" "confirm" id="textbox">>
<<nobr>>
<div class="div">
<!-- Display the toggle button -->
<<button "Toggle Bi">>
<<if $bi>>
<<set $bi to false>>
<<else>>
<<set $bi to true>>
<</if>>
<!-- Replace the biStatus section with updated text -->
<<replace "#biStatus">>Gay content: <<print $bi>><</replace>>
<</button>>
<!-- This is the section that will be replaced -->
<div id="biStatus">Gay content: <<print $bi>></div>
</div>
<</nobr>>
<div class="div">You and Dan are lounging in the living room after a long day. Feeling adventurous, you decide to make a bold suggestion.</div>
<<speech "MC" "$name">> Dan, how about we spice things up a bit? Let’s watch some gay porn together. I’ve got a few videos that might give us both a new perspective. Could be fun.<</speech>>
<div class="div">Dan looks at you, surprised but intrigued. He fidgets with the remote, clearly unsure but curious.</div>
<<speech "Dan" "Dan">> Porn? With you? That’s... pretty unexpected. But, yeah, I guess it could be interesting. I’m willing to give it a try.<</speech>>
<div class="div">You give him a reassuring smile, trying to ease his nerves.</div>
<<speech "MC" "$name">> No pressure, man. Just thought it might be a good way for you to explore your curiosity. The videos are pretty hot—trust me. We can just watch and see how it goes.<</speech>>
<div class="div">Dan nods slowly, and you start the video. On screen, two men are intensely involved, as one gives the other a handjob. They kiss passionately, their hands roaming each other’s bodies, exploring every inch.</div>
<img src="img/dan/danpornwatch1.webp">
<<speech "Dan" "Dan">> Alright, let’s see what this is about. I didn’t think I’d be so into it, but... it’s pretty hot.<</speech>>
<div class="div">As the video progresses, Dan’s initial hesitance fades. His eyes are glued to the screen, and you notice the bulge in his pants growing. He shifts uncomfortably, trying to act nonchalant but clearly aroused. His breathing is heavier, and he adjusts himself repeatedly.</div>
<<speech "MC" "$name">> So, how are you holding up? Anything catching your attention? Don’t be shy—let me know what you’re feeling.<</speech>>
<div class="div">Dan shifts again, clearly affected. He glances at you, his face flushed. He starts to rub his cock through his pants, trying to hide his excitement but failing.</div>
<<speech "Dan" "Dan">> This is... a lot more intense than I expected. I’m definitely feeling something. It’s... kind of exciting.<</speech>>
<<speech "MC" "$name">> Since we’re already in this, why don’t we make it a bit more hands-on? How about we explore each other while we watch? Just for fun. What do you think?<</speech>>
<div class="div">Dan hesitates, his face showing a mix of curiosity and concern. He looks at you, his voice a bit shaky.</div>
<<speech "Dan" "Dan">> I’m... not sure. I mean, I’m married to Alexis, and you’re like a nephew to me. I don’t want to cross any lines.<</speech>>
<<speech "MC" "$name">> I get it, Dan. We can keep it casual and private. If you’re uncomfortable, we can just stick to watching. But if you want to try something, we can go slow. No pressure.<</speech>>
<div class="div">Dan nods, still looking unsure but visibly tempted. He starts to tentatively grope your cock over your pants, his touch cautious but curious. His eyes widen slightly as he feels the size of your bulge.</div>
<img src="img/dan/danpornwatch2.webp">
<<speech "Dan" "Dan">> Wow, you’re... bigger than I thought. This is... intense. I didn’t realize I’d be this into it.<</speech>>
<div class="div">You start to caress his ass through his clothes, feeling the firmness beneath your hands. Dan continues to grope you, his movements becoming a bit more confident but still hesitant. He’s clearly enjoying the sensation but struggles with the guilt of his marriage.</div>
<img src="img/dan/danpornwatch3.webp">
<<speech "Dan" "Dan">> If we’re doing this... just between us, alright? I don’t want to... mess things up with Alexis. And you... if you want to grope me, you can do it anytime you want—as long as no one else finds out.<</speech>>
<div class="div">You smile, appreciating Dan’s honesty. You both continue to explore each other, the tension and excitement growing. After a while, Dan seems to reach his limit.</div>
<<speech "Dan" "Dan">> I need to think this through. I can’t stay here too long. I appreciate you being cool about it. I’ll... think about everything and let you know.<</speech>>
<div class="div">Dan pulls back, his face showing a mix of relief and regret. He quickly adjusts himself and heads for the door, leaving you with a sense of anticipation about what might come next.</div>
[[Leave|corridor][$currentPeriod++,$danStage++]]<div class="div">As I entered the living room, I saw Dan relaxing. I couldn’t resist, so I pulled down his pants and grabbed his bare ass.</div>
<img src="img/dan/danlivingroomgrabbing3.webp">
<div class="div">Dan let out a startled grunt, turning around with a shocked expression. His face was flushed, and he seemed both embarrassed and aroused.</div>
<<speech "Dan">> Well, $name, this is one way to spice up my day. Didn’t expect to be... distracted during my downtime. Just remember, not everyone enjoys a surprise like this.<</speech>>
<div class="div">I grinned at his surprised but clearly turned-on response. With a final playful wink, I stepped back and left the living room, savoring the playful tension.</div>
[[Leave the livingroom|corridor][$currentPeriod++]]<div class="div">As I entered the barn, Dan was busy with some hay bales. I decided to have a little fun, yanked down his pants, and grabbed his bare ass.</div>
<img src="img/dan/danlivingroomgrabbing2.webp">
<div class="div">Dan let out a startled groan, his eyes going wide as he felt my touch. He turned around, his face a mix of surprise and arousal, with a shaky laugh.</div>
<<speech "Dan">> Well, $name, you’ve really caught me off guard. I didn’t expect this, but I can’t deny it’s... exciting. Just be careful, alright? I’m not exactly used to this kind of surprise.<</speech>>
<div class="div">I grinned at his surprised but aroused reaction. With a final playful wink, I stepped back and left the barn, enjoying the buzz of our unexpected encounter.</div>
[[Leave the barn|corridor][$currentPeriod++]]<div class="div">I came across Dan working in the fields and decided to have some fun. I yanked down his pants and grabbed his bare ass.</div>
<img src="img/dan/danfieldsgrabbing1.webp">
<div class="div">Dan froze, then turned around with a mix of shock and pleasure. His face was flushed, clearly caught off guard but enjoying the moment.</div>
<<speech "Dan">> $name, you’re really keeping me on my toes. This isn’t exactly what I expected when I came out to work the fields. Just keep it between us, alright?<</speech>>
<div class="div">I grinned at his shocked but turned-on response. With a final smirk, I stepped back and left him to his work, enjoying the playful encounter.</div>
[[Leave|Fields][$currentPeriod++]]<div class="div">The kitchen is quiet as you enter, looking for a snack. Riley is on the phone, her voice slightly muffled but still audible. You freeze, catching snippets of her conversation.</div>
<img src="img/riley/rileyfirstkiss1.webp">
<<speech "Riley" "Riley">> ... Yeah, I’ve had this huge crush on him for ages. He’s just so... cute and funny. I can’t help but blush every time he’s around...<</speech>>
<div class="div">You realize Riley is talking about you. Smiling to yourself, you decide to have a little fun. You clear your throat loudly to announce your presence, but she doesn’t notice right away.</div>
<<speech "MC" "$name">> Hey Riley, who’s this lucky guy you’re gushing about? Sounds like he’s something special.<</speech>>
<div class="div">Riley jumps slightly, quickly ending her call and turning to you, her cheeks turning a bright pink.</div>
<<speech "Riley" "Riley">> Oh! Uh, nothing, just... talking about a friend. You know, someone I like. But, um, it’s not important.<</speech>>
<div class="div">You approach her with a playful grin, leaning casually against the counter.</div>
<<speech "MC" "$name">> Really? I’m intrigued now. So, tell me more about this “someone.” What makes him so special?<</speech>>
<div class="div">Riley stammers, trying to avoid eye contact but clearly flustered. She fidgets with her hands, biting her lip nervously.</div>
<<speech "Riley" "Riley">> Well, he’s, um... really nice and kind. And he’s always so... charming. I guess he makes me feel all... fluttery inside.<</speech>>
<div class="div">You step a little closer, noticing her blush deepening. You decide to turn up the charm.</div>
<<speech "MC" "$name">> Sounds like a great guy. Lucky for him to have someone as sweet as you talking about him like that. Do you think he has any idea how much you like him?<</speech>>
<div class="div">Riley’s eyes widen, and she bites her lip harder, her blush now reaching her ears. She hesitates before answering, clearly conflicted.</div>
<<speech "Riley" "Riley">> I... I don’t know. I haven’t really told him. I don’t want to make things awkward. I mean, what if he doesn’t feel the same way?<</speech>>
<div class="div">You reach out gently, placing a hand on her arm, and lean in close, your breath warm against her face.</div>
<<speech "MC" "$name">> Riley, if he’s lucky enough to be the one you’re talking about, then he must be a pretty amazing guy. Maybe you should give him a chance to know how you feel.<</speech>>
<div class="div">Riley looks up at you, her eyes full of a mix of hope and anxiety. You smile softly, cupping her cheek gently.</div>
<<speech "MC" "$name">> Riley, if this guy is as amazing as you say, then maybe it’s time he knows how much you care. Sometimes taking a chance is worth it.<</speech>>
<div class="div">Riley’s gaze lingers on yours, her heart racing. You can see the uncertainty in her eyes, but also a flicker of hope. You lean in slowly, your lips brushing against hers in a gentle, yet tender kiss.</div>
<img src="img/riley/rileyfirstkiss2.webp">
<div class="div">Her lips are soft and warm, and she responds shyly at first, her hands finding their way to your shoulders. The kiss deepens slightly, filled with a sweet, innocent passion. As you pull away, Riley looks even more flushed, her eyes sparkling with a mixture of joy and nervousness.</div>
<<speech "MC" "$name">> There’s something special about you, Riley. You don’t have to be afraid to show it. How about we keep this between us for now and see where it goes?<</speech>>
<div class="div">Riley nods slowly, a shy but delighted smile on her face. She seems to gain a bit more confidence from the kiss.</div>
<<speech "Riley" "Riley">> I... I’d like that. Thank you. I’ll see you around.<</speech>>
<div class="div">Riley gives you one last excited glance before turning to leave the kitchen. Her steps are light and her movements full of an endearing bounce, clearly excited and overjoyed. As she walks away.</div>
[[Leave|Neighbor's House][$currentPeriod++,$rileyStage++]]<<set $randomMakeout to random(2)>>
<<if $randomMakeout is 0>>
<div class="div">I walked into the kitchen and flashed a grin at Riley.</div>
<<speech "MC" "$name">> How about a quick make-out to spice things up?<</speech>>
<div class="div">Riley’s cheeks flushed, but she eagerly leaned in. We shared a passionate make-out session, her shyness melting into excitement.</div>
<img src="img/riley/rileykitchenkiss1.webp">
<div class="div">I pulled back with a grin. Riley, breathless and flushed, gave me a shy smile as she returned to her cooking.</div>
<<elseif $randomMakeout is 1>>
<div class="div">I entered the kitchen and gave Riley a playful look.</div>
<<speech "MC" "$name">> How about we take a break and make out a bit?<</speech>>
<div class="div">Riley blushed deeply but eagerly leaned in for a heated make-out. Her nervousness turned into excitement as we kissed.</div>
<img src="img/riley/rileykitchenkiss2.webp">
<div class="div">I grinned as I pulled away. Riley, still blushing and smiling shyly, went back to her cooking.</div>
<<else>>
<div class="div">I approached Riley in the kitchen and said with a grin,</div>
<<speech "MC" "$name">> How about a quick make-out session to make things more fun?<</speech>>
<div class="div">Riley’s face turned red, but she eagerly responded, pulling me into a passionate kiss.</div>
<img src="img/riley/rileykitchenkiss3.webp">
<div class="div">I smiled as I pulled back. Riley, breathless and flushed, returned to her task with an adorable, shy smile.</div>
<</if>>
[[Leave the kitchen|Neighbor's House][$currentPeriod++]]<<set $randomMakeout to random(2)>>
<<if $randomMakeout is 0>>
<div class="div">I walked into the living room and saw Riley in the middle of a yoga pose. I smirked and said,</div>
<<speech "MC" "$name">> Yoga's great, but a quick make-out might add some extra flexibility, don’t you think?<</speech>>
<div class="div">Riley’s cheeks flushed, but she eagerly moved closer. We shared a passionate make-out, her shyness melting into excitement.</div>
<img src="img/riley/rileyogakiss1.webp">
<div class="div">I pulled away with a grin. Riley, breathless and smiling shyly, continued her yoga with a blush on her cheeks.</div>
<<elseif $randomMakeout is 1>>
<div class="div">I caught Riley in a deep stretch and teased,</div>
<<speech "MC" "$name">> How about we take a break from yoga and make out? I promise it’ll be worth it.<</speech>>
<div class="div">Riley’s face turned red, but she eagerly leaned in for a heated kiss, her shyness quickly turning into excitement.</div>
<img src="img/riley/rileyogakiss2.webp">
<div class="div">I grinned as I pulled away. Riley, still flushed and smiling shyly, went back to her yoga with a playful look.</div>
<<else>>
<div class="div">I entered the living room and saw Riley in a yoga pose. I playfully said,</div>
<<speech "MC" "$name">> This pose is great, but how about adding a little make-out session to the mix?<</speech>>
<div class="div">Riley blushed deeply but eagerly responded, pulling me into a passionate kiss.</div>
<img src="img/riley/rileyogakiss3.webp">
<div class="div">I smiled as I pulled away. Riley, breathless and shy, continued her yoga, still blushing.</div>
<</if>>
[[Leave the living room|Neighbor's House][$currentPeriod++]]
<<set $randomMakeout to random(2)>>
<<if $randomMakeout is 0>>
<div class="div">I approached Riley, who was relaxing by the lake. With a mischievous grin, I said,</div>
<<speech "MC" "$name">> Sunbathing’s nice, but how about a make-out to make this afternoon even better?<</speech>>
<div class="div">Riley’s cheeks turned bright red. She looked up, surprised but eager, and pulled me down for a heated make-out session.</div>
<img src="img/riley/rileysunbathingkiss1.webp">
<div class="div">I pulled back with a grin. Riley, still blushing and smiling shyly, resumed sunbathing with a playful glint in her eye.</div>
<<elseif $randomMakeout is 1>>
<div class="div">I walked up to Riley by the lake and teased,</div>
<<speech "MC" "$name">> You look too cute out here. How about a quick make-out to heat things up a bit?<</speech>>
<div class="div">Riley’s face flushed, but she eagerly leaned in, sharing a passionate kiss with me.</div>
<img src="img/riley/rileysunbathingkiss2.webp">
<div class="div">I grinned as I pulled away. Riley, still flushed and smiling shyly, continued sunbathing with a contented look.</div>
<<else>>
<div class="div">I found Riley sunbathing and said with a playful smirk,</div>
<<speech "MC" "$name">> You know what would make this moment perfect? A quick make-out session.<</speech>>
<div class="div">Riley’s cheeks turned red, but she eagerly responded, pulling me down for a quick, passionate kiss.</div>
<img src="img/riley/rileysunbathingkiss3.webp">
<div class="div">I smiled as I pulled away. Riley, breathless and shy, returned to her sunbathing, still blushing.</div>
<</if>>
[[Leave the lake|Town][$currentPeriod++]]
<div class="div">Riley is on the yoga mat in the living room, her movements smooth and fluid. You walk in, catching sight of her stretching in tight leggings that highlight her curves.</div>
<img src="img/riley/rileyyogaflirt1.webp">
<<speech "MC" "$name">> Hey Riley, you’re really rocking those leggings. You look amazing.<</speech>>
<div class="div">Riley pauses, her face flushing a bright pink. She looks up at you, a bit flustered but pleased by the compliment.</div>
<<speech "Riley" "Riley">> Oh, um, thanks, $name. I didn’t think you’d notice. It’s just yoga, you know.<</speech>>
<div class="div">You smile and walk over to her, your gaze lingering on her curves. You lean in for a gentle kiss, making Riley’s eyes widen in surprise.</div>
<img src="img/riley/rileyfirstkiss1.webp">
<<speech "MC" "$name">> Just being honest. You’ve got my full attention.<</speech>>
<div class="div">Riley’s cheeks are now bright red. She bites her lip, feeling a mix of embarrassment and excitement. She glances shyly at you.</div>
<<speech "Riley" "Riley">> That was... unexpected. But it felt good. I didn’t realize how much I needed that.<</speech>>
<div class="div">You reach out, sliding your hands down her back. You give her ass a gentle squeeze through the leggings, and she gasps, her body tensing with pleasure.</div>
<img src="img/riley/rileyfirstgrope1.webp">
<<speech "MC" "$name">> How does that feel? I hope you don’t mind a little extra attention.<</speech>>
<div class="div">Riley’s response is a soft moan, her body leaning into your touch. She opens her eyes, looking at you with a mix of nervousness and desire.</div>
<<speech "Riley" "Riley">> Oh, that feels so good. I wasn’t expecting... this. But I really like it.<</speech>>
<div class="div">You continue to explore, moving your hands up to gently cup her breasts over her clothes. Riley shudders, her breathing quickening as she responds to your touch.</div>
<img src="img/riley/rileyfirstgrope2.webp">
<<speech "MC" "$name">> You’re reacting so well. Do you want more? Just let me know.<</speech>>
<div class="div">Riley nods, her face a blend of shyness and eagerness. She looks up at you, her eyes filled with anticipation.</div>
<<speech "Riley" "Riley">> Yes, please. I’m really enjoying this. I didn’t know I wanted it so much.<</speech>>
<div class="div">You keep touching her, savoring the way she’s responding to you. Riley’s body seems to melt into your touch, her reactions growing more intense.</div>
<<speech "MC" "$name">> Anytime you want this, just say the word. I’m here for you.<</speech>>
<div class="div">Riley smiles at you, her face still flushed but full of happiness. She nods, clearly enjoying the attention and eager for more.</div>
<<speech "Riley" "Riley">> I’ll definitely remember that. Thanks for... everything.<</speech>>
<div class="div">You give her one last, tender touch before stepping back. Riley watches you leave, still feeling the lingering warmth from your touch.</div>
[[Leave|Neighbor's House][$currentPeriod++,$rileyStage++]]<<set $randomGrope to random(2)>>
<<if $randomGrope is 0>>
<div class="div">I walked into the living room and saw Riley stretching on the mat. With a playful smirk, I reached out and groped her ass.</div>
<img src="img/riley/rileyogagrope1.webp">
<div class="div">Riley’s eyes went wide, and she gasped, her face turning a deep shade of red. She looked back at me, her voice quivering but laced with a hint of excitement.</div>
<<speech "Riley">> Oh! Um, that’s... w-wow, unexpected! B-but it’s, um, actually kind of nice. Just… a little fast, okay?<</speech>>
<div class="div">I gave her a quick, teasing squeeze before stepping back. Riley, still blushing and with a shy smile, continued her yoga, her face a mix of embarrassment and enjoyment.</div>
<<elseif $randomGrope is 1>>
<div class="div">I entered the living room and saw Riley in a yoga pose. I couldn’t resist and reached out to grope her breasts while she was bent over.</div>
<img src="img/riley/rileyogagrope2.webp">
<div class="div">Riley let out a soft squeal, her cheeks flushing bright red. She looked up at me with wide, surprised eyes, her voice stuttering slightly.</div>
<<speech "Riley">> O-Oh! Th-that was sudden! B-but it feels, um, surprisingly good. J-just don’t let anyone see, okay?<</speech>>
<div class="div">I gave her a quick squeeze before stepping back. Riley, her face still flushed and her smile shy but pleased, continued her yoga with a small, happy expression.</div>
<<else>>
<div class="div">I walked into the living room and saw Riley in a yoga pose. With a mischievous grin, I grabbed her ass firmly.</div>
<img src="img/riley/rileyogagrope3.webp">
<div class="div">Riley yelped, her cheeks turning a bright shade of red. She looked back at me, her voice trembling and her eyes wide with a mix of embarrassment and excitement.</div>
<<speech "Riley">> Oh! T-that was… a surprise! B-but, um, I kind of liked it… Just, maybe, um, be quick, okay?<</speech>>
<div class="div">I gave her a playful squeeze before stepping back. Riley, still blushing and looking adorably shy, resumed her yoga with a contented but shy smile.</div>
<</if>>
[[Leave the living room|Neighbor's House][$currentPeriod++]]
<<set $randomGrope to random(2)>>
<<if $randomGrope is 0>>
<div class="div">I walked into the kitchen and found Riley reaching for something on the top shelf. With a cheeky grin, I approached and groped her ass.</div>
<img src="img/riley/rileykitchengrope1.webp">
<div class="div">Riley jumped slightly, her face turning a bright shade of red. She turned to look at me, her voice shaky but with a hint of excitement.</div>
<<speech "Riley">> Eep! Th-that’s, um, quite a surprise! B-but it feels nice. Just, um, be quick about it, okay?<</speech>>
<div class="div">I gave her a quick squeeze before stepping back. Riley, still blushing and looking adorably flustered, continued her task with a shy smile.</div>
<<elseif $randomGrope is 1>>
<div class="div">I entered the kitchen and saw Riley washing dishes. I couldn’t resist and reached out, groping her breasts from behind.</div>
<img src="img/riley/rileykitchengrope2.webp">
<div class="div">Riley gasped and turned to face me, her cheeks flushed. She stuttered slightly, clearly surprised but also enjoying the touch.</div>
<<speech "Riley">> Oh! Th-that’s unexpected! B-but I, um, actually kind of like it. Just, um, make sure no one else is around, okay?<</speech>>
<div class="div">I gave her a quick squeeze before stepping back. Riley, still blushing and with a shy smile, resumed her dishwashing with a mix of embarrassment and pleasure.</div>
<<else>>
<div class="div">I walked into the kitchen and found Riley bending over to get something from the lower cabinet. I couldn’t resist and groped her ass.</div>
<img src="img/riley/rileykitchengrope3.webp">
<div class="div">Riley’s eyes widened, and she let out a small squeal. She looked up at me with a bright red face, stuttering as she spoke.</div>
<<speech "Riley">> Oh! Th-that was... a surprise! B-but I, um, didn’t mind at all. Just, um, be quick, okay?<</speech>>
<div class="div">I gave her a quick squeeze before stepping back. Riley, still blushing and looking adorably flustered, continued her task with a shy but pleased expression.</div>
<</if>>
[[Leave the kitchen|Neighbor's House][$currentPeriod++]]
<<set $randomGrope to random(2)>>
<<if $randomGrope is 0>>
<div class="div">I walked by the lake and saw Riley sunbathing on a towel. With a mischievous grin, I reached out and groped her breasts.</div>
<img src="img/riley/rileysunbathinggrope2.webp">
<div class="div">Riley’s eyes flew open, and she blushed furiously. She looked up at me, stuttering and trying to cover her surprise with a shy smile.</div>
<<speech "Riley">> Oh! W-Whoa! Th-that’s, um, unexpected… but, um, kind of nice. Just, um, quick, please?<</speech>>
<div class="div">I gave her a playful squeeze before stepping back. Riley, her face still red and looking adorably shy, continued sunbathing with a mix of embarrassment and enjoyment.</div>
<<elseif $randomGrope is 1>>
<div class="div">I strolled by the lake and spotted Riley sunbathing on her towel. I couldn’t resist and reached out to grope her ass.</div>
<img src="img/riley/rileysunbathinggrope1.webp">
<div class="div">Riley gasped, her cheeks flushing bright red. She looked back at me with wide, surprised eyes, her voice trembling slightly.</div>
<<speech "Riley">> Oh! T-that’s a surprise! B-but I, um, kind of like it. Just… don’t let anyone see, okay?<</speech>>
<div class="div">I gave her a quick squeeze before stepping back. Riley, still blushing and looking adorably shy, continued sunbathing with a shy, happy smile.</div>
<<else>>
<div class="div">I approached the lake and saw Riley sunbathing on a towel. With a grin, I reached out and groped her ass.</div>
<img src="img/riley/rileysunbathinggrope1.webp">
<div class="div">Riley yelped in surprise, her face turning a deep red. She looked up at me, her voice stuttering with a mix of embarrassment and eagerness.</div>
<<speech "Riley">> Oh! Th-that was... a surprise! B-but I kind of liked it. Just… um, quick, please?<</speech>>
<div class="div">I gave her a playful squeeze before stepping back. Riley, still blushing and looking adorably flustered, resumed her sunbathing with a shy, contented expression.</div>
<</if>>
[[Leave the lake|Lake][$currentPeriod++]]
<div class="div">You walk into the neighbor’s kitchen, where Carl is hunched over his crossword puzzle, his frustration evident. Kendra is moving around, her irritation growing with Carl’s lack of progress. When she sees you, her face lights up, and she quickly moves towards you, her relief palpable.</div>
<img src="img/kendra/kendrafirstkiss1.webp">
<<speech "Kendra" "Kendra">> Oh, $name! I didn’t expect you today. Carl’s been driving me mad with that crossword.<</speech>>
<div class="div">You smile, taking in the relief in her eyes. Leaning casually against the counter, you notice how her gaze lingers on you, clearly pleased by your presence.</div>
<<speech "MC" "$name">> I guess some things never change. Carl still can’t crack a crossword to save his life.<</speech>>
<<speech "Carl" "Carl">> Very funny. Maybe if you kept it down, I might actually finish this.<</speech>>
<div class="div">Kendra steps closer, her body brushing lightly against yours. Her voice lowers to a sultry whisper as she speaks, her breath warm against your skin.</div>
<<speech "Kendra" "Kendra">> You’ve grown up so well, $name. I used to see you as just a kid, but now... now you’re a lot more tempting.<</speech>>
<<speech "MC" "$name">> Tempting, huh? That’s quite a compliment coming from you. What exactly do you mean by that?<</speech>>
<<speech "Kendra" "Kendra">> It’s just... seeing you now, all grown up and handsome, it’s hard to ignore how different things feel. I didn’t expect to be so drawn to you.<</speech>>
<div class="div">You feel her hand linger on yours, her touch both thrilling and confusing. Her gaze moves over you, taking in every detail as if seeing you for the first time.</div>
<img src="img/kendra/kendrafirstkiss2.webp">
<<speech "MC" "$name">> You know, Kendra, if you keep looking at me like that, it’s hard not to wonder what you’re thinking.<</speech>>
<<speech "Kendra" "Kendra">> It’s complicated, $name. I’ve been feeling these... urges lately. It’s strange and a little overwhelming. I can’t help but want to be close to you.<</speech>>
<div class="div">Kendra’s voice is a soft murmur as she steps even closer, her body pressed against yours. Her breath is warm, sending shivers down your spine as she speaks.</div>
<<speech "Kendra" "Kendra">> I don’t want to rush things, but I can’t deny these feelings. I need a kiss from you, now. Do you feel the same pull?<</speech>>
<<speech "MC" "$name">> I feel it, Kendra. But this is new territory for both of us. Are you sure this is what you want? It’s a big step.<</speech>>
<<speech "Kendra" "Kendra">> I’m sure. Even if it’s confusing, I can’t stop thinking about it. I need to feel what’s between us, even if it’s just a kiss.<</speech>>
<div class="div">Without waiting for further confirmation, Kendra pulls you into a kiss. Her lips are eager and demanding, her tongue exploring yours with an intense, hungry passion.</div>
<img src="img/kendra/kendrafirstkiss3.webp">
<<speech "Carl" "Carl">> What’s all this noise? Can’t you keep it down? I’m trying to concentrate.<</speech>>
<div class="div">Kendra breaks the kiss reluctantly, her face flushed with desire and her eyes reflecting a mix of longing and frustration.</div>
<<speech "Kendra" "Kendra">> I want more than just a kiss, $name. I want us to be together again, but it’s hard with Carl around. I can’t stop thinking about how you make me feel.<</speech>>
<<speech "MC" "$name">> I understand, Kendra. But we need to be careful. This isn’t something to rush into, especially with the situation we’re in.<</speech>>
<div class="div">Kendra steps closer, her hands trailing over your hips with a teasing touch. The heat between you is undeniable, each touch sending electric jolts through your body.</div>
<<speech "Kendra" "Kendra">> Promise me we’ll do this again. I need to feel that spark with you, no matter who’s watching. Promise me, $name.<</speech>>
<div class="div">You nod, acknowledging the depth of her desire. Kendra gives you one last, intense look filled with passion before turning back to Carl, who remains oblivious to the heated exchange.</div>
<<speech "Carl" "Carl">> Are you done over there? I could use some peace and quiet.<</speech>>
<div class="div">Kendra flashes a quick, mischievous smile at you before returning to Carl. Her demeanor is composed, but her eyes still hold the fire from the moments you shared.</div>
[[Leave|Neighbor's House][$currentPeriod++,$kendraStage++]]
<div class="div">You head over to Jean's room, thinking you’ll find him so you can play some video games together. You knock lightly on his door and push it open, expecting to see him gaming.</div>
<<speech "MC" "$name">> Hey, Jean! I thought we could play some video games together. You around?<</speech>>
<img src="img/jean/jeanfirstkiss1.webp">
<div class="div">As you step inside, you’re startled to find Jean lying naked on his bed, his small cock in hand, jerking off to sissy captions on his laptop. He freezes, his eyes widening in horror as he scrambles to cover himself, his face flushed bright red.</div>
<img src="img/jean/jeanfirstkiss3.webp">
<<speech "Jean" "Jean">> Oh my God! I-I didn’t think anyone would come in!<</speech>>
<div class="div">You stand there for a moment, taking in the scene. A smirk forms on your lips as you see Jean’s panicked attempt to cover himself. Deciding to have a little fun with it, you speak up, keeping your tone light and teasing.</div>
<<speech "MC" "$name">> Well, this is a surprise. I didn’t expect to walk in on you like this. Seems like you’ve got quite a thing for these sissy captions.<</speech>>
<div class="div">Jean’s face grows even redder. He pulls the blanket over himself more securely, his hands still covering his cock as he looks at you with a mix of shame and anxiety.</div>
<<speech "Jean" "Jean">> I-I’m so embarrassed! Please, just forget you saw this. It’s something I didn’t want anyone to know. Please don’t tell anyone.<</speech>>
<<speech "MC" "$name">> Hey, relax. It’s okay. I’m not going to tell anyone. Everyone has their own thing. If you’re into this, that’s your choice. I’m actually curious about it now.<</speech>>
<div class="div">Jean looks at you, his eyes filled with a mix of hope and fear. He’s still visibly shaken, but your calm demeanor seems to help him start to relax a bit.</div>
<<speech "Jean" "Jean">> Y-you really don’t mind? I mean, you’re not going to make fun of me?<</speech>>
<<speech "MC" "$name">> No way. I’m not here to judge you. If this is something you’re into, that’s fine with me. In fact, I think we could maybe explore this together. What do you think?<</speech>>
<div class="div">Jean’s eyes widen slightly. He seems to be processing your offer, his embarrassment beginning to be replaced by a tentative curiosity. He shifts a little, still covering himself but looking at you with a mix of relief and apprehension.</div>
<<speech "Jean" "Jean">> Explore it? I-I don’t know... I’m just so nervous. I never thought anyone would be okay with this.<</speech>>
<<speech "MC" "$name">> It’s okay to be nervous. We can take it slow. How about we start with something simple? Maybe a kiss? Just to see how it feels and to build some trust.<</speech>>
<div class="div">Jean’s cheeks flush even deeper, and he looks away, clearly conflicted. He hesitates for a moment before glancing back at you, his eyes filled with a mix of nervousness and curiosity.</div>
<<speech "Jean" "Jean">> A kiss? I-I guess that might help... but I’m still really anxious.<</speech>>
<<speech "MC" "$name">> That’s alright. We’ll go at your pace. Just a gentle kiss to start, nothing more. We can see how you feel after that. If you’re uncomfortable, we can stop.<</speech>>
<div class="div">Jean nods slowly, his anxiety still evident but mixed with a glimmer of hope. He takes a deep breath, seeming to brace himself. You step closer, offering him a reassuring smile as you gently place a hand on his shoulder.</div>
<<speech "MC" "$name">> Let’s take this one step at a time. We’re in this together, okay?<</speech>>
<div class="div">Jean gives a small, nervous nod. You lean in slowly, giving him time to adjust. When your lips meet his, the kiss is tender and slow, meant to be comforting and reassuring.</div>
<img src="img/jean/jeanfirstkiss2.webp">
<<speech "Jean" "Jean">> Th-that felt... surprisingly nice. I didn’t expect it to be so comforting.<</speech>>
<<speech "MC" "$name">> I’m glad. We can take things at whatever pace feels right for you. Just let me know how you’re feeling, and we’ll go from there.<</speech>>
<div class="div">Jean looks visibly more at ease after the kiss. His embarrassment is still there, but he seems more comfortable and appreciative of your support. He offers a shy but grateful smile.</div>
[[Leave Jean's Room|corridor][$currentPeriod++, $jeanStage++]]<<set $randomInvite to random(2)>>
<<if $randomInvite is 0>>
<div class="div">$name knocked on Jean’s door and heard a soft “Come in.”</div>
<<speech "MC" "$name">> Hey Jean, I was thinking of hanging out and playing some video games. Mind if I join you?<</speech>>
<div class="div">Jean looked up from his console, a slight blush on his cheeks.</div>
<<speech "Jean">> Oh, hi! Um, sure. I’d like that. I wasn’t expecting company.<</speech>>
<div class="div">$name smiled and settled down next to Jean.</div>
<<speech "MC" "$name">> No worries, it’ll be fun. And who knows, maybe a bit of playful competition.<</speech>>
<div class="div">Jean gave a shy smile and handed you a controller.</div>
<<speech "Jean">> T-Thanks. I hope I don’t let you down.<</speech>>
<div class="div">You took the controller and leaned in a bit closer.</div>
<<speech "MC" "$name">> Before we dive in, how about we make things a bit more interesting? How about a quick kiss to start things off?<</speech>>
<div class="div">Jean’s face flushed a deeper shade of red, but he nodded hesitantly. You leaned in and gave him a light, teasing kiss before turning back to the game.</div>
<img src="img/jean/jeankissgaming1.webp">
<<elseif $randomInvite is 1>>
<div class="div">$name walked into Jean’s room and saw him focused on his game.</div>
<<speech "MC" "$name">> Hey Jean, I thought I’d join you for some gaming. Mind if I sit with you?<</speech>>
<div class="div">Jean’s eyes widened in surprise, and he shifted nervously.</div>
<<speech "Jean">> Oh, um, sure. I didn’t think you’d be interested. But I’d like that.<</speech>>
<div class="div">You took a seat next to him, and the two of you started playing.</div>
<<speech "MC" "$name">> This is going to be fun. But I’ve got an idea—how about we add a little excitement? A kiss to make it more lively?<</speech>>
<div class="div">Jean’s cheeks turned bright pink, and he glanced at you shyly.</div>
<<speech "Jean">> A kiss? Um, if you really want to...<</speech>>
<div class="div">You leaned in and gave him a soft, teasing kiss. Jean looked flustered but happy as you both returned to the game.</div>
<img src="img/jean/jeankissgaming2.webp">
<<else>>
<div class="div">$name entered Jean’s room, where he was deeply engrossed in his game.</div>
<<speech "MC" "$name">> Hey Jean, do you mind if I join you for some gaming? I’m up for a challenge.<</speech>>
<div class="div">Jean looked up, his face turning slightly red as he gave a small nod.</div>
<<speech "Jean">> Oh, um, sure. I’d be happy to have you join. It’s nice to have some company.<</speech>>
<div class="div">You sat down beside him and grabbed a controller.</div>
<<speech "MC" "$name">> Great! And just to make it more fun, how about we kick things off with a kiss?<</speech>>
<div class="div">Jean’s eyes widened with a mix of surprise and excitement. He hesitated but then nodded.</div>
<<speech "Jean">> Okay, if you think it’ll be fun.<</speech>>
<div class="div">You leaned in for a quick, playful kiss. When you pulled away, Jean’s cheeks were flushed, but he looked pleased. You both resumed playing with a newfound energy.</div>
<img src="img/jean/jeanfirstkiss2.webp">
<</if>>
[[Stop playing|corridor][$currentPeriod++]]
<<set $randomInvite to random(2)>>
<<if $randomInvite is 0>>
<div class="div">$name entered the kitchen and saw Jean nervously preparing a snack.</div>
<<speech "MC" "$name">> Hey Jean, need any help or can I just hang out with you?<</speech>>
<div class="div">Jean looked up, cheeks flushed and eyes wide.</div>
<<speech "Jean">> Oh, um, hi! I’d love the company. I wasn’t expecting anyone.<</speech>>
<div class="div">$name leaned against the counter, smiling warmly.</div>
<<speech "MC" "$name">> Great! And to make it more fun, how about a quick kiss?<</speech>>
<div class="div">Jean’s face turned a deep red, but he nodded shyly. You gave him a quick, playful kiss before returning to the snack preparation.</div>
<img src="img/jean/jeankisskitchen1.webp">
<<elseif $randomInvite is 1>>
<div class="div">$name walked in and saw Jean cooking with a slightly nervous expression.</div>
<<speech "MC" "$name">> Hi Jean! Looks like you’re busy. Mind if I join in?<</speech>>
<div class="div">Jean looked up, blushing and fidgeting.</div>
<<speech "Jean">> Oh, um, sure! I didn’t think anyone would come by.<</speech>>
<div class="div">You took a seat next to him.</div>
<<speech "MC" "$name">> How about we make this more fun? Maybe a quick kiss?<</speech>>
<div class="div">Jean’s cheeks flushed even more, but he gave a shy nod. You leaned in and shared a brief, playful kiss, making him smile.</div>
<img src="img/jean/jeankisskitchen2.webp">
<<else>>
<div class="div">$name entered the kitchen to find Jean munching on a snack, looking adorably flustered.</div>
<<speech "MC" "$name">> Hey Jean, can I join you? This looks like a tasty snack.<</speech>>
<div class="div">Jean looked up, his face turning pink as he fidgeted.</div>
<<speech "Jean">> Oh, hi! Um, sure. I’m glad you came by.<</speech>>
<div class="div">You grabbed a snack and smiled at him.</div>
<<speech "MC" "$name">> How about we start with a kiss to make it even better?<</speech>>
<div class="div">Jean’s eyes widened in surprise, but he nodded shyly. You gave him a quick, teasing kiss before enjoying the snack together.</div>
<img src="img/jean/jeankisskitchen3.webp">
<</if>>
[[Stop eating|corridor][$currentPeriod++]]
<div class="div">A few days have passed since your last encounter with Jean. You've been thinking about how to push his buttons further, and today you’ve come up with a plan. You head towards his room, your mind buzzing with anticipation. You’ve noticed how much Jean has been blushing and squirming lately, and you’re ready to tease him about it again.</div>
<<speech "MC" "$name">> Hey, Jean. Got a minute? I thought we could hang out and watch something together.<</speech>>
<div class="div">Jean looked up from his gaming setup, his cheeks flushing as he saw you walk in. The memory of your recent kisses and your teasing touch lingered in his mind, making his heart race. He shuffled nervously, trying to act nonchalant but failing miserably. His eyes flicked toward you, then back to the floor, clearly flustered.</div>
<<speech "Jean" "Jean">> Uh, s-sure. What did you have in mind?<</speech>>
<div class="div">You smiled, taking a seat on the edge of his bed. You could see him glance at you from the corner of his eye, his face turning even redder. You leaned back casually, enjoying the way he squirmed under your gaze. His body language was almost painfully tense; his hands were clenched tightly, and his breath seemed shallow.</div>
<<speech "MC" "$name">> Well, I thought we could watch something a bit more... interesting. I have a few videos that might get you in the mood. I know you enjoyed our last few kisses, and I’m sure you’ll find this even more exciting.<</speech>>
<div class="div">Jean’s eyes widened slightly, and he looked away, clearly embarrassed. The thought of watching the video with you made him nervous, especially since it would remind him of those intimate moments you shared. His anxiety was palpable, and he fidgeted with the hem of his shirt, trying to steady himself.</div>
<<speech "Jean" "Jean">> I-I don’t know... I mean, watching videos like that... it’s kind of embarrassing.<</speech>>
<<speech "MC" "$name">> Come on, don’t be shy. We’ve been pretty close lately. Remember those kisses in the kitchen and while we were gaming? You seemed to enjoy them. I’m sure you’ll like this too. Plus, it’s just us here. No one else will know.<</speech>>
<div class="div">Jean’s face flushed even deeper as he recalled the kisses. His heart pounded, and he could feel a flush spreading from his cheeks down to his chest. The combination of your intimate touches and the thought of watching the video together made him both excited and mortified. He took a shaky breath, trying to suppress the growing bulge in his pants.</div>
<<speech "Jean" "Jean">> O-Okay... I’ll watch it with you. But don’t... don’t expect me to get all... excited.<</speech>>
<<speech "MC" "$name">> Oh, I’m not worried about that. Just relax and let yourself enjoy it. I promise you’ll have fun.<</speech>>
<div class="div">You set up the video on Jean’s laptop, and soon enough, the screen flickered to life. You could see Jean’s eyes glued to the screen, his cheeks burning as he watched. His arousal was becoming increasingly obvious as his breathing quickened and his body shifted restlessly in his chair. You could sense his nervousness as his hands gripped the armrests tightly, his knuckles turning white.</div>
<video width="1280" height="720" controls loop autoplay >
<source src="img/jean/jeanfirstgrope1.webm" type="video/webm"></video>
<<speech "MC" "$name">> You’re doing great, Jean. I knew you’d be into it. And you look so cute when you’re all focused like that.<</speech>>
<div class="div">Jean shifted uncomfortably, trying to hide his growing arousal. He hated being called cute, but he couldn’t deny the thrill that came with your compliments and the video’s content. His cock was getting harder, straining against his pants as he tried to maintain his composure. His eyes darted around, his face flushed with a mix of embarrassment and desire.</div>
<img src="img/jean/jeanfirstgrope2.webp">
<<speech "Jean" "Jean">> I-I hate being called cute... I’m not... just... stop with the compliments.<</speech>>
<<speech "MC" "$name">> You can pretend all you want, but it’s clear you love it. I can see how hard you’re getting just from watching. You’re so adorable when you try to act tough.<</speech>>
<div class="div">Jean bit his lip, his face a deep shade of red as he tried to focus on the video. His body was trembling slightly, a clear sign of his internal struggle between shame and desire. He was desperate to hide his growing excitement, but the pressure was too much. He moaned softly, clearly loving the attention despite his denial.</div>
<<speech "Jean" "Jean">> I-I don’t want to... I don’t want to be called cute...<</speech>>
<<speech "MC" "$name">> You keep saying that, but it’s obvious how much you enjoy it. And you can’t hide from me. I’m going to have some fun with you while you’re all worked up.<</speech>>
<div class="div">You leaned in closer, and with a mischievous grin, you reached out and firmly groped Jean’s ass. He flinched slightly but didn’t pull away. You could feel the warmth and firmness of his body under your hand. Jean gasped as your touch made him shiver, his body reacting eagerly. His breath came out in ragged gasps, and he pushed back into your hand, clearly enjoying the sensation.</div>
<img src="img/jean/jeanfirstgrope3.webp">
<<speech "Jean" "Jean">> W-wait... I...<</speech>>
<<speech "MC" "$name">> Relax, Jean. You don’t need to be embarrassed. Just enjoy it. You’re so cute when you’re blushing and squirming like this.<</speech>>
<div class="div">Jean’s breath hitched as you continued to grope him. His body was trembling with pleasure, and he couldn’t help but push back into your hand. His face was a deep shade of red, his eyes half-closed as he tried to focus on the video, but his body was betraying him more and more. He moaned softly, clearly loving the attention. Despite his attempts to hide it, his reactions were making his feelings hard to ignore.</div>
<<speech "Jean" "Jean">> I-I don’t want to... I don’t want to admit that I... I like it...<</speech>>
<<speech "MC" "$name">> You don’t have to admit anything if you don’t want to. Just enjoy it. I know you’re loving this, and it’s okay to let yourself feel good.<</speech>>
<div class="div">Jean’s struggle was evident as he tried to fight his growing pleasure. He was clearly torn between his shame and the undeniable enjoyment he felt. His cock was straining against his pants, and he was trembling with every touch. His internal conflict was adding to the intensity of the moment.</div>
<<speech "Jean" "Jean">> I-I just don’t want to... I don’t want to be seen as cute...<</speech>>
<<speech "MC" "$name">> You can’t hide from me, Jean. I can see how much you’re enjoying this. And you know what? I’ll be back for more. We’ll have plenty of opportunities for you to feel good and be called cute. Maybe you’ll even ask for it next time.<</speech>>
<div class="div">Jean didn’t respond, his face still flushed, his body still trembling. He stayed silent, his eyes avoiding yours as you got up and headed toward the door. You could see the conflicted look on his face, but you knew he’d be eagerly waiting for your next visit. His internal struggle between shame and desire was only making the anticipation for your next encounter more intense.</div>
<<speech "MC" "$name">> Remember, Jean. I’ll be touching you again soon. And next time, you might not be able to pretend you don’t love it.<</speech>>
<div class="div">You left the room with a satisfied smirk, knowing you’d left Jean in a state of anticipation and excitement. His denial only made it more fun for you, and you were already planning how to push his limits even further. You knew the next encounter would be even more electrifying.</div>
[[Leave Jean's Room|corridor][$currentPeriod++, $jeanStage++]]<<set $randomInvite to random(2)>>
<<if $randomInvite is 0>>
<div class="div">$name knocked on Jean’s door and heard a soft “Come in.”</div>
<<speech "MC" "$name">> Hey Jean, I thought I’d drop by to hang out and play some video games. Mind if I join you?<</speech>>
<div class="div">Jean looked up from his console, his cheeks turning a faint shade of red.</div>
<<speech "Jean">> Oh, um, hi! Sure, I’d love that. Didn’t expect company today.<</speech>>
<div class="div">$name gave him a warm smile and sat down beside him.</div>
<<speech "MC" "$name">> It’ll be fun! And maybe a little friendly competition.<</speech>>
<div class="div">Jean handed you a controller, still a bit shy but smiling.</div>
<<speech "Jean">> Here you go. I hope you’re ready for a challenge.<</speech>>
<div class="div">As you began to play, you leaned in slightly closer, your hand brushing against Jean’s leg. He tensed but didn’t pull away, his nervousness palpable.</div>
<<speech "MC" "$name">> You know, this game could use a little extra excitement. How about a little fun before we dive in more seriously?<</speech>>
<div class="div">Jean’s eyes widened, and he shifted nervously. He glanced at you, his blush deepening as he tried to maintain his composure. His breathing quickened slightly, betraying his growing anticipation.</div>
<<speech "Jean">> W-wait, what do you mean by fun?<</speech>>
<div class="div">You reached out and gently groped Jean’s ass. His reaction was immediate; he gasped and his body went rigid for a moment before relaxing into your touch. His face flushed deeply, a mixture of surprise and undeniable pleasure.</div>
<img src="img/jean/jeangropegaming1.webp">
<<speech "Jean">> I-I wasn’t expecting that...<</speech>>
<<speech "MC" "$name">> You look so cute when you’re surprised. I didn’t think you’d mind a bit of extra fun.<</speech>>
<div class="div">Jean’s body language was a mix of nervousness and eagerness. He tried to focus on the game, but his flushed cheeks and the way he shifted slightly in your direction betrayed his enjoyment. His eyes darted towards you, searching for more of that unexpected touch.</div>
<<speech "Jean">> I-I guess it’s not too bad... but, um, maybe we can do that again later?<</speech>>
<<speech "MC" "$name">> Absolutely. We’ll have plenty of chances for more fun. Just let me know when you’re up for it.<</speech>>
<div class="div">Jean’s relief was evident, and he managed a shy but satisfied smile. The game continued, but it was clear that your playful touch had added a new level of excitement for both of you. His anticipation for future interactions was palpable, and he seemed eager for more moments like this.</div>
[[Stop playing|corridor][$currentPeriod++]]
<<elseif $randomInvite is 1>>
<div class="div">$name walked into Jean’s room, noticing him engrossed in his game.</div>
<<speech "MC" "$name">> Hey Jean, thought I’d join you for some gaming. Mind if I sit with you?<</speech>>
<div class="div">Jean looked up, his cheeks turning pink as he gave a hesitant nod.</div>
<<speech "Jean">> Oh, um, sure. I didn’t think you’d want to join. But, um, I’d like that.<</speech>>
<div class="div">You sat down beside him, taking the controller and beginning to play.</div>
<<speech "MC" "$name">> Great! How about we spice things up a bit? I’ve got an idea to make this more interesting.<</speech>>
<div class="div">Jean’s expression turned curious, but he looked nervous as you reached out and gently groped his ass. He gasped, his body momentarily tensing before relaxing into the touch. His face turned a deep shade of red, clearly flustered but not pulling away.</div>
<img src="img/jean/jeangropegaming2.webp">
<<speech "Jean">> I-I didn’t expect that... but it’s, um, actually kind of nice.<</speech>>
<<speech "MC" "$name">> You’re looking so cute when you’re caught off guard like this. Let’s keep things lively, okay?<</speech>>
<div class="div">Jean seemed to enjoy the playful touch, his nervousness mixed with visible pleasure. He tried to focus on the game but couldn’t completely hide his excitement and anticipation for more.</div>
<<speech "Jean">> Maybe we could do this again later... if you want.<</speech>>
<<speech "MC" "$name">> Definitely. We’ll have more chances for fun. Just say the word when you’re ready.<</speech>>
<div class="div">Jean’s body relaxed as he tried to get back into the game, his excitement palpable. The touch had added a new layer of anticipation for future interactions, and it was clear he was looking forward to more moments like this.</div>
[[Stop playing|corridor][$currentPeriod++]]
<<else>>
<div class="div">$name entered Jean’s room, where he was deeply focused on his game.</div>
<<speech "MC" "$name">> Hey Jean, mind if I join you for some gaming? I’m up for a bit of a challenge.<</speech>>
<div class="div">Jean looked up, his cheeks flushing slightly as he nodded.</div>
<<speech "Jean">> Oh, um, sure. I’d be happy to have you join me. It’s nice to have some company.<</speech>>
<div class="div">You sat down beside him and grabbed a controller.</div>
<<speech "MC" "$name">> Awesome! Let’s make things a bit more interesting. How about we add a little fun to the mix?<</speech>>
<div class="div">Jean’s eyes widened, and he glanced at you nervously. You reached out and groped his ass lightly, causing him to gasp and his body to tense. He quickly tried to regain composure, his cheeks flushed and his eyes betraying a mix of surprise and pleasure.</div>
<img src="img/jean/jeangropegaming2.webp">
<<speech "Jean">> I-I didn’t expect that... but, um, it’s not so bad.<</speech>>
<<speech "MC" "$name">> You’re looking pretty cute when you’re surprised. I’ll make sure we have more of this fun.<</speech>>
<div class="div">Jean’s nervousness turned into eagerness, and he seemed to enjoy the touch. He tried to focus on the game, but his flushed face and subtle movements made it clear he was anticipating more intimate moments in the future.</div>
<<speech "Jean">> Maybe we can do this again sometime, if you’re interested.<</speech>>
<<speech "MC" "$name">> For sure. Just let me know when you’re ready for more.<</speech>>
<div class="div">Jean relaxed into the game, his excitement and anticipation evident. The playful touch had set the stage for future interactions, and he was clearly looking forward to more moments like this.</div>
[[Stop playing|corridor][$currentPeriod++]]
<</if>>
<<set $randomKitchenInvite to random(2)>>
<<if $randomKitchenInvite is 0>>
<div class="div">$name entered the kitchen and found Jean standing at the counter, preparing a snack.</div>
<<speech "MC" "$name">> Hey Jean, I didn’t know you were busy cooking. Mind if I keep you company while you work?<</speech>>
<div class="div">Jean looked up from the counter, his face turning a soft pink as he smiled shyly.</div>
<<speech "Jean">> Oh, hi! Um, sure, I’d like that. I didn’t expect anyone to come by.<</speech>>
<div class="div">You walked over and leaned against the counter next to him, your presence close enough to make Jean a bit nervous.</div>
<<speech "MC" "$name">> It looks like you’re making something delicious. How about we make things a little more interesting?<</speech>>
<div class="div">Jean’s eyes flicked nervously towards you, his hands momentarily pausing as he focused on your closeness.</div>
<<speech "Jean">> Interesting? W-what do you mean?<</speech>>
<div class="div">You reached out and gently groped Jean’s ass. His reaction was immediate: he gasped, his body tensing for a moment before relaxing into the touch. His face flushed a deep red, a mix of surprise and pleasure evident.</div>
<img src="img/jean/jeangropekitchen1.webp">
<<speech "Jean">> I-I didn’t expect that... but it feels, um, kind of nice.<</speech>>
<<speech "MC" "$name">> You look really cute when you’re caught off guard like this. I thought we could have a little fun while you’re cooking.<</speech>>
<div class="div">Jean’s initial shock melted into a nervous but eager smile. He tried to focus on the task at hand, but his body language—shifting slightly towards you, his flushed cheeks—betrayed his excitement and anticipation for more.</div>
<<speech "Jean">> Maybe we could, um, do this again later? If you want, I mean.<</speech>>
<<speech "MC" "$name">> Absolutely. We’ll have more opportunities for fun. Just let me know when you’re up for it.<</speech>>
<div class="div">Jean relaxed slightly, returning to his cooking with a newfound eagerness. It was clear that the playful touch had set the stage for future moments, and he seemed to look forward to more interactions like this.</div>
[[Leave|corridor][$currentPeriod++]]
<<elseif $randomKitchenInvite is 1>>
<div class="div">$name walked into the kitchen and saw Jean busily preparing a snack.</div>
<<speech "MC" "$name">> Hey Jean, looks like you’re making something tasty. Mind if I join you?<</speech>>
<div class="div">Jean looked up, a faint blush on his cheeks as he smiled shyly.</div>
<<speech "Jean">> Oh, hi! Sure, I’d be glad to have some company. I didn’t think anyone would come by.<</speech>>
<div class="div">You moved closer, standing next to him as he continued working.</div>
<<speech "MC" "$name">> I’ve got a little idea to spice things up. What do you think about adding a bit of excitement to our time here?<</speech>>
<div class="div">Jean’s eyes widened with a mix of curiosity and nervousness. You reached out and gently groped his ass, causing him to gasp and his body to tense up momentarily. His face flushed deeply as he tried to process the unexpected touch.</div>
<img src="img/jean/jeangropekitchen2.webp">
<<speech "Jean">> I-I didn’t see that coming... but it’s, um, not so bad.<</speech>>
<<speech "MC" "$name">> You’re looking adorable when you’re surprised like that. Let’s make this more enjoyable.<</speech>>
<div class="div">Jean’s initial nervousness turned into a shy smile. He tried to keep his focus on preparing the snack, but his excitement was palpable. His body language and flushed face made it clear he was anticipating more playful moments.</div>
<<speech "Jean">> Maybe we can do this again sometime... if you’re interested.<</speech>>
<<speech "MC" "$name">> For sure. We’ll have plenty of chances for more fun. Just let me know when you’re ready.<</speech>>
<div class="div">Jean continued with his cooking, his eagerness for future interactions evident. The playful touch had set the stage for more intimate moments, and he seemed to be looking forward to them.</div>
[[Leave|corridor][$currentPeriod++]]
<<else>>
<div class="div">$name entered the kitchen and saw Jean working on preparing a snack.</div>
<<speech "MC" "$name">> Hey Jean, looks like you’re busy. Mind if I keep you company while you cook?<</speech>>
<div class="div">Jean looked up, a light blush on his cheeks as he smiled shyly.</div>
<<speech "Jean">> Oh, hi! Sure, I’d be happy for the company. I wasn’t expecting anyone to come by.<</speech>>
<div class="div">You stood close to him, leaning against the counter as he worked.</div>
<<speech "MC" "$name">> How about we make this a bit more interesting? I have an idea that might add some excitement.<</speech>>
<div class="div">Jean’s eyes widened, and he shifted nervously as you reached out and groped his ass gently. His reaction was immediate: he gasped and his body tensed, then relaxed into your touch. His face turned a deep shade of red, a mix of surprise and pleasure.</div>
<img src="img/jean/jeangropekitchen3.webp">
<<speech "Jean">> I-I didn’t expect that... but, um, it’s actually kind of nice.<</speech>>
<<speech "MC" "$name">> You’re looking really cute when you’re surprised like this. We’ll definitely have more chances for fun.<</speech>>
<div class="div">Jean’s initial nervousness was replaced by a shy smile. He continued preparing the snack, his excitement and anticipation for more moments like this clear from his body language and flushed face.</div>
<<speech "Jean">> Maybe we can do this again later... if you want.<</speech>>
<<speech "MC" "$name">> Definitely. Just let me know when you’re ready for more.<</speech>>
<div class="div">Jean finished up his cooking with a relaxed demeanor, clearly looking forward to future interactions. The playful touch had set a promising tone for more intimate moments to come.</div>
[[Leave|corridor][$currentPeriod++]]
<</if>>
<<if $money < 100>>
<div class="div">You don’t have enough money...</div>
<<else>>
<img src="img/shop/panties.webp" alt="Pink Panties" style="width:50%">
<div class="div">You spot a pair of adorable pink panties that seem perfect for Jean. You pay the shop owner one hundred dollars and head out, excited to surprise Jean with the gift.</div>
<</if>>
[[Leave the shop|Town]]
<<set $haspanties to true>>
<<set $money -= 100>>
<<if $money < 200>>
<div class="div"> You don’t have enough money...</div>
<<else>>
<img src="img/shop/buttblug.webp"
<div class="div">You pick up a shiny buttplug with a jewel, perfect for Jean. You pay the shop owner two hundred dollars and leave the store, excited to give it to Jean.</div>
<</if>>
[[Leave the shop|Town]]
<<set $hasbuttplug to true>>
<<set $money -= 200>><<if $money < 150>>
<div class="div">You don’t have enough money...</div>
<<else>>
<img src="img/shop/dildo.webp" alt="Dildo" style="width:50%">
<div class="div">You pick up a sturdy dildo, perfect for Jean. You pay the shop owner one hundred and fifty dollars and leave the store, excited to give it to Jean.</div>
<</if>>
[[Leave the shop|Town]]
<<set $hasdildo to true>>
<<set $money -= 150>>
<<if $money < 300>>
<div class="div">You don’t have enough money...</div>
<<else>>
<img src="img/shop/cage.webp" alt="Pink Cock Cage" style="width:50%">
<div class="div">You come across a small, pink cock cage that catches your eye. It looks like just the thing to add a playful twist. You pay the shop owner three hundred dollars and leave, anticipating the fun this item will bring.</div>
<</if>>
[[Leave the shop|Town]]
<<set $hascage to true>>
<<set $money -= 300>>
<div class="div">You find Alexis in the garden, her hands busy with the flowers. She looks stunning in her casual outfit, every movement accentuating her curves. You can't help but feel the tension between you growing, the thrill of shared secrets palpable in the air. With a teasing smirk, you decide to push the boundaries a little more.</div>
<<speech "MC" "$name">> You know, Alexis, I’ve been thinking about how exhilarating it is, sharing these little moments with you. Imagine taking it a step further, really making it an adventure. <</speech>>
<div class="div">Alexis looks up, her eyes meeting yours with a mix of curiosity and apprehension. She sets down the gardening tools, her body language showing she’s intrigued but nervous.</div>
<<speech "Alexis" "Alexis">> An adventure? What exactly do you have in mind? I’m not sure I’m ready for anything too wild, $name. <</speech>>
<div class="div">You take a step closer, your hand lightly grazing her arm. The touch sends a shiver down her spine, making her visibly tense yet excited.</div>
<<speech "MC" "$name">> How about we make things a bit more thrilling? Like, you and me, somewhere a bit more... private. I’m thinking of a place where we can let loose without anyone judging us.<</speech>>
<div class="div">Alexis’s eyes widen slightly, her breath catching as she processes your suggestion. She fidgets with her gardening gloves, clearly feeling the heat of the moment.</div>
<<speech "Alexis" "Alexis">> Private? That sounds... intriguing, but also a bit risky. What if someone sees us? I don’t know if I’m ready to be that exposed.<</speech>>
<div class="div">You gently cup her face with your hands, leaning in close. Your voice is soft but filled with promise.</div>
<<speech "MC" "$name">> Think about it, Alexis. Just you and me, no one else. I can make sure it’s just us, enjoying the thrill of doing something daring. You’d be incredible at it.<</speech>>
<div class="div">Her eyes flicker with a mix of desire and fear. She shifts uncomfortably, her body betraying her growing interest despite her verbal hesitation.</div>
<<speech "Alexis" "Alexis">> I can’t help but feel a bit... excited by the idea, but it’s so out there. What if we get caught? What if someone else sees and... and makes it a big deal?<</speech>>
<div class="div">You run your fingers gently along her jawline, your touch sending waves of electricity through her. Your eyes lock onto hers, filled with a playful glint.</div>
<<speech "MC" "$name">> That’s part of the fun, isn’t it? The thrill of possibly getting caught, of doing something so bold. I promise, I’ll be right there with you. We can make it unforgettable.<</speech>>
<div class="div">Alexis’s breathing quickens, her body leaning slightly into your touch. Her hesitation is clearly battling with her arousal, and you can see the conflict in her eyes.</div>
<<speech "Alexis" "Alexis">> It’s just... so risky. I mean, I like the idea, but... what if someone comes by? What if they think I’m doing it for attention?<</speech>>
<div class="div">You slide your hand down to her waist, your touch light but reassuring. You draw her closer, your voice a low whisper that promises excitement.</div>
<<speech "MC" "$name">> It’s about more than just being seen. It’s about feeling free, feeling sexy. I’ll make sure it’s just between us, an experience you’ll never forget. Just let go and trust me.<</speech>>
<div class="div">She looks down, her cheeks flushed with both embarrassment and excitement. Her body is responding to your touch, and you can see her resolve softening.</div>
<<speech "Alexis" "Alexis">> You really know how to tempt me, don’t you? I’m so tempted, but I’m still scared. What if it’s too much? What if I regret it?<</speech>>
<div class="div">You gently squeeze her waist, your touch warm and comforting. You can feel her tension easing as you continue to speak softly.</div>
<<speech "MC" "$name">> I promise, it’ll be just right. You’ll feel amazing, and we’ll make sure it’s safe and private. It’s our secret, a special moment just for us. How does that sound?<</speech>>
<div class="div">Alexis bites her lip, her hands resting on your chest as she looks up at you. She seems torn, but the excitement in her eyes is undeniable.</div>
<<speech "Alexis" "Alexis">> Okay, okay. I’ll do it. But you have to promise me it’s just between us. I don’t want anyone else to know.<</speech>>
<div class="div">You smile, a mix of relief and excitement flashing across your face. You gently kiss her forehead, your hand still resting on her waist.</div>
<<speech "MC" "$name">> It’s our secret. I promise. Let’s go make this moment unforgettable.<</speech>>
<div class="div">Alexis takes a deep breath and nods, her resolve firming up as she heads towards the path to the lake. You follow close behind, anticipation and excitement building as you prepare for the next part of your adventure.</div>
[[Head to the lake|Alexis lake adventure2]]<div class="div">The lake is calm, the water reflecting the clear sky as you and Alexis make your way to a quiet, secluded spot. Her one-piece dress clings to her curves, and she fidgets nervously, glancing around as if expecting someone to catch you both at any moment. The idea of being seen clearly excites her, though she’s still hesitant.</div>
<<speech "MC" "$name">> It’s perfect here. No one’s around. We can do whatever we want. <</speech>>
<div class="div">Alexis bites her lip, her hands playing with the fabric of her dress. You can tell she’s torn between fear and desire, the thought of exposing herself making her squirm with nervous energy.</div>
<<speech "Alexis" "Alexis">> I don’t know... What if someone sees us? I mean, we’re so out in the open... <</speech>>
<div class="div">You step closer, your hand sliding down her arm, feeling the warmth of her skin. Her body shivers under your touch, a sign of the excitement bubbling beneath her fear. You lean in, your voice low and confident.</div>
<<speech "MC" "$name">> No one’s gonna see us. It’s just you and me. Imagine how hot it’ll be to let loose, to show off those perfect tits... I know you want to. <</speech>>
<div class="div">Alexis’s breath catches, her chest rising and falling faster now. She hesitates for a moment longer before her hands move to the straps of her dress. Slowly, she pulls them down, teasing you as her tits push against the fabric. She gives you a playful look, her nervousness starting to fade.</div>
<<speech "Alexis" "Alexis">> You really wanna see my tits, huh? I don’t know if you can handle them... <</speech>>
<div class="div">She pulls the top of her dress down just enough to let her boobs peek out, her nipples hardening in the cool breeze. Her hands come up to cup them, squeezing and rubbing her nipples as she bites her lip, clearly getting off on the attention.</div>
<img src="img/alexis/alexislakeadventure1.webp">
<<speech "MC" "$name">> Fuck, Alexis, those tits are perfect. I knew you were hiding something hot under that dress. <</speech>>
<div class="div">She moans softly, pinching her nipples between her fingers, her body swaying slightly as she loses herself in the sensation. The sight of her playing with her tits drives you wild, and you can’t help but reach out, your hands sliding over her soft skin.</div>
<img src="img/alexis/alexislakeadventure2.webp">
<<speech "Alexis" "Alexis">> You like what you see, don’t you? Maybe I should show you more... <</speech>>
<div class="div">With a seductive grin, Alexis pulls her dress all the way down, letting it fall to the ground. She’s completely naked now, standing in front of you with nothing on. Her body is stunning, every curve on display as she runs her hands down her hips, teasing you even more.</div>
<img src="img/alexis/alexislakeadventure3.webp">
<<speech "MC" "$name">> Fuck, you’re so fucking hot. You have no idea what you’re doing to me. <</speech>>
<div class="div">Alexis smirks, her confidence growing as she steps closer. Her hand brushes against the bulge in your pants, and you let out a low groan as she grips your hard cock through the fabric. She starts stroking you through your clothes, teasing you with just enough pressure to make you squirm.</div>
<img src="img/alexis/alexislakeadventure4.webp">
<<speech "Alexis" "Alexis">> You’re so hard already. I barely even touched you. Let me help you with this... <</speech>>
<div class="div">Without warning, Alexis yanks your pants down, her eyes widening as your cock springs free. She stares at it, licking her lips as her hand wraps around your length, stroking you with slow, deliberate movements.</div>
<<speech "Alexis" "Alexis">> Holy shit, you’re huge... Fuck, I wasn’t expecting that. <</speech>>
<div class="div">She starts pumping your cock, her hand moving faster as she gets more comfortable. Her thumb rubs over the head, smearing your precum around as she strokes you, clearly enjoying the feel of your thick dick in her hand.</div>
<img src="img/alexis/alexislakeadventure5.webp">
<<speech "MC" "$name">> Fuck, Alexis... You’re so good at this. You know how to work a cock, don’t you? <</speech>>
<div class="div">Alexis smiles, her eyes filled with lust as she jerks you off, her tits bouncing slightly with each movement. She’s completely lost in the moment now, her fear of being caught fading as the thrill of the situation turns her on even more.</div>
<img src="img/alexis/alexislakeadventure6.webp">
<<speech "Alexis" "Alexis">> You like that? You like how I stroke this big fucking cock? I love feeling you get harder for me. <</speech>>
<div class="div">Her hand moves faster, her grip tightening around your shaft as she works you over. You can feel your climax building, the pleasure overwhelming as her soft hand glides up and down your length. The sight of her naked, stroking you, her tits out in the open, is almost too much to handle.</div>
<<speech "MC" "$name">> I’m getting close... Fuck, Alexis, keep going... <</speech>>
<div class="div">Alexis’s eyes light up at your words, and she pumps you even harder, her strokes becoming urgent. She wants to see you cum, wants to feel you lose control in her hand. You can’t hold back any longer, your body tensing as you reach the edge.</div>
<img src="img/alexis/alexislakeadventure7.webp">
<<speech "Alexis" "Alexis">> Come on, cum for me. I wanna see you fucking explode. <</speech>>
<div class="div">With one final stroke, you erupt, your cum spilling over her hand and onto the ground. Alexis moans softly, watching as your cock pulses in her grip. She slows down her movements, milking every drop out of you as you come down from your high.</div>
<img src="img/alexis/alexislakeadventure8.webp">
<<speech "Alexis" "Alexis">> Fuck, that was hot. I can’t believe we just did that... <</speech>>
<div class="div">She glances around nervously, her chest still heaving as she catches her breath. The thrill of what just happened still lingers in the air, her body trembling slightly from the excitement. But she’s smiling, clearly enjoying every moment of it.</div>
<<speech "MC" "$name">> You were incredible. I told you this would be fun. <</speech>>
<div class="div">Alexis smirks, wiping her hand on the grass as she pulls her dress back on, the thrill of the moment still burning in her eyes.</div>
[[After a while|Alexis lake adventure3]]<<if $danStage == 0 and $danLove < 10>>
<div class="div">There's still something missing in Dan's heart. Perhaps finding a way to earn his trust, slowly, will reveal more.</div>
<<elseif $danStage == 0 and $danLove >= 10>>
<div class="div">The bond with Dan seems to have grown. Maybe it's time to help him with his chores at the barn, where something more could be waiting.</div>
<<elseif $danStage == 1 and $danLove < 20>>
<div class="div">Dan's heart remains guarded, but there’s still a chance to deepen the connection. Keep pushing, and the door may open wider.</div>
<<elseif $danStage == 1 and $danLove >= 20>>
<div class="div">The living room seems like a casual space, but Dan's there, perhaps waiting for more than just a conversation. Seek him out and see what unfolds.</div>
<<elseif $danStage == 2 and $danLove < 30>>
<div class="div">You've reached a point where progress feels elusive. For now, this journey ends here, but something tells you that there’s more waiting in the shadows.</div>
<</if>>
<<back [[States]]>>
<<if $alexisStage == 0 and $alexLove < 10>>
<div class="div">Alexis seems distant, but perhaps a few more gestures of charm will change that. Patience is key if you want her attention.</div>
<<elseif $alexisStage == 0 and $alexLove >= 10>>
<div class="div">You’ve caught Alexis's eye. Maybe helping her in the kitchen will bring out a more intimate side of her.</div>
<<elseif $alexisStage == 1 and $alexLove < 20>>
<div class="div">She’s holding back, but there’s something in her smile. Push a little more and see if she’ll let you closer.</div>
<<elseif $alexisStage == 1 and $alexLove >= 20>>
<div class="div">Alexis is spending time in the kitchen again. Perhaps there's more cooking here than just food. Time to explore what’s really simmering.</div>
<<elseif $alexisStage == 2 and $alexLove < 30>>
<div class="div">Things between you and Alexis are heating up, but you’ll need to get even closer to fully unlock what she’s hiding. Raise her love to see what comes next.</div>
<<elseif $alexisStage == 2 and $alexLove >= 30>>
<div class="div">The connection is undeniable now. Alexis awaits you in the garden, where the next step of your plan is ready to unfold.</div>
<<elseif $alexisStage == 3 and $alexLove < 40>>
<div class="div">You’ve reached the end of the journey for now. This is all that’s available for this version, but Alexis's story is far from over.</div>
<</if>>
<<back [[States]]>>
<<if $jeanStage == 0 and $jeanLove < 10>>
<div class="div">Jean seems to be holding back. Show him a bit more kindness and patience to slowly warm him up to you.</div>
<<elseif $jeanStage == 0 and $jeanLove >= 10>>
<div class="div">Jean’s interest is piqued. Spending time with him in his bedroom while he plays video games might reveal more about his true feelings.</div>
<<elseif $jeanStage == 1 and $jeanLove < 20>>
<div class="div">Jean’s shyness is still evident, but he seems to be opening up. Keep interacting with him and see if you can deepen the connection.</div>
<<elseif $jeanStage == 1 and $jeanLove >= 20>>
<div class="div">He’s more comfortable around you now. His bedroom remains the best place to engage with him, especially during his gaming sessions.</div>
<<elseif $jeanStage == 2 and $jeanLove < 30>>
<div class="div">It feels like something is missing. Keep raising Jean's affection, and maybe he’ll reveal more about his desires.</div>
<<elseif $jeanStage == 2 and $jeanLove >= 30>>
<div class="div">Jean’s true feelings are starting to surface, but you might need something special to take things further. Maybe a trip to the store to pick up some panties would unlock new possibilities...</div>
<<elseif $jeanStage == 3>>
<div class="div">Stage 3 is still a work in progress. Keep an eye out for updates to continue exploring what lies ahead for Jean.</div>
<</if>>
<<back [[States]]>>
<<if $rileyStage == 0 and $rileyLove < 10>>
<div class="div">Riley seems shy, but there’s a warmth in her eyes. Try to find small ways to make her feel comfortable and see where it leads.</div>
<<elseif $rileyStage == 0 and $rileyLove >= 10>>
<div class="div">You’ve managed to capture Riley’s interest. Maybe spending some time with her in the kitchen could spark a deeper connection.</div>
<<elseif $rileyStage == 1 and $rileyLove < 20>>
<div class="div">Riley is still holding back, but her blushes tell a story. Keep engaging with her and see if you can bring her out of her shell.</div>
<<elseif $rileyStage == 1 and $rileyLove >= 20>>
<div class="div">The living room seems to be where Riley feels most at ease. Perhaps this is where you’ll discover more about her feelings and desires.</div>
<<elseif $rileyStage == 2 and $rileyLove < 30>>
<div class="div">You're making progress, but Riley still needs a little extra encouragement. Try to find ways to raise her love and help her feel more secure.</div>
<<elseif $rileyStage == 2 and $rileyLove >= 30>>
<div class="div">You’re gaining her trust. The kitchen might be the perfect place to explore those budding feelings further.</div>
<<elseif $rileyStage == 3>>
<div class="div">You’re getting closer, but Stage 3 is still a work in progress. Stay tuned for more as Riley’s story continues to develop.</div>
<</if>>
<<back [[States]]>>
<<if $kendraStage == 0 and $kendraLove < 10>>
<div class="div">Kendra seems friendly but reserved. Maybe showing her a bit more affection with some gentle kisses will help break down her walls.</div>
<<elseif $kendraStage == 0 and $kendraLove >= 10>>
<div class="div">Kendra is starting to enjoy your company more. She's becoming more receptive to your advances—perhaps another kiss in the kitchen will take things further.</div>
<<elseif $kendraStage == 1 and $kendraLove < 20>>
<div class="div">Kendra is getting more playful and responsive. A little more physical touch, like groping, might unlock more of her desires.</div>
<<elseif $kendraStage == 1 and $kendraLove >= 20>>
<div class="div">Kendra now feels much more comfortable around you. She's open to more intimate moments—groping her while you're alone could spark something new.</div>
<<elseif $kendraStage == 2>>
<div class="div">Stage 2 is still a work in progress. Keep an eye out for updates to see where things with Kendra might lead next.</div>
<</if>>
<<back [[States]]>>
<div id="logo3">
<div class="div">
<img src="img/avatar/alexis.webp" id="ship">
<<button "[+]">>
<<set $alexLove = Math.min($alexLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#alexLove">><<print $alexLove>><</replace>>
<</button>>
Alexis ❤️ = <span id="alexLove"><<print $alexLove>></span>
<<button "[-]">>
<<set $alexLove = Math.max($alexLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#alexLove">><<print $alexLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/dan.webp" id="ship">
<<button "[+]">>
<<set $danLove = Math.min($danLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#danLove">><<print $danLove>><</replace>>
<</button>>
Dan ❤️ = <span id="danLove"><<print $danLove>></span>
<<button "[-]">>
<<set $danLove = Math.max($danLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#danLove">><<print $danLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/jean.webp" id="ship">
<<button "[+]">>
<<set $jeanLove = Math.min($jeanLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#jeanLove">><<print $jeanLove>><</replace>>
<</button>>
Jean ❤️ = <span id="jeanLove"><<print $jeanLove>></span>
<<button "[-]">>
<<set $jeanLove = Math.max($jeanLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#jeanLove">><<print $jeanLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/riley.webp" id="ship">
<<button "[+]">>
<<set $rileyLove = Math.min($rileyLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#rileyLove">><<print $rileyLove>><</replace>>
<</button>>
Riley ❤️ = <span id="rileyLove"><<print $rileyLove>></span>
<<button "[-]">>
<<set $rileyLove = Math.max($rileyLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#rileyLove">><<print $rileyLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/Kendra.webp" id="ship">
<<button "[+]">>
<<set $kendraLove = Math.min($kendraLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#kendraLove">><<print $kendraLove>><</replace>>
<</button>>
Kendra ❤️ = <span id="kendraLove"><<print $kendraLove>></span>
<<button "[-]">>
<<set $kendraLove = Math.max($kendraLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#kendraLove">><<print $kendraLove>><</replace>>
<</button>>
</div>
</div>
<div id="logo3">
<div class="div">
<img src="img/avatar/mc.webp" id="ship" style="display: block; margin: 0 auto;">
<div style="display: flex; justify-content: center; gap: 20px;">
<!-- Money Section -->
<div>
<<button "[+]">>
<<set $money = $money + 100>> <!-- Increase money by 100 -->
<<replace "#money">><<print $money>><</replace>>
<</button>>
<div>MC Money = <span id="money"><<print $money>></span></div>
<<button "[-]">>
<<set $money = Math.max($money - 100, 0)>> <!-- Decrease money by 100, prevent negative values -->
<<replace "#money">><<print $money>><</replace>>
<</button>>
</div>
<!-- Strength Section -->
<div>
<<button "[+]">>
<<set $strength = $strength + 1>> <!-- Increase strength by 1 -->
<<replace "#strength">><<print $strength>><</replace>>
<</button>>
<div>Strength = <span id="strength"><<print $strength>></span></div>
<<button "[-]">>
<<set $strength = Math.max($strength - 1, 0)>> <!-- Decrease strength by 1, prevent negative values -->
<<replace "#strength">><<print $strength>><</replace>>
<</button>>
</div>
<!-- Charisma Section -->
<div>
<<button "[+]">>
<<set $charisma = $charisma + 1>> <!-- Increase charisma by 1 -->
<<replace "#charisma">><<print $charisma>><</replace>>
<</button>>
<div>Charisma = <span id="charisma"><<print $charisma>></span></div>
<<button "[-]">>
<<set $charisma = Math.max($charisma - 1, 0)>> <!-- Decrease charisma by 1, prevent negative values -->
<<replace "#charisma">><<print $charisma>><</replace>>
<</button>>
</div>
</div>
</div>
</div>
[[return|hamada]]
<<set $leesa to false>><<if $leesa is true>>
<div class="div">
<<textbox "$sery" "" autofocus>>
<<button "Confirm">>
<<set $sery to $sery.trim()>>
<<if $sery != "hamadaminbanha">>
<<replace "#textbox-error">>wrong.<</replace>>
<<else>>
<<replace "#textbox-error">><div id="logo3">
<div class="div">
<img src="img/avatar/alexis.webp" id="ship">
<<button "[+]">>
<<set $alexLove = Math.min($alexLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#alexLove">><<print $alexLove>><</replace>>
<</button>>
Alexis ❤️ = <span id="alexLove"><<print $alexLove>></span>
<<button "[-]">>
<<set $alexLove = Math.max($alexLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#alexLove">><<print $alexLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/dan.webp" id="ship">
<<button "[+]">>
<<set $danLove = Math.min($danLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#danLove">><<print $danLove>><</replace>>
<</button>>
Dan ❤️ = <span id="danLove"><<print $danLove>></span>
<<button "[-]">>
<<set $danLove = Math.max($danLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#danLove">><<print $danLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/jean.webp" id="ship">
<<button "[+]">>
<<set $jeanLove = Math.min($jeanLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#jeanLove">><<print $jeanLove>><</replace>>
<</button>>
Jean ❤️ = <span id="jeanLove"><<print $jeanLove>></span>
<<button "[-]">>
<<set $jeanLove = Math.max($jeanLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#jeanLove">><<print $jeanLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/riley.webp" id="ship">
<<button "[+]">>
<<set $rileyLove = Math.min($rileyLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#rileyLove">><<print $rileyLove>><</replace>>
<</button>>
Riley ❤️ = <span id="rileyLove"><<print $rileyLove>></span>
<<button "[-]">>
<<set $rileyLove = Math.max($rileyLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#rileyLove">><<print $rileyLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/Kendra.webp" id="ship">
<<button "[+]">>
<<set $kendraLove = Math.min($kendraLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#kendraLove">><<print $kendraLove>><</replace>>
<</button>>
Kendra ❤️ = <span id="kendraLove"><<print $kendraLove>></span>
<<button "[-]">>
<<set $kendraLove = Math.max($kendraLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#kendraLove">><<print $kendraLove>><</replace>>
<</button>>
</div>
</div>
<div id="logo3">
<div class="div">
<img src="img/avatar/mc.webp" id="ship" style="display: block; margin: 0 auto;">
<div style="display: flex; justify-content: center; gap: 20px;">
<!-- Money Section -->
<div>
<<button "[+]">>
<<set $money = $money + 100>> <!-- Increase money by 100 -->
<<replace "#money">><<print $money>><</replace>>
<</button>>
<div>MC Money = <span id="money"><<print $money>></span></div>
<<button "[-]">>
<<set $money = Math.max($money - 100, 0)>> <!-- Decrease money by 100, prevent negative values -->
<<replace "#money">><<print $money>><</replace>>
<</button>>
</div>
<!-- Strength Section -->
<div>
<<button "[+]">>
<<set $strength = $strength + 1>> <!-- Increase strength by 1 -->
<<replace "#strength">><<print $strength>><</replace>>
<</button>>
<div>Strength = <span id="strength"><<print $strength>></span></div>
<<button "[-]">>
<<set $strength = Math.max($strength - 1, 0)>> <!-- Decrease strength by 1, prevent negative values -->
<<replace "#strength">><<print $strength>><</replace>>
<</button>>
</div>
<!-- Charisma Section -->
<div>
<<button "[+]">>
<<set $charisma = $charisma + 1>> <!-- Increase charisma by 1 -->
<<replace "#charisma">><<print $charisma>><</replace>>
<</button>>
<div>Charisma = <span id="charisma"><<print $charisma>></span></div>
<<button "[-]">>
<<set $charisma = Math.max($charisma - 1, 0)>> <!-- Decrease charisma by 1, prevent negative values -->
<<replace "#charisma">><<print $charisma>><</replace>>
<</button>>
</div>
</div>
</div>
</div>
<<set $leesa to false>>.<</replace>>
<</if>>
<</button>>
<span id="textbox-error"></span>
</div>
<<else>>
<div id="logo3">
<div class="div">
<img src="img/avatar/alexis.webp" id="ship">
<<button "[+]">>
<<set $alexLove = Math.min($alexLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#alexLove">><<print $alexLove>><</replace>>
<</button>>
Alexis ❤️ = <span id="alexLove"><<print $alexLove>></span>
<<button "[-]">>
<<set $alexLove = Math.max($alexLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#alexLove">><<print $alexLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/dan.webp" id="ship">
<<button "[+]">>
<<set $danLove = Math.min($danLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#danLove">><<print $danLove>><</replace>>
<</button>>
Dan ❤️ = <span id="danLove"><<print $danLove>></span>
<<button "[-]">>
<<set $danLove = Math.max($danLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#danLove">><<print $danLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/jean.webp" id="ship">
<<button "[+]">>
<<set $jeanLove = Math.min($jeanLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#jeanLove">><<print $jeanLove>><</replace>>
<</button>>
Jean ❤️ = <span id="jeanLove"><<print $jeanLove>></span>
<<button "[-]">>
<<set $jeanLove = Math.max($jeanLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#jeanLove">><<print $jeanLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/riley.webp" id="ship">
<<button "[+]">>
<<set $rileyLove = Math.min($rileyLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#rileyLove">><<print $rileyLove>><</replace>>
<</button>>
Riley ❤️ = <span id="rileyLove"><<print $rileyLove>></span>
<<button "[-]">>
<<set $rileyLove = Math.max($rileyLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#rileyLove">><<print $rileyLove>><</replace>>
<</button>>
</div>
<div class="div">
<img src="img/avatar/Kendra.webp" id="ship">
<<button "[+]">>
<<set $kendraLove = Math.min($kendraLove + 1, 100)>> <!-- Adjust max value as needed -->
<<replace "#kendraLove">><<print $kendraLove>><</replace>>
<</button>>
Kendra ❤️ = <span id="kendraLove"><<print $kendraLove>></span>
<<button "[-]">>
<<set $kendraLove = Math.max($kendraLove - 1, 0)>> <!-- Prevent negative values -->
<<replace "#kendraLove">><<print $kendraLove>><</replace>>
<</button>>
</div>
</div>
<div id="logo3">
<div class="div">
<img src="img/avatar/mc.webp" id="ship" style="display: block; margin: 0 auto;">
<div style="display: flex; justify-content: center; gap: 20px;">
<!-- Money Section -->
<div>
<<button "[+]">>
<<set $money = $money + 100>> <!-- Increase money by 100 -->
<<replace "#money">><<print $money>><</replace>>
<</button>>
<div>MC Money = <span id="money"><<print $money>></span></div>
<<button "[-]">>
<<set $money = Math.max($money - 100, 0)>> <!-- Decrease money by 100, prevent negative values -->
<<replace "#money">><<print $money>><</replace>>
<</button>>
</div>
<!-- Strength Section -->
<div>
<<button "[+]">>
<<set $strength = $strength + 1>> <!-- Increase strength by 1 -->
<<replace "#strength">><<print $strength>><</replace>>
<</button>>
<div>Strength = <span id="strength"><<print $strength>></span></div>
<<button "[-]">>
<<set $strength = Math.max($strength - 1, 0)>> <!-- Decrease strength by 1, prevent negative values -->
<<replace "#strength">><<print $strength>><</replace>>
<</button>>
</div>
<!-- Charisma Section -->
<div>
<<button "[+]">>
<<set $charisma = $charisma + 1>> <!-- Increase charisma by 1 -->
<<replace "#charisma">><<print $charisma>><</replace>>
<</button>>
<div>Charisma = <span id="charisma"><<print $charisma>></span></div>
<<button "[-]">>
<<set $charisma = Math.max($charisma - 1, 0)>> <!-- Decrease charisma by 1, prevent negative values -->
<<replace "#charisma">><<print $charisma>><</replace>>
<</button>>
</div>
</div>
</div>
</div>
<<set $leesa to false>>
<</if>>
<<return "Return">><div class="div">The sun is starting to set as you and Alexis make your way back to the house. The air is cooler now, but the heat between you two hasn’t faded. Alexis walks beside you, her dress swaying with every step, her body still buzzing from what just happened by the lake.</div>
<<speech "MC" "$name">> That was something else, huh? You looked so fucking hot back there. <</speech>>
<div class="div">Alexis glances over at you, a shy smile tugging at her lips. She’s trying to play it cool, but you can tell she’s still turned on. Her cheeks are flushed, her nipples still pressing against the thin fabric of her dress.</div>
<<speech "Alexis" "Alexis">> I can’t believe we did that... It was so risky. What if someone had seen us? <</speech>>
<div class="div">You smirk, reaching over to squeeze her ass playfully. She lets out a small gasp, glancing around to make sure no one’s watching. The thought of being caught still makes her nervous, but you can tell there’s a part of her that enjoyed the danger.</div>
<<speech "MC" "$name">> But no one did. And admit it, you loved every second of it. You loved showing off, didn’t you? <</speech>>
<div class="div">Alexis bites her lip, her eyes flickering with excitement at your words. She doesn’t answer right away, but her body language says it all. She’s still feeling the high from being exposed, the thrill of doing something so naughty.</div>
<<speech "Alexis" "Alexis">> Maybe... I guess it was kinda exciting. <</speech>>
<div class="div">You chuckle, pulling her closer as you walk. Your hand moves down her back, fingers grazing the curve of her ass again, teasing her as you head toward the house. She doesn’t push you away, just leans into your touch, clearly craving more attention after everything that happened.</div>
<<speech "MC" "$name">> More than exciting. You were amazing. That tight little body of yours, those perfect tits... I could’ve fucked you right there if you’d let me. <</speech>>
<div class="div">Alexis’s breath hitches, her steps faltering for a moment as your words sink in. She glances up at you, her cheeks burning with a mix of arousal and embarrassment. You can tell she’s picturing it, imagining what it would’ve been like to go even further by the lake.</div>
<<speech "Alexis" "Alexis">> I... I don’t know if I could’ve handled that. I was so nervous, but... fuck, it felt good. <</speech>>
<div class="div">You stop walking, turning to face her. Your hand slides down her hip, pulling her close as you lean in, your lips brushing against her ear.</div>
<<speech "MC" "$name">> I can tell you liked it. Maybe next time, we won’t stop at just teasing.<</speech>>
<div class="div">Alexis shudders, her body pressing against yours as the heat between you flares up again. For a moment, it feels like you’re about to take things further, right there in the middle of the trail. But she pulls back slightly, her eyes flickering with hesitation.</div>
<<speech "Alexis" "Alexis">> We should... we should get back. Before anyone notices we’re gone. <</speech>>
<div class="div">You nod, your hand lingering on her ass for a moment longer before you start walking again. There’s still a spark between you, the tension simmering just beneath the surface, but she’s right. You’ve already pushed your luck once today.</div>
<<speech "MC" "$name">> Yeah, we wouldn’t want anyone to miss you, would we? <</speech>>
<div class="div">As you approach the house, the warm glow of the windows makes it clear that the day is winding down. The silence between you and Alexis is thick with unspoken words, her steps quickening slightly as the house comes into view. There’s a hint of relief in her eyes, but also that lingering excitement, like she’s already thinking about what might happen next.</div>
<<speech "Alexis" "Alexis">> I should... probably head inside. <</speech>>
<div class="div">You stop at the door, watching as she hesitates for a moment before turning to face you again. Her eyes meet yours, and there’s something more than just lust in her gaze now—a deeper connection, forged by everything that happened today.</div>
<<speech "MC" "$name">> Don’t forget... we’ve still got more fun ahead. This is just the beginning. <</speech>>
<div class="div">Alexis smirks, her eyes dark with anticipation.</div>
<<speech "Alexis" "Alexis">> We’ll see about that... <</speech>>
<div class="div">She disappears into the house, leaving you standing outside, already thinking about what’s going to happen next. You can feel the tension between you both growing stronger, and the anticipation is almost too much to handle. This is just the beginning.</div>
[[Go inside|corridor][$currentPeriod++,$alexisStage++]]<<set $randomGroping to random(2)>>
<<if $randomGroping is 0>>
<div class="div">I walked into the kitchen, spotting Alexis at the counter, her body moving with that same seductive sway. The way her dress clung to her curves made it impossible to look away. My eyes locked on her hips, the memory of what happened at the lake still fresh in my mind.</div>
<div class="div">I stepped closer, my hands itching to feel her again. This time, I wasn’t just going to tease her. I wanted more. I moved behind her, my chest brushing against her back as I whispered in her ear.</div>
<<speech "MC" "$name">> Alexis, I can’t stop thinking about how good you made me feel back there. You wouldn’t mind giving me a little help, would you? <</speech>>
<div class="div">She stiffened for a moment, her hand freezing mid-stir. Slowly, she turned her head towards me, her expression a mix of surprise and arousal. She bit her lip, trying to stay composed, but I could see the flicker of excitement in her eyes.</div>
<<speech "Alexis" "Alexis">> You want me to... right here? In the kitchen? <</speech>>
<div class="div">I nodded, pressing my body a little closer, feeling the heat radiating from her. My hand slid down her side, fingers grazing the curve of her ass as I leaned in, my voice low and dripping with desire.</div>
<<speech "MC" "$name">> Yeah, right here. I need it, Alexis. You know how fucking good your hands feel. I want you to stroke my cock until I can’t hold back anymore. <</speech>>
<div class="div">Her cheeks flushed a deep red, and she glanced around the kitchen nervously. The hesitation was clear, but so was the growing hunger in her eyes. She looked like she was struggling to keep control, but her body was already responding to the idea.</div>
<<speech "Alexis" "Alexis">> I don’t know if we should... What if someone walks in? <</speech>>
<div class="div">I smirked, my hand sliding lower until it brushed against the hem of her dress. I let my fingers trail along her thigh, teasing her skin as I whispered in her ear again.</div>
<<speech "MC" "$name">> No one’s gonna walk in. It’s just you and me, Alexis. Don’t pretend you don’t want this as much as I do. I can feel how wet you are. You’re dying to touch me, aren’t you? <</speech>>
<div class="div">She shivered at my words, her breath hitching. I could see her resolve crumbling, her nipples hardening against the fabric of her dress, her thighs pressing together as if trying to fight off the urge. But it was a losing battle.</div>
<<speech "Alexis" "Alexis">> Fuck... I can’t believe I’m doing this. <</speech>>
<div class="div">With a shaky breath, she reached down, her fingers brushing against the bulge in my pants. I groaned softly at the contact, the heat between us rising rapidly. Alexis hesitated for a moment longer, but her arousal won out. Her hand slipped inside, wrapping around my cock as she gave me that teasing look.</div>
<img src="img/alexis/alexiskitchenhandjob1.webp">
<<speech "MC" "$name">> Oh fuck, Alexis... just like that. You’re so fucking good at this. <</speech>>
<div class="div">She bit her lip, her hand stroking me slowly at first, testing the waters. But as she felt how hard I was, her confidence grew. Her grip tightened, her strokes becoming faster, more deliberate, as she worked me over with expert precision.</div>
<<speech "Alexis" "Alexis">> You really can’t get enough, can you? I barely touch you, and you’re already this hard. You’re so fucking dirty, $name. <</speech>>
<img src="img/alexis/alexiskitchenhandjob2.webp">
<div class="div">Her words sent a jolt of pleasure through me, and I thrust into her hand, needing more. My free hand moved to her chest, cupping one of her tits through her dress as she moaned softly, clearly getting off on how much control she had over me.</div>
<img src="img/alexis/alexiskitchenhandjob3.webp">
<<speech "MC" "$name">> Fuck, keep going, Alexis. You’re gonna make me cum if you keep this up. <</speech>>
<div class="div">She smirked, her strokes getting even rougher, her thumb rubbing over the tip of my cock as her fingers pumped me relentlessly. Her other hand slipped inside her dress, squeezing her own tits as she moaned, her breath coming out in ragged gasps.</div>
<<speech "Alexis" "Alexis">> I want to see you cum, $name. I want to feel it, watch you lose control because of me. <</speech>>
<div class="div">Her words pushed me to the edge. I could feel the pressure building, my cock throbbing in her hand as she milked me with skilled, desperate strokes. I groaned, my hips bucking as I got closer, the pleasure almost too much to handle.</div>
<div class="div">Alexis’s hand tightened even more, her body pressed against mine as she whispered in my ear.</div>
<<speech "Alexis" "Alexis">> Cum for me, $name. I want to feel it all over my hand. <</speech>>
<img src="img/alexis/alexiskitchenhandjob4.webp">
<div class="div">And with one final stroke, I couldn’t hold back anymore.</div>
<<elseif $randomGroping is 1>>
<div class="div">I walked into the kitchen and saw Alexis standing at the counter, her back to me. The way her dress hugged her curves made it hard to keep my eyes off her. I felt a familiar ache between my legs and decided to take a chance. Moving closer, I let my hands slide over her hips, feeling the warmth of her body.</div>
<div class="div">Alexis jumped slightly at my touch, and I leaned in, my breath warm on her neck as I spoke softly. I didn't want to be too forceful; I wanted to coax her into it.</div>
<<speech "MC" "$name">> Alexis, you know how much I enjoyed what happened earlier. I could really use your help again. How about you give me a hand right here? <</speech>>
<div class="div">She turned her head slightly, her eyes meeting mine in the reflection of the kitchen window. There was a mixture of surprise and hesitation in her gaze, but also something else—curiosity, maybe even desire. She bit her lip, her breath catching as she considered my request.</div>
<<speech "Alexis" "Alexis">> Right here? In the kitchen? What if someone sees us? <</speech>>
<div class="div">I placed my hand gently on her lower back, my fingers brushing against her waist. I was careful not to rush her, just hoping to make her feel comfortable enough to say yes. My voice was soothing, almost pleading.</div>
<<speech "MC" "$name">> We’re alone, Alexis. Just us. I’d really love it if you could help me out. I promise I’ll make it worth your while. <</speech>>
<div class="div">Her cheeks flushed a soft pink, and she glanced around the kitchen, her fingers twitching as if debating what to do. Her resolve was clearly wavering as she let out a soft sigh, her body already responding to the heat of the moment.</div>
<<speech "Alexis" "Alexis">> Alright... but let’s make it quick. I don’t want anyone to walk in on us. <</speech>>
<div class="div">I smiled, relieved and excited. I gently guided her hands to the bulge in my pants, feeling the heat from her touch. Alexis's fingers trembled slightly as she reached inside, her hand wrapping around my cock with a tentative but eager grip.</div>
<img src="img/alexis/alexiskitchenhandjob5.webp">
<<speech "MC" "$name">> That’s it, just like that. Your touch feels amazing. <</speech>>
<div class="div">Alexis’s hand moved slowly at first, her strokes soft and deliberate. As she grew more comfortable, her movements became more confident, and she picked up the pace. She glanced up at me occasionally, her expression a mix of concentration and pleasure.</div>
<img src="img/alexis/alexiskitchenhandjob6.webp">
<<speech "Alexis" "Alexis">> You’re making it hard for me to concentrate. But I can tell you’re really enjoying this. <</speech>>
<div class="div">Her words were a low, teasing whisper. I let out a soft groan, my body tensing with each stroke. I could feel the pressure building, and my breathing grew ragged as I neared the edge. Alexis’s hand worked me with a steady rhythm, and I could tell she was getting into it, her own excitement evident.</div>
<<speech "MC" "$name">> I’m getting close, Alexis. I want to feel it all over you. <</speech>>
<div class="div">She looked up at me, her eyes wide with a mix of surprise and anticipation. She nodded slowly, her grip tightening as she continued to stroke me. I could see her breathing quicken as she prepared for what was coming.</div>
<img src="img/alexis/alexiskitchenhandjob7.webp">
<<speech "Alexis" "Alexis">> Alright... I’m ready. Make sure you let me feel it all. <</speech>>
<div class="div">With one final, intense stroke, I let go. I came hard, the release hitting me with an overwhelming force. My cock throbbed and pulsed, and I shot my cum onto Alexis’s face. She gasped, her eyes wide as she felt the warm liquid splatter across her skin. A mix of surprise and arousal flashed across her face as she tried to catch her breath.</div>
<img src="img/alexis/alexiskitchenhandjob8.webp">
<div class="div">I watched, a mixture of satisfaction and awe on my face, as Alexis wiped her face with the back of her hand, a sly smile playing on her lips.</div>
<<speech "Alexis" "Alexis">> Well, that was certainly a surprise. I guess you weren’t kidding about needing help. <</speech>>
<div class="div">I chuckled, taking in the sight of her smeared makeup and the playful glint in her eyes. Our encounter had been quick, but it left both of us with a lingering thrill.</div>
<<else>>
<div class="div">I walked into the kitchen and saw Alexis at the counter, her dress clinging to her curves as she focused on preparing something. The sight of her was enough to make me hard again, and I decided to take a chance. Moving closer, I let my hands slide over her hips, feeling the warmth of her body through the fabric of her dress.</div>
<div class="div">Alexis stiffened slightly at my touch, and I leaned in, letting my breath brush against her neck as I spoke in a low, inviting tone. I wanted to make her feel comfortable and eager to help me out.</div>
<<speech "MC" "$name">> Alexis, I’ve been thinking about how amazing you felt earlier. How about you help me out again? I’d really love it if you’d give me a hand here in the kitchen. <</speech>>
<div class="div">She turned her head slightly, her eyes meeting mine in the reflection of the kitchen window. Her expression was a mix of surprise and curiosity, and she bit her lip, clearly tempted but hesitant. Her cheeks flushed a soft pink as she considered my request.</div>
<<speech "Alexis" "Alexis">> Right here? In the kitchen? What if someone comes in? <</speech>>
<div class="div">I placed a gentle hand on her lower back, my fingers lightly tracing the curve of her ass. I wasn’t trying to be pushy; I wanted to coax her into it with a reassuring touch and a soothing voice.</div>
<<speech "MC" "$name">> Don’t worry, Alexis. It’s just us here. I promise I’ll make it worth your while. I’d really love to feel your touch again. <</speech>>
<div class="div">Her resolve seemed to waver, and she glanced around the kitchen nervously, her fingers twitching as if unsure whether to continue. I could see her arousal growing, her breathing becoming slightly uneven as she gave in to the moment.</div>
<<speech "Alexis" "Alexis">> Alright, but let’s make it quick. I don’t want anyone to see us like this. <</speech>>
<div class="div">I smiled, relieved and eager. I gently guided her hands to the bulge in my pants, feeling the warmth of her touch. Alexis hesitated for a moment, her fingers brushing lightly against me before she finally slipped her hand inside, wrapping around my cock with a tentative grip.</div>
<img src="img/alexis/alexiskitchenhandjob9.webp">
<<speech "MC" "$name">> That’s it, just like that. Your touch feels incredible. <</speech>>
<div class="div">Alexis’s hand moved with a mix of hesitation and eagerness, her strokes slow at first but gradually picking up speed. She glanced up at me, her eyes showing a mix of concentration and excitement. Her breath quickened as she became more involved in what she was doing.</div>
<img src="img/alexis/alexiskitchenhandjob10.webp">
<<speech "Alexis" "Alexis">> You really know how to get me going. I can feel how much you’re enjoying this. <</speech>>
<div class="div">Her words were soft but laced with a teasing undertone. I let out a groan, my body tensing with each stroke. The pleasure was building, and I could feel the heat intensifying. Alexis’s movements grew more confident, her grip firm and steady as she worked me over.</div>
<<speech "MC" "$name">> You’re making me lose control. I’m getting close, Alexis. I want to feel it all over your tits. <</speech>>
<div class="div">She looked up at me, a mischievous glint in her eye as she continued to stroke me. Her other hand slipped inside her dress, cupping and teasing her own tits through the fabric. Her breathing grew more rapid, clearly enjoying the sensation of having such control over my pleasure.</div>
<img src="img/alexis/alexiskitchenhandjob11.webp">
<<speech "Alexis" "Alexis">> I want to see you cum all over me. It’s going to be a messy, hot display. <</speech>>
<div class="div">With her teasing touch and the sight of her playing with her breasts, I felt the pressure building uncontrollably. My cock throbbed in her hand as I neared the edge. I groaned loudly, my hips thrusting involuntarily as I approached my climax.</div>
<div class="div">Alexis’s hand moved even faster, her grip tightening as she prepared for the release. Her eyes were locked on mine, and she continued to pump me with expert precision.</div>
<img src="img/alexis/alexiskitchenhandjob12.webp">
<<speech "MC" "$name">> Fuck, Alexis... I’m about to cum. Get ready. <</speech>>
<div class="div">With one final, intense stroke, I came hard. My cum shot out, splattering across Alexis’s tits in a warm, sticky mess. She gasped, her eyes widening as she felt the heat of my release covering her skin. She looked down, clearly aroused and surprised by the sheer amount of cum.</div>
<img src="img/alexis/alexiskitchenhandjob13.webp">
<div class="div">I watched with a mix of satisfaction and awe as Alexis slowly wiped the cum from her breasts, a playful smile on her lips. The sight of her smeared with my release was both thrilling and intimate.</div>
<<speech "Alexis" "Alexis">> Well, that was certainly a wild ride. I didn’t expect to end up like this. <</speech>>
<div class="div">I laughed softly, taking in the sight of her and the mess we had created. Our encounter had been intense and quick, leaving both of us with a lingering thrill and the promise of more to come.</div>
<</if>>
[[Leave the kitchen|corridor][$currentPeriod++]]
<<set $randomGroping to random(2)>>
<<if $randomGroping is 0>>
<div class="div">I walked into the living room and froze. There she was—Alexis, doing yoga in those tight leggings and a sports bra, her body bending and stretching in ways that made my mouth dry. My eyes trailed over her curves, lingering on her ass as it moved with each pose.</div>
<div class="div">Unable to resist, I walked closer, my mind already spinning with possibilities. I stood right behind her, watching her body twist, knowing I needed more.</div>
<<speech "MC" "$name">> Alexis, you know how fucking good you look right now, don’t you? <</speech>>
<div class="div">She glanced back at me, her brow raised but her lips twitching in a smirk. She switched to another pose, her hips pushed up, making it even harder for me to focus.</div>
<<speech "Alexis" "Alexis">> You’re not here to join my workout, are you? <</speech>>
<div class="div">I shook my head, stepping even closer, letting my hand graze her thigh. Her skin was hot beneath my touch, and I could see her breathing quicken slightly.</div>
<<speech "MC" "$name">> I had something else in mind. How about you help me out like you did before? <</speech>>
<div class="div">She hesitated, biting her lip, looking nervous. Her eyes flicked toward the doorway, then back to me. There was clear uncertainty in her gaze.</div>
<<speech "Alexis" "Alexis">> Here? In the living room? What if someone walks in? <</speech>>
<div class="div">I leaned in closer, letting her feel my arousal pressing against her as I whispered, my voice low and thick with need.</div>
<<speech "MC" "$name">> No one's gonna walk in. It’s just you and me, Alexis. You want this as much as I do. <</speech>>
<div class="div">She hesitated again, her eyes flicking over me. But I could see it—her resolve breaking, her body responding despite her doubts. Her breath hitched, and after a moment, she slowly reached out, her fingers wrapping around my cock, still unsure.</div>
<img src="img/alexis/alexisyogahandjob1.webp">
<<speech "Alexis" "Alexis">> I can’t believe I’m doing this... <</speech>>
<div class="div">Her hand moved hesitantly at first, her grip light as if testing the waters. But as she felt how hard I was, she tightened her hold, stroking me more confidently.</div>
<img src="img/alexis/alexisyogahandjob2.webp">
<<speech "MC" "$name">> Fuck, Alexis... don’t stop. <</speech>>
<div class="div">She bit her lip, her strokes growing faster. Her other hand moved to cup her tits, squeezing them through her bra as she worked me over, her breath coming out in shallow gasps. I groaned, my hips bucking as she pushed me closer to the edge.</div>
<img src="img/alexis/alexisyogahandjob3.webp">
<div class="div">Her strokes became desperate, her grip tight and rough as she whispered breathlessly.</div>
<img src="img/alexis/alexisyogahandjob4.webp">
<<speech "Alexis" "Alexis">> Cum for me. I want to feel it. <</speech>>
<div class="div">With a groan, I couldn’t hold back any longer, cumming hard into her hand, my body shuddering as the release hit me. Alexis’s fingers slowed, milking every drop as she watched with a smirk.</div>
<img src="img/alexis/alexisyogahandjob5.webp">
<div class="div">She wiped her hand clean, giving me a knowing glance before turning back to her yoga mat, leaving me breathless and eager for more.</div>
<<elseif $randomGroping is 1>>
<div class="div">I walked into the living room and froze. There she was—Alexis, doing yoga in those tight leggings and a sports bra, her body bending and stretching in ways that made my mouth dry. My eyes trailed over her curves, lingering on her ass as it moved with each pose.</div>
<div class="div">Unable to resist, I walked closer, my mind already spinning with possibilities. I stood right behind her, watching her body twist, knowing I needed more.</div>
<<speech "MC" "$name">> Alexis, you know how fucking good you look right now, don’t you? <</speech>>
<div class="div">She glanced back at me, her brow raised but her lips twitching in a smirk. She switched to another pose, her hips pushed up, making it even harder for me to focus.</div>
<<speech "Alexis" "Alexis">> You’re not here to join my workout, are you? <</speech>>
<div class="div">I shook my head, stepping even closer, letting my hand graze her thigh. Her skin was hot beneath my touch, and I could see her breathing quicken slightly.</div>
<<speech "MC" "$name">> I had something else in mind. How about you help me out like you did before? <</speech>>
<div class="div">She hesitated, biting her lip, glancing toward the doorway before locking eyes with me. There was tension in her gaze, but her body betrayed her as she shifted, her legs spreading just a bit more.</div>
<<speech "Alexis" "Alexis">> Here? Someone could walk in... <</speech>>
<div class="div">I leaned in close, my breath hot against her ear as I pressed myself against her. She could feel how hard I was, and it made her suck in a sharp breath.</div>
<<speech "MC" "$name">> No one's coming in, Alexis. I need this... and I know you do too. <</speech>>
<div class="div">She hesitated again, chewing her bottom lip, her body tense. But her hands slowly moved back, wrapping around my cock. She gave it a slow, uncertain stroke, testing my reaction.</div>
<img src="img/alexis/alexisyogahandjob6.webp">
<<speech "Alexis" "Alexis">> You’re bad... I shouldn’t be doing this. <</speech>>
<div class="div">Her touch was tentative, hesitant, but when I groaned, she gained confidence. Her strokes became bolder, her hand squeezing harder around me. I reached around her body, my hand finding her tits through her sports bra. I squeezed her breasts, feeling her shudder beneath me.</div>
<img src="img/alexis/alexisyogahandjob7.webp">
<<speech "MC" "$name">> Keep going, Alexis... just like that. <</speech>>
<div class="div">She started to pick up the pace, her grip tighter, her body arching against mine as I fondled her tits, feeling her nipples harden beneath the fabric. My fingers teased her, squeezing and massaging her breasts as her strokes grew faster and more desperate.</div>
<img src="img/alexis/alexisyogahandjob8.webp">
<<speech "Alexis" "Alexis">> You like this, don’t you? <</speech>>
<div class="div">I groaned, my hips bucking against her hand. My cock throbbed, and I knew I was close. Alexis must’ve sensed it too, because she leaned in closer, her breath hot on my skin as she whispered.</div>
<<speech "Alexis" "Alexis">> Don’t hold back... cum for me. <</speech>>
<div class="div">My body tensed, the pressure building. Just as I was about to lose control, I grabbed her by the chin, angling her face up toward me. Her eyes widened in surprise, but she didn’t pull away.</div>
<img src="img/alexis/alexisyogahandjob9.webp">
<<speech "MC" "$name">> I’m gonna cum... all over that pretty face of yours. <</speech>>
<div class="div">She gasped, her lips parting just as I came hard, spurting across her cheek and lips. Her eyes fluttered shut, her breath shaky as I painted her face with every last drop. When it was over, she slowly wiped her cheek, staring up at me with a dazed look, her lips curling into a smirk.</div>
<img src="img/alexis/alexisyogahandjob10.webp">
<<speech "Alexis" "Alexis">> You’re so bad... <</speech>>
<div class="div">She licked her lips, tasting me before wiping the rest off with the back of her hand. She shot me a teasing grin, as if this was just another game we were playing, then casually went back to her yoga mat, leaving me standing there, breathless and wanting more.</div>
<<else>>
<div class="div">I walked into the living room and stopped in my tracks. There she was—Alexis, doing yoga in those tight leggings and a sports bra, her curves on full display. Every stretch, every bend made my eyes linger on her body, especially her big tits pressing against the fabric.</div>
<div class="div">I couldn’t help myself. I walked closer, drawn in by the sight of her. Standing behind her, I watched as she moved through the poses, her breasts swaying with each motion, almost begging for attention.</div>
<<speech "MC" "$name">> Alexis, you know how amazing you look right now, don’t you? <</speech>>
<div class="div">She glanced over her shoulder, raising an eyebrow with a knowing smile. She pushed her hips up into a new position, her body practically on display, making my heart race.</div>
<<speech "Alexis" "Alexis">> You’re not here for yoga, are you? <</speech>>
<div class="div">I stepped in closer, my hand already brushing her thigh as I leaned in. Her body stiffened slightly at the touch, but she didn’t pull away.</div>
<<speech "MC" "$name">> I had something else in mind. You gonna help me like last time? <</speech>>
<div class="div">She hesitated, her eyes flicking toward the door before turning back to me. Her lips parted like she wanted to protest, but I could see the conflict in her eyes. Her body was already responding.</div>
<<speech "Alexis" "Alexis">> Here? Right now? What if someone sees us? <</speech>>
<div class="div">I leaned in close, pressing my body against hers, letting her feel how hard I was. Her breath hitched, and she swallowed nervously.</div>
<<speech "MC" "$name">> No one's coming, Alexis. It’s just you and me. I know you want this. <</speech>>
<div class="div">Her resolve wavered, her eyes scanning the room one more time before she finally caved. Her hand slipped behind her, brushing against my cock. Her fingers curled around it, stroking me slowly, testing the waters.</div>
<img src="img/alexis/alexisyogahandjob11.webp">
<<speech "Alexis" "Alexis">> I really shouldn’t... <</speech>>
<div class="div">But her strokes grew more confident, and I couldn’t help but groan, my hands sliding around her body to her chest. My fingers grabbed her big tits, squeezing them through her sports bra, feeling her nipples harden beneath the fabric.</div>
<img src="img/alexis/alexisyogahandjob12.webp">
<<speech "MC" "$name">> Just like that... keep going. <</speech>>
<div class="div">Her hand moved faster now, stroking me with a firm grip as I massaged her tits. My fingers dug into her soft skin, teasing her nipples until she let out a soft gasp. She was getting into it, her body arching against mine.</div>
<img src="img/alexis/alexisyogahandjob13.webp">
<<speech "Alexis" "Alexis">> You really can’t get enough, can you? <</speech>>
<div class="div">I groaned in response, thrusting into her hand as the pressure built. My cock throbbed in her grip, and I could feel myself getting closer. My hands moved down, tugging her sports bra up over her tits, letting them spill out. I squeezed her bare breasts, kneading them roughly.</div>
<img src="img/alexis/alexisyogahandjob14.webp">
<<speech "MC" "$name">> Fuck, Alexis... I’m gonna cum. <</speech>>
<div class="div">Her breath hitched, and she glanced down at her tits, now exposed and in my hands. A wicked grin spread across her lips as she pulled my cock closer to her chest.</div>
<<speech "Alexis" "Alexis">> Then do it... cum all over my tits. <</speech>>
<div class="div">With a groan, I couldn’t hold back anymore. I aimed my cock at her big tits and came hard, spurting thick ropes of cum across her chest. She gasped, her hands moving to cup her breasts, spreading my cum over her skin.</div>
<img src="img/alexis/alexisyogahandjob15.webp">
<<speech "Alexis" "Alexis">> Look what you’ve done... <</speech>>
<div class="div">Her voice was soft, teasing, as she looked down at the mess I made on her chest. She swiped a finger through it, licking it off with a smirk before pushing her tits together, showing off how slick they were with my cum. Then, as if nothing happened, she casually pulled her bra back down, leaving me panting and speechless.</div>
<</if>>
[[Leave the living room|corridor][$currentPeriod++]]<<set $randomGroping to random(2)>>
<<if $randomGroping is 0>>
<div class="div">I walked into the garden and stopped dead in my tracks. There was Alexis, bending over to tend to the flowers, her tight shorts hugging her curves and her sports bra barely containing her generous breasts. The sight of her in the sunlit garden made my pulse quicken.</div>
<div class="div">I couldn’t resist. I approached her quietly, my mind racing with possibilities. Standing just behind her, I watched as she worked, unable to take my eyes off her curvy ass and the way her shorts clung to her.</div>
<<speech "MC" "$name">> Alexis, you look absolutely incredible out here. <</speech>>
<div class="div">She turned her head slightly, a mischievous glint in her eyes as she gave me a playful smirk. Her fingers paused, resting on the flower bed as she looked at me over her shoulder.</div>
<<speech "Alexis" "Alexis">> Oh? And what exactly do you have in mind, hmm? <</speech>>
<div class="div">I stepped closer, my hand sliding along her side, brushing lightly against her hip. Her skin was warm and smooth under my touch, and I could see her breathing change, her body responding to my proximity.</div>
<<speech "MC" "$name">> I was thinking you might help me out again, just like before. What do you say? <</speech>>
<div class="div">Alexis hesitated, her eyes darting around the garden as if checking for any onlookers. Her expression wavered between uncertainty and desire. She bit her lip, clearly torn.</div>
<<speech "Alexis" "Alexis">> Here? Out in the open? What if someone sees us? <</speech>>
<div class="div">I leaned in closer, pressing my body against hers as I whispered, my voice low and filled with need.</div>
<<speech "MC" "$name">> No one’s around. It’s just you and me, Alexis. You know you want this. <</speech>>
<div class="div">Her resolve seemed to crumble as she glanced back at me, her breath hitching. Slowly, she reached down, her fingers unbuttoning my pants and pulling them down, revealing my hard cock. She looked at it, her eyes widening slightly.</div>
<img src="img/alexis/alexisgardenhandjob1.webp">
<<speech "Alexis" "Alexis">> I can’t believe I’m doing this... <</speech>>
<div class="div">Her hand wrapped around my cock, starting off slowly as she explored my length. Her touch was tentative at first, but she quickly grew more confident, her strokes becoming firmer as she moved with a deliberate pace.</div>
<img src="img/alexis/alexisgardenhandjob2.webp">
<<speech "MC" "$name">> Fuck, Alexis... that feels amazing. <</speech>>
<div class="div">As her confidence grew, her strokes picked up speed. Her hand worked me with increasing urgency, her breath coming out in shallow gasps as she focused on bringing me closer to the edge. I moaned, my hips thrusting instinctively into her grip.</div>
<<speech "Alexis" "Alexis">> You’re close, aren’t you? <</speech>>
<div class="div">I could feel the pressure building, my cock throbbing in her hand as she continued to stroke me faster. Her grip was firm and steady, and I could see the anticipation in her eyes.</div>
<img src="img/alexis/alexisgardenhandjob3.webp">
<<speech "MC" "$name">> I’m gonna cum... <</speech>>
<div class="div">With a final, intense stroke, I came hard in her hand, thick ropes of cum spilling out and landing in her palm. Alexis's eyes gleamed as she watched the release, her hand slowing as she milked every drop from me.</div>
<img src="img/alexis/alexisgardenhandjob4.webp">
<<speech "Alexis" "Alexis">> Look at that... <</speech>>
<div class="div">She wiped her hand clean, giving me a satisfied smile before turning back to her garden, leaving me panting and spent, feeling a mix of exhilaration and yearning for more.</div>
<<else>>
<div class="div">I strolled into the garden and stopped dead in my tracks. There was Alexis, tending to the flower beds, her tight shorts and sports bra accentuating her every curve. The sight of her, bent over and working under the sun, made my pulse race.</div>
<div class="div">Unable to resist, I approached her silently, my mind swirling with desire. I stood just behind her, unable to tear my eyes away from her shapely ass and the way her shorts clung to her.</div>
<<speech "MC" "$name">> Alexis, you look absolutely stunning out here. <</speech>>
<div class="div">She turned her head slightly, her eyes sparkling with mischief as she gave me a teasing smile. Her fingers paused, resting on the flowers as she glanced back at me over her shoulder.</div>
<<speech "Alexis" "Alexis">> Oh? And what exactly do you have in mind? <</speech>>
<div class="div">I moved closer, my hand sliding along her side and lightly grazing her hip. Her skin was warm and smooth under my touch, and I noticed her breathing grow slightly erratic.</div>
<<speech "MC" "$name">> How about you help me out like you did before? I’m sure you’d enjoy it. <</speech>>
<div class="div">Alexis hesitated, her gaze darting around the garden as if checking for any intruders. Her expression wavered between hesitation and desire. She bit her lip, clearly conflicted.</div>
<<speech "Alexis" "Alexis">> Here? In broad daylight? What if someone sees us? <</speech>>
<div class="div">I leaned in, pressing myself against her as I whispered, my voice low and thick with need.</div>
<<speech "MC" "$name">> No one’s around. It’s just us. You know you want this, Alexis. <</speech>>
<div class="div">Her resistance seemed to falter as she glanced back at me, her breath catching in her throat. Slowly, she reached down, unbuttoning my pants and pulling them down to reveal my hard cock. She looked at it, her eyes widening with a mix of surprise and excitement.</div>
<img src="img/alexis/alexisgardenhandjob5.webp">
<<speech "Alexis" "Alexis">> I can’t believe I’m doing this... <</speech>>
<div class="div">Her hand wrapped around my cock, starting off slowly. Her touch was tentative but soon grew more assured as her strokes became firmer. She began to move with a deliberate pace.</div>
<img src="img/alexis/alexisgardenhandjob6.webp">
<<speech "MC" "$name">> Alexis, that feels incredible. <</speech>>
<div class="div">As her confidence increased, so did the speed of her strokes. Her hand worked me with increasing urgency, her breath quickening as she focused on bringing me to the brink. I moaned, my hips thrusting in response to her movements.</div>
<<speech "Alexis" "Alexis">> Are you close? I want to see it. <</speech>>
<div class="div">I could feel the pressure building, my cock throbbing as she continued to stroke me faster. Her grip was firm and steady, and the anticipation in her eyes was palpable.</div>
<img src="img/alexis/alexisgardenhandjob7.webp">
<<speech "MC" "$name">> I’m about to cum... <</speech>>
<div class="div">With one final, intense stroke, I erupted, my cum shooting out in thick streams. Alexis’s face was the target as I came hard, my release splattering across her features. Her eyes widened in surprise, but she kept her gaze fixed on me.</div>
<img src="img/alexis/alexisgardenhandjob8.webp">
<<speech "Alexis" "Alexis">> Wow, look at that... <</speech>>
<div class="div">She wiped her face with a smirk, giving me a satisfied look before returning to her gardening. I stood there, breathless and spent, feeling a mix of exhilaration and longing for more.</div>
<</if>>
[[Leave the garden|corridor][$currentPeriod++]]<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">I slipped into the kitchen, where I found Kendra with her back turned, engrossed in her cooking. Her curves were barely hidden by her snug outfit, and the sight made my pulse race. I moved up behind her, my hands sliding around her waist, pulling her body against mine. I leaned in, whispering softly into her ear.</div>
<<speech "MC" "$name">> Kendra, how about a quick kiss? Just for us.<</speech>>
<div class="div">Kendra tensed for a moment, her eyes darting to Carl, who was sitting at the table with his newspaper. The thrill of being caught only seemed to heighten her arousal. She turned her head slightly, giving me a sultry glance.</div>
<<speech "Kendra" "Kendra">> Here? With Carl so close? It’s risky, but that’s what makes it exciting.<</speech>>
<<speech "MC" "$name">> Exactly. Let’s make this moment unforgettable. Just us.<</speech>>
<div class="div">Kendra’s eyes glinted with a mix of excitement and mischief as she leaned in. Our lips met in a searing kiss, our tongues tangling urgently. The kiss was wild, full of raw need and the thrill of getting caught. Her body pressed against mine, her moans muffled but unmistakable.</div>
<img src="img/kendra/kendrakitchenkiss1.webp">
<<speech "Carl" "Carl">> You two seem to be having a lively conversation. I hope I'm not intruding.<</speech>>
<div class="div">Carl’s comment was innocuous enough to keep him oblivious. Kendra’s flushed face and the sparkle in her eyes showed just how much she enjoyed the thrill. She pulled away from the kiss, her breath ragged, her excitement barely contained.</div>
<<speech "Kendra" "Kendra">> That was amazing. The risk just makes it more thrilling.<</speech>>
<<speech "MC" "$name">> Couldn’t agree more. Every second with you feels electric.<</speech>>
<div class="div">Kendra turned back to her cooking, her excitement palpable. Carl, still focused on his newspaper, remained blissfully unaware of the heated exchange that had just occurred.</div>
<<elseif $randomKiss is 1>>
<div class="div">I walked into the kitchen, my eyes locking onto Kendra as she stirred something on the stove, her back to me. The way her hips swayed slightly was driving me wild. I approached her from behind, wrapping my arms around her waist and pulling her against me. I whispered into her ear.</div>
<<speech "MC" "$name">> How about a quick kiss? Just for us to enjoy.<</speech>>
<div class="div">Kendra’s initial shock gave way to a thrill of excitement. Her eyes darted towards Carl, who was seated at the table, seemingly absorbed in his book. Her cheeks flushed with both the risk and the thrill of the moment. She looked at me with a daring smile.</div>
<<speech "Kendra" "Kendra">> It’s so risky with Carl so close, but that’s what makes it so hot.<</speech>>
<<speech "MC" "$name">> Exactly. Let go and enjoy. We’re alone right now.<</speech>>
<div class="div">Kendra leaned in, her lips crashing against mine. The kiss was urgent, filled with a desperate need to savor every stolen moment. Our bodies pressed tightly together, the kitchen became our secret escape, filled with the heat of our passion.</div>
<img src="img/kendra/kendrakitchenkiss2.webp">
<<speech "Carl" "Carl">> You two seem to be having quite the chat. I hope I’m not interrupting.<</speech>>
<div class="div">Carl’s comment was vague enough to keep him completely in the dark. Kendra’s smile was filled with exhilaration and satisfaction, her eyes reflecting the thrill of the moment. We broke apart, both breathless and flushed.</div>
<<speech "Kendra" "Kendra">> That was incredible. The risk just adds to the excitement.<</speech>>
<<speech "MC" "$name">> Absolutely. You make every second feel unforgettable.<</speech>>
<div class="div">Kendra returned to her cooking with a satisfied grin, her excitement clear. Carl, still engrossed in his book, remained completely unaware of the passionate encounter that had just unfolded.</div>
<<else>>
<div class="div">I entered the kitchen and saw Kendra at the stove, her back to me. Carl was sitting at the table, his attention on a magazine. The sight of Kendra’s curves in her tight outfit stirred a powerful desire in me. I slipped up behind her, my hands wrapping around her waist, pulling her close. I whispered into her ear.</div>
<<speech "MC" "$name">> How about a quick kiss? Just for a moment of thrill.<</speech>>
<div class="div">Kendra’s initial tension melted into excitement as she realized the risk. She glanced over her shoulder towards Carl, who was completely absorbed in his magazine. Her face flushed with the thrill of the moment. She turned back to me with a mischievous smile.</div>
<<speech "Kendra" "Kendra">> It’s risky, but that’s what makes it so thrilling. Let’s do it.<</speech>>
<<speech "MC" "$name">> Exactly. Just focus on the thrill of now.<</speech>>
<div class="div">Kendra leaned in, our lips meeting in a heated kiss. The urgency and passion of the moment overtook us as our tongues explored each other eagerly. The kitchen became our private escape, the outside world fading away as we lost ourselves in the kiss.</div>
<img src="img/kendra/kendrafirstkiss3.webp">
<<speech "Carl" "Carl">> You two seem to be enjoying yourselves. Hope I’m not interrupting.<</speech>>
<div class="div">Carl’s comment was vague enough to keep him completely unaware. Kendra’s eyes were alive with excitement and satisfaction, her thrill from the secret rendezvous evident. We finally broke apart, both breathing heavily.</div>
<<speech "Kendra" "Kendra">> That was so hot. The risk makes it even better.<</speech>>
<<speech "MC" "$name">> I couldn’t agree more. Every moment with you is unforgettable.<</speech>>
<div class="div">Kendra went back to her cooking, her excitement clear. Carl remained focused on his magazine, blissfully unaware of the passionate exchange that had just happened.</div>
<</if>>
[[Leave|Neighbor's House][$currentPeriod++]]
<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">I slipped into the living room, where Kendra was stretched out on the couch, the TV blaring in the background. Carl was sprawled in his recliner, engrossed in some mindless show, completely oblivious. The sight of Kendra’s curves in her snug outfit ignited a fire in me. I moved closer, leaning down to whisper in her ear.</div>
<<speech "MC" "$name">> Kendra, how about a quick kiss? Just for us?<</speech>>
<div class="div">Kendra’s eyes lit up with mischief as she glanced at Carl, who was obliviously laughing at the TV. The thrill of sneaking around made her pulse quicken.</div>
<<speech "Kendra" "Kendra">> With Carl right there? It’s risky, but that’s what makes it so exciting!<</speech>>
<<speech "MC" "$name">> Exactly. Let’s make it unforgettable.<</speech>>
<div class="div">Kendra leaned in, and our lips met in a fiery kiss. The urgency and heat between us built as we pressed our bodies together. Every moment felt electrifying, even with Carl’s chatter in the background.</div>
<img src="img/kendra/kendrakissliving1.webp">
<<speech "Carl" "Carl">> You two are awfully quiet over there! You okay? You know I can hear you, right?<</speech>>
<div class="div">Carl’s comment pierced through our bubble, but he still didn’t realize what was happening. Kendra pulled away, her cheeks flushed with excitement, biting her lip to hide her grin.</div>
<<speech "Kendra" "Kendra">> That was amazing! The risk makes it even hotter.<</speech>>
<<speech "MC" "$name">> Absolutely. You’re irresistible.<</speech>>
<div class="div">Kendra shot me a sultry glance as she turned back to the TV, the thrill of our secret lingering in the air. Carl remained focused on his show, completely unaware of the heated moment that had just unfolded behind his back.</div>
<<elseif $randomKiss is 1>>
<div class="div">I entered the living room, spotting Kendra lounging on the couch, the TV droning on. Carl was absorbed in his show, totally clueless. The way Kendra’s dress hugged her body was too tempting to resist. I approached her from behind, my hands wrapping around her waist.</div>
<<speech "MC" "$name">> What if we stole a quick kiss? Just for us?<</speech>>
<div class="div">Kendra looked over her shoulder, a playful smile spreading across her face. She glanced at Carl, who was lost in the TV drama, laughing at some ridiculous moment. Her heart raced at the thrill of sneaking around.</div>
<<speech "Kendra" "Kendra">> It’s so risky, but that’s what makes it so hot!<</speech>>
<<speech "MC" "$name">> Exactly. Just a quick moment to savor.<</speech>>
<div class="div">Kendra leaned in, and our lips met in a heated kiss. The urgency of the moment intensified as we pressed against each other, the couch becoming our private escape amidst Carl's oblivious commentary.</div>
<img src="img/kendra/kendrakissliving2.webp">
<<speech "Carl" "Carl">> You two are so quiet! What are you whispering about over there? I hope it’s nothing I need to worry about!<</speech>>
<div class="div">Carl’s clueless banter only heightened our excitement. Kendra and I exchanged a glance, both of us struggling to contain our laughter as we pulled apart, our breaths heavy.</div>
<<speech "Kendra" "Kendra">> That was incredible! The thrill just makes it better.<</speech>>
<<speech "MC" "$name">> I couldn’t agree more. You’re driving me wild.<</speech>>
<div class="div">Kendra turned her attention back to the TV, excitement still buzzing between us. Carl remained fixated on the screen, blissfully unaware of the heated exchange that had just taken place behind his back.</div>
<<else>>
<div class="div">I walked into the living room and saw Kendra lounging on the couch, the TV droning on. Carl was in his recliner, completely absorbed in whatever he was watching. The sight of Kendra’s curves ignited my desire, and I crept closer, leaning over her shoulder.</div>
<<speech "MC" "$name">> What do you say to a quick kiss? Just a secret between us?<</speech>>
<div class="div">Kendra turned, her eyes sparkling with mischief. She glanced at Carl, who was laughing at something on TV, totally oblivious. The thrill of the moment sent shivers down her spine.</div>
<<speech "Kendra" "Kendra">> It’s so risky, but that’s why I want to do it!<</speech>>
<<speech "MC" "$name">> Let’s enjoy this moment while we can.<</speech>>
<div class="div">Kendra leaned in, and our lips collided in a passionate kiss. The heat and urgency between us filled the room, the couch becoming our secret haven while Carl remained blissfully unaware of our exchange.</div>
<img src="img/kendra/kendrakissliving3.webp">
<<speech "Carl" "Carl">> You two look too serious! What are you plotting over there? I hope it’s not something I’d be mad about!<</speech>>
<div class="div">Carl’s oblivious comments kept him in the dark. Kendra and I exchanged knowing smiles, our hearts racing as we broke apart, breathless.</div>
<<speech "Kendra" "Kendra">> That was so hot! The risk makes it even better!<</speech>>
<<speech "MC" "$name">> Every moment with you is unforgettable.<</speech>>
<div class="div">Kendra returned to her lounging, excitement still buzzing between us. Carl remained focused on the TV, completely unaware of the charged moment that had just taken place.</div>
<</if>>
[[Stop kissing|Neighbor's House][$currentPeriod++]]
<<set $randomKiss to random(2)>>
<<if $randomKiss is 0>>
<div class="div">I walked into the gym, the sound of weights clanking and music pumping filling the air. Kendra was on a treadmill, her workout gear hugging her curves perfectly. She glanced up, and a smile broke across her face, but there was a hint of frustration in her eyes.</div>
<<speech "MC" "$name">> Looking good, Kendra! How's the workout going?<</speech>>
<div class="div">She slowed the treadmill, stepping off with a sigh, wiping the sweat from her brow.</div>
<<speech "Kendra" "Kendra">> It’s good, but honestly, I’m so tired of Carl. He’s always on the couch watching TV instead of joining me here. It’s like he doesn’t care about staying fit!<</speech>>
<<speech "MC" "$name">> Sounds like he’s missing out. You could use some company to make it more fun.<</speech>>
<div class="div">Kendra’s eyes sparkled with mischief as she leaned closer, her body radiating warmth.</div>
<<speech "Kendra" "Kendra">> Maybe I need a workout partner who actually cares...<</speech>>
<<speech "MC" "$name">> I’d be more than happy to help you with that.<</speech>>
<div class="div">Kendra looked around, ensuring no one was watching. She stepped closer, a daring smile on her lips.</div>
<<speech "Kendra" "Kendra">> How about a quick kiss? Just to motivate me for my next set?<</speech>>
<<speech "MC" "$name">> I think that’s a perfect idea.<</speech>>
<div class="div">She leaned in, our lips meeting in a heated kiss. The rush of adrenaline from the workout mixed with the thrill of sneaking around fueled our desire. Her body pressed against mine, every second felt electric.</div>
<img src="img/kendra/kendrakissgym1.webp">
<<speech "Kendra" "Kendra">> That’s the kind of motivation I need! Carl has no idea what he’s missing.<</speech>>
<<speech "MC" "$name">> Trust me, he doesn’t stand a chance against us.<</speech>>
<div class="div">Kendra stepped back, her cheeks flushed and her energy renewed. She hopped back on the treadmill, her determination evident.</div>
<<speech "Kendra" "Kendra">> I’ll show him how it’s done. Thanks for the boost!<</speech>>
<<elseif $randomKiss is 1>>
<div class="div">I entered the gym to find Kendra in the middle of her workout, her focus unwavering as she lifted weights. She paused, her eyes lighting up when she spotted me.</div>
<<speech "MC" "$name">> You’re killing it! How’s the workout going?<</speech>>
<div class="div">She set the weights down with a huff, brushing a stray lock of hair from her face.</div>
<<speech "Kendra" "Kendra">> It’s going alright, but honestly, I’m so frustrated with Carl. He’d rather sit on the couch than join me here. I wish he’d care more about his health!<</speech>>
<<speech "MC" "$name">> Sounds like he’s missing out on some fun. You deserve a partner who can keep up with you.<</speech>>
<div class="div">Kendra leaned closer, her expression playful yet serious.</div>
<<speech "Kendra" "Kendra">> Maybe I need someone like you to push me. What do you think about a little motivation?<</speech>>
<<speech "MC" "$name">> I’m definitely up for that.<</speech>>
<div class="div">She glanced around, making sure no one was watching. Then, with a mischievous grin, she leaned in closer.</div>
<<speech "Kendra" "Kendra">> How about a quick kiss to get the blood pumping?<</speech>>
<<speech "MC" "$name">> I couldn’t resist that offer.<</speech>>
<div class="div">Our lips met in a passionate kiss, the heat of the moment enveloping us as we lost ourselves in the thrill. The gym faded away as our connection deepened.</div>
<img src="img/kendra/kendrakissgym2.webp">
<<speech "Kendra" "Kendra">> That was just what I needed! Carl doesn’t know what he’s missing out on.<</speech>>
<<speech "MC" "$name">> He really doesn’t. You deserve so much more.<</speech>>
<div class="div">Kendra stepped back, her excitement renewed as she grabbed her water bottle. She looked ready to tackle the rest of her workout, her energy infectious.</div>
<<speech "Kendra" "Kendra">> Watch me crush it now! Thanks for the boost!<</speech>>
<<else>>
<div class="div">I walked into the gym and found Kendra working hard on a set of weights. She noticed me and set them down, a look of relief crossing her face.</div>
<<speech "MC" "$name">> Hey there! How’s it going?<</speech>>
<div class="div">Kendra rolled her eyes, wiping the sweat from her brow.</div>
<<speech "Kendra" "Kendra">> It’s going fine, but honestly, I’m so annoyed with Carl. He’d rather watch TV than work out with me. It’s frustrating!<</speech>>
<<speech "MC" "$name">> Sounds like he’s really missing out on some quality time with you.<</speech>>
<div class="div">Kendra stepped closer, a sly smile forming on her lips.</div>
<<speech "Kendra" "Kendra">> Maybe I need someone who actually cares. What do you think?<</speech>>
<<speech "MC" "$name">> I’d love to step in if you need a workout buddy.<</speech>>
<div class="div">She leaned in, her voice dropping to a whisper.</div>
<<speech "Kendra" "Kendra">> How about a quick kiss to motivate me for my next set?<</speech>>
<<speech "MC" "$name">> That sounds like the best kind of motivation.<</speech>>
<div class="div">Our lips met in a passionate kiss, the heat of the moment flooding through us. The world around us faded away as we lost ourselves in the thrill of secrecy.</div>
<img src="img/kendra/kendrakissgym3.webp">
<<speech "Kendra" "Kendra">> That was just what I needed! Carl really has no clue.<</speech>>
<<speech "MC" "$name">> He’s missing out big time. You deserve more excitement.<</speech>>
<div class="div">Kendra stepped back, her eyes sparkling with renewed energy as she prepared to tackle her next set. Her frustration seemed to have faded, replaced by the thrill of our secret.</div>
<<speech "Kendra" "Kendra">> I’m ready to crush this! Thanks for the boost!<</speech>>
<</if>>
[[Finish workout|Gym][$currentPeriod++,$workedOut to true]]<div class="div">You walk into the kitchen, where Carl is fumbling with breakfast, the burnt smell of toast filling the air. Kendra, arms crossed, watches him with a frustrated glare. She spots you entering and brightens up.</div>
<<speech "Kendra" "Kendra">> Finally, someone who knows how to do things right. Come sit next to me, $name.<</speech>>
<div class="div">You walk over, noticing the tension in the air as Carl struggles with the stove. Kendra pats the seat beside her, flashing you a teasing grin.</div>
<<speech "MC" "$name">> How's it going in here? Smells like Carl's trying something new.<</speech>>
<<speech "Carl" "Carl">> Hey, it’s under control! Just a little toast… gone wrong.<</speech>>
<<speech "Kendra" "Kendra">> It’s more than that, trust me. I don’t even know what this mess is supposed to be. Breakfast, Carl? Really?<</speech>>
<<speech "Carl" "Carl">> I’m doing my best! You said I never cook, so here I am.<</speech>>
<<speech "Kendra" "Kendra">> Yeah, after how many years? You’re more likely to burn the house down than make me breakfast.<</speech>>
<div class="div">She rolls her eyes and leans in toward you, her voice dropping to a seductive whisper.</div>
<<speech "Kendra" "Kendra">> I need a real man who knows how to keep me satisfied… You know what I mean, $name?<</speech>>
<<speech "MC" "$name">> I think I know exactly what you mean.<</speech>>
<<speech "Kendra" "Kendra">> Good. I’ve been thinking about those kisses… How wet I got just from your lips on mine.<</speech>>
<<speech "MC" "$name">> I haven’t stopped thinking about it either, Kendra.<</speech>>
<div class="div">Carl bangs a pan loudly, snapping you both back to the present, but Kendra only gets bolder. She casually spreads her legs, giving you a quick flash of her pussy.</div>
<img src="img/kendra/kendrafirstgrope1.webp">
<<speech "Kendra" "Kendra">> See something you like, baby? I’m not wearing panties, just for you.<</speech>>
<div class="div">Your heart skips a beat as you glance down, seeing her wet pussy glistening, completely exposed. She smirks, clearly enjoying how horny she's making you.</div>
<<speech "MC" "$name">> Damn, Kendra. Right here? Carl’s just a few feet away.<</speech>>
<<speech "Kendra" "Kendra">> He’s too busy burning breakfast. Come on, rub it. You know you want to.<</speech>>
<<speech "Carl" "Carl">> You two are really quiet back there. Everything alright?<</speech>>
<<speech "Kendra" "Kendra">> Oh, we’re just fine, Carl! Just talking… nothing to worry about.<</speech>>
<<speech "MC" "$name">> This is crazy, Kendra.<</speech>>
<<speech "Kendra" "Kendra">> Crazy or not, you’re not going to say no, are you?<</speech>>
<div class="div">Your hand trembles as you slide it between her thighs, gently rubbing her pussy. She gasps softly, biting her lip as her hips push toward you.</div>
<img src="img/kendra/kendrafirstgrope2.webp">
<<speech "Kendra" "Kendra">> That’s it, baby… just like that. You’re making me so wet.<</speech>>
<<speech "Carl" "Carl">> I swear, I can never get this right. Do you want toast or something else, Kendra?<</speech>>
<<speech "Kendra" "Kendra">> Oh, I’m getting exactly what I need, Carl. Don’t worry about me.<</speech>>
<div class="div">You keep rubbing her, feeling how slick and hot she is. Her eyes are locked on you, completely ignoring her husband.</div>
<img src="img/kendra/kendrafirstgrope3.webp">
<<speech "Kendra" "Kendra">> Squeeze my tits next. I want to feel your hands all over me.<</speech>>
<<speech "MC" "$name">> You’re really playing with fire here, Kendra.<</speech>>
<<speech "Kendra" "Kendra">> Don’t be a tease. You’ve wanted to grope these big tits for years, haven’t you?<</speech>>
<<speech "MC" "$name">> I won’t lie. I’ve thought about it more than once.<</speech>>
<div class="div">You reach up and grab her boobs, squeezing her tits eagerly. She moans softly, arching her back as your hands explore her body.</div>
<img src="img/kendra/kendrafirstgrope4.webp">
<<speech "Kendra" "Kendra">> Yes… harder. You’re so damn good at this.<</speech>>
<<speech "Carl" "Carl">> I think I’ve got the eggs figured out. Do you want scrambled or fried? I’m not sure what’s happening anymore.<</speech>>
<<speech "Kendra" "Kendra">> Carl, just surprise me, okay? I’m a little busy here.<</speech>>
<<speech "MC" "$name">> You’re playing a dangerous game, Kendra. What if he sees us?<</speech>>
<<speech "Kendra" "Kendra">> That’s what makes it so exciting, baby. He’s clueless while I’m dripping wet right next to him.<</speech>>
<<speech "MC" "$name">> I can’t believe this is happening right now.<</speech>>
<<speech "Kendra" "Kendra">> Believe it. And later, we’ll make sure there’s no distractions. I want you all to myself.<</speech>>
<<speech "MC" "$name">> You know I’m down for that.<</speech>>
<div class="div">She gives you one last sultry look, her chest heaving, her nipples hard under your palms. Her voice drops to a whisper, just for you.</div>
<<speech "Kendra" "Kendra">> Next time, I want to touch you, $name. But for now, we’ll keep this between us. Agreed?<</speech>>
<<speech "MC" "$name">> Agreed.<</speech>>
<<speech "Carl" "Carl">> I think I’m finally getting the hang of this cooking thing! You’re going to love it, Kendra.<</speech>>
<div class="div">You pull away, heart pounding, Kendra’s mischievous smile burned into your mind. She adjusts her top, giving you one last flash of her boobs before sitting back, looking completely innocent again.</div>
<<speech "Kendra" "Kendra">> See you later, $name. We’ll pick this up when Carl isn’t around.<</speech>>
<div class="div">You give her a knowing smile before heading out of the kitchen, the promise of more still buzzing in your mind.</div>
[[Leave|Neighbor's House][$currentPeriod++,$kendraStage++]]<<set $randomGrope to random(2)>>
<<if $randomGrope is 0>>
<div class="div">I entered the kitchen quietly, my eyes locking onto Kendra as she worked at the stove, her tight dress hugging every curve. The way her hips swayed with each movement made me feel hornier by the second. I moved up behind her, pressing my body against hers, my hand sliding down to cup her ass firmly.</div>
<img src="img/kendra/kendrakitchengrope1.webp">
<<speech "MC" "$name">> Kendra, you’re driving me crazy. I can’t help myself.<</speech>>
<div class="div">Kendra gasped softly, her eyes flashing with excitement. She glanced nervously at Carl, who was seated at the table, deeply engrossed in his newspaper. The thrill of being so close to getting caught only heightened her arousal. She bit her lip, leaning back into me as my hand groped her ass more boldly.</div>
<<speech "Kendra" "Kendra">> You’re so bad... Carl is right there, and you can’t control yourself?<</speech>>
<<speech "MC" "$name">> That’s what makes it so hot, isn’t it? You like this just as much as I do.<</speech>>
<div class="div">Her body shuddered as my fingers dug into her soft flesh, pulling her hips closer to mine. Kendra let out a soft moan, the sound barely audible over the sizzling of food on the stove.</div>
<<speech "Carl" "Carl">> Kendra, what’s going on with breakfast? It’s taking a while.<</speech>>
<div class="div">Carl’s voice was full of impatience, but his focus stayed on the newspaper, oblivious to the fact that my hand was still firmly gripping Kendra’s ass. She gave me a wicked grin, her body trembling with excitement.</div>
<<speech "Kendra" "Kendra">> Just... finishing up, Carl. Almost ready.<</speech>>
<<speech "MC" "$name">> You’re loving this, aren’t you? Feeling me while Carl sits just a few feet away.<</speech>>
<div class="div">Kendra’s breath hitched, her body pressing harder into my touch as my hand roamed over her ass, squeezing and teasing. Her eyes closed briefly, savoring the moment.</div>
<<speech "Kendra" "Kendra">> God, this is so risky... but it’s making me so wet.<</speech>>
<<speech "MC" "$name">> You’re irresistible, Kendra. I can’t stop myself.<</speech>>
<div class="div">Kendra’s face was flushed with excitement, her body trembling as my hand slipped higher, grazing her waist before sliding back down to grip her ass again. The tension between us was electric, the danger of being caught making it even hotter.</div>
<img src="img/kendra/kendrakitchengrope2.webp">
<<speech "Carl" "Carl">> Breakfast ready yet? I’m starving over here.<</speech>>
<div class="div">Carl’s impatience went unnoticed as Kendra gave me a quick, playful wink, her body still pressed tight against mine.</div>
<<speech "Kendra" "Kendra">> Almost done, Carl. Patience.<</speech>>
<div class="div">I reluctantly let go, my hand giving her one last squeeze before stepping away. Kendra turned back to her cooking, her body still buzzing with excitement from our secret interaction.</div>
<<elseif $randomGrope is 1>>
<div class="div">I walked into the kitchen, spotting Kendra working at the stove, her back to me. The way her dress hugged her ass had me hard in seconds. I moved up behind her, my hand sneaking around her front and cupping her breast, giving it a firm squeeze.</div>
<img src="img/kendra/kendrakitchengrope3.webp">
<<speech "MC" "$name">> Couldn’t resist touching these beautiful tits.<</speech>>
<div class="div">Kendra gasped softly, her breath catching in her throat as she looked over her shoulder towards Carl, who was seated at the table, too focused on his book to notice my hand firmly groping her breast. She bit her lip, leaning into my touch.</div>
<<speech "Kendra" "Kendra">> Carl is right there... but god, it feels so good.<</speech>>
<<speech "MC" "$name">> He won’t notice a thing. You love this, don’t you? Being groped while he’s right there.<</speech>>
<div class="div">Kendra moaned softly, her back arching slightly as I massaged her breast, my fingers teasing her hardened nipple through the fabric. The risk of being caught only made her more excited, her body trembling with anticipation.</div>
<<speech "Carl" "Carl">> Breakfast taking a bit long, Kendra. What’s going on?<</speech>>
<div class="div">Carl’s voice was impatient, but he didn’t look up from his book, completely unaware of the way my fingers continued to explore his wife’s body. Kendra shot me a quick glance, her cheeks flushed.</div>
<<speech "Kendra" "Kendra">> It’s coming, Carl. Just give me a minute.<</speech>>
<<speech "MC" "$name">> You love this, don’t you? Feeling my hand on your tits, knowing Carl’s right there.<</speech>>
<div class="div">Kendra’s body pressed back against me, her breath coming in ragged gasps as I pinched her nipple lightly, making her gasp again.</div>
<<speech "Kendra" "Kendra">> God, yes. I’m so horny right now. Keep going... just don’t let him catch us.<</speech>>
<<speech "MC" "$name">> He’s too distracted to notice. It’s just us.<</speech>>
<div class="div">My hand squeezed her breast again, my other hand slipping lower to rest on her hip, pulling her body closer. Kendra shivered at the touch, her moans barely contained.</div>
<img src="img/kendra/kendrakitchengrope4.webp">
<<speech "Carl" "Carl">> Kendra, I’m really hungry. Is it ready yet?<</speech>>
<div class="div">Carl’s impatience grew, but he remained clueless. Kendra gave me one last, breathless look before I let go, my hands reluctantly releasing her.</div>
<<speech "Kendra" "Kendra">> Almost ready, Carl. Just a few more seconds.<</speech>>
<div class="div">With one final squeeze of her tit, I stepped back, watching as Kendra composed herself, her excitement still visible in the flush of her cheeks and the sparkle in her eyes.</div>
<<else>>
<div class="div">I slipped into the kitchen and spotted Kendra at the stove, her tight dress hugging her curves in all the right ways. Carl sat at the table, engrossed in a magazine, completely oblivious. I approached Kendra, my hand sliding down her back to rest on her ass, squeezing it firmly.</div>
<img src="img/kendra/kendrakitchengrope5.webp">
<<speech "MC" "$name">> How about a little fun while Carl’s distracted?<</speech>>
<div class="div">Kendra tensed for a moment, her eyes flicking toward Carl. The risk made her body shiver with excitement, and she leaned back into my touch, letting me grope her ass more firmly.</div>
<<speech "Kendra" "Kendra">> You’re so bad... but god, it feels good.<</speech>>
<<speech "MC" "$name">> You’re loving every second of this, aren’t you? Feeling me grope your perfect ass while he’s right there.<</speech>>
<img src="img/kendra/kendrakitchengrope6.webp">
<div class="div">Kendra’s body trembled as I kneaded her soft flesh, her eyes closing briefly in pleasure.</div>
<<speech "Carl" "Carl">> Breakfast taking long, Kendra. What’s the holdup?<</speech>>
<div class="div">Carl’s voice was full of impatience, but he remained focused on his magazine, completely unaware of what was happening just a few feet away. Kendra gave me a quick, mischievous smile, her excitement clear.</div>
<<speech "Kendra" "Kendra">> It’s almost done, Carl. Just be patient.<</speech>>
<div class="div">I gave her ass one last squeeze, my fingers lingering for a moment before stepping back. Kendra turned back to the stove, her body still buzzing with excitement from our secret encounter.</div>
<</if>>
[[Leave|Neighbor's House][$currentPeriod++]]
<<set $randomGrope to random(2)>>
<<if $randomGrope is 0>>
<div class="div">I walked into the living room to find Kendra sitting next to Carl on the couch. She was leaning into him, her voice low and sultry. "Honey, what do you say we have some fun tonight?" But Carl just waved her off, focused on the TV.</div>
<<speech "Carl" "Carl">> I’m tired, Kendra. Can’t we just watch something in peace?<</speech>>
<div class="div">Kendra pouted, glancing over at me as I stepped into the room. Her eyes lit up, and she quickly shifted her demeanor.</div>
<<speech "Kendra" "Kendra">> Oh, look who just walked in! Want to join us, sweetheart?<</speech>>
<div class="div">I moved closer, feeling the tension in the air as she shifted toward me, her thigh brushing against mine. The way she looked at me was electric, and I could see the desire simmering just below the surface.</div>
<<speech "MC" "$name">> What’s going on, Kendra? You trying to get Carl’s attention?<</speech>>
<<speech "Kendra" "Kendra">> Just trying to spice things up, but he’s not in the mood.<</speech>>
<div class="div">I could see the frustration in her eyes. She leaned in closer, her lips almost touching my ear. "Maybe you can help me with that..."</div>
<<speech "MC" "$name">> What do you have in mind?<</speech>>
<div class="div">With a mischievous smile, Kendra slid her hand up my thigh, whispering, "Touch me." I glanced at Carl, who was oblivious, still fixated on the screen.</div>
<<speech "Kendra" "Kendra">> Just a little touch. I need it, and you know how much I enjoy it.<</speech>>
<div class="div">I couldn't resist. My fingers slipped under her skirt, finding her wet panties. She gasped softly, her body responding eagerly as I began to rub her pussy.</div>
<img src="img/kendra/kendrarubliving1.webp">
<<speech "Kendra" "Kendra">> Yes, just like that... don’t stop.<</speech>>
<div class="div">I continued, feeling her body tremble as I worked my fingers over her slick folds. Kendra’s breath came in soft moans, her eyes fluttering closed as she lost herself in the pleasure.</div>
<<speech "Carl" "Carl">> Everything okay over there? You guys are awfully quiet.<</speech>>
<div class="div">Kendra shot me a quick, wicked smile, clearly enjoying the thrill of being caught. "We’re just having a little chat, honey," she said, her voice breathy with arousal.</div>
<<div class="div">As my fingers found their rhythm, she pressed her hips against my hand, lost in her own world. But soon, I knew I had to pull away before Carl caught on.</div>
<<speech "MC" "$name">> I should probably get going... don’t want to interrupt your time together.<</speech>>
<div class="div">With one last squeeze, I reluctantly pulled my hand away, watching as Kendra composed herself, a satisfied smile on her lips. I left the room, the air thick with unspoken tension.</div>
<<elseif $randomGrope is 1>>
<div class="div">I walked into the living room to find Kendra trying to flirt with Carl, her body leaning into him as she whispered sweet nothings. "Honey, let’s do something fun tonight," she purred, but Carl simply sighed, not even looking her way.</div>
<<speech "Carl" "Carl">> I’m tired, Kendra. Can’t you just let me watch the game in peace?<</speech>>
<div class="div">Kendra's expression faltered for a moment, but then her gaze caught mine as I entered. A sly smile spread across her face, and she quickly redirected her attention.</div>
<<speech "Kendra" "Kendra">> Oh, look who it is! Come here and join us.<</speech>>
<div class="div">I stepped closer, feeling the tension as she beckoned me over. She leaned in, whispering seductively, "Carl’s not paying attention. Help me get his attention back." Her hand slipped onto my thigh, igniting a spark of desire.</div>
<<speech "MC" "$name">> What do you want me to do?<</speech>>
<<speech "Kendra" "Kendra">> Just a little touch... you know how much I need it right now.<</speech>>
<div class="div">Without hesitation, I slid my hand under her skirt, finding her soaked panties. Kendra gasped softly, her eyes rolling back in pleasure as I began to rub her pussy.</div>
<img src="img/kendra/kendrarubliving2.webp">
<<speech "Kendra" "Kendra">> Yes, just like that... don’t stop.<</speech>>
<div class="div">Her body responded eagerly, pushing against my hand as I worked my fingers over her slick folds. The thrill of the moment was intoxicating, and I could feel the heat radiating from her.</div>
<<speech "Carl" "Carl">> You guys okay? You’re awfully quiet over there.<</speech>>
<div class="div">Carl’s voice broke through the haze, but Kendra only smiled, her eyes locked on mine. "We’re just chatting, honey. Nothing to worry about," she replied, her voice laced with lust.</div>
<div class="div">As I continued to pleasure her, I could see the pleasure building in her eyes. But I knew I had to step away before Carl caught on.</div>
<<speech "MC" "$name">> I think I should leave you two to it... wouldn’t want to overstay my welcome.<</speech>>
<div class="div">With one last caress, I reluctantly pulled my hand away, watching as Kendra regained her composure, a satisfied grin on her lips. I left the room, the tension lingering in the air.</div>
<<else>>
<div class="div">I walked into the living room and found Kendra seated next to Carl on the couch, trying to catch his attention. "Honey, can we do something fun tonight?" she asked, but Carl barely glanced her way.</div>
<<speech "Carl" "Carl">> I’m tired, Kendra. Just let me watch my show in peace.<</speech>>
<div class="div">Kendra’s eyes darted to me as I entered, a playful smile creeping onto her lips. She leaned in closer to Carl, feigning interest in the TV while secretly beckoning me over.</div>
<<speech "Kendra" "Kendra">> Hey, sweetheart! Come join us.<</speech>>
<div class="div">I moved closer, feeling the heat between us as she leaned in, whispering just loud enough for me to hear. "Carl’s too distracted; let’s have a little fun." Her hand slid onto my thigh, urging me closer.</div>
<<speech "MC" "$name">> What do you have in mind?<</speech>>
<<speech "Kendra" "Kendra">> Touch me... I need to feel you.<</speech>>
<div class="div">I couldn’t resist. My fingers slipped under her skirt, finding her damp panties, and Kendra gasped softly, her body instinctively pushing against my hand.</div>
<img src="img/kendra/kendrarubliving3.webp">
<<speech "MC" "$name">> You’re really into this, aren’t you?<</speech>>
<<speech "Kendra" "Kendra">> You have no idea... just keep going.<</speech>>
<div class="div">I began to rub her pussy, feeling her wetness coat my fingers as Kendra bit her lip, lost in the pleasure of the moment.</div>
<<speech "Carl" "Carl">> You two seem quiet... everything okay over there?<</speech>>
<div class="div">Carl’s voice cut through the tension, but Kendra just smiled, her breath hitching with every touch. "We’re fine, honey," she said, her voice shaky with desire.</div>
<div class="div">As I continued to tease her, I knew I had to leave before things got out of hand. With one last stroke, I pulled my hand away, watching Kendra’s eyes flicker with disappointment.</div>
<<speech "MC" "$name">> I should probably go now... don’t want to interrupt your evening.<</speech>>
<div class="div">Kendra flashed me a sultry smile as I exited the room, leaving the atmosphere charged with unspoken desire.</div>
<</if>>
[[Leave|Neighbor's House][$currentPeriod++]]
<<set $randomGrope to random(2)>>
<<if $randomGrope is 0>>
<div class="div">I stepped into the gym, and there was Kendra, working up a sweat, her workout clothes tightly hugging her figure. She was on a bench, lifting dumbbells, her muscles flexing with each movement. She glanced over at me, smirking.</div>
<<speech "Kendra" "Kendra">> Well, look who’s here. How about giving me a hand, huh?<</speech>>
<<speech "MC" "$name">> You sure you don’t mean ‘hands’?<</speech>>
<div class="div">She chuckled, setting the weights down, then stood up. Her ass was practically calling out to be touched. As if reading my mind, she arched her back slightly.</div>
<<speech "Kendra" "Kendra">> Go ahead, feel these muscles. I’ve been working hard.<</speech>>
<div class="div">Without hesitation, I reached out and grabbed her ass, squeezing it through her tight leggings. Her body tensed slightly, but instead of pulling away, she leaned back into me, letting out a low hum of approval.</div>
<img src="img/kendra/kendragropegym1.webp">
<<speech "MC" "$name">> Damn, Kendra, you've really been working on this. Feels incredible.<</speech>>
<<speech "Kendra" "Kendra">> Hard work pays off. But don’t forget, I’ve still got these too.<</speech>>
<div class="div">She guided my hand to her chest, letting me cup her breasts. They were firm, but soft, her nipples pressing through the fabric. Kendra let out a quiet moan, clearly enjoying the attention.</div>
<img src="img/kendra/kendragropegym2.webp">
<<speech "MC" "$name">> Carl’s a lucky guy...<</speech>>
<<speech "Kendra" "Kendra">> Carl wouldn’t appreciate this the way you do. He’s too busy with the TV to notice.<</speech>>
<div class="div">I kept squeezing, exploring her body with both hands now, feeling the heat radiate off her skin as she melted into my touch.</div>
<<speech "Kendra" "Kendra">> I could get used to workouts like this.<</speech>>
<<speech "MC" "$name">> So could I.<</speech>>
<div class="div">We stood there for a moment, her body pressed against mine, my hands exploring her curves, neither of us in any rush to stop. But eventually, I pulled away, knowing it was time to go before things got too heated.</div>
<<speech "MC" "$name">> I’ll let you finish up here. See you around, Kendra.<</speech>>
[[Leave|Gym][$currentPeriod++,$workedOut to true]]
<<elseif $randomGrope is 1>>
<div class="div">I entered the gym and found Kendra standing in front of the mirror, adjusting her sports bra. She saw me in the reflection and smiled.</div>
<<speech "Kendra" "Kendra">> Hey there, big guy. You caught me in the middle of some ‘adjustments.’ Care to help?<</speech>>
<<speech "MC" "$name">> Always happy to lend a hand.<</speech>>
<div class="div">She turned around, facing me directly, and reached for my hand. Kendra guided it to her chest, pressing it against her boobs.</div>
<img src="img/kendra/kendragropegym3.webp">
<<speech "Kendra" "Kendra">> These girls could use a little support. What do you think?<</speech>>
<<speech "MC" "$name">> I think they’re perfect just the way they are.<</speech>>
<div class="div">I squeezed gently, feeling the weight of her breasts in my hands. Kendra let out a soft gasp, her eyes closing for a moment as she savored the sensation.</div>
<<speech "Kendra" "Kendra">> You’ve got good hands, you know that? Better than Carl’s, that’s for sure.<</speech>>
<<speech "MC" "$name">> I’m not surprised. He doesn’t know what he’s missing.<</speech>>
<div class="div">She grinned and then turned around, offering me a full view of her backside.</div>
<<speech "Kendra" "Kendra">> Well, if you’re going to be this helpful, how about you help me out with this too?<</speech>>
<div class="div">I placed my hands on her hips, pulling her body closer to mine. My fingers slowly traced the curve of her ass, feeling every inch as she swayed slightly in response. I grabbed her firmly, and Kendra pressed back against me, enjoying every second.</div>
<img src="img/kendra/kendragropegym4.webp">
<<speech "MC" "$name">> You’ve got a killer body, Kendra.<</speech>>
<<speech "Kendra" "Kendra">> And it’s all yours to enjoy... as long as Carl’s not around.<</speech>>
<div class="div">Her playful tone and the way she moved against me left no room for doubt — Kendra was enjoying this just as much as I was. But I knew better than to stick around too long.</div>
<<speech "MC" "$name">> I better get going before anyone sees us. Catch you later, Kendra.<</speech>>
[[Leave|Gym][$currentPeriod++,$workedOut to true]]
<<else>>
<div class="div">I walked into the gym, and there was Kendra, doing squats in front of the mirror. Her leggings clung to every curve, showing off her firm, round ass with each movement. She caught my eye in the reflection and smirked.</div>
<<speech "Kendra" "Kendra">> You know, you’re not supposed to just watch. It’s rude.<</speech>>
<<speech "MC" "$name">> I’m sorry, but it’s hard not to when you look like that.<</speech>>
<div class="div">She stood up straight, placing her hands on her hips, her posture deliberately accentuating her figure.</div>
<<speech "Kendra" "Kendra">> If you’re going to stare, you might as well get a good feel. Come on, don’t be shy.<</speech>>
<div class="div">I stepped closer, placing my hands on her hips. Kendra took a deep breath, pushing her ass back slightly, inviting me to touch her. I slid my hands down, grabbing her cheeks firmly.</div>
<img src="img/kendra/kendragropegym5.webp">
<<speech "MC" "$name">> You’ve really put in the work on this, haven’t you?<</speech>>
<<speech "Kendra" "Kendra">> Damn right. But what’s the point if no one’s there to appreciate it?<</speech>>
<div class="div">I squeezed her ass, pulling her even closer to me, feeling her muscles tense under my grip. She let out a low moan, clearly enjoying the attention.</div>
<<speech "Kendra" "Kendra">> Carl never touches me like this. You’ve got no idea how much I’ve needed this.<</speech>>
<<speech "MC" "$name">> Trust me, I’m more than happy to take care of you.<</speech>>
<div class="div">Kendra laughed softly, her body pressing harder against mine. My hands roamed up her sides, brushing over her breasts before sliding back down to her hips.</div>
<img src="img/kendra/kendragropegym6.webp">
<<speech "Kendra" "Kendra">> You’re making this gym session a lot more interesting.<</speech>>
<<speech "MC" "$name">> I’m just getting started.<</speech>>
<div class="div">But before things could go any further, I pulled back, knowing I should leave while I could. Kendra looked at me, a mix of disappointment and amusement on her face.</div>
<<speech "MC" "$name">> I should get going. But next time... we’ll see.<</speech>>
[[Leave|Gym][$currentPeriod++,$workedOut to true]]
<</if>><div class="div">You walk into Jean's room, where he's deeply focused on his video game. The moment your eyes land on him, you can't help but admire how cute and adorable he looks. As you step in, he glances up, and his cheeks flush a deep shade of red.</div>
<<speech "MC" "$name">> Hey, Jean! I’ve got a little surprise for you.<</speech>>
<div class="div">His curiosity piqued, Jean pauses his game and sits up a bit straighter.</div>
<<speech "Jean" "Jean">> A surprise? What is it?<</speech>>
<div class="div">You present him with a beautifully wrapped box. His eyes widen, and he takes it from you, a mix of excitement and apprehension on his face.</div>
<<speech "MC" "$name">> Just open it! I promise you'll like it.<</speech>>
<div class="div">He hesitates for a moment, glancing at you nervously before carefully lifting the lid. As he reveals the colorful array of sexy panties inside, his mouth drops open in shock.</div>
<img src="img/jean/jeanfirstpanties1.webp">
<<speech "Jean" "Jean">> W-What? Is this for me?<</speech>>
<<speech "MC" "$name">> Of course! I thought it’d be fun for you to try them on.<</speech>>
<div class="div">Jean bites his lip, his gaze darting between the box and you. You can see the embarrassment rising in him.</div>
<<speech "Jean" "Jean">> I-I don’t know… this is a bit much.<</speech>>
<<speech "MC" "$name">> Come on, it’ll be fun! Just think about how cute you’ll look.<</speech>>
<div class="div">He hesitates again, glancing at the panties, each one more revealing than the last.</div>
<<speech "Jean" "Jean">> B-but what if someone finds out?<</speech>>
<<speech "MC" "$name">> Who cares? It's just us here. Besides, you deserve to explore your fantasies!<</speech>>
<div class="div">You see him blush deeper as he picks up a pair of pink panties, clearly conflicted.</div>
<<speech "Jean" "Jean">> I don’t know… I feel so embarrassed.<</speech>>
<<speech "MC" "$name">> Don’t be shy! You’ll look adorable. Just change right in front of me.<</speech>>
<div class="div">Jean's eyes widen, and he quickly shakes his head.</div>
<<speech "Jean" "Jean">> W-Wait! Can you turn around? I don’t want you to see me!<</speech>>
<<speech "MC" "$name">> Why should I? I want to see you in those sexy panties!<</speech>>
<div class="div">He shifts nervously, biting his lip as he weighs his options.</div>
<<speech "Jean" "Jean">> But… it’s so embarrassing!<</speech>>
<<speech "MC" "$name">> Come on, don’t be a chicken! I promise I won’t laugh.<</speech>>
<div class="div">Jean glances at the panties in his hand, then back at you, clearly torn.</div>
<<speech "Jean" "Jean">> Ugh, you’re impossible! But… maybe it could be fun.<</speech>>
<<speech "MC" "$name">> Exactly! You’ll look fantastic, and it’ll be our little secret.<</speech>>
<div class="div">He takes a deep breath, trying to muster some courage. You can see his resolve starting to crumble.</div>
<<speech "Jean" "Jean">> Okay, okay… but I might change my mind!<</speech>>
<<speech "MC" "$name">> Just be quick about it! I can’t wait to see.<</speech>>
<div class="div">As he stands up to change, you feel your heart race. He hesitates at first, looking back at you with wide eyes.</div>
<<speech "Jean" "Jean">> Can you at least turn around for a second? I need to get undressed!<</speech>>
<<speech "MC" "$name">> No way! I’m watching you. You’re going to look adorable, I just know it.<</speech>>
<div class="div">He fidgets with the waistband of the panties, his face a mixture of embarrassment and thrill.</div>
<<speech "Jean" "Jean">> Ugh, you’re such a tease!<</speech>>
<<speech "MC" "$name">> And you love it! Just admit it.<</speech>>
<div class="div">He bites his lip again, glancing at you one last time, clearly torn between shyness and excitement.</div>
<<speech "Jean" "Jean">> Fine! Here goes nothing…<</speech>>
<div class="div">You watch with bated breath as he begins to undress, your heart racing at the thought of what’s to come.</div>
[[He starts stripping|jean first panties2]]<div class="div">Jean stands in front of you, holding the pink panties with trembling hands, his face still flushed. His eyes dart nervously between the panties and you, clearly embarrassed.</div>
<<speech "Jean" "Jean">> Do I really have to do this...?<</speech>>
<<speech "MC" "$name">> Of course! You’ll look amazing, Jean. Now, why don’t you start by taking off your clothes? Let’s see how those panties fit.<</speech>>
<div class="div">Jean hesitates, his fingers shaking as he reaches for the hem of his shirt. His eyes flick up to you one last time, searching for any hint of hesitation, but all he finds is your eager smile.</div>
<<speech "Jean" "Jean">> O-Okay... but you better not laugh.<</speech>>
<<speech "MC" "$name">> Laugh? Why would I laugh? You’re going to look adorable, trust me.<</speech>>
<div class="div">Slowly, Jean pulls his shirt over his head, revealing his slender, feminine frame. His skin is smooth, and his breathing quickens as the shirt drops to the floor. He’s standing there, bare-chested, and still trying to avoid your gaze.</div>
<img src="img/jean/jeanfirstpanties2.webp">
<<speech "MC" "$name">> There we go... Looking good already. Now the pants, Jean.<</speech>>
<div class="div">Jean hesitates again, biting his lip, but he eventually unfastens his pants and lets them fall to the ground. Your eyes widen as you realize he’s not wearing any boxers. His small cock is already hard, standing stiff against his body, twitching slightly with each nervous breath.</div>
<img src="img/jean/jeanfirstpanties3.webp">
<<speech "Jean" "Jean">> I-I wasn’t... wearing any underwear...<</speech>>
<<speech "MC" "$name">> No boxers, huh? Naughty boy... Guess you were already prepared for this.<</speech>>
<div class="div">Jean’s face turns bright red, and he instinctively tries to cover himself with his hands, but you don’t let him hide.</div>
<<speech "MC" "$name">> Don’t be shy now. Let me see everything, Jean. Come on, just put the panties on. You’ll look even cuter.<</speech>>
<div class="div">With shaky hands, Jean picks up the pink panties again. He steps into them slowly, pulling them up his legs, the soft fabric sliding against his skin until they’re snug around his waist. The panties hug his small frame perfectly, accentuating his slim hips and cute, round ass.</div>
<img src="img/jean/jeanfirstpanties4.webp">
<<speech "MC" "$name">> Turn around, Jean. Let me see how they fit that cute little ass of yours.<</speech>>
<div class="div">Jean swallows hard, then slowly turns around, his movements hesitant and shy. The panties highlight his butt perfectly, the tight fabric pressing against him in just the right way.</div>
<img src="img/jean/jeanfirstpanties5.webp">
<<speech "MC" "$name">> Damn... You look even better than I imagined. Those panties fit like a glove. Spin for me again, Jean. Show me everything.<</speech>>
<div class="div">Jean spins around slowly, every move filled with nervous energy. He tries to keep his composure, but it’s clear he’s struggling. His small cock twitches beneath the panties, hard and throbbing.</div>
<<speech "Jean" "Jean">> I-I feel so exposed...<</speech>>
<<speech "MC" "$name">> That’s the whole point, Jean. You look incredible. So sexy, so cute... You’re making me hard just watching you.<</speech>>
<div class="div">Jean freezes for a moment, his eyes darting downward as he notices the bulge growing in your pants. His breath catches, and his body shivers with both excitement and embarrassment.</div>
<<speech "Jean" "Jean">> You’re... hard? Because of me...?<</speech>>
<div class="div">He stares, his face still flushed, but now his embarrassment is mixed with something else—something more curious, more excited. His body trembles, fully aware of the effect he’s having on you.</div>
[[Ask him to touch you|jean first panties3]]<div class="div">You can see the conflict in Jean's eyes as he glances down at your bulge, then back up at you. His breathing quickens, the air thick with tension.</div>
<<speech "MC" "$name">> You know, Jean, I’d love for you to touch me too...<</speech>>
<div class="div">With a teasing grin, you slowly unzip your pants, revealing your hard cock. Jean's breath catches, his eyes widening.</div>
<<speech "Jean" "Jean">> W-What? Me? Touch that...?<</speech>>
<<speech "MC" "$name">> Yeah, come on. Just like you look so cute in those panties, I know you’ll enjoy this.<</speech>>
<div class="div">He hesitates, biting his lip, but his gaze stays fixed on your cock, curiosity battling with embarrassment.</div>
<<speech "Jean" "Jean">> I-I don’t know... what if I mess up?<</speech>>
<<speech "MC" "$name">> You won’t mess up. Just relax and let your instincts guide you. I promise it’ll feel amazing.<</speech>>
<div class="div">Jean swallows hard, taking a deep breath as he slowly reaches out. His fingers tremble as they brush against your shaft, and you let out a soft groan at the contact.</div>
<img src="img/jean/jeanfirstpanties6.webp">
<<speech "MC" "$name">> See? Just like that. You’re doing great, Jean. Just be gentle.<</speech>>
<div class="div">He watches your reaction, gaining confidence as he wraps his hand around your cock. His touch is tentative, and you guide him with your words.</div>
<<speech "Jean" "Jean">> W-What do I do now?<</speech>>
<<speech "MC" "$name">> Just stroke me gently, like you mean it. You’ve got this.<</speech>>
<div class="div">Jean nods, his strokes becoming more confident as he follows your lead. The warmth of his hand sends shivers down your spine.</div>
<img src="img/jean/jeanfirstpanties7.webp">
<<speech "Jean" "Jean">> It feels... kind of nice, actually.<</speech>>
<<speech "MC" "$name">> It really does. Just keep going, Jean. You’re amazing at this.<</speech>>
<div class="div">As he continues, the tension builds between you, every stroke igniting a fire deep inside. Jean's breath quickens, his own excitement evident as he watches you.</div>
<<speech "Jean" "Jean">> I-I can’t believe I’m doing this...<</speech>>
<<speech "MC" "$name">> And you’re doing it so well. Just let go of that embarrassment. It feels so good...<</speech>>
<div class="div">You can feel the heat rising, your breaths mingling as he picks up the pace, squeezing a little tighter. The room is filled with the sound of your shared excitement.</div>
<img src="img/jean/jeanfirstpanties8.webp">
<<speech "Jean" "Jean">> O-Okay... I think I’m getting the hang of it...<</speech>>
<<speech "MC" "$name">> Yes! Just like that. You’re making me feel incredible.<</speech>>
<div class="div">With each stroke, you can feel the pressure building, the urge to let go becoming almost overwhelming. Jean’s eyes widen in surprise as you start to tense up.</div>
<<speech "Jean" "Jean">> Are you... close?<</speech>>
<<speech "MC" "$name">> Yeah, really close. Just a little more, Jean...<</speech>>
<div class="div">He grips you tighter, his strokes frantic as he watches you with a mix of fascination and excitement. The moment hits, and you can't hold back any longer.</div>
<<speech "MC" "$name">> Jean! I’m gonna...<</speech>>
<div class="div">You release, pleasure washing over you as you finish, your cum spilling over Jean's face. You catch your breath, heart racing, while he stares wide-eyed at the scene unfolding.</div>
<img src="img/jean/jeanfirstpanties9.webp">
<<speech "Jean" "Jean">> Wow... I... I didn’t expect that.<</speech>>
<div class="div">You smirk, wiping your brow as you regain your composure. The air is charged with the moment, both of you still processing what just happened.</div>
<<speech "MC" "$name">> From now on, you’re always wearing panties, got it?<</speech>>
<div class="div">Jean's eyes widen, a mix of surprise and uncertainty crossing his face. You lean in slightly, your tone playful but firm.</div>
<<speech "MC" "$name">> I’ll be checking up on you, so make sure you keep them on. It’ll be our little secret.<</speech>>
<div class="div">You pause, letting the weight of your words sink in. Jean bites his lip, clearly contemplating what this means for him.</div>
<<speech "Jean" "Jean">> Okay... I guess I can do that.<</speech>>
<div class="div">With a final teasing glance, you turn to leave the room, the door creaking softly behind you. Jean stands there, breathless and alone, the reality of the moment washing over him as he processes everything, a mix of excitement and uncertainty swirling in his mind.</div>
[[Leave Jean's Room|corridor][$currentPeriod++, $jeanStage++]]<<set $randomInvite to random(3)>>
<<if $randomInvite is 0>>
<div class="div">I stepped into Jean’s room, where he was focused on his game.</div>
<<speech "MC" "$name">> Hey, mind if I join you for a bit?<</speech>>
<div class="div">He looked up, surprise crossing his face.</div>
<<speech "Jean">> Oh, um, sure! I didn’t expect you to come by...<</speech>>
<div class="div">Leaning closer, I smirked.</div>
<<speech "MC" "$name">> So, are you wearing those cute panties I got you? I want to check.<</speech>>
<div class="div">Jean’s cheeks flushed deep red as he hesitated.</div>
<<speech "Jean">> D-do you really want to? I... I don’t know if I can...<</speech>>
<<speech "MC" "$name">> Come on, it’ll be fun! Just pull them down a little.<</speech>>
<div class="div">With a gulp, he finally pulled down his pants, revealing the soft pink fabric. My cock instantly hardened at the sight.</div>
<img src="img/jean/jeanpantsdown1.webp">
<<speech "MC" "$name">> Wow, you look incredible! You’re the reason I’m hard right now, you know that?<</speech>>
<div class="div">Jean’s eyes widened, his breath quickening as he shifted nervously.</div>
<<speech "Jean">> I-I didn’t mean to... this is so embarrassing!<</speech>>
<<speech "MC" "$name">> Don’t be shy. Just give me a hand; you know you want to.<</speech>>
<div class="div">He hesitated, biting his lip, clearly torn. Finally, he nodded, his hand trembling as he reached for me.</div>
<<speech "Jean">> A hand? I-I guess I can try...<</speech>>
<div class="div">His fingers wrapped around me, hesitantly at first, but then he started stroking, looking both nervous and excited.</div>
<img src="img/jean/jeanfirstpanties7.webp">
<<speech "MC" "$name">> Just like that, Jean. You’re doing amazing!<</speech>>
<div class="div">With each stroke, I felt the pressure building, my pleasure mounting as I watched him.</div>
<<speech "Jean">> I can’t believe this is happening...<</speech>>
<div class="div">I could feel myself getting closer, the heat of the moment overwhelming. With a final thrust, I finished in his hand, my release coating his fingers.</div>
<<speech "MC" "$name">> You were perfect, Jean. Keep wearing those panties; I’ll check on you later!<</speech>>
<div class="div">I left him there, a mix of confusion and excitement in his eyes.</div>
<<elseif $randomInvite is 1>>
<div class="div">I walked into Jean’s room, where he was deeply focused on his game.</div>
<<speech "MC" "$name">> Hey, mind if I join you for a bit of fun?<</speech>>
<div class="div">He looked up, his cheeks turning pink.</div>
<<speech "Jean">> Oh, um, sure! I didn’t think you’d want to...<</speech>>
<div class="div">Leaning in, I teased,</div>
<<speech "MC" "$name">> Are you wearing those cute panties I gave you? I want to see them.<</speech>>
<div class="div">Jean’s face turned beet red, and he hesitated.</div>
<<speech "Jean">> D-do I really have to? I feel so shy about this...<</speech>>
<<speech "MC" "$name">> Just a little peek; I promise it’ll be fun.<</speech>>
<div class="div">After a moment of hesitation, he finally pulled down his pants, revealing the delicate black panty. I felt my cock harden at the sight.</div>
<img src="img/jean/jeanpantsdown2.webp">
<<speech "MC" "$name">> You look so hot! You’re making me hard just standing here!<</speech>>
<div class="div">Jean shifted nervously, his excitement mixed with embarrassment.</div>
<<speech "Jean">> I-I didn’t think I’d turn you on like this...<</speech>>
<<speech "MC" "$name">> You totally did! Now, how about you give me a hand?<</speech>>
<div class="div">He hesitated again, clearly torn, but slowly nodded, his hand trembling as he reached for me.</div>
<<speech "Jean">> A hand? O-okay...<</speech>>
<div class="div">He wrapped his hand around me, his strokes tentative at first, but soon growing more confident.</div>
<<speech "MC" "$name">> Just like that, Jean. You’re amazing!<</speech>>
<div class="div">As he continued, the pressure built, and I could barely contain myself.</div>
<img src="img/jean/jeanfirstpanties8.webp">
<<speech "Jean">> I can’t believe I’m doing this...<</speech>>
<div class="div">With a few more strokes, I finished, my cum splattering across his face.</div>
<<speech "MC" "$name">> You were incredible! Keep wearing those panties; I’ll check in on you later!<</speech>>
<div class="div">I left him to process everything, a mix of confusion and excitement in his eyes.</div>
<<else>>
<div class="div">I stepped into Jean’s room, where he was totally absorbed in his game.</div>
<<speech "MC" "$name">> Hey, mind if I join you for a bit of fun?<</speech>>
<div class="div">He looked up, surprise evident.</div>
<<speech "Jean">> Oh, um, sure! I didn’t think you’d want to hang out...<</speech>>
<div class="div">Leaning in, I teased,</div>
<<speech "MC" "$name">> So, are you wearing those cute panties I got you? I can’t wait to see them.<</speech>>
<div class="div">Jean’s cheeks flushed as he stammered.</div>
<<speech "Jean">> D-do you really want to check? I’m so embarrassed...<</speech>>
<<speech "MC" "$name">> Yes! Just pull them down for me.<</speech>>
<div class="div">He hesitated, biting his lip, but finally pulled down his pants, revealing the delicate fabric hugging him.</div>
<img src="img/jean/jeanpantsdown3.webp">
<<speech "MC" "$name">> You look fucking incredible! You’re the reason I’m hard right now.<</speech>>
<div class="div">Jean squirmed, excitement mixing with his embarrassment.</div>
<<speech "Jean">> I-I can’t believe this is happening...<</speech>>
<<speech "MC" "$name">> Just give me a hand, Jean; I know you want to.<</speech>>
<div class="div">His eyes widened, and he hesitated but then nodded, his hand trembling as he reached for me.</div>
<<speech "Jean">> A hand? I-I guess I can try...<</speech>>
<div class="div">He wrapped his hand around me, slowly starting to stroke, his nervousness palpable.</div>
<<speech "MC" "$name">> Just like that, you’re doing amazing!<</speech>>
<div class="div">With each stroke, the tension built, my pleasure surging as I watched him.</div>
<img src="img/jean/jeanfirstpanties10.webp">
<<speech "Jean">> This is... really wild...<</speech>>
<div class="div">With a few more strokes, I reached my peak, my cum splattering onto his body.</div>
<<speech "MC" "$name">> That was incredible! Keep wearing those panties; I’ll check on you again!<</speech>>
<div class="div">I left him, his eyes wide with surprise and excitement.</div>
<</if>>
[[Leave|corridor][$currentPeriod++]]<<set $randomKitchen to random(3)>>
<<if $randomKitchen is 0>>
<div class="div">I walked into the kitchen, catching Jean chopping vegetables, focused and a little nervous.</div>
<<speech "MC" "$name">> Hey, Jean! Need some help in here?<</speech>>
<div class="div">He jumped, turning to me with wide eyes.</div>
<<speech "Jean">> Oh! Um, no, I’m good! Just making some food...<</speech>>
<div class="div">I leaned against the counter, smirking at him.</div>
<<speech "MC" "$name">> You sure? Because I’ve been dying to know if you’re wearing those cute panties I gave you. You know, the ones that hug your ass just right?<</speech>>
<div class="div">His face flushed a deep red, and he glanced nervously at the door.</div>
<<speech "Jean">> W-wait, here? What if someone comes in?<</speech>>
<<speech "MC" "$name">> Relax! It’ll be our little secret. Just lift that apron for me.<</speech>>
<div class="div">With a hesitant sigh, he lifted the hem of his apron, revealing the soft fabric underneath. My cock throbbed at the sight.</div>
<img src="img/jean/kitchenpanties1.webp">
<<speech "MC" "$name">> Damn, you look sexy in those! You’re making my cock hard just standing there.<</speech>>
<div class="div">Jean’s eyes widened, panic mixing with excitement as he looked back at the door.</div>
<<speech "Jean">> I-I can’t believe we’re doing this in the kitchen... what if someone sees us?<</speech>>
<<speech "MC" "$name">> That’s part of the thrill! Now, how about you give me a hand? I’m really in need of some relief.<</speech>>
<div class="div">He hesitated, biting his lip, glancing nervously around, but finally nodded.</div>
<<speech "Jean">> O-okay, but just for a second!<</speech>>
<div class="div">With trembling fingers, he reached for me, his heart racing.</div>
<<speech "MC" "$name">> Just like that. You’re doing amazing!<</speech>>
<div class="div">He wrapped his hand around my cock, his strokes starting off hesitant but quickly gaining confidence.</div>
<img src="img/jean/kitchenjeanhandjob1.webp">
<<speech "MC" "$name">> You feel incredible! Don’t worry about anything else.<</speech>>
<div class="div">The thrill of potentially being caught added to the heat of the moment.</div>
<<speech "Jean">> I-I hope no one comes in...<</speech>>
<div class="div">I could feel the pressure building, the excitement of the risk pushing me closer.</div>
<<speech "MC" "$name">> I’m close, Jean! Just a little more!<</speech>>
<div class="div">With one final push, I came, my release splattering across the counter. Jean gasped, his eyes wide as he looked at the mess.</div>
<<speech "MC" "$name">> That was incredible! Keep wearing those panties; I’ll check on your ass again soon!<</speech>>
<div class="div">I left the kitchen, leaving Jean with his thoughts, glancing nervously at the door, still in shock.</div>
<<elseif $randomKitchen is 1>>
<div class="div">I strolled into the kitchen, where Jean was chopping vegetables, his concentration broken by my presence.</div>
<<speech "MC" "$name">> Hey, Jean! What’s cooking? Mind if I lend a hand?<</speech>>
<div class="div">He looked up, startled, and stammered.</div>
<<speech "Jean">> Oh! Uh, I’m just... prepping for dinner. It’s fine, really...<</speech>>
<div class="div">I leaned closer, a grin on my face.</div>
<<speech "MC" "$name">> Before we dive in, are you wearing those cute panties I gave you? I want to see how they fit that ass of yours.<</speech>>
<div class="div">His face turned bright red, and he shot a nervous glance at the door.</div>
<<speech "Jean">> I... I don’t know if that’s a good idea! What if someone comes in?<</speech>>
<<speech "MC" "$name">> Just a quick peek, I promise! It’ll be our little secret.<</speech>>
<div class="div">With an anxious look, he lifted the apron, revealing the panties. My cock reacted immediately.</div>
<img src="img/jean/kitchenpanties2.webp">
<<speech "MC" "$name">> Damn, you look hot! You’re the reason my cock is hard right now.<</speech>>
<div class="div">Jean's eyes widened, and he looked back at the door, biting his lip.</div>
<<speech "Jean">> I-I can’t believe we’re actually doing this...<</speech>>
<<speech "MC" "$name">> That just makes it more exciting! Now, how about you give me a hand?<</speech>>
<div class="div">He hesitated, glancing nervously around the kitchen, but finally nodded, his hand trembling as he reached for me.</div>
<<speech "Jean">> Just for a second, okay?<</speech>>
<div class="div">He wrapped his hand around me, starting off hesitant but soon finding a rhythm.</div>
<<speech "MC" "$name">> Just like that! You’re doing so well!<</speech>>
<div class="div">The thrill of the moment and the risk of being caught heightened the intensity for both of us.</div>
<img src="img/jean/kitchenjeanhandjob2.webp">
<<speech "Jean">> I-I hope no one comes in...<</speech>>
<div class="div">With a few more strokes, I reached my peak, releasing all over his hand.</div>
<<speech "MC" "$name">> That was incredible! Keep wearing those panties; I’ll definitely be checking again!<</speech>>
<div class="div">I left him there, still in shock, glancing around as if expecting someone to come in at any moment.</div>
<<else>>
<div class="div">I entered the kitchen to find Jean absorbed in his tasks, looking slightly stressed.</div>
<<speech "MC" "$name">> Hey, Jean! What’s going on in here?<</speech>>
<div class="div">He looked up, startled, and took a step back.</div>
<<speech "Jean">> Oh! Just cooking, um, nothing special!<</speech>>
<div class="div">I smirked, leaning against the counter.</div>
<<speech "MC" "$name">> Before we get started, are you wearing those cute panties I got you? I’m really curious about that cute ass.<</speech>>
<div class="div">His face turned beet red, and he glanced nervously towards the door.</div>
<<speech "Jean">> I-I don’t think that’s a good idea! What if someone walks in?<</speech>>
<<speech "MC" "$name">> It’ll be our little secret, I promise. Just lift the apron a little for me.<</speech>>
<div class="div">With a hesitant sigh, he revealed the panties, and my cock instantly reacted to the sight.</div>
<img src="img/jean/kitchenpanties3.webp">
<<speech "MC" "$name">> You look amazing! You’re the reason my cock is hard right now.<</speech>>
<div class="div">Jean's eyes widened, and he looked back at the door, his breath hitching.</div>
<<speech "Jean">> I-I can’t believe we’re doing this! What if someone catches us?<</speech>>
<<speech "MC" "$name">> That’s the fun part! Now, how about you give me a hand?<</speech>>
<div class="div">He hesitated, biting his lip, glancing anxiously at the door, but finally nodded.</div>
<<speech "Jean">> Okay, just be quick!<</speech>>
<div class="div">He wrapped his hand around me, his strokes uncertain at first but gaining confidence as I encouraged him.</div>
<<speech "MC" "$name">> Just like that! You’re doing great!<</speech>>
<div class="div">The heat of the moment and the risk of being caught heightened the intensity for both of us.</div>
<img src="img/jean/kitchenjeanhandjob3.webp">
<<speech "Jean">> I-I hope no one comes in...<</speech>>
<div class="div">With one last thrust, I came, my release spilling onto his body.</div>
<<speech "MC" "$name">> That was incredible! Keep wearing those panties; I’ll be checking on you again!<</speech>>
<div class="div">I left him standing there, his face flushed with embarrassment and excitement, still glancing nervously at the door.</div>
<</if>>
[[Leave|corridor][$currentPeriod++]]
<div class="div">As I walked into the kitchen, I found Riley standing by the counter, her attention on a stack of dishes. The way she moved, the curves of her body, were enough to make my heart race.</div>
<<speech "MC" "$name">> Hey, Riley. You look really cute when you're focused on something. It’s hard not to notice.<</speech>>
<div class="div">She glanced over her shoulder, her cheeks flushing a bright pink. I could see the hint of a smile on her lips, but she quickly turned her attention back to the dishes.</div>
<<speech "Riley" "Riley">> Oh! Um, thanks. I didn’t think you’d be watching me. I was just... cleaning, you know?<</speech>>
<div class="div">I took a step closer, leaning against the counter, my gaze locked on her. The atmosphere felt charged, as if something was hanging in the air, waiting to be addressed.</div>
<<speech "MC" "$name">> You know, I can’t stop thinking about those kisses we shared. Remember the one in the living room? You were so surprised, but you responded so well.<</speech>>
<div class="div">Riley's eyes widened, her breath catching as she remembered. She bit her lip, the tension in her body shifting.</div>
<<speech "Riley" "Riley">> I... uh, yeah, that was... unexpected but nice. I didn’t realize how much I liked it until after.<</speech>>
<div class="div">I smiled, enjoying the way she squirmed under my gaze. I leaned in a little closer, lowering my voice.</div>
<<speech "MC" "$name">> And how about that time I squeezed your ass in the yoga room? You were so cute, blushing like crazy.<</speech>>
<div class="div">Her cheeks turned a deeper shade of red, and she looked down, trying to hide her embarrassment.</div>
<<speech "Riley" "Riley">> I... I wasn’t expecting that at all! But it felt good, and I was kind of... excited by it.<</speech>>
<div class="div">I could see the conflict in her eyes, a mix of shyness and something more. I took a bold step forward, bridging the distance between us.</div>
<<speech "MC" "$name">> I think there’s a part of you that wants to explore this more, isn’t there? You’ve got some hidden desires just waiting to be uncovered.<</speech>>
<div class="div">She bit her lip again, glancing around as if checking for an audience, then looked back at me, her expression a mix of nervousness and intrigue.</div>
<<speech "Riley" "Riley">> I... I guess it’s all so new and overwhelming. What if we... what if I can’t handle it?<</speech>>
<div class="div">I reached out, gently taking her hand and guiding it closer to my waist. Her eyes went wide, and I watched the shock turn into curiosity.</div>
<<speech "MC" "$name">> Just try it. I promise it can be exciting. Think about how good it felt when we kissed, or when I touched you. You're safe with me.<</speech>>
<div class="div">Riley hesitated, but I could see the excitement flickering in her eyes. She glanced down, taking a deep breath.</div>
<<speech "Riley" "Riley">> Okay, but... what if someone walks in? I don’t want to get caught.<</speech>>
<div class="div">I smiled, reassuring her.</div>
<<speech "MC" "$name">> It’s just us here. No one will know. Besides, you can trust me. Just imagine what it would feel like.<</speech>>
<div class="div">Riley’s breath hitched again as she nodded slowly, her hand trembling slightly as it rested on my waistband.</div>
<<speech "Riley" "Riley">> I... I’ll try. But I’m really nervous.<</speech>>
<div class="div">I leaned in closer, my voice dropping to a whisper.</div>
<<speech "MC" "$name">> Just think about how good it felt when I kissed you. You’re so adorable when you’re flustered. Just let yourself enjoy this moment.<</speech>>
<div class="div">Her cheeks flushed deeper, but there was a spark of determination in her eyes. She looked up at me, biting her lip.</div>
<<speech "Riley" "Riley">> Okay, I can do this. Just... please be gentle?<</speech>>
<div class="div">I nodded, a grin spreading across my face. This was it—the moment we’d been building toward. I cupped her cheek, leaning in to give her a kiss, my hands sliding down to her waist.</div>
<img src="img/riley/rileykitchenkiss1.webp">
<<speech "MC" "$name">> Of course, Riley. I’ll always be gentle with you.<</speech>>
<div class="div">Her eyes sparkled with a mix of excitement and shyness as I pulled back slightly, feeling her breath against my lips.</div>
<<speech "Riley" "Riley">> So, what do I do now?<</speech>>
<div class="div">I took a deep breath, my heart racing.</div>
<<speech "MC" "$name">> How about you kneel down in front of me? Just like that. I promise you’ll enjoy it.<</speech>>
<div class="div">Riley’s eyes widened, and she hesitated for a moment, her shyness bubbling to the surface. But the eagerness was there, too. She slowly dropped to her knees, glancing up at me with a mix of vulnerability and excitement.</div>
<img src="img/riley/rileyfirsthandjob1.webp">
<<speech "Riley" "Riley">> I’m... I’m ready.<</speech>>
<div class="div">I felt a rush of anticipation as I watched her, ready to guide her through this new experience. This was just the beginning.</div>
[[She pulls my pants down|Riley first handjob2]]<div class="div">Riley knelt before me, her eyes wide with a mix of curiosity and nervousness. I could see her heart racing as she reached for the waistband of my pants, her hands trembling slightly.</div>
<<speech "Riley" "Riley">> Is it okay if I... um, touch it?<</speech>>
<div class="div">I nodded, giving her an encouraging smile. She took a deep breath, her fingers brushing against my skin as she slowly pulled my pants down. As my cock sprang free, her eyes widened in shock, and a soft gasp escaped her lips.</div>
<img src="img/riley/rileyfirsthandjob2.webp">
<<speech "MC" "$name">> Don’t be scared, Riley. Just take your time.<</speech>>
<div class="div">Riley stared, her cheeks flushing a deep pink as she tried to mask her excitement with shyness. It was her first time seeing a cock, and I could tell she was both thrilled and overwhelmed.</div>
<<speech "Riley" "Riley">> Wow... it’s really big.<</speech>>
<div class="div">She bit her lip, glancing up at me with wide eyes. I could see her excitement battling with her nervousness, making her even cuter.</div>
<<speech "MC" "$name">> You can touch it if you want. I promise you’ll like it.<</speech>>
<div class="div">Her fingers hesitated, then reached out slowly, brushing against my length. A shiver ran through her as she realized how hard I was, and her eyes widened even more.</div>
<img src="img/riley/rileyfirsthandjob3.webp">
<<speech "Riley" "Riley">> It feels so different. I’ve never seen anything like this.<</speech>>
<div class="div">I watched her face as she explored, her strokes tentative at first, but I could see her growing more comfortable with each movement.</div>
<<speech "MC" "$name">> Just relax, Riley. You’re doing great. How does it feel to hold it?<</speech>>
<div class="div">She glanced up at me, her cheeks flushed, a mix of embarrassment and excitement in her eyes.</div>
<<speech "Riley" "Riley">> It’s... really soft but also... so firm. I can’t believe I’m really doing this with you.<</speech>>
<div class="div">I grinned, leaning in closer, my voice dropping to a whisper.</div>
<<speech "MC" "$name">> You’re amazing, Riley. Just let yourself enjoy it. Think about how good it felt when we kissed.<</speech>>
<div class="div">Her breath hitched, and I could see her excitement bubbling just beneath the surface, even as she tried to hide it.</div>
<<speech "Riley" "Riley">> I didn’t think I’d feel this way... It’s... kind of thrilling.<</speech>>
<div class="div">As she stroked me, her movements grew bolder, the initial hesitation fading as she looked up at me with a mix of shyness and determination. Each stroke felt electric, sending shivers down my spine.</div>
<img src="img/riley/rileyfirsthandjob4.webp">
<<speech "MC" "$name">> Just like that, Riley. You’re really good at this.<</speech>>
<div class="div">She bit her lip, glancing down again, her excitement evident in her eyes. I could see the thrill of the moment washing over her, even as she tried to stay shy.</div>
<<speech "Riley" "Riley">> I feel like I’m in over my head... but I like it.<</speech>>
<div class="div">Her hand moved faster, more confidently, and I could feel the heat building inside me. I leaned back slightly, letting her take the lead.</div>
<img src="img/riley/rileyfirsthandjob5.webp">
<<speech "MC" "$name">> Just think about how good it felt when I kissed you. Let yourself enjoy this, Riley. You’re so cute when you’re flustered.<</speech>>
<div class="div">She giggled nervously, her eyes sparkling with mischief as she looked up at me.</div>
<<speech "Riley" "Riley">> I can’t believe I’m actually doing this! It feels so wild.<</speech>>
<div class="div">I felt the tension building inside me as she continued, each stroke sending waves of pleasure through me. Her fingers wrapped around my shaft, squeezing just right as she began to experiment with her rhythm.</div>
<<speech "MC" "$name">> You’re tapping into your dirty side, and I love it. Stroke me harder, Riley.<</speech>>
<div class="div">As she became more comfortable, she matched my rhythm, her initial embarrassment fading. She bit her lip, moaning softly, and playfully whispered, “Maybe I like this more than I thought.”</div>
<div class="div">With each pump of her hand, I could see the thrill in her eyes grow. She was fully surrendering to the pleasure, reveling in the intimate act.</div>
<<speech "Riley" "Riley">> It’s amazing to see how you’re responding. I feel... powerful right now.<</speech>>
<div class="div">I reached down, brushing a strand of hair behind her ear.</div>
<<speech "MC" "$name">> You’re incredible, Riley. Just keep going.<</speech>>
<div class="div">Her strokes became more confident, faster, and I could feel the heat building inside me. I could see her getting lost in the moment, fully immersed in the pleasure we were sharing.</div>
<img src="img/riley/rileyfirsthandjob6.webp">
<<speech "MC" "$name">> I’m getting close, Riley... Are you ready for this?<</speech>>
<div class="div">She nodded eagerly, a shy smile breaking through her initial hesitation.</div>
<<speech "Riley" "Riley">> Yes! I want to see it all.<</speech>>
<div class="div">With one final stroke, I couldn’t hold back any longer, feeling myself finish hard. I watched as I came, feeling the warmth splash across her face.</div>
<img src="img/riley/rileyfirsthandjob7.webp">
<div class="div">Riley's eyes widened in shock, her mouth forming a small 'o' as she processed the moment. The mix of surprise and exhilaration painted her expression, making her look adorably flustered.</div>
<img src="img/riley/rileyfirsthandjob8.webp">
<<speech "Riley" "Riley">> I... I can’t believe that just happened! It feels so good all over my face!<</speech>>
<div class="div">She giggled, wiping a bit away with her finger and bringing it to her lips, her eyes sparkling with curiosity.</div>
<img src="img/riley/rileyfirsthandjob9.webp">
<<speech "Riley" "Riley">> Hmm... it tastes different... kind of salty? But not bad at all!<</speech>>
<div class="div">I watched her, a mix of pride and amusement swelling inside me as she explored her newfound thrill.</div>
<<speech "MC" "$name">> You’re amazing, Riley. I knew you’d surprise me.<</speech>>
<div class="div">The playful glint in her eyes told me she was just beginning to embrace this side of herself.</div>
[[pull pants up|Riley first handjob3]]
<div class="div">As I pulled my pants back up, I glanced down at Riley, who was still kneeling in front of me, her face a mix of exhilaration and contemplation. The afterglow of the moment hung in the air, and I could see the gears turning in her mind.</div>
<<speech "Riley" "Riley">> That was... wow. I didn’t expect it to feel that good. I mean, I loved it!<</speech>>
<div class="div">She brushed a strand of hair behind her ear, her cheeks still flushed. Her eyes sparkled with a mix of excitement and shyness, and I couldn't help but smile at her.</div>
<<speech "MC" "$name">> You were incredible, Riley. I’m really glad you enjoyed it.<</speech>>
<div class="div">She bit her lip, looking down for a moment, then back up at me with a newfound confidence.</div>
<<speech "Riley" "Riley">> I... I want to do it again later. Like, maybe even more.<</speech>>
<div class="div">Her admission made my heart race. I could see the thrill in her eyes as she spoke, and it was clear that she was embracing this side of herself.</div>
<<speech "MC" "$name">> I’d love that. Just let me know when you’re ready. We can take our time and explore it more together.<</speech>>
<div class="div">Riley nodded, her excitement bubbling just beneath the surface.</div>
<<speech "Riley" "Riley">> I’ll definitely think about it. I want to be ready for more... I think I like this side of me.<</speech>>
<div class="div">I reached out, gently squeezing her shoulder, feeling proud of how far she had come in just one moment.</div>
<<speech "MC" "$name">> You should embrace it. You’re discovering new things about yourself, and it’s amazing to see.<</speech>>
<div class="div">She smiled shyly, her eyes twinkling with determination. I could tell she was ready to explore even deeper, and that made me excited for what was to come.</div>
<<speech "Riley" "Riley">> Thanks for being so... understanding. I really appreciate it.<</speech>>
<div class="div">I smiled back, feeling the warmth of the moment as I started to step back.</div>
<<speech "MC" "$name">> I’ll leave you to your thoughts for now. Just know I’m here whenever you’re ready.<</speech>>
<div class="div">As I turned to leave, I glanced back at her, watching her with a soft smile. Riley was lost in thought, her fingers absentmindedly brushing across her face, a hint of a smile playing on her lips as she processed everything that had just happened.</div>
<div class="div">I left the room, the door closing softly behind me, leaving her to savor the thrill of the moment and her newfound desires.</div>
[[Leave|Neighbor's House][$currentPeriod++,$rileyStage++]]<<set $randomHandjob to random(3)>>
<<if $randomHandjob is 0>>
<div class="div">I walked into the kitchen, catching Riley lost in thought while stirring a pot on the stove. I took a deep breath, feeling bold.</div>
<<speech "MC" "$name">> Hey, Riley, I’ve been thinking... Would you be up for helping me out with something a little naughty?<</speech>>
<div class="div">Riley's eyes widened, her cheeks flushing a bright pink. She hesitated, biting her lip, but then nodded eagerly.</div>
<<speech "Riley" "Riley">> I... I guess I could help with that. After what we did before, it was really fun.<</speech>>
<div class="div">She looked down, shy but excited, and I could see her curiosity shining through. I guided her closer, feeling the tension build between us.</div>
<<speech "MC" "$name">> Just be gentle, okay? I want you to enjoy this, too.<</speech>>
<div class="div">Riley nodded, her hands trembling slightly as she reached for my waistband, pulling it down. This time, her expression was one of determination.</div>
<<speech "Riley" "Riley">> Okay, I remember what to do this time. Just tell me if you want something different.<</speech>>
<div class="div">As she wrapped her small hands around me, I could feel her excitement mixing with a hint of shyness. I encouraged her to go faster, and soon the room was filled with the sound of her soft breaths and my quiet moans.</div>
<<speech "MC" "$name">> That’s it, Riley. Just like that. You’re doing so well.<</speech>>
<div class="div">With every stroke, I could see her confidence growing, her initial embarrassment fading away. She looked up at me, eyes sparkling.</div>
<img src="img/riley/rileyhandjob1.webp">
<<speech "Riley" "Riley">> I really like this... it feels good to be so close to you.<</speech>>
<div class="div">As I felt myself getting closer, I let out a low groan, the tension building in my body. With a final thrust, I came hard, shooting thick ropes of cum across her face.</div>
<img src="img/riley/rileyhandjob2.webp">
<<speech "Riley" "Riley">> Oh! I didn’t expect that! But... wow, it’s kind of amazing.<</speech>>
<div class="div">She wiped her face with her fingers, tasting some of it curiously, her eyes filled with a mix of pride and bashfulness.</div>
<<elseif $randomHandjob is 1>>
<div class="div">I found Riley organizing the pantry, and the sight of her focused made my heart race. I stepped closer, my voice low and teasing.</div>
<<speech "MC" "$name">> You know, Riley, I could really use your help with something... a bit more personal.<</speech>>
<div class="div">Her head whipped around, surprise written all over her face, and I noticed her cheeks flushing instantly.</div>
<<speech "Riley" "Riley">> W-wait, are you serious? You want me to... do that again?<</speech>>
<div class="div">I nodded, feeling a thrill as her shyness clashed with a hint of eagerness.</div>
<<speech "MC" "$name">> I wouldn’t ask if I didn’t want it. I promise it’ll be worth it.<</speech>>
<div class="div">Riley looked down for a moment, biting her lip as she considered it. Finally, she nodded, taking a deep breath.</div>
<<speech "Riley" "Riley">> Okay, but I’m still nervous! What if I mess up?<</speech>>
<div class="div">I reassured her with a smile, guiding her hands down. She wrapped her fingers around me, a mix of excitement and nervousness on her face.</div>
<<speech "MC" "$name">> Just feel it, Riley. You’re doing great. Just trust your instincts.<</speech>>
<div class="div">As she began to stroke me, I could feel her embarrassment shifting into excitement. She looked up at me, her eyes wide and bright.</div>
<<speech "Riley" "Riley">> I never thought I’d be doing this again! It’s so thrilling!<</speech>>
<div class="div">With every movement, I could sense her confidence building, and soon I was losing myself in the sensation.</div>
<img src="img/riley/rileyhandjob3.webp">
<<speech "MC" "$name">> You’re incredible, Riley. Keep going.<</speech>>
<div class="div">As I reached the edge, I couldn’t hold back, and with one last stroke, I exploded, covering her hand in hot, thick cum.</div>
<img src="img/riley/rileyhandjob4.webp">
<<speech "Riley" "Riley">> Oh wow! That was... intense! I can’t believe I just did that again!<</speech>>
<div class="div">She looked down at her cum-covered fingers, her expression a mix of wonder and shyness as she wiped it off.</div>
<<else>>
<div class="div">I strolled into the kitchen to find Riley snacking on some fruit, and I grinned at the sight of her. With a playful tone, I leaned against the counter.</div>
<img src="img/riley/rileyhandjob3.webp">
<<speech "MC" "$name">> You know, Riley, I’ve been thinking... how about we spice things up a bit? Want to give me a hand again?<</speech>>
<div class="div">She froze, her cheeks turning a vibrant shade of crimson. The surprise in her eyes was palpable.</div>
<<speech "Riley" "Riley">> I-I mean... really? You want me to do that again? I’m not sure if I should...<</speech>>
<div class="div">I stepped closer, my voice softening.</div>
<<speech "MC" "$name">> Trust me, it’ll be fun. Just like before.<</speech>>
<div class="div">Riley hesitated, her shyness battling her curiosity. But then, with a shy nod, she moved closer, her hands trembling as they reached for me.</div>
<<speech "Riley" "Riley">> O-okay, I’ll try. But I’m a bit scared!<</speech>>
<div class="div">As she pulled down my pants, she smiled, clearly remembering our last encounter. She wrapped her hands around me, a mix of excitement and confidence on her face.</div>
<<speech "Riley" "Riley">> I’m ready this time!<</speech>>
<div class="div">She began to stroke me, and I could feel the pleasure building. With every movement, I could see her confidence blossoming, her embarrassment melting away as she focused on the pleasure of the moment.</div>
<img src="img/riley/rileyhandjob5.webp">
<<speech "MC" "$name">> You’re doing amazing, Riley. Just let yourself enjoy it.<</speech>>
<div class="div">As I neared my orgasm, I could feel it building, and with one final stroke, I shot a load across her chest.</div>
<img src="img/riley/rileyhandjob6.webp">
<<speech "Riley" "Riley">> Wow! I can’t believe I just did that again! This is... amazing!<</speech>>
<div class="div">She looked down at the cum on her chest, her eyes wide with a mix of pride and shyness.</div>
</if>>
[[Leave the kitchen|Neighbor's House][$currentPeriod++]]<<set $randomHandjobYoga to random(3)>>
<<if $randomHandjobYoga is 0>>
<div class="div">I walked into the living room and found Riley in the middle of a yoga stretch, her body bending gracefully as she moved from one position to the next. The sight was too tempting to resist.</div>
<<speech "MC" "$name">> You look amazing, Riley. Mind if I join in? Though... I was thinking of something a little different.<</speech>>
<div class="div">She looked up, a bit surprised, her cheeks flushing as she realized where my gaze was focused.</div>
<<speech "Riley" "Riley">> Oh! Y-you mean like... what we did before?<</speech>>
<div class="div">I nodded, stepping closer as she knelt down from her pose. Her breathing quickened, a mix of excitement and shyness creeping into her expression.</div>
<<speech "MC" "$name">> Exactly. Think you could help me out again?<</speech>>
<div class="div">Riley swallowed hard, clearly flustered, but there was no hesitation in her response.</div>
<<speech "Riley" "Riley">> I... I guess I could do that... if you really want me to.<</speech>>
<div class="div">Her voice was shaky but eager, and I could tell she was getting more comfortable with the idea. I pulled my pants down, her gaze falling immediately to my cock.</div>
<<speech "MC" "$name">> You know the drill by now. Just take your time.<</speech>>
<div class="div">She bit her lip and slowly wrapped her hands around me, her fingers trembling slightly as she stroked me. Her eyes flicked up to mine, a soft moan escaping her lips as she gained confidence.</div>
<<speech "Riley" "Riley">> It’s still... so big. But I remember what you like.<</speech>>
<div class="div">As her hands moved faster, her soft moans mixed with mine, the pleasure building between us. I praised her, urging her to keep going, until I felt the pressure rising.</div>
<img src="img/riley/rileyyogahandjob1.webp">
<<speech "MC" "$name">> You’re amazing, Riley. Just a little more...<</speech>>
<div class="div">With a final stroke, I groaned loudly, shooting cum all over her tits. She gasped softly, her eyes wide with surprise, but also a flicker of pride.</div>
<img src="img/riley/rileyyogahandjob2.webp">
<<speech "Riley" "Riley">> Wow... I didn’t expect that much. But it feels... kind of nice.<</speech>>
<div class="div">She touched her chest with a finger, swirling the cum slightly before wiping it off with a shy grin.</div>
<<elseif $randomHandjobYoga is 1>>
<div class="div">I entered the living room to find Riley in a deep yoga stretch, her back arched beautifully. She hadn’t noticed me yet, so I walked up quietly and leaned in close.</div>
<<speech "MC" "$name">> You look so relaxed. How about I help you unwind a little more?<</speech>>
<div class="div">She jumped slightly, her cheeks instantly flushing as she turned to look at me, realizing what I meant.</div>
<<speech "Riley" "Riley">> W-wait, you mean... right now? But... I’m in the middle of yoga!<</speech>>
<div class="div">I grinned, stepping even closer, my eyes locked on hers.</div>
<<speech "MC" "$name">> I think you’ll enjoy this even more than yoga.<</speech>>
<div class="div">She hesitated, her blush deepening, but there was an unmistakable spark of excitement in her eyes.</div>
<<speech "Riley" "Riley">> O-okay... I guess we could do that. Just... don’t make me feel too embarrassed!<</speech>>
<div class="div">Riley dropped down to her knees, a bit nervous but clearly eager. She reached for my waistband, her hands trembling slightly as she pulled down my pants.</div>
<<speech "Riley" "Riley">> It’s just so... big. I’ll try to do better this time.<</speech>>
<div class="div">Her hands wrapped around my cock, stroking slowly at first, her breath coming out in soft pants. She kept sneaking glances up at me, clearly nervous but excited by the intimacy.</div>
<<speech "MC" "$name">> You’re doing great, Riley. Keep going just like that.<</speech>>
<div class="div">With each stroke, she grew more confident, the soft moans escaping her lips mixing with mine. I could feel the pressure building as she continued, faster now.</div>
<img src="img/riley/rileyyogahandjob3.webp">
<<speech "Riley" "Riley">> I like how... hot it feels. I didn’t think I’d enjoy it this much.<</speech>>
<div class="div">As I neared my release, I groaned, the tension building inside me until finally I erupted, thick spurts of cum covering her hand and some landing on her face.</div>
<img src="img/riley/rileyyogahandjob4.webp">
<<speech "Riley" "Riley">> Oh! I didn’t expect it to be so... intense! But I kind of... love how it feels.<</speech>>
<div class="div">She wiped some from her face, tasting it curiously, her blush deepening as she gave me a shy smile.</div>
<<else>>
<div class="div">I walked into the living room, and Riley was in the middle of a yoga pose, her body stretching out beautifully. She didn’t notice me at first, so I took the chance to sneak up behind her.</div>
<<speech "MC" "$name">> You’re looking really good, Riley. Think you could help me out with something while you’re down there?<</speech>>
<div class="div">She turned her head, her eyes widening in surprise before her face turned bright red. She bit her lip, looking a bit unsure, but her curiosity won out.</div>
<<speech "Riley" "Riley">> O-oh! Y-you mean like last time? Are you sure you want to do that... again?<</speech>>
<div class="div">I nodded, stepping closer until I was right in front of her. She hesitated, her blush deepening, but her hands reached for my waistband with shaky fingers.</div>
<<speech "MC" "$name">> You were amazing last time. I know you’ll be just as good now.<</speech>>
<div class="div">Riley swallowed nervously but pulled my pants down, her hands wrapping around my cock. She began to stroke me, her movements slow and deliberate, clearly remembering how I liked it.</div>
<<speech "Riley" "Riley">> I-I think I remember how you like it. Is this okay?<</speech>>
<div class="div">I let out a low moan, nodding as her pace increased. With every stroke, her shyness began to fade, replaced by excitement.</div>
<<speech "MC" "$name">> Just like that, Riley. You’re doing perfect.<</speech>>
<div class="div">She smiled shyly, biting her lip as she stroked me faster, her soft moans growing louder. I could feel my release building, the pleasure overwhelming.</div>
<img src="img/riley/rileyyogahandjob5.webp">
<<speech "Riley" "Riley">> I didn’t think I’d like this so much... but it feels so good to make you feel this way.<</speech>>
<div class="div">With a final groan, I came hard, thick cum splattering across her face. She gasped, looking down at herself in awe.</div>
<img src="img/riley/rileyyogahandjob6.webp">
<<speech "Riley" "Riley">> Wow... I didn’t expect it to be so much. But... I love the feeling of it.<</speech>>
<div class="div">, wiping some of the cum with her fingers, her face still flushed with excitement as she gave me a playful smile.</div>
</if>>
[[Leave the living room|Neighbor's House][$currentPeriod++]]
<<set $randomSunbathing to random(2)>>
<<if $randomSunbathing is 0>>
<div class="div">I wandered down to the lake, and there she was—Riley, lying on her towel, soaking up the sun in her tiny bikini. She didn't notice me at first, her eyes closed as she stretched, the sight of her curves making my heart race.</div>
<<speech "MC" "$name">> Hey, Riley. Mind if I join you?<</speech>>
<div class="div">Her eyes fluttered open, and she looked up, shielding her face from the sun. A shy smile played on her lips, and she sat up, her cheeks already a little pink.</div>
<<speech "Riley" "Riley">> Oh, hey! I didn’t see you there... Sure, have a seat.<</speech>>
<div class="div">I sat down next to her, feeling the tension in the air as I glanced over her body. She caught me staring, her blush deepening.</div>
<<speech "MC" "$name">> You look amazing out here, you know... I've got something naughty in mind. Care to help me out?<</speech>>
<div class="div">Riley blinked in surprise, her lips parting slightly. She hesitated, clearly caught off guard.</div>
<<speech "Riley" "Riley">> W-what do you mean? Like... what we did before?<</speech>>
<div class="div">I nodded, feeling bolder by the second.</div>
<<speech "MC" "$name">> Exactly like that. You up for it?<</speech>>
<div class="div">Her breath hitched, and after a moment of hesitation, she nodded, biting her lip as she shuffled closer.</div>
<<speech "Riley" "Riley">> Okay... I’ll try again. Just like last time.<</speech>>
<div class="div">With trembling hands, she reached for my waistband, her fingers clumsy but determined. I smiled as she started stroking me, the shyness in her movements slowly giving way to excitement.</div>
<<speech "MC" "$name">> That’s it, Riley... You’re doing great.<</speech>>
<div class="div">As she gained confidence, I groaned softly, the feeling of her hands sending pleasure shooting through me.</div>
<img src="img/riley/rileylakehandjob1.webp">
<<speech "Riley" "Riley">> It feels... exciting, doing this here.<</speech>>
<div class="div">With one final stroke, I couldn’t hold back anymore, cumming hard across her stomach. She let out a soft gasp, looking down at herself in awe.</div>
<img src="img/riley/rileylakehandjob2.webp">
<<speech "Riley" "Riley">> Oh... wow... That was... different.<</speech>>
<<elseif $randomSunbathing is 1>>
<div class="div">As I approached the lake, I spotted Riley sunbathing near the water’s edge. Her skin glistened in the sunlight, and I couldn’t resist getting closer. She noticed me, raising her head with a grin.</div>
<<speech "MC" "$name">> Hey, Riley. Enjoying the sun?<</speech>>
<div class="div">She giggled, sitting up slightly as she adjusted her bikini top, her face lighting up with a playful smile.</div>
<<speech "Riley" "Riley">> Yeah, it feels great! What about you? Fancy joining me?<</speech>>
<div class="div">I grinned, sitting down beside her, the warm sun on my back. I glanced over at her, feeling a rush of desire.</div>
<<speech "MC" "$name">> Actually, I was thinking about something... more exciting. Care to help me with it?<</speech>>
<div class="div">Her eyes widened, her blush deepening as she caught the suggestion in my tone. She looked around, nervous but intrigued.</div>
<<speech "Riley" "Riley">> You mean... here? But what if someone sees?<</speech>>
<div class="div">I leaned in, my voice dropping to a whisper.</div>
<<speech "MC" "$name">> Don’t worry, we’re alone... and I know you’re curious.<</speech>>
<div class="div">Riley hesitated for a moment, her gaze flicking to the water, but then she nodded, her hands shaking slightly as she reached for me.</div>
<<speech "Riley" "Riley">> O-okay, but we have to be quick!<</speech>>
<div class="div">With each stroke, her initial nervousness faded, replaced by a growing confidence that made my heart race. Her touch felt more natural now, and soon I was groaning, the pleasure building.</div>
<img src="img/riley/rileylakehandjob3.webp">
<<speech "MC" "$name">> Just like that, Riley... You’re perfect.<</speech>>
<div class="div">As I reached my limit, I couldn’t hold back, cumming hard across her chest. She gasped softly, looking down in surprise as she wiped it off.</div>
<img src="img/riley/rileylakehandjob4.webp">
<<speech "Riley" "Riley">> Wow... I didn’t expect it to be so much!<</speech>>
<div class="div">She giggled, her blush deepening as she lay back down, still in awe of what had just happened.</div>
<<else>>
<div class="div">The sun was setting over the lake, and Riley was stretched out on her towel, her skin glowing in the fading light. I walked up quietly, and she smiled when she saw me, her expression soft and inviting.</div>
<<speech "MC" "$name">> You look amazing out here, Riley... I was wondering if you’d want to help me out again?<</speech>>
<div class="div">Her smile faltered, her cheeks turning red as she sat up, clearly flustered by my suggestion.</div>
<<speech "Riley" "Riley">> Again? But... what if someone comes by?<</speech>>
<div class="div">I glanced around, making sure we were alone, then grinned at her.</div>
<<speech "MC" "$name">> There’s no one around. Just you and me... What do you say?<</speech>>
<div class="div">Riley bit her lip, glancing around nervously before nodding. She reached for me, her hands trembling as she started stroking me, her excitement obvious despite her embarrassment.</div>
<<speech "Riley" "Riley">> O-okay, I’ll help... but we have to be fast!<</speech>>
<div class="div">With every stroke, I could feel her confidence growing, the tension between us melting away as we lost ourselves in the moment.</div>
<img src="img/riley/rileylakehandjob5.webp">
<<speech "MC" "$name">> That’s perfect, Riley... Just like that.<</speech>>
<div class="div">As I neared my climax, I groaned, feeling the pressure build until I came hard, covering her face with thick cum. She gasped, her eyes wide with shock and awe.</div>
<img src="img/riley/rileylakehandjob6.webp">
<<speech "Riley" "Riley">> I... I can’t believe I just did that... again!<</speech>>
<div class="div">She giggled nervously, wiping off her face as she looked up at me, her cheeks bright red.</div>
<</if>>
[[Leave the lake|Lake][$currentPeriod++]]<div class="div">As I worked alongside Dan in the barn, I noticed him glancing my way more than usual. His cheeks were flushed, and he seemed lost in thought.</div>
<<speech "MC" "$name">> Hey, Dan, you look like you’ve seen a ghost. What’s on your mind? Got a crush on one of the hay bales?<</speech>>
<div class="div">Dan chuckled nervously, scratching the back of his head.</div>
<<speech "Dan" "Dan">> Nah, not the hay bales. But I’ve been thinking... about those kisses and, uh, the times we touched. It’s been playing in my head a lot more than I’d like to admit.<</speech>>
<div class="div">I raised an eyebrow, a playful grin spreading across my face.</div>
<<speech "MC" "$name">> Oh really? You mean those kisses that made you go all wobbly? I thought you were going to faint on me!<</speech>>
<div class="div">Dan laughed, but it quickly turned into a nervous chuckle.</div>
<<speech "Dan" "Dan">> Yeah, well, it’s not just the kisses. I’ve been questioning things, you know? It feels... confusing. I love Alexis, but... there’s something about this that I can’t shake.<</speech>>
<div class="div">I leaned closer, lowering my voice conspiratorially.</div>
<<speech "MC" "$name">> What if I told you that exploring this side of you could be exciting? You should embrace it, Dan. It doesn’t have to change anything between you and Alexis unless you want it to.<</speech>>
<div class="div">He looked thoughtful, clearly torn.</div>
<<speech "Dan" "Dan">> But what if it does change things? I don’t want to hurt her. I mean, she’s my wife. This feels like a slippery slope, and I don’t know how to navigate it.<</speech>>
<div class="div">I nodded, understanding the weight of his conflict.</div>
<<speech "MC" "$name">> It’s a lot to process, but you deserve to explore your feelings. We can keep this between us—just a little adventure. No pressure.<</speech>>
<div class="div">Dan’s eyes flickered with uncertainty, but there was a spark of curiosity in them.</div>
<<speech "Dan" "Dan">> Adventure, huh? As long as it doesn’t involve getting caught or messing things up with Alexis, I’m curious. But I can’t help feeling guilty. It’s not fair to her.<</speech>>
<div class="div">I stepped closer, teasingly lowering my voice.</div>
<<speech "MC" "$name">> What’s unfair is denying what you want. If you want to try something, you can. Just think of it as a safe space to explore without judgment.<</speech>>
<div class="div">Dan shifted on his feet, biting his lip.</div>
<<speech "Dan" "Dan">> You really think it’s okay for us to do this? I mean, I’ve never thought about anything like this before... It feels risky.<</speech>>
<div class="div">I grinned, feeling the tension build.</div>
<<speech "MC" "$name">> That’s the thrill, isn’t it? Just imagine how liberating it could be to let go of those fears for a moment.<</speech>>
<div class="div">He looked conflicted but intrigued, the internal struggle evident on his face.</div>
<<speech "Dan" "Dan">> Okay, but if we do this... it stays between us. No one can find out. I don’t want to jeopardize my marriage.<</speech>>
<div class="div">I nodded, appreciating his honesty.</div>
<<speech "MC" "$name">> I promise, just us. So, are you ready to take that leap? How about you get on your knees and let me show you what I mean?<</speech>>
<div class="div">Dan’s eyes widened, a mix of surprise and eagerness sparking within him.</div>
<<speech "Dan" "Dan">> You want me to do what? You’re really going to test my limits here, huh?<</speech>>
<div class="div">I smirked, my tone playful yet inviting.</div>
<<speech "MC" "$name">> Come on, it’ll be our little secret adventure. Trust me, you won’t regret it.<</speech>>
<div class="div">After a moment of hesitation, Dan sank to his knees, the thrill of the moment palpable between us. His eyes were filled with uncertainty, but also a newfound excitement as he took a step into uncharted territory.</div>
<div class="div">In that moment, we both knew we were crossing into something deeper, and the thrill of discovery electrified the air between us.</div>
[[he kneels down|Dan first handjob2]]<div class="div">As Dan knelt before me, the tension in the barn was palpable, the air thick with unspoken desires. I looked down, my heart racing, and smirked at the sight of his wide eyes, filled with a mix of anticipation and uncertainty. He was a few years older, settled in life with responsibilities, while I was still exploring my identity.</div>
<<speech "MC" "$name">> You ready for this? Just remember, it’s all about exploring what you want. <</speech>>
<div class="div">He hesitated, his breath quickening as he processed my words. I stepped closer, feeling the heat radiating from his body.</div>
<<speech "MC" "$name">> Go on, pull my pants down. I want you to feel what this is all about. <</speech>>
<div class="div">Dan’s fingers trembled as they reached for my waistband. With a rush of adrenaline, he pushed my pants down, revealing my hard cock, eager and throbbing in the cool barn air. The contrast of our ages made this moment feel even more intense—here I was, youthful and reckless, and he was a man caught between desire and duty.</div>
<img src="img/dan/danhandjobfirst1.webp">
<div class="div">His eyes widened, and I could see his mind racing, caught between desire and the weight of his loyalty to Alexis. I bit my lip, suppressing a moan as I watched him take in the sight.</div>
<<speech "MC" "$name">> Touch it, Dan. You’re safe here. <</speech>>
<div class="div">With a deep breath, he reached out, his fingers brushing against my skin, sending a shiver down my spine. I could see the excitement building within him, his initial hesitation melting away. It was almost playful, the way I teased this older man, awakening something within him that he hadn’t dared to explore.</div>
<<speech "Dan" "Dan">> I can’t believe I’m actually doing this... <</speech>>
<<speech "MC" "$name">> Just let it happen. Feel it. <</speech>>
<div class="div">He wrapped his fingers around my cock, hesitantly at first, but I could feel his grip tightening as he grew bolder. The warmth of his touch ignited something primal within me, and I let out a low groan.</div>
<<speech "MC" "$name">> That’s it. Just like that. You’re doing amazing, Dan. <</speech>>
<div class="div">Encouraged by my words, he began to experiment, his strokes becoming more confident and fluid. I could see the shift in him—his expression shifting from uncertainty to eagerness, the thrill of the moment taking over. Despite the years that separated us, we were sharing an experience that felt timeless.</div>
<div class="div">As he continued to pleasure me, I noticed him bite his lip, his eyes flickering between my face and the sight of my cock in his hand. I felt a surge of excitement as he began to mirror my pleasure, his other hand finding its way to his own body.</div>
<img src="img/dan/danhandjobfirst2.webp">
<<speech "MC" "$name">> You can touch yourself too, you know. Let go of everything else. <</speech>>
<div class="div">Dan’s breathing quickened as he responded to my invitation, his free hand sliding down to his own hard cock. I watched, captivated, as he began to stroke himself, matching the rhythm of his movements with the heat radiating from my body. The thrill of this forbidden moment electrified the air between us.</div>
<<speech "Dan" "Dan">> This feels... incredible. <</speech>>
<div class="div">I grinned, reveling in the connection we were forging, the boundaries blurring between us. With each stroke of his hand, I could see the conflict in his eyes giving way to pure desire.</div>
<<speech "MC" "$name">> Just focus on the pleasure, Dan. Embrace it. <</speech>>
<div class="div">He nodded, surrendering to the sensation, the barn around us fading away as we lost ourselves in this shared moment. The thrill of the secret adventure electrified the air, and I leaned in closer, whispering encouragement as the tension between us grew.</div>
<<speech "MC" "$name">> You’re doing so well. Just let go. <</speech>>
<div class="div">The room filled with the sounds of our breathing, the intimacy of the moment wrapping around us like a warm blanket. I could feel my own excitement building, the connection between us deepening with every touch, every shared breath.</div>
<div class="div">As the tension built between us, I could feel my body responding to the intoxicating mix of pleasure and connection. Dan’s strokes grew faster, his breath coming in sharp gasps as he focused on the sensations enveloping him.</div>
<<speech "MC" "$name">> Dan, I’m getting close... <</speech>>
<div class="div">His eyes widened, a mix of surprise and eagerness flashing across his face as he glanced up at me, clearly excited by the impending cum. I could feel the heat pooling in my core, ready to burst forth.</div>
<<speech "Dan" "Dan">> I want to feel it... <</speech>>
<div class="div">With a final, intense stroke, I let go, the pleasure crashing over me like a wave. I cum on Dan’s face, the warmth spreading as he instinctively leaned closer, his eyes locked onto mine, filled with a mix of shock and delight. I could see the pleasure radiating from him as he savored the feeling of my cum on his skin, a look of exhilaration crossing his face.</div>
<img src="img/dan/danhandjobfirst3.webp">
<div class="div">The moment hung in the air, charged with an electric energy. I watched as he absorbed the feeling, a dazed expression washing over his features, clearly enjoying the sensation. The thrill of the experience ignited something within him, a spark of excitement that would linger long after this moment.</div>
<<speech "MC" "$name">> You okay? <</speech>>
<div class="div">Dan blinked, processing what had just happened, the realization of his own arousal evident as he remained on the floor, breathless and flushed. There was something about this encounter that felt like a youthful rebellion against the expectations of adulthood.</div>
<<speech "Dan" "Dan">> That was... unreal. I never thought I’d feel something like this. <</speech>>
<div class="div">He chuckled softly, wiping his face with the back of his hand, a playful grin spreading across his lips. The atmosphere was charged, the connection between us deeper than ever.</div>
<<speech "MC" "$name">> Welcome to the adventure, Dan. It’s just the beginning. <</speech>>
<div class="div">He looked up at me, his eyes shining with a mixture of excitement and uncertainty, clearly contemplating the implications of what we’d just shared. The thrill of discovery lingered in the air, both of us aware that this was a turning point in our relationship.</div>
<div class="div">As he sat there on the floor, I could see the internal struggle still playing out in his mind, but there was also a newfound boldness in his gaze—a spark of curiosity that suggested he was ready to explore even further.</div>
[[get up|Dan first handjob3]]
<div class="div">As the moment of exhilaration faded, I watched Dan process what had just happened. The barn was quiet, the only sound the distant rustling of hay. He seemed lost in thought, his expression a mix of awe and confusion.</div>
<<speech "MC" "$name">> So... that just happened. How are you feeling? <</speech>>
<div class="div">Dan looked up at me, a hint of a smile playing on his lips.</div>
<<speech "Dan" "Dan">> Honestly? I’m still trying to wrap my head around it. That was... intense. I didn’t expect to enjoy it so much. <</speech>>
<div class="div">I chuckled, feeling the weight of the moment settle around us.</div>
<<speech "MC" "$name">> It was pretty wild, huh? You let go of a lot of tension. I could see how much you were into it. <</speech>>
<div class="div">He nodded, his cheeks still flushed.</div>
<<speech "Dan" "Dan">> I really did. But it feels so complicated. I love Alexis, but... this side of me has been bottled up for so long. <</speech>>
<div class="div">I stepped closer, wanting to reassure him.</div>
<<speech "MC" "$name">> It doesn’t have to change how you feel about her unless you want it to. This was just an adventure, a way to explore. <</speech>>
<div class="div">Dan took a deep breath, running a hand through his hair, clearly still processing everything.</div>
<<speech "Dan" "Dan">> I get that. I just hope I can navigate this without hurting anyone. <</speech>>
<div class="div">I smiled, feeling the bond between us deepen.</div>
<<speech "MC" "$name">> We can keep it between us, Dan. Just think of it as our secret adventure. You deserve to explore what you want. <</speech>>
<div class="div">He met my gaze, a newfound resolve shining through his uncertainty.</div>
<<speech "Dan" "Dan">> You’re right. I’m going to figure this out, but I appreciate you being here for me. <</speech>>
<div class="div">I nodded, sensing that this moment had brought us closer.</div>
<<speech "MC" "$name">> Anytime. Now, let’s get cleaned up before anyone notices we’ve been gone for too long. <</speech>>
<div class="div">As we both stood up, I felt the thrill of the moment linger in the air, a reminder of our shared experience. We straightened ourselves and glanced at each other, a playful grin breaking the tension.</div>
<<speech "Dan" "Dan">> I guess we’ve crossed a line, huh? <</speech>>
<<speech "MC" "$name">> Just a little one. But I think it was worth it. <</speech>>
<div class="div">We shared a laugh, the weight of the moment easing as we made our way toward the exit. As we stepped outside, the sun shining down on us, I felt a sense of excitement for what the future might hold. Our adventure was just beginning.</div>
[[Leave|corridor][$currentPeriod++,$danStage++]]<div class="div">You muster up the courage and approach <<print $characterName>>. As you get closer, you notice their eyes light up with interest.</div>
<<print "<img src='" + $image + "' alt='Character Image'>" >>
<<speech "MC" "$name">>Hey there, Mind if I join you?<</speech>>
<<nobr>>
<<if $gender == "woman" or $gender == "trans">>
<<set $flirtLines = [
"You look like someone who knows how to have a wild night. Care to join me in turning up the heat?",
"I can’t take my eyes off you. What's your secret to looking this good?",
"That drink looks tempting, but not as tempting as you. Mind if I indulge a little?",
"I love your vibe—it’s confident and alluring. Want to explore that chemistry with me?",
"Your presence is captivating. I’d love to see where this night takes us."
]>>
<<elseif $gender == "man">>
<<set $flirtLines = [
"You’ve got that rugged look that makes me want to know you better. What’s your story?",
"I couldn’t resist coming over. You’ve got that vibe that’s hard to ignore.",
"What’s a guy like you doing here looking this good? Mind if I join and find out more?",
"You seem like someone who enjoys life to the fullest. How about we spice things up tonight?",
"I like the way you carry yourself; it’s sexy. Want to grab a drink and see where this leads?"
]>>
<</if>>
<</nobr>>
<<speech "MC" "$name">><<print $flirtLines.random()>><</speech>>
<<set $successChance = Math.random() * 100>>
<<set $randomRequirement = ["charisma", "strength", "money"].random()>>
<<nobr>>
<<if $randomRequirement == "charisma">>
<<set $charismaChance = ($charisma / 50) * 100>>
<<if $successChance < $charismaChance>>
<div class="div"> "Wow, I like your approach," <<nobr>><<print $characterName>><</nobr>> replies, smiling. "You’ve got some charm."</div>
<<set $nextAction = "success">>
<<else>>
<div class="div"> "Thanks, but I'm not really in the mood for a chat," <<nobr>><<print $characterName>><</nobr>> responds, looking away. </div>
<<set $nextAction = "failure">>
<</if>>
<</if>>
<<if $randomRequirement == "strength">>
<<set $strengthChance = ($strength / 50) * 100>>
<<if $successChance < $strengthChance>>
<div class="div"> "You look strong and confident; I like that," <<nobr>><<print $characterName>><</nobr>> says, giving you a smile. </div>
<<set $nextAction = "success">>
<<else>>
<div class="div">"Sorry, but I'm just not feeling it right now," <<nobr>><<print $characterName>><</nobr>> replies, turning back to their drink.</div>
<<set $nextAction = "failure">>
<</if>>
<</if>>
<<if $randomRequirement == "money">>
<<set $moneyChance = ($money / 9999) * 100>>
<<if $successChance < $moneyChance>>
<div class="div">"I appreciate someone who enjoys the finer things in life," <<nobr>><<print $characterName>><</nobr>> says, raising an eyebrow playfully.</div>
<<set $nextAction = "success">>
<<else>>
<div class="div">"Thanks, but I’m not really looking for anything tonight," <<nobr>><<print $characterName>><</nobr>> says, shaking their head.</div>
<<set $nextAction = "failure">>
<</if>>
<</if>>
<</nobr>>
<<if $nextAction == "success">>
[[Go to the bathroom for some fun|bathroomScene]]
<</if>>
<<if $nextAction == "failure">>
<div class="div">Feeling a bit embarrassed, you decide to step back and take a breath. The bar still hums with life around you.</div>
[[Leave them alone and enjoy the bar|Town]]
<</if>><div class="div">You and <<print $characterName>> slip into the dimly lit bathroom, the sound of the bar fading away. The air is thick with anticipation as you lock the door behind you, ensuring privacy.</div>
<div class="div">What do you want to do?</div>
<div class="navigation">
<<if $gender == "man">>
[[Blowjob|blowjobScene]]
[[Doggy Style|doggyStyleScene]]
[[Missionary|missionaryScene]]
[[Cum Shot|cumScene]]
<<else>>
[[Blowjob|blowjobScene]]
[[Doggy Style|doggyStyleScene]]
[[Missionary|missionaryScene]]
[[Titsfuck|titsfuckScene]]
<<if $gender == "woman">>
[[Anal|analScene]]
<</if>>
[[Cum Shot|cumScene]]
<</if>>
</div><div class="div">
You push <<print $characterName>> down to their knees, eager to start. .</div>
<<set $blowjobImages = [
"img/porn/blowjob_" + $skinColor + "_" + $gender + "_1.webp",
"img/porn/blowjob_" + $skinColor + "_" + $gender + "_2.webp",
"img/porn/blowjob_" + $skinColor + "_" + $gender + "_3.webp",
"img/porn/blowjob_" + $skinColor + "_" + $gender + "_4.webp",
"img/porn/blowjob_" + $skinColor + "_" + $gender + "_5.webp"
]>>
<<print "<img src='" + $blowjobImages.random() + "' alt='Blowjob Scene'>" >>
<<if $gender == "man">>
<<set $pronoun = "he">>
<<set $possessivePronoun = "his">>
<<set $objectPronoun = "him">>
<<else>>
<<set $pronoun = "she">>
<<set $possessivePronoun = "her">>
<<set $objectPronoun = "her">>
<</if>>
<<set $randomConversations = [
"'<<print $characterName>> gags and cries as you force yourself deeper into <<print $possessivePronoun>> throat, loving the way <<print $pronoun>> struggles to take your entire cock.'",
"'You grip <<print $characterName>>’s hair tightly as <<print $pronoun>> eagerly sucks you down, gagging slightly but not stopping.'",
"'<<print $characterName>> swirls <<print $possessivePronoun>> tongue around your shaft, taking you deeper with every movement, while you push yourself further into <<print $pronoun>>’s mouth.'"]>>
<div class="div"><<print $randomConversations.random()>>.</div>
<div class="navigation">
<<if $gender == "man">>
[[Doggy Style|doggyStyleScene]]
[[Missionary|missionaryScene]]
[[Cum Shot|cumScene]]
<<else>>
[[Doggy Style|doggyStyleScene]]
[[Missionary|missionaryScene]]
[[Titsfuck|titsfuckScene]]
<<if $gender == "woman">>
[[Anal|analScene]]
<</if>>
[[Cum Shot|cumScene]]
<</if>>
</div>
<div class="div">You bend <<print $characterName>> over, positioning them perfectly. </div>
<<set $doggyImages = [
"img/porn/doggy_" + $skinColor + "_" + $gender + "_1.webp",
"img/porn/doggy_" + $skinColor + "_" + $gender + "_2.webp",
"img/porn/doggy_" + $skinColor + "_" + $gender + "_3.webp",
"img/porn/doggy_" + $skinColor + "_" + $gender + "_4.webp",
"img/porn/doggy_" + $skinColor + "_" + $gender + "_5.webp"
]>>
<<print "<img src='" + $doggyImages.random() + "' alt='Doggy Style Scene'>" >>
<<nobr>>
<<set $randomConversations = [
"'You pound <<print $characterName>> from behind, gripping <<print $possessivePronoun>> hips as you drive deeper into <<print $possessivePronoun>> body.'",
"'<<print $characterName>> cries out, begging for more as you thrust harder, each movement making <<print $pronoun>> shudder.'",
"'You grip <<print $characterName>> tightly as <<print $pronoun>> takes you from behind, loving the sound of your body slamming against <<print $possessivePronoun>> ass.'"
]>>
<</nobr>>
<div class="div"><<print $randomConversations.random()>> </div>
<div class="navigation">
<<if $gender == "man">>
[[Blowjob|blowjobScene]]
[[Missionary|missionaryScene]]
[[Cum Shot|cumScene]]
<<else>>
[[Blowjob|blowjobScene]]
[[Missionary|missionaryScene]]
[[Titsfuck|titsfuckScene]]
<<if $gender == "woman">>
[[Anal|analScene]]
<</if>>
[[Cum Shot|cumScene]]
<</if>>
</div>
<<</nobr>><div class="div">
You press <<print $characterName>> onto the bed, spreading <<print $possessivePronoun>> legs wide open. Your cock presses against <<print $pronoun>>’s entrance, teasing <<print $pronoun>> as you push in, stretching <<print $pronoun>> wide.
</div>
<<set $missionaryImages = [
"img/porn/missionary_" + $skinColor + "_" + $gender + "_1.webp",
"img/porn/missionary_" + $skinColor + "_" + $gender + "_2.webp",
"img/porn/missionary_" + $skinColor + "_" + $gender + "_3.webp",
"img/porn/missionary_" + $skinColor + "_" + $gender + "_4.webp",
"img/porn/missionary_" + $skinColor + "_" + $gender + "_5.webp"
]>>
<<print "<img src='" + $missionaryImages.random() + "' alt='Missionary Scene'>" >>
<nobr>
<<set $randomMissionaryLines = [
"'<<print $characterName>> moans loudly as you bury yourself deep inside <<print $possessivePronoun>> pussy, filling <<print $pronoun>> completely with your cock.'",
"'<<print $characterName>> claws at your back, legs wrapped around you, begging for you to fuck <<print $pronoun>> harder, as you slam into <<print $pronoun>> tight hole.'",
"'<<print $characterName>>'s pussy is so wet, your cock slides easily in and out, but you drive deeper, making <<print $pronoun>> scream for more.'",
"'You lean down, biting <<print $characterName>>'s lip as you fuck <<print $pronoun>> roughly, feeling <<print $pronoun>>'s body tighten around your cock.'",
"'<<print $characterName>>’s nails dig into your skin as you push deeper, your cock throbbing inside <<print $possessivePronoun>> dripping hole.'"
]>>
</nobr>
<div class="div"><<print $randomMissionaryLines.random()>>.</div>
<div class="navigation">
<<if $gender == "man">>
[[Blowjob|blowjobScene]]
[[Doggy Style|doggyStyleScene]]
[[Cum Shot|cumScene]]
<<else>>
[[Blowjob|blowjobScene]]
[[Doggy Style|doggyStyleScene]]
[[Titsfuck|titsfuckScene]]
<<if $gender == "woman">>
[[Anal|analScene]]
<</if>>
[[Cum Shot|cumScene]]
<</if>>
</div><div class="div">
You slide your cock between <<print $characterName>>’s tits, feeling the warmth of <<print $pronoun>>'s soft skin around you. You command <<print $pronoun>> to squeeze tighter, watching as your cock disappears between <<print $pronoun>>'s chest.
</div>
<<set $titsfuckImages = [
"img/porn/titsfuck_" + $skinColor + "_" + $gender + "_1.webp",
"img/porn/titsfuck_" + $skinColor + "_" + $gender + "_2.webp",
"img/porn/titsfuck_" + $skinColor + "_" + $gender + "_3.webp",
"img/porn/titsfuck_" + $skinColor + "_" + $gender + "_4.webp",
"img/porn/titsfuck_" + $skinColor + "_" + $gender + "_5.webp"
]>>
<<print "<img src='" + $titsfuckImages.random() + "' alt='Titsfuck Scene'>" >>
<nobr>
<<set $randomTitsfuckLines = [
"'<<print $characterName>>’s tits squeeze your cock so tight, and <<print $pronoun>> licks the tip, teasing you as you thrust between <<print $pronoun>>’s chest.'",
"'<<print $characterName>> presses <<print $possessivePronoun>> tits together, rubbing your cock faster between them, while licking your shaft like a hungry slut.'",
"'<<print $characterName>> looks up at you with needy eyes, wanting you to cum all over <<print $pronoun>> as your cock slides between <<print $pronoun>>’s soft tits.'",
"'<<print $characterName>> drools as you fuck <<print $possessivePronoun>> chest harder, feeling your cock swell between <<print $pronoun>>'s tits, ready to explode.'",
"'<<print $characterName>>’s tits are soaked with pre-cum as you thrust faster, watching <<print $pronoun>> lick up every drop with that filthy tongue.'"
]>>
</nobr>
<div class="div"><<print $randomTitsfuckLines.random()>>.</div>
<div class="navigation">
<<if $gender == "man">>
[[Blowjob|blowjobScene]]
[[Doggy Style|doggyStyleScene]]
[[Missionary|missionaryScene]]
[[Cum Shot|cumScene]]
<<else>>
[[Blowjob|blowjobScene]]
[[Doggy Style|doggyStyleScene]]
[[Missionary|missionaryScene]]
<<if $gender == "woman">>
[[Anal|analScene]]
<</if>>[[Cum Shot|cumScene]]
<</if>>
</div><div class="div">
You spread <<print $characterName>>'s ass wide, watching <<print $pronoun>> tremble as you press your cock against <<print $possessivePronoun>> tight hole. You push in, feeling <<print $pronoun>> clench around you, barely able to handle your size.
</div>
<<set $analImages = [
"img/porn/anal_" + $skinColor + "_" + $gender + "_1.webp",
"img/porn/anal_" + $skinColor + "_" + $gender + "_2.webp",
"img/porn/anal_" + $skinColor + "_" + $gender + "_3.webp",
"img/porn/anal_" + $skinColor + "_" + $gender + "_4.webp",
"img/porn/anal_" + $skinColor + "_" + $gender + "_5.webp"
]>>
<<print "<img src='" + $analImages.random() + "' alt='Anal Scene'>" >>
<nobr>
<<set $randomAnalLines = [
"'<<print $characterName>> cries out as you stretch <<print $pronoun>> open, struggling to take your thick cock in <<print $possessivePronoun>> ass.'",
"'<<print $characterName>>’s ass is so tight, you can barely move, but you shove deeper, feeling <<print $pronoun>> squirm underneath you.'",
"'<<print $characterName>>’s ass clenches hard around your cock as you fuck <<print $pronoun>>, groaning as <<print $pronoun>> moans like a slut.'",
"'<<print $characterName>> begs for you to go harder, ass stretched wide as your cock slams deep into <<print $pronoun>>, pounding <<print $pronoun>> raw.'",
"'<<print $characterName>> shudders, feeling your cock pound deeper into <<print $pronoun>>’s ass, filling <<print $possessivePronoun>> tight hole with every thrust.'"
]>>
</nobr>
<div class="div"><<print $randomAnalLines.random()>>.</div>
<div class="navigation">
<<if $gender == "man">>
[[Blowjob|blowjobScene]]
[[Doggy Style|doggyStyleScene]]
[[Missionary|missionaryScene]]
[[Cum Shot|cumScene]]
<<else>>
[[Blowjob|blowjobScene]]
[[Doggy Style|doggyStyleScene]]
[[Missionary|missionaryScene]]
[[Titsfuck|titsfuckScene]]
[[Cum Shot|cumScene]]
<</if>>
</div><div class="div">The heat builds, and you can feel yourself reaching the edge. <<print $characterName>> moans, encouraging you as you thrust one last time.</div>
<<set $cumImages = [
"img/porn/cum_" + $skinColor + "_" + $gender + "_1.webp",
"img/porn/cum_" + $skinColor + "_" + $gender + "_2.webp",
"img/porn/cum_" + $skinColor + "_" + $gender + "_3.webp",
"img/porn/cum_" + $skinColor + "_" + $gender + "_4.webp",
"img/porn/cum_" + $skinColor + "_" + $gender + "_5.webp"
]>>
<<print "<img src='" + $cumImages.random() + "' alt='Cum Scene'>" >>
<div class="div">With one final push, you cum, feeling the rush of pleasure wash over you.</div>
[[Leave|Town][$currentPeriod++]]
<<set $randomInvite to random(3)>>
<<if $randomInvite is 0>>
<div class="div">The sun was just starting to rise over the fields, casting a golden glow as I found Dan leaning against the barn, wiping sweat from his brow after a hard morning’s work.</div>
<<speech "MC" "$name">> Morning, Dan. You look like you could use a break.<</speech>>
<div class="div">He glanced over, a smirk spreading across his face.</div>
<<speech "Dan">> Oh? And what do you have in mind for my break?<</speech>>
<div class="div">I stepped closer, leaning against the barn wall, enjoying the view of his toned body.</div>
<<speech "MC" "$name">> How about giving me a hand? I’ve got something that needs some attention.<</speech>>
<div class="div">Dan raised an eyebrow, his curiosity piqued. He crossed his arms, leaning in slightly.</div>
<<speech "Dan">> Is that so? What exactly do you want me to help you with?<</speech>>
<div class="div">I bit my lip, gesturing downward.</div>
<<speech "MC" "$name">> You know what I mean. I’m really in need of some... personal assistance.<</speech>>
<div class="div">He chuckled, shaking his head in disbelief, but I could see the interest in his eyes.</div>
<<speech "Dan">> You’re bold, I’ll give you that. Alright, but you better make it worth my while.<</speech>>
<div class="div">With a teasing grin, I nodded, and he stepped closer, his hand reaching out to wrap around me. He started off slow, his grip firm and warm, sending shivers down my spine.</div>
<<speech "MC" "$name">> Damn, Dan, that feels good. Just like that...<</speech>>
<div class="div">He picked up the pace, his strokes becoming more confident as he watched my reaction. I leaned back against the barn, feeling the heat of the moment build between us.</div>
<img src="img/dan/danbarnhandjob1.webp">
<<speech "Dan">> You like that, huh? I didn’t know I had this effect on you.<</speech>>
<div class="div">I nodded, my breath coming in short gasps as the pleasure intensified. Each stroke brought me closer to the edge, and I could feel my body responding to his every move.</div>
<<speech "MC" "$name">> You’re amazing, Dan. Don’t stop.<</speech>>
<div class="div">He smirked, increasing the pressure as he expertly worked his hand up and down, teasing me just right. My mind raced with the thrill of the moment, the barn around us fading away.</div>
<img src="img/dan/danbarnhandjob2.webp">
<<speech "Dan">> You better be ready... I can feel you getting close.<</speech>>
<div class="div">With every stroke, the tension coiled tighter, and I felt my body ready to explode. I could barely contain myself, my moans escaping as I got lost in the pleasure.</div>
<<speech "MC" "$name">> I’m so close, Dan. Don’t stop!<</speech>>
<div class="div">With one final stroke, I let go, my release spilling out, splattering across his face. I gasped, caught in the wave of ecstasy.</div>
<<speech "MC" "$name">> You were incredible! Thanks for the help, Dan.<</speech>>
<img src="img/dan/danbarnhandjob3.webp">
<div class="div">He wiped his face with a chuckle, shaking his head in disbelief.</div>
<<speech "Dan">> You’re something else. Don’t think this means I’ll go easy on you next time.<</speech>>
<<elseif $randomInvite is 1>>
<div class="div">The morning sun shone down as I found Dan stacking hay in the barn, his muscles flexing with each lift.</div>
<<speech "MC" "$name">> Hey, Dan. Need a break from all this hard work?<</speech>>
<div class="div">He turned, wiping sweat from his brow and giving me a playful grin.</div>
<<speech "Dan">> Depends on what you have in mind. What’s up?<</speech>>
<div class="div">I stepped closer, my heart racing as I leaned against the haystack.</div>
<<speech "MC" "$name">> I was hoping you could help me with something... a bit more personal.<</speech>>
<div class="div">Dan raised an eyebrow, his interest clearly piqued.</div>
<<speech "Dan">> Oh? And what exactly do you need help with?<</speech>>
<div class="div">I pointed down, letting my intentions be known.</div>
<<speech "MC" "$name">> I could really use your hands... to help me out down here.<</speech>>
<div class="div">He laughed, shaking his head, but there was a hint of excitement in his eyes.</div>
<<speech "Dan">> You really know how to ask for what you want, don’t you? Alright, let’s see what I can do.<</speech>>
<div class="div">Dan stepped closer, his strong hands wrapping around me. He started off slow, teasing me with gentle strokes, watching my reactions intently.</div>
<<speech "MC" "$name">> Oh, that feels amazing... Keep going, Dan.<</speech>>
<div class="div">With each stroke, he picked up the pace, the friction building as I leaned into his touch. I could feel my breath quickening as the pleasure mounted.</div>
<img src="img/dan/danbarnhandjob4.webp">
<<speech "Dan">> You’re really enjoying this, aren’t you?<</speech>>
<div class="div">I nodded, lost in the sensations he was creating, the world around us fading away.</div>
<<speech "MC" "$name">> You have no idea how good this feels...<</speech>>
<div class="div">He maintained a steady rhythm, each stroke sending waves of pleasure coursing through me. I could feel the tension building, coiling tight within me.</div>
<img src="img/dan/danbarnhandjob5.webp">
<<speech "Dan">> You better be ready; I can tell you’re getting close.<</speech>>
<div class="div">I gripped his shoulder, trying to hold onto something as the pleasure surged higher, my body begging for release.</div>
<<speech "MC" "$name">> I’m right there, don’t stop!<</speech>>
<div class="div">With one last stroke, I let go, my release splattering onto the floor. I gasped, the thrill of the moment washing over me.</div>
<<speech "MC" "$name">> That was amazing! Thanks, Dan.<</speech>>
<img src="img/dan/danbarnhandjob6.webp">
<div class="div">He wiped his hands on his jeans, smirking at me.</div>
<<speech "Dan">> You owe me one. Don’t think I’ll forget this.<</speech>>
<<else>>
<div class="div">The morning air was fresh as I found Dan lounging against the barn, looking relaxed after his hard work.</div>
<<speech "MC" "$name">> Hey, Dan. You ready for a little fun?<</speech>>
<div class="div">He looked over with a grin, crossing his arms.</div>
<<speech "Dan">> Fun? What did you have in mind?<</speech>>
<div class="div">I stepped closer, my heart racing, and leaned in conspiratorially.</div>
<<speech "MC" "$name">> I was thinking you could give me a hand... with something a bit more personal.<</speech>>
<div class="div">His interest was clearly piqued, and he leaned in closer.</div>
<<speech "Dan">> Oh? And what exactly do you want me to do?<</speech>>
<div class="div">I pointed down, my intentions clear.</div>
<<speech "MC" "$name">> I need some help down here; I think you’d be great at it.<</speech>>
<div class="div">Dan chuckled, shaking his head but clearly intrigued.</div>
<<speech "Dan">> You’re bold, I’ll give you that. Alright, let’s see what I can do.<</speech>>
<div class="div">He stepped closer, wrapping his strong hand around me. He started off slow, teasing me as he stroked, gauging my reaction.</div>
<<speech "MC" "$name">> Oh, that’s nice. Just like that...<</speech>>
<div class="div">With each stroke, he picked up the pace, his grip tightening as he got into the rhythm. I leaned against the barn, surrendering to the pleasure building inside me.</div>
<img src="img/dan/danbarnhandjob7.webp">
<<speech "Dan">> You’re really getting into this, aren’t you?<</speech>>
<div class="div">I nodded, my breath quickening as he continued, each movement sending electric jolts through me.</div>
<<speech "MC" "$name">> You have no idea how good this feels...<</speech>>
<div class="div">He maintained a steady rhythm, teasing and pushing me closer to the edge, the tension coiling tighter within me.</div>
<img src="img/dan/danbarnhandjob8.webp">
<<speech "Dan">> You better hold on; I can feel you getting close.<</speech>>
<div class="div">With a final stroke, I lost it, my release splattering onto the floor. I gasped, overwhelmed by the intensity of the moment.</div>
<img src="img/dan/danbarnhandjob9.webp">
<<speech "MC" "$name">> You were incredible! Thanks for that, Dan.<</speech>>
<div class="div">He wiped his hands on his jeans, shaking his head with a laugh.</div>
<<speech "Dan">> Just remember, this was a one-time deal. Don’t push your luck.<</speech>>
<</if>>
[[Leave|Barn][$currentPeriod++]]
<<set $randomInvite to random(3)>>
<<if $randomInvite is 0>>
<div class="div">The sun hung high in the sky, casting warmth over the golden fields as I found Dan taking a break, leaning against a fence and enjoying the view.</div>
<<speech "MC" "$name">> Hey, Dan! Looks like you could use some company.<</speech>>
<div class="div">He turned with a grin, his eyes sparkling.</div>
<<speech "Dan">> Always good to see you! What’s on your mind?<</speech>>
<div class="div">I stepped closer, feeling the heat radiating off him.</div>
<<speech "MC" "$name">> I was thinking... how about a little fun in the fields? I could really use your hands right now.<</speech>>
<div class="div">Dan raised an eyebrow, intrigued.</div>
<<speech "Dan">> Oh? What kind of fun are we talking about?<</speech>>
<div class="div">I leaned in, lowering my voice.</div>
<<speech "MC" "$name">> I need some personal assistance, if you know what I mean.<</speech>>
<div class="div">His grin widened as he took a step closer.</div>
<<speech "Dan">> Alright, I’m listening. What do you have in mind?<</speech>>
<div class="div">I gestured downwards, letting him know exactly what I wanted.</div>
<<speech "MC" "$name">> Just a little help down here... I promise you won’t regret it.<</speech>>
<div class="div">He chuckled, stepping closer and wrapping his hand around me. He started off slow, teasingly, watching my reaction intently.</div>
<<speech "MC" "$name">> That feels incredible, Dan. Just like that...<</speech>>
<div class="div">He picked up the pace, his grip tightening as he began to stroke, each movement sending waves of pleasure through me.</div>
<<speech "Dan">> You’re really into this, aren’t you?<</speech>>
<div class="div">I nodded, leaning against the fence as the heat of the moment built up.</div>
<img src="img/dan/danfieldshandjob1.webp">
<<speech "MC" "$name">> You have no idea how good this feels...<</speech>>
<div class="div">He maintained a steady rhythm, teasing and pushing me closer to the edge, the tension coiling tighter inside.</div>
<<speech "Dan">> I can tell you’re getting close. Just let go when you’re ready.<</speech>>
<div class="div">With each stroke, I felt the pressure building, my breath quickening as the pleasure surged within me.</div>
<img src="img/dan/danfieldshandjob2.webp">
<<speech "MC" "$name">> I’m so close, don’t stop!<</speech>>
<div class="div">With a final, firm stroke, I let go, my release spilling out onto the grass, the world fading away in a rush of ecstasy.</div>
<img src="img/dan/danfieldshandjob3.webp">
<<speech "MC" "$name">> That was amazing, Dan! Thanks for the help.<</speech>>
<div class="div">He wiped his hand on his jeans, laughing lightly.</div>
<<speech "Dan">> You’re something else. Don’t think this is a regular thing!<</speech>>
<<elseif $randomInvite is 1>>
<div class="div">The fields stretched out in front of me, the sun shining bright as I spotted Dan taking a break, leaning against a tractor.</div>
<<speech "MC" "$name">> Hey, Dan! Mind if I join you for a minute?<</speech>>
<div class="div">He looked over with a playful smile.</div>
<<speech "Dan">> Sure! What’s up?<</speech>>
<div class="div">I sauntered closer, feeling bold.</div>
<<speech "MC" "$name">> I was thinking we could have a little fun... I need a hand, if you’re willing.<</speech>>
<div class="div">His interest piqued, he stepped closer, leaning against the tractor.</div>
<<speech "Dan">> A hand? What are you thinking?<</speech>>
<div class="div">I pointed down, making my intentions clear.</div>
<<speech "MC" "$name">> I need some personal attention down here.<</speech>>
<div class="div">Dan grinned, clearly enjoying the idea.</div>
<<speech "Dan">> Well, you’re certainly direct. Let’s see what I can do.<</speech>>
<div class="div">He stepped closer, wrapping his hand around me and starting off with slow, teasing strokes.</div>
<<speech "MC" "$name">> Oh, yes... that feels so good, Dan.<</speech>>
<div class="div">As he picked up the pace, I leaned back against the tractor, surrendering to the pleasure building within.</div>
<img src="img/dan/danfieldshandjob4.webp">
<<speech "Dan">> You’re really enjoying this, huh?<</speech>>
<div class="div">I nodded, lost in the sensations, feeling every stroke send jolts of pleasure through me.</div>
<<speech "MC" "$name">> You’re making it impossible to think...<</speech>>
<div class="div">He maintained a steady rhythm, teasing me closer to the edge, the tension coiling tighter with each movement.</div>
<img src="img/dan/danfieldshandjob5.webp">
<<speech "Dan">> You better hold on; I can feel you getting close.<</speech>>
<div class="div">With a few more strokes, I felt myself on the brink, my body begging for release.</div>
<<speech "MC" "$name">> I’m right there! Don’t stop!<</speech>>
<div class="div">With one last firm stroke, I released, my cum splattering onto the ground, the rush overwhelming.</div>
<img src="img/dan/danfieldshandjob6.webp">
<<speech "MC" "$name">> That was incredible, Dan! Thanks for the fun.<</speech>>
<div class="div">He wiped his hands with a laugh, shaking his head.</div>
<<speech "Dan">> You owe me one. This better not become a habit!<</speech>>
<<else>>
<div class="div">The warm sun beat down on the fields as I found Dan resting against a fence post, looking relaxed.</div>
<<speech "MC" "$name">> Hey, Dan! How about a little break from all this work?<</speech>>
<div class="div">He looked over, a smirk on his lips.</div>
<<speech "Dan">> Sure! What do you have in mind?<</speech>>
<div class="div">I sauntered closer, feeling the boldness rising within me.</div>
<<speech "MC" "$name">> I need a little personal help, if you’re up for it.<</speech>>
<div class="div">He raised an eyebrow, clearly intrigued.</div>
<<speech "Dan">> Personal help? What are we talking about here?<</speech>>
<div class="div">I pointed down, letting him know what I wanted.</div>
<<speech "MC" "$name">> Just a little assistance with something down here.<</speech>>
<div class="div">Dan chuckled, stepping closer with a playful glint in his eyes.</div>
<<speech "Dan">> Alright, I’m game. Let’s see what I can do.<</speech>>
<div class="div">He wrapped his strong hand around me, starting off with slow, teasing strokes, gauging my reaction.</div>
<<speech "MC" "$name">> Oh, that feels amazing, Dan. Just like that...<</speech>>
<div class="div">With each stroke, he picked up the pace, sending waves of pleasure coursing through me.</div>
<<speech "Dan">> You’re really into this, aren’t you?<</speech>>
<div class="div">I nodded, feeling the tension build, lost in the sensations he was creating.</div>
<img src="img/dan/danfieldshandjob7.webp">
<<speech "MC" "$name">> You have no idea how good this feels...<</speech>>
<div class="div">He maintained a steady rhythm, teasing and pushing me closer to the edge, my body responding eagerly.</div>
<img src="img/dan/danfieldshandjob8.webp">
<<speech "Dan">> You better be ready; I can feel you getting close.<</speech>>
<div class="div">With a final stroke, I let go, my release splattering onto the ground, the thrill of the moment washing over me.</div>
<img src="img/dan/danfieldshandjob9.webp">
<<speech "MC" "$name">> That was incredible! Thanks, Dan.<</speech>>
<div class="div">He wiped his hands on his jeans, shaking his head with a smirk.</div>
<<speech "Dan">> Just remember, this was a special occasion. Don’t push your luck!<</speech>>
<</if>>
[[Leave|Fields][$currentPeriod++]]
<<set $randomInvite to random(3)>>
<<if $randomInvite is 0>>
<div class="div">The evening light spilled into the cozy living room, casting a warm glow as I found Dan lounging on the couch, a relaxed smile on his face.</div>
<<speech "MC">> Hey, Dan! Mind if I join you for a bit of fun?<</speech>>
<div class="div">He looked up, a glint of mischief in his eyes.</div>
<<speech "Dan">> Sure! What did you have in mind?<</speech>>
<div class="div">I stepped closer, feeling bold as I leaned against the arm of the couch.</div>
<<speech "MC">> I was thinking... I could really use a hand right now. You up for it?<</speech>>
<div class="div">Dan raised an eyebrow, intrigued.</div>
<<speech "Dan">> A hand? You’ve got my attention. What are we talking about?<</speech>>
<div class="div">I leaned in, lowering my voice for a playful tease.</div>
<<speech "MC">> Just some personal attention down here. You know what I mean.<</speech>>
<div class="div">His smirk widened as he leaned forward.</div>
<<speech "Dan">> Oh, I’m definitely interested. Let’s see what you’ve got.<</speech>>
<div class="div">I gestured downwards, and he wasted no time wrapping his hand around me, starting off with slow, teasing strokes.</div>
<<speech "MC">> That’s it, Dan... just like that...<</speech>>
<div class="div">He picked up the pace, each movement filled with purpose, as I leaned back, surrendering to the pleasure.</div>
<<speech "Dan">> You’re really enjoying this, huh?<</speech>>
<div class="div">I nodded, feeling the heat of the moment build.</div>
<<speech "MC">> You have no idea how good this feels...<</speech>>
<div class="div">He maintained a steady rhythm, teasingly adjusting his grip as he pushed me closer to the edge.</div>
<img src="img/dan/danlivinghandjob1.webp">
<<speech "Dan">> You’re getting there; I can feel it.<</speech>>
<div class="div">With each stroke, my breath quickened, the tension coiling tighter as the pleasure surged.</div>
<img src="img/dan/danlivinghandjob2.webp">
<<speech "MC">> I’m so close, don’t stop!<</speech>>
<div class="div">With one final, firm stroke, I let go, my release spilling across the couch, the thrill of the moment washing over me.</div>
<img src="img/dan/danlivinghandjob3.webp">
<<speech "MC">> That was incredible, Dan! Thanks for the help.<</speech>>
<div class="div">He wiped his hand on his jeans, chuckling lightly.</div>
<<speech "Dan">> Anytime! Just don’t make this a habit, alright?<</speech>>
<<elseif $randomInvite is 1>>
<div class="div">The living room was cozy as the evening settled in, and I spotted Dan sprawled on the couch, a relaxed grin on his face.</div>
<<speech "MC">> Hey, Dan! Mind if I join you for a little fun?<</speech>>
<div class="div">He looked up, his interest piqued.</div>
<<speech "Dan">> Not at all! What did you have in mind?<</speech>>
<div class="div">I stepped closer, feeling bold.</div>
<<speech "MC">> I need a little personal assistance, if you’re willing.<</speech>>
<div class="div">His eyes sparkled with mischief as he leaned back.</div>
<<speech "Dan">> Personal assistance? I’m all ears.<</speech>>
<div class="div">I gestured downwards, making my intentions clear.</div>
<<speech "MC">> Just a little help down here...<</speech>>
<div class="div">Dan grinned and wrapped his hand around me, starting off with slow, teasing strokes, gauging my reaction.</div>
<<speech "MC">> Oh, yes... that feels incredible, Dan.<</speech>>
<div class="div">He picked up the pace, teasingly, watching my every reaction as I leaned back, lost in the sensations.</div>
<<speech "Dan">> You’re really into this, huh?<</speech>>
<div class="div">I nodded, feeling the tension build, every stroke sending shivers through me.</div>
<img src="img/dan/danlivinghandjob4.webp">
<<speech "MC">> You have no idea how good this feels...<</speech>>
<div class="div">He maintained a steady rhythm, pushing me closer to the edge, the heat of the moment overwhelming.</div>
<img src="img/dan/danlivinghandjob5.webp">
<<speech "Dan">> I can feel you getting close; just let go when you’re ready.<</speech>>
<div class="div">With a few more strokes, I felt the pressure building, my breath quickening.</div>
<<speech "MC">> I’m right there! Don’t stop!<</speech>>
<div class="div">With one last stroke, I released, my cum splattering onto the floor, the rush washing over me.</div>
<img src="img/dan/danlivinghandjob6.webp">
<<speech "MC">> That was amazing, Dan! Thanks for the fun.<</speech>>
<div class="div">He wiped his hands with a chuckle, shaking his head.</div>
<<speech "Dan">> You owe me one. This better not become a regular thing!<</speech>>
<<else>>
<div class="div">The warm glow of the evening settled in the living room, where I found Dan lounging on the couch, a relaxed look on his face.</div>
<<speech "MC">> Hey, Dan! Mind if I join you for a little fun?<</speech>>
<div class="div">He looked up, surprise turning into a playful smile.</div>
<<speech "Dan">> Sure! What’s on your mind?<</speech>>
<div class="div">I stepped closer, feeling daring.</div>
<<speech "MC">> I was thinking... I could use a hand right now. You in?<</speech>>
<div class="div">His curiosity was piqued as he leaned forward.</div>
<<speech "Dan">> A hand? I’m listening. What are we talking about?<</speech>>
<div class="div">I pointed down, making my intentions clear.</div>
<<speech "MC">> Just some personal attention down here.<</speech>>
<div class="div">Dan chuckled, stepping closer to the couch.</div>
<<speech "Dan">> Alright, I’m game. Let’s see what you’ve got.<</speech>>
<div class="div">He wrapped his hand around me, starting off with slow, teasing strokes, gauging my reaction.</div>
<<speech "MC">> Oh, that feels amazing, Dan. Just like that...<</speech>>
<div class="div">With each stroke, he picked up the pace, sending waves of pleasure coursing through me.</div>
<img src="img/dan/danlivinghandjob7.webp">
<<speech "Dan">> You’re really into this, huh?<</speech>>
<div class="div">I nodded, feeling the tension build, lost in the sensations.</div>
<<speech "MC">> You have no idea how good this feels...<</speech>>
<div class="div">He maintained a steady rhythm, teasing and pushing me closer to the edge, the heat of the moment building.</div>
<img src="img/dan/danlivinghandjob8.webp">
<<speech "Dan">> You better hold on; I can feel you getting close.<</speech>>
<div class="div">With a final, firm stroke, I let go, my release spilling across the floor, the thrill overwhelming.</div>
<img src="img/dan/danlivinghandjob8.webp">
<<speech "MC">> That was incredible! Thanks, Dan.<</speech>>
<div class="div">He wiped his hands, laughing lightly.</div>
<<speech "Dan">> Just remember, this was a special occasion. Don’t push your luck!<</speech>>
<</if>>
[[Leave|corridor][$currentPeriod++]]
<div class="div">I scan the lively bar, taking in the vibrant atmosphere filled with laughter and chatter. Gorgeous women mingle at the bar and scattered tables, their smiles lighting up the dimly lit space. The air is thick with the scent of cocktails and excitement—definitely worth the drinks and the chance to make a connection.</div>
<img @src="'img/mc/bar' + random(1, 3) + '.webp'">
<img @src="'img/porn/bar' + random(1, 10) + '.webp'">
<div class="div">I can’t believe what I'm seeing. This town’s full of wild ones.</div>
[[finish socializing|bar][$socialized to true, $charisma += 3, $currentPeriod++]]
<div class="div">I walked into the kitchen, the sound of Kendra and Carl’s voices rising as they argued over dinner. Carl was slouched in his chair, half-heartedly picking at his plate while Kendra sat upright, clearly frustrated. Her eyes flicked toward me the second I stepped into the room, and her expression brightened.</div>
<<speech "Kendra" "Kendra">> You see, Carl? This is what I’m talking about. You don’t even notice when someone walks in.<</speech>>
<<speech "Carl" "Carl">> I’m eating, Kendra. Can’t I at least enjoy my meal without you nagging? <</speech>>
<div class="div">Kendra huffed, clearly not satisfied with his response, her fingers tapping lightly on the table in irritation. I stood awkwardly by the door, not sure if I should interrupt, but Kendra wasn’t going to let me slip away unnoticed.</div>
<<speech "Kendra" "Kendra">> $name, come here and sit down. It’s been too long since we had you over for dinner.<</speech>>
<div class="div">I hesitated for a moment, catching the subtle smirk playing on Kendra’s lips. She patted the chair next to her, her gaze unwavering. Carl barely glanced my way, too preoccupied with his food, but Kendra’s eyes held mine, promising something more beneath the surface.</div>
<<speech "MC" "$name">> I don’t want to interrupt—<</speech>>
<<speech "Carl" "Carl">> Nah, sit down. It’s not like we’re having a real conversation anyway.<</speech>>
<div class="div">Kendra shot Carl a sharp look, but I noticed the shift in her tone as she turned back to me.</div>
<<speech "Kendra" "Kendra">> Don’t listen to him. We’re happy to have you here, right Carl?<</speech>>
<<speech "Carl" "Carl">> Yeah, yeah... whatever.<</speech>>
<div class="div">I could feel the tension between them as I slid into the chair next to Kendra, her leg brushing against mine beneath the table. Carl seemed to be focused on his food, his fork scraping across the plate while Kendra leaned closer to me, her voice dropping to a softer, more intimate tone.</div>
<<speech "Kendra" "Kendra">> You wouldn’t leave me feeling neglected, would you, $name?<</speech>>
<div class="div">I swallowed hard, feeling the heat rise between us. Carl didn’t seem to notice the subtle exchange happening right next to him, his attention still fixed on his meal. Kendra's hand rested lightly on the table, but I could feel her foot slowly tracing up the side of my leg beneath it, sending a shiver through me.</div>
<<speech "MC" "$name">> Of course not, Kendra. I wouldn’t do that to you.<</speech>>
<<speech "Carl" "Carl">> See? Always taking her side. She’s always complaining I don’t put in enough effort, but I’m doing my best here.<</speech>>
<<speech "Kendra" "Kendra">> Your best? That’s funny. You can’t even bother to pay attention to what’s going on in front of you, Carl.<</speech>>
<div class="div">The tension between them was thick, but I could feel something else building as Kendra’s fingers brushed against my leg under the table. Carl remained oblivious, his focus on defending himself, while Kendra’s touch grew bolder, creeping higher on my thigh.</div>
<<speech "Carl" "Carl">> What am I supposed to do? I work all day! You act like I don’t care, but I’m just tired.<</speech>>
<<speech "Kendra" "Kendra">> You don’t care, Carl. That’s the problem.<</speech>>
<div class="div">As they bickered, Kendra’s hand slid even further up my leg, her fingers now dangerously close to where my pants were growing tighter. Her gaze locked with mine, her lips curving into a smirk as Carl continued to rant, completely unaware of what was happening right beside him.</div>
<img src="img/kendra/kendrafirsthandjob1.webp">
<<speech "Kendra" "Kendra">> Maybe if you put in half as much effort as $name here...<</speech>>
<<speech "MC" "$name">> Uh... I’m just here for dinner.<</speech>>
<<speech "Carl" "Carl">> Yeah, yeah, whatever, just... let’s drop it, alright? I’m trying to eat.<</speech>>
<div class="div">Kendra turned her head slightly, giving Carl a look of mild disgust before turning back to me. Her hand was still inching its way up my thigh, her fingers brushing against the growing bulge in my pants. I tensed, glancing nervously between her and Carl, wondering how long this would go unnoticed.</div>
<<speech "Kendra" "Kendra">> Come on, $name. Sit a little closer. I want to catch up properly.<</speech>>
[[Move next to her |Handjob Scene2]]
<div class="div">I shifted in my seat, trying to focus on the conversation, but Kendra’s hand had other plans. She leaned closer, her lips brushing my ear as she whispered, her voice sultry and teasing.</div>
<<speech "Kendra" "Kendra">> You like this, don’t you? The thought of almost getting caught... it's such a rush, isn't it?<</speech>>
<div class="div">Her fingers drifted higher, brushing against the bulge in my pants. I sucked in a breath, my cock already throbbing from just her touch. Carl kept talking, completely unaware of the dangerous game Kendra was playing under the table.</div>
<<speech "Carl" "Carl">> I don’t know what you expect, Kendra. I do what I can, but nothing ever seems to make you happy.<</speech>>
<<speech "Kendra" "Kendra">> Maybe because it’s not enough. But don’t worry, Carl, I’ve found other ways to keep myself satisfied.<</speech>>
<div class="div">With a sly grin, her hand moved to my waistband, slipping inside with expert precision. My pulse spiked as her fingers wrapped around my cock, stroking it slowly. I clenched my jaw, trying to stay composed, but her touch made it nearly impossible to think straight.</div>
<img src="img/kendra/kendrafirsthandjob2.webp">
<<speech "MC" "$name">> Kendra...<</speech>>
<<speech "Kendra" "Kendra">> Shhh... just relax and keep talking to Carl. We wouldn’t want him to catch us, would we?<</speech>>
<div class="div">She tightened her grip, her hand gliding up and down the length of my cock, slow and deliberate. My heart raced, the thrill of what she was doing heightening every sensation. I bit down on my lip, barely holding in a groan as Carl droned on, still oblivious.</div>
<<speech "Carl" "Carl">> You’re always complaining, Kendra. It’s like no matter what I do, it’s never enough for you.<</speech>>
<<speech "Kendra" "Kendra">> Well, maybe if you put in a little more effort, Carl, we wouldn’t have these conversations.<</speech>>
<div class="div">Her voice remained steady, even as her hand worked my cock, stroking me faster now. I struggled to keep up with Carl’s words, every nerve in my body focused on the way her fingers teased the sensitive head before sliding back down. My breathing hitched, and a low moan slipped from my lips before I could stop it.</div>
<img src="img/kendra/kendrafirsthandjob3.webp">
<<speech "Carl" "Carl">> You okay, $name? You sound... off.<</speech>>
<div class="div">I cleared my throat, trying to sound casual, though Kendra’s hand didn’t slow down. If anything, she squeezed my cock tighter, her thumb rubbing over the tip just to make it harder for me to hold back.</div>
<img src="img/kendra/kendrafirsthandjob4.webp">
<<speech "MC" "$name">> Y-yeah... I’m fine... just a little... tense.<</speech>>
<<speech "Kendra" "Kendra">> He’s fine, Carl. You know how stressful things can get.<</speech>>
<div class="div">Carl looked suspicious for a moment but went back to his complaints, while Kendra’s hand kept working beneath the table, her strokes getting faster and more intense. I could feel myself edging closer to the point of no return, the heat building in my core.</div>
<<speech "Carl" "Carl">> Yeah, well... we’ve all got our problems. Doesn’t mean you get to slack off.<</speech>>
<<speech "MC" "$name">> R-right... slacking off...<</speech>>
<div class="div">I could barely form coherent words as Kendra’s grip tightened around my cock, her strokes faster, slicker. I bit down hard on my lip, trying to suppress the groan threatening to escape, but she knew exactly what she was doing. Her gaze flicked toward me, amusement in her eyes as she whispered.</div>
<<speech "Kendra" "Kendra">> You’re so close, aren’t you? Don’t worry... you’re doing great... just keep quiet...<</speech>>
<div class="div">Carl’s eyes narrowed as he looked at me again, his expression skeptical. I could barely hold it together, my cock throbbing in Kendra’s hand, my body trembling from the sensation. I was on the edge, and Kendra knew it. Her hand didn’t stop, her strokes getting faster, rougher, pushing me closer to the brink.</div>
<img src="img/kendra/kendrafirsthandjob5.webp">
<<speech "Carl" "Carl">> You sure you’re alright? You look kinda... flushed.<</speech>>
<<speech "Kendra" "Kendra">> He’s fine, Carl. It’s just the heat. Now stop worrying so much and finish your dinner.<</speech>>
<div class="div">Kendra’s hand moved even faster beneath the table, and I was helpless to stop it. My breathing grew ragged as the tension inside me built to a peak, and I knew I wouldn’t last much longer. She glanced at me, her lips curving into a wicked smile.</div>
[[Continue|Hidden Handjob Scene Part 3]]
<div class="div">As Kendra’s hand worked my cock under the table, my pulse raced with the thrill of the moment. Carl, still oblivious, continued his rant, but all I could focus on was Kendra’s soft hand wrapped around me, stroking me closer to the edge. </div>
<<speech "Carl" "Carl">> Like I said, Kendra, if you’d just communicate better, maybe we wouldn’t have these arguments all the time.<</speech>>
<<speech "Kendra" "Kendra">> Oh, I’ve been communicating plenty, Carl. You just haven’t been listening.<</speech>>
<div class="div">Her voice remained calm and controlled, but there was a heat in her eyes as she glanced at me, her hand still moving steadily up and down my shaft. I could feel the tension rising between us, and before I could think about it, I slid my hand under the table, my fingers trailing up her thigh.</div>
<img src="img/kendra/kendrafirsthandjob6.webp">
<<speech "MC" "$name">> Two can play this game, Kendra...<</speech>>
<div class="div">Her eyes widened slightly, but she didn’t stop stroking me. If anything, she gripped my cock even tighter, a silent challenge. My fingers slid higher, expecting to find fabric, but instead, I felt the bare warmth of her skin. Kendra wasn't wearing any panties.</div>
<img src="img/kendra/kendrafirsthandjob7.webp">
<<speech "Kendra" "Kendra">> Oh... you’re getting bold now, huh? Be careful... Carl’s right there.<</speech>>
<div class="div">I smirked, my fingers moving between her thighs, finding the slickness of her already wet pussy. Slowly, I began rubbing her, my fingers sliding easily through her folds. Kendra’s breath hitched, her hand faltering just a moment before she picked up her rhythm again, stroking my cock under the table.</div>
<img src="img/kendra/kendrafirsthandjob8.webp">
<<speech "MC" "$name">> You like this, don’t you? Knowing he’s right there and he has no idea what you’re doing.<</speech>>
<<speech "Kendra" "Kendra">> Mmm... more than you know.<</speech>>
<div class="div">My fingers pressed harder against her clit, and I could feel her body tense up, her thighs parting just enough to give me better access. Carl was still too caught up in his thoughts to notice, but Kendra’s breathing was growing heavier, her hand working my cock with a bit more urgency as I teased her.</div>
<<speech "Carl" "Carl">> It’s not like I don’t try, Kendra. You act like I’m not putting in the effort.<</speech>>
<div class="div">I slipped two fingers inside her, feeling her warmth tighten around me. Kendra bit her lip, stifling a moan as she squeezed my cock in response. Her hips rocked slightly beneath the table, grinding against my hand as I curled my fingers, brushing against her sweet spot. She was so wet, so needy, but still keeping it together in front of Carl.</div>
<img src="img/kendra/kendrafirsthandjob9.webp">
<<speech "Kendra" "Kendra">> Maybe you’re just not trying hard enough, Carl. Some things need a... personal touch.<</speech>>
<div class="div">Her voice was laced with double meaning, but Carl didn’t catch on. Meanwhile, I continued stroking her, my fingers moving in slow, deliberate circles over her clit. Her hand tightened around my cock, and her strokes became quicker, almost matching the rhythm of my hand inside her.</div>
<img src="img/kendra/kendrafirsthandjob10.webp">
<<speech "Carl" "Carl">> You’re always making it seem like it’s my fault. I do everything I can, but it’s like you’re never satisfied.<</speech>>
<<speech "Kendra" "Kendra">> Oh, I’m being satisfied, Carl. Don’t worry about that.<</speech>>
<div class="div">Her voice was strained, but she never stopped. I could feel her body trembling under my touch, her walls clenching around my fingers as her hips rocked against my hand. She was close, just like I was, and I couldn't help but smirk at the situation. Here we were, both on the edge, with Carl none the wiser.</div>
<<speech "MC" "$name">> You’re so wet, Kendra... does this turn you on that much? The thought of almost getting caught?<</speech>>
<<speech "Kendra" "Kendra">> Mmm... you have no idea...<</speech>>
<div class="div">Kendra’s soft moan was nearly audible, but she quickly covered it with a cough. Carl glanced over at her, raising an eyebrow, but didn’t say anything. Kendra gave him an innocent smile, though I could feel her trembling, her body giving her away. She was right on the edge, just like me.</div>
<<speech "Carl" "Carl">> You two seem distracted. Are you sure everything’s okay?<</speech>>
<<speech "MC" "$name">> Y-yeah... everything’s fine. Just... feeling a little warm.<</speech>>
<div class="div">Kendra smirked, her hand working my cock faster now as she rubbed her hips against my fingers. I could barely keep my breathing steady as I teased her clit, feeling how wet she was for me. She was close, so close, and I was right there with her, the tension between us electric.</div>
<img src="img/kendra/kendrafirsthandjob11.webp">
<<speech "Kendra" "Kendra">> It’s a little... hot in here, don’t you think, Carl?<</speech>>
<<speech "Carl" "Carl">> Yeah... maybe I should open a window or something.<</speech>>
<div class="div">Carl stood up, turning his back to us as he moved to the window. The second he did, Kendra let out a soft moan, her hand jerking my cock faster as she ground herself against my fingers. I could feel her walls clenching around me, her body trembling as she rode the edge of her orgasm.</div>
<<speech "Kendra" "Kendra">> Don’t... stop... I’m so close...<</speech>>
[[Continue|Hidden Handjob Scene Part 4]]<div class="div">Kendra’s hand worked faster and faster on my cock, her grip tightening as she stroked me, her breath coming in shallow gasps as my fingers pressed deeper into her soaked pussy. My whole body tensed as I felt the familiar rush building inside me, the edge getting closer with each stroke.</div>
<<speech "MC" "$name">> K-Kendra... I’m close...<</speech>>
<<speech "Kendra" "Kendra">> Shhh, baby... let go for me... come on my hand...<</speech>>
<div class="div">Her whispered words pushed me over the edge. My cock throbbed in her hand, and with a low groan, I came, hot spurts of cum coating her fingers under the table. Kendra’s eyes flashed with satisfaction as she felt me pulse in her grip, her hand slowing to milk every last drop from me.</div>
<img src="img/kendra/kendrafirsthandjob12.webp">
<<speech "Carl" "Carl">> So, what do you say, Kendra? Are we going to keep pretending like everything’s fine, or are you actually going to try and meet me halfway?<</speech>>
<<speech "Kendra" "Kendra">> Oh, I’m sure we can work something out, Carl. Don’t worry.<</speech>>
<div class="div">Her voice was calm, steady, but I could still feel her hand gently squeezing my spent cock, teasing me with slow strokes as if daring me to keep my composure. My breath was still ragged, my body buzzing from the intensity of it all, but Carl remained oblivious.</div>
<div class="div">I quickly reached for my napkin, wiping my mouth as I tried to steady myself. Kendra casually pulled her hand away, slipping it under the table to clean herself up. The smell of sex lingered in the air, but Carl seemed none the wiser.</div>
<<speech "MC" "$name">> Thanks for dinner... I should get going.<</speech>>
<div class="div">Kendra’s eyes met mine as I stood up from the table. She gave me a knowing look, her lips curling into a seductive smile that sent a fresh wave of excitement through me. I couldn’t help but glance back at her as I made my way to the door.</div>
<<speech "Carl" "Carl">> You’re leaving already? We barely got a chance to talk.<</speech>>
<<speech "MC" "$name">> Yeah... got some things I need to take care of. Maybe next time, Carl.<</speech>>
<div class="div">As I turned to leave, I caught Kendra’s eye one last time. Her fingers came up to her lips, coated in the remains of my cum. Without breaking eye contact, she slowly licked her fingers clean, her tongue gliding over each one with a deliberate slowness that made my cock twitch in my pants all over again.</div>
<img src="img/kendra/kendrafirsthandjob13.webp">
<<speech "Kendra" "Kendra">> See you soon... $name.<</speech>>
<div class="div">I swallowed hard, giving her a quick nod before walking out the door. As it closed behind me, I could still feel the heat of her touch lingering on my skin, and the image of her licking my cum off her fingers burned into my mind.</div>
[[Leave|Neighbor's House][$currentPeriod++,$kendraStage++]]<<set $randomCum to random(3)>>
<<if $randomCum is 0>>
<div class="div">I walked into the kitchen, finding Kendra leaning against the counter, her curves accentuated by her tight-fitting dress. My heart raced as I approached her, unable to resist the temptation.</div>
<<speech "MC" "$name">> Kendra, I need you right now.<</speech>>
<div class="div">She turned her head, a sultry smile spreading across her face as she pushed herself off the counter, stepping closer to me.</div>
<<speech "Kendra" "Kendra">> Oh, I thought you’d never ask. Show me what you want.<</speech>>
<div class="div">I pulled my cock out, and without hesitation, Kendra wrapped her warm hand around it, stroking me slowly. Her touch was electric, sending shivers down my spine.</div>
<img src="img/kendra/kendrakitchenhandjob1.webp">
<<speech "MC" "$name">> Just like that... it feels so good.<</speech>>
<div class="div">She looked up at me, her eyes sparkling with mischief as she quickened her pace. I could feel the heat building inside me as her hand moved expertly, pumping me harder.</div>
<<speech "Kendra" "Kendra">> I want to feel you cum for me, baby.<</speech>>
<div class="div">With a few more strokes, I couldn’t hold back any longer. I exploded, my cum splattering across her tits, coating her skin as she gasped in surprise.</div>
<img src="img/kendra/kendrakitchenhandjob2.webp">
<<speech "Kendra" "Kendra">> Damn, that’s hot! Look at you, making a mess of me.<</speech>>
<<elseif $randomCum is 1>>
<div class="div">Kendra was standing by the kitchen island, her back turned to me as she prepared some food. I approached her, my cock throbbing with need.</div>
<<speech "MC" "$name">> Kendra, I need you to help me out.<</speech>>
<div class="div">She turned, a sly grin spreading across her face as she moved closer, her hand reaching for my cock.</div>
<<speech "Kendra" "Kendra">> You know I’m always up for a little fun.<</speech>>
<div class="div">With that, she wrapped her fingers around me, stroking slowly at first, her palm hot against my skin. I moaned as she picked up the pace, her hand moving smoothly up and down my shaft.</div>
<img src="img/kendra/kendrakitchenhandjob3.webp">
<<speech "MC" "$name">> That feels amazing, Kendra.<</speech>>
<div class="div">She smiled, leaning closer as she continued to work her hand on me, her eyes locked on mine. I could feel the pressure building deep within me as I got closer to the edge.</div>
<<speech "Kendra" "Kendra">> Just let go, I want to feel you cum on my face.<</speech>>
<div class="div">With a final stroke, I couldn’t hold it any longer. I released, my cum splattering across her face, painting her cheeks and lips as she gasped in delight.</div>
<img src="img/kendra/kendrakitchenhandjob4.webp">
<<speech "Kendra" "Kendra">> Mmm, that’s what I wanted! You really know how to please a girl.<</speech>>
<<else>>
<div class="div">I found Kendra sitting at the kitchen table, a glass of wine in hand. As I walked up behind her, my cock was hard and desperate for attention.</div>
<<speech "MC" "$name">> Kendra, I can’t hold back any longer.<</speech>>
<div class="div">She turned, her eyes glinting with mischief as she set her glass down, leaning closer to me.</div>
<<speech "Kendra" "Kendra">> What do you need, babe?<</speech>>
<div class="div">Without waiting for an answer, she reached for my cock, her fingers wrapping around it with a firm grip. She began stroking me slowly, her eyes locked onto mine, filled with lust.</div>
<<speech "MC" "$name">> You’re amazing, Kendra.<</speech>>
<div class="div">Her hand moved faster, and I could feel my orgasm building as I leaned back against the table. She was relentless, pumping me harder and faster as I felt myself nearing the edge.</div>
<img src="img/kendra/kendrakitchenhandjob5.webp">
<<speech "Kendra" "Kendra">> Cum for me, baby. I want to feel you explode.<</speech>>
<div class="div">With one final stroke, I lost it, cumming all over her hand as she grinned, her fingers coated in my release.</div>
<img src="img/kendra/kendrakitchenhandjob6.webp">
<<speech "Kendra" "Kendra">> Look at that! You really know how to make a mess, don’t you?<</speech>>
<</if>>
[[Leave|Neighbor's House][$currentPeriod++]]
<<set $randomCumLivingRoom to random(3)>>
<<if $randomCumLivingRoom is 0>>
<div class="div">The soft glow of the lamp illuminated the living room as I stepped inside, the sounds of Carl’s laughter floating in from the kitchen. Kendra was lounging on the couch, her legs crossed, looking invitingly casual in a loose top and shorts.</div>
<<speech "MC" "$name">> Kendra, can I talk to you for a minute?<</speech>>
<div class="div">She looked up, a knowing smile playing on her lips as she noticed the tension in my voice.</div>
<<speech "Kendra" "Kendra">> Of course, sweetie. What’s on your mind?<</speech>>
<div class="div">I glanced towards the kitchen, ensuring Carl was still distracted, then leaned closer to her, lowering my voice.</div>
<<speech "MC" "$name">> I need your help... in a special way.<</speech>>
<div class="div">Kendra raised an eyebrow, leaning forward slightly, intrigued.</div>
<<speech "Kendra" "Kendra">> Oh? What do you need, darling?<</speech>>
<div class="div">Taking a deep breath, I whispered,</div>
<<speech "MC" "$name">> I want you to give me a handjob.<</speech>>
<div class="div">Her eyes sparkled with mischief as she bit her lip, glancing briefly towards the kitchen before nodding.</div>
<<speech "Kendra" "Kendra">> Alright, let’s make it quick before Carl comes back.<</speech>>
<div class="div">I pulled my cock out, and Kendra wasted no time, her hand wrapping around me, feeling warm and inviting. She stroked me slowly, her fingers dancing up and down my shaft.</div>
<img src="img/kendra/kendrahundjobliving1.webp">
<<speech "MC" "$name">> That feels amazing, Kendra.<</speech>>
<div class="div">As she picked up the pace, I could hear Carl’s voice fading into the background. Kendra was lost in the moment, her eyes focused on me with a mix of desire and naughtiness.</div>
<<speech "Kendra" "Kendra">> I love seeing you like this. Just let go.<</speech>>
<div class="div">With every stroke, the tension built inside me. I felt myself getting closer to the edge, and Kendra seemed to sense it.</div>
<<speech "MC" "$name">> I’m gonna cum!<</speech>>
<div class="div">In a final burst of pleasure, I exploded, my cum covering Kendra's hand as she smiled, satisfied with the mess she made.</div>
<img src="img/kendra/kendrahundjobliving2.webp">
<<speech "Kendra" "Kendra">> Look at you, making a mess! You’re so naughty.<</speech>>
<<elseif $randomCumLivingRoom is 1>>
<div class="div">The evening was calm, with the flickering TV casting shadows in the living room. Carl was in the kitchen, oblivious, as I walked in to find Kendra on the couch, her hair cascading over her shoulders.</div>
<<speech "MC" "$name">> Kendra, can we chat for a second?<</speech>>
<div class="div">She turned to me, her expression playful as she stretched her arms behind her head, accentuating her curves.</div>
<<speech "Kendra" "Kendra">> Sure thing, what’s up, babe?<</speech>>
<div class="div">I stepped closer, glancing back to make sure Carl wasn’t coming.</div>
<<speech "MC" "$name">> I need a little... assistance.<</speech>>
<div class="div">Kendra raised an eyebrow, clearly intrigued.</div>
<<speech "Kendra" "Kendra">> What kind of assistance?<</speech>>
<div class="div">I leaned in, whispering,</div>
<<speech "MC" "$name">> A handjob. I can't stop thinking about it.<</speech>>
<div class="div">Her lips curled into a seductive smile, and she nodded, glancing towards the kitchen to confirm Carl was still occupied.</div>
<<speech "Kendra" "Kendra">> I’m game. Let’s have some fun.<</speech>>
<div class="div">I revealed my cock, and she immediately wrapped her hand around it, her grip firm and inviting. She started stroking me slowly, her eyes locked onto mine.</div>
<<speech "MC" "$name">> Oh god, that feels incredible.<</speech>>
<div class="div">Kendra’s movements became more confident, and I could feel the heat pooling in my core as she pumped me faster. I could barely think with Carl nearby, but the thrill only heightened the experience.</div>
<img src="img/kendra/kendrahundjobliving3.webp">
<<speech "Kendra" "Kendra">> Just relax and enjoy it, babe.<</speech>>
<div class="div">I could feel my orgasm building, and Kendra’s hand moved perfectly in sync with my needs. I was close, and I knew it wouldn’t be long now.</div>
<<speech "MC" "$name">> I’m gonna cum!<</speech>>
<div class="div">With one last stroke, I released, my cum splattering across Kendra’s face. She laughed, delighting in the moment as I caught my breath.</div>
<img src="img/kendra/kendrahundjobliving4.webp">
<<speech "Kendra" "Kendra">> Look at that! You really know how to please a girl, don’t you?<</speech>>
<<else>>
<div class="div">The evening light bathed the living room in a warm glow as I stepped in, finding Kendra on the couch, scrolling through her phone. Carl was busy in the kitchen, oblivious to my intentions.</div>
<<speech "MC" "$name">> Kendra, can I pull you aside for a moment?<</speech>>
<div class="div">She looked up, a curious expression on her face as she set her phone down.</div>
<<speech "Kendra" "Kendra">> Sure, what’s up?<</speech>>
<div class="div">I approached her, keeping my voice low to avoid alerting Carl.</div>
<<speech "MC" "$name">> I really need your help... in a more personal way.<</speech>>
<div class="div">Kendra tilted her head, intrigued.</div>
<<speech "Kendra" "Kendra">> Personal, huh? What do you have in mind?<</speech>>
<div class="div">I leaned in closer, whispering,</div>
<<speech "MC" "$name">> I want a handjob.<</speech>>
<div class="div">Her smile widened, clearly amused and excited at the request.</div>
<<speech "Kendra" "Kendra">> I can definitely help you with that. Let’s make it quick!<</speech>>
<div class="div">I pulled out my cock, and she eagerly wrapped her hand around it, stroking me with purpose. Her touch was intoxicating, and I could feel my body responding instantly.</div>
<<speech "MC" "$name">> That feels incredible, Kendra.<</speech>>
<div class="div">Kendra looked at me with a sultry gaze, pumping her hand faster, and I could hear Carl’s voice in the distance, but it only made the moment more thrilling.</div>
<img src="img/kendra/kendrahundjobliving5.webp">
<<speech "Kendra" "Kendra">> I love it when you get all worked up. Just let go for me.<</speech>>
<div class="div">The pressure built inside me, and I could feel myself getting closer as Kendra’s strokes became more urgent.</div>
<<speech "MC" "$name">> I’m close!<</speech>>
<div class="div">With a few more powerful strokes, I came hard, releasing all over her hand, and she grinned, looking down at the mess.</div>
<img src="img/kendra/kendrahundjobliving6.webp">
<<speech "Kendra" "Kendra">> Well, that was fun! You really know how to make it exciting.<</speech>>
<</if>>
[[Leave|Neighbor's House][$currentPeriod++]]
<<set $randomCumGym to random(3)>>
<<if $randomCumGym is 0>>
<div class="div">The scent of sweat and metal filled the small gym as I stepped in, spotting Kendra by the weights, her body glistening slightly from her workout. She wore tight leggings and a sports bra that clung to her curves, making it impossible to focus on anything else.</div>
<<speech "MC" "$name">> Kendra, you look incredible.<</speech>>
<div class="div">She smiled, catching her breath as she wiped a bit of sweat from her forehead.</div>
<<speech "Kendra" "Kendra">> Thanks, sweetie. Keeping up with this body isn’t easy, you know?<</speech>>
<div class="div">I moved closer, feeling the heat in my body rise not just from the workout. The sight of her, the way her clothes hugged her frame, made it impossible to think straight.</div>
<<speech "MC" "$name">> Kendra, I need your help...<</speech>>
<div class="div">Her brow arched, clearly interested, but she kept her cool.</div>
<<speech "Kendra" "Kendra">> Oh? What’s up?<</speech>>
<div class="div">I glanced around the empty gym, making sure no one else was around.</div>
<<speech "MC" "$name">> I can't stop thinking about you. Can you give me a handjob? Right here?<</speech>>
<div class="div">Kendra’s lips parted in surprise before a grin spread across her face, her eyes flicking toward the door before looking back at me.</div>
<<speech "Kendra" "Kendra">> You’re insatiable, aren’t you? Fine... just be quick about it.<</speech>>
<div class="div">She pulled me into a quiet corner behind the machines. My cock was already hard, straining against my shorts as I quickly pulled it out. Kendra didn’t waste time, her hand wrapping around me, her grip firm as she began stroking.</div>
<<speech "MC" "$name">> Fuck, Kendra... that feels amazing.<</speech>>
<div class="div">The thrill of being in the gym, surrounded by the smell of sweat and iron, only made it hotter. Kendra's strokes became more confident, and I could feel my body tensing in response, her hand working me faster.</div>
<img src="img/kendra/kendrahandjobgym1.webp">
<<speech "Kendra" "Kendra">> Just let it out, baby. I know you’ve been wanting this.<</speech>>
<div class="div">With each pump, I felt myself getting closer. The pressure inside me built, and I knew I wouldn’t last much longer.</div>
<<speech "MC" "$name">> I’m about to cum!<</speech>>
<div class="div">With one final stroke, I came, my cum covering Kendra's hand, dripping down her fingers as she looked at me with satisfaction.</div>
<img src="img/kendra/kendrahandjobgym2.webp">
<<speech "Kendra" "Kendra">> Look at the mess you made. Always so naughty.<</speech>>
<<elseif $randomCumGym is 1>>
<div class="div">The gym was almost empty as I walked in, the rhythmic clinking of weights echoing off the walls. Kendra was by the treadmill, her body glowing with sweat as she finished her run, her tight outfit hugging every curve.</div>
<<speech "MC" "$name">> Kendra, you look incredible right now.<</speech>>
<div class="div">She turned, smiling as she caught her breath.</div>
<<speech "Kendra" "Kendra">> Thanks, honey. You know I love keeping in shape.<</speech>>
<div class="div">I moved closer, my heart racing for more than just the workout.</div>
<<speech "MC" "$name">> I need your help, Kendra... something only you can help with.<</speech>>
<div class="div">She raised an eyebrow, her curiosity piqued as she stepped closer, her body so close I could smell the light musk of her workout.</div>
<<speech "Kendra" "Kendra">> What do you have in mind?<</speech>>
<div class="div">I glanced around the gym to make sure we were alone, then leaned in and whispered.</div>
<<speech "MC" "$name">> I need a handjob. Right now.<</speech>>
<div class="div">Her eyes widened in playful surprise, a wicked smile curling her lips.</div>
<<speech "Kendra" "Kendra">> You’re bad. But okay, I like a little fun...<</speech>>
<div class="div">She led me behind some equipment, out of sight from the door, and I quickly freed my cock. Kendra didn’t hesitate, gripping it tightly and stroking with expert precision.</div>
<<speech "MC" "$name">> Fuck... just like that, Kendra.<</speech>>
<div class="div">Her strokes were steady, confident, her hand working me faster as she pumped. The thrill of doing this in the gym, with no one around, made it even more intense. I could feel the tension building inside me, my body reacting to every stroke.</div>
<img src="img/kendra/kendrahandjobgym3.webp">
<<speech "Kendra" "Kendra">> I love seeing you like this... all worked up. You’re gonna cum for me, aren’t you?<</speech>>
<div class="div">I couldn’t hold back any longer.</div>
<<speech "MC" "$name">> I’m cumming!<</speech>>
<div class="div">My release shot out, covering Kendra’s tits in thick ropes of cum as she laughed softly, still stroking me until every last drop was out.</div>
<img src="img/kendra/kendrahandjobgym4.webp">
<<speech "Kendra" "Kendra">> Look at that... you made quite a mess. Hope you’re feeling better now.<</speech>>
<<else>>
<div class="div">The sound of weights clanging together echoed through the nearly empty gym as I walked in, spotting Kendra stretching by the mirror. Her skin gleamed with a light sheen of sweat, her workout gear hugging her curves in all the right ways.</div>
<<speech "MC" "$name">> Kendra, I’ve been thinking about you all day.<</speech>>
<div class="div">She turned, flashing a knowing smile, her eyes glancing over me.</div>
<<speech "Kendra" "Kendra">> Is that so? What exactly have you been thinking about?<</speech>>
<div class="div">I stepped closer, my voice dropping low.</div>
<<speech "MC" "$name">> I need you to give me a handjob. Right here, right now.<</speech>>
<div class="div">Kendra bit her lip, glancing towards the entrance before smirking.</div>
<<speech "Kendra" "Kendra">> You’re bad... but I like it. Let’s do this quick before someone shows up.<</speech>>
<div class="div">She pulled me into a quiet corner behind the weight rack, and I wasted no time pulling out my cock. Kendra wrapped her hand around me, stroking slowly at first, teasing me with her touch.</div>
<img src="img/kendra/kendrahandjobgym5.webp">
<<speech "MC" "$name">> Fuck, Kendra... I’ve been waiting for this.<</speech>>
<div class="div">Her hand moved faster, her grip just right as she worked me, her eyes never leaving mine. The thrill of being in the gym, out in the open, only made it hotter.</div>
<<speech "Kendra" "Kendra">> You love it, don’t you? Knowing we could get caught...<</speech>>
<div class="div">I could feel the tension building inside me, her strokes pushing me closer to the edge.</div>
<<speech "MC" "$name">> I’m close...<</speech>>
<div class="div">With one final stroke, I couldn’t hold back any longer. My release shot out, covering Kendra’s face in warm, thick ropes of cum. She smirked, wiping it from her cheek with the back of her hand, her eyes twinkling mischievously.</div>
<img src="img/kendra/kendrahandjobgym6.webp">
<<speech "Kendra" "Kendra">> You really couldn’t wait, huh? Now look at me...<</speech>>
<</if>>
[[Leave|Gym][$currentPeriod++]]
<div class="div">The morning sun poured through the living room windows, casting a warm glow that filled the space with a cozy ambiance. I walked in, excitement bubbling within me as I spotted Alexis lounging on the couch, her loose tank top riding up just enough to hint at the curves underneath. Her shorts hugged her thighs perfectly, making it hard to focus on anything else.</div>
<<speech "MC" "$name">> Good morning, gorgeous. I have something special for you today. <</speech>>
<div class="div">Her head perked up, curiosity dancing in her eyes. She flashed a playful smile that instantly made my heart race.</div>
<<speech "Alexis" "Alexis">> Oh? You know how to keep a woman intrigued. What is it? <</speech>>
<div class="div">I reached into my bag, my heart racing as I pulled out the neatly wrapped gift. The anticipation hung in the air like electricity.</div>
<<speech "MC" "$name">> Just a little surprise. I thought it would be perfect for you. <</speech>>
<div class="div">Her eyes widened as she took the gift, fingers brushing against mine. The simple touch sent a shiver down my spine. She began to unwrap it eagerly, her excitement palpable.</div>
<<speech "Alexis" "Alexis">> I can't wait! You always know how to pick the best surprises. <</speech>>
<div class="div">As the paper fell away, she gasped, revealing a daringly short dress that shimmered under the sunlight. It hugged the contours of her body, promising to accentuate everything I loved about her.</div>
<img src="img/alexis/alexisfirstblowjob1.webp">
<<speech "Alexis" "Alexis">> Wow! This is so bold! Are you sure about this? <</speech>>
<div class="div">I leaned in closer, watching her reaction with a smirk. My voice lowered to a teasing whisper.</div>
<<speech "MC" "$name">> I just know you’ll look absolutely stunning in it. Just imagine the attention you’d get wearing this out. <</speech>>
<div class="div">Her cheeks flushed slightly as she held the dress up against her body, biting her lip in a mix of excitement and shyness.</div>
<<speech "Alexis" "Alexis">> You think so? It’s definitely... a lot more daring than what I usually wear. <</speech>>
<div class="div">I stepped even closer, closing the distance between us as I gently placed my hand on her waist.</div>
<<speech "MC" "$name">> Exactly! It’s time to show off that gorgeous body. Why not try it on right now? <</speech>>
<div class="div">She hesitated, glancing at the dress and then back at me, her heart racing as she considered the thrill of the moment.</div>
<<speech "Alexis" "Alexis">> Right here? What if someone sees? <</speech>>
<div class="div">I raised an eyebrow, a teasing grin spreading across my face.</div>
<<speech "MC" "$name">> Come on, Alexis. It’ll be our little secret. Just imagine the excitement of changing right here, with me watching you. <</speech>>
<div class="div">Her breath hitched, the thought clearly tempting her. I could see her internal battle as she weighed the risks and the thrill of it all.</div>
<<speech "Alexis" "Alexis">> You really know how to push my buttons, don’t you? <</speech>>
<div class="div">I chuckled, leaning in closer, my voice dripping with flirtation.</div>
<<speech "MC" "$name">> I just want to see you shine. You deserve to feel sexy and confident. Plus, it’ll be fun! <</speech>>
<div class="div">Finally, she took a deep breath, her expression shifting from uncertainty to excitement.</div>
<<speech "Alexis" "Alexis">> Okay, you win. I’ll change, but you better not move an inch. <</speech>>
<div class="div">She started to walk toward her room, but I couldn’t resist stopping her.</div>
<<speech "MC" "$name">> Wait! Why don’t you change right here in front of me? <</speech>>
<div class="div">Her eyes widened in shock, a playful gasp escaping her lips.</div>
<<speech "Alexis" "Alexis">> You’re really pushing it now! <</speech>>
<div class="div">I leaned against the wall, a smug grin plastered across my face.</div>
<<speech "MC" "$name">> Just think about how thrilling it would be. Just you and me, no one else around. <</speech>>
<div class="div">She hesitated, a mix of excitement and nervousness crossing her features.</div>
<<speech "Alexis" "Alexis">> Alright, alright! You’ve got me curious now. <</speech>>
<div class="div">With that, she turned back to face me, the dress still in her hands, contemplating the daring challenge ahead. The atmosphere crackled with anticipation, and I knew this was just the beginning of a thrilling encounter.</div>
[[She starts stripping|Alexis first blowjob2]]
<<speech "Alexis" "Alexis">> If I’m going to change right here, I might as well give you a show. What do you think? <</speech>>
<div class="div">The heat surged through me, and I leaned against the wall, crossing my arms, a smirk tugging at my lips as I felt my cock stir at the thought.</div>
<<speech "MC" "$name">> A show? Hell yes, I’d love that. <</speech>>
<div class="div">She laughed softly, a sultry sound that wrapped around me, and began to sway her hips, her fingers trailing along the hem of her skirt. The way it hugged her waist, accentuating her curves, made my mouth water. I couldn't help but imagine how good she’d look without it.</div>
<<speech "MC" "$name">> You’re seriously teasing me, aren’t you? <</speech>>
<div class="div">Her smile widened, a hint of mischief dancing in her eyes as she gripped the waistband of her skirt. With a slow, deliberate motion, she began to slide it down her thighs, revealing the soft skin beneath. My breath caught as I watched her drop the skirt to the floor, leaving her in just a tiny thong that clung to her ass, accentuating her perfect curves.</div>
<img src="img/alexis/alexisfirstblowjob2.webp">
<<speech "Alexis" "Alexis">> You like what you see, don’t you? <</speech>>
<div class="div">I swallowed hard, completely captivated as she let the thong slide down her legs, exposing her bare, hot pussy to me. The sight made my cock throb with desire, every part of me aching to touch her. Her smooth skin gleamed in the light, and I couldn’t take my eyes off her.</div>
<img src="img/alexis/alexisfirstblowjob3.webp">
<<speech "MC" "$name">> You look fucking incredible, Alexis. <</speech>>
<div class="div">She turned slightly, giving me a full view, her confidence radiating as she began to dance, each movement sultry and inviting. The way her ass swayed had my mind racing, and I could practically feel the heat radiating from her body.</div>
<<speech "Alexis" "Alexis">> Oh? You like my little outfit? <</speech>>
<div class="div">With a wicked smile, she pulled her top over her head, revealing her hot, sexy tits encased in a flimsy bra that barely contained her voluptuous curves. I felt my cock twitch at the sight of her, the outline of her breasts barely hidden, begging for my attention.</div>
<img src="img/alexis/alexisfirstblowjob4.webp">
<<speech "MC" "$name">> This is torture... you’re so fucking hot. <</speech>>
<div class="div">She laughed, the sound laced with lust as she swayed her hips, her fingers teasing the edge of her bra. With a swift motion, she unclasped it and tossed it aside, standing completely naked before me. My heart raced at the sight of her, her tits bouncing slightly, every curve on display.</div>
<img src="img/alexis/alexisfirstblowjob5.webp">
<<speech "MC" "$name">> Damn, Alexis… you’re stunning. <</speech>>
<div class="div">She picked up the dress, holding it against her body, hesitating for a moment. I could see the conflict in her eyes as she considered her next move. My pulse quickened at the thought of her wearing that dress over her naked form, the excitement making the air thick with tension.</div>
<<speech "Alexis" "Alexis">> I shouldn’t be doing this… <</speech>>
<div class="div">But there was a spark of daring in her gaze, and she slipped the dress over her head, letting it cascade down her body, hugging her curves perfectly. I could hardly breathe, watching her transform from naked temptation into a vision that was equally intoxicating.</div>
<<speech "MC" "$name">> You look so fucking hot in that dress. <</speech>>
<div class="div">She smiled, a mixture of pride and uncertainty playing across her features as she reached for a pair of panties. My heart raced as she began to pull them on, but something in me snapped.</div>
<<speech "MC" "$name">> Wait, hold on a second. <</speech>>
<div class="div">I stepped forward, catching her wrist gently before she could pull them up. She looked at me, surprise flickering in her eyes.</div>
<<speech "MC" "$name">> Why would you want to wear those? You don’t need them. <</speech>>
<div class="div">Her breath hitched, and the way her body responded told me she was tempted to let them go. I leaned closer, my voice low and teasing.</div>
<<speech "MC" "$name">> Just think about it: how sexy it’d be to wear that dress with nothing underneath. You’d feel so liberated. <</speech>>
<div class="div">The flush on her cheeks deepened as she bit her lip, my words clearly stirring something wild within her. I could feel the tension in the air as I held her gaze.</div>
<<speech "MC" "$name">> Just let it go, Alexis. No panties. It’ll be just you and that dress out there. <</speech>>
<div class="div">Her resolve crumbled, and with a playful grin, she tossed the panties aside, standing confidently in her dress, completely bare beneath. I felt a rush of desire wash over me, excitement buzzing in the air as we prepared to step into the woods together.</div>
<<speech "Alexis" "Alexis">> Alright, no panties it is. <</speech>>
<div class="div">The thrill of her decision sent a jolt through me, and I felt my cock harden at the thought of her going without, the excitement building between us. I stepped back, ready for whatever wild adventures awaited us, the heat between us igniting as we ventured deeper into the woods.</div>
[[Leave to the woods|Alexis first blowjob3]]<div class="div">The woods surrounded us, the scent of pine and damp earth filling the air. I couldn’t take my eyes off Alexis as she walked in front of me, her tight dress hugging every curve. Each sway of her hips sent a jolt of desire through me, my cock hardening in my jeans.</div>
<img src="img/alexis/alexisfirstblowjob6.webp">
<<speech "MC" "$name">> Damn, you look absolutely fucking stunning from behind, Alexis. <</speech>>
<div class="div">She glanced back, a playful smirk on her lips, biting her lower lip as she caught my gaze. I could see a spark of mischief in her eyes.</div>
<<speech "Alexis" "Alexis">> You like what you see? <</speech>>
<div class="div">I took a step closer, my voice low and teasing.</div>
<<speech "MC" "$name">> You have no idea how much I want to grab that gorgeous ass of yours. <</speech>>
<div class="div">With a teasing laugh, she turned fully around, bending slightly at the waist. She lifted the hem of her dress just enough to flash her perfectly round ass at me. My heart raced, and I couldn’t help but let out a low groan.</div>
<img src="img/alexis/alexisfirstblowjob7.webp">
<<speech "MC" "$name">> Holy shit, Alexis! You’re such a fucking tease! <</speech>>
<div class="div">Her cheeks flushed a deep pink, and she straightened up, playfully tossing her hair over her shoulder.</div>
<<speech "Alexis" "Alexis">> Maybe I just want you to beg for it. <</speech>>
<div class="div">She stepped closer, giving me a sultry look, and my breath hitched. Without warning, she pulled her dress higher, exposing her glistening pussy. My cock throbbed with desire at the sight of her smooth folds.</div>
<img src="img/alexis/alexisfirstblowjob8.webp">
<<speech "MC" "$name">> Damn, you’re fucking perfect. I can’t take my eyes off that beautiful pussy of yours. <</speech>>
<div class="div">Alexis giggled, clearly enjoying the attention. She swayed her hips, teasing me even more.</div>
<<speech "Alexis" "Alexis">> Want a taste? <</speech>>
<div class="div">I nodded eagerly, desire coursing through my veins. She stepped back, her confidence soaring.</div>
<<speech "MC" "$name">> Yes, please! Show me everything, Alexis! <</speech>>
<div class="div">With a playful glint in her eyes, she leaned back against a tree, lifting her dress higher. My breath caught in my throat as her gorgeous tits spilled out, the sunlight catching on her soft skin. She cupped her boobs, squeezing them together.</div>
<img src="img/alexis/alexisfirstblowjob9.webp">
<<speech "Alexis" "Alexis">> You like these? <</speech>>
<div class="div">I stepped closer, practically shaking with need.</div>
<<speech "MC" "$name">> I love them! They’re so fucking perfect. I want to touch them. <</speech>>
<div class="div">Her laughter was intoxicating, filled with both joy and a hint of mischief. She leaned forward, giving me an enticing view of her cleavage.</div>
<<speech "Alexis" "Alexis">> What if I let you play with them? <</speech>>
<div class="div">My cock throbbed as I imagined my hands on her soft skin. But she wasn’t done teasing me. With a playful glint in her eyes, she lifted her dress even higher, revealing her smooth pussy again.</div>
<img src="img/alexis/alexisfirstblowjob10.webp">
<<speech "Alexis" "Alexis">> Want to see more? <</speech>>
<div class="div">I could barely find my voice, the heat pooling in my stomach. I nodded eagerly, watching as she began to rub her pussy slowly, her fingers circling her slick folds while maintaining eye contact with me.</div>
<img src="img/alexis/alexisfirstblowjob11.webp">
<<speech "MC" "$name">> God, yes! You’re so fucking hot! I can’t believe you’re doing this. <</speech>>
<div class="div">She let out a soft moan, clearly getting lost in her own pleasure as she continued to tease herself.</div>
<<speech "Alexis" "Alexis">> You like watching me touch myself, huh? <</speech>>
<div class="div">My heart raced as I replied, my voice low and husky.</div>
<<speech "MC" "$name">> More than you know. Just thinking about your fingers on that wet pussy makes me want to dive in. <</speech>>
<div class="div">Her eyes sparkled with excitement, her breathing becoming ragged as she picked up the pace, rubbing her pussy faster.</div>
<img src="img/alexis/alexisfirstblowjob12.webp">
<<speech "Alexis" "Alexis">> You want to join me? <</speech>>
<div class="div">Before I could answer, the sound of rustling leaves caught my attention, and I turned sharply. My heart dropped as I spotted a group of hikers approaching, their eyes wide with shock.</div>
<<speech "MC" "$name">> Shit! Alexis! We’ve got company! <</speech>>
[[Tell her to tease the hikers(NTR)|Alexis first blowjob4NTR]]
[[Tell her to cover up and get out of here|Alexis first blowjob4]]<div class="div">The tension crackled between us as I caught sight of the hikers in the distance, their laughter echoing through the trees. I turned to Alexis, a mischievous grin spreading across my face.</div>
<<speech "MC" "$name">> Alexis, how about you give those guys a little show? Flash your tits at them. <</speech>>
<div class="div">Her eyes widened in disbelief, and she shook her head, a blush creeping up her cheeks.</div>
<<speech "Alexis" "Alexis">> Are you serious? I can’t just do that! What if they— <</speech>>
<div class="div">I stepped closer, lowering my voice to a sultry whisper, letting the heat of the moment seep in.</div>
<<speech "MC" "$name">> Just imagine how wild it would feel.<</speech>>
<div class="div">Her breath hitched as she recalled that exhilarating day, her internal battle evident in the way she bit her lip. The thrill of the idea began to seep in, the image of the hikers sending a pulse of heat through her.</div>
<<speech "Alexis" "Alexis">> But... what if.... <</speech>>
<div class="div">I leaned in closer, my breath brushing against her skin, igniting the fire of her arousal.</div>
<<speech "MC" "$name">> Just think about it. You’re out here, free and wild. No one to judge you. Just a quick flash. <</speech>>
<div class="div">As the hikers grew closer, I could see her hesitance, her heart racing in tandem with her desire. I gently cupped her chin, forcing her to meet my gaze.</div>
<<speech "MC" "$name">> You love the thrill, don’t you? Just a little taste of exhibitionism. <</speech>>
<div class="div">With every word, I could feel her resolve starting to crumble, the heat pooling low in her belly as the idea of flashing them became more intoxicating. She squirmed, biting her lip as she glanced back at the hikers, her excitement battling her nerves.</div>
<<speech "MC" "$name">> Come on, Alexis. Show them what you’ve got. <</speech>>
<div class="div">A wicked grin spread across her face, her inhibitions melting away. She pulled her dress up slowly, revealing her gorgeous tits, the sunlight glistening off her skin. The hikers stopped in their tracks, their eyes wide with shock and lust, cheers spilling from their lips.</div>
<img src="img/alexis/alexisfirstblowjobntr1.webp">
<<speech "Hiker 1" "Hiker 1">> Damn! Look at those! <</speech>>
<div class="div">Their voices dripped with desire, and I could see Alexis's confidence surge as she basked in their attention. A wild thrill rushed through her, and she lifted her dress higher, fully exposing her breasts.</div>
<<speech "Hiker 2" "Hiker 2">> Holy shit, you’re a fucking goddess! <</speech>>
<div class="div">The dirty comments sent a jolt of arousal through her, and I watched as her hesitation vanished completely. The thrill of being seen took over, and she let her dress drop entirely,</div>
<img src="img/alexis/alexisfirstblowjobntr2.webp">
<<speech "MC" "$name">> You’re incredible, Alexis! <</speech>>
<div class="div">The hikers hollered, their laughter mixing with their comments as Alexis lost herself in the moment, reveling in the attention, the thrill of being completely exposed driving her wild.</div>
<<speech "Hiker 3" "Hiker 3">> Show us more, babe! We’re not leaving until we see everything! <</speech>>
<div class="div">With a playful smirk, she spun around, giving them a tantalizing view of her ass, her skin glowing with the thrill of their hungry gazes. Each dirty comment only fueled her excitement, her heart racing as she embraced the freedom of the moment.</div>
<img src="img/alexis/alexisfirstblowjobntr3.webp">
<<speech "Hiker 1" "Hiker 1">> You know we’re gonna talk about this all day! <</speech>>
<<speech "Hiker 2" "Hiker 2">> Goddamn, you’re so fucking hot! Fucking hell, I could watch this all day. <</speech>>
<<speech "Hiker 3" "Hiker 3">> You’re a fucking slut for showing off like that, aren’t you? You love it, don’t you? <</speech>>
<div class="div">Alexis moaned softly, their words igniting something deep inside her, her arousal spiking to an almost unbearable level. She could feel the heat between her legs intensifying, her pussy wet and aching from the sheer thrill of exposing herself in front of strangers. She glanced over at me, her eyes wild with lust, and then she saw it—my cock straining against my pants, the bulge unmistakable.</div>
<<speech "Alexis" "Alexis">> I... I can’t take it anymore... <</speech>>
<div class="div">Her voice was breathless, desperate. Without a second thought, she dropped to her knees, her eyes locked onto the bulge in my pants as her hands fumbled to undo my belt. The hikers watched, their eyes wide with disbelief as Alexis’s inhibitions crumbled completely. Her fingers deftly freed my cock, and she wasted no time, wrapping her lips around the head and taking me into her mouth with a hungry moan.</div>
<img src="img/alexis/alexisfirstblowjobntr4.webp">
<<speech "Hiker 1" "Hiker 1">> Holy shit! She’s sucking him off right in front of us! <</speech>>
<<speech "Hiker 2" "Hiker 2">> Damn, she’s fucking insatiable! Look at her go! <</speech>>
<div class="div">The dirty comments only seemed to fuel her further as she bobbed her head, taking more of me with every stroke. Her hands gripped my thighs as she worked me deeper, her tongue swirling around the head of my cock, her arousal palpable as she moaned around me.</div>
<img src="img/alexis/alexisfirstblowjobntr5.webp">
<<speech "MC" "$name">> Fuck, Alexis... you’re so fucking hot right now. <</speech>>
<div class="div">Her eyes flicked up to meet mine, her gaze filled with lust and need. The thrill of being watched only heightened her pleasure as she quickened her pace, sucking me off with abandon. Her hand slipped between her legs, her fingers teasing her soaked pussy as she continued to pleasure me in front of the stunned hikers.</div>
<<speech "Hiker 3" "Hiker 3">> She’s getting off on it! She’s fucking fingering herself while sucking his cock! <</speech>>
<div class="div">The cheers from the hikers grew louder as Alexis stayed on her knees, her lips sliding along my cock, sucking with growing intensity. Her eyes were half-lidded, lost in the heat of the moment, her hands gripping my thighs to keep herself steady as she took me deeper into her mouth. The more she worked, the wetter and sloppier it got, her tongue swirling around the head every time she pulled back.</div>
<img src="img/alexis/alexisfirstblowjobntr6.webp">
<<speech "Hiker 1" "Hiker 1">> Damn, look at her go! She’s fucking loving it! <</speech>>
<<speech "Hiker 2" "Hiker 2">> You’re a dirty fucking slut, aren’t you? Sucking him off right in front of us! <</speech>>
<div class="div">The filthy words only drove Alexis further, her breath coming in soft, needy moans around my cock as she bobbed her head faster. She pulled back just enough to lick up the length, her tongue teasing every inch, leaving a glistening trail before she plunged me back into her mouth. The hikers kept egging her on, and it was clear their dirty comments only fueled her more.</div>
<img src="img/alexis/alexisfirstblowjobntr7.webp">
<<speech "Hiker 3" "Hiker 3">> Fuck, she’s good at that. Look at her mouth work that dick. <</speech>>
<<speech "Hiker 1" "Hiker 1">> Bet she loves the taste of that cock, don’t you, slut? <</speech>>
<div class="div">Alexis moaned in response, the sound vibrating around me as her pace quickened. Her fingers slipped between her legs, rubbing her soaked pussy as she sucked me harder, her arousal reaching a fever pitch. I could feel the tension building inside me, the sight of her on her knees, naked and exposed, only pushing me closer to the edge. She looked up at me, her eyes wild with lust as she pulled back to lick the tip, flicking her tongue over it with a teasing grin.</div>
<<speech "MC" "$name">> Fuck, Alexis... you’re driving me crazy. <</speech>>
<div class="div">She moaned again, taking me back into her mouth, her lips sealing around me as she bobbed her head faster, her tongue working in perfect rhythm. The wet sounds of her sucking filled the air, mixing with the dirty cheers from the hikers. They were completely transfixed, watching her with wide eyes, their hands shifting uncomfortably as their own arousal became more obvious.</div>
<<speech "Hiker 2" "Hiker 2">> You love showing off, don’t you? Sucking him off while we watch like a fucking whore. <</speech>>
<<speech "Hiker 3" "Hiker 3">> She’s gonna make him cum, isn’t she? Bet she’s hungry for it. <</speech>>
<div class="div">Alexis whimpered around my cock, the sound sending shivers down my spine as I felt the pressure building. She was relentless, her mouth working me over with a perfect mix of speed and skill, her hand stroking the base as her lips slid along the length. Every time I looked down, I saw the need in her eyes, the desperation to make me cum, to have me finish in her mouth.</div>
<<speech "MC" "$name">> You’re such a dirty fucking girl, Alexis... You want me to cum, don’t you? <</speech>>
<div class="div">Her eyes met mine, and she nodded slightly, her pace increasing as she sucked harder, taking me deeper with every stroke. The tension inside me reached its breaking point, and I could feel the rush of release building. She moaned again, her free hand working her pussy faster as she bobbed her head eagerly.</div>
<img src="img/alexis/alexisfirstblowjobntr8.webp">
<<speech "Hiker 1" "Hiker 1">> Fuck, she’s really going for it! She’s gonna make you blow! <</speech>>
<<speech "Hiker 2" "Hiker 2">> Give it to her! Cum on that slut’s face! <</speech>>
<div class="div">I couldn’t hold back any longer. With a groan, I grabbed a handful of her hair, guiding her head as she sucked me faster, her lips tight around me. The hikers’ filthy cheers echoed in the background as I felt the rush of pleasure hit me hard. Alexis moaned loudly, her lips sealed tight around me as I came, the first hot spurt filling her mouth.</div>
<img src="img/alexis/alexisfirstblowjobntr9.webp">
<<speech "MC" "$name">> Fuck, Alexis... take it all... <</speech>>
<div class="div">She whimpered, her eyes fluttering shut as she swallowed eagerly, sucking me through every pulse, her mouth working to milk every drop. But she wasn’t done. As I pulled back, she opened her mouth, letting the last bit of cum land on her tongue before she flicked her eyes up to me, licking her lips.</div>
<<speech "Hiker 3" "Hiker 3">> Holy shit, she fucking swallowed it! <</speech>>
<<speech "Hiker 1" "Hiker 1">> Look at that fucking whore, still wanting more! <</speech>>
<div class="div">I watched, breathless, as Alexis sat back, her chest rising and falling with heavy breaths, her lips glistening with the aftermath. She didn’t wipe her face, leaving the remnants of my cum smeared across her cheeks as she looked up at me with a satisfied, lust-drunk smile. The hikers continued to cheer, their eyes locked on her naked body, completely captivated by the show.</div>
<<speech "Hiker 2" "Hiker 2">> Goddamn, that was fucking insane. You two are wild. <</speech>>
<div class="div">Alexis smirked, her confidence surging now that her hesitation had completely vanished. The thrill of being watched, of being the center of attention, had taken her over completely, and now she sat there, still fingering herself, dripping with arousal, while the hikers couldn’t take their eyes off her.</div>
<<speech "MC" "$name">> That was incredible... <</speech>>
<div class="div">She smiled up at me, wiping her lips with the back of her hand, but not before giving one last teasing lick, her tongue catching the last bit of cum still on her lips.</div>
<<speech "Alexis" "Alexis">> I told you I’d show them a good time... <</speech>>
<div class="div">The hikers were still watching, but I could see they were getting ready to leave, their eyes full of lust as they cast one last look at Alexis, still naked and covered in my cum.</div>
[[she puts her clothes on]]<div class="div">The sound of laughter grew louder as the group of hikers approached, their carefree chatter echoing through the trees. Panic washed over Alexis's face, and I quickly made a decision.</div>
<<speech "MC" "$name">> Alexis! Cover up! Quick! <</speech>>
<div class="div">Her eyes widened in surprise, and I could see the mix of embarrassment and thrill flickering in her gaze. She nodded and hurriedly pulled her dress down, trying to conceal herself while her cheeks flushed with heat. I stepped closer, wrapping an arm around her shoulders, feeling her heart racing against my side.</div>
<<speech "Alexis" "Alexis">> Oh my god, I can’t believe this is happening! <</speech>>
<div class="div">The hikers drew nearer, their voices a blend of laughter and casual conversation, and I leaned in closer to her, lowering my voice to a whisper.</div>
<<speech "MC" "$name">> Just act natural. We’ll wait for them to pass. <</speech>>
<div class="div">She nodded, her breathing rapid as the thrill of the moment coursed through her. I could feel the tension in her body, her skin practically humming with anticipation as the hikers walked by, completely oblivious to the secret we were sharing. When they finally moved out of earshot, Alexis let out a shaky breath, her shoulders relaxing slightly.</div>
<<speech "Alexis" "Alexis">> That was so intense! I can’t believe we almost got caught. <</speech>>
<div class="div">Her voice was laced with excitement, and I could see the spark of desire igniting in her eyes. The thrill of being exposed, even just for a moment, had clearly stoked the flames of her arousal.</div>
<<speech "MC" "$name">> I knew you’d love it. You enjoy the thrill of being a naughty woman, don’t you? <</speech>>
<div class="div">Her cheeks flushed even deeper, a sultry smile spreading across her lips as she looked up at me, the heat radiating from her body palpable.</div>
<<speech "Alexis" "Alexis">> You have no idea how much I loved that. Just the thought of being caught... <</speech>>
<div class="div">She leaned in closer, her breath warm against my skin, and I could see her confidence growing, fueled by the adrenaline of our near miss. There was a fire in her gaze, and she seemed to be reveling in the danger of it all.</div>
<<speech "MC" "$name">> You’re so fucking hot when you get like this. <</speech>>
<div class="div">Her smile widened, and she bit her lip, clearly enjoying the way I was reacting to her. And then, as if overcome by her horniness, she sank to her knees in front of me, her eyes locking onto mine with a mix of mischief and desire.</div>
<<speech "Alexis" "Alexis">> You know, I never properly thanked you for this dress. <</speech>>
<div class="div">Without another word, she leaned forward, her breath hitching with excitement as she took my cock in her hands, her fingers wrapping around me as she gave a teasing squeeze. The heat between us was electric, and I could feel her desire radiating from her, making it almost impossible to think straight.</div>
<img src="img/alexis/alexisfirstblowjobnontr1.webp">
<<speech "MC" "$name">> Alexis, are you sure about this? <</speech>>
<div class="div">Her gaze held mine, determination and lust swirling in her eyes.</div>
<<speech "Alexis" "Alexis">> I want this... I want to show you just how much I appreciate you. <</speech>>
<div class="div">Without another word, she took me into her mouth, the warmth of her lips sending shivers down my spine. Her movements were slow at first, teasing, her tongue swirling around the tip as she savored every inch. I watched her, completely entranced by the sight of her on her knees, the thrill of being out in the open heightening every sensation.</div>
<img src="img/alexis/alexisfirstblowjobnontr2.webp">
<<speech "MC" "$name">> Oh fuck, Alexis... <</speech>>
<div class="div">She looked up at me, her eyes sparkling with desire, and I could see the way she relished my reaction. She pulled back slightly, letting her tongue glide slowly along the length of my cock, a soft, sultry smile on her lips as she took her time, teasing me.</div>
<img src="img/alexis/alexisfirstblowjobnontr3.webp">
<<speech "MC" "$name">> God, you’re such a dirty woman... <</speech>>
<div class="div">The words slipped from my lips, and her smile widened, her confidence growing with every syllable. She took me deeper, her mouth hot and wet around me as she began to bob her head up and down, the rhythm becoming more intense. I could feel the urgency building in my gut as she increased her pace, her moans vibrating around my cock.</div>
<img src="img/alexis/alexisfirstblowjobnontr4.webp">
<<speech "Alexis" "Alexis">> Mmm... I love how you taste. <</speech>>
<div class="div">She pulled back slightly to catch her breath, her lips glistening, and I couldn’t help but admire the way her chest heaved with excitement. She was lost in pleasure, and the thought of her being so vulnerable out here only turned me on more.</div>
<<speech "MC" "$name">> You’re incredible. Just don’t stop... <</speech>>
<div class="div">She grinned, licking her lips before diving back down on me, taking me deeper this time. Her tongue swirled around my cock as she sank down, taking every inch until I felt the back of her throat. The sensation was overwhelming, and I had to stifle a moan, the thrill of being exposed only adding to the heat of the moment.</div>
<img src="img/alexis/alexisfirstblowjobnontr5.webp">
<<speech "MC" "$name">> Fuck, Alexis... <</speech>>
<div class="div">She pulled back again, her breaths coming in quick, hot pants as she looked up at me, desire smoldering in her gaze.</div>
<<speech "Alexis" "Alexis">> I want to hear you say it. <</speech>>
<div class="div">Her words were a sultry challenge, and I could feel my control slipping as she resumed her motions, each movement deliberate and filled with the need to drive me wild. I couldn't take my eyes off her, the way she was lost in pleasure, the thrill of our secret igniting my desire.</div>
<<speech "MC" "$name">> You’re so fucking hot, Alexis. Just don’t stop... <</speech>>
<div class="div">She picked up on my urgency, her moans vibrating around me, sending waves of pleasure coursing through my body. I could feel myself teetering on the brink, the tension coiling tight in my gut.</div>
<<speech "MC" "$name">> I can’t hold back much longer... <</speech>>
<div class="div">She dove back down, her lips wrapping around my cock as I felt the tension snap. I came hard, ropes of thick cum shooting out, covering her mouth and face. Her eyes widened with surprise, but there was a look of pure satisfaction as she took it all, savoring every drop.</div>
<img src="img/alexis/alexisfirstblowjobntr9.webp">
<<speech "MC" "$name">> Damn, you’re so fucking hot. <</speech>>
<div class="div">She pulled back, gasping for breath, the remnants of my release glistening on her skin. The thrill of being exposed mixed with the sheer pleasure of the moment left us both panting, caught up in the wildness of our encounter.</div>
<div class="div">After a moment, Alexis's eyes sparkled with mischief as she reached for the hem of her dress, quickly straightening it out. She brushed her fingers over her skin, trying to clean off the remnants of my release, but a teasing smile played on her lips as she caught my gaze.</div>
<<speech "Alexis" "Alexis">> I guess I should thank you properly for that... but I think we need to leave the woods before we get caught. <</speech>>
<div class="div">I watched as she fixed her hair, smoothing out the dress to hide the evidence of our escapade. She looked utterly ravishing, even as she tried to tidy herself up. The air was thick with unfulfilled desire, but the thrill of nearly being caught lingered in the back of my mind, heightening my own arousal.</div>
<<speech "MC" "$name">> You ready to get out of here? <</speech>>
<div class="div">She nodded, her breath still a little shaky from the intensity of what just happened. As she stood up, her cheeks flushed with a mix of embarrassment and exhilaration, we exchanged a lingering look filled with unspoken desire. She took a step closer, brushing her body against mine, her voice low and sultry.</div>
<<speech "Alexis" "Alexis">> Next time, I want to be even naughtier... <</speech>>
<div class="div">I smirked, feeling the heat between us as we stepped away from the scene of our rendezvous, both of us eager for what the next adventure might hold.</div>
[[leave|leave the woods]]<div class="div">The hikers had finally disappeared down the trail, their dirty comments still echoing faintly in the distance. Alexis wiped her face one last time, smearing the last bit of cum off her cheek with a satisfied grin. She stood up, her legs still shaky from the rush of everything that just happened, and slipped her dress back on. Her hands lingered on the hem for a moment, as if savoring the memory of standing there naked in front of them.</div>
<<speech "MC" "$name">> You good? That was... pretty wild. <</speech>>
<div class="div">Alexis looked at me, biting her lip with a smirk as she adjusted the thin straps of her dress. She was still glowing from the excitement, the thrill of being watched fueling her in a way I hadn’t expected. She looked down at herself, the short dress barely covering anything now that she wasn’t wearing panties.</div>
<<speech "Alexis" "Alexis">> Yeah... I’m good. Better than good. Fuck, that was crazy. <</speech>>
<div class="div">We started walking back down the path, the woods quiet now except for the sound of our footsteps crunching on the leaves. Alexis was still flushed, her nipples pressing against the fabric of her dress, and her body language gave away just how turned on she still was. Every now and then, she glanced over at me, that same playful look in her eyes.</div>
<<speech "MC" "$name">> You were really into it, huh? The way you just... took it all off like that. I wasn’t sure you were going to do it. <</speech>>
<div class="div">She chuckled, a soft, breathy sound that hinted at just how horny she still was.</div>
<<speech "Alexis" "Alexis">> I wasn’t sure either... at first. But god, once I did it... I couldn’t stop. I felt so fucking alive, you know? Like, every part of me just wanted more. <</speech>>
<div class="div">I could see it in her eyes—the thrill of being exposed, of showing herself off, had taken her to a new level of excitement. She kept fiddling with the hem of her dress, almost like she was tempted to flash me again right there in the middle of the path. The air between us was still thick with the heat of what had just happened, and the teasing glint in her eyes hadn’t faded.</div>
<<speech "MC" "$name">> Yeah, I could tell. You didn’t even hesitate after a while... especially when you got down on your knees. <</speech>>
<div class="div">She blushed, though there was a proud smirk on her lips as she looked up at me.</div>
<<speech "Alexis" "Alexis">> I can’t believe I did that... in front of them, too. But seeing the way they were watching... it just made me want it more. I loved how they couldn’t take their eyes off me. <</speech>>
<div class="div">The thought clearly turned her on again, and she let out a soft sigh as we walked. Her fingers brushed against mine, the simple contact sending another wave of heat through me.</div>
<<speech "MC" "$name">> You liked being the center of attention, huh? Showing off, knowing how bad they wanted you... <</speech>>
<div class="div">She nodded slowly, her eyes darkening with arousal as the memories flooded back. She bit her lip, clearly still lost in the heat of what had just happened.</div>
<<speech "Alexis" "Alexis">> Yeah... fuck, I did. It was like... I couldn’t help it. I was so fucking horny. The way they looked at me, like they couldn’t believe what they were seeing... <</speech>>
<div class="div">Her voice trailed off, and she let out a low, breathy laugh, still clearly on a high from it all. She stepped a little closer to me, her fingers grazing my arm as she gave me a teasing smile.</div>
<<speech "Alexis" "Alexis">> And you... standing there, watching me, telling me what to do... that was hot. <</speech>>
<div class="div">The way she said it made my pulse quicken, and I could tell she was still hungry for more. Her hips swayed a little more as we walked, and her hand brushed mine again, sending a spark of tension between us.</div>
<<speech "MC" "$name">> I couldn’t keep my eyes off you. Especially when you got down on your knees... I think you liked that even more than flashing them. <</speech>>
<<speech "Alexis" "Alexis">> Oh, I did. Seeing how hard you were, knowing they were all watching... fuck, I wanted you so bad right then. I could barely think. <</speech>>
<div class="div">Her voice was breathy, and I could hear the need in it, the lingering arousal from the wild moment we had just shared. I caught her glancing down at my bulge again, like she was already thinking about what might come next.</div>
<<speech "MC" "$name">> I could tell. You were going crazy... and I wasn’t about to stop you. <</speech>>
<div class="div">She laughed again, a little breathless, and nudged me playfully with her shoulder.</div>
<<speech "Alexis" "Alexis">> You never do, do you? <</speech>>
<div class="div">Her words were teasing, but there was an underlying truth to it. She knew how to push my buttons, just like I knew how to push hers. And right now, after everything that had just happened, it felt like the tension between us was still crackling with heat.</div>
<<speech "MC" "$name">> Not when you’re like this. You love getting wild. <</speech>>
<<speech "Alexis" "Alexis">> Maybe... maybe I do. Especially when you’re around. <</speech>>
<div class="div">Her voice was soft now, almost vulnerable, but the look in her eyes was anything but. She stepped closer as we walked, her body brushing against mine, and I could feel the heat radiating off her. The memory of her naked, her body glistening with arousal as the hikers watched, was still fresh in both our minds.</div>
<<speech "MC" "$name">> Guess we’ll have to see what happens next time. <</speech>>
<div class="div">She smiled, her fingers lingering on my arm again as we neared the end of the trail. The woods were starting to thin out, and I could see the farm in the distance, but the tension between us hadn’t faded one bit. Alexis looked at me one last time, her eyes dark with lust and the thrill of what we’d just done.</div>
<<speech "Alexis" "Alexis">> Oh, I’m sure we’ll find a way to make it even wilder next time. <</speech>>
<div class="div">As we made our way out of the woods, the farmhouse came into view, its familiar silhouette framed against the evening sky. The excitement from our earlier escapade still buzzed in the air around us, and I could feel Alexis’s tension mingling with a playful energy as we walked side by side.</div>
<div class="div">We reached the porch, and just as we stepped inside, we heard a familiar voice coming from the living room. Dan was lounging on the couch, his eyes narrowing slightly as he looked up at us.</div>
<<speech "Dan" "Dan">> Well, look who finally decided to come back! Nice dress, Alexis. Did you two have fun on your little walk in the woods? <</speech>>
<div class="div">Alexis’s expression shifted for a brief moment, a mix of surprise and amusement crossing her face as she exchanged glances with me. It was obvious that Dan had no idea what had really gone down, and it took everything in me not to burst out laughing.</div>
<<speech "MC" "$name">> Oh, you know... just enjoying the fresh air and some nature. <</speech>>
<div class="div">I shot her a knowing look, and she stifled a giggle, clearly getting the hint that we weren’t going to give away anything too wild to Dan.</div>
<<speech "Alexis" "Alexis">> Yeah, just taking in the sights... <</speech>>
<div class="div">Dan chuckled, still oblivious, and gave Alexis a playful nudge with his foot.</div>
<<speech "Dan" "Dan">> Sounds like a blast. Just don’t go getting lost out there again, alright? <</speech>>
<div class="div">Alexis laughed, her eyes glinting with mischief, and I couldn’t help but admire how effortlessly she carried herself even after everything that had happened. She turned to me, her expression softening slightly.</div>
<<speech "Alexis" "Alexis">> I think I’ll head to my room for a bit. <</speech>>
<div class="div">She glanced at Dan, who was busy scrolling through his phone, completely unaware of the charged atmosphere that lingered between us. With one last teasing smile, Alexis turned to make her way up the stairs.</div>
<<speech "MC" "$name">> See you later, then. <</speech>>
<div class="div">As she walked away, I watched her go, her dress swaying slightly with each step, leaving me with a mix of anticipation and excitement for what might come next. Dan looked up just as Alexis disappeared down the hall, shaking his head with a grin.</div>
<<speech "Dan" "Dan">> Man, she really knows how to turn heads, huh? <</speech>>
<div class="div">I couldn’t help but chuckle, knowing just how much Dan didn’t know about the wild side of Alexis. But one thing was clear: the evening was far from over, and the tension between us was only going to grow.</div>
[[Go inside|corridor][$currentPeriod++,$alexisStage++]]<div class="div">As we stepped out of the woods, the thrill of our encounter still buzzed in the air between us. The sun filtered through the trees, casting dappled light on the path leading back to the farm, but all I could think about was the delicious tension that lingered between Alexis and me.</div>
<<speech "MC" "$name">> That was... intense. <</speech>>
<div class="div">Alexis laughed softly, a sultry smile playing on her lips as she tucked a strand of hair behind her ear.</div>
<<speech "Alexis" "Alexis">> You think? I’ve never done anything like that before. <</speech>>
<div class="div">Her eyes sparkled with excitement, and I could tell she was still riding the high of what we’d just experienced. We reached the farm, the familiar sights and sounds bringing us back to reality. The farmhouse stood proudly, a welcoming sight, but the air was thick with unfulfilled desire.</div>
<<speech "MC" "$name">> Just wait until we can find another moment alone... <</speech>>
<div class="div">She shot me a playful look, biting her lip as we walked toward the front porch. Just as we reached the steps, Dan emerged from the barn, wiping his hands on a rag, his face lighting up with a friendly grin.</div>
<<speech "Dan" "Dan">> Hey, you two! How was your little walk? <</speech>>
<div class="div">His eyes roamed over Alexis, taking in her form-fitting dress that hugged her curves perfectly. I could see a hint of confusion on his face as he glanced between us, clearly oblivious to the charged atmosphere that hung in the air.</div>
<<speech "Dan" "Dan">> You look... nice, Alexis. That dress is something else! <</speech>>
<div class="div">Alexis shot me a sideways glance, a teasing smile playing at the corners of her lips as she leaned in slightly, clearly enjoying the attention.</div>
<<speech "Alexis" "Alexis">> Thanks, Dan! I thought I’d dress up a bit for the day. <</speech>>
<div class="div">Her tone was playful, but I could see the way her cheeks flushed slightly at Dan’s comment. It was clear she was still buzzing from our encounter, and the innocent compliment from Dan only added to her excitement.</div>
<<speech "Dan" "Dan">> Well, it suits you! Did you guys have fun? <</speech>>
<div class="div">He chuckled, completely unaware of the tension that had just unfolded. Alexis and I exchanged a knowing glance, and I couldn’t help but smirk at the irony of the situation.</div>
<<speech "MC" "$name">> Oh, you know, just taking in the sights. <</speech>>
<div class="div">I leaned in closer to Alexis, wrapping an arm around her waist, enjoying the way she melted into my side, her body still warm from our earlier escapades.</div>
<<speech "Alexis" "Alexis">> Yeah, it was quite an adventure. <</speech>>
<div class="div">Dan laughed, shaking his head as he walked over to us, completely oblivious to the underlying tension. I could see the gears turning in his head as he tried to piece together our playful banter.</div>
<<speech "Dan" "Dan">> Just make sure you don’t get lost in those woods again. I wouldn’t want to have to come looking for you two! <</speech>>
<div class="div">He winked, still completely clueless, and I couldn’t help but chuckle at his innocence. As he walked past us toward the house, I turned to Alexis, my voice low and teasing.</div>
<<speech "MC" "$name">> I don’t think he has any idea what we were really up to. <</speech>>
<div class="div">Her eyes danced with mischief, and she leaned in closer, her lips brushing against my ear as she whispered.</div>
<<speech "Alexis" "Alexis">> Maybe we should keep it that way... for now. <</speech>>
<div class="div">With that, we shared a lingering look, the promise of more excitement lingering in the air as we made our way toward the farmhouse, ready for whatever the rest of the day had in store for us.</div>
[[Go inside|corridor][$currentPeriod++,$alexisStage++]]<<if $money < 400>>
<div class="div">You don’t have enough money...</div>
<<else>>
<img src="img/shop/alexisdress.webp" alt="alexisdress" style="width:50%">
<div class="div">You spot a sexy floral dress, tight and daring, perfect for Alexis. Without hesitation, you pay four hundred dollars, imagining how stunning she’ll look in it. Smirking, you head out, eager to surprise her.</div>
<</if>>
[[Leave the shop|Town]]
<<set $hasalexisdress to true>>
<<set $money -= 400>>
<<set $randomBlowjob to random(3)>>
<<if $randomBlowjob is 0>>
<div class="div">I walked into the living room, where Alexis was doing yoga, her body bending and stretching in those tight leggings. Her ass was perfectly shaped, and I couldn’t help but admire her curves.</div>
<<speech "MC" "$name">> Damn, Alexis, you look so sexy. Mind if I interrupt your workout? I could use a little fun.<</speech>>
<div class="div">She looked up, a playful smirk on her lips.</div>
<<speech "Alexis">> Oh? And what kind of fun are you thinking about? <</speech>>
<div class="div">I stepped closer, letting my eyes wander over her body.</div>
<<speech "MC" "$name">> I was hoping you’d be my good little slut and suck my cock. I know you want it.<</speech>>
<div class="div">Her cheeks flushed, and she bit her lip, clearly aroused.</div>
<<speech "Alexis">> You know I can’t resist that. Just for you, darling.<</speech>>
<div class="div">With a sultry smile, she dropped to her knees, looking up at me with those big, hungry eyes.</div>
<<speech "MC" "$name">> That’s my good girl. Now get to work.<</speech>>
<div class="div">She took my dick in her hand, stroking it slowly before leaning in to give it a teasing lick, her warm breath making me shudder.</div>
<img src="img/alexis/alexisyogablowjob1.webp">
<div class="div">As she wrapped her lips around me, I couldn’t help but groan. She knew how to work it, her mouth hot and inviting, making me feel like a king.</div>
<<speech "MC" "$name">> God, you’re so fucking good at this! Just like a perfect little milf should be!<</speech>>
<div class="div">With each bob of her head, I felt my pleasure building, my hands tangled in her hair, guiding her movements.</div>
<img src="img/alexis/alexisyogablowjob2.webp">
<div class="div">I could feel myself getting closer, the pressure mounting, her hot mouth driving me wild.</div>
<<speech "MC" "$name">> I’m gonna cum, Alexis! Open wide!<</speech>>
<div class="div">With a final thrust, I released, my cum painting her face as she eagerly swallowed every drop, a satisfied smile on her lips.</div>
<img src="img/alexis/alexisyogablowjob3.webp">
<div class="div">I took a moment to admire the sight, her tits heaving as she caught her breath, before turning to leave.</div>
<<speech "MC" "$name">> You were amazing, Aunt Alexis. Can’t wait to do this again!<</speech>>
<<elseif $randomBlowjob is 1>>
<div class="div">I strolled into the living room, catching Alexis in the middle of her yoga routine. Her tight leggings hugged her curves perfectly, making my mouth water.</div>
<<speech "MC" "$name">> Wow, Alexis, you’re looking hot as hell. Mind if I join in on the fun? I could use some release.<</speech>>
<div class="div">She looked back at me, her eyes sparkling with mischief.</div>
<<speech "Alexis">> Fun? What do you have in mind, sweetie?<</speech>>
<div class="div">I moved closer, my voice dropping to a low, seductive whisper.</div>
<<speech "MC" "$name">> How about you kneel and take my cock in that pretty mouth? I know how much you love it.<</speech>>
<div class="div">A wicked grin spread across her face as she nodded eagerly.</div>
<<speech "Alexis">> You know I can’t say no to you.<</speech>>
<div class="div">She sank to her knees, her hands on my thighs as she looked up, those sultry eyes filled with desire.</div>
<<speech "MC" "$name">> That’s right. Show me what a good little slut you can be.<</speech>>
<div class="div">Her mouth wrapped around my dick, and I could hardly hold back my moans. She knew exactly how to please me, taking me deep, swirling her tongue around the tip.</div>
<img src="img/alexis/alexisyogablowjob4.webp">
<div class="div">With every movement, I felt myself getting lost in the pleasure, her warm mouth engulfing me completely.</div>
<img src="img/alexis/alexisyogablowjob5.webp">
<<speech "MC" "$name">> Shit, Alexis! You’re so fucking good at this! I’m gonna cum!<</speech>>
<div class="div">Just as I reached my peak, I came hard, splattering my load across her tits, her moans vibrating against my cock.</div>
<img src="img/alexis/alexisyogablowjob6.webp">
<div class="div">I stepped back to admire the view, her face flushed with satisfaction, knowing she had pleased me once again.</div>
<<speech "MC" "$name">> You always know how to make me feel good, Aunt Alexis. I’ll be back for more!<</speech>>
<<else>>
<div class="div">I entered the living room, catching Alexis mid-yoga pose. Her ass was perfectly round, accentuated by those tight leggings, and I felt my dick stir.</div>
<<speech "MC" "$name">> Damn, Alexis, you look so fucking hot. Mind if I have a little fun while you stretch?<</speech>>
<div class="div">She turned, a playful glint in her eye.</div>
<<speech "Alexis">> Fun? What do you have in mind, sweetheart?<</speech>>
<div class="div">I stepped closer, letting my eyes rake over her body.</div>
<<speech "MC" "$name">> I want you to kneel and suck my cock, you know how much I love it when you do that.<</speech>>
<div class="div">She bit her lip, clearly tempted.</div>
<<speech "Alexis">> Only for you, darling. You know I can’t resist.<</speech>>
<div class="div">She gracefully dropped to her knees, her eyes locked onto mine with a mix of hunger and lust.</div>
<<speech "MC" "$name">> Good girl. Now let’s see that talented mouth of yours.<</speech>>
<div class="div">As she took me in, her warmth enveloped me, and I groaned at the sensation. She moved expertly, her lips sliding up and down my shaft, driving me wild.</div>
<img src="img/alexis/alexisyogablowjob7.webp">
<div class="div">I felt my pleasure building, my hands tangled in her hair as I guided her movements.</div>
<<speech "MC" "$name">> You’re such a dirty little slut for me, aren’t you?<</speech>>
<div class="div">With each thrust, my pleasure surged, the heat of her mouth pushing me closer to the edge.</div>
<img src="img/alexis/alexisyogablowjob8.webp">
<div class="div">I could feel myself about to explode, my body tensing with need.</div>
<<speech "MC" "$name">> I’m cumming! Open wide, Alexis!<</speech>>
<div class="div">With one final thrust, I came hard, my cum splattering across her face, leaving her breathless and satisfied.</div>
<img src="img/alexis/alexisyogablowjob9.webp">
<div class="div">I took a moment to savor the sight before turning to leave, her eyes glimmering with excitement.</div>
<<speech "MC" "$name">> You always know how to take care of me, Aunt Alexis. I’ll be back for more soon!<</speech>>
<</if>>
[[Leave|corridor][$currentPeriod++]]<<set $randomBlowjobKitchen to random(3)>>
<<if $randomBlowjobKitchen is 0>>
<div class="div">I walked into the kitchen, the morning light filtering through the windows. Alexis stood by the stove, cooking breakfast. Her robe clung to her curves, giving me a perfect view of her ample chest and round ass as she moved around.</div>
<<speech "MC" "$name">> Morning, Alexis. You look delicious in that robe. How about starting my day off right?<</speech>>
<div class="div">She turned, giving me a teasing smile.</div>
<<speech "Alexis">> Oh? What do you mean, sweetheart?<</speech>>
<div class="div">I leaned against the counter, my eyes raking over her body, my voice low and husky.</div>
<<speech "MC" "$name">> You know exactly what I mean. Get on your knees and suck my cock before breakfast. I want to feel that mouth of yours.<</speech>>
<div class="div">Her cheeks flushed, but she couldn’t resist me. She placed the spatula down and turned off the stove, then sauntered over with a knowing smirk.</div>
<<speech "Alexis">> You’re insatiable. But who am I to deny you what you want?<</speech>>
<div class="div">She slowly sank to her knees, her robe parting just enough to give me a tantalizing glimpse of her cleavage. She looked up at me with lustful eyes, biting her lip as she reached for my belt.</div>
<<speech "MC" "$name">> That’s my good little milf. You know what I need.<</speech>>
<div class="div">She freed my cock from my pants, her fingers stroking it gently before her lips parted, taking me in with a soft moan. Her warm mouth felt incredible as she started to suck, her tongue swirling around my shaft expertly.</div>
<img src="img/alexis/alexiskitchenblowjob1.webp">
<div class="div">I groaned, one hand resting on her head, guiding her as she bobbed up and down. The sight of her, kneeling in the kitchen like a horny housewife, only fueled my desire.</div>
<<speech "MC" "$name">> Fuck, Alexis, you’re so damn good at this. You were made for this.<</speech>>
<div class="div">She moaned in response, her lips working faster as she sucked me deeper. The wet sounds of her mouth filled the kitchen, mixing with the smell of breakfast still cooking.</div>
<img src="img/alexis/alexiskitchenblowjob2.webp">
<div class="div">I could feel the pressure building, my body tensing as I got closer to the edge.</div>
<<speech "MC" "$name">> I’m gonna cum. Open wide, baby!<</speech>>
<div class="div">With a final thrust, I came hard, my load splashing across her face and dripping down her chest. She licked her lips and looked up at me with a satisfied grin.</div>
<img src="img/alexis/alexiskitchenblowjob3.webp">
<div class="div">I leaned down, giving her a quick kiss on the forehead before stepping back.</div>
<<speech "MC" "$name">> Thanks for the breakfast appetizer, Alexis. I’ll grab a real meal later.<</speech>>
<div class="div">She chuckled, wiping her face with a napkin before standing up.</div>
<<speech "Alexis">> Anytime, darling. Now let me finish cooking.<</speech>>
<<elseif $randomBlowjobKitchen is 1>>
<div class="div">I entered the kitchen, still groggy from sleep, but my morning wood was impossible to ignore. Alexis was by the counter, pouring herself some coffee in a thin robe, her curves outlined perfectly.</div>
<<speech "MC" "$name">> Good morning, Alexis. You’re looking too damn sexy for just coffee.<</speech>>
<div class="div">She turned to me with a teasing smile, her hand resting on her hip.</div>
<<speech "Alexis">> Oh? What did you have in mind to start the day, sweetie?<</speech>>
<div class="div">I walked up behind her, pressing my hard cock against her ass through the thin fabric of my boxers.</div>
<<speech "MC" "$name">> How about you drop to your knees and help me out with this morning problem?<</speech>>
<div class="div">She let out a small laugh, clearly enjoying the attention.</div>
<<speech "Alexis">> Mm, it’s a bit early for that, don’t you think?<</speech>>
<<speech "MC" "$name">> It’s never too early for you to be my personal slut, Alexis.<</speech>>
<div class="div">Her eyes sparkled as she turned and lowered herself onto her knees, opening my boxers to free my cock. She gave it a slow, teasing stroke before taking it into her mouth.</div>
<img src="img/alexis/alexiskitchenblowjob4.webp">
<<speech "MC" "$name">> Good girl. That’s what I like to see.<</speech>>
<div class="div">She moaned around my shaft, her mouth warm and wet as she sucked, her tongue working expertly around me. I tangled my fingers in her hair, guiding her movements, making her take me deeper.</div>
<div class="div">The sight of her on her knees, eagerly sucking my cock in the middle of the kitchen, sent a thrill through me.</div>
<<speech "MC" "$name">> Fuck, you’re such a good little milf, aren’t you?<</speech>>
<div class="div">She moaned in response, taking me deeper, her throat tightening around me as she worked her magic.</div>
<img src="img/alexis/alexiskitchenblowjob5.webp">
<div class="div">I could feel the pleasure building, my cock throbbing in her mouth as I got closer to the edge.</div>
<<speech "MC" "$name">> I’m about to cum, baby. Open wide.<</speech>>
<div class="div">With one final thrust, I released, my cum spilling into her mouth. She eagerly swallowed every drop, looking up at me with a mischievous grin.</div>
<img src="img/alexis/alexiskitchenblowjob6.webp">
<<speech "MC" "$name">> You always know how to take care of me, Alexis. Thanks for the morning relief.<</speech>>
<div class="div">She stood up, wiping the corner of her mouth with her finger, licking it clean.</div>
<<speech "Alexis">> Anytime, darling. Now, how about some breakfast?<</speech>>
<<else>>
<div class="div">I walked into the kitchen, rubbing the sleep from my eyes. Alexis stood by the sink, her robe loose, revealing a glimpse of her cleavage. The sight alone had me hard.</div>
<<speech "MC" "$name">> Damn, Alexis, you’re looking hot as fuck this morning. How about a little morning fun?<</speech>>
<div class="div">She glanced over her shoulder with a playful smile.</div>
<<speech "Alexis">> Fun? At this hour? You’re insatiable.<</speech>>
<div class="div">I stepped closer, pressing myself against her from behind, letting her feel my hard cock against her ass.</div>
<<speech "MC" "$name">> You know you love it. Why don’t you get on your knees and make me feel good?<</speech>>
<div class="div">She turned to face me, her eyes filled with lust.</div>
<<speech "Alexis">> You’re too tempting to resist, sweetheart.<</speech>>
<div class="div">She dropped to her knees without hesitation, pulling my boxers down and freeing my cock. Her hand wrapped around it as she gave me a few teasing strokes before leaning in to take it into her mouth.</div>
<img src="img/alexis/alexiskitchenblowjob7.webp">
<<speech "MC" "$name">> That’s it, Alexis. Suck my cock like the good little milf you are.<</speech>>
<div class="div">She moaned around my shaft, her lips sliding up and down, her tongue swirling around the head. I groaned, my hand resting on her head, guiding her movements as she sucked.</div>
<div class="div">The sight of her on her knees, taking me so eagerly, sent a wave of pleasure through me.</div>
<<speech "MC" "$name">> You were made for this, weren’t you? You love being my dirty little slut.<</speech>>
<div class="div">She moaned in agreement, taking me deeper into her throat, her hands gripping my thighs as she worked harder to please me.</div>
<img src="img/alexis/alexiskitchenblowjob8.webp">
<div class="div">I felt my orgasm building, my cock throbbing in her mouth as I neared the edge.</div>
<<speech "MC" "$name">> I’m gonna cum. Get ready to take it all, baby.<</speech>>
<div class="div">With a final thrust, I came hard, my load spilling across her face, some of it dripping down her chin. She smiled, licking her lips as she caught her breath.</div>
<img src="img/alexis/alexiskitchenblowjob9.webp">
<<speech "MC" "$name">> You always know how to start my day off right, Alexis.<</speech>>
<div class="div">She stood up, her face still flushed from the excitement.</div>
<<speech "Alexis">> Just part of the service, darling. Now, let’s get some breakfast going.<</speech>>
<</if>>
[[Leave the kitchen|corridor][$currentPeriod++]]<<set $randomBlowjobGarden to random(3)>>
<<if $randomBlowjobGarden is 0>>
<div class="div">The afternoon sun bathed the garden in a warm glow as I strolled outside, enjoying the view. Alexis was kneeling by a flower bed, tending to her plants in a pair of tight shorts and a tank top that clung to her every curve. Her ass was perfectly framed as she bent over, completely unaware of how much she was teasing me.</div>
<<speech "MC" "$name">> Damn, Alexis, you’ve got me all worked up out here. You look too damn good bending over like that.<</speech>>
<div class="div">She glanced over her shoulder with a playful smirk, wiping her hands on her thighs.</div>
<<speech "Alexis">> Oh, this old thing? You’re just looking for trouble, aren’t you?<</speech>>
<<speech "MC" "$name">> You know I am. How about we forget the flowers for a minute and you take care of something a little more urgent?<</speech>>
<div class="div">I stepped closer, my eyes fixated on her tight shorts. She knew exactly what I meant, and with a knowing grin, she got up and turned toward me, her hands resting on her hips.</div>
<<speech "Alexis">> Always so demanding. But lucky for you, I’m in a giving mood.<</speech>>
<div class="div">She sank to her knees in the grass, her eyes locked on mine as she undid my pants and pulled out my cock. Her hand wrapped around it, stroking slowly as she licked her lips.</div>
<img src="img/alexis/alexisgardenblowjob1.webp">
<<speech "MC" "$name">> That’s what I like to see. Get that pretty mouth on me, baby.<</speech>>
<div class="div">Without hesitation, she took me into her mouth, her warm lips sliding down my shaft. The contrast of her soft mouth and the roughness of the garden surroundings only made it hotter.</div>
<div class="div">I groaned as she sucked me, her tongue swirling around the tip, teasing me with every movement. Her eyes stayed on mine, filled with that familiar lust.</div>
<img src="img/alexis/alexisgardenblowjob2.webp">
<<speech "MC" "$name">> Fuck, Alexis, you’re so damn good at this. Sucking cock in the garden like the horny slut you are.<</speech>>
<div class="div">She moaned around my length, her hands squeezing my thighs as she bobbed up and down, taking me deeper with each motion.</div>
<div class="div">The heat of the sun, the scent of the flowers, and the sight of her kneeling in the grass, eagerly sucking my cock, had me close to the edge in no time.</div>
<<speech "MC" "$name">> I’m gonna cum, Alexis. Open wide, baby.<</speech>>
<div class="div">With one final thrust, I came, my load spilling across her face and down onto her chest. She wiped the cum from her cheek with a grin, licking her fingers clean.</div>
<img src="img/alexis/alexisgardenblowjob3.webp">
<<speech "MC" "$name">> You’re always ready to get dirty, aren’t you?<</speech>>
<div class="div">She chuckled, standing up and brushing the grass off her knees.</div>
<<speech "Alexis">> Well, it is the garden. Getting dirty is kind of the point.<</speech>>
<<elseif $randomBlowjobGarden is 1>>
<div class="div">The afternoon heat made everything feel a bit slower, the garden alive with the sounds of nature. Alexis was trimming a hedge, her tank top sticking to her sweaty skin, revealing just how little she wore underneath. Her cleavage was on full display, and I couldn’t resist.</div>
<<speech "MC" "$name">> Alexis, you’re looking too damn good to be out here gardening. I’ve got something else in mind.<</speech>>
<div class="div">She glanced over at me, her lips curling into a playful smile.</div>
<<speech "Alexis">> Oh, do you now? What could possibly be more important than my flowers?<</speech>>
<<speech "MC" "$name">> Why don’t you come over here and find out?<</speech>>
<div class="div">I leaned against a nearby tree, watching as she walked toward me, her hips swaying with every step. She knew exactly what she was doing. When she reached me, she looked up with a teasing grin.</div>
<<speech "Alexis">> You’re such a bad influence. But I guess I can take a break.<</speech>>
<div class="div">She knelt in front of me, her hands already reaching for my belt. She undid it with practiced ease, freeing my cock, which was already hard for her.</div>
<img src="img/alexis/alexisfirstblowjobntr4.webp">
<<speech "MC" "$name">> You know what I need, Alexis. Get that mouth on me.<</speech>>
<div class="div">She didn’t need any more encouragement. Her lips wrapped around my cock, taking me deep into her throat as her hand stroked the base. The feeling of her warm mouth and the sight of her kneeling in the grass had me groaning in pleasure.</div>
<div class="div">Her head bobbed up and down, her tongue working its magic as she sucked me. The heat, the garden, and the sight of her on her knees made everything feel more intense.</div>
<<speech "MC" "$name">> Fuck, you’re so good at this. My own little cock-sucking slut out here in the open.<</speech>>
<div class="div">She moaned in response, taking me deeper, her hands gripping my thighs as she sucked faster. I could feel my climax building, my body tensing as I got closer to release.</div>
<img src="img/alexis/alexisfirstblowjobnontr4.webp">
<<speech "MC" "$name">> I’m gonna cum, baby. Keep sucking.<</speech>>
<div class="div">With a groan, I came, my load filling her mouth. She swallowed eagerly, her eyes locked on mine the entire time.</div>
<img src="img/alexis/alexisfirstblowjobntr9.webp">
<<speech "MC" "$name">> Always such a good girl, Alexis. You know how to take care of me.<</speech>>
<div class="div">She wiped her lips with the back of her hand and stood up, her chest heaving slightly.</div>
<<speech "Alexis">> I aim to please. Now, where were we with the gardening?<</speech>>
<<else>>
<div class="div">The garden was quiet, the only sound being the faint buzz of bees and the rustle of leaves in the afternoon breeze. Alexis was bent over a bush, her shorts riding up her perfect ass, practically begging for attention.</div>
<<speech "MC" "$name">> Damn, Alexis. You’re out here looking like a whole snack. How about a break from the plants and more attention on me?<</speech>>
<div class="div">She looked over her shoulder, grinning as she straightened up and turned to face me, her hands on her hips.</div>
<<speech "Alexis">> Oh, you’re so needy today. Can’t even let me work in peace.<</speech>>
<<speech "MC" "$name">> You know I can’t resist you, especially when you’re flaunting it like that.<</speech>>
<div class="div">She laughed softly, walking over to me, her body brushing against mine as she stood close. Her fingers trailed down my chest, stopping just above my belt.</div>
<<speech "Alexis">> Well, if you insist...<</speech>>
<div class="div">She dropped to her knees without any hesitation, her fingers deftly undoing my pants and pulling out my cock. She gave it a teasing stroke, her tongue flicking out to taste the tip before taking me into her mouth.</div>
<img src="img/alexis/alexisfirstblowjobnontr1.webp">
<<speech "MC" "$name">> That’s right, Alexis. Suck it. You love being on your knees for me.<</speech>>
<div class="div">She moaned around my cock, her lips sliding down my length as she took me deeper. Her hands gripped my thighs for balance as she worked her mouth up and down, her tongue massaging me with every movement.</div>
<div class="div">I groaned, running my fingers through her hair, watching as she sucked me off in the middle of the garden. The mix of the fresh air and her eager mouth had me close in no time.</div>
<img src="img/alexis/alexisfirstblowjobntr8.webp">
<<speech "MC" "$name">> I’m close, baby. Get ready to take it.<</speech>>
<div class="div">With a final thrust, I came, spilling my load across her face and chest. She licked her lips, wiping some of the cum off her cheek as she grinned up at me.</div>
<img src="img/alexis/alexisfirstblowjobntr9.webp">
<<speech "MC" "$name">> You’re always such a good slut for me. Never leave me hanging.<</speech>>
<div class="div">She chuckled, standing up and brushing the grass from her knees.</div>
<<speech "Alexis">> Well, you make it hard to resist. Now, let’s finish this gardening before someone sees.<</speech>>
<</if>>
[[Leave the garden|corridor][$currentPeriod++]]<div class="div">The living room was unusually quiet as I walked into Kendra and Carl's house. Normally, there would be the sound of the TV or casual conversation, but today, something was different. As I stepped closer, I could hear raised voices coming from the living room. Curious, I approached the door, which was slightly ajar, and stopped when I heard Kendra's sharp tone.</div>
<<speech "Kendra" "Kendra">> Why are you avoiding me, Carl? It’s been months! I can’t remember the last time you even touched me.<</speech>>
<div class="div">Carl’s voice was lower, defensive.</div>
<<speech "Carl" "Carl">> It’s not like that, Kendra. I’ve been busy, you know that.<</speech>>
<<speech "Kendra" "Kendra">> Busy? You’re always “too busy”! What’s going on with you? I’ve tried everything! I wear lingerie, I make us dinner, I flirt with you, and you just act like I’m invisible! Can you even get hard anymore?<</speech>>
<div class="div">There was a pause, the silence thick with tension.</div>
<<speech "Carl" "Carl">> Of course I can... I just...<</speech>>
<<speech "Kendra" "Kendra">> Just what? You’ve been acting like this for months, Carl! You don’t even look at me anymore. What am I supposed to think? Do you even want me anymore? I feel like I’m losing my mind trying to get your attention!<</speech>>
<div class="div">I could hear Kendra's voice breaking with frustration, the raw emotion clear in every word. Carl’s tone grew harsher in response.</div>
<<speech "Carl" "Carl">> Don’t turn this around on me, Kendra. You know I’ve got a lot on my plate. I don’t need this right now!<</speech>>
<<speech "Kendra" "Kendra">> You don’t need this? What about me? I’m your wife, Carl! Do you even remember what that means? I’ve been patient, but you’re giving me nothing!<</speech>>
<div class="div">The argument escalated, and I could hear the frustration boiling over in Kendra’s voice.</div>
<<speech "Kendra" "Kendra">> I’m starting to wonder if you even *can* anymore. Maybe that’s why you’re avoiding me—because you can’t get hard.<</speech>>
<div class="div">That comment seemed to be the final straw for Carl. I heard the sudden scraping of a chair, then heavy footsteps as he stormed out of the room, heading toward the front door.</div>
<<speech "Carl" "Carl">> You know what? I’m done with this conversation. I’m going out.<</speech>>
<div class="div">The door slammed behind him, leaving the house in an uncomfortable silence. I froze in place, unsure if I should leave or stay. After a moment, Kendra let out a heavy sigh, clearly exasperated by the fight. As she turned around, her eyes widened when she noticed me standing in the doorway.</div>
<<speech "Kendra" "Kendra">> Oh... I didn’t see you there.<</speech>>
<div class="div">Her face flushed, a mix of embarrassment and frustration still evident from the argument. She wiped a hand across her forehead, clearly frazzled by the whole ordeal.</div>
<<speech "MC" "$name">> Sorry... I didn’t mean to eavesdrop. Are you okay?<</speech>>
<div class="div">Kendra sighed again, brushing a hand through her hair as she leaned against the couch.</div>
<<speech "Kendra" "Kendra">> I guess you heard all that, huh? Things with Carl... they’ve been rough for a while now.<</speech>>
<div class="div">Her gaze softened as she looked at me, her body still tense from the argument. I could see the weight of her frustrations, her eyes searching mine for some kind of comfort or understanding.</div>
<<speech "MC" "$name">> Yeah, I heard a bit. I didn’t want to intrude.<</speech>>
<div class="div">Kendra shook her head slightly, a small, sad smile crossing her lips.</div>
<<speech "Kendra" "Kendra">> It’s fine... it’s not your fault. It’s just... I don’t know what’s happening with him anymore. I’ve tried everything, and he still pushes me away.<</speech>>
<div class="div">She looked away for a moment, her voice quieter now, the vulnerability in her tone clear.</div>
<<speech "Kendra" "Kendra">> Sometimes I wonder if he even finds me attractive anymore.<</speech>>
<div class="div">I felt a sudden urge to comfort her, but I held back for the moment, unsure of how to navigate the delicate situation.</div>
[[Offer comfort|kendra first blowjob2]]
<div class="div">Kendra let out a shaky sigh, clearly overwhelmed by the argument with Carl. I could see how vulnerable she felt, her frustrations and doubts about herself boiling over. The air was thick with unspoken desire, and I could sense her need for something more—something Carl wasn’t giving her.</div>
<<speech "MC" "$name">> Kendra, you know it’s not about you, right? Carl’s being an idiot. He doesn’t know what he’s missing.<</speech>>
<div class="div">Her eyes met mine, searching for sincerity. I could see the flicker of hope, the reassurance she craved. The familiar spark ignited in her gaze, revealing the Kendra I knew—confident, playful, and ready for more.</div>
<<speech "Kendra" "Kendra">> You really think that?<</speech>>
<<speech "MC" "$name">> I know it. You’re beautiful, Kendra. If Carl can’t see that... he’s the one missing out.<</speech>>
<div class="div">Her expression softened, the weight of Carl's neglect fading. Then, without warning, she stepped closer, her gaze locked on mine, a mischievous smile creeping across her lips.</div>
<<speech "Kendra" "Kendra">> It’s just so frustrating. I’ve tried everything to get his attention, but he just ignores me.<</speech>>
<<speech "MC" "$name">> You deserve so much better than that. You shouldn’t have to beg for affection.<</speech>>
<<speech "Kendra" "Kendra">> I know, but it’s hard not to feel unwanted... especially when I see you looking at me like that.<</speech>>
<<speech "MC" "$name">> Trust me, I want you more than you know. You’re irresistible, Kendra. You don’t have to settle for less.<</speech>>
<div class="div">Her eyes sparkled with mischief, and I could see the internal struggle in her gaze. I reached out, brushing a strand of hair behind her ear, my fingers lingering on her skin.</div>
<<speech "Kendra" "Kendra">> You really think I’m irresistible?<</speech>>
<<speech "MC" "$name">> Absolutely. You deserve someone who can appreciate you completely. Someone who isn’t afraid to touch you like you want.<</speech>>
<div class="div">Her breath hitched at my words, and she bit her lip, contemplating her next move. Finally, she leaned in closer, her voice barely above a whisper.</div>
<<speech "Kendra" "Kendra">> Fuck Carl... he doesn’t deserve me.<</speech>>
<div class="div">The conviction in her voice sent a thrill through me, and I watched as her eyes darkened with desire. I knew what she wanted, and I wanted it too. Then, without warning, she sank to her knees in front of me, her hands moving with purpose. She undid my belt, unzipped my pants, and pulled them down just enough to free my cock, her fingers brushing against my skin, igniting a fire within me.</div>
<<speech "MC" "$name">> Kendra... what are you doing?<</speech>>
<<speech "Kendra" "Kendra">> What I should’ve done a long time ago.<</speech>>
<div class="div">Before I could respond, she took me into her mouth, her warm, soft lips enveloping me. The sensation sent a shiver down my spine. Kendra’s eyes sparkled with mischief as she slowly started to move, her tongue swirling around the tip, teasing and exploring with deliberate slowness.</div>
<<speech "MC" "$name">> God, Kendra, you’re driving me crazy...<</speech>>
<<speech "Kendra" "Kendra">> Just wait until you feel how much I want this.<</speech>>
<div class="div">Each movement of her lips was filled with purpose, her mouth getting sloppier as she bobbed her head, taking me deeper. The sight of her—eyes locked onto mine, lips glistening with saliva—made it hard to think straight. She moaned softly, sending vibrations through me that made my cock throb.</div>
<<speech "MC" "$name">> Kendra... please, don’t stop.<</speech>>
<<speech "Kendra" "Kendra">> I won’t... not until you’re completely satisfied.<</speech>>
<div class="div">With a wicked grin, she intensified her efforts, her lips working me with a desperate hunger. I could feel the tension building, the pleasure threatening to overwhelm me. Just then, I heard the unmistakable sound of Carl's footsteps approaching from the hallway. My heart dropped, the urgency of the moment crashing over me like a wave.</div>
<<speech "MC" "$name">> Kendra, please... we can’t—<</speech>>
<div class="div">The sound of Carl getting closer made my heart race, and I knew I had to make a choice.</div>
<<speech "MC" "$name">> Carl's coming!<</speech>>
[[tell Kendra to stop (cheating path)]]
[[keep going (Carl cuckold path)]]
<div class="div">Kendra’s movements faltered for a brief moment as the sound of Carl's footsteps echoed in the hallway. My heart raced, a mix of desire and panic coursing through me.</div>
<<speech "MC" "$name">> Kendra, please... we can’t—<</speech>>
<div class="div">But before I could finish, Kendra’s determination flared. She looked up at me, eyes dark with mischief.</div>
<<speech "Kendra" "Kendra">> Carl, don’t come in! I don’t want to see your face!<</speech>>
<div class="div">Her voice rang out, bold and defiant. I could hear Carl pause, confusion etched in his tone.</div>
<<speech "Carl" "Carl">> What’s happening in there? I’m really sorry, Kendra! I just want to talk about everything!<</speech>>
<div class="div">Kendra’s lips curled into a wicked smile as she leaned back down, her breath hot against my skin.</div>
<<speech "Kendra" "Kendra">> He has no idea what’s really going on...<</speech>>
<div class="div">With a swift movement, she resumed her actions, taking me deep into her mouth. The sensation sent a jolt of pleasure through me, and I struggled to hold back a groan.</div>
<<speech "MC" "$name">> Kendra... you can’t be serious...<</speech>>
<div class="div">She responded with a loud, exaggerated slurp, her eyes sparkling with mischief as she took me deeper, her tongue swirling around the tip.</div>
<<speech "Kendra" "Kendra">> Mmm... you taste so good...<</speech>>
<div class="div">The raw pleasure coursing through me intensified with every moan that escaped her lips. I could hear Carl’s muffled protests outside, still oblivious.</div>
<<speech "Carl" "Carl">> Kendra, I messed up! Please, just let me in! We can work this out!<</speech>>
<div class="div">Kendra pulled back for a moment, looking up at me with a wicked grin.</div>
<<speech "Kendra" "Kendra">> He thinks he can fix this? He has no idea how much I need you right now.<</speech>>
<div class="div">With that, she dove back down, taking me deep into her throat. The wet sounds of her mouth filled the air, slurping and sucking, mixing with Carl’s desperate attempts to reach her.</div>
<<speech "Carl" "Carl">> Kendra! Just open the door! I promise I’ll listen!<</speech>>
<div class="div">Kendra grinned around me, the sound of Carl's pleas only fueling her desire.</div>
<<speech "Kendra" "Kendra">> Let him listen. Let him hear how much I crave this.<</speech>>
<div class="div">She sank back down, her mouth working me with renewed vigor. Each moan and slurp echoed around us, drowning out Carl’s frustrated voice.</div>
<<speech "MC" "$name">> Kendra... you’re amazing...<</speech>>
<<speech "Kendra" "Kendra">> I want him to know he’s losing me, that I deserve this.<</speech>>
<div class="div">Carl's voice grew more frantic, still oblivious.</div>
<<speech "Carl" "Carl">> I love you, Kendra! Just talk to me!<</speech>>
<div class="div">Kendra only grinned around my length, her gaze locked on mine, sending waves of pleasure crashing through me. I could see the conflict in her eyes—she was torn between the thrill of her actions and the weight of her marriage.</div>
<<speech "Kendra" "Kendra">> You’re so much better than him. I can’t help myself...<</speech>>
<div class="div">She picked up the pace, bobbing her head up and down, her mouth glistening with saliva, making slurping sounds that sent shivers down my spine.</div>
<<speech "MC" "$name">> Kendra, if you keep this up... I won’t be able to hold back...<</speech>>
<div class="div">Her eyes sparkled with mischief as she pulled back for a moment, letting me slip out of her mouth with a wet pop.</div>
<<speech "Kendra" "Kendra">> Good. I want to taste you... every drop.<</speech>>
<div class="div">With that, she plunged back down, taking me deeper than before, her moans vibrating around me. Carl's voice continued to rise outside, still clueless about what was truly happening.</div>
<<speech "Carl" "Carl">> Kendra, please! Just let me talk!<</speech>>
<div class="div">Kendra's moans filled the space, drowning out Carl's desperation. She picked up the rhythm, her mouth working me with a desperate hunger.</div>
<<speech "Kendra" "Kendra">> I want him to hear how much I crave you... how much I need this.<</speech>>
<div class="div">The combination of her words and actions sent me teetering on the edge, my body responding to the overwhelming pleasure.</div>
<<speech "MC" "$name">> Kendra... I’m so close...<</speech>>
<div class="div">With one final thrust, I felt the pressure build, and as her mouth enveloped me again, I released, my pleasure exploding as I filled her mouth. Kendra moaned with delight, savoring every drop, her eyes locked onto mine, full of mischief and satisfaction.</div>
<<speech "Kendra" "Kendra">> Mmm... just like I wanted...<</speech>>
<div class="div">Outside, Carl's voice faded into the background, unaware of the wild encounter that had just unfolded behind the door.</div>
[[She opens the door]]::kendra keeps going::
<div class="div">Kendra’s lips wrapped around my cock, moving with slow, deliberate precision as she sucked. Her tongue danced along the sensitive underside, her hand gripping me firmly at the base, stroking in sync with her mouth. The warmth of her breath, the wet sounds of her lips sliding up and down—it was all too much, and yet not enough. I could feel her enjoying every second of it, relishing each inch she took deeper into her throat. And then, there was the sound of the door creaking open behind us.</div>
<<speech "Carl" "Carl">> Kendra? What the hell...?</speech>
<div class="div">Carl’s voice wavered as he stood in the doorway, frozen in disbelief. But Kendra didn’t stop—she didn’t even pause. If anything, she picked up the pace, her lips working over me with even more enthusiasm, the sloppy, wet sounds filling the room. She pulled back slightly, her lips still wrapped around my tip as she glanced at Carl, her expression dripping with defiance.</div>
<<speech "Kendra" "Kendra">> What’s wrong, Carl? You didn’t think I’d wait forever, did you?</speech>
<div class="div">Her words were sharp, cutting right through him. She dipped her head again, taking me deeper with a long, satisfied moan, making sure Carl heard every filthy sound. Carl took a step forward, his hands trembling, his face pale with shock.</div>
<<speech "Carl" "Carl">> Kendra... what are you doing? Stop this... please...</speech>
<<speech "Kendra" "Kendra">> Stop? Oh, no, Carl. I’m just getting started. This is what a real cock feels like. Something you could never give me.</speech>
<div class="div">She emphasized her words by taking me all the way into her throat, her gagging noises filling the room as she pulled back, her hand stroking me in long, firm strokes. Carl stood there, his eyes glued to the scene, unable to look away.</div>
<<speech "MC" "$name">> Fuck, Kendra... you’re so damn good at this...</speech>
<div class="div">She hummed in response, her lips sliding over me again, sucking harder, faster. Carl’s face was a mix of disbelief and hurt, his hands clenched at his sides.</div>
<<speech "Carl" "Carl">> Kendra, I’m your husband... we can talk about this. You don’t need to do this...</speech>
<<speech "Kendra" "Kendra">> Talk? That’s all you ever do, Carl—talk. You don’t know how to act like a man, and I’m tired of waiting for you to figure it out.</speech>
<div class="div">Her hand squeezed me tighter as she spat on my cock, mixing it with her saliva before sliding her lips back over me. Carl flinched at the sight, his face going even paler. He didn’t move, though. He just stood there, helpless. Kendra’s words were like knives, slicing through him with every degrading sentence she spat at him.</div>
<<speech "Kendra" "Kendra">> This is what I need. A real man who knows how to use what he’s got. Unlike you, Carl. You’re pathetic. You’ve left me starving, and now I’m getting fed.</speech>
<div class="div">Her eyes flicked to me briefly, a wicked grin curling her lips as she took me back into her mouth, moaning around my cock as she bobbed her head faster. Carl’s mouth opened to say something, but he quickly closed it, unsure of what to do.</div>
<<speech "Carl" "Carl">> Kendra... please. We can fix this...</speech>
<<speech "Kendra" "Kendra">> Fix it? There’s nothing to fix. You couldn’t handle me, Carl. You never could.</speech>
<div class="div">The more she talked, the more aggressive her movements became. Her hand gripped me tightly, stroking faster as she sucked me deeper, loud slurping and gagging noises filling the room. It was filthy, raw, and she wanted Carl to hear every second of it.</div>
<<speech "MC" "$name">> Fuck... Kendra, you’re making me crazy.</speech>
<div class="div">She pulled off me for a moment, panting, her eyes glistening with lust as she grinned up at me.</div>
<<speech "Kendra" "Kendra">> That’s the idea. I’m going to suck you dry while my pathetic husband stands there, watching, knowing he could never make me feel like this.</speech>
<div class="div">She turned her gaze to Carl for just a moment, her lips curling in disgust before she wrapped them around me again, sucking hard. The sight of him standing there, helpless, seemed to drive her even more. Carl was rooted in place, unable to move, his face contorted in a mix of shame and something else—something darker.</div>
<<speech "Carl" "Carl">> Kendra... don’t do this... please...</speech>
<<speech "Kendra" "Kendra">> Why? So I can go back to feeling nothing? No, Carl. This is what I need, and you’ll never be enough.</speech>
<div class="div">I glanced at Carl, and that’s when I noticed it—a small bulge in his pants. He was trying to hide it, but it was there. My eyes lingered on it for a moment, a strange realization washing over me. Carl wasn’t just shocked—he was getting turned on. Kendra didn’t seem to notice, too focused on working her mouth up and down my length.</div>
<<speech "MC" "$name">> Kendra... you’re going to make me lose it if you keep this up...</speech>
<div class="div">She moaned around my cock, her tongue swirling around the head as she sucked harder, her hand moving faster. Carl’s eyes darted between us, his face flushed with shame, but the bulge in his pants was unmistakable now, growing by the second. I didn’t say anything—this was something only I noticed, and it was almost too surreal to believe.</div>
<<speech "Kendra" "Kendra">> That’s right... let me take care of you, baby. Unlike him.</speech>
<div class="div">Her words were muffled by my cock, but the message was clear. Carl was nothing to her now, just a spectator to the scene unfolding before him. And yet, he was aroused—despite everything, he couldn’t help himself. Kendra’s moans grew louder, her head bobbing faster as she gagged, her spit dripping down my shaft. The room was filled with the wet, filthy sounds of her working me over, her body eager, her mouth relentless.</div>
<div class="div">I glanced at Carl again. His eyes were glued to us, and his bulge was now impossible to ignore. He was trying so hard to keep his composure, but his body was betraying him. Only I knew what was really happening, and it made the whole situation even more twisted.</div>
[[Continue|next scene]]
<div class="div">The sound of Carl’s persistent knocking echoed in the hallway, jolting Kendra back to reality. She quickly wiped her mouth, a playful smile lingering on her lips as she looked at me, the thrill of what had just happened still coursing through her.</div>
<<speech "Kendra" "Kendra">> Just a second!<</speech>>
<div class="div">She took a deep breath, composing herself before opening the door. Carl stood there, a mix of guilt and concern etched across his face, his hands shoved deep in his pockets.</div>
<<speech "Carl" "Carl">> Kendra, I’m really sorry for everything. I didn’t mean what I said earlier. Can we talk?<</speech>>
<div class="div">Kendra stepped back, allowing him to enter. Her expression softened slightly, though I could see the underlying tension in her posture. She closed the door behind him, creating an intimate bubble where the air felt thick with unspoken words.</div>
<<speech "Kendra" "Kendra">> I know you’re sorry, Carl, but it’s hard to just forget what happened.<</speech>>
<div class="div">Carl shifted nervously, running a hand through his hair.</div>
<<speech "Carl" "Carl">> I’ve been under a lot of stress, and I took it out on you. That was wrong. I should have treated you better.<</speech>>
<div class="div">Kendra's gaze softened as she watched him, the frustration slowly melting away, replaced by a flicker of hope. She took a step closer, her voice dropping to a softer tone.</div>
<<speech "Kendra" "Kendra">> I just want you to see me, Carl. I need to feel desired again.<</speech>>
<div class="div">Carl nodded, his eyes searching hers, completely unaware of the tension hanging between us. He reached out, brushing a hand against her arm.</div>
<<speech "Carl" "Carl">> I want to make it right, I promise. You’re everything to me, Kendra.<</speech>>
<div class="div">Kendra’s breath hitched, and she leaned into his touch, her eyes shimmering with unshed tears. She hesitated for a moment, then took a breath, mustering the courage to forgive him.</div>
<<speech "Kendra" "Kendra">> If you really mean that, then let’s try to move forward. I want to believe you.<</speech>>
<div class="div">Carl smiled, relief washing over his face as he leaned in closer, his lips brushing against hers. Kendra held his gaze, a hint of mischief glinting in her eyes as she tilted her head, pulling him into a kiss.</div>
<div class="div">Their lips connected, and I could see the moment of bliss wash over Carl’s face, oblivious to the lingering taste of my cum on her mouth. Kendra’s kiss was warm and inviting, a facade of forgiveness hiding the thrill of the secret she held.</div>
<<speech "Carl" "Carl">> Thank you, Kendra. I’ll do better, I promise.<</speech>>
<div class="div">As they broke the kiss, Kendra glanced at me, her eyes reflecting a mix of defiance and desire, a reminder of the tension still crackling in the air.</div>
<<speech "Kendra" "Kendra">> Let’s just take it one step at a time, okay?<</speech>>
<div class="div">I knew it was time for me to go. The weight of what had just happened lingered in the air, a silent agreement hanging between us. I took a step back, giving them space, my heart racing.</div>
<<speech "MC" "$name">> I think I should head out. Just... let me know if you need anything, Kendra.<</speech>>
<div class="div">Kendra nodded, a mix of emotions playing across her face. I could see the guilt and thrill swirling together, a complicated dance that would linger long after I left.</div>
<div class="div">With one last glance, I turned and walked out, the door closing softly behind me, leaving Kendra and Carl in their fragile moment of reconciliation.</div>
[[Leave|Neighbor's House][$currentPeriod++,$kendraStage++]]::kendra notices the bulge::
<div class="div">Kendra was lost in the moment, fully immersed in her pleasure as she continued to work my cock with fervor. But as she pulled off for a moment to catch her breath, her gaze fell on Carl, and a wicked grin spread across her face. The realization of his arousal sent a thrill through her.</div>
<<speech "Kendra" "Kendra">> Well, well, look what we have here. Carl, are you actually getting hard watching your wife suck another man’s cock?</speech>
<div class="div">Her voice was dripping with mockery, and I could see the way Carl’s face flushed crimson, his shame mingling with something else entirely. Kendra leaned back, her eyes gleaming with mischief as she pointed at the bulge straining against his pants.</div>
<<speech "Carl" "Carl">> Kendra, stop it! This isn’t funny...</speech>
<div class="div">But Kendra was far from done. She laughed, the sound echoing in the charged atmosphere.</div>
<<speech "Kendra" "Kendra">> Not funny? Come on, it’s actually kind of pathetic. You should be ashamed of yourself, but I can’t help but find it... exciting. Watching you get turned on while I take what I need from another man.</speech>
<div class="div">Carl looked torn, his eyes darting between Kendra and me. I could see the conflicting emotions wrestling within him. He wanted to protest, to pull her back into his arms, but the sight of her so eager and unrestrained only fueled his arousal.</div>
<<speech "MC" "$name">> You know, Carl, it’s okay to admit you like it. Kendra deserves to feel wanted, and if you can’t give her that, then maybe she needs someone who can.</speech>
<div class="div">Kendra’s laughter rang out again, more seductive this time. She leaned forward, resting her chin on my thigh as she looked up at Carl, her eyes filled with mischief.</div>
<<speech "Kendra" "Kendra">> See? Even he understands. You’re just too much of a coward to admit it. I bet you’re getting off on this, aren’t you? Your wife being taken by another man?</speech>
<<speech "Carl" "Carl">> I’m not... I’m not getting off on this!</speech>
<div class="div">But the way his voice cracked betrayed him. Kendra wasn’t just teasing now; she was digging in deep, relishing the power she held over both of us.</div>
<<speech "Kendra" "Kendra">> Oh, please. Look at you. You can’t even deny it. And you know what? It’s kind of hot that you’re standing there, helpless, watching me. I bet you’ve fantasized about this, haven’t you? Your wife being taken by another man?</speech>
<div class="div">The tension thickened in the air, and I could see Carl’s resolve beginning to crumble. His hands clenched into fists, but I noticed the way his hips subtly shifted, almost involuntarily pressing toward the scene.</div>
<<speech "MC" "$name">> If you’re really not enjoying this, you should probably turn around and leave. But I think we both know you’d rather stay and watch.</speech>
<div class="div">Kendra took this as a cue to go back to my cock, licking the tip playfully before taking me back into her mouth. Her eyes stayed locked on Carl’s, watching his reactions closely as she bobbed her head again, her lips glistening with saliva.</div>
<<speech "MC" "$name">> God, Kendra... you’re incredible.<</speech>>
<div class="div">Kendra’s eyes sparkled with mischief as she picked up her pace, her mouth working me faster and deeper. I could feel the heat building inside me, and I knew I was getting close.</div>
<<speech "Kendra" "Kendra">> You’re going to tell me how much you enjoy this, Carl. I want to hear you say it. Admit that you love watching me get filled by someone who can actually please me.</speech>
<div class="div">Carl's breathing quickened, his gaze locked onto his wife, who was now fully committed to the act. Kendra's confidence was intoxicating, and I could feel the tension mounting in the room as her words hung in the air. She looked positively divine, her lips stretching around me, her cheeks hollowing as she sucked me in deeper, all the while keeping Carl’s eyes on her.</div>
<<speech "Carl" "Carl">> Kendra... I just... it’s hard to watch, but... I can't look away.</speech>
<<speech "Kendra" "Kendra">> See? Even you know how thrilling this is. Don’t you want to see how far we can take it? I can give you a front-row seat to your own humiliation.</speech>
<div class="div">Her words stung, but there was a thrill in them, a daring challenge that hung between us. I could feel myself getting closer to the edge, and the weight of Carl's gaze added an extra layer of intensity.</div>
<<speech "MC" "$name">> Come on, Carl. Just embrace it. She deserves this. Let her have her fun while you watch. You might just discover something about yourself.</speech>
<div class="div">Kendra’s head bobbed faster, her moans vibrating against my shaft as she caught Carl’s gaze once more. She relished in the power of the moment, fully aware of the effect she had on both of us. Carl’s breath came in heavy pants, and I knew the reality of the situation was settling in, deep and raw.</div>
<<speech "Kendra" "Kendra">> That’s right, Carl. Watch me take what I want. You’ll never be enough to satisfy me. But maybe watching me get filled by someone who knows how to treat a woman like me is just what you need to realize.</speech>
<div class="div">Her words were a final dagger, and I noticed Carl’s hands shaking at his sides. The air was thick with tension as the reality of our twisted little game hung heavily around us, drawing us all deeper into the heat of the moment.</div>
<div class="div">With each stroke of Kendra’s mouth, I felt the pressure building within me, tightening my core as I teetered on the edge of release. Kendra looked up at me, a wicked grin plastered on her face as she prepared for what was coming.</div>
<<speech "MC" "$name">> Kendra... I’m going to cum.<</speech>>
<<speech "Kendra" "Kendra">> Yes! Give it to me, baby. I want to taste you. Show Carl what a real man feels like!</speech>
<div class="div">With a final thrust, I released myself deep into Kendra’s mouth, but she pulled back just in time, aiming it right at her face. Hot streams of cum splattered across her cheeks, coating her skin in thick, warm fluid.</div>
<<speech "Carl" "Carl">> Oh my God... Kendra!</speech>
<div class="div">Kendra gasped at the sensation, her eyes widening in surprise before she quickly laughed, her fingers playfully smearing the warm cum across her face.</div>
<<speech "Kendra" "Kendra">> Look at that, Carl. This is what you’re missing out on. You’ll never be able to give me this kind of satisfaction.</speech>
<div class="div">I could see the disbelief in Carl's eyes, mixed with a hint of something darker—desire, maybe? The tension in the room had shifted, leaving us all breathless in the aftermath of the act.</div>
[[Continue|next scene]]