<<set settings.isBarsPreferred to true>>
<<set settings.EnableSlavers to true>>
<<script>>
document.addEventListener(':passageinit', function(event) {
Setting.set('isBarsPreferred', true);
Setting.set('EnableLeash', true);
Setting.set('EnableSlavers', true);
});
<</script>>
@@.main-image-wrapper;
[img[String.format($urlPath + "/LogoMain.jpg")]]
@@<br>
<p class="add">
Thank you so much to all the players who have supported the game and requested updates!</p><br><br>
You assume the role of a young woman residing with her family in a city apartment. As a student, you'll be attending school and juggling a part-time job. In this sandbox game, you'll have the opportunity to experience a wide range of events based on your stats, attire, relationships with friends and family, and even probabilistic outcomes.<br><br>
As a complete novice, I used the framework of the Young Maria game as a foundation for this one, which I've expanded in specific directions and extensively overhauled, especially with v2.0. I hope you'll find enjoyment in the game; it represents several months of effort. <br>
Please don't hesitate to provide relevant feedback, report any bugs you've come across, or suggest events you'd like to see in the game. (There is a new "Contact" button for that purpose)<br><br>
<<button "BEGIN YOUR ADVENTURE" "Create the character">> …<</button>>
<br><br>
<<link "CHANGELOG">><<set $enteredFromBeginning = true>><<set $pastPassage to passage()>><<set $wasMenuItemEntered = true>><<goto "CHANGELOG">><</link>><<if $mainChar.school.fees is true>>
<<goto "Fees">>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/bedroom_"+ $timeOfDay +".jpg")]]
@@<br>
Your room is beautiful with ample space and plenty of natural light emanating from the big window behind your bed. <br>
Most of your furniture is made of simple birch wood but with the pale purple walls and pretty decorations, your room is full of bright colours. <br><br>
Located in the corner of the room is your [[ bed.->Home bed]] <br>
There is a [[wardrobe->Wardrobe]] here, too. Most of your clothes hang up nicely inside.
<<if $inventory.has('SexShopItems','Fuck Machine')>>
Your fuck machine is well hidden in the corner.<</if>><br>
It is next to your [[dressing table,->Bathroom Mirror][$pastPassage="Bedroom"]] where you can comb your hair and apply makeup.<br><br>
In the opposite corner is your desk, littered with most of your stationary items<<if $inventory.has('techItems', 'Laptop')>> including your [[laptop.->Use laptop]]
<<endif>> <br>
<<if (7 - $dayCount + $hasHomework) >0 >>
It may be time to use it to [[do your homework.->Homework][$Homework_lastPlace ="Bedroom"]]
(<<print (7 - $dayCount + $hasHomework) + " days remaining before the due date">>)<br>
<<elseif (7 - $dayCount + $hasHomework) == 0 >>
It may be time to use it to [[do your homework.->Homework][$Homework_lastPlace ="Bedroom"]]
(the due date is today !)<br>
<</if>>
<br>
[[Living room][$minute += 1]]
<</if>><div style="margin-top: -35px;"></div>
Version: 2.0
<span style="display: block; height: 1rem;"></span>
<<include "Mall Items">>
<<include "Regular check">>
<span id="Achievements" style="display: none">
<<include "Achievements">>
</span>
<u>$dayOfWeek $dateDay $dateMonth</u>
<<timeWidget>> <br>
<div align="center">
<table border="0">
<tr>
<td class="timer">
<p style="color:#F5F4F4; font-size: 3px">.</p>$showHour:$showMinute
</td>
</tr>
</table>
</div>
<span style="display: block; height: 0.5rem;"></span>
<p style="color: gold; font-size: 20px">
<strong>$ <<print Math.trunc($mainChar.money)>></strong></p>
<span style="display: block; height: 0.5rem;"></span>
Energy:
<<if settings.isBarsPreferred == true>>
<<energyBar>>
<<else>>
<<print Math.trunc($mainChar.energy)>>/<<print Math.trunc($mainChar.maxEnergy)>>
<<endif>>
<br>
Cleanliness:
<<if settings.isBarsPreferred == true>>
<<cleanlinessBar>>
<<else>>
<<print Math.trunc($mainChar.cleanliness)>>/100
<<endif>>
Arousal:
<<if settings.isBarsPreferred == true>>
<<arousalBar>>
<<else>>
<<print Math.trunc($mainChar.arousal)>>/<<print Math.trunc($mainChar.maxArousal)>>
<<endif>>
<<if $mainChar.intoxication >= 1>>
<br>
<<intoxicationWidget>>Intoxication:
<<if settings.isBarsPreferred == true>>
<<intoxicationBar>>
<<else>>
<<print Math.trunc($mainChar.intoxication)>>/100
<<endif>>
<br>
<<endif>>
<<if $day < 6 and $hour ==8>>
<br>
<strong>School starts at 9:00</strong> <br>
<<endif>>
<br>
<<dollClothesWidget>>
<<include "Paper Doll">>
<<FoodBoostWidget>>
<<include "Effect Icons Show">>
<<include "Effect Icons">><<if passage() == "Beginning">>
<<link "Changelog">>
<<set $enteredFromBeginning = true>>
<<set $pastPassage to passage()>>
<<set $wasMenuItemEntered = true>>
<<goto "CHANGELOG">>
<</link>>
<<endif>>
<<if $enteredFromBeginning == true>>
<<endif>>
<<if hasVisited("Kitchen")>>
<<if $wasMenuItemEntered == true>>
<<link "Back">>
<<set $wasMenuItemEntered = false>>
<<goto $pastPassage>>
<</link>>
<<else>>
<<link "ACHIEVEMENTS">>
<<set $enteredFromBeginning = true>>
<<set $pastPassage to passage()>>
<<set $wasMenuItemEntered = true>>
<<goto "Achievements">>
<</link>>
<<link "Stats">>
<<set $pastPassage to passage()>>
<<set $wasMenuItemEntered = true>>
<<goto "Stats">>
<</link>>
<<link '<p style="display: inline; color: salmon">Escape Hatch</p>'>>
<<if typeof $enterCasino !== 'undefined'>>
<<goto "Casino Cheat">>
<<else>>
<<goto "Bedroom">>
<</if>>
<</link>>
<<link '<p style="display: inline">Contact</p>'>>
<<set $pastPassage to passage()>>
<<set $wasMenuItemEntered = true>>
<<goto "Email">>
<</link>>
<<endif>>
<<endif>>
@@.main-image-wrapper;
[img[String.format($urlPath + "/LogoMain.jpg")]]
@@<br>
<<set _hours = Math.floor($GameTime / 3600)>>
<<set _minutes = Math.floor(($GameTime % 3600) / 60)>>
<span style="color: lime">You have played the game <<if _hours != 0>><<print _hours>> hours and<</if>> <<print _minutes>> minutes ! <<if _hour>=1>> Thank you very much! <</if>></span><br>
Today is the $dateDay of $dateMonth. It's the <<print $dayCount>>-th day of your adventure. <br><br>
You're a $mainChar.age years old girl named <<print $mainChar.firstName>>. <br>
You leave with your parents $dad.firstName and $mom.firstName as well as your $brother.age years old brother <<print $brother.firstName>>. <br><br>
<<if $mom.relationship <20>>
Your relationship with your mother his quite distant, almost formal. Conversations are polite but lack depth, and you often feel like there's an invisible barrier between you.
<<elseif $mom.relationship <40>>
Your relationship with your mother is warm and supportive. You share a bond built on trust and open communication. Whether it's a heart-to-heart talk or a fun outing, you cherish the time you spend together.
<<elseif $mom.relationship <60>>
Your relationship with your mother is complex and intense. On the surface, you have a strong, loving bond, but there's an underlying tension — a hint of desire that makes your heart race. You find yourself drawn to her in ways that are both comforting and confusing, a blend of familial love and something deeper, more forbidden.
<<elseif $mom.relationship <80>>
Your relationship with your mother is uniquely intimate and somewhat twisted. She has a habit of infantilizing you, treating you like her little girl. Yet, her comments and actions often blurring the lines between maternal affection and something more forbidden. Strangely, you find comfort in this dynamic, enjoying the role of the perpetual child. You play along, acting the part of the innocent, obedient daughte. It's a dance you both engage in, each finding a perverse satisfaction in the roles you play.
<<else>>
Your relationship with your mother is deeply ingrained in both of your lives, shaping who you are and how you interact with the world. She treats you with a mix of overprotection and obvious sexualization, creating a complex dynamic that has become second nature to you both. You've internalized this role, finding a strange sense of security and identity in being her "little girl."
<</if>>
(<<print $mom.relationship>> / <<print $mainChar.maxRelationship>>).<br>
<<if $hadSexWithMom >0>>
You had sex with her $hadSexWithMom times.<br>
<</if>><br>
<<if $dad.relationship <20>>
Your relationship with your father is distant. Conversations are rare and often limited to polite exchanges about school or daily routines. There's a palpable emotional barrier between you, a sense of disconnect that neither of you seems able to bridge. You often feel like a stranger in his presence, yearning for a closeness that never comes.
<<elseif $dad.relationship <40>>
Your relationship with your father is warm and supportive. He offers guidance and encouragement through every challenge. Whether it's a casual chat over dinner or a heart-to-heart conversation, you know you can always count on him to be your rock.
<<elseif $dad.relationship <60>>
Your relationship with your father is complex and intense. You catch yourself stealing glances at him, feeling a mix of guilt and longing. There's a tension in the air whenever you're together, a silent, forbidden attraction that adds a layer of complexity to your otherwise close relationship.
<<elseif $dad.relationship <80>>
Your relationship with your father has a unique dynamic. He's not just a parent; he's your protector and guide, someone who takes care of you in a way that feels both nurturing and authoritative. You love your Daddy, he provides structure and discipline, and you find comfort in his leadership. It's a subtle but present aspect of your bond, one that adds a layer of complexity and intimacy to your interactions.
<<else>>
Your relationship with your Daddy is deeply rooted in a unique dynamic, and you fully embrace it. He's your caretaker, your protector, and your guide, providing you with the structure and love you crave. You find solace in his authority, feeling safe and cherished under his watchful eye. This dynamic is not just a part of your bond; it defines it. You revel in the roles you both play, finding a unique sense of fulfillment and connection in this unconventional relationship.
<</if>>
(<<print $dad.relationship>> / <<print $mainChar.maxRelationship>>).<br>
<<if $hadSexWithDad >0>>
You had sex with him $hadSexWithDad times.<br>
<</if>><br>
<<if $brother.relationship <20>>
Your relationship with your brother is quite distant. You both lead separate lives, rarely crossing paths except for the occasional family gathering. Conversations are polite but superficial, and there's a sense of emotional detachment that has grown between you.
<<elseif $brother.relationship <40>>
You and your brother have a good bond. You share laughter, secrets, and a deep understanding that comes from years of shared experiences. Your relationship is built on trust, respect, and a genuine affection for one another. You can always count on him to be there for you, and vice versa.
<<elseif $brother.relationship <60>>
Your relationship with your brother is complex and intense. You often catch each other's glances lingering a little too long, and there's a palpable chemistry that adds an exciting, forbidden edge to your interactions. It's a secret you both keep, a taboo desire that only makes your bond stronger.
<<elseif $brother.relationship <80>>
Your relationship with your brother is unique and deeply rooted in a dynamic of dominance and submission. He naturally takes the lead, and you find comfort and security in following his guidance. There's a dark, twisted pleasure in the way he controls and uses you, and you willingly submit to his every command.
<<else>>
Your relationship with your brother is intense and unconventional. You find a perverse satisfaction in being humiliated and dominated by him. He treats you harshly, speaking to you as if you were an object, and you revel in the degradation. There's a dark, twisted pleasure in the way he controls and uses you, and you willingly submit to his every command, finding a sense of fulfillment in your role as his obedient servant.
<</if>>
(<<print $brother.relationship>> / <<print $mainChar.maxRelationship>>).<br>
<<if $hadSexWithBrother >0>>
You had sex with her $hadSexWithBrother times.<br>
<</if>><br>
The family relationship is capped at $mainChar.maxRelationship for the current release.<br><br>
Your corruption level is <<print $mainChar.corruption>>. It is capped at $mainChar.maxCorruption for the current release. <br>
<<if $mainChar.corruption <25>> there's not much you can do with this low level of corruption except watch porn and tease people. <<elseif $mainChar.corruption <40>> You don't mind sucking people and occasionally expose yourself. <<elseif $mainChar.corruption <60>> You like sex - even outdoor - and don't mind to please people with your body. <<elseif $mainChar.corruption <80>> You find pleasure in being used by people - even in public - as you don't mind to prostitute yourself and occasionally engage in group sex. <<else>> You live to serve people anywhere at anytime, you love to be humiliated and submisived as you engage in BDSM / pet play / watersports actions.<</if>><br><br>
<<if $hadSexWithBrother + $hadSexWithDad + $hadSexWithMom + $hadSexWithStranger is 0 or isNaN($hadSexWithBrother + $hadSexWithDad + $hadSexWithMom + $hadSexWithStranger)>>
You are a virgin.
<<else>>
You had sex <<print $hadSexWithBrother + $hadSexWithDad + $hadSexWithMom + $hadSexWithStranger>> times. <</if>><br>
You masturbated - or have been masturbated - $mainChar.sexStats.masturbated times.<br>
You sucked more than $mainChar.sexStats.bj cocks and drank around <<print $mainChar.sexStats.bj * 2.5>> ml of cum.<br>
You've been fucked $mainChar.sexStats.vaginal times in your pussy, and $mainChar.sexStats.anal times in your ass.<br>
You have been raped $mainChar.sexStats.raped times.<br><br>
<<if isNaN($mainChar.OverallJailTime) or $mainChar.OverallJailTime is 0>>
You never went in jail
<<else>>
You have spend <<print $mainChar.OverallJailTime>> days in prison.
<</if>>
<br><br>
Money: $mainChar.money <br>
Energy: <<print $mainChar.energy>> <br>
Arousal: $mainChar.arousal <br>
Intellect: $mainChar.intellect <br>
School Reputation: $mainChar.school.reputation <br>
Attractiveness: $mainChar.attractiveness <<linkreplace "[+]">><br>
<p class="add">
* Clothes: <<if $mainChar.work.currentWorkName is "">><<print Math.round(_clothesEffect)>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.lingerie.chest.name is ''>>
(topless: +20)
<<elseif $mainChar.look.clothes.torso.name is ''>>
(shirtless: +10)
<</if>>
<<if $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name is ''>>
(bottomless: +20)
<<elseif $mainChar.look.clothes.legs.name is ''>>
(pantless: +10)
<</if>>
<<else>>
<<if $mainChar.work.costume is "Normal">>15
<<elseif $mainChar.work.costume is "Sexy">>30<<else>>45
<</if>><</if>><br>
* Lingerie: <<print Math.round(_lingerieEffect)>> <<if $mainChar.look.lingerie.groin.name is '' and ($mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1 or $mainChar.look.clothes.legs.name.toLowerCase().indexOf('skirt') !== -1)>>
(Not wearing panties with a dress or a skirt: +15)<</if>> <br>
* Accessories: <<print Math.round(_accessoriesEffect)>> <br>
<<if !$mainChar.appearance.isCombed>>* Not combed: <<print -20>><br><</if>>
* Makeup: <<if $mainChar.appearance.makeup is "No">> <<print -8*1.5>> <br>
<<elseif $mainChar.appearance.makeup is "Subtle">> <<print 3*1.5>> <br>
<<elseif $mainChar.appearance.makeup is "Regular" or $mainChar.appearance.makeup is "Cute">> <<print 8*1.5>> <br>
<<elseif $mainChar.appearance.makeup is "Flashy" or $mainChar.appearance.makeup is "Heavy" or $mainChar.appearance.makeup is "Goth">> <<print 10*1.5>> <br>
<<elseif $mainChar.appearance.makeup is "Ruined">> <<print -15*1.5>> <br>
<<else>> 0 <br>
<</if>>
<<if !$mainChar.appearance.teethBrushed>>*Teeth not brushed: -5 <br><</if>>
<<if $mainChar.eroticLook.intimateHaircut is "stubble" and ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('skirt') !== -1 or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)>>
* Unshaved legs: <<print -15*1.5>> <br>
<<elseif $mainChar.eroticLook.intimateHaircut is "hairy" and ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('skirt') !== -1 or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)>>
* Hairy legs: <<print -30*1.5>> <br>
<</if>>
<<if $mainChar.appearance.isPerfumed is 'true'>>* Is perfumed: 10 <br><</if>>
* Cleanliness: <<print Math.round(_cleanlinessEffect)>><br>
* Fitness level: <<print Math.round(_fitnessEffect)>> <br>
(rounded and simplified)
</p>
<</linkreplace>><br>
<<if $mainChar.intoxication > 0>>
(drunk bonus: $oneIntoxication) <br>
<<endif>>
<<if $mainChar.foodBoost.corruption > 0>>
(food bonus: $mainChar.foodBoost.corruption) <br>
<<endif>>
Fitness: $mainChar.fitness <br>
<<if $mainChar.foodBoost.fitness > 0>>
(food bonus: $mainChar.foodBoost.fitness) <br>
<<endif>>
<<if $mainChar.foodBoost.attractiveness > 0>>
(food bonus: $mainChar.foodBoost.attractiveness) <br>
<<endif>><br>
<br>
<<link "CHANGELOG">><<goto "CHANGELOG">><</link>> <br><br>
<<link "Back">>
<<set $wasMenuItemEntered = false>>
<<goto $pastPassage>>
<</link>>
<br> <br><div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div><br>
<table width="100%" align="center" border="5" class="wardrobe-clothes">
<caption>OUTERWEAR</caption>
<thead>
<tr>
<th>Torso</th>
<th>Legs</th>
<th>Feet</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<<if $mainChar.look.clothes.torso.name === ''>>
[[-->Torso Clothes]]
<<else>>
[[$mainChar.look.clothes.torso.name.replace(/[0-9]/g, '')->Torso Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.clothes.legs.name === ''>>
[[-->Legs Clothes]]
<<else>>
[[$mainChar.look.clothes.legs.name.replace(/[0-9]/g, '')->Legs Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.clothes.feet.name === ''>>
[[-->Feet Clothes]]
<<else>>
[[$mainChar.look.clothes.feet.name.replace(/[0-9]/g, '')->Feet Clothes]]
<<endif>>
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="5" class="wardrobe-clothes">
<caption>BODYWEAR</caption>
<thead>
<tr>
<th>Arms</th>
<th>Chest</th>
<th>Groin</th>
<th>Calves</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<<if $mainChar.look.clothes.hands.name === ''>>
[[-->Hands Clothes]]
<<else>>
[[$mainChar.look.clothes.hands.name.replace(/[0-9]/g, '')->Hands Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.lingerie.chest.name === ''>>
[[-->Chest Lingerie Clothes]]
<<else>>
[[$mainChar.look.lingerie.chest.name.replace(/[0-9]/g, '')->Chest Lingerie Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.lingerie.groin.name === ''>>
[[-->Groin Lingerie Clothes]]
<<else>>
[[$mainChar.look.lingerie.groin.name.replace(/[0-9]/g, '')->Groin Lingerie Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.clothes.calves.name === ''>>
[[-->Calves Clothes]]
<<else>>
[[$mainChar.look.clothes.calves.name.replace(/[0-9]/g, '')->Calves Clothes]]
<<endif>>
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="5" class="wardrobe-clothes">
<caption>ACCESSORIES</caption>
<thead>
<tr>
<th>Earlobes</th>
<th>Neck</th>
<th>Wrists</th>
<th>Anus</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<<if $mainChar.look.piercings.earlobes.name === ''>>
[[-->Earrings]]
<<else>>
[[$mainChar.look.piercings.earlobes.name.replace(/[0-9]/g, '')->Earrings]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.accessories.neck.name === ''>>
[[-->Neck Accessories]]
<<else>>
[[$mainChar.look.accessories.neck.name.replace(/[0-9]/g, '')->Neck Accessories]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.accessories.wrists.name === ''>>
[[-->Wrists Accessories]]
<<else>>
[[$mainChar.look.accessories.wrists.name.replace(/[0-9]/g, '')->Wrists Accessories]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.accessories.anus.name === ''>>
[[-->Anus Accessories]]
<<else>>
[[$mainChar.look.accessories.anus.name.replace(/[0-9]/g, '')->Anus Accessories]]
<<endif>>
</td>
</tr>
</tbody>
</table>
<br>
<<include "Wardrobe sets code">>
<br>
[[Back->Bedroom]]<<set $hour += $napHour>><<set $minute += $napMinute>><div class="default-image-wrapper">[img[String.format($urlPath + "/bedroom/homeNap.jpg")]]</div>
You take a <<nobr>>
<<if $napHour > 0>>
$napHour hour<<if $napHour > 1>>s<<endif>>
<<endif>>
<<if $napHour > 0 and $napMinute > 0>>
and
<<endif>>
<<if $napMinute > 0>>
$napMinute minute<<if $napMinute > 1>>s<<endif>>
<<endif>>
<</nobr>> long nap. You feel a little more refreshed.
<<nobr>>
<<if $napHour < 1 and $napMinute < 20>>
<p class="add">+2 Energy</p><<set $mainChar.energy += 2>>
<<elseif $napHour < 1 and $napMinute >= 20>>
<p class="add">+4 Energy</p><<set $mainChar.energy += 4>>
<<elseif $napHour == 1 and $napMinute < 30>>
<p class="add">+5 Energy</p><<set $mainChar.energy += 5>>
<<elseif $napHour == 1 and $napMinute >= 30>>
<p class="add">+7 Energy</p><<set $mainChar.energy += 7>>
<<elseif $napHour == 2 and $napMinute < 30>>
<p class="add">+10 Energy</p><<set $mainChar.energy += 10>>
<<elseif $napHour == 2 and $napMinute >= 30>>
<p class="add">+15 Energy</p><<set $mainChar.energy += 15>>
<<elseif $napHour == 3 and $napMinute < 30>>
<p class="add">+20 Energy</p><<set $mainChar.energy += 20>>
<<elseif $napHour == 3 and $napMinute >= 30>>
<p class="add">+25 Energy</p><<set $mainChar.energy += 25>>
<<elseif $napHour == 4 and $napMinute < 30>>
<p class="add">+30 Energy</p><<set $mainChar.energy += 30>>
<<elseif $napHour == 4 and $napMinute >= 30>>
<p class="add">+35 Energy</p><<set $mainChar.energy += 35>>
<<endif>>
<</nobr>>
[[Wake up->Home bed]]<<if $mainChar.lastBedTime < 8>>
<<set $mainChar.energy += Math.round((8-$mainChar.lastBedTime)**2*1.5)>>
<<else>>
<<set $mainChar.energy to $mainChar.maxEnergy>>
<</if>>
<<if $mainChar.energy >$mainChar.maxEnergy-20>>
<<set $mainChar.energy to $mainChar.maxEnergy-20>>
<</if>>
<<if $hour > 7>>
<<dayChangeWidget>>
<<endif>>
<<set $hour = 8>>
<<set $minute = 0>>
<<set $timeOfDay = "Night">>
<<set $mainChar.hasCooked to "">>
<<set $mainChar.intoxication = 0>>
<<set $mainChar.appearance.isCombed = false>>
<<set $mainChar.appearance.teethBrushed = false>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/homeSleep.jpg")]]
</div><br>
You slept until your mother woke you up at 8AM. <br>
<<if $mainChar.look.accessories.anus.name == "Butt plug">>
The buttplug nestled deep inside you feels both foreign and familiar, a constant reminder of the pleasure it brings. You lie there for a moment, savoring the feeling of being filled. The smooth, tapered shape fills you completely, stretching you just enough to keep you on the edge of arousal. <br>
<<MainChar_Stats "corruption" "1" "60">>
<<elseif $mainChar.look.accessories.anus.name == "Tail butt plug">>
The tail butt plug inside you feels so good~ <br>
<<endif>>
<<if $mainChar.fitnessLevel >= $mainChar.fitness>>
<<set $mainChar.fitness -=1>>
<</if>>
<<set $mainChar.fitnessLevel to $mainChar.fitness>>
<<include "Morning routine checkboxes">>
<br><br>
<<link "Get up">>
<<include "Morning routine checkboxes apply">>
<<goto "Bedroom">>
<</link>><<if $mainChar.school.gradeReport == true and !($dad.activity == "Sleeping"
or $dad.activity == "Working") and !($mom.activity == "Sleeping"
or $mom.activity == "Working")>>
<<include "Grade Report">>
<<elseif (
(($dayCount - $mainChar.school.Math.lastDayVisited >=1) or
($dayCount - $mainChar.school.Science.lastDayVisited >=1) or
($dayCount - $mainChar.school.History.lastDayVisited >= 1) or
($dayCount - $mainChar.school.PE.lastDayVisited >= 1))
and $weekDay and $hour>=15 and
(($dad.activity != "Sleeping" and $dad.activity != "Working") or
($mom.activity != "Sleeping" and $mom.activity != "Working"))
) and (isNaN($mainChar.school.lastMissedClasses) or $dayCount>= $mainChar.school.lastMissedClasses+random(2,5)) and $mainChar.school.lastMissedClassesScold != $dayCount>>
<<set $mainChar.school.lastMissedClassesScold to $dayCount>>
<<set $mainChar.school.lastMissedClasses to $dayCount>>
<<include "Missing classes">>
<<else>>
<<if (($dayCount - $mainChar.school.Math.lastDayVisited >=1) or
($dayCount - $mainChar.school.Science.lastDayVisited >=1) or
($dayCount - $mainChar.school.History.lastDayVisited >= 1) or
($dayCount - $mainChar.school.PE.lastDayVisited >= 1))
and $weekDay and $hour>=15 and
(($dad.activity != "Sleeping" and $dad.activity != "Working") or
($mom.activity != "Sleeping" and $mom.activity != "Working")) and $mainChar.school.lastMissedClasses != $dayCount and $weekDay and $mainChar.school.lastMissedClassesScold != $dayCount>>
Seeing your parents, you can feel their gazes lingering on you.. They don't say a word, but you can see it in their eyes: they know you've been skipping classes. You swallow hard, eager to escape their scrutiny.<br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "mom" "-1">>
<<set $mainChar.school.lastMissedClassesScold to $dayCount>>
<</if>>
<<include "Cloth level">>
<<SeeCumOnPcWidget 'home'>>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/livingRoom_"+ $timeOfDay +".jpg")]] @@
<<ScheduleBrother>> <<ScheduleMom>> <<ScheduleDad>>
<br>
<<set $canGoLikeThis = true>>
You find yourself in the cozy embrace of the living room. <br>
You could go sit in the [[Bay Window]]
<<if ($hour >= 9 && $hour <= 11) || ($hour >= 12 && $hour <= 16) || ($hour >= 23 || $hour <= 6)>>
<<if $mainChar.energy>=10 and $hour>=6>> , [[watch TV->Watch TV][$Watch_TV = "alone"]] <</if>> or have a [[nap on the couch.->Sofa nap]]
<<elseif $mainChar.energy>=10>>
or [[watch TV->Watch TV][$Watch_TV = "family"]] with your family.
<<else>> to relax.
<<endif>>
<br><br>
<<if !isNaN($mainChar.did_cleaning_livingroom) and (($dayCount > 2 + $mainChar.did_cleaning_livingroom) and (($hour >= 9 and $hour <= 11) or ($hour >= 12 and $hour <= 18) or $hour>19) and $mainChar.energy>20)>>
However, it becomes evident that a [[cleaning session->Living room cleaning]] of the living room is long overdue.<br><br>
<<elseif $dayCount > $mainChar.did_cleaning_livingroom and (($hour >= 9 and $hour <= 11) or ($hour >= 12 and $hour <= 18) or $hour>19) and $mainChar.energy>20>>
As you survey the state of the room, a nagging thought crosses your mind – [[a bit of cleaning->Living room cleaning]] wouldn't go amiss.<br><br>
<<elseif ($dayCount is $mainChar.did_cleaning_livingroom)>>
Thanks to you, the living room is now refreshed.<br><br>
<</if>>
[[Parents' bedroom->Parents' bedroom pre-scenes][$minute += 1]] <br>
[[Brother's room->Brother watch porn][$minute += 1]] <br>
[[Kitchen->Kitchen][$minute += 1]] <<if $hour == 8 and $mainChar.lastDayBreakfast != $dayCount>>(It's breakfast!)<<elseif $hour == 12 and $mainChar.lastDayDinner != $dayCount>>(It's dinner!)<<elseif $hour == 19 and $mainChar.lastDaySupper != $dayCount>>(It's supper!)<<endif>> <br>
<<if $brother.activity is "Taking a shower" or $dad.activity is "Taking a shower" or $mom.activity is "Taking a shower">> For now, the bathroom is occupied. <<if $mainChar.corruption >= 20 and $mainChar.energy>=10>> [[Enter anyway.->Occupied Bathroom]] <</if>><<else>>
[[Bathroom][$minute += 1]] <</if>><br />
<<link "Bedroom">>
<<set $minute += 1>>
<<goto "Bedroom">>
<</link>> <br><br>
<<if (($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name !== '') or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1) and $mainChar.energy>=20>>
[[Go out][$minute += 5]] <br><br>
<<elseif $mainChar.energy<20>>
You're too tired to go outside.<br><br>
<<elseif $mainChar.corruption >=50 and $mainChar.energy>=30>>
You're not clothed ! It's risky to go outside like this... [[Go out anyway.->Exhibition][$minute += 5]] <br><br>
<<set $canGoLikeThis = false>>
<<else>> You're not clothed !<br><br>
<<endif>>
<<if $day < 6 and $hour == 8>>
<<if $mainChar.look.clothes.torso.name.toLowerCase().indexOf('school') !== -1 and $mainChar.look.clothes.legs.name.toLowerCase().indexOf('school') !== -1>>
<<link "Go to school" "School">>
<<set $minute += 15>>
<</link>> <br>
<<else>>
Get dressed in your school uniform and
<<link "go to school." "School">>
<<set $minute += 15>>
<<set $mainChar.look.clothes.torso.name to 'School uniform'>>
<<set $mainChar.look.clothes.legs.name to 'School skirt'>>
<<set $mainChar.look.clothes.feet.name to 'School shoes'>>
<</link>><br>
<<endif>>
<<if (($wardrobe.available.includes('Lewd school uniform') and $wardrobe.available.includes('Lewd school skirt')) or $wardrobe.available.includes('Short school skirt')) && $canGoLikeThis>>
Get dressed in the lewdest school uniform and <<link "go to school.">>
<<set $minute += 15>>
<<if $wardrobe.available.includes('Lewd school uniform') and $wardrobe.available.includes('Lewd school skirt')>>
<<set $mainChar.look.clothes.torso = $wardrobe.clothes.torso['Lewd school uniform']>>
<<set $mainChar.look.clothes.legs = $wardrobe.clothes.legs['Lewd school skirt']>>
<<else>>
<<set $mainChar.look.clothes.torso = $wardrobe.clothes.torso['School uniform']>>
<<set $mainChar.look.clothes.legs = $wardrobe.clothes.legs['Short school skirt']>>
<</if>>
<<if $wardrobe.available.includes('Black High Heels')>>
<<set $mainChar.look.clothes.feet = $wardrobe.clothes.feet['Black High Heels']>>
<<else>>
<<set $mainChar.look.clothes.feet = $wardrobe.clothes.feet['School shoes']>>
<<set $mainChar.look.clothes.calves.name = ''>>
<</if>>
<<goto "School">>
<</link>><br>
<<endif>>
<<endif>>
<</if>><<timeWidget>>
<<if $brother.currentLocation != "Living room" and $dad.currentLocation != "Living room" and $mom.currentLocation != "Living room">>
<<if $hour >= 23 or $hour <=6>>
The house is quiet and still, the only sound the soft ticking of the clock in the hallway. You have wrapped a blanket around your shoulders and sank into the couch, the remote control in your hand. You watch the TV, the screen casting a soft, eerie glow in the otherwise dark room. The volume is low, just enough for you to hear without disturbing the peaceful silence of the night.
<<elseif ($brother.currentLocation != 'School' and $brother.currentLocation != 'Outdoor') or ($dad.currentLocation != 'Work' and $dad.currentLocation != 'Outdoor') or ($mom.currentLocation != 'Work' and $mom.currentLocation != 'Outdoor')>>
You're settled onto the couch, the remote control in your hand, as watch the television. The living room is quiet, but you can hear the muffled sounds of your family moving around the apartment. The background noises of your family's activities create a comforting ambiance, a reminder that you're not alone, even if they're not in the room with you.
<<else>>
The living room is quiet and peaceful, the only sound is the soft hum of the television. You flip through the channels, looking for something to watch, finally settling on a show that catches your interest. There's something comforting about having the space to yourself, the freedom to watch whatever you want without interruption.
<</if>><br><br>
<<if random(2) is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath +"/livingroom/TVboobs"+ random(3) +".webp")]]
</div> <br> <<set _tvboob to true>>
Suddenly, you stumble upon a late-night show that seems surprisingly risqué for this time of day. The screen is filled with scantily clad women, and the dialogue is laced with innuendo and suggestive comments. You raise an eyebrow, surprised that such a program is airing at this hour. The show is a mix of titillation and entertainment, and you find yourself drawn in, unable to look away.
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/TV{0}.jpg', random(1, 4))]]
@@<br>
The characters on the screen go through their usual antics, their jokes and banter providing a welcome distraction from the day's stresses. You laugh along with the audience, feeling a sense of contentment and relaxation. The show is predictable but comforting, and you find yourself enjoying the familiarity of it all.
<<endif>>
As the show comes to an end, you stretch, feeling refreshed and ready to tackle whatever comes next. <br><br>
[[Change channel ->Watch TV][$minute +=20]]<br>
<<if $mainChar.corruption >= 10 and !(($hour is 5 or $hour is 11 or $hour is 16) and ($minute >= 30))>>
[[Watch porn->Watch porn][$Watch_porn = "alone"]]<br>
<<elseif $mainChar.corruption >= 10 and $mainChar.corruption <= 25 and ($hour is 6 or $hour is 11 or $hour is 15) and ($minute >= 30) >>
It's too risqué to watch porn now since your parents will be home soon.<br>
<<elseif $mainChar.corruption >= 25 and ($hour is 6 or $hour is 11 or $hour is 15) and ($minute >= 30) >>
The thought of [[watching porn->Watch porn]] crosses your mind, even though you know your parents will be home soon.<br>
<</if>>
[[Have a nap->Sofa nap]]<br>
[[Get up ->Living room]] <br><br>
<<if _tvboob is true>>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<<else>>
<<set _possibleFamily = []>>
<<if $brother.currentLocation != "Living room">>
<<set _possibleFamily.push(0)>>
<<set _possibleFamily.push(1)>>
<<else>>
<<set _possibleFamily.push(0)>>
<<set _possibleFamily.push(1)>>
<<set _possibleFamily.push(2)>>
<</if>>
<<if $dad.currentLocation != "Living room">>
<<set _possibleFamily = _possibleFamily.filter(function(value) { return value !== 0; })>>
<</if>>
<<if $mom.currentLocation != "Living room">>
<<set _possibleFamily = _possibleFamily.filter(function(value) { return value !== 1; })>>
<</if>>
<<set _watchTV = _possibleFamily[Math.floor(Math.random() * _possibleFamily.length)]>>
<<if _possibleFamily.length > 1>><<set _watchTV to 3>><</if>>
<<SeeCumOnPcWidget 'home'>>
<<include "Cloth level">>
<<if ($mainChar.look.clothes.torso.name == "" or ($mainChar.look.clothes.legs.name == "" and !$mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)) and (($mom.relationship <=20 and _possibleFamily.includes(1)) or ($dad.relationship <=20 and _possibleFamily.includes(0)) or ($brother.relationship <=20) and _possibleFamily.includes(2))>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/TV{0}.jpg', random(1, 4))]]
@@<br>
"$mainChar.firstName ! What are you wearing?" you hear, the voice sharp with criticism. "You can't be in here dressed like that!" You look down at your outfit, realizing that it might not be the best attire to watch TV with your family. "I just thought I'd be comfortable," you say, your voice tentative.<br><br>
<<if $mom.relationship <=20 and _possibleFamily.includes(1)>>
Your mom shakes her head
<<elseif $dad.relationship <=20 and _possibleFamily.includes(0)>>
Your dad shakes his head
<<else>>
Your brother shakes his head
<</if>>
with a stern expression. "Please go change into something normal." You nod, feeling a mix of embarrassment and resignation. "Okay, I'll go change," you say, turning to [[leave the room.->Bedroom]]<br><br>
<<if _possibleFamily.includes(0) and $dad.relationship <=20>>
<<MainChar_Stats "dad" "-1">>
<<set $dad.sawnude to $hourCount>>
<</if>>
<<if _possibleFamily.includes(1) and $mom.relationship <=20>>
<<MainChar_Stats "mom" "-1">>
<<set $mom.sawnude to $hourCount>>
<</if>>
<<if _possibleFamily.includes(2) and $brother.relationship <=20>>
<<MainChar_Stats "brother" "-1">>
<<set $brother.sawnude to $hourCount>>
<</if>>
<<else>>
<<if _watchTV is 3>>
<<if random(3) is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath +"/livingroom/TVboobs"+ random(3) +".webp")]]
</div><br><<set _tvboob to true>>
You're sitting on the couch with your family, the TV playing what seems to be a late-night talk show. Suddenly, the screen fills with images of a show featuring women in revealing outfits, dancing provocatively. The dialogue laced with innuendo and suggestive comments. You raise an eyebrow, surprised that such a program is airing at this hour. The room falls silent for a moment as everyone processes what they're seeing. You can't help but feel a mix of curiosity and excitement, your eyes glued to the screen.
<<if $mainChar.corruption >=10>>
<br><br><<include "Couch teasing">>
<</if>>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/TV{0}.jpg', random(1, 4))]]
@@<br>
You're sitting on the couch with your family, the TV playing a popular family sitcom. The room is filled with the sound of laughter and light-hearted banter as the characters on the screen go through their usual antics. The show is predictable but comforting, and you find yourself enjoying the familiarity of it all.
<<endif>>
<<elseif _watchTV is 0>>
<<if $dad.relationship <20>>
You're sitting on the couch in the living room, the TV playing a random show in the background. Your father is seated on the other end of the couch, the distance between you feeling more than just physical. You both watch the screen in silence, the tension in the air palpable.
<<elseif $dad.relation <60>>
You're sitting on the couch in the living room, the TV playing a random show. Your father is seated next to you, both of you enjoying the light-hearted banter on the screen. "This show never gets old," your father says, chuckling at a particularly funny scene.
<<else>>
You're sitting on the couch in the living room, the TV playing a show that you both enjoy. Your father is seated next to you, his arm draped casually around your shoulders. The room is filled with a sense of intimacy and comfort, the dynamic between you deeply rooted in trust and affection. "You know, little one, this show always reminds me of how lucky I am to have you," your father says, his voice soft and tender.
<</if>><br><br>
<<if random(3) is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath +"/livingroom/TVboobs"+ random(3) +".webp")]]
</div><br><<set _tvboob to true>>
Suddenly, the screen fills with images of a show featuring women in revealing outfits, dancing provocatively. The dialogue laced with innuendo and suggestive comments. You raise an eyebrow, surprised that such a program is airing at this hour. You can't help but feel a mix of curiosity and excitement, your eyes glued to the screen.
<<if $mainChar.corruption >=10>>
<br><br><<include "Couch teasing">><br><br>
<</if>>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/TV{0}.jpg', random(1, 4))]]
@@<br>
<<endif>>
<<if $dad.relationship <20>>
Deciding to make an effort to bridge the gap, you glance over at him. "So, what do you think of this show?" you ask, your voice tentative but hopeful. He looks at you, a hint of surprise in his eyes. "It's alright," he says, his voice neutral. "Not really my thing, but it's okay." You nod, taking a deep breath. "Yeah, me neither. But it's kind of nice just to sit and watch something together, isn't it?" you say, trying to keep the conversation going.<br><br>
He looks at you for a moment, his expression softening slightly. "I guess so," he says, his voice a bit warmer. "It's been a while since we've done this." You smile, feeling a small sense of victory. "Yeah, it has. Maybe we should do it more often," you suggest, your voice hopeful. He nods, a small smile playing on his lips. "Maybe we should," he agrees. The room falls into a comfortable silence, the tension slowly dissipating as you both continue to watch the show, feeling a bit closer than before.
<<elseif $dad.relationship <60>>
He looks over at you, a warm smile on his face. "You know, I always enjoy watching TV with you," he says, his voice filled with affection. You feel a rush of happiness, your heart warming at his words. "Me too, Dad. It's always nice to spend time with you like this," you say, your voice soft. He reaches over, giving your shoulder a gentle squeeze. "I'm glad we have this time together," he says, his voice filled with love. You both continue to watch the show, the room filled with a sense of shared joy and closeness.
<<else>>
You snuggle closer to him, feeling a rush of warmth and contentment. "I love spending time with you like this." He smiles down at you, his eyes filled with love and dominance. "You're such a good girl, always making me proud," he says, his voice firm yet gentle. You both continue to watch the show, the room filled with a sense of deep connection and love. The moments on the screen fade into the background as you both enjoy the closeness and intimacy of your special bond, feeling truly content and cherished in each other's company.
<</if>>
<<elseif _watchTV is 1>>
<<if $mom.relationship <20>>
You're sitting on the couch with your mother, the TV playing a light-hearted comedy show. The room is filled with the sound of canned laughter and witty dialogue, but the atmosphere between you and your mother is tense. You both watch the screen, the silence between you heavy with unspoken words.
<<elseif $mom.relation <60>>
You're sitting on the couch with your mother, the TV playing a popular drama series. The room is filled with the sound of intense dialogue and dramatic music, and you both are engrossed in the story unfolding on the screen.
<<else>>
You're sitting on the couch with your mother, the TV playing a romantic comedy. The room is filled with the sound of playful banter and sweet moments, but your attention is more focused on the dynamic between you and your mother.
<</if>><br><br>
<<if random(3) is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath +"/livingroom/TVboobs"+ random(3) +".webp")]]
</div><br><<set _tvboob to true>>
Suddenly, the screen fills with images of a show featuring women in revealing outfits, dancing provocatively. The dialogue laced with innuendo and suggestive comments. You raise an eyebrow, surprised that such a program is airing at this hour. You can't help but feel a mix of curiosity and excitement, your eyes glued to the screen.
<<if $mainChar.corruption >=10>>
<br><br><<include "Couch teasing">><br><br>
<</if>>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/TV{0}.jpg', random(1, 4))]]
@@<br>
<<endif>>
<<if $mom.relationship <20>>
You take a deep breath, trying to bridge the gap. "This show is pretty funny, isn't it?" you say, your voice tentative. Your mother glances at you, her expression guarded. "Yes, it's not bad," she replies, her voice neutral. You try again, determined to make an effort. "Remember when we used to watch cartoons together on Saturday mornings?" you ask, a small smile playing on your lips. Your mother's expression softens slightly, a hint of nostalgia in her eyes. "Yes, I remember," she says, her voice a bit warmer. "Those were good times."<br><br>
Encouraged, you continue. "Maybe we could do something like that again sometime," you suggest, your voice hopeful. Your mother looks at you, a mix of caution and longing in her eyes. "Maybe," she says, her voice soft. "Maybe we can try." You both settle back into the couch, the tension easing slightly as you continue to watch the show, the shared memory bringing a small sense of connection between you.
<<elseif $mom.relationship <60>>
Your mother leans over, nudging you gently with her elbow. "Can you believe what's happening?" she asks, her voice filled with excitement. You grin, feeling a sense of camaraderie. "I know, right? I can't wait to see how it all turns out," you reply, your eyes glued to the screen. Your mother laughs, her eyes sparkling with enjoyment. "This is why I love watching shows with you," she says, her voice warm. "You always get so into it." <br><br>
You smile, feeling a sense of contentment. "Me too, Mom. It's always more fun when we watch together," you say, your voice filled with affection. As the episode reaches a climactic moment, you both gasp in unison, your hands reaching out to clutch each other's in shared excitement. You laugh together, the moment bringing you even closer, your bond strengthened by the shared experience.
<<else>>
Your mother leans over, her hand gently stroking your hair. "You look so cute when you're watching TV, my little baby," she coos, her voice soft and affectionate. You snuggle closer to her, your body pressing against hers. "I love spending time with you too, Mommy," you say, your voice breathy. "You make me feel so special." Your mother's hand trails down your back, resting lightly on your hip. "You are special, my little baby," she murmurs, her voice low. "You're Mommy's perfect little girl." You both settle back into the couch, the TV forgotten as you lose yourselves in the intimate, forbidden dynamic between you, your bond deepened by the shared, taboo pleasure.
<</if>>
<<elseif _watchTV is 2>>
<<if $brother.relationship <20>>
You're sitting on the couch with your brother, the TV playing a random show in the background. The room is filled with a tense silence, the air thick with the unspoken tension between you. You both stare at the screen, neither of you really paying attention to what's on.
<<elseif $brother.relation <60>>
You're sitting on the couch with your brother, the TV playing your favorite sitcom. The room is filled with the sound of laughter and light-hearted banter, both from the show and from the two of you. You both chuckle at a particularly funny joke, your shoulders brushing against each other in a comfortable, familiar way.
<<else>>
You're sitting on the couch with your brother, the TV playing a random show in the background. But neither of you is really paying attention to the screen. Your brother has a commanding presence, his eyes filled with a mix of dominance and affection as he looks at you.
<</if>><br><br>
<<if random(3) is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath +"/livingroom/TVboobs"+ random(3) +".webp")]]
</div><br><<set _tvboob to true>>
Suddenly, the screen fills with images of a show featuring women in revealing outfits, dancing provocatively. The dialogue laced with innuendo and suggestive comments. You raise an eyebrow, surprised that such a program is airing at this hour. You can't help but feel a mix of curiosity and excitement, your eyes glued to the screen.
<<if $mainChar.corruption >=10>>
<br><br><<include "Couch teasing">><br><br>
<</if>>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/TV{0}.jpg', random(1, 4))]]
@@<br>
<<endif>>
<<if $brother.relationship <20>>
You take a deep breath, deciding to make an effort to bridge the gap. "Hey," you say softly, turning to look at him. "What do you think of this show?" He glances at you, a guarded expression on his face. "It's okay, I guess," he replies, his voice neutral. You nod, trying to keep the conversation going. "Yeah, it's not bad. Do you remember when we used to watch cartoons together on Saturday mornings?" you ask, a small smile playing on your lips. He looks at you, a hint of nostalgia in his eyes. "Yeah, I remember," he says, his voice softening slightly. "Those were good times."<br><br>
You feel a glimmer of hope, the tension in the room easing a bit. "Maybe we could find something like that to watch together," you suggest, your voice tentative. He hesitates for a moment before nodding. "Sure, why not?" he says, a small smile tugging at the corners of his mouth. You both start flipping through the channels, looking for something that reminds you of those simpler times. As you find a classic cartoon, you both settle back into the couch, the room filled with a sense of shared nostalgia and a tentative step towards reconciliation.
<<elseif $brother.relationship <60>>
"This show never gets old," your brother says, a grin spreading across his face. You nod in agreement, your eyes sparkling with amusement. "I know, right? It's like comfort food for the soul," you reply, your voice warm. He laughs, nudging you playfully with his elbow. "You always have the best analogies," he says, his voice filled with affection.<br><br>
You smile back at him, feeling a sense of contentment and happiness. "Thanks. I try my best," you say, your voice teasing. As the episode continues, you both settle back into the couch, your bodies relaxed and at ease. You share a bowl of popcorn, your hands occasionally brushing against each other as you reach for more. The room is filled with a sense of warmth and camaraderie, the shared experience bringing you even closer together.
<<else>>
"Come here," he says, his voice firm and commanding. You obey instantly, moving closer to him, your body responding to his authority. He wraps an arm around you, pulling you against him, his touch possessive and controlling. "You know what I like about you?" he says, his voice low and husky. You look up at him, your eyes wide with anticipation. "What, big bro?" you ask, your voice breathy and submissive. He smirks, his hand trailing down your back, resting lightly on your hip. "You're always so eager to please me," he says, his voice laced with a mix of affection and dominance.<br><br>
You blush, feeling a rush of humiliation and excitement. "Yes, I am," you murmur, your body pressing closer to his. He continues to hold you close, his touch firm and possessive, as you both watch the TV, the room filled with a sense of dark, intense pleasure. You feel a deep sense of contentment and satisfaction, knowing that you are his to command, his to control, and his to pleasure.
<</if>>
<</if>>
<br><br>
Time passes and the show becomes boring. Maybe it's time to [[Change channel.->Watch TV]]<br>
<<if $mainChar.corruption >= 40>>
Or maybe you rather have a little fun and [[watch porn->Watch porn]] in front of your family?<br>
<</if>>
You can also [[get up->Living room]] and do something else.<br><br>
<<if _tvboob is true>>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<<if _possibleFamily.includes(0)>>
<<MainChar_Stats "dad" "1" "20">>
<</if>>
<<if _possibleFamily.includes(1)>>
<<MainChar_Stats "mom" "1" "20">>
<</if>>
<<if _possibleFamily.includes(2)>>
<<MainChar_Stats "brother" "1" "20">>
<</if>>
<</if>>
<</if>>
<<set $minute +=30>><<if $dad.activity is "Sleeping" or $mom.activity is "Sleeping">>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/parentsBedroom_Sleep.jpg")]]
@@
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/parentsBedroom_"+ $timeOfDay+".jpg")]]
@@
<</if>>
<<ScheduleBrother>> <<ScheduleMom>> <<ScheduleDad>>
<br>
You parents' room is a bright, fairly spacious and pleasant place. Though the wallpaper is quite plain, all the little accents help to add colour to the room. <br>
A large, mahogany double bed sits in the middle of one of the walls, occupying most of the space. Upon the bed are many cushions even though your parents don't use a lot of them to actually sleep on.
<br><br>
[[Living room->Living room][$minute += 1]]
<<timeWidget>>
<<if $currentPassage is "Kitchen">>
test
<</if>>
<<if random(5) is 0 and $dayCount!=1 and $mom.currentLocation != "Work" and $dad.currentLocation != "Kitchen" and $brother.currentLocation != "Kitchen" and $mom.FuckedCucumber != $dayCount and $currentPassage !="Kitchen">> <<set $kitchenSexScene to "Mom with cucumber">> <<goto "Kitchen sex scenes">><</if>>
<<set _possibleFamily = []>>
<<if $brother.currentLocation != "Kitchen">>
<<set _possibleFamily.push(0)>>
<<set _possibleFamily.push(1)>>
<<else>>
<<set _possibleFamily.push(0)>>
<<set _possibleFamily.push(1)>>
<<set _possibleFamily.push(2)>>
<</if>>
<<if $dad.currentLocation != "Kitchen">>
<<set _possibleFamily = _possibleFamily.filter(function(value) { return value !== 0; })>>
<</if>>
<<if $mom.currentLocation != "Kitchen">>
<<set _possibleFamily = _possibleFamily.filter(function(value) { return value !== 1; })>>
<</if>>
<<if ($mainChar.look.clothes.torso.name == "" or ($mainChar.look.clothes.legs.name == "" and !$mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)) and (($mom.relationship <=20 and _possibleFamily.includes(1)) or ($dad.relationship <=20 and _possibleFamily.includes(0)) or ($brother.relationship <=20) and _possibleFamily.includes(2))>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/kitchen_"+ $timeOfDay +".jpg")]]
@@<br>
"$mainChar.firstName ! What are you wearing?" you hear, the voice sharp with criticism. "You can't be in here dressed like that!" You look down at your outfit, realizing that it might not be the best attire to eat with your family. "I just thought I'd be comfortable," you say, your voice tentative.<br><br>
<<if $mom.relationship <=20 and _possibleFamily.includes(1)>>
Your mom shakes her head
<<elseif $dad.relationship <=20 and _possibleFamily.includes(0)>>
Your dad shakes his head
<<else>>
Your brother shakes his head
<</if>>
with a stern expression. "Please go change into something normal." You nod, feeling a mix of embarrassment and resignation. "Okay, I'll go change," you say, turning to [[leave the room.->Bedroom]]<br><br>
<<if _possibleFamily.includes(0) and $dad.relationship <=20>>
<<MainChar_Stats "dad" "-1">>
<<set $dad.sawnude to $hourCount>>
<</if>>
<<if _possibleFamily.includes(1) and $mom.relationship <=20>>
<<MainChar_Stats "mom" "-1">>
<<set $mom.sawnude to $hourCount>>
<</if>>
<<if _possibleFamily.includes(2) and $brother.relationship <=20>>
<<MainChar_Stats "brother" "-1">>
<<set $brother.sawnude to $hourCount>>
<</if>>
<<else>>
<<include "Cloth level">>
<<SeeCumOnPcWidget 'home'>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/kitchen_"+ $timeOfDay +".jpg")]]
@@<br>
<<ScheduleBrother>> <<ScheduleMom>> <<ScheduleDad>>
<br>
The kitchen is large with white tiled walls. Though pretty, they are a pain to clean for your mother. Sometimes you help out which makes it a lot easier on her. <br>
There is a big window that lets in lots of natural light, making the space even more bright. Outside of the window you can see a gorgeous view of the surrounding neighborhood.<br><br>
<<if $hour == 8 and $minute < 15 and $mainChar.lastDayBreakfast != $dayCount>>
Your family is going to have breakfast. You can <<link "wait at the table.">><<set $kitchenEating = "breakfast">><<set $minute +=10>><<set $mainChar.lastDayBreakfast = $dayCount>><<goto "Kitchen eating">><</link>><br><br>
<<elseif $hour == 8 and $minute < 50 and $mainChar.lastDayBreakfast != $dayCount>>
Your family is about to sit down for breakfast, You can <<link "join them.">><<set $kitchenEating = "breakfast">> <<set $mainChar.lastDayBreakfast = $dayCount>><<goto "Kitchen eating">><</link>><br><br>
<<elseif $hour == 11 and $minute >= 50 and $mainChar.lastDayDinner != $dayCount>>
<<set $kitchenEating = "dinner">>
Your family is going to have dinner. You can wait or you can [[cook for them.->Cooking][$cooking_type = "family", $mainChar.lastDayDinner = $dayCount]]<br><br>
<<elseif $hour ==12 and $minute <= 10 and $mainChar.lastDayDinner != $dayCount>>
Your family is going to have dinner. You can <<link "wait at the table.">><<set $kitchenEating = "dinner">><<set $minute +=10>><<set $mainChar.lastDayDinner = $dayCount>><<goto "Kitchen eating">><</link>><br><br>
<<elseif $hour == 12 and $minute >= 10 and $minute < 50 and $mainChar.lastDayDinner != $dayCount>>
Your family is having dinner. You can <<link "join them.">><<set $kitchenEating = "dinner">><<set $mainChar.lastDayDinner = $dayCount>><<goto "Kitchen eating">><</link>><br><br>
<<elseif $hour == 18 and $minute >= 50 and $mainChar.lastDaySupper != $dayCount>>
<<set $kitchenEating = "supper">>
Your family is going to have supper. You can wait or you can [[cook for them.->Cooking][$cooking_type = "family", $mainChar.lastDaySupper = $dayCount]]<br><br>
<<elseif $hour ==19 and $minute <= 10 and $mainChar.lastDaySupper != $dayCount>>
Your family is going to have supper. You can <<link "wait at the table.">><<set $kitchenEating = "supper">><<set $minute +=10>><<set $mainChar.lastDaySupper = $dayCount>><<goto "Kitchen eating">><</link>><br><br>
<<elseif $hour == 19 and $minute>=10 and $mainChar.lastDaySupper != $dayCount>>
Your family is having supper. You can <<link "join them.">><<set $kitchenEating = "supper">><<set $mainChar.lastDaySupper = $dayCount>><<goto "Kitchen eating">><</link>><<if $minute < 50>><<endif>><br><br>
<<elseif isNaN($mainChar.hasCooked) or $mainChar.hasCooked +4 <= $hourCount>>
[[Cook for yourself->Cooking][$cooking_type = "solo", $mainChar.hasCooked = $hourCount]]<br><br>
<<endif>>
<<if !($dayCount ==1 and $hour==8 and $minute <=5)>>
<<if $mainChar.did_dishes != $dayCount and (($hour >= 9 and $hour < 11) or ($hour >= 12 and $hour <= 18) or $hour>19) and $mainChar.energy>20>>
The sight of the sink signals that it's time to [[do the dishes.->Do the dishes]]<br>
<<elseif $mainChar.did_dishes is $dayCount >>
You already did the dishes today. Thanks to you, the sink is empty.
<<elseif $mainChar.energy>20 and $hour>=8>> The dishes are currently being used; they will need attention soon.<br>
<</if>>
<<if ($dayCount > 2 + $mainChar.did_cleaning_kitchen or $mainChar.did_cleaning_kitchen is undefined) and (($hour >= 9 and $hour <= 11) or ($hour >= 12 and $hour <= 18) or ($hour>19 and $hour <23)) and $mainChar.energy>20>>
You notice the kitchen is especially messy and could use a [[good cleaning.->Kitchen cleaning]]<br><br>
<<elseif ($dayCount > $mainChar.did_cleaning_kitchen) and (($hour >= 9 and $hour <= 11) or ($hour >= 12 and $hour <= 18) or ($hour>19 and $hour <23)) and $mainChar.energy>20>>
you can't help but notice that the kitchen isn't spotless. A [[little cleaning->Kitchen cleaning]] wouldn't hurt. <br><br>
<<elseif ($dayCount is $mainChar.did_cleaning_kitchen)>>
Thanks to your cleaning, the kitchen now exudes a welcoming aura.<br><br>
<<elseif $mainChar.energy>20>> It's not really the time to clean the kitchen.<br><br>
<</if>>
[[Go back->Living room][$minute += 1]]
<</if>>
<</if>><<set $pastPassage to "Bathroom">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/bathroom.jpg")]] @@<br>
You are in the bathroom. It is quite spacious for bathroom and dazzling white. <br><br>
<<if $hour >=7 and $hour<23>>
<<if ($dayCount > $mainChar.did_cleaning_bathroom) or $mainChar.did_cleaning_bathroom is undefined and $mainChar.energy>20>>
you can't help but notice the signs that it's time for some cleaning and [[laundry duties.->Clean bathroom]]<br><br>
<<elseif $mainChar.energy>20>>
Thanks to you, The bathroom is tidy, and the laundry is done.<br><br>
<</if>><</if>>
You can let the stress melt away in the warm water and [[relax in the bathtub.->Bathtub relax]]<br>
<<if $inventory.grocery['Razors'].count > 0 and $mainChar.eroticLook.intimateHaircut != 'shaved'>>
In addition, you can use it to <<linkreplace "shave your legs (razors left: <<print $inventory.grocery['Razors'].count>>).">>shave your legs. <br><br>
Taking care of yourself, you grab your razor and lather up your legs.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/shaving.webp")]] @@
<<set $minute += 20>>
<<set $inventory.grocery['Razors'].count -= 1>>
<br>
@@.add; Intimate haircut: shaved @@ <<set $mainChar.eroticLook.intimateHaircut = 'shaved'>>
<</linkreplace>><br>
<<endif>>
However, for a quicker revitalization, you may rather [[have a shower.->Have a shower]]<br>
A medium-sized mirror hangs above the sink where you can have a [[little refresh.->Bathroom Mirror]]
<br><br>
<<if $mainChar.appearance.usedToilet is undefined or ! ($hour is $mainChar.appearance.usedToilet[0] and $minute < 15+$mainChar.appearance.usedToilet[1]) >>
You can also use the [[toilet.->use toilet]] <br><br>
<<else>>You don't need to use the toilet for now.<br><br> <</if>>
[[Go back->Living room][$minute += 1]]<<set $minute += 15>><<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "cleanliness" "100">>
<<ClothLevel "in">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/Sister/showering{0}.webp',random(2))]]
@@
Stepping into the shower, you let the warm water cascade over you, washing away the cares of the day. The sensation is both invigorating and soothing, as the water soothes your muscles and rejuvenates your spirit.<br><br>
<<set _intruder to either(true,false,false,false)>>
<<set $bathroomSexPerson to either("brother","mom","dad")>>
<<if _intruder is false or ($mom.currentLocation is "Work" and $dad.currentLocation is "Work" and $brother.currentLocation is "School")>>
<<if $mainChar.arousal >= 50 >>
Alone in the room, you feel the opportunity to relax and <<linkreplace "get some relief.">> get some relief. As the water runs down your body, you begin to explore yourself, your hands gliding over your skin. You trace the curves of your breasts, feeling the weight of them in your hands. Your fingers linger on your nipples, teasing them until they harden under your touch.<br><br>
Your fingers find their way to your pussy, already slick with arousal. You gently part your lips, feeling the warmth and wetness. You begin to stroke yourself, your fingers moving in a slow, rhythmic motion. You focus on your clit, circling it gently, feeling the pleasure build. You lean against the wall for support, your body tensing as you edge closer to climax. You bite your lip, trying to stifle your moans as you reach the peak of your pleasure.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/masturbation' + random(3) + '.webp')]]
@@<br>
Your body shudders with release, your fingers coated in your own juices. You take a moment to catch your breath, letting the water wash over you, cleansing you. As you come down from your high, you feel a sense of satisfaction and relaxation, ready to face whatever comes next.<br><br>
<<HaveASexWidget "masturbated" "self" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "20">>
<<set $minute += 10>>
<</linkreplace>><br><br> <</if>>
You finally turn off the water and <<link "step out.">><<ClothLevel "out">><<goto "Bathroom">><</link>>
<br>
<br>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<<elseif _intruder == true>>
<<if $bathroomSexPerson == "brother" and $brother.currentLocation != "School">>
<<if $brother.relationship >= 40 and $mainChar.corruption >=60>>
Suddenly <<linkreplace "you hear the door opening.">>you hear the door opening. <br><br>"Hey, <<print $mainChar.firstName>>. Need a hand? I can clean you in depth if you want." your brother says, his voice firm and dominant, while scanning your naked body. You feel a shiver run down your spine, knowing exactly what he means. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/Disrupted_Male.jpg',)]]
@@
<br>
<br>
<span id='join'>[[Let him join you->Bathroom Fuck][$bathroomSexPerson = "brother", $Bathroom_Fuck_location = "shower"]] <br></span>
<<linkreplace "Reject his offer">>
"I... I don't think so," you manage to say, your voice barely above a whisper. "I can manage on my own.".
"Your loss," he says, his voice still commanding. But before he turns to leave, he adds, "Your pussy looks tight and ready. Too bad you won't let me in." You brother comes out, letting you enjoy the shower alone.<br><br>You finally turn off the water and <<link "step out.">><<ClothLevel "out">><<goto "Bathroom">><</link>>
<<MainChar_Stats "bro" "-1">>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<<replace #join>><</replace>><</linkreplace>><</linkreplace>>
<<else>> You finally turn off the water and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">><br><</if>>
<<elseif $bathroomSexPerson == "mom" and $mom.currentLocation != "Work">>
<<if $mom.relationship >= 40 and $mainChar.corruption >=60>>
Suddenly <<linkreplace "you hear the door opening.">> you hear the door opening, and your mother walks in. She has a soft, almost childlike smile on her face, her eyes filled with a mix of concern and affection. "Oh, sweetie," she coos, her voice gentle and soothing. "Let me help you with that. You know how much I love taking care of my little girl."
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/Disrupted_Female.jpg',)]]
@@
<br>
<br>
<span id='join'>[[Let her join you->Bathroom Fuck][$bathroomSexPerson = "mom", $Bathroom_Fuck_location = "shower"]] <br></span>
<<linkreplace "Reject her offer">>
"I'm fine, Mom," you say, trying to keep your voice steady. "Just taking a shower." Her face falls, a look of disappointment crossing her features. "Alright, sweetie," she says, her voice tinged with sadness. "Just make sure you clean everywhere, okay? Especially your little bottom. We don't want any surprises."<br>
After a few seconds mom closes the door, letting you finish calmly.<br><br>You finally turn off the water and <<link "step out.">>
<<ClothLevel "out">>
<<goto "Bathroom">><</link>>
<br><br>
<<MainChar_Stats "mom" "-1">>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<<replace #join>><</replace>><</linkreplace>>
<</linkreplace>>
<<else>> You finally turn off the water and <<link "step out.">>
<<ClothLevel "out">>
<<goto "Bathroom">><</link>>
<br><br>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<</if>>
<<elseif $bathroomSexPerson == "dad" and $dad.currentLocation != "Work">>
<<if $dad.relationship >= 40 and $mainChar.corruption >=60>>
Suddenly <<linkreplace "you hear the door opening.">> you hear the door opening.
"Hey, babygirl," your dad says, his voice deep and commanding.
You jumped in surprise. "Dad?! What you are doing here?" You move the curtain aside, looking at your father. He is slowly undressing, looking at you. <br>
"I'm in a hurry. Mind if I join you?" <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/Disrupted_Male.jpg',)]]
@@
<br>
<span id='join'>[[Let him join you->Bathroom Fuck][$bathroomSexPerson = "dad", $Bathroom_Fuck_location = "shower"]] <br></span>
<<linkreplace "Reject his offer">>
"Um, I don't know," you stammer, your voice barely above a whisper. "I mean, I'm almost done..." He understands and leaves the bathroom. <br><br>You finally turn off the water and <<link "step out.">>
<<ClothLevel "out">>
<<goto "Bathroom">><</link>>
<br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<<replace #join>><</replace>><</linkreplace>><</linkreplace>>
<<else>> You finally turn off the water and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>>
<br><br>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<</if>>
<<endif>>
<<endif>>
<<set settings.lessPrices to false>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Mall.jpg")]]</div><br>
You step into the MegaMart Emporium, a bustling shopping center. Inside, you find various stores, including a clothing boutique, a pharmacy, an electronics shop, and a makeup store. The array of options is quite enticing.<br><br>
<<SeeCumOnPcWidget "people">>
<<include "Mall cloth level">>
<<MeetAPersonWidget "Mall" "friend">>
If you need to, you can go to the restroom: [[Female WC->Female Public Restroom][$Restroom_location = "Mall"]]
<<if $mainChar.corruption>=40 and $mainChar.energy>=30>> | [[Male WC->Male Public Restroom][$Restroom_location = "Mall"]]<</if>><br>
<br>
[[Essential Apparel Boutique->Clothes Shop][$minute += 5]]<br>
[[Footwear Emporium->Shoes Shop][$minute += 5]]<br>
[[ActiveZone Outfitters->Sport Shop]]<br>
<br>
[[Daring Fashion Outfitters->Daring Shop][$minute += 5]]<br>
[[Lace & Silk Boutique->Lingerie Shop][$minute += 5]]<br>
[[Éclat d'Or Jewellery->Jewels Shop][$minute += 5]]<br>
<br>
[[FutureTech Retail->IT Shop][$minute += 5]]<br>
[[EnchantEyes Cosmetics ->Makeup Shop][$minute += 5]]<br>
[[Vitality Vista Pharmacy ->Pharmacy][$minute += 5]]<br>
<br>
[[Go back->Go out][$minute += 10]]
<<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Cloth_Shop_CumReac.jpg")]]</div><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the boutique nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Cloth_Shop.jpg")]]</div>
<br>
As you enter the urban clothing store, the staff greet you with friendly smiles. The store's atmosphere is laid-back, with racks of stylish yet casual clothes neatly arranged around. You feel the inviting vibe as you browse through the selection.<br><br>
<<if settings.lessPrices is true>>
You managed to have a 50% discount on anything here !
<<else>>
Feeling like the prices are on the steeper side, you can inquire if there's any [[possibility for a discount.->Store Discount][$Store_location = "Clothes Shop"]]
<</if>>
<h4>UPPER BODY APPAREL</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.clothes_top>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</for>>
<hr>
<h4>LOWER BODY APPAREL</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.clothes_bottom>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</for>>
<<if settings.lessPrices == true>>
<<if $wereClothesShopPricesReduced != true>>
<<set $wereClothesShopPricesReduced = true>>
<<endif>>
<<else>>
<<if $wereClothesShopPricesReduced == true>>
<<set $wereClothesShopPricesReduced = false>>
<<endif>>
<<endif>>
<br>
<br>
[[Go back->Mall]]
<</if>><<if $timeOfDay == "Day">>
<<if random(40) is 0 and (isNaN($mainChar.abductionDay) or $dayCount >= $mainChar.abductionDay) and $mainChar.corruption >=15 and settings.EnableSlavers != false>>
<<goto "Slave Van">>
<</if>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/park/park1.jpg")]]</div>
<br>
<br>
You arrive at a serene city park, greeted by the gentle rustling of leaves and the distant sounds of laughter. The air carries a mix of floral scents, and the path before you leads deeper into the park's heart. You notice couples enjoying picnics on the well-manicured lawns and children chasing after colorful butterflies.<br><br>
<<SeeCumOnPcWidget "people">>
<<MeetAPersonWidget "park" "friend">>
Feeling the pleasant breeze against your skin, you contemplate whether to take a leisurely stroll through the park. There is a spot where you can [[sit on a bench->Relax][$Relax_location = "bench"]] in the shadow of a tree, or [[nap in the grass->Relax][$Relax_location = "grass"]] next to a river.<br><br>
Nearby, a forest path meanders through the park, offering a tranquil route for strolling and exploring.<br>
<<if $mainChar.energy>=20 and $mainChar.look.clothes.torso.sport === 'true' and $mainChar.look.clothes.legs.sport === 'true' and $mainChar.look.clothes.feet.sport === 'true'>>
It would be the perfect opportunity to [[go for a run.->Running]]
<<else>>
<<for _itemTitle, _item range $wardrobe.clothes.legs>>
<<if $wardrobe.clothes.legs[_itemTitle].sport === 'true'>>
<<set _hasSportOutfit to true>>
<<else>> <<set _hasSportOutfit to false>>
<</if>>
<</for>>
<<if _hasSportOutfit == false>>
Unfortunately, you don't own any appropriate attire for such activity.
<<else>>
Your current attire is not appropriate for this activity, but there is a cabin where you can [[change into sport clothes.->Park Cabin][$mainChar.enteringCabin = true, $lockerRoomOutfit = clone($mainChar.look.clothes)]]
<</if>><</if>><br><br>
As you look around, you also consider the possibility of leaving the park and get [[back in the city.->Go out]]
<<else>>
<<if random(20) is 0 and (isNaN($mainChar.abductionDay) or $dayCount >= $mainChar.abductionDay) and $mainChar.corruption >=15 and settings.EnableSlavers != false>>
<<goto "Slave Van">>
<</if>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/park/park2.jpg")]]</div>
You arrive at the tranquil city park under the shroud of night, where the soft glow of lampposts casts a warm ambiance on the surroundings. The pathways are dimly lit, guiding your way through the park's serene landscape. Shadows dance among the trees, and the distant sound of crickets fills the air.<br><br>
As you step into the park, you remember that some areas are closed at night, including the resting benches and the dog area. You can still wander along the paths, enjoying the peacefulness that the night brings, despite the darkness that seem to hide unknown dangers. <br><br>
Yet, you wonder whether [[strolling through the park->Relax Night]] in this lugubre atmosphere is a good idea, since the darkness could hide unknown danger. It may be wiser and safer to rather [[leave the park.->Go out]]
<<if $Achievements.sexslave.unlocked is 'true' and $mainChar.corruption >=100 and settings.EnableSlavers != false>>
You can also wait here and see if you can catch the <<linkreplace "slaver's van.">><br><br>
It's strange, this desire to encounter the slavers again. You know it's wrong, that you should be running as far away from them as possible. Yet, here you are, waiting in the dark, hoping to cross paths with them once more. You try to rationalize it, telling yourself that you need closure, that you need to understand why you felt those conflicting emotions. But deep down, you know there's more to it. There's a part of you that craves the darkness, the degradation, the twisted sense of belonging that came with being used.<br><br>
<<if random(5) is 0>>
As the night deepens, you hear the distant rumble of an engine. Your heart leaps into your throat as you see [[the familiar van approaching.->Slave Van]]
<<set $minute +=10>>
<<else>>
The minutes turn into hours, and the anticipation that had been building within you begins to wane. You scan the shadows one last time, hoping to see a familiar figure, but there's no one there. A sense of disappointment settles over you, a strange and unsettling feeling. You had hoped, in some twisted way, to encounter the slavers again, to feel that dark, perverse connection once more. But the park remains empty, and the night grows colder.
<<set $hour +=1>>
<</if>>
<</linkreplace>>
<</if>><</if>><<set $hour += 1>>
<<if $Relax_location is "bench">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/Relax_bench.jpg")]]</div>
<<SeeCumOnPcWidget "people">>
You take a seat on a bench near a tree to rest. As you watch people pass by and leisurely stroll around, a sense of calm washes over you. The soft rustling of leaves and the distant chatter create a soothing ambiance. <br><br>
<span id="actions"><<if $timeOfDay is "Day">>
You could [[stay here a little longer->Relax]] or decide to get up and [[continue your day.->Park]]
<<else>>Night falls, it's time to gather your things and [[get up.->Park]]<</if>><br><br></span>
<<if $mainChar.corruption>=40 and $mainChar.energy>=30>>
However, seeing all these people around you sparks some ideas. Just for the possibility of feeling exposed. you imagine the possibility to <<linkreplace "flash them.">> flash them.<br><br>
You sit on a bench, your legs casually spread, revealing your most intimate area to anyone who happens to glance your way. The thrill of exhibitionism courses through your veins, a mix of excitement and daring that makes your heart race. You lean back, feigning nonchalance as you watch the world go by. Passersby walk past, some glancing your way with curiosity, others averting their eyes in embarrassment. You revel in the attention, feeling a sense of power and control over the situation.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/Flash/Bench{0}.webp",random(0,4))]]</div><br>
<<if gaussian($mainChar.attractiveness,20)>30>>
One man, in particular, catches your eye. His gaze is fixed on you, his steps slowing as he takes in the sight of your exposed flesh. You can see the excitement in his eyes, the way his breath hitches as he realizes what you're offering. He changes his path, heading straight towards you, his intentions clear. As he approaches, you can feel the tension in the air, the anticipation building. He stands in front of you, his gaze flickering between your face and your exposed pussy. You meet his eyes with a confident, almost challenging look, while keeping your legs spread. "Well, well, well," he says, his voice low and husky. <br><br>
"Quite the view you're offering here." You smile, your voice sultry and inviting. "Just enjoying the fresh air," you reply, your tone laced with innuendo. "It's such a beautiful day, don't you think?" He chuckles, his eyes never leaving your body. "It certainly is. And you're making it even more beautiful." You lean back a little more, giving him a better view. "I'm glad you think so. It's always nice to be appreciated." He licks his lips, his gaze hungry and intense. "Oh, I appreciate it alright. In fact, I think you deserve a little more than just appreciation." You raise an eyebrow, your voice playful. "Oh, really? And what do you have in mind?" He steps closer, his voice dropping to a low, seductive whisper. "I think you deserve to be fucked right here, right now. What do you say?"<br><br>
<span id='refuse'><<linkreplace "Refuse his proposal">>
You laugh, a sound that's both sultry and dismissive. "I'm glad you're enjoying the view. But looking is all you're going to get." He looks taken aback, clearly not expecting your refusal. "Are you sure? Because I can make it worth your while. I promise you won't regret it." You stand up, brushing off your clothes and closing your legs. "I'm sure. Thanks for the offer, but I'm good. Have a nice day." With that, you turn and [[walk away.->Park]]<br><br>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-10">>
<<replace #accept>><</replace>><</linkreplace>><br></span>
<span id='accept'><<if $mainChar.corruption >=60>><<linkreplace "Accept his proposal">>
"Well, my legs are already spread. What are you waiting for? Come and tear me apart." His eyes widen with a mix of surprise and lust. Without another word, he unzips his pants and frees himself, his cock already hard and ready. He positions himself between your legs, his hands gripping your hips firmly. You let out a soft moan as he thrusts into you, the sensation of him filling you sending waves of pleasure through your body. You wrap your arms around his neck, pulling him closer as he begins to move, his hips thrusting in a steady rhythm.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/Flash/Bench_fuck{0}.webp",random(0,3))]]</div>
The bench creaks slightly under the weight of your combined movements, but neither of you cares. The thrill of being fucked in public, the risk of being caught, only heightens the intensity of the moment. You can hear the distant murmurs of passersby, some of whom cast shocked glances your way, but you pay them no mind. Your moans grow louder, mingling with the sounds of nature around you. The man's breath comes in ragged gasps as he picks up the pace, his grip on your hips tightening. You meet his thrusts with your own, your bodies moving in perfect sync. <br><br>
<<if random(3) is 0>>
Suddenly, he tenses and pulls out abruptly, his eyes wide with panic. The man curses under his breath and quickly gathers his clothes, bolting from the scene before you can react. You look up in the other direction, puzzled by his behavior, to see two police officers in front of you. Their eyes take in the disheveled state of your clothes and the unmistakable evidence of your recent activities. You're still on all fours, your pussy dripping, when the first officer start talking. "What's going on here?" the other officer demands, his voice firm and authoritative. You take a deep breath, trying to steady your nerves. "I... I was just having a little fun," you say, your voice surprisingly steady despite the circumstances. "I didn't think anyone would mind." <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/Police.jpg")]]</div>
The first officer scoffs, his expression filled with disdain. "A little fun? You were engaged in sexual activity in a public park, in plain view of passersby. That's a serious offense." You shrug, trying to maintain a nonchalant demeanor. "I guess I got carried away. It won't happen again." The second officer shakes his head, his expression unyielding. "I'm afraid it's too late for apologies. You're under arrest for public indecency and lewd conduct. Please turn around and place your hands behind your back." As you're escorted through the park, you hold your head high, refusing to let the embarrassment and shame overwhelm you. You know you've made a mistake, but you're determined to face the consequences with dignity and resolve. The officers escort you through the park and guide you to the waiting [[police car.->Police Car][$mainChar.crime = "public fuck"]]<br><br>
<<else>>
"Oh, yes," you cry out, your voice filled with genuine pleasure. "Fuck me harder. Show me what you've got." As he reaches his climax, you let out a final, ecstatic moan, your body convulsing with pleasure. He collapses on top of you, his breath coming in ragged gasps, his body shaking with the aftershocks of his orgasm. You wrap your arms around him, a satisfied smile on your lips. "I love being fucked like this," you murmur, your voice filled with genuine enthusiasm. As you both catch your breath, you can't help but feel a sense of triumph and exhilaration. You've pushed the boundaries, taken a risk, and come out on top. And as you straighten your clothes and prepare to go your separate ways, you know that this is an experience you'll never forget. <br><br>
<<if $timeOfDay is "Day">>
You can [[stay here->Relax][$Relax_location = "bench"]] to calm down, or [[leave right now.->Park]]
<<else>> Since night falls, it's time to gather your things and [[get up.->Park]]<</if>><br><br>
<</if>>
<<HaveASexWidget "anal" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "combed" "false">>
<<replace #refuse>><</replace>><</linkreplace>><</if>></span>
<<else>>
After a few minutes of playing, you notice there is way less people here. You decide to stop and [[do something else.->Park]]<br><br>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<<replace #actions>><</replace>><<replace #energy>><</replace>><</linkreplace>>
<</if>>
<br><br>
<span id="energy"><<MainChar_Stats "energy" "10">></span>
<</if>>
<<if $Relax_location is "grass">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/Relax_grass.jpg")]]</div>
You stroll through the park before finding a nice spot on the grass to relax and unwind. The gentle breeze rustles the leaves above you as you settle down. The soothing sounds of nature and distant laughter create a serene atmosphere. Closing your eyes, you bask in the warmth of the sun on your skin. The world seems to slow down as you enjoy this moment of tranquility.<br><br>
<<if gaussian($mainChar.attractiveness,20)>40>>
<<set _event to "group">>
<<elseif gaussian($mainChar.attractiveness,20)>20>>
<<set _event to "man">>
<<else>>
<<set _event to "none">>
<</if>>
<<if _event is "man">>
As you lean back, soaking up the sun's rays, you notice an attractive man sitting a short distance away. He's alone, reading a book, but you catch him stealing glances in your direction. A playful smile tugs at the corners of your lips as you realize he seems interested in you. <br><br>
<span id='stay'><<linkreplace "Don't pay attention to it.">>
You pay no mind to it and continue relaxing as if nothing's happening. You stretch out comfortably, closing your eyes and enjoying the moment of calm in the park. The gentle breeze rustles the leaves, creating a soothing backdrop to your thoughts.<br><br>
You've been lying in the grass for nearly an hour. <br>
<<if $timeOfDay is "Day">>
You can [[stay here->Relax]] a little longer, or decide to gather your things and [[get up.->Park]]
<<else>> Night falls, it's time to gather your things and [[get up.->Park]]
<</if>><br><br>
<<MainChar_Stats "energy" "10">>
<<replace #tease>><</replace>><</linkreplace>></span><br>
<span id="tease">
<<if $mainChar.corruption >= 30 and $mainChar.energy>=30>>
<<linkreplace "Flash him.">>
Feeling a mix of curiosity and mischief, you decide to have a little fun. You shift your position slightly, turning to face him more directly. With a sultry, provocative smile, you slowly spread your legs wide, giving him an unobstructed view of your bare, glistening pussy.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/flash/Grass_tease{0}.webp",random(0,1))]]</div><br>
<<if gaussian($mainChar.attractiveness,20) >= 30>>
His eyes widen in surprise, and you can see the hunger in his gaze as he takes in the sight of you. He hesitates for a moment, clearly torn between shock and desire, before standing up and making his way toward you. The tension in the air is palpable, and you can feel the electricity building between you. As he approaches, you keep your legs spread, your eyes locked on his. You can see the bulge in his pants growing more prominent with each step he takes. He comes to a stop in front of you, his breath coming a little faster, his eyes flicking between your face and your exposed pussy.<br><br>
"I must say, you certainly know how to make an impression," he says, his voice low and husky. You smile up at him, your voice teasing. "I couldn't help but notice you admiring the view. I thought I'd give you something worth looking at." He chuckles and lowers himself to the ground, his body close to yours. The tension between you is electric, and you can feel the heat radiating from his skin while his hands roam over your body, exploring every curve and contour. He leans in, your breath mingling with his, and before you know it, your lips are locked in a passionate kiss, while his fingers carress your pussy.<br><br>
<span id='stop'><<linkreplace "Stop him">>
But as his touch becomes more insistent, his fingers finding their way between your legs, you realize that things have gone too far. "Wait," you say, your voice firm as you place your hand on his, stopping his movements. "This is too much. I need to go." He looks at you, surprise and disappointment in his eyes. But you don't waver. You stand up quickly, brushing off your skirt and gathering your things. "I'm sorry," you say, your voice steady. "I didn't mean for things to go this far." <br>
Without waiting for a response, you turn and [[walk away,->Park]] your heart pounding in your chest.<br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "10">>
<<replace #fuck>><</replace>><</linkreplace>><br></span>
<span id='fuck'><<if $mainChar.corruption>=50>><<linkreplace "Get on all fours">>
With a playful smirk, you roll onto your hands and knees, presenting yourself to him. You look back over your shoulder, your eyes meeting his. "What are you waiting for?" you ask, your voice low and sultry. "Fuck me." He hesitates for a moment, looking around as if to make sure no one is watching. But the thrill of being caught only adds to the excitement. He drops to his knees behind you, his hands gripping your hips with a fierce possessiveness. He doesn't make you wait, thrusting into you with a force that takes your breath away. You let out a moan, your fingers digging into the grass as he begins to move, his hips slapping against yours.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/flash/Grass_fuck{0}.webp",random(6))]]</div><br>
The world around you fades away, and all that exists is the two of you, lost in the heat of the moment. You can feel your orgasm building, the pressure inside you growing with each thrust. And as you finally let go, your body convulsing with pleasure, you know that this is a moment you'll never forget. He pulls out of you, his breath still heavy, and you turn to face him, a satisfied smile playing on your lips. But before you can say anything, he takes his cock in his hand, stroking it firmly as he looks down at you with a hungry gaze. "You're so fucking hot," he growls, his voice thick with desire. "I want to see my cum all over your face."<br><br>
You bite your lip, a mix of excitement and anticipation coursing through you. You lean back on your elbows, tilting your head up to meet his gaze, ready for whatever he has in store. He strokes himself faster, his eyes locked onto yours, and you can see the tension building in his body. With a final, powerful thrust of his hips, he lets out a low groan, and you feel the warm, sticky sensation of his release hitting your face. You close your eyes, savoring the feeling as <<linkreplace "he coats your cheeks with his seed.">>he coats your cheeks with his seed.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/flash/Facial{0}.webp",random(4))]]</div><br><br>
<<if random(3) is 0>>
Suddenly, he tenses and pulls out abruptly, his eyes wide with panic. The man curses under his breath and quickly gathers his clothes, bolting from the scene before you can react. You look up in the other direction, puzzled by his behavior, to see two police officers walking in your direction. Their eyes take in the disheveled state of your clothes and the unmistakable evidence of your recent activities. You're still on all fours, your pussy dripping, when the first officer start talking. "What's going on here?" the other officer demands, his voice firm and authoritative. You take a deep breath, trying to steady your nerves. "I... I was just having a little fun," you say, your voice surprisingly steady despite the circumstances. "I didn't think anyone would mind." <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/Police.jpg")]]</div>
The first officer scoffs, his expression filled with disdain. "A little fun? You were engaged in sexual activity in a public park, in plain view of passersby. That's a serious offense." You shrug, trying to maintain a nonchalant demeanor. "I guess I got carried away. It won't happen again." The second officer shakes his head, his expression unyielding. "I'm afraid it's too late for apologies. You're under arrest for public indecency and lewd conduct. Please turn around and place your hands behind your back." As you're escorted through the park, you hold your head high, refusing to let the embarrassment and shame overwhelm you. You know you've made a mistake, but you're determined to face the consequences with dignity and resolve. The officers escort you through the park and guide you to the waiting [[police car.->Police Car][$mainChar.crime = "public fuck"]]<br><br>
<<else>>
You hear him let out a satisfied sigh, and you open your eyes to see him looking down at you with a mixture of pride and lust. You reach up, running your fingers through the mess on your face, a playful smile on your lips. "Well, that was certainly a memorable way to spend an afternoon in the park," you say, your voice teasing. You wipe some of the cum from your cheek and bring your fingers to your mouth, licking them clean with a sultry glance. He chuckles, his eyes gleaming with amusement and satisfaction. "You're something else, you know that?" he says, shaking his head in disbelief.<br><br>
You shrug, a mischievous glint in your eye. "I aim to please," you reply, standing up and brushing the grass off your clothes.
<<if $timeOfDay is "Day">>
you can choose to [[take some time->Relax]] to gather yourself or [[get up.->Park]]
<<else>>Since night fall, you need to [[get up.->Park]]
<</if>><br><br>
<</if>>
<<HaveASexWidget "anal" "stranger" "face">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<<replace #stop>><</replace>><</linkreplace>><</if>></span>
<<else>> You expect him to react with surprise or excitement, but to your astonishment, he quickly averts his gaze, Seeing him adopt a disapproving expression and glance away, you start to think that maybe you've read too much into his looks in your direction.The man clearly isn't as interested as you thought, and your bold move has left you feeling humiliated and disappointed. You quickly close your legs, your cheeks burning with shame as you try to process what just happened.<br><br>
<<if $timeOfDay is "Day">>
you can choose to take some time to [[gather yourself->Relax]] or gather your things and [[get up.->Park]]
<<else>>Since night fall, you need to [[get up.->Park]]
<</if>><br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "10">>
<</if>>
<<replace #stay>><</replace>><</linkreplace>><</if>></span>
<<elseif _event is "group">>
As you lean back, soaking up the sun's rays, you notice a group of attractive men sitting a short distance away. They're laughing and chatting, but you catch them stealing glances in your direction. A playful smile tugs at the corners of your lips as you realize they seem interested in you. <br><br>
<span id='stay'><<linkreplace "Don't pay attention to them.">>
You pay no mind to it and continue relaxing as if nothing's happening. You stretch out comfortably, closing your eyes and enjoying the moment of calm in the park. The gentle breeze rustles the leaves, creating a soothing backdrop to your thoughts. <br>
<<if $timeOfDay is "Day">>
You can [[stay here->Relax]] a little longer, or decide to gather your things and [[get up.->Park]]
<<else>> Night falls, it's time to gather your things and [[get up.->Park]]
<</if>><br><br>
<p class="add">+10 Energy</p><<set $mainChar.energy += 10>>
<<replace #tease>><</replace>><</linkreplace>></span><br>
<span id="tease">
<<if $mainChar.corruption >= 30 and $mainChar.energy>=30>>
<<linkreplace "Flash them.">>
Feeling a mix of curiosity and mischief, you decide to have a little fun. You shift your position slightly, turning to face them more directly. With a sultry, provocative smile, you slowly spread your legs wide, giving them an unobstructed view of your bare, glistening pussy.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/flash/Grass_tease"+random(6)+".webp")]]</div><br>
<<if gaussian($mainChar.attractiveness,20) >= 30>>
Their eyes widen in surprise, and you can see the hunger in their gazes as they take in the sight of you. They hesitate for a moment, clearly torn between shock and desire, before standing up and making their way toward you. The tension in the air is palpable, and you can feel the electricity building between you. As they approach, you keep your legs spread, your eyes locked on theirs. You can see the bulges in their pants growing more prominent with each step they take. They come to a stop in front of you, their breath coming a little faster, their eyes flicking between your face and your exposed pussy.<br><br>
"You certainly know how to make an impression," one of them says, his voice low and husky. You smile up at them, your voice teasing. "I couldn't help but notice you admiring the view. I thought I'd give you something worth looking at." They chuckle and lower themselves to the ground, their bodies close to yours. <br><br>
<span id='stop'><<linkreplace "Stop them">>
But as their touches become more insistent, their fingers finding their way between your legs, you realize that things have gone too far. "Wait," you say, your voice firm as you place your hands on theirs, stopping their movements. "This is too much. I need to go." They look at you, surprise and disappointment in their eyes. But you don't waver. You stand up quickly, brushing off your skirt and gathering your things. "I'm sorry," you say, your voice steady. "I didn't mean for things to go this far." <br>
Without waiting for a response, you turn and [[walk away,->Park]] your heart pounding in your chest.<br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "10">>
<<replace #fuck>><</replace>><</linkreplace>><br></span>
<span id='fuck'><<if $mainChar.corruption>=70>><<linkreplace "Get on all fours">>
With a playful smirk, you roll onto your hands and knees, presenting yourself to them. You look back over your shoulder, your eyes meeting the taller guy. "What are you waiting for?" you ask, your voice low and sultry. "Fuck me." They look at each others, sharing a smile, before looking around as if to make sure no one is watching. But the thrill of being caught only adds to the excitement. They surround you, their hands and mouths exploring every inch of your skin. You're overwhelmed by the sensation, the sheer intensity of it all. One of them spreads your legs wide, his cock poised at your entrance. He thrusts into you with a grunt, filling you completely. <br><br>
You cry out, your hips bucking against his hand, as another man takes your mouth, his cock hard and demanding. You moan around the cock in your mouth, the vibrations sending shivers of pleasure through the man above you. The sensations are overwhelming, the feeling of being used, being watched, driving you wild. The man fucking your pussy picks up his pace, his hips slamming into you with brutal force. You can feel his cock hitting deep inside you, the sensation bordering on pain but driving you closer to the edge. The man in your mouth grabs your hair, holding your head still as he fucks your throat, his grunts of pleasure filling the air. <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/flash/Grass_dp{0}.webp",random(6))]]</div><br>
You can feel your orgasm building, the pressure inside you growing with each thrust, each touch. The man in your pussy lets out a groan, his cock pulsing as <<linkreplace "he comes deep inside you.">>he comes deep inside you. The sensation sends you over the edge, your body convulsing with pleasure as you cry out, the sound muffled by the cock in your mouth. The man in your mouth follows soon after, his hot come filling your throat as you swallow eagerly. The man in your hand comes next, his seed spilling over your fingers, coating your skin.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/flash/Facial{0}.webp",random(4))]]</div><br><br>
<<if random(3) is 0>>
Suddenly, they tense and pull out abruptly, their eyes wide with panic. The men curse under their breaths and quickly gather their clothes, bolting from the scene before you can react. You look up in the other direction, puzzled by their behavior, to see two police officers walking in your direction. Their eyes take in the disheveled state of your clothes and the unmistakable evidence of your recent activities. You're still on all fours, your pussy dripping, when the first officer starts talking. "What's going on here?" the other officer demands, his voice firm and authoritative. You take a deep breath, trying to steady your nerves. "I... I was just having a little fun," you say, your voice surprisingly steady despite the circumstances. "I didn't think anyone would mind." <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/park/Police.jpg")]]</div>
The first officer scoffs, his expression filled with disdain. "A little fun? You were engaged in sexual activity in a public park, in plain view of passersby. That's a serious offense." You shrug, trying to maintain a nonchalant demeanor. "I guess I got carried away. It won't happen again." The second officer shakes his head, his expression unyielding. "I'm afraid it's too late for apologies. You're under arrest for public indecency and lewd conduct. Please turn around and place your hands behind your back." As you're escorted through the park, you hold your head high, refusing to let the embarrassment and shame overwhelm you. You know you've made a mistake, but you're determined to face the consequences with dignity and resolve. The officers escort you through the park and guide you to the waiting [[police car.->Police Car][$mainChar.crime = "public fuck"]]<br><br>
<<else>>
You feel the intensity of your orgasm build until it climaxes in a wave of pleasure when you realize you're having sex with strangers in the middle of broad daylight, surrounded by people strolling through the park. As the last man finishes, his come spilling onto your back, you collapse onto the blanket, your body spent and sated. You lie there, panting, your skin glistening with sweat and come, as the men around you slowly disperse, leaving you alone, half naked on the grass, with the remains of several strangers semen dripping down your face. <br>
As you reflect on what just happened, a mix of emotions and thoughts flood your mind. The quiet surroundings provide a soothing backdrop for your contemplation.<br>
<<if $timeOfDay is "Day">>
you can choose to [[take some time->Relax]] to gather yourself or take your things and [[get up.->Park]]
<<else>>Since night fall, you need to [[get up.->Park]]
<</if>><br><br>
<</if>>
<<HaveASexWidget "anal" "stranger" "face">>
<<HaveASexWidget "vaginal" "stranger" "onpussy">>
<<HaveASexWidget "bj" "stranger" "body">>
<<MainChar_Stats "arousal" "70">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-2">>
<</linkreplace>>
<<replace #stop>><</replace>><</linkreplace>><</if>></span>
<<else>> You expect them to react with surprise or excitement, but to your astonishment, they quickly avert their gazes, seeing them adopt disapproving expressions and glance away, you start to think that maybe you've read too much into their looks in your direction. The men clearly aren't as interested as you thought, and your bold move has left you feeling humiliated and disappointed. You quickly close your legs, your cheeks burning with shame as you try to process what just happened.<br><br>
<<if $timeOfDay is "Day">>
you can choose to take some time to [[gather yourself->Relax]] or gather your things and [[get up.->Park]]
<<else>>Since night fall, you need to [[get up.->Park]]
<</if>><br><br>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "10">>
<</if>>
<<replace #stay>><</replace>><</linkreplace>><</if>></span>
<<else>>
You stretch out comfortably, closing your eyes and enjoying the moment of calm in the park. The gentle breeze rustles the leaves, creating a soothing backdrop to your thoughts.<br>
<<if $timeOfDay is "Day">>
You can [[stay here->Relax]] a little longer, or decide to gather your things and [[get up.->Park]]
<<else>> Night falls, it's time to gather your things and [[get up.->Park]]
<</if>><br><br>
<<MainChar_Stats "energy" "10">>
<</if>>
<</if>><<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/IT_Shop_CumReac.jpg")]]</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the boutique nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/IT_Shop.jpg")]]</div>
Stepping into the tech haven, you're immersed in a realm of innovation and possibilities. The store's sleek displays showcase the latest gadgets and cutting-edge electronics, inviting you to explore the world of technology. The knowledgeable staff, equipped with expertise, are ready to guide you through the intricate world of devices and gadgets, helping you make informed choices.<br><br>
<<if settings.lessPrices is true>>
You managed to have a 50% discount on anything here !<br><br>
<<else>>
Feeling like the prices are on the steeper side, you can inquire if there's any [[possibility for a discount.->Store Discount][$Store_location = "IT Shop"]]<br><br>
<</if>>
<h4>PRODUCTS</h4>
<<for _techItemTitle, _techItem range $Mall.techItems>>
<<if _techItem.name.toLowerCase().indexOf('taser') == -1>>
<<DeviceItemWidget _techItem>>
<</if>>
<</for>>
<h4>SELF-DEFENSE</h4>
<<for _techItemTitle, _techItem range $Mall.techItems>>
<<if _techItem.name.toLowerCase().indexOf('taser') != -1>>
<<DeviceItemWidget _techItem>>
<</if>>
<</for>>
<<if settings.lessPrices == true>>
<<if $wereMagicTechPricesReduced != true>>
<<set $wereMagicTechPricesReduced = true>>
<<endif>>
<<else>>
<<if $wereMagicTechPricesReduced == true>>
<<set $wereMagicTechPricesReduced = false>>
<<endif>>
<<endif>>
<br>
<br>
[[Go back->Mall]]
<</if>>@@.main-image-wrapper;
[img[String.format($urlPath + "/LogoMain.jpg")]]
@@
<<linkreplace "<strong>To-Do List</strong>">><hr><br>
<strong><u>Upcoming updates (perhaps...)</u></strong><br><br>
<p><strong> Nothing planned !</strong> feel free to use the "Contact Me" button to share your ideas (in english please). </p><br><br>
<p><strong> Bug fixes: </strong> I spent a lot of time testing and debugging the game, but there are too many outcomes and I obviously can't see all the bugs. Feel free to use the "Contact Me" button to report bugs so I can fix them (in english please). Be as precise as possible to help me figuring out which conditions caused the bug.</p><br><br>
<hr><</linkreplace>><br><br>
<<linkreplace "<strong>Won't-Do List</strong>">><hr>
<strong><u>Things that are not planned</u></strong><br><br>
<p><strong> Beastiality:</strong> I won't use any real or animated depictions of bestiality due to legal issues (IRL content) and respect for others' work (Cartoon / hentai content).</p><br><br>
<p><strong> Pregnancy:</strong> Including pregnancy in the game raises too many complications. It would demand extensive new content for maternity and child care, as simply allowing the character to give the baby up for adoption and continue as if nothing happened would break immersion. Additionally, it would require significant modifications to animations, images, and clothing to accommodate a pregnant belly. Forcing the character to abort would address some issues, but it would negate the purpose of including pregnancy in the first place. </p>
<hr><</linkreplace>><br><br>
<<linkreplace "<strong>Version 2.0</strong>">>
<hr>
<strong><u>Version 2.0</u></strong><br><br>
<p><strong> Various Bug Corrections</strong></p><br><br>
<p><strong>New Achievements System!</strong> Play the game and take part in various events to unlock them.</p><br><br>
<p><strong>Added Contact option:</strong> You can contact me using the button on the bottom of the menu. Use it for feedback and bug report.</p><br><br>
<p><strong>Family-related content:</strong></p>
<ul>
<li><strong>New brother / sister relationship:</strong> you enjoy being your brother's submissive, loving his rough treatment and humiliation. </li>
<li><strong>New father / daughter relationship</strong> you're eager to satisfy every needs of your father, a true daddy's girl for a Daddy Dom Little Girl relationship.</li>
<li><strong>New mother / daughter:</strong> your mother infantilizes and sexualizes you. She seeks to provide pleasure and to become the best mommy for her sweet girl.</li>
<li> <strong>Re-written home scenes:</strong> most home scenes have been re-written to explore the various dynamics between you and your family.</li>
<li> <strong>Enhanced interactivity:</strong> your look and clothes will trigger more reactions of your family.</li>
<li><strong>Rent:</strong> your dad will collect $100 every two weeks for rent and school fees.</li>
</ul>
<p><strong>School Updates:</strong></p>
<ul>
<li><strong>Modified school skirt:</strong> the first school skirt is longer. The default school skirt from previous version has become a "short school skirt".</li>
<li><strong>Modified lewd school uniform.</strong></li>
<li><strong>Reworked school library,</strong> including new actions and 20 new gifs and pictures!</li>
<li><strong>New homework system:</strong> Teachers can give homework. If you don't listen in class, you may not hear it!</li>
<li><strong>New Scoring System:</strong> Missing school, doing homework, listening to classes, and cheating during exams affect your score. The better your intellect, the higher your grades can be.</li>
<li><strong>Reworked Intellect System:</strong> Slutty actions decrease your intellect (and your school grades).</li>
<li><strong>Grade Report.</strong> Each month your parents will receive your grade report. The outcomes depend on your relationship with them and your grades. </li>
<li><strong>Dance club:</strong> A new dance club has opened in your school! You can practice ballet, twerk and pole dancing once a week after class. You need to buy the required outfits.</li>
<li><strong>Drama club:</strong> A new drama club has opened in your school! You can take part various plays.</li>
<li><strong>Fitness club:</strong> A new fitness club has opened in your school! You can train here to become the perfect fit girl.</li>
</ul>
<p><strong>Fitness Updates:</strong></p>
<ul>
<li><strong>New PE Tests</strong> based on your fitness.</li>
<li><strong>Reworked Fitness System:</strong> not exercising, eating or drinking bad stuff, and being very tired decrease your fitness.</li>
<li><strong>Fitness-dependant energy level:</strong> your max energy level changes according to your fitness level (ranging from 50% if the fitness level is 0 to 150% if your fitness level is 100)</li>
<li><strong>New PE locker rooms:</strong> You must change clothes before and after PE lessons. It includes 5 new gifs, new events and a new clothing system.</li>
<li><strong>Added cabin </strong> to change clothes before running in the park.</li>
</ul>
<p><strong>New Locations:</strong></p>
<ul>
<li><strong>The Glory Den</strong> in the red light district with a new job, many events and 12 new gifs.</li>
<li><strong>The Velvet Vixen</strong> in the red light district with a new job, new clothes, and many new events including 32 new gifs (replaces the city bar from the older game version).</li>
<li><strong>Underground Night Club</strong> in the city center with 16 new gifs.</li>
<li><strong>Zenith Ventures:</strong> an office workplace with a new job, a storyline, and more than 84 new gifs.</li>
<li><strong>Vitality Vista Pharmacy:</strong> a pharmacy where you can buy pills and condoms. </li>
<li><strong>InkCraft Studio:</strong> a tatto parlor where you can get tattoos on various parts of your body. 29 Tattoos available. </li>
<li><strong>Éclat d'Or Jewellery:</strong> a brand new shop in the Mall offering jewellery. </li>
<li><strong>Haven Cove Spa:</strong> a new spa with a massage parlor and a swimming pool. Including 65 new gifs and a new job. </li>
<li><strong>Police station and prison:</strong> You can change your name here. In addition, engaging in prostitution, exhibitionism, having sex in public places and cheating at the casino can result in imprisonment. Includes more than 100 gifs. </li>
<li><strong>Special location:</strong> a new special event lasting several days and that can happen randomly (repeatable). Includes 50 gifs. </li>
<li><strong>Risky encounters:</strong> you can now get randomly robbed in the street.</li>
<li><strong>Sexual Health Department:</strong> for STDs diagnosis and treatments.</li>
</ul>
<p><strong>Modification of Events and Locations:</strong></p>
<ul>
<li><strong>City districts modification:</strong> some locations have been rearranged to harmonize the neighborhoods. The locations have been rearranged in three colums to better fit the screen.</li>
<li><strong>Hairdresser modifications:</strong> you can now have a previsualisation of your haircut before buying it. The price of the haircut depends on the request. You can't select hair length longer than what you currently have (you'll have to wait for them to grow)</li>
<li><strong>Hospital modification:</strong> added a recovery room and more detailed operations.</li>
<li><strong>Reworked mall:</strong> added a fitting room to cloth-related modifications.</li>
<li><strong>Waitress work modification:</strong> Minor re-writing of the waitress job events.</li>
<li><strong>Enhanced interactivity with NPCs:</strong> your look and clothes will trigger various reactions at school and outdoor.</li>
<li><strong>New mall clothes preview:</strong> the outfit will be displayed directly on the character when hovered. Clicking on the preview displays the character naked with the selected cloth only.</li>
<li><strong>Reworked wardrobe presets:</strong> Unlimited numbers of presets and lighter code. Automatically understand the type of clothes (workout, office...)</li>
</ul>
<p><strong>Attractiveness System:</strong></p>
<ul>
<li><strong>New Attractiveness level</strong> depends on clothes worn, cleanliness, fitness level, makeup, and hair (see the stats).</li>
<li><strong>Attractiveness-based events:</strong> some actions will require a certain attractiveness: job offers, flirting outcomes etc.</li>
</ul>
<p><strong>Modification and addition of items:</strong></p>
<ul>
<li><strong>45 new cloth items:</strong> includings new shoes, swimsuits, office clothes and more.</li>
<li><strong>Customizable clothes item:</strong> You can define your own color for each cloth item, and save preset colors!</li>
<li><strong>Reworked wardrobe:</strong> If you buy the same item in several colors, small squares will be shown next the the main item in the wardrobe, with the same item color.</li>
<li><strong>Sell items:</strong> You can now sell items in your wardrobe.</li>
<li><strong>6 new sex-shop accessories</strong> that can be unlocked when reaching a target corruption level.</li>
<li><strong>A Fuck machine</strong> that can be used when streaming.</li>
<li><strong>5 new pills</strong> to alter your stats: learn faster, gain fitness level more easily, and more !</li>
<li><strong>Perfume</strong> to increase you attractiveness and cleanliness.</li>
<li><strong>5 new accessories.</strong></li>
<li><strong>A brand new taser</strong> to protect yourself.</li>
<li><strong>Condoms:</strong> various type of condoms for different prices and levels of protection.</li>
</ul>
<p><strong>Appearance modification:</strong></p>
<ul>
<li> <strong>Body hairs</strong> will progressively grow on your legs and impact your attractiveness if wearing skirt or shorts. Use razors to shave. </li>
<li><strong>5 new hair colors</strong> available at the hair salon.</li>
<li><strong>Customizable hair color:</strong> You can make your own hair color at the hair salon !</li>
<li><strong>Reworked ginger color</strong></li>
<li><strong>Hair length:</strong> hair will progressively grow. Go to the salon to cut them.</li>
<li><strong>New haircuts:</strong> 2 additionnal haircuts available at the salon.</li>
<li><strong>New surgery:</strong> change the color of your eyes at the hospital.</li>
<li><strong>4 New makeup styles</strong></li>
<li><strong>Makeup selection reworked:</strong> automatic preview of the selected makeup. Some styles will require a minimum corruption level.</li>
<li><strong>Reworked no-makeup face</strong></li>
<li><strong>Re-designed waitress work outfit</strong></li>
<li><strong>STDs:</strong> Having sex without condom increases the risk of STDs. Condoms are automaticaly used if available (no action required, except buying them). STDs decrease your energy.</li>
</ul>
<p></p><br><br>
<p>I hope you'll enjoy these updates and improvements!</p>
<hr>
<</linkreplace>><br><br>
<<linkreplace "<strong>Version 1.0</strong>">>
<hr>
<strong><u>Version 1.0</u></strong><br>
<strong>Changes:</strong>
- First version
<hr>
<</linkreplace>><br><br>
<<link "Back">>
<<set $wasMenuItemEntered = false>>
<<goto $pastPassage>>
<</link>><div class="default-image-wrapper">[img[String.format($urlPath + "/laptop/Laptop.jpg")]]</div>
<br>
You're sitting in your cozy bedroom, the soft glow of your laptop screen illuminating your face. The hum of your computer fills the air as you navigate through your browser, your fingers hovering over the keyboard, ready to click.<br><br>
[[Watch science videos->Watch Videos][$typeOfVideo = "science"]]<br>
<<if $mainChar.energy < 10>>
You're too tired to masturbate
<<else>>
[[Look for porn->Watch Videos][$typeOfVideo = "porn"]] <br>
<<endif>>
<<if $mainChar.corruption >=30 and ($inventory.has('techItems','Cheap Webcam') or $inventory.has('techItems','High Quality Webcam'))>>
<<if $mainChar.isCamGirl != true and $mainChar.energy>=30>>
[[Become a CamGirl->Camgirl]]<br>
<<elseif $mainChar.isCamGirl is true and $mainChar.energy>=30>>
[[Start a CamShow->Camgirl]]<br>
<<elseif $mainChar.isCamGirl is true and $mainChar.energy<30>>
You're too tired to start a CamShow now.<br>
<</if>><</if>><br><br>
[[Go back->Bedroom]]
<<if $typeOfVideo is "porn">>
The monitor flickers, and you scroll through your bookmarks until you find the section marked "Adult Content." A sea of thumbnails greets you, each one more enticing than the last. Your pulse quickens as your eyes scan over the images, each one promising a world of forbidden pleasure. What whould you like to watch today?<br><br>
* [[Straight->Masturbate Sections][$masturbateSection = "Straight"]] <br>
* [[Lesbians->Masturbate Sections][$masturbateSection = "Lesbians"]]<br>
<<if $mainChar.corruption >=5>>
* [[Milfs->Masturbate Sections][$masturbateSection = "Milfs"]]<br>
<</if>>
<<if $mainChar.corruption >=10>>
* [[BDSM->Masturbate Sections][$masturbateSection = "BDSM"]]<br>
<</if>>
<<if $mainChar.corruption >=20>>
* [[Public->Masturbate Sections][$masturbateSection = "Public"]]<br>
<</if>>
<<if $mainChar.corruption >=30>>
* [[Group->Masturbate Sections][$masturbateSection = "Group"]]<br>
<</if>>
<<if $mainChar.corruption >= 40>>
* [[Non-consensual->Masturbate Sections][$masturbateSection = "Non-consensual"]]<br>
<</if>>
<<if $mainChar.corruption<40>>
As you delve deeper in the categories, the content becomes increasingly disturbing. You don't feel adventurous enough for this kind of content.<br>
<</if>><br><br>
<<if $inventory.has('SexShopItems','Horse dildo') == true>> You can also<<link "play with your horse dildo.">><<goto "Dildo masturbation">><</link>><br><br><<endif>>
<br><br>
[[Go back->Bedroom]]
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Science.webp')]]
@@<br>
You decide to dive into the world of knowledge. With a quick search, you find yourself on a popular science channel. The thumbnail of a fascinating video catches your eye, and you click play. The soothing voice of the narrator fills your headphones, explaining complex scientific concepts in a way that's easy to understand. You watch as animated diagrams and real-life experiments unfold on the screen, each one more captivating than the last. Time seems to fly by as you become completely engrossed in the wonders of the universe, your curiosity piqued and your mind expanding with every new piece of information.<br><br>
As the video comes to an end, the narrator's voice fades away, leaving you with a sense of awe and newfound knowledge. The screen freezes on the final frame, and you lean back in your chair, taking a moment to let everything sink in, before deciding to [[close the window.->Use laptop]]<br><br>
<<MainChar_Stats "intellect" "2">>
<<set $minute +=30>>
<</if>>
<<set $minute += 30>>
<<if $masturbateSection == "Straight">>
You decide to go for some straight porn. You search for some time until you find a video of a man and women engaged in sexy, passionate sex. Satisfied with this find, you relax and watch the action unfurl...<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/laptop/masturbate/'+$masturbateSection + random(6) + '.webp')]]@@<br>
The porn video builds to a crescendo of rough, animalistic passion. You wonder whether you would find it enjoyable... You imagine what it would be like to have someone treat you with such disregard, thrilling of having them pull your hair roughly and penetrate you without a care for your feelings. Yes, this is something that you could certainly enjoy.
<<elseif $masturbateSection == "Public">>
Today you feel more rebellious. You want to find something that pushes your boundaries. You begin to search for some public porn. After a short while, you find a video of a woman being humiliated out in the open.
You're a little taken aback, perhaps even embarrassed, as you watch. Yet a part of you is really horny for this. You let that part take over your mind and body...<br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/laptop/masturbate/'+$masturbateSection + random(6) + '.webp')]]@@<br>
What would it feel like to be completely exposed and humiliated in public? You imagine yourself walking on all fours, leashed and naked, covered in cum for all to see. All around you, people jeer as they point and whisper. You can feel their judgement searing your skin. You shudder to think about submitting to someone's will in a crowded bus, your mouth open and ready for whatever they wish like a cheap whore.
<<elseif $masturbateSection == "BDSM">>
You decide you want something a little more rough this time. You starting searching for some bondage videos. Fairly soon you come across a video that really captures your attention. You watch with intense lust as a beautiful woman is bound, tortured with toys and fucked hard...<br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/laptop/masturbate/'+$masturbateSection + random(6) + '.webp')]]@@<br>
You imagine the sensation of the cold metal restraints digging into your flesh as you lay helplessly in a dark basement, bound and gagged. In your thoughts, you're at the mercy of anyone who decides to come , knowing that they will use you as their own personal plaything. Any pleasure or pain is theirs to decide. An aching desire builds within your core as you imagine being degraded, and broken down by those around you. Your pussy starts dripping as you imagine yourself as a disposable cum dump, a willing flesh light to be used at any time by anyone in that basement.
<<elseif $masturbateSection == "Lesbians">>
You decide to search for some lesbian porn. It isn't long before you've found a hot, steamy video of two beautiful women pleasuring each other. You relax your body and begin to watch...
@@.default-image-wrapper;
[img[String.format($urlPath + '/laptop/masturbate/'+$masturbateSection + random(6) + '.webp')]]@@<br>
Your heart races as you watch the steamy lesbian porn. You lust after what it would feel like to be in their places, to push your tongue in a pussy, lapping up her juices and feel her shudder against you. You hunger for that electric touch of skin on skin, of deep kisses and teasing licks that make your own pussy pulse with anticipation.
<<elseif $masturbateSection == "Group">>
You're searching through some porn sites when a video that was recommended catches your eye. It's about group sex. The thought of multiple hot bodies surrounding your naked one arouses you a lot. You click the video and settle down to watch it...
@@.default-image-wrapper;
[img[String.format($urlPath + '/laptop/masturbate/'+$masturbateSection + random(6) + '.webp')]]@@<br>
Your eyes are glued to the screen as you watch a group sex porn video, desire and fear waging a battle inside of you. You imagine yourself in the position of that woman, her body bent and restrained by rough hands as various hard cocks force themselves into her orifices. You feel the sensation of being stretched beyond limits, filled so completely with hot flesh that you become no more than a lifeless fleshlight whose sole purpose is to provide pleasure to these men. The sensation overwhelms you and you can almost feel their cum washing over your face, leaving your skin slick with sweat and their cum. You fight against the compulsory pleasure and arousal growing within, desperate to deny it even as your pussy is drooling from the mere thought of having every single one of them inside you at once.
<<elseif $masturbateSection == "Non-consensual">>
You search for more extreme videos, thinking that maybe if you watch something even harder and darker it may help to satisfy your fantasies. You find exactly what you are looking for- rape play videos.
@@.default-image-wrapper;
[img[String.format($urlPath + '/laptop/masturbate/nonConsensual' + random(6) + '.webp')]]@@<br>
As you watch the video, fear grips your heart and a chill runs down your spine. You imagine being forced against your will into a dark alley, feeling a strong hand around your throat as you are ruthlessly taken by a stranger. As you are powerless to escape, your asshole is invaded abusively and you cum over and over again with each raw stroke that ravages it mercilessly. Is this really rape if it feels so good? The thought terrifies you but at the same time your pussy is ready to explode with pleasure.
<<elseif $masturbateSection == "Milfs">>
You decide to search for soft porn, and find a video about a sexy mature woman engaging in taboo and salacious sexual acts in her own appartment.
@@.default-image-wrapper;
[img[String.format($urlPath + '/laptop/masturbate/'+$masturbateSection + random(6) + '.webp')]]@@<br>
Your thoughts immediately turn towards your mother. Is she doing those same things with dad? How many cocks has she sucked? Has she ever been part of a threesome? Your mind races at the thought of your mother before you, nude and enticing, caressing your body with her warm, gentle skin as her soothing voice tells you how much she wants it while her lips kiss and lick between your legs. A shiver runs through you as an intense wave of pleasure outmatches the revulsion of this incestuous thought, pushing you closer to the edge of climax.
<<endif>>
<<if $mainChar.arousal>=70>><br><br>
You savour the pleasure that engulfs you, pushing yourself closer and closer to the edge until finally, waves of intense ecstasy course through your veins. You moan as you let go of your inhibitions and squirt in a cascade of bliss all over the bedsheets and laptop screen. You collapse in exhaustion, knowing it's time for a well-deserved break.
<</if>>
<br><br>
[[Close the window.->Use laptop]]<br><br>
<<MainChar_Stats "arousal" "+35">>
<<HaveASexWidget "masturbate" "self">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<if $masturbateSection != "Straight" and $masturbateSection != "Lesbians">>
<<MainChar_Stats "intellect" "-1">>
<</if>><<set $currentPassage to "Classes">>
<<set $pastPassage to "Classes">>
<div align="center" style="font-size: 40px"><<if $hour == 9>>Math<<elseif $hour == 10>>Science<<elseif $hour == 11>>History<<elseif $hour == 13 or $hour ==14>>Physical education<<endif>></div>
<br>
<<if $isLateForAClass == true>>
<<set $isLateForAClass = false>>
<<if $minute <= 10>>
You arrive late to the classroom, and your teacher chooses to ignore your tardiness, allowing you to enter without reprimand. As you take your seat, a sense of relief washes over you, grateful that there are no immediate consequences for your tardiness.<br><br>
<<include "School Cloth Level">>
<<elseif $minute <= 20>>
You arrive late to the classroom, and your teacher, not letting it slide, remarks, "Miss<<print $mainChar.lastName>>, take your seat, please! The lesson is already going!" <br>You quickly find your seat, slightly embarrassed by the attention drawn to your tardiness. <br><br>
<<include "School Cloth Level">>
<<elseif $minute > 20>>
<<if $mainChar.school.detentionSubject == ''>>
You arrive late to the classroom, and your teacher, is clearly displeased: <br>"Miss <<print $mainChar.lastName>>, are you aware that the class if already going for <<print $minute>> minutes?! I expect you to stay after class today," your teacher firmly instructs. Your heart sinks as you take your seat, knowing there will be a discussion about your tardiness after the lesson.<br><br>
<<include "School Cloth Level">>
<<set $mainChar.school.detentionSubject = $currentSchoolClass>>
<<else>>
The teacher is looking at you with anger in eyes, threatening you with detention!
<<endif>>
<<endif>>
<<if $mainChar.cleanliness <=30>>
As you sit down at your desk, you can't help but notice the subtle reactions of those around you. You catch glances from your classmates, some wrinkling their noses slightly, others exchanging whispered comments. You really need a shower.<br><br>
<<MainChar_Stats "School" "-1">>
<</if>>
<br>
<br>
<<endif>>
<<if $hour == 9>>
<<include "Math class">>
<<elseif $hour == 10>>
<<include "Science class">>
<<elseif $hour == 11>>
<<include "History class">>
<<elseif $hour == 13 or $hour==14>>
<<include "PE class">>
<<endif>><<include "Global variables">>
<<include "Game settings">>
<<include "Basic Character class">>
<<include "Girl Character Class">>
<<include "Man Character Class">>
<<include "Characters">>
<<include "Mall Items">>
<<include "Wardrobe Class">>
<<include "Tattoo Items">>
<<include "SexShop Items">>
<<include "Inventory Class">><<set $pastPassage to "Beach">>
<<if $timeOfDay == "Day">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/beach/Beach.jpg")]]
</div>
<<SeeCumOnPcWidget "people">>
<<MeetAPersonWidget "beach" "friend">>
As you step onto the sandy shores, the inviting expanse of the ocean stretches before you, its rhythmic waves creating a soothing backdrop. The gentle breeze carries the salty scent of the sea, instantly putting you at ease.<br><br>
<<if $mainChar.look.clothes.torso.swim is 'true'>>
<<set $mainChar.isEnteringBeach to false>>
Go back to the cabin and [[change into your everyday clothes.->Beach Cabin]] <br><br>
<<else>>
<<set $mainChar.isEnteringBeach to true>>
<<set $lockerRoomOutfit to clone($mainChar.look.clothes)>>
There is a cabin where you can [[change into a swim suit.->Beach Cabin]] <br><br>
<</if>>
<<if random(1) and $timeOfDay is "Day" and $mainChar.energy>=30 and $mainChar.look.clothes.torso.swim is 'true'>>
You see a group looking for more people to start a game on the beach. [[Join them.->Sport]]<br><br><</if>>
<<if $mainChar.energy>=20>>
<<if $mainChar.look.clothes.torso.swim is 'true'>>
If you prefer to relax and soak up the sun's rays, there are plenty of spots for you to stretch out and enjoy a [[sunbathing session.->Sunbath]]
<<if $mainChar.corruption>=50>>You can also [[sunbath naked->Beach remove clothes][$Direction = 'goSunbath']] if you want.<</if>>
<<elseif $mainChar.corruption>=50>> Since you don't wear swimsuit, sunbathing is not really an option... except if you [[sunbath naked.->Beach remove clothes][$Direction = 'goSunbath']]
<<else>> Without swimsuit you can't sunbath.
<</if>> <br><</if>>
<<if $mainChar.energy > 20>>
<<if $mainChar.look.clothes.torso.swim is 'true'>>
You contemplate [[taking a dip->Swim]] in the crystal-clear water to cool off from the sun's warmth.
<<if $mainChar.corruption>=50>><br>You can also [[go swim naked->Beach remove clothes][$Direction = 'goSwim']] if you want.<</if>>
<<elseif $mainChar.corruption>=50>> Swimming isn't an option either at the moment... except if you [[swim naked.->Beach remove clothes][$Direction = 'goSwim']]
<<else>> Without swimsuit you can't take a dip in the water.
<</if>>
<<else>> You contemplate taking a dip in the water to cool off, but you're too tired for that.
<</if>><br><br>
<<if $mainChar.look.clothes.torso.swim is 'true'>>
You should change before leaving the beach. You're still wearing your swimsuit.
<<else>>
[[Go back to the city.->Go out]]
<</if>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/beach/NightBeach.jpg")]]
</div><br><br>
You arrive at the beach, the darkness enveloping the surroundings. The sound of waves crashing against the shore creates a soothing ambiance. A few scattered lights from nearby buildings cast a gentle glow.<br><br>
<<if random(1) is 0 and $hour > 7+ $mainChar.HasVisitedCampfire or $mainChar.HasVisitedCampfire is undefined and $mainChar.energy >=30 >>
The soft glow of a campfire illuminates a group of people gathered around it. Their laughter and chatter float on the sea breeze. [[Join them.->Camp fire]]<br><br>
<<elseif $mainChar.energy <30>>
The soft glow of a campfire illuminates a group of people gathered around it. Their laughter and chatter float on the sea breeze. You would like to join them, but you're too tired for that.<br><br>
<</if>>
There is not much to do here at night and it's very cold here. You decide to [[go back to the city.->Go out]]
<</if>><<widget "notification">>
<<notify 10000>>
$args[0]
<</notify>>
<</widget>>
<<widget "Achievements">>
<<if $Achievements[$args[0]].unlocked != true>>
<<notify 3000>>
<div style="display: flex; align-items: center;">
[img[String.format($urlPath + '/TechFolder/Achievements/Achievement_unlocked.png')]]
<span> <<= $args[1]>></span>
</div>
<</notify>>
<</if>>
<<set $Achievements[$args[0]].unlocked = true>>
<</widget>>
<<widget "intoxicationWidget">>
<<if $mainChar.intoxication >= 0 and $hour < 7>>
<<set $techHour = $hour + 24>>
<<else>>
<<set $techHour = $hour>>
<<endif>>
<<set $techHour1 = $techHour * 60>>
<<set $realTime = $minute + $techHour1>>
<<set $techIntoxicationHour = $intoxicationHour * 60>>
<<set $intoxicationTime = $intoxicationMinute + $techIntoxicationHour>>
<<set $intoxicationTimeDifference = $realTime - $intoxicationTime>>
<<set $techIntoxicationTimeDifference = $intoxicationTimeDifference / 10>>
<<silently>><<- $techIntoxicationTimeDifference.toFixed(0)>><</silently>>
<<if $techIntoxicationTimeDifference <= $mainChar.intoxication>>
<<set $mainChar.intoxication -= $techIntoxicationTimeDifference>>
<<else>>
<<set $mainChar.intoxication = 0>>
<<endif>>
<<if $mainChar.intoxication < 1>>
<<if $lastIntoxicationTier != 0>>
<<set $lastIntoxicationTier = 0>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 0>>
<<endif>>
<<elseif $mainChar.intoxication >= 1 and $mainChar.intoxication < 10>>
<<if $lastIntoxicationTier != 2>>
<<set $lastIntoxicationTier = 2>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 2>>
<<endif>>
<<elseif $mainChar.intoxication >= 10 and $mainChar.intoxication < 20>>
<<if $lastIntoxicationTier != 4>>
<<set $lastIntoxicationTier = 4>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 4>>
<<endif>>
<<elseif $mainChar.intoxication >= 20 and $mainChar.intoxication < 30>>
<<if $lastIntoxicationTier != 6>>
<<set $lastIntoxicationTier = 6>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 6>>
<<endif>>
<<elseif $mainChar.intoxication >= 30 and $mainChar.intoxication < 40>>
<<if $lastIntoxicationTier != 8>>
<<set $lastIntoxicationTier = 8>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 8>>
<<endif>>
<<elseif $mainChar.intoxication >= 40 and $mainChar.intoxication < 50>>
<<if $lastIntoxicationTier != 10>>
<<set $lastIntoxicationTier = 10>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 10>>
<<endif>>
<<elseif $mainChar.intoxication >= 50 and $mainChar.intoxication < 60>>
<<if $lastIntoxicationTier != 12>>
<<set $lastIntoxicationTier = 12>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 12>>
<<endif>>
<<elseif $mainChar.intoxication >= 60 and $mainChar.intoxication < 70>>
<<if $lastIntoxicationTier != 14>>
<<set $lastIntoxicationTier = 14>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 14>>
<<endif>>
<<elseif $mainChar.intoxication >= 70 and $mainChar.intoxication < 80>>
<<if $lastIntoxicationTier != 16>>
<<set $lastIntoxicationTier = 16>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 16>>
<<endif>>
<<elseif $mainChar.intoxication >= 80 and $mainChar.intoxication < 90>>
<<if $lastIntoxicationTier != 18>>
<<set $lastIntoxicationTier = 18>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 18>>
<<endif>>
<<elseif $mainChar.intoxication >= 90 and $mainChar.intoxication < 100>>
<<if $lastIntoxicationTier != 20>>
<<set $lastIntoxicationTier = 20>>
<<set $newIntoxicationStatus = true>>
<<set $twoIntoxication = $oneIntoxication>>
<<set $oneIntoxication = 20>>
<<endif>>
<<endif>>
<<if $newIntoxicationStatus == true>>
<<set $newIntoxicationStatus = false>>
<<if $oneIntoxication > $twoIntoxication>>
<<set $corruptedIntoxication = $oneIntoxication - $twoIntoxication>>
<<set $mainChar.corruption += $corruptedIntoxication>>
<<elseif $twoIntoxication > $oneIntoxication>>
<<set $corruptedIntoxication = $twoIntoxication - $oneIntoxication>>
<<set $mainChar.corruption -= $corruptedIntoxication>>
<<else>>
<<set $mainChar.corruption += $oneIntoxication>>
<<endif>>
<<endif>>
<</widget>>
<<widget "AddIntoxication">>
<!-- $args[0] - intoxication value (3, 10, 12, ...) -->
@@.add; +<<print $args[0]>> Intoxication @@
<<set $mainChar.intoxication += $args[0]>>
<<set $intoxicationHour = $hour>>
<<set $intoxicationMinute = $minute>>
<</widget>>
<<widget "timeWidget">>
<<if $minute >= 60>>
<<set $hour += 1>>
<<set $hourCount +=1>>
<<set $minute = $minute-60>>
<<endif>>
<<if $minute < 10>>
<<set $showMinute = '0' + $minute>>
<<else>>
<<set $showMinute = $minute>>
<<endif>>
<<if $hour >= 24>>
<<set $hour = $hour-24>>
<<dayChangeWidget>>
<<endif>>
<<if $hour < 10>>
<<set $showHour = '0' + $hour>>
<<else>>
<<set $showHour = $hour>>
<<endif>>
<</widget>>
<<widget "dayChangeWidget">>
<<set $dayCount += 1>>
<<NewDayStats>>
<<dateChangeWidget>>
<<switch $day>>
<<case 1>>
<<set $day = 2>>
<<case 2>>
<<set $day = 3>>
<<case 3>>
<<set $day = 4>>
<<case 4>>
<<set $day = 5>>
<<case 5>>
<<set $day = 6>>
<<case 6>>
<<set $day = 7>>
<<case 7>>
<<set $day = 1>>
<<default>>
<<set $day = 1>>
<</switch>>
<<if $day == 1>>
<<set $dayOfWeek = "Monday">>
<<elseif $day == 2>>
<<set $dayOfWeek = "Tuesday">>
<<elseif $day == 3>>
<<set $dayOfWeek = "Wednesday">>
<<elseif $day == 4>>
<<set $dayOfWeek = "Thursday">>
<<elseif $day == 5>>
<<set $dayOfWeek = "Friday">>
<<elseif $day == 6>>
<<set $dayOfWeek = "Saturday">>
<<elseif $day == 7>>
<<set $dayOfWeek = "Sunday">>
<<endif>>
<</widget>>
<<widget "LiveTimer">>
<!-- $args[0] - seconds required -->
<<set _seconds to $args[0]>>
<span id="countdown">_seconds</span>
<<silently>>
<<repeat 1s>>
<<set _seconds to _seconds - 1>>
<<if _seconds gt 0>>
<<replace "#countdown">>_seconds<</replace>>
<<else>>
<<replace "#countdown">><</replace>>
<<stop>>
<<endif>>
<</repeat>>
<</silently>>
<</widget>>
<<widget "CrimeTimer">>
<<silently>>
<<set _symbol = "\">>
<<repeat 100ms>>
<<if _symbol == "\">>
<<set _symbol = "/">>
<<elseif _symbol == "/">>
<<set _symbol = "-">>
<<elseif _symbol == "-">>
<<set _symbol = "\">>
<<if _end == true>>
<<set _end = false>>
<<stop>>
<<else>>
<<set _end = true>>
<<endif>>
<<endif>>
<<replace "#countdown">><<print _symbol>><</replace>>
<</repeat>>
<</silently>>
@@#countdown;<<print _symbol>>@@
<</widget>>
@@.image-logo;
[img[String.format($urlPath + "/LogoCropped.jpg")]]
@@<br>
<span style="font-size: 8pt"><i>By Derts</i></span><<widget "energyBar">>
<progress class="progressBar" @value="$mainChar.energy" @max="$mainChar.maxEnergy"></progress>
<</widget>>
<<widget "intoxicationBar">>
<progress class="progressBar" @value="$mainChar.intoxication" max="100"></progress>
<</widget>>
<<widget "cleanlinessBar">>
<progress class="progressBar" @value="$mainChar.cleanliness" max="100"></progress>
<</widget>>
<<widget "arousalBar">>
<progress class="progressBarReverse" @value="$mainChar.arousal" @max="$mainChar.maxArousal"></progress>
<</widget>><<if ($mainChar.attractiveness <=0 and $mainChar.school.reputation <10) or ($mainChar.attractiveness <=10 and $mainChar.school.reputation >=15) or $mainChar.cleanliness <=30>>
As you walk down the crowded school hallway, you can't help but notice the subtle reactions of those around you. You catch glances from your classmates, some wrinkling their noses slightly, others exchanging whispered comments. As you look at yourself, you realize that you should take better care of your look and hygiene.<br><br>
<<MainChar_Stats "School" "-1">>
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/School/library/library.jpg')]]
@@<br>
You find yourself in the school library, surrounded by rows of bookshelves filled with knowledge waiting to be explored. The soft hum of students studying and the faint scent of books create a tranquil atmosphere, perfect for focused learning. With countless possibilities at your fingertips, you decide which subject to delve into first.<br><br>
<<SeeCumOnPcWidget "students">>
<<include "School Cloth Level">>
<<if $hour < 18>>
As you enter, you take a look at the sign on display: The library closes at 18:00 !<br><br>
<<if $mainChar.energy >= 30>>
You can [[wander through the rows of books->Shelves]] looking for a specific subject.<br>
Or you can [[sit at the desk ->Desk]] you spot in the corner.
<<else>>
You're too tired to do anything. Fortunately, you spot a desk in the corner of the library where you can [[rest a bit.->Desk]]<br><br>
<</if>>
<<else>>
The library is closed!
<<endif>>
<br><br>
Leave the library and [[get back to the hall.->School][$minute += 1]]
<<set $minute += 30>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Library/readbook.jpg")]]</div>
<br>
You take the book and head to the reading zone. The next hour you spend reading in absolute silence.
<br><br>
<<switch $libraryKindOfBook>>
<<case "Social literature">>
As you delve into the pages of social literature, it becomes a trusted companion in your journey to better handle family relationships. The stories and insights within its covers offer valuable guidance, teaching you the importance of empathy and patience in fostering understanding and harmony within your family. With each turned page, you gain new perspectives and tools to mend conflicts and create a more nurturing and supportive home environment. <br><br>
<<MainChar_Stats "mom" "1" "30">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "energy" "-10">>
<<case "Science book">>
You immerse yourself in the pages of a captivating science book. With each turn of the page, you delve deeper into the intricacies of the cosmos, from the smallest particles to the vastness of space. The author's eloquent prose and vivid explanations ignite your curiosity, sparking a desire to learn more about the natural world and the phenomena that shape it.<br><br>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "energy" "-10">>
<<case "Erotic novel">>
You find yourself engrossed in the pages of an erotic novel, each word weaving a sensual tapestry that ignites your imagination. The dim glow of a reading lamp casts an intimate ambiance, enveloping you in its soft embrace. As you delve deeper into the story, your heartbeat quickens, and the world outside the book fades into insignificance. The characters' desires and passions leap off the page, evoking a heady mixture of curiosity and excitement. In the confines of the story, boundaries blur, and fantasies take flight, leaving you both captivated and entranced by the allure of the written word.<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<<default>>
<</switch>>
<br>
<<if random(2) is 0>>
As you read, you can't help but notice the bulge in your deskmate's pants. It's quite disturbing, and you wonder if you're the cause of his arousal.<br><br>
<span id='finish'>[[Finish reading.->School library][$mainChar.arousal +=10]]<br></span>
<<if $mainChar.corruption>=30>><<linkreplace "Help him.">>
Decided to help your deskmate with his issue, you close your book and get on your knees under the library table. You sneakely crawl toward his legs before placing your hand on his bulge.
<<if gaussian($mainChar.attractiveness,25)>=30>>
After a slight startle of surprise, he begins to gaze at you with eyes filled with bewilderment and a touch of panic.<br><br>
"Don't worry, I'm just here to help you" You say while grabbing his cock in his underwear. His breath hitches and whimpers of pleasure escape his lips as your tongue swirls around the tip of his cock, elevating his pleasure to unbearable heights. You savor every inch of him beneath the table, giving him a deep, passionate sucks that drive him wild with need. <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Library/Shelves/Suck{0}.webp",random(6))]]</div><br>
<span id='push'><<if $mainChar.corruption>=40>><<linkreplace "Push it further.">>
Decided to push things further, you rise on your feet, bend over on the desk and lift your skirt willingly to present your ass to him. His cock immediately penetrates you deeply with a gasp of pleasure from both of you that must have been heard across the library. You can barely contain your moans as his thrusts become more passionate and urgent, pushing you further and further against the hard wooden desk. <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Library/Shelves/Fuck{0}.webp",random(6))]]</div><br>
Sweat pools along your skin and suddenly, in a wave of ecstasy, he releases himself within you. The last few tremors send shivers down your spine as you hold yourself up against the table. Taking a deep breath, you gather your clothes before [[continuing your day.->School library]]<br><br>
<<HaveASexWidget "vaginal" "student" "inpussy">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "school" "1" "30">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $minute += 30>>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'><<linkreplace "Make him cum.">>
He whimpers and gasps as holding back a wave of ecstasy as you worship his manhood before finally unleashing his semen on your tongue. You swallow it all before [[rising to your feet,->School library]] happy to have served someone, <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "school" "1" "20">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $minute += 30>>
<<replace #push>><</replace>><</linkreplace>></span>
<<replace #finish>><</replace>>
<<else>>
Surprised, he looks down and sees you on your knees between his legs. His eyes widen in shock, and he gives you a look full of incomprehension, with a hint of displeasure. He quickly pushes his chair back, creating distance between you and him, clearly rejecting your advance.<br><br>
You freeze for a moment, understanding you're not as attractive as you thought. A wave of embarrassment washes over you when you quickly stand up. Your cheeks flushing with humiliation, and avoiding to make any eye contact with him, you turn to hastily [[leave the room.->School library]]<br><br>
<<MainChar_Stats "arousal" "-20">>
<<MainChar_Stats "school" "-1">>
<<replace #finish>><</replace>>
<</if>>
<</linkreplace>><</if>>
<<else>>
[[Finish reading->School library]]
<</if>><<include "Main Character">>
<<set $brother to new ManCharacter({
firstName: "Max",
lastName: "Doe",
age: 18,
relationship: 15,
currentLocation: "",
activity: "",
hasLeash: false,
}); >>
<<set $mom to new GirlCharacter({
firstName: "Kate",
lastName: "Doe",
age: 37,
relationship: 15,
currentLocation: "",
activity: "",
}); >>
<<set $dad to new ManCharacter({
firstName: "John",
lastName: "Doe",
age: 39,
relationship: 15,
currentLocation: "",
activity: "",
}); >>// constants
<<set $GENDER_MALE = 'male'>>
<<set $GENDER_FEMALE = 'female'>>
<<set $GENDER_TRANS = 'trans'>>
<<set $DEFAULT_WEIGHT = 60>>
<<set $DEFAULT_HEIGHT = 170>>
<<set $GENITALS_MALE = 'penis'>>
<<set $GENITALS_FEMALE = 'vagina'>>
<<set $GENITALS_HERMAPHRODITE = 'hermaphrodite'>>
// global variables
<<set $hour = 8>>
<<set $minute = 0>>
<<set $day = 6>>
<<set $dayOfWeek = "Saturday">>
<<set $dayCount = 1>>
<<set $dateDay = 1>>
<<set $dateMonth = "September">>
<<set $clothesAllure = 0>>
<<set $emptyItem = {name: '', image: ''} >>
<<set $granddadSeenPCFuckRalf = 0>>
<<set $hadSexWithBrother = 0>>
<<set $hadSexWithDad = 0>>
<<set $hadSexWithMom = 0>>
<<set $hadSexWithRalf = 0>>
<<set $mainCharIsOnFertilityPills = false>>
<<set $hairOptions = ['blonde','ginger','brunette']>>
<<set $hairOptionsFull = ['blonde','ginger','brunette', 'sea green', 'turquoise', 'purple','pink','black']>>
<<set $hairStyles = ['straight','pigtails','fancy']>>
<<set $hairStylesFull = ['straight','pigtails','fancy', 'side fringe','sidecut']>>
<<set $hairLengths = ['short','shoulders','chest','long']>>
<<set $breastsSizes = ['a','b','c','d']>>
<<set $eyeColors = ['grey','blue','green','brown']>>
// wardrobe
<<set $outfitSet1Name = ''>>
<<set $outfitSet2Name = ''>>
<<set $outfitSet3Name = ''>>
<<set $outfitSet4Name = ''>>
<<set $outfitSet5Name = ''>>
<<set $outfitSet6Name = ''>>
<<set $outfitSet7Name = ''>>
<<set $outfitSet8Name = ''>>
<<set $outfitSet9Name = ''>>
<<set $outfitSet10Name = ''>>
// pics
<<set $urlPath = "pics">>
// Food
<<set $listOfFood = ['Beer', 'Energy drink', 'Cocktail', 'Red Wine', 'Champaign', 'Whiskey', 'Vodka', 'Tea', 'Tea with guarana', 'Tea with syrup', 'Tea with spices', 'Mineral Water', 'Coffee', 'Coffee with guarana', 'Coffee with syrup', 'Coffee with spices', 'Coffee with lemon', 'Magret de Canard', 'Magret de Canard with guarana', 'Magret de Canard with syrup', 'Tarte au Citron', 'Ratatouille ', 'Profiteroles', 'Moules Marinières', 'Crème Brûlée', 'Stew', 'Stew with guarana', 'Stew with syrup', 'Salade', 'Pâté de Campagne', 'Coquilles Saint-Jacques']>>
<<set $listOfFoodPossibleToAddCondiments = ['Tea', 'Coffee', 'Magret de Canard', 'Ratatouille ', 'Stew', 'Salade']>>
<<set $listOfFoodPossibleToAddCondimentsGuarana = ['Tea', 'Coffee', 'Magret de Canard', 'Ratatouille ', 'Stew', 'Salade']>>
<<set $listOfFoodPossibleToAddCondimentsSyrup = ['Tea', 'Coffee', 'Magret de Canard', 'Ratatouille ', 'Stew', 'Salade']>>
<<set $listOfFoodPossibleToAddCondimentsSpices = ['Tea', 'Coffee', 'Ratatouille ']>>
<<set $listOfFoodPossibleToAddCondimentsLemon = ['Tea', 'Coffee', 'Magret de Canard']>>
// Initialisation
<<set $kitchenSupperFood = "">>
<<set $hasHomework to "none">>
//Achievements
<<set $Achievements = {
bartender: {
unlocked: false,
label: 'Become a waitress at the strip club.'
},
waitress: {
unlocked: false,
label: 'Become a restaurant waitress.'
},
brothel: {
unlocked: false,
label: "Become the brothel's best receptacle."
},
whore: {
unlocked: false,
label: 'Walk the streets'
},
petplay: {
unlocked: false,
label: 'Submit to your brother.'
},
camgirl: {
unlocked: false,
label: 'Become a successful camgirl.'
},
family: {
unlocked: false,
label: 'Have a treesome with your parents.'
},
cumrag: {
unlocked: false,
label: 'Be used while drunk.'
},
gloryhole: {
unlocked: false,
label: 'Discover the gloryhole.'
},
exhib: {
unlocked: false,
label: 'Be used while drunk.'
},
intellectmin: {
unlocked: false,
label: 'Reach intellect level 0.'
},
intellectmax: {
unlocked: false,
label: 'Reach intellect level 100.'
},
fitnessmax: {
unlocked: false,
label: 'Reach fitness level 100.'
},
watersport: {
unlocked: false,
label: 'Try watersports.'
},
schoolslut: {
unlocked: false,
label: "Fuck the school's principal."
},
mistress: {
unlocked: false,
label: "Submit to Alexandra."
},
office: {
unlocked: false,
label: "Officially become the Office Whore."
},
corruption: {
unlocked: false,
label: "Reach maximal corruption."
},
sexslave: {
unlocked: false,
label: "Being freed from your sexual slavery."
},
spa: {
unlocked: false,
label: "Become an expert masseuse."
},
reduction: {
unlocked: false,
label: "Get fucked for a discount in the mall."
},
breast: {
unlocked: false,
label: "Getting Surgery for the Biggest Breasts Possible."
},
attractiveness: {
unlocked: false,
label: "Reach a high attractiveness level."
},
outfit: {
unlocked: false,
label: "Buy at least 80% of the clothes, lingerie and shoes available."
},
gangbang: {
unlocked: false,
label: "Participate in a Gang Bang."
},
disease: {
unlocked: false,
label: "Get fucked by the sexual health doctor."
},
}>><<script>>
window.GirlCharacter = function (config) {
this.gender = variables().GENDER_FEMALE;
this.genitals = variables().GENITALS_FEMALE;
this.weight = variables().DEFAULT_WEIGHT;
this.height = variables().DEFAULT_HEIGHT;
Object.keys(config).forEach(function (pn) {
this[pn] = clone(config[pn]);
}, this);
};
GirlCharacter.prototype = Object.create(BasicCharacter.prototype);
GirlCharacter.prototype.constructor = BasicCharacter;
GirlCharacter.prototype.clone = function () {
return new BasicCharacter(this);
};
GirlCharacter.prototype.toJSON = function () {
var ownData = {};
Object.keys(this).forEach(function (pn) {
ownData[pn] = clone(this[pn]);
}, this);
return Serial.createReviver(
'new BasicCharacter($ReviveData$)', ownData
);
};
<</script>>
<<script>>
window.ManCharacter = function (config) {
this.gender = variables().GENDER_MALE;
this.genitals = variables().GENITALS_MALE;
this.weight = variables().DEFAULT_WEIGHT + 10;
this.height = variables().DEFAULT_HEIGHT + 5;
Object.keys(config).forEach(function (pn) {
this[pn] = clone(config[pn]);
}, this);
};
ManCharacter.prototype = Object.create(BasicCharacter.prototype);
ManCharacter.prototype.constructor = BasicCharacter;
ManCharacter.prototype.clone = function () {
return new BasicCharacter(this);
};
ManCharacter.prototype.toJSON = function () {
var ownData = {};
Object.keys(this).forEach(function (pn) {
ownData[pn] = clone(this[pn]);
}, this);
return Serial.createReviver(
'new BasicCharacter($ReviveData$)', ownData
);
};
<</script>>
<<set $mainChar to new GirlCharacter({
firstName: 'Anna',
lastName: 'Doe',
age: 18,
energy: 100,
arousal: 50,
corruption: 0,
maxCorruption: 150,
maxRelationship: 80,
intoxication: 0,
money: 200,
cleanliness: 100,
cooking: 10,
fitness: 50,
fitnessBoost: 0,
intellect: 50,
intellectBoost: 0,
attractiveness: 10,
camgirl: {
subscribers: 0,
streamNumber: 0,
totalEarnings: 0,
},
school: {
reputation: 0,
detentionSubject: '',
absences: 0,
detention: 0,
Math: {
lastDayVisited: 0,
score: undefined,
testNumber:0
},
Science: {
lastDayVisited: 0,
score: undefined,
testNumber:0
},
History: {
lastDayVisited: 0,
score: undefined,
testNumber:0
},
PE: {
lastDayVisited: 0,
score: undefined,
testNumber:0
},
},
work: {
currentWorkName: '',
costume: '',
barmaid: {
experience: 0,
},
waitress: {
experience: 0,
},
brothel: {
experience: 0,
},
secretary: {
experience: 0,
},
spa: {
experience: 0,
},
},
dimension: {
culture: 0,
obedience: 0,
},
lastDayBreakfast: 0,
lastDayDinner: 0,
lastDaySupper: 0,
menstruation: {
day: 1,
isProtected: false,
},
foodBoost: {
corruption: 0,
fitness: 0,
attractiveness: 0,
},
appearance: {
isCombed: true,
makeup: 'Basics',
teethBrushed: true,
image: '',
head: {
image: '',
hair: {
color: 'ginger',
length: 'chest',
style: 'straight',
modification: '',
lastHaircut: 0,
},
eyes: {
color: 'brown',
},
},
chest: {
size: 'b',
image: '',
},
body: {
image: '',
}
},
look: {
clothes: {
head: {
name: '',
image: ''
},
torso: {
name: 'White Tee-shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/White Tee-shirtc.png'),
description: 'Soft cotton white tee-shirt with a relaxed fit, perfect for everyday comfort and effortless style.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 40,
type: 'torso',
sport: 'true',
hue: '65',
saturation: '100',
brightness: '100',
},
stomach: {
name: '',
image: ''
},
hands: {
name: '',
image: ''
},
legs: {
name: 'Jeans',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Jeans.png'),
description: 'A classic and comfortable jeans for a timeless and casual style.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 50,
type: 'legs',
hue: '280',
saturation: '30',
brightness: '150',
},
calves: {
name: 'Ankle Socks',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Ankle Socks.png'),
description: 'Short, snug-fitting socks that reach just above the ankle bone to offer a discreet look.',
allure: 0,
obscenity: 0,
smartness: 0,
price: 10,
type: 'calves',
sport: 'true',
hue: '0',
saturation: '0',
brightness: '195',
},
feet: {
name: 'Trainers',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Trainers.png'),
description: 'Comfortable and versatile sneakers designed for everyday wear, blending casual style with all-day support.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 70,
type: 'feet',
sport: 'true',
hue: '80',
saturation: '170',
brightness: '100',
}
},
lingerie: {
chest: {
name: 'Basic Bra',
image: String.format($urlPath + '/PaperDoll/Lingerie/Chest/Basic Brab.png'),
description: 'Classic bra with soft cups and adjustable straps for everyday support and style.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 30,
type: 'chest',
hue: '50',
saturation: '20',
brightness: '170',
},
groin: {
name: 'Basic Panties',
image: String.format($urlPath + '/PaperDoll/Lingerie/Groin/Basic Panties.png'),
description: 'Classic panties with a comfortable fit and soft, breathable fabric for everyday wear.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 30,
type: 'chest',
hue: '50',
saturation: '20',
brightness: '170',
}
},
accessories: {
hair: {
name: '',
image: ''
},
eyes: {
name: '',
image: ''
},
neck: {
name: '',
image: ''
},
wrists: {
name: '',
image: ''
},
fingers: {
name: '',
image: ''
},
vagina: {
name: '',
image: ''
},
anus: {
name: '',
image: ''
},
},
piercings: {
earlobes: {
name: '',
image: ''
},
nipples: {
name: '',
image: ''
},
clitoris: {
name: '',
image: ''
},
},
tattoos: {
abdomen: {
name: '',
},
leftAnkle: {
name: '',
},
rightAnkle: {
name: '',
},
leftArm: {
name: '',
},
rightArm: {
name: '',
},
leftThigh: {
name: '',
},
rightThigh: {
name: '',
},
},
},
eroticLook: {
intimateHaircut: 'shaved',
lastShave: 0,
},
items: {
razors: 3,
wet_wipes: 20,
makeup_kit: 10,
cheapCondoms: 5,
},
sexStats: {
virgin: true,
masturbated: 0,
bj: 0,
vaginal: 0,
vaginalCapacity: 1,
anal: 0,
analCapacity: 1,
raped: 0
},
pregnancy: {
isPregnant: false,
day: 0,
isOnPills: false,
knowsAboutPregnancy: false,
},
haveCum: {
face: 0,
inass: 0,
onass: 0,
inpussy: 0,
onpussy: 0,
body: 0
}
}); >>
<<script>>
variables().mainChar.getAllure = function(category) {
let allure = 0;
for (const key in this.look[category]) {
if (this.look[category][key].allure !== undefined) {
allure += this.look[category][key].allure;
}
}
return allure;
};
variables().mainChar.haveManyCumPlaces = function() {
const haveManyCum = Object.keys(this.haveCum).map(objKey => {
return this.haveCum[objKey] > 0;
}).filter(place => place).length;
return haveManyCum > 1;
};
variables().mainChar.haveOneCumPlace = function() {
const cumPlaces = Object.keys(this.haveCum);
let cumPlace = '';
for (let place of cumPlaces) {
if (this.haveCum[place] > 0) {
cumPlace = place;
break;
}
}
return cumPlace;
};
variables().mainChar.cleanCum = function() {
this.haveCum = {
face: 0,
inass: 0,
onass: 0,
inpussy: 0,
onpussy: 0,
body: 0
};
};
variables().mainChar.cleanCumFace = function() {
this.haveCum.face = 0;
};
variables().mainChar.cleanCumLegs = function() {
this.haveCum.inass = 0;
this.haveCum.onass = 0;
this.haveCum.inpussy = 0;
this.haveCum.onpussy = 0;
};
<</script>> <<script>>
Setting.addHeader("Game settings");
Setting.addToggle("isBarsPreferred", {
label: "Player's stats displaying as bars",
default: false,
});
Setting.addToggle("EnableSlavers", {
label: "Enable slavers' random event",
default: true,
});
<</script>>
<<set $selectedcolor to $mainChar.appearance.head.hair.color>>
<<set $selectedstyle to $mainChar.appearance.head.hair.style>>
<<set $selectedlength to $mainChar.appearance.head.hair.length>>
<<set $selectedeye to $mainChar.appearance.head.eyes.color>>
Hair: color -
<<listbox "$selectedcolor" autoselect>>
<<optionsfrom $hairOptions>>
<</listbox>>
|
style -
<<listbox "$selectedstyle" autoselect>>
<<optionsfrom $hairStyles>>
<</listbox>>
|
length -
<<listbox "$selectedlength" autoselect>>
<<optionsfrom $hairLengths>>
<</listbox>>
<br><br>
Eyes: color -
<<listbox "$selectedeye" autoselect>>
<<optionsfrom $eyeColors>>
<</listbox>><br><br>
<<link "Apply changes and go back">>
<<set $mainChar.appearance.head.eyes.color to $selectedeye>>
<<set $mainChar.appearance.head.hair.length to $selectedlength>>
<<set $mainChar.appearance.head.hair.style to $selectedstyle>>
<<set $mainChar.appearance.head.hair.hue to Number($selectedhue)>>
<<set $mainChar.appearance.head.hair.brightness to Number($selectedbrightness)>>
<<set $mainChar.appearance.head.hair.saturation to Number($selectedsaturation)>>
<<goto "Create the character">>
<</link>>
<<done>>
<<script>>
$('#listbox-selectedcolor, #listbox-selectedstyle, #listbox-selectedlength').on('change', function () {
var selectedlength = State.variables.selectedlength;
var selectedcolor = State.variables.selectedcolor;
var selectedstyle = State.variables.selectedstyle;
var urlPath = State.variables.urlPath;
if (selectedcolor === 'ginger') {
var hueValue = 0;
var saturationValue = 100;
var brightnessValue = 100;}
else if (selectedcolor === 'brunette'){
var hueValue = -30;
var saturationValue = 70;
var brightnessValue = 50;}
else if (selectedcolor === 'blonde'){
var hueValue = 10;
var saturationValue = 35;
var brightnessValue = 160;}
State.variables.selectedhue = hueValue;
State.variables.selectedsaturation = saturationValue;
State.variables.selectedbrightness = brightnessValue;
State.variables.mainChar.appearance.head.hair.color = selectedcolor;
var imageUrl = String.format(urlPath + '/PaperDoll/MainBody/Hair/' + selectedlength + '/' + selectedstyle + '.png');
$('#DollHair').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + hueValue + 'deg) saturate(' + saturationValue + '%) brightness(' + brightnessValue + '%);">');
});
$('#listbox-selectedeye').on('change', function () {
var selectedeye = State.variables.selectedeye;
var urlPath = State.variables.urlPath;
var imageUrl = String.format(urlPath + '/PaperDoll/MainBody/Eyes/' + selectedeye + 'Eyes.png');
$('#DollEyes').html('<img src="' + imageUrl + '" alt="Doll eye">');
});
<</script>>
<</done>>
@@.default-image-wrapper;
<<if $mainChar.look.clothes.torso.name === ''
&& $mainChar.look.lingerie.chest.name === ''
&& $mainChar.look.lingerie.groin.name == ''>>
[img[String.format($urlPath + '/bedroom/home_bed/naked.jpg')]]
<<elseif $mainChar.look.clothes.torso.name === ''
&& $mainChar.look.lingerie.chest.name === ''
&& $mainChar.look.lingerie.groin.name !== ''>>
[img[String.format($urlPath + '/bedroom/home_bed/topless.jpg')]]
<<elseif $mainChar.look.clothes.torso.name === ''
&& $mainChar.look.lingerie.chest.name !== ''
&& $mainChar.look.lingerie.groin.name === ''>>
[img[String.format($urlPath + '/bedroom/home_bed/in_bra_only.jpg')]]
<<elseif $mainChar.look.clothes.torso.name === ''
&& $mainChar.look.lingerie.chest.name !== ''
&& $mainChar.look.lingerie.groin.name !== ''>>
[img[String.format($urlPath + '/bedroom/home_bed/lingerie.jpg')]]
<<elseif $mainChar.look.clothes.torso.name !== ''>>
[img[String.format($urlPath + '/bedroom/home_bed/clothed.jpg')]]<<endif>>@@
<br>
You lay on your bed. <br>
<br>
<<set _napHourList to [1,2,3,4]>>
<<set _napMinuteList to [0,5,10,15,20,25,30,35,40,45,50,55]>>
<<set _willDream to random(3)>>
<<link "Sleep">>
<<set $mainChar.lastBedTime to $hour+$minute/60>>
<<if _willDream == 0 && $mainChar.corruption >= 5>>
<<goto "Dreams">>
<<else>>
<<goto "Sleep">>
<<endif>>
<</link>>
<br>
[[Have a nap]] for
<<listbox "$napHour" autoselect>>
<<optionsfrom _napHourList>>
<</listbox>> hours and
<<listbox "$napMinute" autoselect>>
<<optionsfrom _napMinuteList>>
<</listbox>> minutes
<br>
<br>
[[Get up->Bedroom]]<<link 'Check your look'>>
<<toggleclass "#character-info" "hidden">>
<</link>>
@@#character-info.hidden;
<br>
<br>
<<if $mainChar.appearance.head.hair.color !== ''>>
You don't wear any makeup. <br>
You have slightly tanned, delicate, pleasant-to-the-touch skin. <br>
<<if $mainChar.appearance.head.hair.length === 'short'>>
You have $mainChar.appearance.head.hair.color $mainChar.appearance.head.hair.style short hair. It is a pretty popular hairstyle nowadays. You do not need to spend much time on it. Besides, whatever the weather, you look great!
<<elseif $mainChar.appearance.head.hair.length === 'shoulders'>>
You have $mainChar.appearance.head.hair.color $mainChar.appearance.head.hair.style shoulder-length hair that quite suits you. Sometimes your hair falls in front of your face and obstructs the view.
<<elseif $mainChar.appearance.head.hair.length === 'chest'>>
You have $mainChar.appearance.head.hair.color $mainChar.appearance.head.hair.style chest-length hair. This is one of the most popular hairstyles amongst girls of your age. This longer hairstyle is more difficult to care for but worth the effort.
<<elseif $mainChar.appearance.head.hair.length === 'long'>>
<<= $mainChar.appearance.head.hair.color.toUpperFirst() >> $mainChar.appearance.head.hair.style long hair adorns your head. It falls well past your chest, attracting the attention of others. But beware, this length of hair is hell to tend to.
<<endif>>
<<endif>>
<br>
You have normal, pretty attractive lips. They look good!
<br>
<<switch $mainChar.appearance.makeup>>
<<case 'None'>>
Your face is bare and unadorned, with visible blemishes and imperfections that reveal your natural, unfiltered beauty.
<<case "Basics">>
You wear a light layer of foundation and concealer, expertly blended to hide any blemishes, giving your skin a smooth and even appearance.
<<case 'Subtle'>>
Your makeup is understated yet elegant, with a soft glow that enhances your natural features without overpowering them.
<<case "Cute">>
Your makeup is playful and youthful, with rosy cheeks, a touch of gloss on your lips, and a hint of shimmer on her eyelids, creating an adorable and innocent look.
<<case 'Regular'>>
You sports a balanced and polished look, with well-defined eyes, a touch of blush, and a neutral lip color, suitable for any occasion.
<<case "Heavy">>
Your face is caked with layers of foundation, dramatic eye makeup, and bold lipstick, creating a striking and intense appearance that demands attention.
<<case "Goth">>
Your makeup is dark and moody, with smoky eyes, deep purple and black-ish lipstick, and pale foundation, embodying a mysterious and edgy aesthetic.
<<case 'Flashy'>>
Your makeup is over-the-top and provocative, with thick, winged eyeliner, heavy contouring, glittering eyeshadow, and bright red lipstick, designed to turn heads and exude sex appeal.
<<case 'Ruined'>>
Your once-immaculate makeup is now a smeared and streaky mess, a clear sign of the intense and rough treatment your face has endured.
<</switch>>
<br>
<<if $mainChar.sexStats.bj === 0>>
You have an innocent [[mouth->Character mouth]]
<<elseif $mainChar.sexStats.bj >= 1 && $mainChar.sexStats.bj < 10>>
Your [[mouth->Character mouth]] is inexperienced, but it looks cute and adds excitement. You're not sure how to use your tongue and have problems controlling your teeth. You focus too much on your technique to pay attention to your partner. Your throat is very sensitive and resists "foreign objects".
<<elseif $mainChar.sexStats.bj >= 10 && $mainChar.sexStats.bj < 25>>
Your [[mouth->Character mouth]] already has some experience. You can even use your tongue to lick and add more stimulation. Sometimes you look into the eyes of your partner. Your throat sensitivity is lower than average and you can sometimes even take a whole dick in your mouth.
<<elseif $mainChar.sexStats.bj >= 25 && $mainChar.sexStats.bj < 40>>
You have a pretty well trained [[mouth->Character mouth]]. Your tongue is much more skillfull, meaning you can lick entire shafts and really stimulate pussies. You can confidently maintain eye contact whilst still giving satisfaction to your parnter. Your throat gives almost no complaints and you can take much more dick than most.
<<elseif $mainChar.sexStats.bj >= 40 && $mainChar.sexStats.bj < 70>>
You have a professionally trained [[mouth->Character mouth]] that has had a lot of experience! Your tongue confidently turns a cock, skillfully processing its head and professionally working on the barrel. You also remember that you need to pay attention to the testicles. During eye contact, you smile and laugh with your eyes, adding excitement to your partner. Your mouth is almost insensitive and even a big cock can penetrate your throat for a few seconds. You also have a lot of salivation, which helps you a lot. Girls go crazy with your mouth! You are able to expertly serve pussies and bring your partner to several orgasms.
<<elseif $mainChar.sexStats.bj >= 70>>
Even experienced porn actresses should praise your [[mouth->Character mouth]]! Your tongue applies perfect pressure and knows where to concentrate. In fact, you can bring your partner to orgasm only with your tongue, without even using your whole mouth! Confidence and vulgarity mixes in your gaze, which forces the partner to submit to your experience and completely relax, concentrating on pleasure. The sensitivity of your throat is completely gone and now you can serve any dick. You can also take a while cock in your mouth right down to the base. As soon as you start having fun with a woman, the only thing she can do is press your head to her pussy and hold it with all her strength, because no one wants to stop the pleasure that you can bring.
<<endif>>
<br>
<<if $mainChar.sexStats.vaginal === 0>>
Your $mainChar.eroticLook.intimateHaircut [[pussy->Character pussy]] still has hymen
<<elseif $mainChar.sexStats.vaginal >= 1 && $mainChar.sexStats.vaginal < 20>>
You have an inexperienced tight $mainChar.eroticLook.intimateHaircut [[pussy->Character pussy]] between your legs
<<elseif $mainChar.sexStats.vaginal >= 20 && $mainChar.sexStats.vaginal < 45>>
Your $mainChar.eroticLook.intimateHaircut [[pussy->Character pussy]] is already comfortable with dicks and looks pretty used.
<<elseif $mainChar.sexStats.vaginal >= 45 && $mainChar.sexStats.vaginal < 70>>
Your experienced $mainChar.eroticLook.intimateHaircut [[pussy->Character pussy]] is quite stretched and most members can enter without problems.
<<elseif $mainChar.sexStats.vaginal >= 70>>
Your poor $mainChar.eroticLook.intimateHaircut [[hole->Character pussy]] has seen a lot. It is very stretched, but elastic and can take in more than just human cocks...
<<endif>>
<br>
<<if $mainChar.sexStats.anal === 0>>
You have a chaste [[anal->Character anal]].
<<elseif $mainChar.sexStats.anal >= 1 && $mainChar.sexStats.anal < 20>>
You have a tight [[anal->Character anal]] that can take small dicks.
<<elseif $mainChar.sexStats.anal >= 20 && $mainChar.sexStats.anal < 50>>
Your [[anal->Character anal]] is sufficiently developed and you are happy to serve most members.
<<elseif $mainChar.sexStats.anal >= 50>>
Your [[anal->Character anal]] gapes more than most. Small dicks no longer give you pleasure, in fact, you almost don't feel them anymore.
<<endif>>
<br>
<<set _cupSizeName = $mainChar.appearance.chest.size.toUpperFirst() + '-cup' >>
Your breasts are EU [[_cupSizeName->Character chest]]
<<set $mainChar.appearance.chest.image = String.format($urlPath + '/appearance/chest/cups/' + $mainChar.appearance.chest.size.toLowerCase() + '/image.jpg')>>
@@<<if $mainChar.sexStats.bj === 0>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/mouth/chaste.jpg')]]
@@
<<elseif $mainChar.sexStats.bj >= 1 && $mainChar.sexStats.bj < 10>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/mouth/inexperienced.jpg')]]
@@
<<elseif $mainChar.sexStats.bj >= 10 && $mainChar.sexStats.bj < 25>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/mouth/somewhat_experienced.jpg')]]
@@
<<elseif $mainChar.sexStats.bj >= 25 && $mainChar.sexStats.bj < 40>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/mouth/experienced.jpg')]]
@@
<<elseif $mainChar.sexStats.bj >= 40 && $mainChar.sexStats.bj < 70>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/mouth/deepthroat.jpg')]]
@@
<<elseif $mainChar.sexStats.bj >= 70>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/mouth/pro.jpg')]]
@@
<<endif>>
<<back "Back">><<if $mainChar.sexStats.vaginal === 0>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/appearance/pussy/virgin/" + random(1, 3) + ".jpg")]]
@@
<<elseif $mainChar.sexStats.vaginal >= 1 && $mainChar.sexStats.vaginal < 20>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/pussy/small/{0}.jpg', random(1, 3))]]
@@
<<elseif $mainChar.sexStats.vaginal >= 20 && $mainChar.sexStats.vaginal < 45>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/pussy/medium/{0}.jpg', random(1, 3))]]
@@
<<elseif $mainChar.sexStats.vaginal >= 45 && $mainChar.sexStats.vaginal < 70>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/pussy/large/{0}.jpg', random(1, 3))]]
@@
<<elseif $mainChar.sexStats.vaginal >= 70>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/pussy/hole/{0}.jpg', random(1, 3))]]
@@
<<endif>>
<<back "Back">><<if $mainChar.sexStats.anal === 0>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/anal/virgin/' + random(1, 3) + '.jpg')]]
@@
<<elseif $mainChar.sexStats.anal >= 1 && $mainChar.sexStats.anal < 20>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/anal/small/' + random(1, 3) + '.jpg')]]
@@
<<elseif $mainChar.sexStats.anal >= 20 && $mainChar.sexStats.anal < 50>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/anal/developed/' + random(1, 3) + '.jpg')]]
@@
<<elseif $mainChar.sexStats.anal >= 50>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/anal/hole/' + random(2) + '.jpg')]]
@@
<<endif>>
<<back "Back">>[img[String.format($mainChar.appearance.chest.image)]]
<<back "Back">><<if $brother.activity is "Sleeping">>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/room_sleep.jpg")]] @@
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/room_"+ $timeOfDay+".jpg")]] @@
<</if>><br>
<<ScheduleBrother>> <<ScheduleMom>> <<ScheduleDad>>
<br>
Though your room is slightly bigger, your brother's is plenty big enough. The space is well lit with three large windows, only partially blocked by white blinds. <br>
In the center of the room against the wall there is a large double bed, over which a lamp hangs. Around the bed are many shelves. <br>
To the left of the bed is a chest of drawers on which a small globe of the Earth stands. Just next to the drawers, set into the wall, is your brother's wardrobe.
<br><br>
<<if $brother.relationship >=80 and $mainChar.corruption >=80 and $brother.currentLocation is "Brother's room">>
<<if $brother.hasLeash is false and $wardrobe.available.includes('Leash')>>
Your brother is here. You think it's time to [[offer him your leash.->Pet Play]]<br>
<<elseif $mainChar.HasPetPlayed != $daycount and $mainChar.energy>=20>>
While he's there, you should ask him if he's willing to [[walk you.->Pet Play]]<br>
<<if $timeOfDay is "Day" and $mainChar.energy>=20>>
You could also ask him to [[walk you outside.->Outdoor Pet Play]]<br>
<</if>>
<</if>><</if>>
<<if ($dayCount > 1 + $mainChar.did_cleaning_brother or $mainChar.did_cleaning_brother is undefined) and ($hour >= 9 and $hour <= 23) and $mainChar.energy>=20>>
The bedroom is in a messy state... [[do a bit of cleaning.->Brother room cleaning]]<br><br>
<</if>>
[[Living room->Living room]]<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you explore your wardrobe, you're on the hunt for the perfect headwear to complete your ensemble. With each consideration, you edge closer to perfecting your look, adding a touch of personal style to your attire for the day.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.head>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.head[_itemTitle].name === $mainChar.look.clothes.head.name>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.head[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.head = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesHead'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesHead'>>
[img[String.format($urlPath + '/PaperDoll/Clothes/Head/' + $dollHeadClothes + '.png')]]
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.head[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.head = $wardrobe.clothes.head[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesHead'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Head/${$wardrobe.clothes.head[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.head[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.head[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.head[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesHead'>>
[img[String.format($urlPath + '/PaperDoll/Clothes/Head/' + $dollHeadClothes +'.png')]]
<</replace>>
<</mouseover>>
<<endif>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.head[_itemTitle].description >>
</td>
</tr>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]
<<script>>
window.Wardrobe = function (config) {
this.clothes = {};
this.accessories = {};
this.lingerie = {};
this.piercings = {};
this.available = [];
Object.keys(config).forEach(function (pn) {
this[pn] = clone(config[pn]);
}, this);
};
Wardrobe.prototype.clone = function () {
return new Wardrobe(this);
};
Wardrobe.prototype.toJSON = function () {
var ownData = {};
Object.keys(this).forEach(function (pn) {
ownData[pn] = clone(this[pn]);
}, this);
return Serial.createReviver('new Wardrobe($ReviveData$)', ownData);
};
Wardrobe.prototype.addItem = function(itemType, item) {
if (! item.hasOwnProperty('name')) {
alert('"name" property must be provided!');
return;
}
let baseName = item.name;
let index = 0;
let newName = baseName;
while (this.clothes[itemType].hasOwnProperty(newName)) {
newName = baseName + index;
index++;
}
if (index == 0){
this.clothes[itemType][baseName] = item;
this.available.push(newName);
} else {
item.name = item.name + index;
this.clothes[itemType][newName] = item;
this.available.push(newName);
}
};
Wardrobe.prototype.addAccessory = function(itemType, item) {
if (! item.hasOwnProperty('name')) {
alert('"name" property must be provided!');
return;
}
let baseName = item.name;
let index = 0;
let newName = baseName;
while (this.accessories[itemType].hasOwnProperty(newName)) {
newName = baseName + index;
index++;
}
if (index == 0){
this.accessories[itemType][baseName] = item;
this.available.push(newName);
} else {
item.name = item.name + index;
this.accessories[itemType][newName] = item;
this.available.push(newName);
}
};
Wardrobe.prototype.addLingerie = function(itemType, item) {
if (! item.hasOwnProperty('name')) {
alert('"name" property must be provided!');
return;
}
let baseName = item.name;
let index = 0;
let newName = baseName;
while (this.lingerie[itemType].hasOwnProperty(newName)) {
newName = baseName + index;
index++;
}
if (index == 0){
this.lingerie[itemType][baseName] = item;
this.available.push(newName);
} else {
item.name = item.name + index;
this.lingerie[itemType][newName] = item;
this.available.push(newName);
}
};
Wardrobe.prototype.addPiercing = function(itemType, item) {
if (! item.hasOwnProperty('name')) {
alert('"name" property must be provided!');
return;
}
let baseName = item.name;
let index = 0;
let newName = baseName;
while (this.piercings[itemType].hasOwnProperty(newName)) {
newName = baseName + index;
index++;
}
if (index == 0){
this.piercings[itemType][baseName] = item;
this.available.push(newName);
} else {
item.name = item.name + index;
this.piercings[itemType][newName] = item;
this.available.push(newName);
}
};
<</script>>
<<set $wardrobe to new Wardrobe({
clothes: {
head: {},
torso: {},
stomach: {},
hands: {},
legs: {},
calves: {},
feet: {},
},
accessories: {
hair: {},
eyes: {},
neck: {},
wrists: {},
fingers: {},
vagina: {},
anus: {},
},
lingerie: {
chest: {},
groin: {},
},
piercings: {
earlobes: {},
nipples: {},
clitoris: {}
}
})>>
<<run $wardrobe.addItem('torso', {
name: 'School Uniform',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/School Uniformc.png'),
description: 'Classic school uniform top featuring a crisp collar and structured fit for a clean, polished look.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 75,
type: 'torso',
hue: '300',
saturation: '100',
brightness: '70',
})>>
<<run $wardrobe.addItem('torso', {
name: 'White Tee-shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/White Tee-shirtc.png'),
description: 'Soft cotton white tee-shirt with a relaxed fit, perfect for everyday comfort and effortless style.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 40,
type: 'torso',
sport: 'true',
hue: '65',
saturation: '100',
brightness: '100',
})>>
<<run $wardrobe.addItem('legs', {
name: 'Jeans',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Jeans.png'),
description: 'A classic and comfortable jeans for a timeless and casual style.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 50,
type: 'legs',
hue: '280',
saturation: '30',
brightness: '150',
})>>
<<run $wardrobe.addItem('legs', {
name: 'School skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/School skirt.png'),
description: 'A classic school skirt with a flattering fit and versatile design.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 50,
type: 'legs',
hue: '300',
saturation: '100',
brightness: '70',
})>>
<<run $wardrobe.addItem('feet', {
name: 'Trainers',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Trainers.png'),
description: 'Comfortable and versatile sneakers designed for everyday wear, blending casual style with all-day support.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 70,
type: 'feet',
sport: 'true',
hue: '80',
saturation: '170',
brightness: '100',
})>>
<<run $wardrobe.addItem('feet', {
name: 'Mary Jane Flats',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Mary Jane Flats.png'),
description: 'Classic round-toe shoes with a single strap across the instep —simple, innocent, and timeless with just a hint of charm.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 40,
type: 'feet',
hue: '0',
saturation: '0',
brightness: '60',
})>>
<<run $wardrobe.addLingerie('chest', {
name: 'Basic Bra',
image: String.format($urlPath + '/PaperDoll/Lingerie/Chest/Basic Brac.png'),
description: 'Classic bra with soft cups and adjustable straps for everyday support and style.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 30,
type: 'chest',
hue: '50',
saturation: '20',
brightness: '170',
})>>
<<run $wardrobe.addLingerie('groin', {
name: 'Basic Panties',
image: String.format($urlPath + '/PaperDoll/Lingerie/Groin/Basic Panties.png'),
description: 'Classic panties with a comfortable fit and soft, breathable fabric for everyday wear.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 30,
type: 'groin',
hue: '50',
saturation: '20',
brightness: '170',
})>><<set $Mall to {
clothes_top: {
bowblouse: {
name: 'Bow Blouse',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Bow Blousec.png'),
description: 'A sleek satin top with long sleeves and a deep V-neckline, cinched at the waist with a wide ribbon bow for an elegant, feminine silhouette.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 40,
type: 'torso',
hue: '170',
saturation: '45',
brightness: '130',
},
colorfulcroptop: {
name: 'Colorful Crop-Top',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Colorful Crop-Topc.png'),
description: 'Stylish and trendy crop top that bares your midriff fashionably',
allure: 5,
obscenity: 3,
smartness: 0,
price: 40,
type: 'torso',
hue: '255',
saturation: '110',
brightness: '125',
},
croptop: {
name: 'White Crop-Top',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/White Crop-Topc.png'),
description: 'Stylish and trendy crop top that bares your midriff fashionably',
allure: 5,
obscenity: 3,
smartness: 0,
price: 40,
type: 'torso',
},
crossshirt: {
name: 'Cross shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Cross shirtc.png'),
description: 'A sensually styled shirt with a captivating cross neckline, creating a bold and eye-catching design.',
allure: 5,
obscenity: 5,
smartness: 0,
price: 55,
type: 'torso',
},
drapeshirt: {
name: 'Drape Shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Drape Shirtc.png'),
description: 'A stylish asymmetrical top that drapes elegantly over one shoulder to highlight the silhouette with a touch of modern flair. ',
allure: 10,
obscenity: 5,
smartness: 0,
price: 60,
type: 'torso',
hue: '90',
saturation: '80',
brightness: '120',
},
eveningDress: {
name: 'Evening dress',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Evening dressc.png'),
description: 'Elegant evening dress for a sophisticated and formal occasion',
allure: 15,
obscenity: 10,
smartness: 0,
price: 150,
type: 'torso',
hue: '160',
saturation: '65',
brightness: '155',
},
neoncroptop: {
name: 'Neon Croptop',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Neon Croptopc.png'),
description: 'An eye-catching vibrantly colored crop-top that hugs your figure.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 50,
type: 'torso',
sport: 'true',
hue: '20',
saturation: '200',
brightness: '100',
},
officeSuit: {
name: 'Office Suit',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Office Suitc.png'),
description: 'A professional and polished office suit for a sophisticated look',
allure: 10,
obscenity: 0,
smartness: 0,
price: 120,
type: 'torso',
office: 'true',
hue: '0',
saturation: '0',
brightness: '100',
},
peplumTop: {
name: 'Peplum Top',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Peplum Topc.png'),
description: 'A stylish peplum top with a fitted waist and a flared, ruffled hem for an elegant and feminine silhouette.',
allure: 7,
obscenity: 0,
smartness: 0,
price: 75,
type: 'torso',
hue: '125',
saturation: '40',
brightness: '150',
},
schooluniform: {
name: 'School Uniform',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/School Uniformc.png'),
description: 'Classic school uniform top featuring a crisp collar and structured fit for a clean, polished look.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 75,
type: 'torso',
hue: '300',
saturation: '100',
brightness: '70',
},
shirt: {
name: 'Shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Shirtc.png'),
description: 'A classic button-up top with a collar and sleeves, versatile for both formal and casual wear.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 60,
type: 'torso',
office: 'true',
hue: '65',
saturation: '125',
brightness: '90',
},
tanktop: {
name: 'Tank Top',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Tank Topc.png'),
description: 'A sleeveless, form-fitting top that hugs the torso, offering a casual yet subtly revealing look.',
allure: 8,
obscenity: 0,
smartness: 0,
price: 40,
type: 'torso',
hue: '90',
saturation: '80',
brightness: '120',
},
teeshirt: {
name: 'Tee-shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Tee-shirtc.png'),
description: 'Soft cotton tee-shirt with a relaxed fit, perfect for everyday comfort and effortless style.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 40,
type: 'torso',
sport: 'true',
hue: '90',
saturation: '80',
brightness: '120',
},
whiteteeshirt: {
name: 'White Tee-shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/White Tee-shirtc.png'),
description: 'Soft cotton white tee-shirt with a relaxed fit, perfect for everyday comfort and effortless style.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 40,
type: 'torso',
sport: 'true',
hue: '65',
saturation: '100',
brightness: '100',
},
},
clothes_bottom: {
denimshorts: {
name: 'Denim Shorts',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Denim shorts.png'),
description: 'A stylish and versatile denim shorts for a chic and comfortable look',
allure: 10,
obscenity: 5,
smartness: 0,
price: 40,
type: 'legs',
hue: '280',
saturation: '30',
brightness: '90',
},
jeans: {
name: 'Jeans',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Jeans.png'),
description: 'A classic and comfortable jeans for a timeless and casual style.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 50,
type: 'legs',
hue: '280',
saturation: '30',
brightness: '150',
},
neonSkirt: {
name: 'Neon skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Neon skirt.png'),
description: 'Cool and sexy',
allure: 10,
obscenity: 10,
smartness: 0,
price: 90,
type: 'legs',
sport: 'true',
hue: '20',
saturation: '200',
brightness: '100',
},
SchoolSkirt: {
name: 'School skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/School skirt.png'),
description: 'A classic school skirt with a flattering fit and versatile design.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 50,
type: 'legs',
hue: '300',
saturation: '100',
brightness: '70',
},
ShortSchoolSkirt: {
name: 'Short school skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Short school skirt.png'),
description: 'A trandy short skirt designed to show off the legs.',
allure: 15,
obscenity: 15,
smartness: 0,
price: 100,
type: 'legs',
hue: '300',
saturation: '100',
brightness: '70',
},
ShortpencilSkirt: {
name: 'Short pencil skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Short pencil skirt.png'),
description: 'A flirty and modern short pencil skirt that combines elegance with a playful edge.',
allure: 20,
obscenity: 5,
smartness: 0,
price: 60,
type: 'legs',
office: 'true',
hue: '0',
saturation: '0',
brightness: '50',
},
PencilSkirt: {
name: 'Long pencil skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Long pencil skirt.png'),
description: 'A sleek and sophisticated pencil skirt that exudes professionalism and style.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 50,
type: 'legs',
office: 'true',
hue: '60',
saturation: '200',
brightness: '70',
},
rippedjeans: {
name: 'Ripped Jeans',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Ripped Jeans.png'),
description: 'Trendy and casually distressed ripped jeans for a fashionable edge',
allure: 10,
obscenity: 10,
smartness: 0,
price: 70,
type: 'legs',
hue: '170',
saturation: '45',
brightness: '70',
},
RuffleSkirt: {
name: 'Ruffle Skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Ruffle Skirt.png'),
description: 'A flowing ruffle skirt with an asymmetrical hem, adding a touch of elegance and movement to your look.',
allure: 12,
obscenity: 12,
smartness: 0,
price: 80,
type: 'legs',
office: 'true',
hue: '225',
saturation: '35',
brightness: '150',
},
strippedflarepants: {
name: 'Stripped Flare Trousers',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Stripped Flare Trousers.png'),
description: 'A stylish striped flare pants with a retro-inspired silhouette.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 60,
type: 'legs',
hue: '210',
saturation: '70',
brightness: '120',
},
wrapskirt: {
name: 'Wrap Skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Wrap Skirt.png'),
description: 'A chic wrap-style skirt with diagonal bandage strips for a sleek, edgy silhouette.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 60,
type: 'legs',
office: 'true',
hue: '110',
saturation: '110',
brightness: '150',
},
},
sport_swim: {
bikini: {
name: 'Bikini',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Bikinic.png'),
description: 'Classic bikini for a timeless beach look',
allure: 25,
obscenity: 5,
smartness: 0,
price: 100,
type: 'torso',
swim: 'true',
hue: '280',
saturation: '125',
brightness: '140',
},
LewdBikini: {
name: 'Lewd Bikini',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Lewd Bikinic.png'),
description: 'A provocative and revealing bikini designed to turn heads and ignite desire.',
allure: 40,
obscenity: 30,
smartness: 0,
price: 160,
type: 'torso',
swim: 'true',
hue: '160',
saturation: '200',
brightness: '135',
},
Microbikini: {
name: 'Micro Bikini',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Micro Bikinic.png'),
description: "A micro bikini designed to showcase the wearer's body and leaving very little to the imagination.",
allure: 50,
obscenity: 40,
smartness: 0,
price: 160,
type: 'torso',
swim: 'true',
},
swimsuit: {
name: 'Swimsuit',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Swimsuitc.png'),
description: 'A vibrant and playful swimsuit for making a splash with style.',
allure: 15,
obscenity: 0,
smartness: 0,
price: 70,
type: 'torso',
swim: 'true',
hue: '55',
saturation: '150',
brightness: '105',
},
},
sport_sports: {
balletLeotard: {
name: 'Ballet leotard',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Ballet leotardc.png'),
description: 'A graceful ballet leotard with an attached tutu, perfect for performances and practice. Should be worn with ballet tights and slippers.',
allure: 5,
obscenity: 5,
smartness: 0,
price: 80,
type: 'torso',
hue: '0',
saturation: '30',
brightness: '170',
},
croppedhoodie: {
name: 'Cropped Hoodie',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Cropped Hoodiec.png'),
description: 'A trendy cropped hoodie with long sleeves, combining casual comfort with a playful, modern edge.',
allure: 10,
obscenity: 25,
smartness: 0,
price: 85,
type: 'torso',
sport: 'true',
hue: '105',
saturation: '160',
brightness: '120',
},
leggings: {
name: 'Leggings',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Leggings.png'),
description: 'Sleek and versatile leggings, perfect for a classic and functional workout look.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 40,
sport: 'true',
type: 'legs',
hue: '0',
saturation: '60',
brightness: '40',
},
meshsportsbra: {
name: 'Mesh sports bra',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Mesh Sports brac.png'),
description: 'A breathable, form-fitting sports bra featuring mesh panels for enhanced ventilation and a sleek, athletic look.',
allure: 10,
obscenity: 25,
smartness: 0,
price: 60,
type: 'torso',
sport: 'true',
hue: '340',
saturation: '160',
brightness: '150',
},
workoutbra: {
name: 'Workout bra',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Workout brac.png'),
description: 'A supportive and breathable bra that hugs you in all the right places. Designed for movement, comfort, and style—whether you\'re at the gym or on the go.',
allure: 10,
obscenity: 25,
smartness: 0,
price: 50,
type: 'torso',
sport: 'true',
hue: '70',
saturation: '140',
brightness: '90',
},
workoutjacket: {
name: 'Workout jacket',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Workout jacketc.png'),
description: 'Aunctional jacket for a comfortable and active session',
allure: -10,
obscenity: 0,
smartness: 0,
price: 90,
type: 'torso',
sport: 'true',
hue: '225',
saturation: '140',
brightness: '100',
},
workoutshorts: {
name: 'Workout shorts',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Workout shorts.png'),
description: 'A snug workout shorts designed to hug your curves and keep you cool while turning heads—perfect for intense sessions or casual athleisure looks.',
allure: 15,
obscenity: 20,
smartness: 0,
price: 50,
type: 'legs',
sport: 'true',
hue: '130',
saturation: '120',
brightness: '100',
},
workoutmicroshorts: {
name: 'Workout micro-shorts',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Workout Micro-shorts.png'),
description: 'As working out might not be your only goal, these barely-there workout micro-shorts cling to every curve, turning heads whether you\'re stretching or just strutting.',
allure: 20,
obscenity: 30,
smartness: 0,
price: 75,
type: 'legs',
sport: 'true',
hue: '0',
saturation: '150',
brightness: '125',
},
},
stockings: {
balletTights: {
name: 'Ballet tights',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Ballet tights.png'),
description: 'Stretchy and durable ballet tights that provide comfort and support for every movement.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 35,
type: 'calves',
hue: '0',
saturation: '30',
brightness: '170',
},
fishnetStockings: {
name: 'Fishnet stockings',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Fishnet stockings.png'),
description: 'A pair of alluring fishnet stockings that hug your legs in a teasing mesh pattern, adding a bold, seductive edge to any outfit.',
allure: 20,
obscenity: 30,
smartness: 0,
price: 70,
type: 'calves',
office: 'true',
hue: '85',
saturation: '40',
brightness: '90',
},
anklesocks: {
name: 'Ankle Socks',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Ankle Socks.png'),
description: 'Short, snug-fitting socks that reach just above the ankle bone to offer a discreet look.',
allure: 0,
obscenity: 0,
smartness: 0,
price: 10,
type: 'calves',
sport: 'true',
hue: '0',
saturation: '0',
brightness: '195',
},
calvessocks: {
name: 'Mid-Calf Socks',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Mid-Calf Socks.png'),
description: 'A pair of classic mid-calf socks, soft and snug, perfect for everyday wear.',
allure: 0,
obscenity: 0,
smartness: 0,
price: 10,
type: 'calves',
sport: 'true',
hue: '0',
saturation: '0',
brightness: '195',
},
kneesocks: {
name: 'Knee-high Socks',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Knee-high Socks.png'),
description: 'Soft, stretchy knee-high socks that reach just below the knee, adding a touch of warmth and style to any outfit.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 20,
type: 'calves',
sport: 'true',
hue: '0',
saturation: '0',
brightness: '200',
},
neonsocks: {
name: 'Neon Knee-high Socks',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Neon Knee-high Socks.png'),
description: 'An eye-catching knee-high socks in vibrant neon tones, adding a playful pop of color that electrifies any outfit.',
allure: 8,
obscenity: 5,
smartness: 0,
price: 70,
type: 'calves',
hue: '20',
saturation: '200',
brightness: '100',
},
trimmedsocks: {
name: 'Trimmed Knee-high Socks',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Trimmed Knee-high Socks.png'),
description: 'Classic white knee-high socks featuring a colored trim just below the knee, adding a subtle yet stylish pop to a timeless look.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 20,
type: 'calves',
sport: 'true',
},
stockings: {
name: 'Stockings',
image: String.format($urlPath + '/PaperDoll/Clothes/Calves/Stockings.png'),
description: "Sheer and sultry, these stockings hug your legs with a delicate, silky touch, adding a hint of allure to any outfit.",
allure: 10,
obscenity: 15,
smartness: 0,
price: 50,
type: 'calves',
office: 'true',
hue: '0',
saturation: '0',
brightness: '50',
},
fishnetsleeves: {
name: 'Fishnet Sleeves',
image: String.format($urlPath + '/PaperDoll/Clothes/Hands/Fishnet Sleeves.png'),
description: 'An eEdgy and breathable fishnet sleeves that add a bold, stylish twist to your look with their open mesh design.',
allure: 10,
obscenity: 20,
smartness: 0,
price: 80,
type: 'hands',
hue: '0',
saturation: '0',
brightness: '40',
},
nylonsleeves: {
name: 'Nylon Sleeves',
image: String.format($urlPath + '/PaperDoll/Clothes/Hands/Nylon Sleeves.png'),
description: 'Nylon sleeves providing a smooth, silky texture that is both comfortable and stylish, perfect for adding a touch of sophistication to any look.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 50,
type: 'hands',
hue: '0',
saturation: '0',
brightness: '80',
},
opaquesleeves: {
name: 'Opaque Sleeves',
image: String.format($urlPath + '/PaperDoll/Clothes/Hands/Opaque Sleeves.png'),
description: 'Sleeves made of opaque fabric to offer a classic and modest look that is both comfortable and versatile.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 50,
type: 'hands',
},
},
shoes_flats: {
balletSlippers: {
name: 'Ballet slippers',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Ballet slippers.png'),
description: 'Lightweight and flexible ballet slippers designed for grace and precision on the dance floor.',
allure: 0,
obscenity: 0,
smartness: 0,
price: 80,
type: 'feet',
hue: '0',
saturation: '30',
brightness: '170',
},
flats: {
name: 'Flats',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Flats.png'),
description: 'Simple and elegant slip-on shoes with a flat sole, offering comfort and a touch of charm for everyday wear.',
allure: 7,
obscenity: 0,
smartness: 0,
price: 60,
type: 'feet',
office: 'true',
},
flipFlops: {
name: 'Flip flops',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Flip flops.png'),
description: 'Lightweight, open-toe sandals with a simple thong strap, perfect for warm weather and casual strolls.',
allure: 0,
obscenity: 0,
smartness: 0,
price: 60,
type: 'feet',
hue: '225',
saturation: '130',
brightness: '100',
},
leatherboots: {
name: 'Leather Boots',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Leather Boots.png'),
description: 'Sleek leather boots that rise to mid-calf or higher, combining durability and style for a bold, confident look.',
allure: 15,
obscenity: 0,
smartness: 0,
price: 120,
type: 'feet',
hue: '80',
saturation: '30',
brightness: '60',
},
LowTops: {
name: 'Low Tops',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Low Tops.png'),
description: 'Soft low-top canvas shoes with a classic, laid-back vibe.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 80,
type: 'feet',
hue: '145',
saturation: '100',
brightness: '100',
},
neonBoots: {
name: 'Neon boots',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Neon boots.png'),
description: 'Bold and eye-catching neon boots that light up any look with their vibrant color and confident flair.',
allure: 0,
obscenity: 0,
smartness: 0,
price: 150,
type: 'feet',
hue: '20',
saturation: '200',
brightness: '100',
},
maryjaneflats: {
name: 'Mary Jane Flats',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Mary Jane Flats.png'),
description: 'Classic round-toe shoes with a single strap across the instep —simple, innocent, and timeless with just a hint of charm.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 40,
type: 'feet',
hue: '0',
saturation: '0',
brightness: '60',
},
runningShoes: {
name: 'Running Shoes',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Running Shoes.png'),
description: 'Lightweight and cushioned running shoes designed for comfort, support, and performance.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 120,
type: 'feet',
sport: 'true',
},
blackrunningShoes: {
name: 'Black Running Shoes',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Black Running Shoes.png'),
description: 'Lightweight and cushioned running shoes designed for comfort, support, and performance.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 150,
type: 'feet',
sport: 'true',
hue: '255',
saturation: '100',
brightness: '100',
},
sandals: {
name: 'Sandals',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Sandals.png'),
description: 'The perfect shoes for completing a summer look with a playful and trendy flair.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 80,
type: 'feet',
hue: '120',
saturation: '130',
brightness: '70',
},
slippers: {
name: 'Slippers',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Slippers.png'),
description: 'Cozy and lightweight slippers that hug your feet in comfort, perfect for relaxing around the house.',
allure: -10,
obscenity: 0,
smartness: 0,
price: 30,
type: 'feet',
hue: '35',
saturation: '70',
brightness: '150',
},
sneakers: {
name: 'Sneakers',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Sneakers.png'),
description: 'Casual and stylish pink canvas sneakers with a classic low-top design and rubber sole.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 110,
type: 'feet',
sport: 'true',
hue: '80',
saturation: '100',
brightness: '100',
},
trainers: {
name: 'Trainers',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Trainers.png'),
description: 'Comfortable and versatile sneakers designed for everyday wear, blending casual style with all-day support.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 70,
type: 'feet',
sport: 'true',
hue: '80',
saturation: '170',
brightness: '100',
},
},
shoes_heels: {
ankleboots: {
name: 'Ankle Boots',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Ankle Boots.png'),
description: 'Sleek and stylish ankle boots featuring a sturdy heel.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 95,
type: 'feet',
hue: '100',
saturation: '0',
brightness: '70',
},
laceupPumps: {
name: 'Lace-up Pumps',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Lace-up Pumps.png'),
description: 'Elegant platform pumps adorned with crisscrossing ankle ribbons, merging bold height with delicate charm. Perfect for a look that’s both seductive and refined.',
allure: 15,
obscenity: 5,
smartness: 0,
price: 140,
type: 'feet',
office: 'true',
hue: '90',
saturation: '40',
brightness: '180',
},
highHeels: {
name: 'Platform Pumps',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Platform Pumps.png'),
description: 'A pair of sleek, confidence-boosting platform pumps with sky-high heels that elongate your legs and add a sultry edge to your walk.',
allure: 15,
obscenity: 5,
smartness: 0,
price: 120,
type: 'feet',
office: 'true',
hue: '20',
saturation: '80',
brightness: '120',
},
stripperHeels: {
name: 'Pole Dance High Heels',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Pole Dance High Heels.png'),
description: 'Sky-high, glossy stripper heels that elongate your legss, begging to be admired as you command the stage.',
allure: 25,
obscenity: 40,
smartness: 0,
price: 120,
type: 'feet',
},
thighboot: {
name: 'Stiletto Thigh Boots',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Stiletto Thigh Boots.png'),
description: 'A bold and striking pair of thigh-high heeled boots that extend well above the knee, hugging the legs for a sleek, elongated silhouette.',
allure: 15,
obscenity: 15,
smartness: 0,
price: 170,
type: 'feet',
office: 'true',
hue: '235',
saturation: '100',
brightness: '105',
},
WedgeSandals: {
name: 'Wedge Sandals',
image: String.format($urlPath + '/PaperDoll/Clothes/Feet/Wedge Sandals.png'),
description: 'Stylish wedge sandals with crisscross straps, offering both height and comfort',
allure: 15,
obscenity: 10,
smartness: 0,
price: 130,
type: 'feet',
office: 'true',
hue: '100',
saturation: '80',
brightness: '120',
},
},
jewellery: {
choker: {
name: 'Choker',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Choker.png'),
description: 'A sleek and stylish black choker that adds a bold, elegant edge to any outfit.',
allure: 20,
obscenity: 10,
smartness: 0,
price: 40,
type: 'neck',
hue: '310',
saturation: '175',
brightness: '135',
},
DropEarrings: {
name: 'Drop Earrings',
image: String.format($urlPath + '/PaperDoll/Piercings/Earlobes/Drop Earrings.png'),
description: 'Elegant drop earrings featuring a delicate design with shimmering accents, perfect for adding a touch of sophistication to any outfit.',
allure: 15,
obscenity: 0,
smartness: 0,
price: 160,
type: 'earlobes',
use: 'single',
hue: '260',
saturation: '160',
brightness: '160',
},
DropNecklace: {
name: 'Drop Necklace',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Drop Necklace.png'),
description: 'A delicate drop pendant adds a touch of elegance to any outfit, perfect for both casual days and evening occasions.',
price: 150,
allure: 10,
obscenity: 0,
smartness: 0,
type: 'neck',
use: 'single',
hue: '225',
saturation: '175',
brightness: '135',
},
flatNecklace: {
name: 'Flat Necklace',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Flat Necklace.png'),
description: 'A sleek, disc-shaped necklace that rests smoothly around the base of the neck, sitting just above the collarbones.',
price: 150,
allure: 10,
obscenity: 0,
smartness: 0,
type: 'neck',
use: 'single',
hue: '225',
saturation: '175',
brightness: '135',
},
glasses: {
name: 'Glasses',
image: String.format($urlPath + '/PaperDoll/Accessories/Eyes/Glasses.png'),
description: 'Smart looking glasses.',
price: 40,
allure: 5,
obscenity: 0,
smartness: 0,
type: 'eyes',
use: 'single',
},
hoop: {
name: 'Hoop Earrings',
image: String.format($urlPath + '/PaperDoll/Piercings/Earlobes/Hoop Earrings.png'),
description: 'Chic hoops blending classic charm with modern flair for a stylish statement.',
allure: 10,
obscenity: 0,
smartness: 0,
price: 120,
type: 'earlobes',
use: 'single',
hue: '100',
saturation: '160',
brightness: '160',
},
PearlEarrings: {
name: 'Pearl Earrings',
image: String.format($urlPath + '/PaperDoll/Piercings/Earlobes/Pearl Earrings.png'),
description: 'Classic pearl studs that offer a touch of refined sophistication for every occasion.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 70,
type: 'earlobes',
use: 'single',
hue: '225',
saturation: '0',
brightness: '200',
},
PearlNecklace: {
name: 'Pearl Necklace',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Pearl Necklace.png'),
description: 'A timeless strand of lustrous pearls that adds elegance and grace to any outfit.',
price: 100,
allure: 5,
obscenity: 0,
smartness: 0,
type: 'neck',
use: 'single',
hue: '0',
saturation: '0',
brightness: '200',
},
casualWatch: {
name: 'Casual Watch',
image: String.format($urlPath + '/PaperDoll/Accessories/Wrists/Casual Watch.png'),
description: 'Versatile and understated, this casual watch fits seamlessly into your daily routine with comfort and style.',
price: 95,
allure: 7,
obscenity: 0,
smartness: 0,
type: 'wrists',
use: 'single',
hue: '310',
saturation: '175',
brightness: '135',
},
metalWatch: {
name: 'Metal Watch',
image: String.format($urlPath + '/PaperDoll/Accessories/Wrists/Metal Watch.png'),
description: 'Crafted with a sleek metal body, this timepiece offers both elegance and resilience for a polished, timeless look.',
price: 230,
allure: 15,
obscenity: 0,
smartness: 0,
type: 'wrists',
use: 'single',
hue: '100',
saturation: '90',
brightness: '160',
},
plasticWatch: {
name: 'Plastic Watch',
image: String.format($urlPath + '/PaperDoll/Accessories/Wrists/Plastic Watch.png'),
description: 'Lightweight and durable, this plastic watch is perfect for active lifestyles and everyday use.',
price: 45,
allure: 3,
obscenity: 0,
smartness: 0,
type: 'wrists',
use: 'single',
hue: '130',
saturation: '50',
brightness: '120',
},
},
lingerie: {
basicBra: {
name: 'Basic Bra',
image: String.format($urlPath + '/PaperDoll/Lingerie/Chest/Basic Brac.png'),
description: 'Classic bra with soft cups and adjustable straps for everyday support and style.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 30,
type: 'chest',
hue: '50',
saturation: '20',
brightness: '170',
},
basicPanties: {
name: 'Basic Panties',
image: String.format($urlPath + '/PaperDoll/Lingerie/Groin/Basic Panties.png'),
description: 'Classic panties with a comfortable fit and soft, breathable fabric for everyday wear.',
allure: 2,
obscenity: 0,
smartness: 0,
price: 30,
type: 'groin',
hue: '50',
saturation: '20',
brightness: '170',
},
cuplessBra: {
name: 'Cupless Bra',
image: String.format($urlPath + '/PaperDoll/Lingerie/Chest/Cupless Brac.png'),
description: 'Barely there and bold, this open-cup bra teases with total exposure while framing your curves in the most seductive way.',
price: 150,
type: 'chest',
allure: 15,
obscenity: 40,
smartness: 0,
hue: '100',
saturation: '0',
brightness: '60',
},
crotchless_panties: {
name: 'Crotchless panties',
image: String.format($urlPath + '/PaperDoll/Lingerie/Groin/Crotchless panties.png'),
description: 'Sexy crotchless panties with a daring open design, crafted for confidence and irresistible allure.',
price: 150,
type: 'groin',
allure: 15,
obscenity: 40,
smartness: 0,
hue: '100',
saturation: '0',
brightness: '60',
},
kittyBra: {
name: 'Kitty Bra',
image: String.format($urlPath + '/PaperDoll/Lingerie/Chest/Kitty Brac.png'),
description: 'Absolutely purr-fect, this adorable kitty bra teases with a sweet little cat-head cutout right between the cups',
allure: 5,
obscenity: 5,
smartness: 0,
price: 80,
type: 'chest',
hue: '230',
saturation: '50',
brightness: '120',
},
kittyPanties: {
name: 'Kitty Panties',
image: String.format($urlPath + '/PaperDoll/Lingerie/Groin/Kitty Panties.png'),
description: 'These playful kitty panties are just too cute to handle.',
allure: 5,
obscenity: 5,
smartness: 0,
price: 90,
type: 'groin',
hue: '230',
saturation: '50',
brightness: '120',
},
laceBra: {
name: 'Lace Bra',
image: String.format($urlPath + '/PaperDoll/Lingerie/Chest/Lace Brac.png'),
description: 'Elegant lace bra with delicate floral patterns and a comfortable underwire for a touch of everyday luxury.',
price: 110,
type: 'chest',
allure: 10,
obscenity: 15,
smartness: 0,
hue: '50',
saturation: '200',
brightness: '90',
},
lacePanties: {
name: 'Lace panties',
image: String.format($urlPath + '/PaperDoll/Lingerie/Groin/Lace panties.png'),
description: 'Soft lace panties featuring intricate detailing and a flattering fit for a feminine feel.',
price: 120,
type: 'groin',
allure: 10,
obscenity: 15,
smartness: 0,
hue: '50',
saturation: '200',
brightness: '90',
},
stripedBra: {
name: 'Striped Bra',
image: String.format($urlPath + '/PaperDoll/Lingerie/Chest/Striped Brac.png'),
description: 'Classic striped bra with soft cups and adjustable straps for everyday support and style.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 50,
type: 'chest',
hue: '300',
saturation: '50',
brightness: '120',
},
stripedPanties: {
name: 'Striped Panties',
image: String.format($urlPath + '/PaperDoll/Lingerie/Groin/Striped Panties.png'),
description: 'Classic striped panties with a comfortable fit and soft, breathable fabric for everyday wear.',
allure: 5,
obscenity: 0,
smartness: 0,
price: 40,
type: 'groin',
hue: '300',
saturation: '50',
brightness: '120',
},
straplessBra: {
name: 'Strapless Bra',
image: String.format($urlPath + '/PaperDoll/Lingerie/Chest/Strapless Brac.png'),
description: 'A sleek, supportive bra designed to stay in place without the need for straps — perfect for off-shoulder looks and confident silhouettes.',
allure: 8,
obscenity: 0,
smartness: 0,
price: 65,
type: 'chest',
hue: '65',
saturation: '50',
brightness: '150',
},
thong: {
name: 'Thong',
image: String.format($urlPath + '/PaperDoll/Lingerie/Groin/Thong.png'),
description: 'Sexy low-rise thong with a sleek silhouette and delicate lace detailing for a bold, confident look.',
price: 90,
type: 'groin',
allure: 10,
obscenity: 25,
smartness: 0,
hue: '100',
saturation: '110',
brightness: '160',
},
},
daring: {
daringofficeBlazer: {
name: 'Daring Office Blazer',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Daring Office Blazerc.png'),
description: 'A bold ensemble pairing a sharply tailored, open-front blazer with a snug crop top underneath.',
allure: 25,
obscenity: 15,
smartness: 0,
price: 180,
type: 'torso',
office: 'true',
hue: '265',
saturation: '45',
brightness: '90',
},
officeBlazerButtoned: {
name: 'Office Blazer (Buttoned)',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Office Blazer (Buttoned)c.png'),
description: 'A provocative and revealing office blazer designed to be worn directly over undergarments (or not...), showcasing a daring and seductive style.',
allure: 25,
obscenity: 30,
smartness: 0,
price: 180,
type: 'torso',
office: 'true',
hue: '105',
saturation: '10',
brightness: '170',
},
officeBlazerUnbuttoned: {
name: 'Office Blazer (Unbuttoned)',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Office Blazer (Unbuttoned)c.png'),
description: 'A provocative and revealing office blazer designed to be worn directly over undergarments (or not...), showcasing a daring and seductive style.',
allure: 35,
obscenity: 40,
smartness: 0,
price: 180,
type: 'torso',
office: 'true',
hue: '130',
saturation: '50',
brightness: '90',
},
plungingDress: {
cutoutDress: {
name: 'Cut-out Dress',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Cut-out Dressc.png'),
description: 'An short, provocative dress with a daring front slit exposing the midriff and cleavage for a bold, seductive look.',
allure: 35,
obscenity: 35,
smartness: 0,
price: 230,
type: 'torso',
hue: '55',
saturation: '110',
brightness: '160',
},
name: 'Plunging Neckline Dress',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Plunging Neckline Dressc.png'),
description: 'A sleek, form-fitting dress featuring a deep neckline that accentuates the bust and adds a bold, elegant allure.',
allure: 25,
obscenity: 20,
smartness: 0,
price: 120,
type: 'torso',
hue: '215',
saturation: '200',
brightness: '50',
},
poleDanceBra: {
name: 'Pole Dance Bra',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Pole Dance Brac.png'),
description: 'A form-fitting crop top designed for flexibility and support.',
allure: 35,
obscenity: 25,
smartness: 0,
price: 110,
type: 'torso',
},
poleDanceShorts: {
name: 'Pole Dance Shorts',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Pole Dance Shorts.png'),
description: 'high-waisted, tight-fitting shorts ideal for movement and grip.',
allure: 25,
obscenity: 25,
smartness: 0,
price: 120,
type: 'legs',
},
lewdPencilSkirt: {
name: 'Lewd pencil skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Lewd Pencil Skirt.png'),
description: 'Made from a soft, but firm fabric. More revealing than it should be',
allure: 25,
obscenity: 30,
smartness: 0,
price: 150,
type: 'legs',
office: 'true',
hue: '130',
saturation: '50',
brightness: '90',
},
croppedshirt: {
name: 'Cropped Shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Cropped Shirtc.png'),
description: 'A short-cut shirt that ends above the waist, perfect for layering or warm weather.',
allure: 15,
obscenity: 15,
smartness: 0,
price: 70,
type: 'torso',
office: 'true',
hue: '70',
saturation: '15',
brightness: '185',
},
tiedShirt: {
name: 'Tied Shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Tied shirtc.png'),
description: 'A casual shirt rolled up and knotted just below the bust, leaving the midriff bare and emphasizing the chest.',
allure: 30,
obscenity: 25,
smartness: 0,
price: 70,
type: 'torso',
office: 'true',
hue: '70',
saturation: '15',
brightness: '185',
},
TransparentShirt: {
name: 'Transparent Shirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Transparent Shirtc.png'),
description: 'A provocative transparent shirt designed to offer a glimpse of what lies beneath.',
allure: 30,
obscenity: 30,
smartness: 0,
price: 120,
type: 'torso',
office: 'true',
hue: '0',
saturation: '0',
brightness: '70',
},
daringSchoolUniform: {
name: 'Daring school uniform',
image: String.format($urlPath + '/PaperDoll/Clothes/Torso/Daring School Uniformc.png'),
description: 'A provocative twist on the classic look that is designed to tease and tempt.',
allure: 25,
obscenity: 30,
smartness: 0,
price: 160,
type: 'torso',
hue: '300',
saturation: '100',
brightness: '70',
},
lewdSchoolSkirt: {
name: 'Lewd school skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Lewd School Skirt.png'),
description: 'A provocative and alluring lewd pencil skirt that accentuates curves and exudes confidence.',
allure: 40,
obscenity: 30,
smartness: 0,
price: 110,
type: 'legs',
hue: '300',
saturation: '100',
brightness: '70',
},
leatherMiniSkirt: {
name: 'Leather mini skirt',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Leather Mini Skirt.png'),
description: 'It is a formal skirt, but a very short one',
allure: 25,
obscenity: 40,
smartness: 0,
price: 110,
type: 'legs',
hue: '130',
saturation: '0',
brightness: '60',
},
shortshorts: {
name: 'Short Shorts',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Short Shorts.png'),
description: 'Tight and snug, these very-short shorts hug the hips and leave most of the thighs exposed — a bold and flirty look that’s impossible to ignore.',
allure: 15,
obscenity: 20,
smartness: 0,
price: 60,
type: 'legs',
hue: '275',
saturation: '100',
brightness: '75',
},
miniShorts: {
name: 'Mini shorts',
image: String.format($urlPath + '/PaperDoll/Clothes/Legs/Mini shorts.png'),
description: 'Barely-there fabric clinging low on the waist, these scandalously tiny shorts reveal more than they cover — toeing the line between daring fashion and unapologetic exhibitionism.',
allure: 25,
obscenity: 30,
smartness: 0,
price: 80,
type: 'legs',
hue: '240',
saturation: '95',
brightness: '80',
},
},
techItems: {
laptop: {
name: 'Laptop',
image: String.format($urlPath + '/personal_items/Laptop.jpg'),
description: 'A musthave for teenagers!',
price: 800,
},
cheapwebcam: {
name: 'Cheap Webcam',
image: String.format($urlPath + '/personal_items/Cheap webcam.jpg'),
description: 'To chat with your friends and family! And not only... (Requires Laptop)',
price: 100,
},
Qualitywebcam: {
name: 'High Quality Webcam',
image: String.format($urlPath + '/personal_items/Top webcam.jpg'),
description: 'Webcam designed for streaming purpose (Requires Laptop)',
price: 500,
},
streamingsetup: {
name: 'Streaming setup',
image: String.format($urlPath + '/personal_items/Streaming setup.jpg'),
description: 'Elevate your streaming experience with this all-inclusive streaming setup. (Requires Laptop)',
price: 900,
},
Taser: {
name: 'Self-defense taser',
image: String.format($urlPath + '/personal_items/Taser.jpg'),
description: 'Provides protection against the dangers of the city (Requires recharges)',
price: 200,
},
TaserRecharges: {
name: 'Taser recharges',
image: String.format($urlPath + '/personal_items/TaserRecharge.jpg'),
description: 'Electric recharge to use with a taser.',
price: 50,
use: 'many',
count: 1,
},
},
cosmetics: {
makeup_kit: {
name: 'Makeup kit',
image: String.format($urlPath + '/personal_items/cosmetics.jpg'),
description: 'A set of cosmetics for women who want to look stunning and eye-catching!',
count: 10,
price: 100,
use: 'many',
},
perfume: {
name: 'Perfum',
image: String.format($urlPath + '/personal_items/Perfum.jpg'),
description: 'Increase your attractiveness and cleanliness',
count: 1,
price: 100,
use: 'many',
},
razors: {
name: 'Razors',
image: String.format($urlPath + '/personal_items/razors.jpg'),
description: 'Cuts your bush',
count: 20,
price: 200,
use: 'many',
},
wet_wipes: {
name: 'Wet wipes',
image: String.format($urlPath + '/personal_items/wetwipes.jpg'),
description: 'Helps to clean cum stains',
count: 20,
price: 100,
use: 'many',
},
},
pharmacy: {
energyPill: {
name: 'Energy Pills',
image: String.format($urlPath + '/personal_items/Pills.jpg'),
description: 'A tablet of energy pills to give a boost',
count: 10,
price: 50,
use: 'many',
},
concentrationPill: {
name: 'Concentration Pills',
image: String.format($urlPath + '/personal_items/Pills.jpg'),
description: 'A tablet of pills to help with concentration. Increase your ability to learn.',
count: 10,
price: 75,
use: 'many',
},
fitnessPill: {
name: 'Fitness Pills',
image: String.format($urlPath + '/personal_items/Pills.jpg'),
description: 'A tablet of pills to accelerate your progress in fitness.',
count: 10,
price: 75,
use: 'many',
},
cheapCondoms: {
name: 'Budget condoms',
image: String.format($urlPath + '/personal_items/Condoms.jpg'),
description: 'A low-budget pack of condoms. Cheap, but not 100% safe.',
count: 10,
price: 10,
use: 'many',
},
premiumCondoms: {
name: 'Elite Plus condoms',
image: String.format($urlPath + '/personal_items/Elite Condoms.jpg'),
description: 'A pack of premium condoms. Expensive, but the safest protection available.',
count: 10,
price: 30,
use: 'many',
},
},
} >><<widget "ClothesItemInTheMarket">>
<!-- $args[0] - market clothes item object -->
<!-- $args[1] - market clothes item title -->
<<if $args[0].type is 'torso' and $args[0].swim != 'true'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$args[0].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'torso' and $args[0].swim is 'true'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$args[0].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<replace '#DollClothesLegs'>>
<</replace>>
<<replace '#DollLingerieChest'>>
<</replace>>
<<replace '#DollLingerieGroin'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeChestLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'legs'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$args[0].name}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+$mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'feet'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$args[0].name}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'groin'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$args[0].name}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<replace '#DollClothesLegs'>>
<</replace>>
<<onmouseout>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'chest'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$args[0].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<replace '#DollClothesTorso'>>
<</replace>>
<<onmouseout>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'calves'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$args[0].name}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<replace '#DollClothesLegs'>>
<</replace>>
<<replace '#DollClothesFeet'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'hands'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollClothesHands'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Hands/${$args[0].name}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesHands'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Hands/${$dollHandsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.hands.hue +'deg) saturate('+ $mainChar.look.clothes.hands.saturation + '%) brightness('+ $mainChar.look.clothes.hands.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'earlobes'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollPiercingsEarlobes'>>
<img @src="`${$urlPath}/PaperDoll/Piercings/Earlobes/${$args[0].name}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollPiercingsEarlobes'>>
<img @src="`${$urlPath}/PaperDoll/Piercings/Earlobes/${$dollEarlobesPiercings}.png`" @style="'filter: hue-rotate('+ $mainChar.look.piercings.earlobes.hue +'deg) saturate('+ $mainChar.look.piercings.earlobes.saturation + '%) brightness('+ $mainChar.look.piercings.earlobes.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'neck'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$args[0].name}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$dollNeckAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.neck.hue +'deg) saturate('+ $mainChar.look.accessories.neck.saturation + '%) brightness('+ $mainChar.look.accessories.neck.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<elseif $args[0].type is 'wrists'>>
<<mouseover>>
* <<link $args[0].name "Mall Fitting Room">>
<<set $tempClothesItem to $args[0]>>
<</link>> for $
<<onhover>>
<<replace '#DollAccessoriesWrists'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$args[0].name}.png`" @style="'filter: hue-rotate('+ $args[0].hue +'deg) saturate('+ $args[0].saturation + '%) brightness('+ $args[0].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesWrists'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$dollWristsAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.wrists.hue +'deg) saturate('+ $mainChar.look.accessories.wrists.saturation + '%) brightness('+ $mainChar.look.accessories.wrists.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</if>>
<<if settings.lessPrices == true>>
<<if $wereClothesShopPricesReduced != true>>
<<set $args[0].price /= 2>>
<<endif>>
<<else>>
<<if $wereClothesShopPricesReduced == true>>
<<set $args[0].price *= 2>>
<<endif>>
<<endif>>
<<=$args[0].price>>
<<if $wardrobe.available.includes($args[0].name) and $mainChar.money >= $args[0].price /2>>
- You already own this, but you can buy another one.
<<elseif $wardrobe.available.includes($args[0].name)>>
- You already own this.
<<else>>
<<if $mainChar.money < $args[0].price>>
- You don't have enough money.
<<else>>
<<if $mainChar.corruption < $args[0].obscenity>>
- This looks too lewd for you!
<<else>>
<<if $mainChar.intellect < $args[0].smartness>>
- This looks too smart for you!
<<endif>>
<<endif>>
<<endif>>
<<endif>>
<br>
<</widget>><<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you peruse your collection of neck accessories, your search for the perfect piece begins. Among the necklaces, scarves, and other adornments, an array of options awaits your choice. <br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.accessories.neck>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.accessories.neck[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.accessories.neck.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.accessories.neck[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.accessories.neck = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollAccessoriesNeck'>>
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$dollNeckAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.neck.hue +'deg) saturate('+ $mainChar.look.accessories.neck.saturation + '%) brightness('+ $mainChar.look.accessories.neck.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.accessories.neck[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.accessories.neck = $wardrobe.accessories.neck[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$wardrobe.accessories.neck[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.accessories.neck[_itemTitle].hue +'deg) saturate('+ $wardrobe.accessories.neck[_itemTitle].saturation + '%) brightness('+ $wardrobe.accessories.neck[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesNeck'>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$dollNeckAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.neck.hue +'deg) saturate('+ $mainChar.look.accessories.neck.saturation + '%) brightness('+ $mainChar.look.accessories.neck.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.accessories.neck>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.accessories.neck = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$wardrobe.accessories.neck[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$dollNeckAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.neck.hue +'deg) saturate('+ $mainChar.look.accessories.neck.saturation + '%) brightness('+ $mainChar.look.accessories.neck.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.accessories.neck[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]
<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you delve into your lingerie drawer, your quest for the ideal bra begins. Amongst the delicate fabrics and various styles, an array of choices awaits your selection. Your fingers glide over the options, contemplating whether to choose a comfortable everyday bra or opt for something a bit more alluring.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.lingerie.chest>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.lingerie.chest[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.lingerie.chest.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.lingerie.chest[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.lingerie.chest = $emptyItem >>
<</link>>
<<onhover>>
<<replace #DollLingerieChest>>
[img[String.format($urlPath + '/PaperDoll/MainBody/Chest/' + $mainChar.appearance.chest.size + '.png')]]
<</replace>>
<<onmouseout>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.lingerie.chest[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.lingerie.chest = $wardrobe.lingerie.chest[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$wardrobe.lingerie.chest[_itemTitle].name}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $wardrobe.lingerie.chest[_itemTitle].hue +'deg) saturate('+ $wardrobe.lingerie.chest[_itemTitle].saturation + '%) brightness('+ $wardrobe.lingerie.chest[_itemTitle].brightness+ '%);'">
<</replace>>
<<replace '#DollClothesTorso'>><</replace>>
<<onmouseout>>
<<if $mainChar.look.lingerie.chest.name != ''>>
<<replace #DollLingerieChest>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<else>>
<<replace #DollLingerieChest>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${$mainChar.appearance.chest.size}.png`"> <</replace>>
<</if>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</if>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.lingerie.chest>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.lingerie.chest = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$wardrobe.lingerie.chest[_itemTitle].name}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<replace '#DollClothesTorso'>><</replace>>
<<onmouseout>>
<<if $mainChar.look.lingerie.chest.name != ''>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<else>>
<<replace #DollLingerieChest>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<</if>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</if>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.lingerie.chest[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]
<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you delve into your lingerie drawer, your quest for the ideal pair of panties begins. Amongst the delicate fabrics and various styles, an array of choices awaits your selection. Your fingers glide over the options, contemplating whether to choose a comfortable everyday pair or opt for something a bit more alluring.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.lingerie.groin>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.lingerie.groin[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.lingerie.groin.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.lingerie.groin[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.lingerie.groin = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollLingerieGroin'>>
<</replace>>
<<onmouseout>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.lingerie.groin[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.lingerie.groin = $wardrobe.lingerie.groin[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$wardrobe.lingerie.groin[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.lingerie.groin[_itemTitle].hue +'deg) saturate('+ $wardrobe.lingerie.groin[_itemTitle].saturation + '%) brightness('+ $wardrobe.lingerie.groin[_itemTitle].brightness+ '%);'">
<</replace>>
<<replace '#DollClothesTorso'>><</replace>>
<<replace '#DollClothesLegs'>><</replace>>
<<onmouseout>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</if>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.lingerie.groin>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.lingerie.groin = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$wardrobe.lingerie.groin[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<replace '#DollClothesTorso'>><</replace>>
<<replace '#DollClothesLegs'>><</replace>>
<<onmouseout>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</if>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.lingerie.groin[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]<<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Cosmetics_Shop_CumReac.jpg")]]</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the boutique nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Mall/Cosmetics_Shop.jpg')]]
@@
Stepping into the glamorous world of the cosmetic boutique, you're welcomed by a palette of vibrant colors and a gentle fragrance that hints at beauty. The store's sleek displays showcase an enticing range of makeup products and skincare essentials, inviting you to explore the realm of self-expression and enhancement. <br><br>
<<if settings.lessPrices is true>>
You managed to have a 50% discount on anything here !<br><br>
<<else>>
Feeling like the prices are on the steeper side, you can inquire if there's any [[possibility for a discount.->Store Discount][$Store_location = "Makeup Shop"]]<br><br>
<</if>>
<<for _cosmeticItemTitle, _cosmeticItem range $Mall.cosmetics>>
<<DeviceItemWidget _cosmeticItem>>
<</for>>
<<if settings.lessPrices == true>>
<<if $wereLexenaCosmeticsPricesReduced != true>>
<<set $wereLexenaCosmeticsPricesReduced = true>>
<<endif>>
<<else>>
<<if $wereLexenaCosmeticsPricesReduced == true>>
<<set $wereLexenaCosmeticsPricesReduced = false>>
<<endif>>
<<endif>>
<br>
[[Go back->Mall]]
<</if>><<script>>
window.Inventory = function (config) {
this.categories = [
'cosmetics',
'pharmacy',
'techItems',
'grocery',
'foodCondiments',
'foodIngredients',
'food',
'SexShopItems',
];
this.cosmetics = {};
this.pharmacy = {};
this.techItems = {};
this.SexShopItems = {};
this.grocery = {};
this.foodCondiments = {};
this.foodIngredients = {};
this.food = {};
this.available = [];
Object.keys(config).forEach(function (pn) {
this[pn] = clone(config[pn]);
}, this);
};
Inventory.prototype.clone = function () {
return new Inventory(this);
};
Inventory.prototype.toJSON = function () {
var ownData = {};
Object.keys(this).forEach(function (pn) {
ownData[pn] = clone(this[pn]);
}, this);
return Serial.createReviver('new Inventory($ReviveData$)', ownData);
};
Inventory.prototype.add = function(category, item) {
if (! item.hasOwnProperty('name')) {
alert('Item must contains a prop with name "name"');
return;
}
this[category][item.name] = item;
};
Inventory.prototype.addCount = function(category, item) {
this[category][item.name].count += item.count;
};
Inventory.prototype.has = function(category, itemName) {
return this[category].hasOwnProperty(itemName);
};
<</script>>
<<set $inventory to new Inventory({
cosmetics: {
'Makeup kit': {
name: 'Makeup kit',
count: 0,
use: 'many',
},
},
pharmacy: {
'Vitamins': {
name: 'Vitamins',
count: 0,
use: 'many',
},
},
techItems: {},
grocery: {
'Wet wipes': {
name: 'Wet wipes',
count: 20,
use: 'many',
},
'Razors': {
name: 'Razors',
count: 20,
use: 'many',
},
},
foodCondiments: {
'Guarana': {
name: 'Guarana',
count: 0,
lastDayGathered: 0
},
'Maple syrup': {
name: 'Maple syrup',
count: 0,
lastDayGathered: 0
},
'Spices': {
name: 'Spices',
count: 0,
lastDayGathered: 0
},
'Lemon': {
name: 'Lemon',
count: 0,
lastDayGathered: 0
},
},
foodIngredients: {
'Hop': {
name: 'Hop',
count: 0,
lastDayGathered: 0
},
'Tea leaves': {
name: 'Tea leaves',
count: 0
},
'Ground coffee': {
name: 'Ground coffee',
count: 0
},
'Meat': {
name: 'Meat',
count: 0
},
'Oysters': {
name: 'Oysters',
count: 0,
lastDayGathered: 0
},
'Vegetables': {
name: 'Vegetables',
count: 0,
lastDayGathered: 0
},
},
food: {
'Beer': {
name: 'Beer',
count: 0,
energy: 0,
corruption: 0,
fitness: -0.5,
attractiveness: 0,
intoxication: 10,
boostHours: 0,
boostTimerReset: 0,
boostTimer: 0,
boostFinishTime: 0,
price: 2.50
},
'Energy drink': {
name: 'Energy drink',
count: 0,
energy: 30,
corruption: 0,
fitness: 0,
attractiveness: 0,
intoxication: 15,
boostHours: 0,
boostTimerReset: 0,
boostTimer: 0,
boostFinishTime: 0,
price: 3.00
},
'Cocktail': {
name: 'Cocktail',
count: 0,
energy: 0,
corruption: 20,
fitness: 0,
attractiveness: 0,
intoxication: 16,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 5.00
},
'Red Wine': {
name: 'Red Wine',
count: 0,
energy: 10,
corruption: 0,
fitness: -0.5,
attractiveness: 0,
intoxication: 16,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 4.00
},
'Champaign': {
name: 'Champaign',
count: 0,
energy: 0,
corruption: 0,
fitness: 0,
attractiveness: 25,
intoxication: 25,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 10.50
},
'Whiskey': {
name: 'Whiskey',
count: 0,
energy: 0,
corruption: 0,
fitness: -0.5,
attractiveness: 15,
intoxication: 25,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 6.50
},
'Vodka': {
name: 'Vodka',
count: 0,
energy: 0,
corruption: 0,
fitness: -0.5,
attractiveness: 15,
intoxication: 30,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 2.50
},
'Tea': {
name: 'Tea',
count: 0,
energy: 10,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 0,
boostTimerReset: 0,
boostTimer: 0,
boostFinishTime: 0,
price: 1.00
},
'Tea with guarana': {
name: 'Tea with guarana',
count: 0,
energy: 20,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 0,
boostTimerReset: 0,
boostTimer: 0,
boostFinishTime: 0,
price: 1.50
},
'Tea with syrup': {
name: 'Tea with syrup',
count: 0,
energy: 10,
corruption: 10,
fitness: 0,
attractiveness: 0,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 1.25
},
'Tea with spices': {
name: 'Tea with spices',
count: 0,
energy: 10,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 1.25
},
'Mineral Water': {
name: 'Mineral Water',
count: 0,
energy: 10,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 0.50
},
'Coffee': {
name: 'Coffee',
count: 0,
energy: 20,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 0,
boostTimerReset: 0,
boostTimer: 0,
boostFinishTime: 0,
price: 1.50
},
'Coffee with guarana': {
name: 'Coffee with guarana',
count: 0,
energy: 30,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 0,
boostTimerReset: 0,
boostTimer: 0,
boostFinishTime: 0,
price: 2.00
},
'Coffee with syrup': {
name: 'Coffee with syrup',
count: 0,
energy: 20,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 1.75
},
'Coffee with spices': {
name: 'Coffee with spices',
count: 0,
energy: 20,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 1.75
},
'Coffee with lemon': {
name: 'Coffee with lemon',
count: 0,
energy: 20,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 2,
boostTimerReset: 120,
boostTimer: 0,
boostFinishTime: 0,
price: 1.75
},
'Magret de Canard': {
name: 'Magret de Canard',
count: 0,
energy: 30,
corruption: 0,
fitness: -0.5,
attractiveness: 0,
boostHours: 4,
boostTimerReset: 240,
boostTimer: 0,
boostFinishTime: 0,
price: 10.00
},
'Magret de Canard with guarana': {
name: 'Magret de Canard with guarana',
count: 0,
energy: 30,
corruption: 0,
fitness: -0.5,
attractiveness: 0,
boostHours: 4,
boostTimerReset: 240,
boostTimer: 0,
boostFinishTime: 0,
price: 11.00
},
'Magret de Canard with syrup': {
name: 'Magret de Canard with syrup',
count: 0,
energy: 30,
corruption: 0,
fitness: -0.5,
attractiveness: 0,
boostHours: 4,
boostTimerReset: 240,
boostTimer: 0,
boostFinishTime: 0,
price: 11.00
},
'Tarte au Citron': {
name: 'Tarte au Citron',
count: 0,
energy: 10,
corruption: 0,
fitness: -1,
attractiveness: 0,
boostHours: 4,
boostTimerReset: 240,
boostTimer: 0,
boostFinishTime: 0,
price: 5.00
},
'Ratatouille ': {
name: 'Ratatouille ',
count: 0,
energy: 20,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 4,
boostTimerReset: 240,
boostTimer: 0,
boostFinishTime: 0,
price: 7.00
},
'Profiteroles': {
name: 'Profiteroles',
count: 0,
energy: 10,
corruption: 0,
fitness: -1,
attractiveness: 0,
boostHours: 4,
boostTimerReset: 240,
boostTimer: 0,
boostFinishTime: 0,
price: 6.00
},
'Moules Marinières': {
name: 'Moules Marinières',
count: 0,
energy: 10,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 4,
boostTimerReset: 240,
boostTimer: 0,
boostFinishTime: 0,
price: 8.00
},
'Crème Brûlée': {
name: 'Crème Brûlée',
count: 0,
energy: 10,
corruption: 0,
fitness: -1,
attractiveness: 0,
boostHours: 4,
boostTimerReset: 240,
boostTimer: 0,
boostFinishTime: 0,
price: 6.00
},
'Stew': {
name: 'Stew',
count: 0,
energy: 0,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 6,
boostTimerReset: 360,
boostTimer: 0,
boostFinishTime: 0,
price: 9.00
},
'Stew with guarana': {
name: 'Stew with guarana',
count: 0,
energy: 10,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 6,
boostTimerReset: 360,
boostTimer: 0,
boostFinishTime: 0,
price: 10.00
},
'Stew with syrup': {
name: 'Stew with syrup',
count: 0,
energy: 0,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 6,
boostTimerReset: 360,
boostTimer: 0,
boostFinishTime: 0,
price: 10.00
},
'Salade': {
name: 'Salade',
count: 0,
energy: 10,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 6,
boostTimerReset: 360,
boostTimer: 0,
boostFinishTime: 0,
price: 5.00
},
'Pâté de Campagne': {
name: 'Pâté de Campagne',
count: 0,
energy: 10,
corruption: 0,
fitness: -0.5,
attractiveness: 0,
boostHours: 6,
boostTimerReset: 360,
boostTimer: 0,
boostFinishTime: 0,
price: 7.00
},
'Coquilles Saint-Jacques': {
name: 'Coquilles Saint-Jacques',
count: 0,
energy: 10,
corruption: 0,
fitness: 0,
attractiveness: 0,
boostHours: 6,
boostTimerReset: 360,
boostTimer: 0,
boostFinishTime: 0,
price: 9.00
},
}
})>><<widget "DeviceItemWidget">>
<!-- $args[0] - cosmetic item object -->
<<if !isNaN($args[0].count)>>
<<set _itemName = $args[0].name + ' (' + $args[0].count + ')'; >>
<<else>>
<<set _itemName = $args[0].name>>
<</if>>
<<link _itemName "Mall Device Item View Widget">>
<<set $tempDeviceItem = $args[0] >>
<</link>>
<<for _category range Object.keys($Mall)>>
<<for _item range $Mall[_category]>>
<<if _item.name === $args[0].name>>
<<set _itemCategory = _category>>
<<endif>>
<</for>>
<</for>>
<<if settings.lessPrices == true>>
<<if $wereLexenaCosmeticsPricesReduced != true>>
<<set $args[0].price /= 2>>
<<endif>>
<<else>>
<<if $wereLexenaCosmeticsPricesReduced == true>>
<<set $args[0].price *= 2>>
<<endif>>
<<endif>>
<<=$args[0].price>> -
<<if $args[0].use != 'many'>>
<<if $inventory.has(_itemCategory, $args[0].name)>>
You already have this!
<<else>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<else>>
<<link "Buy">>
<<set $minute += 1>>
<<set $mainChar.money -= $args[0].price>>
<<run $inventory.add(_itemCategory, $args[0]);>>
<<goto $currentPassage>>
<</link>>
<<endif>>
<<endif>>
<<else>>
<<if !$inventory.has(_itemCategory, $args[0].name)>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<else>>
<<link 'Buy'>>
<<set $minute += 1>>
<<set $mainChar.money -= $args[0].price>>
<<run $inventory.add(_itemCategory, $args[0]);>>
<<goto $currentPassage>>
<</link>>
<<endif>>
<<else>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<else>>
<<set _countTitle = 'Buy (You have ' + $inventory[_itemCategory][$args[0].name].count + ')';>>
<<link _countTitle>>
<<set $minute += 1>>
<<set $mainChar.money -= $args[0].price>>
<<run $inventory.addCount(_itemCategory, $args[0]);>>
<<goto $currentPassage>>
<</link>>
<<endif>>
<<endif>>
<<endif>>
<br>
<</widget>><<set $pastPassage to $currentPassage>>
<<link "Back">><<goto $pastPassage>><</link>><br><br>
$tempDeviceItem.description<br><br>
@@.default-image-wrapper;
[img[$tempDeviceItem.image]]
@@<<set $minute += 30>>
<<run variables().mainChar.cleanCum()>>
<<ClothLevel "in">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/relax_in_the_bath/{0}.jpg', random(1,3))]]@@<br>
You walk over to the bath and turn on the taps. Whilst waiting for the bath to fill, you scroll through social media. <br>
Once the bath is full, you strip and get in. As soon as the hot water touches your naked body, you already feel yourself starting to relax. <br>
You close your eyes and enjoy the moment.<br><br>
<<set _intruder to either(true,false,false,false)>>
<<set $bathroomSexPerson to either("brother","mom","dad")>>
<<if _intruder is false or ($mom.currentLocation is "Work" and $dad.currentLocation is "Work" and $brother.currentLocation is "School")>>
<<if $mainChar.arousal >=50 >>
You feel the opportunity to relax and <<linkreplace "get some relief.">> get some relief.<br><br>
Your body tenses up as you begin to pleasure yourself in the bath, your fingers moving deftly between your legs until heat and pleasure washes over you. Waves of pleasure ripple through your body while the water stream drives you closer to blissful oblivion. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/Bath/Masturbate_water' + random(3) + '.webp')]]
@@<br>
You moan as you reach your climax, the sensation drowning out all other thoughts.<br><br>
<<HaveASexWidget "masturbated" "self" "">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-10">>
<<set $minute += 10>>
<</linkreplace>><br><br><</if>>
You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>>
<br><br>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<<else>>
<<if $bathroomSexPerson == "brother" and $brother.currentLocation != "School">>
<<if $brother.relationship >= 40 and $mainChar.corruption >=60>>
Suddenly <<linkreplace "you hear the door opening.">>you hear the door opening. <br><br>"Hey, <<print $mainChar.firstName>>. Need a hand? I can help you to wash your back!" <br>
It is your brother. And he is already undressing! It seems he want something more than just to help you with your back...<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/relax_in_the_bath/Disrupted_Male.jpg',)]]
@@ <br>
<span id='join'>[[Let him join you->Bathroom Fuck][$bathroomSexPerson = "brother", $Bathroom_Fuck_location = "bath"]] <br></span>
<<linkreplace "Reject his offer">>
"Oh.. Fine, fine, I'm not gonna bother you". You brother comes out, letting you enjoy the bath alone.<br><br>You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>><br><br>
<<MainChar_Stats "brother" "-1">>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<<replace #join>><</replace>>
<</linkreplace>><</linkreplace>>
<<elseif $brother.relationship < 20>>
Suddenly <<linkreplace "you hear the door opening.">> you hear the door opening.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/relax_in_the_bath/Disrupted_Male_Leave.jpg')]]
@@<br>
"Oh sorry sis I didn't know you were here !"<br><br>
In a matter of seconds, your brother leaves the room, letting you enjoy the bath alone. <br><br>You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>><</linkreplace>>
<<else>> You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>> <br><br>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<</if>>
<<elseif $bathroomSexPerson == "mom" and $mom.currentLocation != "Work">>
<<if $mom.relationship >= 40 and $mainChar.corruption >=60>>
Suddenly <<linkreplace "you hear the door opening.">> you hear the door opening. "Hey, honey? I just wanted to join you." <br>
It's your mother. Her voice is so sweet... You wander why she is so charming all of a sudden. She drops her clothes next to yours. <br>
"Sooo? You letting me in?"<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/bathroom/relax_in_the_bath/Disrupted_Female.jpg')]]@@<br>
<span id='join'>[[Let her join you->Bathroom Fuck][$bathroomSexPerson = "mom", $Bathroom_Fuck_location = "bath"]] <br></span>
<<linkreplace "Reject her offer">><br>
"Okay.. I'll wait, that's fine." She sighs and takes her clothes back on. <br>
After a few seconds mom closes the door, letting you finish calmly.<br><br>You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>><br><br>
<<MainChar_Stats "mom" "-1">>
<<MainChar_Stats "energy" "15">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<<replace #join>><</replace>><</linkreplace>>
<</linkreplace>>
<<elseif $mom.relationship < 20>> Suddenly <<linkreplace "you hear the door opening.">> you hear the door opening.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/relax_in_the_bath/Disrupted_Female_Leave.jpg')]]
@@<br>
"Oh sorry sweety I didn't know you were here !"<br><br>
In a matter of seconds, your mom leaves the room, letting you enjoy the bath alone. <br><br>You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>><</linkreplace>>
<<else>> You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>> <br><br>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<</if>>
<<elseif $bathroomSexPerson == "dad" and $dad.currentLocation != "Work">>
<<if $dad.relationship >= 40 and $mainChar.corruption >=60>>
Suddenly <<linkreplace "you hear the door opening.">> you hear the door opening.
"<<print $mainChar.firstName>>?" <br>
You jumped in surprise. "Dad?! What you are doing here?" You move aside, looking at your father. He is slowly undressing, looking at you. <br>
"Just wanted to join you~ I hope you don't mind?"
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/relax_in_the_bath/Disrupted_Male.jpg',)]]
@@<br>
<span id='join'>[[Let him join you->Bathroom Fuck][$bathroomSexPerson = "dad", $Bathroom_Fuck_location = "bath"]] <br></span>
<<linkreplace "Reject his offer">>
"Okay then. I'll take a shower later~ Take your time, honey." Dad left the bathroom, putting his clothes on on the way. <br><br>You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>> <br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<<replace #join>><</replace>><</linkreplace>><</linkreplace>>
<<else>> You can [[stay in the bath->Bathtub relax]] a little longer or choose to end it and <<link "step out.">>
<<ClothLevel "out">><<goto "Bathroom">><</link>> <br><br>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "makeup" "No">>
<</if>>
<<endif>>
<<endif>>
<<set $minute += 2>>
<<run variables().mainChar.cleanCumFace()>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/wash_face.jpg')]]
@@<br>
You make your way over to the wash basin. You turn on the tap and bend over the sink. <br>
Grabbing some water with your hands, you splash your face and rub the water into your skin to cleanse it.
<br>
<br>
<<MainChar_Stats "cleanliness" "10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<br>
<br>
[[Back->Bathroom]]
<<run variables().mainChar.cleanCumLegs(); >>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/toilet.jpg')]]
@@
<<if random(2) is 0>>
<<if $mainChar.corruption < 80>>
As you approach the toilet, you notice something that makes you pause—there are small droplets of urine on the toilet seat, clearly left behind by either your father or your brother. You sigh, feeling a mix of annoyance and resignation. "Typical," you mutter under your breath. You grab a handful of toilet paper and carefully [[wipe the seat clean,->Use the toilet]] making sure to remove every trace of the offending liquid.
<<elseif $mainChar.corruption < 95 >>
You see that someone missed their mark, leaving a trace of urine on the seat. You don't know why, but you feel a bit aroused. [[Clean the seat and use the toilet.->Use the toilet]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<elseif $mainChar.corruption < 115>>
You walk into the bathroom, the cool tiles beneath your feet providing a sense of familiarity and comfort. As you approach the toilet, you notice something that catches your eye—small droplets of urine scattered across the seat. You pause, your mind racing with a mix of curiosity and a strange, inexplicable excitement.
You lean in closer, your eyes fixed on the droplets. A part of you knows this is wrong, that it's not something you should be considering. But there's another part, a darker, more primal part, that finds a perverse thrill in the idea. You hesitate for a moment before you decide to <<linkreplace "lick the seat clean.">>lick the seat clean.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/toilet_lick' + random(2) + '.jpg')]]
@@<br>
You lower your head, your tongue tentatively reaching out to touch the droplets. The taste is sharp and acrid, but there's something about it that sends a shiver down your spine. You lick the droplets slowly, your mind a whirlwind of conflicting emotions. You don't fully accept what you're doing, but you can't deny the strange satisfaction it brings you.<br><br>
Gathering your thoughts, you regain your composure and [[rise to your feet.->Use the toilet]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 3>>
<<replace "#clean">><</replace>>
<</linkreplace>>
<span id="clean"><br>But despite the tempting pull, you still consider the option to simply [[clean the seat before using it.->Use the toilet]]</span>
<<elseif $mainChar.corruption >= 115>>
You walk into the bathroom, the cool tiles beneath your feet providing a sense of familiarity and comfort. As you approach the toilet, you notice something that makes your heart skip a beat—small droplets of urine scattered across the seat. A smile spreads across your face, and you feel a rush of excitement coursing through your veins. You feel the urge to <<linkreplace "lick the seat clean.">>Lick the seat clean.<br><br>
You lean in closer, your eyes gleaming with anticipation. This is exactly what you've been hoping for, a chance to indulge in one of your deepest, darkest pleasures. You don't hesitate for a moment, your heart pounding with eagerness as you lower your head. Your tongue darts out, eagerly licking up the droplets, the taste sharp and acrid but incredibly satisfying. You savor each drop, your body responding with a wave of pleasure. There's something about the act that fills you with a sense of contentment and fulfillment, a secret thrill that you cherish.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/toilet_lick' + random(2) + '.jpg')]]
@@<br>
As you finish, you feel a deep sense of satisfaction, tasting your family's piss on your tongue. You gather your thoughts, regain composure and [[rise to your feet. ->Use the toilet]]<br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 3>><</linkreplace>>
<br>
<</if>>
<<else>><br><<goto "Use the toilet">><br>
<</if>>
<<set $minute += 5>>
<<if random(2) is 0>>
You lift the lid of the toilet and sit down, the cool porcelain a stark contrast to the warmth of your body as you pull down your panties. You let out a soft sigh of relief as you finally release the pressure. The stream of urine hits the water with a satisfying splash, the sound filling the quiet room.<br><br>
<<set _intruder to random(0,2)>>
<<if _intruder is 0>>
<<if $mainChar.corruption < 20>> @@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised.jpg')]]
@@<br>
Before you can react, your brother pushes the door open and steps inside, his eyes widening in shock as he realizes you're there. You glance up, meeting your dad's eyes with a mixture of surprise and slight embarrassment.
<<elseif $mainChar.corruption < 60>> @@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised.jpg')]]
@@<br> You glance up, meeting your brother's eyes with a mixture of surprise and slight inner lust. Instead of reacting immediately, you remain silent, a sly smile playing on your lips as you spread your legs a little wider, giving him a clear view of your exposed pussy. You pretend to be startled, your eyes widening in feigned embarrassment. You let out a soft gasp, your voice trembling with faux shock. "Big bro, what are you doing?" you stammer, your cheeks flushing with a mix of excitement and arousal.
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised_happy.jpg')]]
@@<br> You glance up, meeting your brother's eyes with a mixture of surprise and envy. Instead of reacting immediately, you remain silent, a sly smile playing on your lips as you spread your legs a little wider, giving him a clear view of your exposed pussy. You pretend to be startled, your eyes widening in feigned embarrassment. You let out a soft gasp, your voice trembling with faux shock. "Big bro, what are you doing?" you stammer, your cheeks flushing with a mix of excitement and arousal.<</if>><br><br>
<<if $brother.relationship < 20>>
"Oh, I'm so sorry!" he exclaims, flushing with embarrassment. Without further ado, he hastily retreats and closes the door behind him.<br><br>
Before you can react, he swiftly close the door, leaving you with a mix of surprise and amusement at the unexpected encounter. You take a moment to collect yourself [[before continuing.->Bathroom]]<br><br>
<<MainChar_Stats "arousal" "20">>
<<elseif $brother.relationship < 40>>
"Oh shit, I'm so sorry!" he exclaims, his face flushing with embarrassment. But instead of turning away immediately, his gaze lingers on your exposed body, his eyes drawn to the sight of your pussy. You let out a startled gasp, your body tensing as you try to cover yourself. But his eyes remain fixed on you, a mix of curiosity and desire flickering in their depths. You can feel the heat of his gaze, and a strange sensation of arousal mixed with embarrassment washes over you. As pulls the door shut behind him with a soft click, you take a moment to collect yourself [[before continuing.->Bathroom]]<br><br
<<MainChar_Stats "arousal" "10">>
<<elseif $brother.relationship >= 40>>
<<set _event to random(0,1)>>
<<if _event is 0 or $mainChar.corruption < 80 or $brother.relationship<60 >>
"Oh, You're here." he says before making his way to the sink, seemingly unfazed by the situation.<br><br>
<<if $mainChar.corruption < 60>> [[Carry on->Bathroom]] with your bathroom routine.
<<elseif $mainChar.corruption < 80 and $mainChar.arousal < 70>> Naked, you look at him, alone with you in the bathroom. <br>After a moment of silence, he says: "while I'm here... want a fuck ?"<br><br>
<span id="accept"><<linkreplace "Accept his proposal.">>
He unzips his pants, freeing his cock, and you can see the desire in his eyes. He pulls you up from the toilet, turning you around and bending you over. You feel the cold porcelain against your skin as he positions himself behind you. "You're going to take my cock like a good little slut," he says, his voice filled with dominance. You nod, feeling a mix of humiliation and arousal. "Yes, please," you whisper, your voice filled with submission.<br><br>
He enters you, the sensation of your pussy lubricated by your own urine adding to the intensity of the moment. You grip the sides of the toilet, trying to stay steady as he begins to thrust into you. The sounds of flesh against flesh fill the small bathroom, blending with your soft moans and his dominant grunts. He grabs your hair, pulling your head back as he continues to fuck you. "You like being treated like a dirty little whore, don't you?" he asks, his voice filled with contempt. You nod, feeling a rush of pleasure and humiliation. "Yes, I love it," you whisper, your voice filled with submission.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/HomeToilet_Fuck' + random(3) + '.webp')]]
@@<br>
As he reaches his climax, he tenses, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to fight to keep your composure as he finishes, his body shuddering against yours. As he pulls out, you quickly adjust your clothes and stand up, trying to act as if nothing has happened. The bathroom is filled with the lingering scent of sex and the evidence of your shared moment, a secret reminder of the intense and forbidden encounter you just experienced with your brother. <br><br>
<<set $minute += 10>>
[[Clean the cum and get up.->Bathroom]] <br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace "#refuse">><</replace>><</linkreplace>></span><br>
<span id="refuse">Refuse his proposal and [[finish your business.->Bathroom]]<br><br>
<<MainChar_Stats "brother" "-1">>
</span>
<<elseif $mainChar.corruption >= 80 or $mainChar.arousal >=70>>
<<if $mainChar.corruption < 80>> You're too aroused <<else>> You're too corrupted<</if>> to think right, and without thinking you <<linkreplace "ask him to fuck you.">>
He starts to turn around, ready to leave, but you quickly speak up, your voice filled with desperation. "Please, don't go," you beg, your eyes pleading. "Please, fuck me right here on the toilet. I want you to use me." He pauses, a smirk playing on his lips as he considers your request. You can see the dominant gleam in his eyes, and you know he enjoys your submission. He steps closer, his presence commanding and intimidating.<br><br>
He grabs you roughly, pulling you up from the toilet and turning you around. You feel the cold porcelain against your stomach as he positions you, your ass in the air, your pussy still dripping with urine. He unzips his pants, and you feel him enter you forcefully, filling you completely. The sensation is overwhelming, and you let out a soft moan, trying to stay quiet. He begins to thrust into you, his movements rough and unyielding. The sounds of flesh against flesh and the wet, slapping noises fill the small bathroom.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/HomeToilet_Fuck' + random(3) + '.webp')]]
@@<br>
You grip the toilet seat, trying to keep your balance as he continues to fuck you. The humiliation and the brutality of the act only serve to heighten your arousal. You can feel the warmth of your own piss mixing with the sensation of his cock inside you, creating a unique and intense experience. He grabs your hair, pulling your head back as he increases his pace. "You like this, don't you?" he growls, his voice filled with dominance. "You like being used like a dirty little whore." You nod, your breath coming in short, ragged gasps. "Yes bro, I love it," you manage to say, your voice barely above a whisper.<br><br>
You bite your lip to stifle your moans as you reach the peak of your pleasure, your body shuddering with release. He finishes with a final, forceful thrust, filling you with his hot cum. As he pulls out, you feel a mix of satisfaction and exhaustion. You stand up slowly, your legs slightly sore from the intense activity. You look at him, a sense of gratitude and submission in your eyes. "Thank you," you whisper, your voice filled with sincerity. He smirks, a look of satisfaction on his face, before turning and leaving the bathroom, leaving you to clean up and reflect on the intense and humiliating encounter you just shared. <br><br>
<<set $minute += 10>>
[[Clean the cum and get up.->Bathroom]] <br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<</if>>
<<elseif _event is 1 and $mainChar.corruption >= 70 and $brother.relationship >= 50 >>
"Oh, You're here. I was looking for you." he says before making his way to you. Seemingly unfazed by the situation, he unzips his pants and pulls out his cock, placing it in front of your face. You understand immediately what is expected of you. <br><br>
Without a word, you lean forward and wrap your lips around <<linkreplace "your brother's cock">>your brother's cock.<br>
His face lights up with a cruel grin as he slams his cock into your throat without warning. You gasp in shock as the thick shaft rubs against the soft tissue of your mouth, wanting to escape the brutal pleasure. The sound of your urine hitting the water blends with the wet, slurping noises of your mouth as you begin to suck him.You feel his cock hit the back of your throat, and you struggle to breathe, but you know better than to resist. The taste of him fills your senses, and you focus on pleasing him, your body still releasing its waste.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/HomeToilet_OnSeat' + random(2) + '.webp')]]
@@<br>
You find yourself groaning obscenely until he suddenly cums down your gullet, leaving a searing heat that radiates through your body. With one final look of satisfaction, he collects his clothing and strides out of the room in silence.
Smiling, you [[get up->Bathroom]] with a nice taste of your brother's cum in your mouth.
<<set $minute += 10>>
<br><br>
<<HaveASexWidget "rape" "brother" "face">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<</linkreplace>>
<</if>>
<</if>>
<<elseif _intruder is 1>>
<<if $mainChar.corruption < 20>> @@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised.jpg')]]
@@<br>
Suddenly, the door swings open, and your father steps in, his eyes widening in shock as he realizes you're there. You glance up, meeting your dad's eyes with a mixture of surprise and slight embarrassment.
<<elseif $mainChar.corruption < 60>> @@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised.jpg')]]
@@<br> Suddenly, the door swings open, and your father steps in. Instead of reacting immediately, you remain silent, a sly smile playing on your lips as you spread your legs a little wider, giving him a clear view of your exposed pussy. You pretend to be startled, your eyes widening in feigned embarrassment. You let out a soft gasp, your voice trembling with faux shock. "Daddy, what are you doing?" you stammer, your cheeks flushing with a mix of excitement and arousal.
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised_happy.jpg')]]
@@<br> Suddenly, the door swings open, and your father steps in. Instead of reacting immediately, you remain silent, a sly smile playing on your lips as you spread your legs a little wider, giving him a clear view of your exposed pussy. You pretend to be startled, your eyes widening in feigned embarrassment. You let out a soft gasp, your voice trembling with faux shock. "Daddy, what are you doing?" you stammer, your cheeks flushing with a mix of excitement and arousal.<</if>><br><br>
<<if $dad.relationship < 20>>
"Oh, I'm so sorry!" he exclaims, flushing with embarrassment. Without further ado, he hastily retreats and closes the door behind him. Before you can react, he swiftly close the door, leaving you with a mix of surprise and amusement at the unexpected encounter. You take a moment to collect yourself [[before continuing.->Bathroom]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<elseif $dad.relationship < 40>>
"Oh, shit! I'm so sorry!" he exclaims, his face flushing with embarrassment. But as he starts to back out, his gaze lingers on your exposed pussy, his eyes taking in the sight of your glistening folds. You freeze, your heart pounding in your chest as you feel a mix of shock and arousal. He quickly averts his gaze, but not before you see the flicker of desire in his eyes. "I didn't know you were in here," he mumbles, his voice thick with a mix of embarrassment and something more. "Don't worry daddy" you reply. As the door clicks shut, you take a moment to collect yourself [[before continuing.->Bathroom]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<elseif $dad.relationship >= 40>>
<<set _event to random(0,1)>>
<<if _event is 0 or $mainChar.corruption < 80 or $dad.relationship<60 >>
"Oh, You're here." he says before making his way to the sink, seemingly unfazed by the situation.<br><br>
<<if $mainChar.corruption < 60>> [[Carry on->Bathroom]] with your bathroom routine.
<<elseif $mainChar.corruption < 80 and $mainChar.arousal < 70>> Naked, you look at him, alone with you in the bathroom. <br>After a moment of silence, he says: "while I'm here... want a fuck ?"<br><br>
<span id="accept"><<linkreplace "Accept his proposal.">>
He unzips his pants, freeing his cock, and you can see the desire in his eyes. He pulls you up from the toilet, turning you around and bending you over. You feel the cold porcelain against your skin as he positions himself behind you. "You're going to be a good little girl for Daddy, aren't you?" he says, his voice filled with both dominance and affection. You nod, feeling a mix of excitement and submission. "Yes, Daddy, please," you whisper, your voice filled with eagerness. <br><br>
He enters you, the sensation of your pussy lubricated by your own urine adding to the intensity of the moment. You grip the sides of the toilet, trying to stay steady as he begins to thrust into you. The sounds of flesh against flesh fill the small bathroom, blending with your soft moans and his dominant grunts. He wraps his arms around you, holding you close as he continues to fuck you. "You like making Daddy happy, don't you, sweetheart?" he asks, his voice filled with pride. You nod, feeling a rush of pleasure and satisfaction. "Yes, Daddy, I love making you happy," you whisper, your voice filled with devotion.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/HomeToilet_Fuck' + random(3) + '.webp')]]
@@<br>
He increases his pace, his thrusts becoming more forceful and intense. You can feel the heat building between your legs, the sensation of his cock filling you completely. As he reaches his climax, he tenses, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to fight to keep your composure as he finishes, his body shuddering against yours. As he pulls out, you quickly adjust your clothes and stand up, trying to act as if nothing has happened. The bathroom is filled with the lingering scent of sex and the evidence of your shared moment, a secret reminder of the intense and forbidden encounter you just experienced with your father.<br><br>
<<set $minute += 10>>
[[clean the cum and get up.->Bathroom]] <br><br>
<<HaveASexWidget "vaginal" "dad" "face">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<replace "#refuse">><</replace>><</linkreplace>></span><br>
<span id="refuse">Refuse his proposal and [[finish your business.->Bathroom]]<br><br>
<<MainChar_Stats "dad" "-1">>
</span>
<<elseif $mainChar.corruption >= 80 or $mainChar.arousal >=70>>
<<if $mainChar.corruption < 80>> You're too aroused <<else>> You're too corrupted<</if>> to think right, and without thinking you <<linkreplace "beg him to fuck you.">>beg him to fuck you.<br><br>
He pauses, a look of surprise and desire crossing his face. "You want Daddy to fuck you like this, babygirl?" he asks, his voice low and authoritative. You nod eagerly, your heart racing with anticipation. "Yes, Daddy, please," you whisper, your voice trembling with a mix of excitement and submission. He doesn't hesitate any longer. He gently lifts you up from the toilet and turns you around. You feel the cold porcelain against your stomach as he positions you, your ass in the air, your pussy still dripping with urine.<br><br>
You grip the toilet seat, trying to keep your balance as he fucks you. He leans down, his breath hot on your ear. "Your pussy is so tight" he murmurs, his voice filled with affection and dominance. "You make me feel so good." You nod, your breath coming in short, ragged gasps. "I love making you feel good, Daddy," you manage to say, your voice barely above a whisper.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/HomeToilet_Fuck' + random(3) + '.webp')]]
@@<br>
As he continues to fuck you, you can feel yourself getting closer to climax. The thrill of the forbidden act and the intensity of the moment push you over the edge. You bite your lip to stifle your moans as you reach the peak of your pleasure, your body shuddering with release. He finishes with a final, firm thrust, filling you with his hot cum. As he pulls out, you feel a mix of satisfaction and exhaustion. You stand up slowly, your legs slightly sore from the intense activity. You look at him, a sense of gratitude and submission in your eyes.<br><br>
"Thank you, Daddy," you whisper, your voice filled with sincerity. He smiles, a look of satisfaction and pride on his face, before turning and leaving the bathroom, leaving you to clean up and reflect on the intense and intimate encounter you just shared.
<<set $minute += 10>>
[[clean the cum and get up.->Bathroom]] <br><br>
<<HaveASexWidget "vaginal" "dad" "face">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<</if>>
<<elseif _event is 1 and $mainChar.corruption >= 80 and $dad.relationship >= 60 >>
"Daddy, what are you doing here?" you ask, your voice taking on a childlike tone.He approaches you, his eyes locked onto yours. "I need you to take care of something for me, sweetheart," he says, his voice firm and unyielding. He unzips his pants and pulls out his cock, placing it in front of your face.<br><br>
You understand immediately what is expected of you. "Of course, Daddy," you say, leaning forward to <<linkreplace "take him into your mouth.">>take him into your mouth.Your lips wrap around his hardness, and you begin to suck him, the sound of your urine hitting the water blending with the wet, slurping noises of your mouth.He places a hand on the back of your head, guiding you gently but firmly. "That's a good girl," he says, his voice filled with approval. "You know how to make Daddy feel good, don't you?" You nod, your mouth full of him, and continue to suck, your eyes looking up at him. The taste of him fills your senses, and you focus on pleasing him, your body still releasing its waste.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/HomeToilet_OnSeat' + random(2) + '.webp')]]
@@<br>
He begins to move his hips, thrusting deeper into your mouth. "Take it all, sweetheart," he says, his voice growing rougher with desire. "Show Daddy how much you love him." Suddenly, he tenses, and you feel him release, his hot cum shooting down your throat. You swallow it all, your throat working to take every drop. He holds your head firmly in place, ensuring you don't miss a single bit of his release. "Good girl," he says, his voice filled with satisfaction. "Thank you, Daddy," you say, your voice soft and childlike. You [[get up->Bathroom]] with a nice taste of your daddy's cum in your mouth.
<<set $minute += 10>>
<br><br>
<<HaveASexWidget "rape" "dad" "face">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<</linkreplace>>
<</if>>
<</if>>
<<elseif _intruder is 2>>
<<if $mainChar.corruption < 20>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised.jpg')]]
@@<br>
Suddenly, the door swings open, and your mother steps in, her eyes widening in surprise as she realizes you're there. You freeze, your stream stopping abruptly as you stare at her in shock. "Mom, what are you doing?" you stammer, your voice trembling.
<<elseif $mainChar.corruption < 60>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised.jpg')]]
@@<br>
Suddenly, the door swings open, and your mother steps in, her eyes widening in surprise as she realizes you're there. Instead of reacting immediately, you remain silent, a sly smile playing on your lips as you spread your legs a little wider, giving her a clear view of your exposed pussy. You pretend to be startled, your eyes widening in feigned embarrassment. You let out a soft gasp, your voice trembling with faux shock. "Mom, what are you doing?" you stammer, your cheeks flushing with a mix of excitement and arousal.
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/surprised_happy.jpg')]]
@@<br> Suddenly, the door swings open, and your mother steps in, her eyes widening in surprise as she realizes you're there. Instead of reacting immediately, you remain silent, a sly smile playing on your lips as you spread your legs a little wider, giving her a clear view of your exposed pussy. You pretend to be startled, your eyes widening in feigned embarrassment. You let out a soft gasp, your voice trembling with faux shock. "Mom, what are you doing?" you stammer, your cheeks flushing with a mix of excitement and arousal.
<</if>><br><br>
<<if $mom.relationship < 20>>
"Oh my god, I'm so sorry!" she exclaims, her face flushing with embarrassment. "I didn't know you were in here." Before you can react, she swiftly close the door, leaving you with a mix of surprise and amusement at the unexpected encounter. You take a moment to collect yourself [[before continuing.->Bathroom]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<elseif $mom.relationship < 40>>
"Oh my god, I'm so sorry!" she exclaims, her face flushing with embarrassment. But as she takes in the sight of you, her gaze lingers a moment too long on your exposed pussy, her eyes flickering with a mix of curiosity and something more. "I thought the bathroom was empty. I'll leave you to it." she says, her eyes remaining fixed on your pussy. She finally tears her gaze away, her face flushing even deeper as she backs out of the room, pulling the door shut behind her with a soft click. You take a moment to collect yourself [[before continuing.->Bathroom]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<elseif $mom.relationship >= 40>>
"Oh, You're here." she says before making his way to the sink, seemingly unfazed by the situation.<br><br>
<<if $mainChar.corruption < 60>> [[Carry on->Bathroom]] with your bathroom routine.
<<elseif $mainChar.corruption < 80 and $mainChar.arousal < 70>> Naked, you look at her, alone with you in the bathroom. <br>After a moment of silence, she says: "while I'm here... want a lick ?"<br><br>
<span id="accept"><<linkreplace "Accept her proposal.">>
She kneels down beside you, her hands gently caressing your thighs. "Let me take care of you, sweetheart," she says, her voice filled with tenderness. You feel a rush of warmth and arousal as she begins to touch you, her fingers gently exploring your body. She leans in, kissing your neck softly, her breath warm against your skin. You close your eyes, feeling a sense of comfort and pleasure in her touch. <br><br>
"You're so beautiful, my little one," she says, her voice filled with love. "Let me make you feel good." "Yes, Mom," you whisper, your voice filled with trust. She places her head between your legs, her tongue gently exploring your piss-soaked vagina. You grip the sides of the toilet, trying to stay steady as she begins to move her fingers in and out, her touch both gentle and firm. The sounds of your soft moans and her gentle whispers fill the small bathroom, creating a symphony of pleasure<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/HomeToilet_Fuck_lesbian' + random(3) + '.webp')]]
@@<br>
As you reach your climax, you tense, feeling a wave of pleasure wash over you. Your body shudders with release, and you clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to fight to keep your composure as she finishes, her body pressed against yours. As she pulls away, you quickly adjust your clothes and stand up, feeling a sense of comfort and security in her presence. The bathroom is filled with the lingering scent of love and the evidence of your shared moment, a secret reminder of the intense and nurturing encounter you just experienced with your mother. <br><br>
<<set $minute += 10>>
[[clean the mess and get up.->Bathroom]] <br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<replace "#refuse">><</replace>><</linkreplace>></span><br>
<span id="refuse">Refuse her proposal and [[finish your business.->Bathroom]]<br><br>
<<MainChar_Stats "mom" "-1">>
</span>
<<elseif $mainChar.corruption >= 80 or $mainChar.arousal >=70>>
<<if $mainChar.corruption < 80>> You're too aroused <<else>> You're too corrupted<</if>> to think right, and without thinking you <<linkreplace "ask her to lick your pussy.">>ask her to lick you.<br><br>
She starts to turn around, ready to leave, but you quickly speak up, your voice filled with a mix of desperation and vulnerability. "Mom, please don't go," you beg, your eyes pleading. "Please, I need a release, make me feel good. Lick my pussy." She pauses, a look of concern and love in her eyes. "Alright sweety, let Mommy take care of you." She approaches you, her movements gentle and nurturing. She kneels down in front of you, her hands softly caressing your thighs. You spread your legs wider, giving her full access to your pussy, still wet with urine.<br><br>
She leans in, her tongue gently tracing the folds of your piss-soaked pussy. The sensation is intense, and you let out a soft moan, your body responding to her touch. She continues to lick you, her movements slow and deliberate, focusing on your pleasure. You grip the toilet seat, your breath coming in short, ragged gasps as she works her magic. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/HomeToilet_Fuck_lesbian' + random(1) + '.webp')]]
@@<br>
"Does that feel good, sweetheart?" she asks, her voice filled with love and concern. "Do you like it when Mommy licks your pussy?" You nod, your breath coming in short, ragged gasps. "Yes, Mom, it feels so good," you manage to say, your voice barely above a whisper. As she continues to lick you, you can feel yourself getting closer to climax. The thrill of the forbidden act and the intensity of the moment push you over the edge. You bite your lip to stifle your moans as you reach the peak of your pleasure, your body shuddering with release.<br><br>
She looks up at you, a look of satisfaction and love in her eyes. "That's my good girl," she says softly, her voice filled with pride. "You deserve to feel good." You stand up slowly, your legs slightly sore from the intense activity. You look at her, a sense of gratitude and love in your eyes. "Thank you, Mom," you whisper, your voice filled with sincerity. She smiles, a look of contentment on her face, before standing up and helping you clean up. The bathroom is filled with a sense of intimacy and love, a reminder of the unique and caring bond you share with your mother.<br><br>
<<set $minute += 10>>
[[clean the mess and get up.->Bathroom]] <br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<</if>>
<</if>>
<</if>>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/toilet' + random(3) + '.jpg')]]
@@<br>
<<if $mainChar.arousal >= 50 >>
Alone in the room, you feel the opportunity to relax and <<linkreplace "get some relief.">> get some relief.<br><br>
You slip your fingers between your legs, savoring the silkiness of your skin as you begin to explore yourself. You feel an electrifying sensation surging through you as you trace circles around your most sensitive spot. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/masturbation' + random(1) + '.webp')]]
@@<br>
You push harder and faster until your breathing is out of control, waves of sensation crashing over you and drawing you further into euphoria. Your climax hits like a storm, leaving you panting and trembling on the toilet seat.
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<set $minute += 10>>
<</linkreplace>><br><br> <</if>>
You lift the lid of the toilet and sit down, the cool porcelain a stark contrast to the warmth of your body as you pull down your panties. You let out a soft sigh of relief as you finally release the pressure. The stream of urine hits the water with a satisfying splash, the sound filling the quiet room. As you finish, you reach for the toilet paper, the soft rustle of the roll breaking the quiet. You wipe your pussy lips gently, taking a moment to appreciate the small comforts of your routine. Standing up, you flush the toilet, and [[move on with your day.->Bathroom]]
<</if>>
<<set $minute += 3>>
<<set $mainChar.appearance.usedToilet to [$hour, $minute]>>
<<set _dream to random(9)>>
<<if _dream == 0>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/Dreams/Cage" + random(1) + ".webp")]]
@@
@@.narrator;
You find yourself in a dimly lit room, the cold metal bars of a cage surrounding you. You're curled up on a thin blanket, your body naked and exposed. You're a well-trained pet, obedient to your master's every command. You hear his footsteps approaching, and your heart quickens with anticipation. He stands before the cage, his eyes cold and commanding. Without a word, he unzips his pants and pulls out his cock, pushing it through the bars. You know what's expected of you. You crawl forward, your movements automatic, and take him into your mouth. The taste of him fills your senses, and you begin to suck, your tongue working diligently to please him. His groans of satisfaction echo in the room, and you feel a sense of pride, knowing you're fulfilling your purpose.
@@<br>
<<if $mainChar.corruption < 75>>
Suddenly, you jolt awake, your heart pounding in your chest. You look around your room, the familiar surroundings a stark contrast to the cage in your dream. Relief washes over you—it was just a dream. But as the seconds tick by, you can't shake the lingering feelings. You're embarrassed to admit it, but a part of you wonders what it would be like to live that reality. You replay the scene in your mind, imagining what you would do, how you would feel. The thoughts are unsettling, yet intriguing, and you can't help but explore them further, even as you try to push them away.
<<else>>
You wake up with a start, your body trembling with a mix of emotions. You look around your room, and a wave of sadness hits you. It was just a dream. Your hand slips between your legs, and you feel the wetness there, a testament to the arousal that lingers. You can't help but feel a deep sense of loss, wishing the dream had been real. The thought of being a well-trained pet, of pleasing your master, sends a thrill through you. You close your eyes, trying to hold onto the fading images, wishing you could return to that world, even if it's just in your dreams.
<</if>>
<<elseif _dream == 1>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/Dreams/Bus" + random(1) + ".webp")]]
@@
@@.narrator;
You find yourself on a crowded bus, the hum of the engine and the murmur of passengers filling the air. You're standing in the aisle, your body pressed against a stranger, his hands roaming over your curves with a boldness that makes your heart race. The other passengers watch, their eyes filled with a mix of shock and curiosity, but you don't care. He enters you, the sensation of their thrusts sending waves of pleasure through your body. You can feel the eyes of the passengers on you, their silent observation only heightening your arousal. You moan, your body pressing against his, the public setting adding a forbidden thrill to the encounter.
@@<br>
<<if $mainChar.corruption < 60>>
Suddenly, you jolt awake, your heart pounding in your chest. You look around your room, the familiar sight of your bedroom coming into focus. At first, you feel a rush of relief. It was just a dream, a twisted fantasy that would never happen in real life. But as the seconds tick by, you can't shake the lingering feelings of the dream. You're embarrassed to admit it, but a part of you wonders what it would feel like to live out that scenario, to be taken so publicly and boldly. You replay the scene in your mind, imagining what you would do, how you would react. Would you give in to the thrill, or would you push the stranger away? The questions linger, leaving you with a mix of curiosity and shame.
<<else>>
Suddenly, you jolt awake, your heart pounding in your chest. The dream was so vivid, so real, and now it's gone, leaving you with an aching emptiness. You can feel the wetness between your legs, your body still responding to the phantom sensations of the dream. You wish it had been real, that you could have experienced the thrill of being taken so publicly. The longing is almost unbearable, and you find yourself lost in the memory of the dream, wishing you could go back to that moment, to feel it all over again.
<</if>>
<<elseif _dream == 2>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/RedLight/BackAlley/Night/bj" + random(6) + ".webp")]]
@@
@@.narrator;
You find yourself in a dimly lit alley, the cold night air sending a shiver down your spine. The scent of damp concrete and distant trash fills your nostrils as you stand on your knees against the rough brick wall. Your eyes are locked on his, this man, this stranger, as he roughly face fucks you. You can't complain; he paid for this. To him, you're just some cheap slut looking for easy cash. His grip on your hair is tight, his thrusts forceful and unyielding. The sounds of the city fade away, replaced by the wet noises of his cock sliding in and out of your mouth, the harshness of his breaths. You feel a mix of humiliation and a strange, unwanted pleasure. @@<br>
<<if $mainChar.corruption <= 65>>
Just as you're about to reach a point of no return, you wake up with a start, your heart racing, finding you're drooling on your pillow. You sit up in bed, your body trembling, your mind racing with the vividness of the dream. You're shocked by the brutality of it, but deep down, there's a part of you that's intrigued, even a little envious of the raw, primal experience. You shake your head, trying to clear the thoughts, but the lingering feelings of desire and shame stay with you.
<<else>>
Just as you're about to reach a point of no return, you wake up, your eyes fluttering open. You sit up, a sense of disappointment washing over you. It was just a dream, and you can't help but feel a pang of regret that it wasn't real. You lie back down, the memories of the dream lingering, leaving you with a mix of longing and frustration.
<</if>>
<<elseif _dream == 3>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/Bedroom/Dreams/School" + random(1) + ".webp")]]
@@
@@.narrator;
You find yourself sitting in your biology class. The teacher is discussing the female human body, and the conversation turns to sexuality. Some students ask questions, and the teacher decides to use you as an example. She calls you to her desk, and you feel a mix of humiliation and excitement as she begins to undress you in front of the class. Her fingers are cold and clinical as she explains the vagina and sexual pleasure, inserting one, then two fingers inside you. The class watches intently, their eyes wide with curiosity and a hint of judgment. You can't help but moan as she demonstrates, your body responding despite the public setting. She then takes out a dildo and forces it into your mouth, pushing it deep into your throat to explain how the gag reflex can be overcome with practice. Tears stream down your face as you struggle to take it all, your eyes flicking to your classmates, seeing their mixed reactions of shock and fascination. @@<br>
<<if $mainChar.corruption <= 70>>
You wake up with a start, your heart pounding in your chest. At first, you're relieved that it was just a dream, the embarrassment and vulnerability fading as you realize you're safe in your bed. But as the moments pass, you can't shake the lingering thoughts. You find yourself wondering what it would actually feel like, to be used and displayed like that. The images from the dream replay in your mind, and you can't help but imagine what you would do if it were real. The thought is both exciting and deeply embarrassing, a secret you keep to yourself as you try to fall back asleep.
<<else>>
You wake up with a jolt, the remnants of the dream still vivid in your mind. A wave of disappointment washes over you as you realize it was just a dream. Your pussy is wet, aching with unfulfilled desire. You lie there, the sheets tangled around you, wishing it had been real. The thought of being exposed and used in front of your classmates sends a thrill through you, and you can't help but touch yourself, replaying the scene in your mind, wishing it could have been more than just a dream.
<</if>>
<<elseif _dream == 4>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/Street/Appearance/Naked" + random(2) + ".webp")]]
@@
@@.narrator;
You find yourself walking down a bustling pedestrian street, the sun high in the sky, casting a warm glow over everything. You're completely naked, except for a pair of high heels that click against the cobblestones with each step. The street is crowded, people brushing past you, their eyes widening in surprise and curiosity as they take in your state of undress. You can feel their gazes on your skin, like a physical touch, some shocked, some admiring, some filled with desire. The air is filled with the hum of voices, the occasional whistle, and the distant sound of traffic. You walk with a strange sense of confidence, your head held high, your body on display for the world to see. The sensation is exhilarating, a mix of embarrassment and empowerment, as you strut down the street, owning your nakedness.@@<br>
<<if $mainChar.corruption <= 50>>
Just as you're about to turn a corner, you wake up with a start, your heart racing. You sit up in bed, your body trembling, your mind racing with the vividness of the dream. You're shocked by the audacity of your actions, but deep down, there's a part of you that's intrigued, even a little envious of the raw, primal experience. You shake your head, trying to clear the thoughts, but the lingering feelings of desire and shame stay with you. You wonder if you would ever have the courage to do something so daring in real life.
<<else>>
Just as you're about to turn a corner, you wake up, your eyes fluttering open. You sit up, a sense of disappointment washing over you. It was just a dream, and you can't help but feel a pang of regret that it wasn't real. You lie back down, the memories of the dream lingering, leaving you with a mix of longing and frustration. You wish you could experience that thrill again, the feeling of being so exposed and desired.
<</if>>
<<elseif _dream == 5>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/Dreams/dpFamily" + random(1) + ".webp")]]
@@
@@.narrator;
You find yourself sitting on the couch, sitted between your father and brother. Your mother sits in the armchair across from you, her eyes locked onto the scene unfolding before her. Their hands begin to move, exploring your body with a mix of curiosity and desire. They exchange a glance, a silent agreement passing between them. He positions you on your hands and knees on the couch, your ass facing him. Your brother moves in front of you, his cock already hard and ready. Your father takes your ass, his thrusts rough and unyielding, while your brother fucks your mouth, his grip on your hair tight. The sensation of being used by both of them, of being the center of their desire, sends a thrill through your body. You feel a mix of pleasure and degradation, your body responding to their every touch.
@@<br>
<<if $mainChar.corruption <= 60>>
Just as they're about to reach their climax, you wake up with a start, your heart racing. You sit up in bed, your body trembling, your mind racing with the vividness of the dream. You're shocked by the taboo and intensity of the situation, but deep down, there's a part of you that's intrigued, even a little envious of the raw, primal experience. You shake your head, trying to clear the thoughts, but the lingering feelings of desire and shame stay with you. You wonder if you would ever let yourself be used by your family like that in real life.
<<else>>
Just as they're about to reach their climax, you wake up, your eyes fluttering open. You sit up, a sense of disappointment washing over you. It was just a dream, and you can't help but feel a pang of regret that it wasn't real. You lie back down, the memories of the dream lingering, leaving you with a mix of longing and frustration. You wish you could experience that intense, overwhelming pleasure again.
<</if>>
<<elseif _dream == 6>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/Public_restroom/Gangbang/Fuck" + random(4) + ".webp")]]
@@
@@.narrator;
You lie on your back in the center of a crowd of very horny men. You are surrounded by hard cocks; some of them queuing up to fuck your pussy roughly while others seek to fill your mouth. You're passed from one set of arms to another, each man taking his turn, using you for his pleasure. Your naked body is covered in a thin layer of cum, seeping from your mouth and pussy, serving as lubricant for the next guy that wants to use your holes. The sensation of being used, of being the center of their desire, sends a thrill through your body.
@@<br>
<<if $mainChar.corruption <= 70>>
Just as another man approaches, you wake up with a start, your heart pounding. You sit up in bed, gasping for breath, your body trembling. You're shocked by the intensity and brutality of the dream, but deep down, there's a part of you that's intrigued, even a little envious of the raw, primal experience. You replay the scene in your mind, imagining what you would do, how you would react. Would you struggle, fight back, or would you give in to the dark fantasy, letting the men use you as they pleased? You shake your head, trying to dispel the thoughts, but the curiosity lingers, a secret you're not ready to admit to anyone, not even yourself.
<<else>>
Just as another man approaches, you wake up, your eyes fluttering open. You sit up, a sense of disappointment washing over you. It was just a dream, and you can't help but feel a pang of regret that it wasn't real. You lie back down, the memories of the dream lingering, leaving you with a mix of longing and frustration. You wish you could experience that intense, overwhelming pleasure again.
<</if>>
<<elseif _dream == 7>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/Dreams/bimbo" + random(1) + ".webp")]]
@@
@@.narrator;
You find yourself standing in an opulent living room. Your mind is a haze of simple, shallow thoughts, each one revolving around pleasing the man who provides for you. He sits on the plush leather couch, his eyes roaming over your body with a mix of appreciation and ownership. You feel a flutter of excitement in your chest, a sense of pride in being his prized possession. You approach him, your movements fluid and practiced, knowing exactly how to present yourself to maximize his pleasure. You're dressed in a skimpy, barely-there outfit that leaves little to the imagination, your heels clicking against the polished marble floor as you sway your hips seductively. You know your purpose, your reason for being here, and you embrace it wholeheartedly. Your mind is empty of any thoughts beyond pleasing him, your every action driven by the desire to be his perfect, obedient bimbo.
@@<br>
<<if $mainChar.corruption <= 70>>
You jolt awake, your heart pounding in your chest. The room is dark, the only sound the soft hum of the night. At first, you feel a wave of relief wash over you. It was just a dream, a twisted, perverse dream. You take a deep breath, trying to calm your racing thoughts. But as the seconds tick by, you can't shake the lingering images from your mind. You find yourself wondering, despite your embarrassment, what it would be like to live that life. What would it feel like to be so completely objectified, to exist solely for the pleasure of others? You shake your head, trying to dispel the thoughts, but they linger, a dark, forbidden curiosity that you can't quite ignore.
<<else>>
You wake up with a start, your body trembling with a mix of emotions. The room is quiet, the darkness enveloping you like a comforting blanket. But you feel anything but comforted. A profound sense of loss washes over you as you realize it was just a dream. Your heart aches with a longing you can't quite understand. You reach down, your fingers brushing against the wetness between your legs. The realization that your body responded so strongly to the dream only deepens your confusion and desire. You close your eyes, trying to hold onto the fading images, wishing with all your heart that it had been real. The emptiness you feel is almost unbearable, a yearning for something you can't quite grasp, but know you desperately want.
<</if>>
<<elseif _dream == 8>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/Dreams/Pegging" + random(1) + ".webp")]]
@@
@@.narrator;
You find yourself in a dimly lit room, the air thick with tension and anticipation. Your brother is on his knees before you, his eyes wide with a mix of fear and excitement. You're dressed in a tight, leather outfit that hugs your curves, exuding power and dominance. In your hand, you hold a strap-on, the sight of it sending a thrill down your spine. You approach him, your steps deliberate and measured. "You're mine tonight," you say, your voice firm and commanding. He nods, his breath coming in short, nervous gasps. You push forward, slowly at first, then with more force, claiming him as your own. His moans fill the room, a mix of pleasure and pain that only fuels your desire. You grip his hips, your movements steady and controlled, taking what you want, asserting your dominance.
@@<br>
<<if $brother.relationship < 60>>
You jolt awake, your heart pounding in your chest. The room is dark, the only sound the soft hum of the night. You feel a wave of relief wash over you: it was just a dream, a twisted, perverse dream. You realize that being dominant isn't your thing. Even if you're embarrassed to admit it, you prefer being submissive. The thought of being in control, of taking charge, doesn't excite you the way you thought it would.
<<else>>
You wake up with a start, your body trembling with a mix of emotions. The room is quiet, the darkness enveloping you like a comforting blanket. But you feel anything but comforted. A profound sense of shame washes over you as you realize what you've done in your dream. The thought of dominating your brother feels like a betrayal.
<</if>>
<<elseif _dream == 9>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/Dreams/Foot" + random(1) + ".webp")]]
@@
@@.narrator;
As you drift deeper into sleep, your mind conjures a vivid dream. You find yourself in a dimly lit room, the air thick with a sense of intimacy and reverence. Kneeling before you is one of your closest friends, her feet bare and beautifully manicured. You feel a surge of excitement and devotion as you lean in, your tongue gently tracing the arch of her foot. The taste of her skin is intoxicating, and you can't help but feel a deep sense of satisfaction as you worship her feet, your movements slow and deliberate. You lick and kiss every inch, your breath hot against her skin, your heart pounding with a mix of desire and adoration. The room is silent except for the soft sounds of your ministrations, and you lose yourself in the moment, completely focused on pleasing her.
@@<br>
<<if $brother.relationship < 60>>
You wake up suddenly, your eyes fluttering open as the dream fades away. At first, you feel a wave of relief wash over you, grateful that it was just a dream. But as the moments pass, you can't shake the lingering feelings of excitement and curiosity. You find yourself wondering what it would be like to actually do that, to kneel before your friend and worship her feet. The thought makes you blush, embarrassed to admit that the idea turns you on. You replay the scene in your mind, imagining what you would do, how you would touch her, the sounds she might make. The more you think about it, the more you realize that the dream has awakened something within you, a desire you never knew you had.
<<else>>
You wake up with a start, the dream still fresh in your mind. A profound sense of disappointment washes over you as you realize it was just a dream. Your body is still tingling with the remnants of the intense feelings you experienced, and you can feel the wetness between your legs, a clear sign of your arousal. You lie there, staring at the ceiling, wishing that the dream had been real. The thought of worshipping your friend's feet, of feeling her skin against your tongue, sends a shiver down your spine. You can't help but wonder what it would be like to make that dream a reality, to give in to the desires that have been stirred within you. The longing is almost unbearable, and you find yourself lost in thought, imagining what could be.
<</if>>
<<endif>>
<br>
<br>
[[Wake up->Sleep]]<<widget "TheDefloweringPart">>
<!-- $args[0] - the character who deflowered main character -->
<<if $mainChar.sexStats.virgin>>
<br>
@@#virgin-warning;
<<= $args[0].toUpperFirst()>> just popped your cherry!
@@
<br>
<<set $mainChar.sexStats.virgin = false>>
<<endif>>
<</widget>>
<<widget "HaveASexWidget">>
<!-- $args[0] - a type of sex, values: (vaginal, anal, bj, masturbated, raped) -->
<!-- $args[1] - an object of sex, i.e. (dad, mom, unknown person, brother, sister, Jack, student) -->
<!-- $args[2] - a place where came your partner, values: (face, inass, onass, inpussy, onpussy, body) -->
<!-- ------ ARGS 0 (TYPE OF SEX) ------ -->
<<switch $args[0]>>
<<case "bj" "oral" "mouth" "face">>
<<set $mainChar.sexStats.bj += 1>>
<<case "vaginal" "pussy">>
<<set $mainChar.sexStats.vaginal += 1>>
<<TheDefloweringPart $args[1]>>
<<case "anal" "ass" "anus">>
<<set $mainChar.sexStats.anal += 1>>
<<case "rape" "forced" "raped">>
<<set $mainChar.sexStats.raped += 1>>
<<set $mainChar.sexStats.vaginal += 1>>
<<TheDefloweringPart $args[1]>>
<<case "masturbate" "handjob" "fingered" "masturbated">>
<<set $mainChar.sexStats.masturbated += 1>>
<<default>>
<</switch>>
<!-- ------ ARGS 1 (PARTNER) ------ -->
<<switch $args[1]>>
<<case "brother" "Brother" "bro" "Bro">>
<<set $hadSexWithBrother += 1>>
<<case "dad" "father" "Dad" "Father">>
<<set $hadSexWithDad += 1>>
<<case "mom" "mother" "Mom" "Mother">>
<<set $hadSexWithMom += 1>>
<<case "stranger" "student" "teacher" "customer">>
<<set $hadSexWithStranger += 1>>
<</switch>>
<!-- ------ ARGS 2 (CUM PLACE) ------ -->
<<if def $args[2]>>
<<set _cumPlace = $args[2]>>
<<script>>
variables().mainChar.haveCum[temporary().cumPlace] += 1;
<</script>>
<<endif>>
<!-- ------ STDs AND CONDOMS ------ -->
<<if $args[0] is "raped" or $args[0] is "rape" or $args[0] is "forced">>
<p class='minus'><<print "You had unprotected sex !">></p><br>
<<if random(10) is 0>>
<<set $mainChar.hasSTD to "true">>
<<set $mainChar.hasSTDDay to $dayCount>>
<</if>>
<<elseif $args[0] is "vaginal" or $args[0] is "pussy" or $args[0] is "anal" or $args[0] is "ass">>
<<if $inventory.pharmacy['premiumCondoms'] and $inventory.pharmacy['premiumCondoms'].count > 0>>
<<if random(50) is 0>>
<<set $mainChar.hasSTD to "true">>
<<set $mainChar.hasSTDDay to $dayCount>>
<</if>>
<<set $inventory.pharmacy['premiumCondoms'].count -=1>>
<<elseif $inventory.pharmacy['cheapCondoms'] and $inventory.pharmacy['cheapCondoms'].count > 0>>
<<if random(25) is 0>>
<<set $mainChar.hasSTD to "true">>
<<set $mainChar.hasSTDDay to $dayCount>>
<</if>>
<<set $inventory.pharmacy['cheapCondoms'].count -=1>>
<<else>>
<p class='minus'><<print "You had unprotected sex !">></p><br>
<<if random(10) is 0>>
<<set $mainChar.hasSTD to "true">>
<<set $mainChar.hasSTDDay to $dayCount>>
<</if>>
<</if>>
<</if>>
<</widget>><<set $minute += 1>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/livingroom/Window/Window_"+ $timeOfDay +".jpg")]]
@@<br>
You position yourself on the cushions, relaxing into their comfortable material. The soft, plush fabric envelops you, providing a sense of warmth and security. You take a deep breath, feeling the tension in your muscles begin to ease. The room is quiet, the only sound the gentle hum of the world outside, filtered through the window.<br><br>
You can spend a few minutes [[reading a book,->Reading]] or enjoy the outside view by [[relaxing near the window.->Window Relax]]
<br><br>
However, you can also turn away and [[return to the living room.->Living room]]
<<widget "NewDayStats">>
<<script>>Save.browser.slot.save(0, "Autosave")<</script>>
<<set $mainChar.gotRobbed to "">>
<<set $mainChar.appearance.isPerfumed to 'false'>>
<<set $mainChar.tookFitnessPill to 'false'>>
<<set $mainChar.tookConcentrationPill to 'false'>>
<<set $mainChar.tookEnergyPill to 'false'>>
<<set $mainChar.tookDumbnessPill to 'false'>>
<<set $mainChar.tookArousalPill to 'false'>>
<<if $mainChar.eroticLook.intimateHaircut == 'shaved' and $dayCount >= $mainChar.eroticLook.lastShave + 7>>
<<set $mainChar.eroticLook.intimateHaircut = 'stubble'>>
<<elseif $mainChar.eroticLook.intimateHaircut == 'stubble' and $dayCount >= $mainChar.eroticLook.lastShave + 7>>
<<set $mainChar.eroticLook.intimateHaircut = 'hairy'>>
<<endif>>
<<if $mainChar.appearance.head.hair.length == 'short' and $dayCount >= $mainChar.appearance.head.hair.lastHaircut + 21>>
<<set $mainChar.appearance.head.hair.length = 'shoulder'>>
<<elseif $mainChar.appearance.head.hair.length == 'shoulder' and $dayCount >= $mainChar.appearance.head.hair.lastHaircut + 21>>
<<set $mainChar.appearance.head.hair.length = 'chest'>>
<<elseif $mainChar.appearance.head.hair.length == 'chest' and $dayCount >= $mainChar.appearance.head.hair.lastHaircut + 21>>
<<set $mainChar.appearance.head.hair.length = 'long'>>
<<endif>>
<<if $wereVitaminsTaken == true>>
<<set $mainChar.maxEnergy -= 10>>
<<endif>>
<<set $wereVitaminsTaken = false>>
<<for _i, _name range $listOfFood>>
<<if $inventory.food[_name].boostTimer < 0 or $inventory.food[_name].boostTimer > 0>>
<<set $inventory.food[_name].boostTimer = 0>>
<<set $mainChar.foodBoost.corruption -= $inventory.food[_name].corruption>>
<<set $mainChar.foodBoost.fitness -= $inventory.food[_name].fitness>>
<<set $mainChar.corruption -= $inventory.food[_name].corruption>>
<<endif>>
<</for>>
<</widget>><div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Bar.jpg")]]
</div>
<<SeeCumOnPcWidget "people">>
Inside, the dim lighting and the soft murmur of conversations create an intimate and almost surreal setting. The room is divided into different sections, each with its own distinct ambiance. The stage is the central focus, where the performers sway and dance, their movements fluid and captivating. <br>
You notice a bar to your right, the bartender polishing a glass with a practiced ease, his eyes occasionally flicking towards the stage. <br><br>
<<if $mainChar.work.barmaid.experience > 0>>
"Hey $mainChar.firstName ! Want a drink?" the barman asks.
<<else>> "Yo, lady, need a drink?" the barman asks.<</if>>
<br><br>
You smile in response and [[take a seat at the bar.->Counter][$Bar_location = 'Strip Bar']]<br>
<<if $mainChar.work.barmaid.experience > 0>>
<<if $hour >= 17 and $hour <= 21>>
You politely decline as your intent to
<<link "start your shift.">>
<<goto "Bar Locker Room">>
<</link>>
<<else>>
It's not time to work (work hours - 17:00-21:00)
<<endif>>
<<else>>
You can also [[ask about open vacancies.->Work Barmaid Misc.][$workTopic = "Getting job"]]
<<endif>><br>
Or you can go [[take a look at the stage.->Stage]]<br>
In the corner of the room, you see the restrooms: [[Female WC->Female Public Restroom][$Restroom_location = "Strip Bar"]]
<<if $mainChar.corruption>=40 and $mainChar.energy>=30>> | [[Male WC->Male Public Restroom][$Restroom_location = "Strip Bar"]]<</if>><br>
<br><br>
[[Go out.->Red Light District]]<<widget "dateChangeWidget">>
<<if $dateMonth == "September">>
<<if $dateDay == 30>>
<<set $dateMonth = "October">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "October">>
<<if $dateDay == 31>>
<<set $dateMonth = "November">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "November">>
<<if $dateDay == 30>>
<<set $dateMonth = "December">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "December">>
<<if $dateDay == 31>>
<<set $dateMonth = "January">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "January">>
<<if $dateDay == 31>>
<<set $dateMonth = "February">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "February">>
<<if $dateDay == 28>>
<<set $dateMonth = "March">>
<<set $dateDay = 1>>
<<elseif $dateDay > 28>>
<<set $dateDay = 28>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "March">>
<<if $dateDay == 31>>
<<set $dateMonth = "April">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "April">>
<<if $dateDay == 30>>
<<set $dateMonth = "May">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "May">>
<<if $dateDay == 31>>
<<set $dateMonth = "June">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "June">>
<<if $dateDay == 30>>
<<set $dateMonth = "July">>
<<set $dateDay = 1>>
<<elseif $dateDay == 6>>
<<set $dateDay += 1>>
<<set $mainChar.age += 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "July">>
<<if $dateDay == 31>>
<<set $dateMonth = "August">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<elseif $dateMonth == "August">>
<<if $dateDay == 31>>
<<set $dateMonth = "September">>
<<set $dateDay = 1>>
<<else>>
<<set $dateDay += 1>>
<<endif>>
<<endif>>
<</widget>>@@.default-image-wrapper;
[img[String.format($urlPath + "/TechFolder/Achievements/AchievementsBanner.png")]]
@@
<div style="display: flex;">
<table width="50%">
<tbody>
<<for _index, _achievementName range Object.keys($Achievements)>>
<<if _index % 2 === 0>>
<tr>
<td>
<<if $Achievements[_achievementName].unlocked>>
[img[String.format($urlPath + '/TechFolder/Achievements/Achievement_unlocked.png')]]
<<else>>
[img[String.format($urlPath + '/TechFolder/Achievements/Achievement_locked.png')]]
<</if>>
</td>
<td>
<<capture _index, _achievementName>>
<<print '<span id="lock' + _index + '">
<<if $Achievements[_achievementName].unlocked>>
<<print $Achievements[_achievementName].label>>
<<else>>
Achievement locked!
<</if>>
</span>'>>
<<if !$Achievements[_achievementName].unlocked>>
<span title="Hint"><<linkreplace '\[?]'>> <br> <span style="display:block; margin-top:-12px; font-size: 17px; color: lime;">$Achievements[_achievementName].label</span>
<</linkreplace>></span>
<</if>>
<</capture>>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<table width="50%">
<tbody>
<<for _index, _achievementName range Object.keys($Achievements)>>
<<if _index % 2 === 1>>
<tr>
<td>
<<if $Achievements[_achievementName].unlocked>>
[img[String.format($urlPath + '/TechFolder/Achievements/Achievement_unlocked.png')]]
<<else>>
[img[String.format($urlPath + '/TechFolder/Achievements/Achievement_locked.png')]]
<</if>>
</td>
<td>
<<capture _index, _achievementName>>
<<print '<span id="lock' + _index + '">
<<if $Achievements[_achievementName].unlocked>>
<<print $Achievements[_achievementName].label>>
<<else>>
Achievement locked!
<</if>>
</span>'>>
<<if !$Achievements[_achievementName].unlocked>>
<span title="Hint"><<linkreplace '\[?]'>> <br> <span style="display:block; margin-top:-12px; font-size: 17px; color: lime;">$Achievements[_achievementName].label</span>
<</linkreplace>></span>
<</if>>
<</capture>>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
</div>
<br>
<<link "Go back">><<set $wasMenuItemEntered = false>><<goto $pastPassage>><</link>><div style="position: relative; top: 0; left: 0">
<div id="DollZeroLay">
[img[String.format($urlPath + '/PaperDoll/zeroLay.png')]]
</div>
<div id="DollMainBody">
[img[String.format($urlPath + '/PaperDoll/MainBody/MainBody_'+ $mainChar.appearance.makeup +'.png')]]
</div>
<div id="DollAccessoriesAnus">
[img[String.format($urlPath + '/PaperDoll/Accessories/Anus/' + $dollAnusAccessories + '.png')]]
</div>
<<if $mainChar.work.currentWorkName != ''>>
<div id="DollCostume">
[img[String.format($urlPath + '/PaperDoll/Costumes/' + $mainChar.work.currentWorkName.toUpperFirst() + '/' + $mainChar.work.currentWorkName.toUpperFirst() + $mainChar.work.costume.toUpperFirst() + $mainChar.appearance.chest.size + '.png')]]
</div>
<</if>>
<div id="DollEyes">
[img[String.format($urlPath + '/PaperDoll/MainBody/Eyes/' + $dollEyesColor + 'Eyes.png')]]
</div>
<div id="DollAccessoriesVagina">
[img[String.format($urlPath + '/PaperDoll/Accessories/Vagina/' + $dollVaginaAccessories + '.png')]]
</div>
<div id="DollTattoosAbdomen">
[img[String.format($urlPath + '/PaperDoll/Tattoos/abdomen/' + $dollTattoosAbdomen + '.png')]]
</div>
<div id="DollTattoosRightArm">
[img[String.format($urlPath + '/PaperDoll/Tattoos/rightArm/' + $dollTattoosRightArm + '.png')]]
</div>
<div id="DollTattoosLeftArm">
[img[String.format($urlPath + '/PaperDoll/Tattoos/leftArm/' + $dollTattoosLeftArm + '.png')]]
</div>
<div id="DollTattoosRightThigh">
[img[String.format($urlPath + '/PaperDoll/Tattoos/rightThigh/' + $dollTattoosRightThigh + '.png')]]
</div>
<div id="DollTattoosLeftThigh">
[img[String.format($urlPath + '/PaperDoll/Tattoos/leftThigh/' + $dollTattoosLeftThigh + '.png')]]
</div>
<div id="DollTattoosRightAnkle">
[img[String.format($urlPath + '/PaperDoll/Tattoos/rightAnkle/' + $dollTattoosRightAnkle + '.png')]]
</div>
<div id="DollTattoosLeftAnkle">
[img[String.format($urlPath + '/PaperDoll/Tattoos/leftAnkle/' + $dollTattoosLeftAnkle + '.png')]]
</div>
<div id="DollPubies">
[img[String.format($urlPath + '/PaperDoll/Pubies/' + $dollPubies + '.png')]]
</div>
<div id="DollPiercingsClitoris">
[img[String.format($urlPath + '/PaperDoll/Piercings/Clitoris/' + $dollClitorisPiercings + '.png')]]
</div>
<div id="DollCumFace">
[img[String.format($urlPath + '/PaperDoll/Stains/' + $dollCumFace + '.png')]]
</div>
<div id="DollHair">
<<DollHairWidget>>
</div>
<<if $mainChar.work.currentWorkName != '' and $dollCostumeHasHat == true>>
<div id="DollCostumeHat">
[img[String.format($urlPath + '/PaperDoll/Costumes/' + $mainChar.work.currentWorkName.toUpperFirst() + '/' + $mainChar.work.currentWorkName.toUpperFirst() + $mainChar.work.costume.toUpperFirst() + 'Hat.png')]]
</div>
<<endif>>
<<if $mainChar.work.currentWorkName is ''>>
<div id="DollAccessoriesHair">
[img[String.format($urlPath + '/PaperDoll/Accessories/Hair/' + $dollHairAccessories + '.png')]]
</div>
<div id="DollClothesHead">
[img[String.format($urlPath + '/PaperDoll/Clothes/Head/' + $dollHeadClothes + '.png')]]
</div>
<</if>>
<div id="DollAccessoriesEyes">
<img @src="`${$urlPath}/PaperDoll/Accessories/Eyes/${$dollEyesAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.eyes.hue +'deg) saturate('+ $mainChar.look.accessories.eyes.saturation + '%) brightness('+ $mainChar.look.accessories.eyes.brightness+ '%);'">
</div>
<div id="DollPiercingsEarlobes">
<img @src="`${$urlPath}/PaperDoll/Piercings/Earlobes/${$dollEarlobesPiercings}.png`" @style="'filter: hue-rotate('+ $mainChar.look.piercings.earlobes.hue +'deg) saturate('+ $mainChar.look.piercings.earlobes.saturation + '%) brightness('+ $mainChar.look.piercings.earlobes.brightness+ '%);'">
</div>
<<if $mainChar.work.currentWorkName is ''>>
<div id="DollClothesHands">
<img @src="`${$urlPath}/PaperDoll/Clothes/Hands/${$dollHandsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.hands.hue +'deg) saturate('+ $mainChar.look.clothes.hands.saturation + '%) brightness('+ $mainChar.look.clothes.hands.brightness+ '%);'">
</div>
<div id="DollAccessoriesWrists">
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$dollWristsAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.wrists.hue +'deg) saturate('+ $mainChar.look.accessories.wrists.saturation + '%) brightness('+ $mainChar.look.accessories.wrists.brightness+ '%);'">
</div>
<div id="DollAccessoriesFingers">
<img @src="`${$urlPath}/PaperDoll/Accessories/Fingers/${$dollFingersAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.fingers.hue +'deg) saturate('+ $mainChar.look.accessories.fingers.saturation + '%) brightness('+ $mainChar.look.accessories.fingers.brightness+ '%);'">
</div>
<div id="DollClothesStomach">
[img[String.format($urlPath + '/PaperDoll/Clothes/Stomach/' + $dollStomachClothes + '.png')]]
</div>
<</if>>
<<if $mainChar.work.currentWorkName is ''>>
<div id="DollChest">
[img[String.format($urlPath + '/PaperDoll/MainBody/Chest/' + $dollBareChestSize + '.png')]]
</div>
<</if>>
<div id="DollPiercingsNipples">
[img[String.format($urlPath + '/PaperDoll/Piercings/Nipples/' + $dollChestSizeNipplesPiercings + $dollNipplesPiercings + '.png')]]
</div>
<<if $mainChar.work.currentWorkName is ''>>
<div id="DollLingerieChest">
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeChestLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
</div>
<</if>>
<div id="DollCumCreampie">
[img[String.format($urlPath + '/PaperDoll/Stains/' + $dollCumCreampie + '.png')]]
</div>
<<if $mainChar.work.currentWorkName is ''>>
<div id="DollLingerieGroin">
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
</div>
<div id="DollClothesCalves">
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
</div>
<div id="DollClothesFeet">
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
</div>
<div id="DollClothesLegs">
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
</div>
<div id="DollClothesTorso">
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
</div>
<</if>>
<div id="DollCumBody">
[img[String.format($urlPath + '/PaperDoll/Stains/' + $dollCumBody + '.png')]]
</div>
<div id="DollCumOnPussy">
[img[String.format($urlPath + '/PaperDoll/Stains/' + $dollCumOnPussy + '.png')]]
</div>
<<if $mainChar.work.currentWorkName is ''>>
<div id="DollAccessoriesNeck">
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$dollNeckAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.neck.hue +'deg) saturate('+ $mainChar.look.accessories.neck.saturation + '%) brightness('+ $mainChar.look.accessories.neck.brightness+ '%);'">
</div>
<</if>>
</div><<widget "dollClothesWidget">>
<!-- HEAD -->
<<set $dollEyesColor = $mainChar.appearance.head.eyes.color>>
<<set $dollHairColor = $mainChar.appearance.head.hair.color>>
<<set $dollHairLength = $mainChar.appearance.head.hair.length>>
<<set $dollHairStyle = $mainChar.appearance.head.hair.style>>
<<set $dollHeadClothes = $mainChar.look.clothes.head.name.replace(/[0-9]/g, '')>>
<<set $dollNeckAccessories = $mainChar.look.accessories.neck.name.replace(/[0-9]/g, '')>>
<<set $dollHairAccessories = $mainChar.look.accessories.hair.name.replace(/[0-9]/g, '')>>
<<set $dollEyesAccessories = $mainChar.look.accessories.eyes.name.replace(/[0-9]/g, '')>>
<<set $dollEarlobesPiercings = $mainChar.look.piercings.earlobes.name.replace(/[0-9]/g, '')>>
<!-- UPPER BODY -->
<<set $dollChestSize = $mainChar.appearance.chest.size>>
<<set $dollBareChestSize = $mainChar.appearance.chest.size>>
<<set $dollBareChestSizeMannequin = $mainChar.appearance.chest.size>>
<<set $dollChestSizeTorsoClothes = $mainChar.appearance.chest.size>>
<<set $dollChestSizeChestLingerie = $mainChar.appearance.chest.size>>
<<set $dollChestSizeNipplesPiercings = $mainChar.appearance.chest.size>>
<<set $dollTorsoClothes = $mainChar.look.clothes.torso.name.replace(/[0-9]/g, '')>>
<<set $dollHandsClothes = $mainChar.look.clothes.hands.name.replace(/[0-9]/g, '')>>
<<set $dollStomachClothes = $mainChar.look.clothes.stomach.name.replace(/[0-9]/g, '')>>
<<set $dollWristsAccessories = $mainChar.look.accessories.wrists.name.replace(/[0-9]/g, '')>>
<<set $dollFingersAccessories = $mainChar.look.accessories.fingers.name.replace(/[0-9]/g, '')>>
<<set $dollChestLingerie = $mainChar.look.lingerie.chest.name.replace(/[0-9]/g, '')>>
<<set $dollNipplesPiercings = $mainChar.look.piercings.nipples.name.replace(/[0-9]/g, '')>>
<!-- LOWER BODY -->
<<set $dollGroinLingerie = $mainChar.look.lingerie.groin.name.replace(/[0-9]/g, '')>>
<<set $dollCalvesClothes = $mainChar.look.clothes.calves.name.replace(/[0-9]/g, '')>>
<<set $dollAnusAccessories = $mainChar.look.accessories.anus.name.replace(/[0-9]/g, '')>>
<<set $dollVaginaAccessories = $mainChar.look.accessories.vagina.name.replace(/[0-9]/g, '')>>
<<set $dollLegsClothes = $mainChar.look.clothes.legs.name.replace(/[0-9]/g, '')>>
<<set $dollFeetClothes = $mainChar.look.clothes.feet.name.replace(/[0-9]/g, '')>>
<<set $dollPubies = $mainChar.eroticLook.intimateHaircut>>
<<set $dollClitorisPiercings = $mainChar.look.piercings.clitoris.name.replace(/[0-9]/g, '')>>
<!-- TATTOOS -->
<<set $dollTattoosAbdomen = $mainChar.look.tattoos.abdomen.name>>
<<set $dollTattoosLeftArm = $mainChar.look.tattoos.leftArm.name>>
<<set $dollTattoosRightArm = $mainChar.look.tattoos.rightArm.name>>
<<set $dollTattoosLeftThigh = $mainChar.look.tattoos.leftThigh.name>>
<<set $dollTattoosRightThigh = $mainChar.look.tattoos.rightThigh.name>>
<<set $dollTattoosLeftAnkle = $mainChar.look.tattoos.leftAnkle.name>>
<<set $dollTattoosRightAnkle = $mainChar.look.tattoos.rightAnkle.name>>
<!-- CUM STAINS -->
<<if $mainChar.haveCum.face > 0>>
<<set $dollCumFace = 'Cum on face'>>
<<else>>
<<set $dollCumFace = ''>>
<<endif>>
<<if $mainChar.haveCum.body > 0>>
<<set $dollCumBody = 'Cum on body'>>
<<else>>
<<set $dollCumBody = ''>>
<<endif>>
<<if $mainChar.haveCum.onpussy > 0>>
<<set $dollCumOnPussy = 'Cum on pussy'>>
<<else>>
<<set $dollCumOnPussy = ''>>
<<endif>>
<<if $mainChar.haveCum.inpussy > 0 or $mainChar.haveCum.inass > 0>>
<<set $dollCumCreampie = 'Creampie'>>
<<else>>
<<set $dollCumCreampie = ''>>
<<endif>>
<!-- COSTUMES RULES -->
<<if $mainChar.work.currentWorkName == "Barmaid" or
$mainChar.work.currentWorkName == "Waitress">>
<<set $dollCostumeHasHat = true>>
<<else>>
<<set $dollCostumeHasHat = false>>
<<endif>>
<!-- RULES -->
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.lingerie.chest.name is ''>>
<<set $dollBareChestSize = $mainChar.appearance.chest.size>>
<<else>>
<<set $dollBareChestSize = $mainChar.appearance.chest.size + 'clothed'>>
<</if>>
<<if $dollTorsoClothes != '' or $dollChestLingerie != ''>>
<<if $dollNipplesPiercings != 'Nipple chain'>>
<<set $dollChestSizeNipplesPiercings = ''>>
<<set $dollNipplesPiercings = ''>>
<<endif>>
<<endif>>
<<if $dollChestLingerie == 'Usual bra'>>
<<set $dollChestLingerie = 'Default bra'>>
<<endif>>
<<if $dollTorsoClothes == 'Pink workout bra' or $dollTorsoClothes == 'Blue workout bra'>>
<<set $dollChestLingerie to ''>>
<</if>>
<<if $dollGroinLingerie == 'Usual Panties'>>
<<set $dollGroinLingerie = 'Default Panties'>>
<<endif>>
<<if $dollTorsoClothes.swim == 'true'>>
<<set $dollGroinLingerie == ''>>
<<set $dollChestLingerie == ''>>
<<set $dollLegClothes == ''>>
<<set $dollCalvesClothes == ''>>
<<set $dollFeetClothes == ''>>
<<endif>>
<!-- <<if $dollTorsoClothes == 'School uniform' and $dollCalvesClothes == 'Stockings'>>
<<set $dollCalvesClothes = ''>>
<<endif>> -->
<<if $dollTorsoClothes == ''>>
<<set $dollChestSizeTorsoClothes = ''>>
<<endif>>
<<if $dollChestLingerie == ''>>
<<set $dollChestSizeChestLingerie = ''>>
<<endif>>
<<if $dollNipplesPiercings == ''>>
<<set $dollChestSizeNipplesPiercings = ''>>
<<endif>>
<<if $dollHeadClothes != ''>>
<<set $dollHairAccessories = ''>>
<<endif>>
<<if $dollLegsClothes.toLowerCase().indexOf('skirt') == -1 >>
<<set $dollCumCreampie = ''>>
<<endif>>
<</widget>>
<<widget "ClothLevel">>
<!-- $args[0] - situation (in or out)-->
<<if ($args[0] is "in" or $args[0] is "enter" or $args[0] is "entering") and $mainChar.wasIn != 1>>
<<set $mainChar.wasIn to 1>>
<<if $mainChar.work.currentWorkName != ''>>
<<set $mainChar.tempCostume to $mainChar.work.currentWorkName>>
<<set $mainChar.work.currentWorkName to "">>
<</if>>
<<set $mainChar.tempTorso to $mainChar.look.clothes.torso>>
<<set $mainChar.tempLegs to $mainChar.look.clothes.legs>>
<<set $mainChar.tempFeet to $mainChar.look.clothes.feet>>
<<set $mainChar.tempCalves to $mainChar.look.clothes.calves>>
<<set $mainChar.tempHead to $mainChar.look.clothes.head>>
<<set $mainChar.tempChest to $mainChar.look.lingerie.chest>>
<<set $mainChar.tempGroin to $mainChar.look.lingerie.groin>>
<<set $mainChar.look.clothes.torso to $emptyItem>>
<<set $mainChar.look.clothes.legs to $emptyItem>>
<<set $mainChar.look.clothes.feet to $emptyItem>>
<<set $mainChar.look.clothes.calves to $emptyItem>>
<<set $mainChar.look.clothes.head to $emptyItem>>
<<set $mainChar.look.lingerie.groin to $emptyItem>>
<<set $mainChar.look.lingerie.chest to $emptyItem>>
<<elseif $args[0] is "out" or $args[0] is "leaving" or $args[0] is "leave">>
<<unset $mainChar.wasIn>>
<<if !($mainChar.tempCostume is undefined)>>
<<set $mainChar.work.currentWorkName to $mainChar.tempCostume>>
<<unset $mainChar.tempCostume>>
<</if>>
<<set $mainChar.look.clothes.torso to $mainChar.tempTorso>>
<<set $mainChar.look.clothes.legs to $mainChar.tempLegs>>
<<set $mainChar.look.clothes.feet to $mainChar.tempFeet>>
<<set $mainChar.look.clothes.calves to $mainChar.tempCalves>>
<<set $mainChar.look.clothes.head to $mainChar.tempHead>>
<<set $mainChar.look.lingerie.chest to $mainChar.tempChest>>
<<set $mainChar.look.lingerie.groin to $mainChar.tempGroin>>
<</if>>
<</widget>>
<<widget "DollHairWidget">>
<<if $mainChar.appearance.isCombed is false>>
<<set $dollHairStyle to 'ruined'>>
<</if>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Hair/${$dollHairLength}/${$dollHairStyle}.png`" @style="'filter: hue-rotate('+$mainChar.appearance.head.hair.hue + 'deg) saturate('+ $mainChar.appearance.head.hair.saturation + '%) brightness('+ $mainChar.appearance.head.hair.brightness+ '%);'">
<</widget>>
<<if $wardrobeSetsCommand == 'Add outfit'>>
<<if $wardrobe.outfitPresets is undefined>>
<<set $wardrobe.outfitPresets to {}>>
<</if>>
Enter the name of your new outfit set: <br>
<<textbox "$outfitSetName" "Outfit">> <br><br>
<<link "Confirm">>
<<if $mainChar.look.clothes.torso.sport is 'true' and $mainChar.look.clothes.legs.sport is 'true' and $mainChar.look.clothes.feet.sport is 'true'>>
<<set $outfitSetType to "sport">>
<<elseif $mainChar.look.clothes.torso.office is 'true' and $mainChar.look.clothes.legs.office is 'true' and $mainChar.look.clothes.feet.office is 'true'>>
<<set $outfitSetType to "office">>
<<elseif $mainChar.look.clothes.torso.swim is 'true' and $mainChar.look.clothes.legs. is ''>>
<<set $outfitSetType to "swim">>
<<else>>
<set $outfitSetType to "">>
<</if>>
<<if $wardrobe.outfitPresets is undefined>>
<<set $wardrobe.outfitPresets = ''>>
<</if>>
<<set $wardrobe.outfitPresets["Outfit" + Object.keys($wardrobe.outfitPresets).length] = {
name: clone($outfitSetName),
type: clone($outfitSetType),
clothes: $mainChar.look.clothes,
}>>
<<unset $outfitSetType>>
<<unset $outfitSetName>>
<<goto "Wardrobe">>
<</link>>
<<elseif $wardrobeSetsCommand == 'Rename'>>
Enter the new name of the selected outfit set: <br><br>
<<textbox "$wardrobe.outfitPresets[$tempOutfitTitle].name" $tempOutfit.name>>
<<link "Confirm">>
<<unset $tempOutfitTitle>>
<<unset $tempOutfit>>
<<goto "Wardrobe">>
<</link>>
<<endif>><<link "Save current outfit">>
<<set $wardrobeSetsCommand = 'Add outfit'>>
<<goto "Wardrobe sets">>
<</link>> <br>
<<if $wardrobe.outfitPresets != undefined>>
<<for _outfitTitle, _outfit range $wardrobe.outfitPresets>>
<<capture _outfitTitle, _outfit>>
<br><u>_outfit.name</u> -
<<link "Wear">>
<<set $mainChar.look.clothes = clone(_outfit.clothes)>>
<<goto "Wardrobe">>
<</link>> |
<<link "Update set">>
<<set $wardrobe.outfitPresets[_outfitTitle].clothes = clone($mainChar.look.clothes)>>
<<goto "Wardrobe">>
<</link>> |
<<link "Rename">>
<<set $wardrobeSetsCommand to 'Rename'>>
<<set $tempOutfitTitle to _outfitTitle>>
<<set $tempOutfit to _outfit>>
<<goto "Wardrobe sets">>
<</link>> |
<<link "Delete">>
<<run delete $wardrobe.outfitPresets[_outfitTitle]>>
<<goto "Wardrobe">>
<</link>>
<</capture>>
<</for>>
<br><</if>>
<<widget "SeeCumOnPcWidget">>
<!-- $0 (first argument) is a person who sees your cum (dad, mom, brother, Jack) -->
<<set _personWhoSees = $args[0] >>
<<if _personWhoSees is 'home' and $hour<23 and $hour>=7>>
<<set _watcherList to []>>
<<if $mom.currentLocation != "Work">><<set _watcherList.push('mom')>><</if>>
<<if $dad.currentLocation != "Work">><<set _watcherList.push('dad')>><</if>>
<<if $brother.currentLocation != "School">><<set _watcherList.push('brother')>><</if>>
<<if _watcherList.includes("dad") and _watcherList.includes("mom")>><<set _watcherList.push("parents")>><</if>>
<<if _watcherList.length > 0>><<set _personWhoSees to either(_watcherList) >><<else>> <<set _personWhoSees to "">><</if>><</if>>
<<set _stainLocation to []>>
<<if $mainChar.haveCum.face > 0>> <<set _stainLocation.push('face')>><</if>>
<<if $mainChar.haveCum.onass > 0 >> <<set _stainLocation.push('ass')>><</if>>
<<if $mainChar.haveCum.onpussy > 0>> <<set _stainLocation.push('groin')>><</if>>
<<if $mainChar.haveCum.body > 0>> <<set _stainLocation.push('chest')>><</if>>
<<if _stainLocation.length is 1>><<set _stainLocation to _stainLocation[0]>>
<<elseif _stainLocation.length >1 >><<set _stainLocation to 'body'>>
<<elseif _stainLocation.length is 0 >><<set _stainLocation to ''>><<set _personWhoSees to ''>><</if>>
<<script>>
let cumPlace = temporary().stainLocation;
if (temporary().personWhoSees === 'people') {
$(output).wiki('The cum on your ' + cumPlace + ' is so brazenly obvious that people are beginning to stare and comment. Though you can\'t hear what they are saying, you can see in their eyes that whilst some are judgemental and rude, others are more lewd. These are the ones you listen to for these are the ones that make you feel hot and sweaty.<br><p class="add">+10 Arousal</p> <<set variables().mainChar.arousal += 10>> <br><br>');
}
if (temporary().personWhoSees === 'brother' && variables().brother.SawCum != variables().dayCount) {
if (variables().brother.relationship >= 20) {
$(output).wiki('You come across your brother. His eyes dart down to your '+cumPlace+' where he can see the sticky white liquid dripping. "Damn, sis, you look sexy." The corner of his mouth curls slightly into a delinquent smirk.<br><p class="add">+10 Arousal</p> <<set variables().mainChar.arousal += 10>><br><p class="add">+1 Relationship with brother</p> <<set variables().brother.relationship += 1>><<set variables().brother.SawCum to variables().dayCount>> <br><br>');
}
if (variables().brother.relationship < 20) {
$(output).wiki('You encounter your brother. He\s a bit puzzled by the cum stain on your ' + cumPlace + '. <br>"I... I think you have... something on your... ' + cumPlace + ' ". He blushes and looks aside. Somehow you find it arousing.
<br><p class="add">+10 Arousal</p> <<set variables().mainChar.arousal += 10>><<set variables().brother.SawCum to variables().dayCount>> <br><br>');
}
}
if (temporary().personWhoSees === 'mom' && variables().mom.SawCum != variables().dayCount) {
if (variables().mom.relationship >= 20) {
$(output).wiki('You encounter your mother. She crosses her arms over her chest, appearing slightly disappointed. However, the subtle smile on her face betrays any notion of scolding. "Look at you. You remind me of me when I was your age," she says. You respond with a mischievous smile, as being compared to her is the highest compliment.<br><p class="add">+10 Arousal</p> <<set variables().mainChar.arousal += 10>><<set variables().mom.SawCum to variables().dayCount>> <br><br>');
}
if (variables().mom.relationship < 20) {
$(output).wiki('You encounter your mother. She gasps when she sees the cum dripping on your ' + cumPlace + '. Her expression shifts to one of anger as she admonishes you, her tone sharp.<br>"' + variables().mainChar.firstName + '! Have you no shame appearing like this?!" she scolds, her irritation evident. "Go clean yourself up immediately!"
<br><p class="minus">-3 Relationship with mom</p> <<set variables().mom.relationship -= 3>><<set variables().mom.SawCum to variables().dayCount>> <br><br>');
}
}
if (temporary().personWhoSees === 'dad' && variables().dad.SawCum != variables().dayCount) {
if (variables().dad.relationship >= 40 && variables().mainChar.corruption>=60) {
$(output).wiki('Without notice, your father pulls you close and spanks your ass quite forcefully. "You should really clean up after yourself." His fingers trail down your ass before poking cautiously at your vaginal hole. He smears the cum around, wetting your already soaking pussy. Before it goes much further, he gives you one final slap on your sensitive clit and steps away.<br><p class="add">+20 Arousal</p> <<set variables().mainChar.arousal += 20>><<set variables().dad.SawCum to variables().dayCount>> <br><br>');
}
if (variables().dad.relationship < 20) {
$(output).wiki('In an unexpected encounter, you cross paths with your father, who\'s quick to notice a stain on your ' + cumPlace + '. His expression shifts to one of anger as he discovers it\'s cum. His voice carries frustration as he admonishes you, his words sharp.<br>"' + variables().mainChar.firstName + '! Have you no shame appearing like this?!" he scolds, his irritation evident "Go clean yourself up immediately!"
<br><p class="minus">-3 Relationship with dad</p> <<set variables().dad.relationship -= 3>><<set variables().dad.SawCum to variables().dayCount>> <br><br>');
}
if (variables().dad.relationship < 40 && variables().dad.relationship>=20) {
$(output).wiki('In an unexpected encounter, you cross paths with your father, whose gaze lands on the stain on your ' + cumPlace + '. He points out the stain with a mischievous grin.<br>
"Seems like you\'ve got a little something there," he teases, a twinkle in his eye.
<br><p class="add">+1 Relationship with dad</p> <<set variables().dad.relationship += 1>><br><p class="add">+10 Arousal</p> <<set variables().mainChar.arousal += 10>><<set variables().dad.SawCum to variables().dayCount>> <br><br>');
}
}
if (temporary().personWhoSees === 'parents' && variables().dad.SawCum != variables().dayCount && variables().mom.SawCum != variables().dayCount) {
if (variables().mom.relationship >= 20 && variables().dad.relationship >= 20) {
$(output).wiki(' You encounter both of your parents. Their eyes fall upon your cum-stained ' + cumPlace + '. With knowing smirks exchanged between them, they make an unexpected comment.<br>
"Well, looks like you\'ve managed to get yourself into a sticky situation," they say, their playful tone carrying a risqué implication.<br><p class="add">+10 Arousal</p> <<set variables().mainChar.arousal += 10>><br><p class="add">+1 Relationship with dad</p> <<set variables().dad.relationship += 1>><br><p class="add">+1 Relationship with mom</p> <<set variables().mom.relationship += 1>><<set variables().mom.SawCum to variables().dayCount>><<set variables().dad.SawCum to variables().dayCount>> <br><br>');
}
if (variables().dad.relationship < 20 && variables().mom.relationship < 20) {
$(output).wiki('As you come across your parents, you try to cover your body but it\'s too late, they have seen the cum that glazes you. Their expressions shift to anger. Their words are stern, expressing their shock and disapproval for your appearance.<br>
"We can\'t believe you\'d let yourself be seen like this," they scold in unison, their collective tone laced with disappointment. "Go clean yourself up immediately."<br>
<p class="minus">-3 Relationship with dad</p> <<set variables().dad.relationship -= 3>> <br><p class="minus">-3 Relationship with mom</p> <<set variables().mom.relationship -= 3>><<set variables().mom.SawCum to variables().dayCount>><<set variables().dad.SawCum to variables().dayCount>> <br><br>');
}
}
if (temporary().personWhoSees === 'Seller') {
$(output).wiki('You hear a gasp and turn to see the seller staring you with wide eyes. The gaze flickers around as if they were trying not to focus on something in particular. But you do notice that their eyes frequent your '+cumPlace+'. You look down to see the object of their focus: a stain of white as clear as snow in a field of green. You hastily turn away. You should really shower and remove this cum.<br><p class="add">+10 Arousal</p><<set variables().mainChar.arousal += 20>> <br><br> ');
}
if (temporary().personWhoSees === 'classmate' && variables().classmate_SawCum != variables().dayCount) {
$(output).wiki('You hear a low wolf whistle and turn to see your classmate openly staring at your '+cumPlace+'. You feel like prey about to be devoured but not in the way one might think. And in truth, you may want it. You want to be eaten out by this classmate, to feel their wet tongue roaming your soaking pussy. When you come to, you realise the classmate is not staring at you with lust but rather a judgemental expression and you soon understand why. Cum is coating your '+cumPlace+'... and anyone can see it<br><p class="add">+10 Arousal</p><<set variables().mainChar.arousal += 20>><br><p class="add">+1 School reputation</p><<set variables().mainChar.school.reputation += 1>><<set variables().classmate_SawCum to variables().dayCount>> <br><br> ');
}
if (temporary().personWhoSees === 'students' && variables().students_SawCum != variables().dayCount) {
$(output).wiki('Snickers and whispers fill your ears. You turn to see everyone staring at you... No, they\'re staring at your nether region. You look down to see the white mark of your sexual antics. Oh gosh, now everyone at school is going to know you are not a virgin. But is that such a bad thing? In all honesty, being stared at by the students like this is beginning to stir some feelings inside you including a familiar heat that is starting to rise between your legs...<br><p class="add">+10 Arousal</p><<set variables().mainChar.arousal += 20>><br><p class="add">+1 School reputation</p><<set variables().mainChar.school.reputation += 1>><<set variables().students_SawCum to variables().dayCount>> <br><br> ');
}
<</script>>
<</widget>><<widget "MeetAPersonWidget">>
<!-- Parameter #1 - location, e.g. "Park", "Mall", "Bar" -->
<!-- Parameter #2 - person, e.g. "friend", "classmate", "brother" -->
<<set _locations = [
'park',
'Mall',
'bar',
'beach',
'street'
]; >>
<<set _persons = [
'friend',
'friends',
'classmate',
'classmates',
'mom',
'dad',
'parents',
'brother',
'Jack',
'Jerry',
'Cristy',
'neighbor',
'Ron',
'teacher',
'principal',
]; >>
<<set _rand = random(0, 100); >>
<<if _rand < 20>>
<<switch $args[0]>>
<<case 'park'>>
<<switch $args[1]>>
<<case 'friend'>>
You notice one of your friends relaxing on the grass reading.
<</switch>>
<<case 'Mall'>>
<<switch $args[1]>>
<<case 'friend'>>
You notice one of your friends heading into one of the stalls. You wonder what they're after...
<</switch>>
<<case 'bar'>>
<<switch $args[1]>>
<<case 'friend'>>
You notice one of your friends stumble out of the bar as you approach in a very clearly drunken state
<</switch>>
<<case 'beach'>>
<<switch $args[1]>>
<<case 'friend'>>
You notice one of your friends out in the ocean swimming and wave at them
<</switch>>
<<case 'beauty salon'>>
<<switch $args[1]>>
<<case 'friend'>>
You notice one of your friends getting their hair done in a style very much similar to yours
<</switch>>
<<case 'street'>>
<<default>>
<<run alert('MEET UNKNOWN PERSON!!!'); >>
<</switch>>
<br><br>
<<endif>>
<</widget>><<set $currentPassage to "School">>
<<if ($mainChar.attractiveness <=0 and $mainChar.school.reputation <10) or ($mainChar.attractiveness <=10 and $mainChar.school.reputation >=15) or $mainChar.cleanliness <=30>>
As you walk down the crowded school hallway, you can't help but notice the subtle reactions of those around you. You catch glances from your classmates, some wrinkling their noses slightly, others exchanging whispered comments. As you look at yourself, you realize that you should take better care of your look and hygiene.<br><br>
<<MainChar_Stats "School" "-1">>
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/college_inside.jpg')]]
@@<br>
<<set _sawcum to either("classmate","students")>>
<<SeeCumOnPcWidget _sawcum>>
<<include "School Cloth Level">>
<<if $hour>=7 and $hour <=17>>
<<if $mainChar.school.reputation <10>>
As you walk down the bustling university hallway, the sounds of chatter and laughter fill the air. You keep your head down, your eyes focused on the floor as you navigate the crowded space. You've always preferred to keep to yourself, avoiding the drama and noise that comes with being part of a larger group.
<<elseif $mainChar.school.reputation <20>>
As you walk down the bustling university hallway, you're flanked by a small group of your classmates. The conversation flows easily, filled with laughter and shared stories about the latest assignments and campus gossip. You feel a sense of camaraderie with this group, grateful for the friendships you've formed over the semester.
<<else>>
As you walk down the bustling university hallway, heads turn and conversations pause. You're the center of attention, and you know it. Your confident stride and charming smile draw people in, and you revel in the admiration and desire that follows you wherever you go.
<</if>>
<<else>>
You are standing in your favourite school, wandering what to do next.
<</if>>
<br><br>
<<if ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('school') !== -1 and $mainChar.look.clothes.torso.name.toLowerCase().indexOf('school') !== -1) or $hour>=15>>
<<include "School schedule">>
<<else>>
You're not wearing your school uniform !<</if>>
<br><br>
<<if $hour >=11 and $hour <14>>
Go to the [[canteen.->School canteen][$minute += 1]] <br><</if>>
Make your way to the [[library.->School library][$minute += 1]] <br>
Alternatively, you can head to the restroom: [[Girls WC|School girls restroom]] <<if $mainChar.corruption>=40>>| [[Boys WC|School boys restroom]]<</if>>
<<if $hasMetPrincipal != true>><<else>><br>
Although it may not serve any purpose, you can go [[visit the Principal.->Principal office]]<</if>>
<br><br>
[[Go out]]<<if $weekDay>>
<<if $hour == 8>>
Next lesson is
<<link "Math">>
<<set $hour = 9>>
<<set $minute = 0>>
<<set $currentSchoolClass = "Math">>
<<if $day == 5>>
<<set $classActivity = "Test">>
<<else>>
<<set $classActivity = "">>
<<endif>>
<<goto "Classes">>
<</link>> (9:00-9:50)
<<elseif $hour == 9>>
<<if $minute < 50>>
<<set $currentSchoolClass = "Math">>
Go to
<<link "Math">>
<<set $isLateForAClass = true>>
<<if $day == 5>>
<<set $classActivity = "Test">>
<<else>>
<<set $classActivity = "">>
<<endif>>
<<goto "Classes">>
<</link>> (9:00-9:50)
<<elseif $minute >= 50>>
Next lesson is
<<link "Science">>
<<set $hour = 10>>
<<set $minute = 0>>
<<set $currentSchoolClass = "Science">>
<<if $day == 2>>
<<set $classActivity = "Test">>
<<else>>
<<set $classActivity = "">>
<<endif>>
<<goto "Classes">>
<</link>> (10:00-10:50)
<<endif>>
<<elseif $hour == 10>>
<<if $minute < 50>>
<<set $currentSchoolClass = "Science">>
Go to
<<link "Science">>
<<set $isLateForAClass = true>>
<<if $day == 2>>
<<set $classActivity = "Test">>
<<else>>
<<set $classActivity = "">>
<<endif>>
<<goto "Classes">>
<</link>> (10:00-10:50)
<<elseif $minute >= 50>>
Next lesson is
<<link "History">>
<<set $hour = 11>>
<<set $minute = 0>>
<<set $currentSchoolClass = "History">>
<<if $day == 3>>
<<set $classActivity = "Test">>
<<else>>
<<set $classActivity = "">>
<<endif>>
<<goto "Classes">>
<</link>> (11:00-11:50)
<<endif>>
<<elseif $hour == 11 or $hour ==12>>
It's a lunch break! You can wait till
<<link "Physical education">>
<<set $hour = 13>>
<<set $minute = 0>>
<<set $currentSchoolClass = "PE">>
<<if $day == 5>>
<<set $classActivity = "Test">>
<<else>>
<<set $classActivity = "">>
<<endif>>
<<set $mainChar.school.PE.enteringPE to true>>
<<set $lockerRoomOutfit to clone($mainChar.look.clothes)>>
<<goto "PE Locker Room">>
<</link>> (13:00-14:50)
<<elseif $hour == 13 or $hour==14>>
<<if $hour==13 or ($hour==14 and $minute < 50)>>
<<set $currentSchoolClass = "PE">>
Go to
<<link "Physical education">>
<<set $isLateForAClass = true>>
<<set $classActivity = "">>
<<set $mainChar.school.PE.enteringPE to true>>
<<set $lockerRoomOutfit to $mainChar.look.clothes>>
<<goto "PE Locker Room">>
<</link>> (13:00-14:50)
<<elseif $minute >= 50>>
<<set $currentSchoolClass = "">>
The classes are already over.
<<endif>>
<<elseif $hour < 9>>
<<set $currentSchoolClass = "">>
The classes haven't started yet.
<<elseif $hour >= 14>>
<<set $currentSchoolClass = "">>
The classes are already over.
<<endif>>
<!-- CLUBS TIME -->
<<if $hour == 15 || $hour == 16 >><br>
<<if $dayOfWeek is "Monday">>
The <<link "cuisine club" "Cuisine Club">> <</link>> is open.
<<elseif $dayOfWeek is "Tuesday">>
The <<link "Drama club" "Drama Club">> <</link>> is open.
<<elseif $dayOfWeek is "Wednesday">>
The <<link "dance club" "Dance Club">> <</link>> is open.
<<elseif $dayOfWeek is "Thursday">>
The <<link "Fitness club">>
<<if ($mainChar.look.clothes.legs.sport != 'true' or $mainChar.look.clothes.torso.sport != 'true' or $mainChar.look.clothes.feet.sport != 'true') and !isNaN($mainChar.school.clubGymFees) and $mainChar.school.clubGymFees + 30 >= $dayCount>>
<<set $currentPassage to "Club Locker Room">>
<<goto "Club Locker Room">>
<<else>>
<<goto "Fitness Club">><</if>>
<</link>> is open.
<<endif>><<endif>>
<<elseif $weekendDay>>
No classes today!
<<endif>><<if $mainChar.haveCum.face>0>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Male_CumReac.jpg")]]</div><br>
As you enter the classroom, you hear numerous whispers and shocked remarks. You notice all your classmates' eyes fixated on you, their expressions filled with astonishment, as they see the cum dripping from your face. The teacher approaches you, looking very displeased, and orders you to go see the principal.<br><br>
You comply with the request, feeling embarrassed, and [[leave the classroom.->Principal office]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "20">>
<<else>>
<<if ($dayCount - $mainChar.school.History.lastDayVisited >=2 and $day!=1) or ($dayCount - $mainChar.school.History.lastDayVisited >=4 and $day ==1)>>
You've skipped classes, and now you feel a sense of unease as you realize that the upcoming lesson will certainly be more difficult to follow than usual. You know you'll have to work extra hard to catch up, and the pressure is already making you feel
overwhelmed.<br><br>
<<set $mainChar.intellect -= ($dayCount - $mainChar.school.History.lastDayVisited-1)>>
<<set $mainChar.school.absences +=($dayCount - $mainChar.school.History.lastDayVisited)-1>>
<<set $mainChar.intellect -= 2*($dayCount - $mainChar.school.History.lastDayVisited)>>
<<set $mainChar.school.absences +=($dayCount - $mainChar.school.History.lastDayVisited)-1>>
<<if $mainChar.school.History.missedTest is true and $classActivity != "Test">>
In addition, you missed a test, and now the consequences are real. That big zero feels like a punch in the gut.
<<if $mainChar.school.History.testNumber is 0>>
<<set $mainChar.school.History.score to 0>>
<<else>>
<<set $mainChar.school.History.score *= $mainChar.school.History.testNumber/($mainChar.school.History.testNumber+1)>>
<</if>>
<<set $mainChar.school.History.testNumber += 1>>
<<set $mainChar.intellect -=1>>
<<set $mainChar.school.History.missedTest to false>>
<</if>>
<br><br>
<</if>>
<<set $mainChar.school.History.lastDayVisited = $dayCount>>
<<set $currentPassage = passage()>>
<<if $classActivity == "">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Male_teacher{0}.jpg",random(1))]]</div>
<<if $mainChar.school.History.testNumber is 0>><br><<else>>
<h4><i>Total score: <<print Math.round($mainChar.school.History.score*10)/10 >></i></h4><</if>>
You enter the history and geography classroom, where the walls are adorned with maps, historical timelines, and posters depicting various civilizations. The scent of old books and the allure of bygone eras permeate the air. The chalkboard bears traces of past lessons, awaiting new stories and geographical adventures. As your classmates find their places, you choose a desk, ready to embark on a journey through time and space. The teacher, standing at the front, is poised to impart the rich tapestry of human history and the diverse landscapes of our world.<br><br>
<<include "School Cloth Level">>
<<if $dayCount-$hasHomework >=7 and $typeHomework is $currentSchoolClass>>
As the professor starts collecting the homework, you feel a sudden wave of panic wash over you. Your heart sinks as you realize you forgot the assignement. <br>
You can feel your palms sweat as you stammer, “Um, I forgot to do my homework.” The professor raises an eyebrow and states firmly "One hour of detention for you, then.”<br>
The weight of the situation sinks in as your classmates shuffle out of the room, some casting sympathetic glances your way. You sit in silence for a moment, grappling with the reality of your mistake. <br><br>
<<set $hasHomework to "none">>
<<set $mainChar.school.detentionSubject to $currentSchoolClass>>
<<set $mainChar.school.History.score *= $mainChar.school.History.testNumber/($mainChar.school.History.testNumber+0.5)>>
<<set $mainChar.school.History.testNumber +=1>>
<<elseif $hasHomework == 'done' and $typeHomework is $currentSchoolClass >>
As the professor walks around the classroom, collecting the homework assignments, you feel a mix of anticipation and anxiety. When the professor reaches your desk, you pull out your completed assignment. The feeling of having completed your homework washes over you, a small victory in a sea of academic responsibilities.<br><br><<set $hasHomework to "none">>
<<set $mainChar.school.History.score += gaussian($mainChar.intellect,10)/100>>
<</if>>
As some of your classmates appear less attentive, you face a choice. <br>
You can choose to <<link "stay focused">><<set $classActivity = "Studying">><<goto $currentPassage>><</link>> and engage in the lesson or join them for some <<link "socializing.">><<set $classActivity = "Socializing">><<goto $currentPassage>><</link>> <br>
<<elseif $classActivity == "Studying">>
<<include "Studying events">> <br><br>
<<if $mainChar.school.detentionSubject != "">>
Suddenly, the bell signaling the end of the class. <br>
It's time to [[go see the teacher as instructed.->Detention][$minute = 50]]
<<else>>
Suddenly, the bell signaling the end of the class.
<<if random(0,5) is 0 and $hasHomework is "none" and $mainChar.school.History.score != undefined>>
As you start to tidy up your things, the teacher gives you homework “Before you leave, here are some homework assignments for you.”Once having explained that the due date is next week, the teacher let you <<link "leave the classroom.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<p class="minus">You have homework assignments!</p>
<<set $hasHomework to $dayCount>>
<<set $typeHomework to $currentSchoolClass>>
<<else>>
You tidy up your things and <<link "leave the classroom.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>>
<</if>><</if>>
<br><br>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "School" "-0.5">>
<<elseif $classActivity == "Socializing">>
<<include "Socializing events">>
<<MainChar_Stats "intellect" "-0.5">>
<<MainChar_Stats "energy" "-10">>
<<if random(0,4) is 0 and $hasHomework is "none" and $mainChar.school.History.score != undefined>>
<<set $hasHomework to $dayCount>>
<<set $typeHomework to $currentSchoolClass>>
<</if>>
<<elseif $classActivity == "Test">>
<<include "Class test">>
<br>
<br>
<<link "Wait for results">>
<<set $minute = 45>>
<<set $classActivity = "Test results">>
<<goto $currentPassage>>
<</link>>
<<elseif $classActivity == "Test results">>
<<include "Class test">>
<br>
<br>
<<link "Wait till the end">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>>
<<endif>>
<<if $mainChar.haveCum.face>0>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Female_CumReac.jpg")]]</div><br>
As you enter the classroom, you hear numerous whispers and shocked remarks. You notice all your classmates' eyes fixated on you, their expressions filled with astonishment, as they see the cum dripping from your face. The teacher approaches you, looking very displeased, and orders you to go see the principal.<br><br>
You comply with the request, feeling embarrassed, and [[leave the classroom.->Principal office]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
@@.add; +10 Arousal @@ <<set $mainChar.arousal +=10>> <br>
<<MainChar_Stats "School" "1" "10">>
<</if>>
<</if>><<if $mainChar.haveCum.face >0>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Female_CumReac.jpg")]]</div><br>
As you enter the classroom, you hear numerous whispers and shocked remarks. You notice all your classmates' eyes fixated on you, their expressions filled with astonishment, as they see the cum dripping from your face. The teacher approaches you, looking very displeased, and orders you to go see the principal.<br><br>
You comply with the request, feeling embarrassed, and [[leave the classroom.->Principal office]] <br>
Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "20">>
<<else>>
<<if ($dayCount - $mainChar.school.Math.lastDayVisited >=2 and $day != 1) or ($dayCount - $mainChar.school.Math.lastDayVisited >=4 and $day ==1)>>
You've skipped classes, and now you feel a sense of unease as you realize that the upcoming lesson will certainly be more difficult to follow than usual. You know you'll have to work extra hard to catch up, and the pressure is already making you feel overwhelmed.
<<set $mainChar.intellect -= ($dayCount - $mainChar.school.Math.lastDayVisited-1)>>
<<set $mainChar.school.absences +=($dayCount - $mainChar.school.Math.lastDayVisited)-1>>
<<if $mainChar.school.Math.missedTest is true and $classActivity != "Test">>
In addition, you missed a test, and now the consequences are real. That big zero feels like a punch in the gut.
<<if $mainChar.school.Math.testNumber == 0>>
<<set $mainChar.school.Math.score to 0>>
<<else>>
<<set $mainChar.school.Math.score *= $mainChar.school.Math.testNumber/($mainChar.school.Math.testNumber+1)>>
<</if>>
<<set $mainChar.school.Math.testNumber += 1>>
<<set $mainChar.school.Math.missedTest to false>>
<</if>>
<br><br>
<</if>>
<<set $mainChar.school.Math.lastDayVisited to $dayCount>>
<<set $currentPassage = passage()>>
<<if $classActivity == "">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Female_teacher{0}.webp",random(2))]]</div>
<<if $mainChar.school.Math.testNumber is 0>><br><<else>>
<h4><i>Total score: <<print Math.round($mainChar.school.Math.score*10)/10>> </i></h4><</if>>
You enter the mathematics classroom, greeted by rows of desks neatly aligned. The blackboard at the front of the room bears the remnants of the previous lesson's equations, waiting to be replaced by new mathematical challenges. As your classmates take their seats, you find your desk, ready to embark on another journey through the world of numbers and equations. The teacher, standing at the front, prepares to impart the day's mathematical wisdom.<br><br>
<<include "School Cloth Level">>
<<if $dayCount-$hasHomework >=7 and $typeHomework == $currentSchoolClass>>
As the professor starts collecting the homework, you feel a sudden wave of panic wash over you. Your heart sinks as you realize you forgot the assignement. <br>
You can feel your palms sweat as you stammer, “Um, I forgot to do my homework.” The professor raises an eyebrow and states firmly "0/20 and one hour of detention for you, then.”<br>
The weight of the situation sinks in as your classmates shuffle out of the room, some casting sympathetic glances your way. You sit in silence for a moment, grappling with the reality of your mistake. <br><br>
<<set $hasHomework to "none">>
<<set $mainChar.school.detentionSubject to $currentSchoolClass>>
<<set $mainChar.school.Math.score *= $mainChar.school.Math.testNumber/($mainChar.school.Math.testNumber+0.5)>>
<<set $mainChar.school.Math.testNumber +=1>>
<<set $mainChar.intellect -=1>>
<<elseif $hasHomework == 'done' and $typeHomework == $currentSchoolClass>>
As the professor walks around the classroom, collecting the homework assignments, you feel a mix of anticipation and anxiety. When the professor reaches your desk, you pull out your completed assignment. The feeling of having completed your homework washes over you, a small victory in a sea of academic responsibilities.
<<set $hasHomework to "none">>
<<set $mainChar.school.Math.score += gaussian($mainChar.intellect,10)/100>>
<br><br>
<</if>>
As some of your classmates appear less attentive, you face a choice. <br>
You can choose to <<link "stay focused">><<set $classActivity = "Studying">><<goto $currentPassage>><</link>> and engage in the lesson or join them for some <<link "socializing.">><<set $classActivity = "Socializing">><<goto $currentPassage>><</link>> <br>
<<elseif $classActivity == "Studying">>
<<include "Studying events">> <br><br>
<<if $mainChar.school.detentionSubject != "">>
Suddenly, the bell signaling the end of the class. <br>
It's time to [[go see the teacher as instructed.->Detention][$minute = 50]]
<<else>>
Suddenly, the bell signaling the end of the class.
<<if random(0,4) is 0 and $hasHomework is "none" and
$mainChar.school.Math.score != undefined>>
As you start to tidy up your things, the teacher gives you homework “Before you leave, here are some homework assignments for you.”Once having explained that the due date is next week, the teacher let you <<link "leave the classroom.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<p class="minus">You have homework assignments!</p>
<<set $hasHomework to $dayCount>>
<<set $typeHomework to $currentSchoolClass>>
<<else>>
You tidy up your things and <<link "leave the classroom.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>>
<</if>> <</if>>
<br><br>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "School" "-0.5">>
<<elseif $classActivity == "Socializing">>
<<include "Socializing events">>
<<if random(0,4) is 0 and $hasHomework is "none" and $mainChar.school.Math.score != undefined>>
<<set $hasHomework to $dayCount>>
<<set $typeHomework to $currentSchoolClass>>
<</if>>
<<MainChar_Stats "intellect" "-0.5">>
<<MainChar_Stats "energy" "-10">>
<<elseif $classActivity == "Test">>
<<include "Class test">>
<br><br>
<<link "Wait for the results.">>
<<set $minute = 45>>
<<set $classActivity = "Test results">>
<<goto $currentPassage>>
<</link>>
<<elseif $classActivity == "Test results">>
<<include "Class test">>
<br><br>
It's time to <<link "leave the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>>
<</if>>
<</if>><<set $mainChar.school.PE.enteringPE to false>>
<<if $mainChar.haveCum.face>0>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Gym/CumReac.jpg")]]</div><br>
As you enter your physical education class, you hear numerous whispers and shocked remarks. You notice all your classmates' eyes fixated on you, their expressions filled with astonishment, as they see the cum dripping from your face. The teacher approaches you, looking very displeased, and orders you to go see the principal.<br><br>
You comply with the request, feeling embarrassed, and [[leave the gymnasium.->Principal office]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "20">>
<<else>>
<<if ($dayCount - $mainChar.school.PE.lastDayVisited >=2 and $day!=1) or ($dayCount - $mainChar.school.PE.lastDayVisited >=4 and $day ==1)>>
You've skipped previous sessions, and now you feel a sense of unease as you realize that you don't know the rules of today session. You know you'll have to work extra hard to catch up, and the pressure is already making you feel
overwhelmed.<br><br>
<<set $mainChar.school.absences +=($dayCount - $mainChar.school.PE.lastDayVisited-1)>>
<<set $mainChar.fitness -= $dayCount - $mainChar.school.Math.lastDayVisited>>
<<set $mainChar.school.absences +=($dayCount - $mainChar.school.Math.lastDayVisited)-1>>
<<if $mainChar.school.PE.missedTest to true and $classActivity != "Test">>
In addition, you missed a test, and now the consequences are real. That big zero feels like a punch in the gut.
<<if $mainChar.school.PE.testNumber is 0>>
<<set $mainChar.school.PE.score to 0>>
<<else>>
<<set $mainChar.school.PE.score = $mainChar.school.PE.score*(1+$mainChar.school.PE.testNumber/($mainChar.school.PE.testNumber+1))>>
<</if>>
<<set $mainChar.school.PE.testNumber += 1>>
<<set $mainChar.school.Math.missedTest to false>>
<</if>>
<br><br>
<</if>>
<<set $mainChar.school.PE.lastDayVisited = $dayCount>>
<<set $currentPassage = passage()>>
<<if $classActivity == "">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/PE_classroom.jpg")]]</div>
<<if $mainChar.school.PE.testNumber is 0>><br><<else>>
<h4><i>Total score: $mainChar.school.PE.score </i></h4><</if>>
You step into the gymnasium for the physical education class, greeted by the sight of exercise equipment, sports gear, and the unmistakable scent of sweat and enthusiasm.
The sound of sneakers squeaking against the polished floor echoes in the spacious hall. Gym mats are laid out, and sports equipment is neatly organized, ready for the day's activities. Your fellow classmates are already engaged in warm-up exercises, and you join them, eager for a dynamic and active session. The instructor, at the center of the gym, prepares to guide you through a session of physical fitness and sports.
<br><br>
You have the option to <<link "engage in the sports session,">><<set $classActivity = "Studying">><<goto $currentPassage>><</link>> participating actively in the physical activities. Alternatively, you can choose to make minimal effort and <<link "socialize with your classmates.">><<set $classActivity = "Socializing">><<goto $currentPassage>><</link>>
<<elseif $classActivity == "Studying">>
<<include "PE Studying events">>
<br><br>
<<if $mainChar.school.detentionSubject != "">>
Suddenly, the bell signaling the end of the class. It's time to [[go see the teacher as instructed.->PEDetention]]
<<else>>
Suddenly, the bell signaling the <<link "end of the class">>
<<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>> rings out.
<</if>><br><br>
<<MainChar_Stats "fitness" "2">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "combed" "false">>
<<set $hour +=1>><<set $minute = 50>>
<<elseif $classActivity == "Socializing">>
<<include "PE Socializing events">>
<<elseif $classActivity == "Test">>
<<include "PE class test">><br><br>
<<endif>>
<</if>><<if $mainChar.haveCum.face>0>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Female_CumReac.jpg")]]</div><br>
As you enter the classroom, you hear numerous whispers and shocked remarks. You notice all your classmates' eyes fixated on you, their expressions filled with astonishment, as they see the cum dripping from your face. The teacher approaches you, looking very displeased, and orders you to go see the principal.<br><br>
You comply with the request, feeling embarrassed, and [[leave the classroom.->Principal office]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "20">>
<<else>>
<<if ($dayCount - $mainChar.school.Science.lastDayVisited >=2 and $day!=1) or ($dayCount - $mainChar.school.Science.lastDayVisited >=4 and $day ==1)>>
You've skipped classes, and now you feel a sense of unease as you realize that the upcoming lesson will certainly be more difficult to follow than usual. You know you'll have to work extra hard to catch up, and the pressure is already making you feel
overwhelmed.<br><br>
<<set $mainChar.intellect -= ($dayCount - $mainChar.school.Science.lastDayVisited -1)>>
<<set $mainChar.school.absences +=($dayCount - $mainChar.school.Science.lastDayVisited)-1>>
<<if $mainChar.school.Science.missedTest is true and $classActivity != "Test">>
In addition, you missed a test, and now the consequences are real. That big zero feels like a punch in the gut.
<<if $mainChar.school.Science.testNumber == 0>>
<<set $mainChar.school.Science.score to 0>>
<<else>>
<<set $mainChar.school.Science.score *= $mainChar.school.Science.testNumber/($mainChar.school.Science.testNumber+1)>>
<</if>>
<<set $mainChar.school.Science.testNumber += 1>>
<<set $mainChar.school.Science.missedTest to false>>
<</if>>
<br><br>
<</if>>
<<set $mainChar.school.Science.lastDayVisited = $dayCount>>
<<set $currentPassage = passage()>>
<<if $classActivity == "">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Female_teacher{0}.webp",random(2))]]</div>
<<if $mainChar.school.Science.testNumber is 0>><br><<else>>
<h4><i>Total score: <<print Math.round($mainChar.school.Science.score*10)/10>> </i></h4><</if>>
You step into the physics and chemistry classroom, a space filled with an air of scientific curiosity. Rows of lab tables adorned with beakers, flasks, and intricate instruments await experimentation. The whiteboard displays complex formulas and scientific diagrams from the previous class, signaling the day's impending intellectual exploration. Your fellow students take their seats, and you settle into your desk, eager to delve into the realms of physics and chemistry. The teacher, standing by the lab table, prepares to unlock the mysteries of the physical world.<br><br>
<<include "School Cloth Level">>
<<if $dayCount-$hasHomework >=7 and $typeHomework is $currentSchoolClass>>
As the professor starts collecting the homework, you feel a sudden wave of panic wash over you. Your heart sinks as you realize you forgot the assignement. <br>
You can feel your palms sweat as you stammer, “Um, I forgot to do my homework.” The professor raises an eyebrow and states firmly "One hour of detention for you, then.”<br>
The weight of the situation sinks in as your classmates shuffle out of the room, some casting sympathetic glances your way. You sit in silence for a moment, grappling with the reality of your mistake. <br><br>
<<set $hasHomework to "none">>
<<set $mainChar.school.detentionSubject to $currentSchoolClass>>
<<set $mainChar.school.Science.score = $mainChar.school.Science.score*(1+$mainChar.school.Science.testNumber/($mainChar.school.Science.testNumber+1))>>
<<set $mainChar.school.Science.testNumber += 1>>
<<set $mainChar.intellect -=1>>
<<elseif $hasHomework == 'done' and $typeHomework is $currentSchoolClass >>
As the professor walks around the classroom, collecting the homework assignments, you feel a mix of anticipation and anxiety. When the professor reaches your desk, you pull out your completed assignment. The feeling of having completed your homework washes over you, a small victory in a sea of academic responsibilities.
<<set $hasHomework to "none">>
<<set $mainChar.school.Science.score += gaussian($mainChar.intellect,10)/100>>
<br><br>
<</if>>
As some of your classmates appear less attentive, you face a choice. <br>
You can choose to <<link "stay focused">><<set $classActivity = "Studying">><<goto $currentPassage>><</link>> and engage in the lesson or join them for some <<link "socializing.">><<set $classActivity = "Socializing">><<goto $currentPassage>><</link>> <br>
<<elseif $classActivity == "Studying">>
<<include "Studying events">> <br><br>
<<if $mainChar.school.detentionSubject != "">>
Suddenly, the bell signaling the end of the class. <br>
It's time to [[go see the teacher as instructed.->Detention][$minute = 50]]
<<else>>
Suddenly, the bell signaling the end of the class.
<<if random(0,4) is 0 and $hasHomework is "none" and $mainChar.school.Science.score != undefined>>
As you start to tidy up your things, the teacher gives you homework “Before you leave, here are some homework assignments for you.”Once having explained that the due date is next week, the teacher let you <<link "leave the classroom.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<p class="minus">You have homework assignments!</p>
<<set $hasHomework to $dayCount>>
<<set $typeHomework to $currentSchoolClass>>
<<else>>
You tidy up your things and <<link "leave the classroom.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>>
<</if>><</if>>
<br><br>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "School" "-0.5">>
<<elseif $classActivity == "Socializing">>
<<include "Socializing events">>
<<MainChar_Stats "intellect" "-0.5">>
<<MainChar_Stats "energy" "-10">>
<<if random(0,4) is 0 and $hasHomework is "none" and $mainChar.school.Science.score != undefined>>
<<set $hasHomework to $dayCount>>
<<set $typeHomework to $currentSchoolClass>>
<</if>>
<<elseif $classActivity == "Test">>
<<include "Class test">><br><br>
<<link "Wait for results">>
<<set $minute = 45>>
<<set $classActivity = "Test results">>
<<goto $currentPassage>>
<</link>>
<<elseif $classActivity == "Test results">>
<<include "Class test">><br><br>
<<link "Wait till the end">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>>
<<endif>>
<</if>><<set $Restroom_location to "School">>
<<set $minute +=1>>
<<set $pastPassage to "School girls restroom">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Restroom.jpg')]]
@@<br>
You push open the door to enter the girls' bathroom.
<<if random(2) != 0>>
The chatter and laughter of the occupants filling the air. As you step inside, the conversations briefly pause.<br>
<<if $mainChar.school.reputation < 10>>
<<print either(
' "Did you hear about Sarah and Jake?" one of them says, her eyes wide with excitement. "They were making out behind the bleachers during lunch!" ',
' "I can\'t believe we have a math test next week," one of them groans, running a hand through her hair. "I\'m so not ready for this." ',
' "Did you see the new fall collection at the mall?" one of them says, her eyes sparkling. "I\'m obsessed with those new boots!" ',
' "I heard Emily\'s parents are getting a divorce," one of them says, her voice soft. "She\'s been really down lately." ')>>
<<elseif $mainChar.school.reputation < 20>>
<<print either(
' "Hey, $mainChar.firstName!" one of the girls says, her voice filled with curiosity. "We\'ve heard things about you. Is it true what they say?"',
'"Oh, hey, $mainChar.firstName," one of them says, her voice hesitant. "Um, we were just... talking about you."',
'"Hey, $mainChar.firstName," one of them says, her voice gentle. "Are you okay? We\'ve heard some stuff, and we\'re just... worried about you."',
'"Hey, isn\'t that $mainChar.firstName?" one girl whispers to her friend, her voice barely audible.')>><br>
Another girl winks at you, her voice playful. "So, any juicy stories you want to share with us?" <br>
They exchange glances, a mix of amusement and curiosity in their eyes.
<<else>>
<<print either(
'"Hey, it\'s $mainChar.firstName!" one of them says, her voice eager. "Is it true what they say about you? That you\'ll do anything for anyone?"',
'"Look who it is," one of them sneers. "$mainChar.firstName, the university slut. I heard you\'ll suck and fuck anyone who asks."',
'"Hey, $mainChar.firstName!" one of them says, her voice warm. "I\'ve heard so many good things about you. Did you really make Lucy squirt ?"',
'"Hey, $mainChar.firstName, I\'ve always wanted to learn how to do a deep throat. Do you think you could teach me?"')>><br>
Another girl chimes in, her eyes wide with admiration. "Yeah you must have some serious skills." <br>
They exchange glances, a mix of amusement and curiosity in their eyes.
<<endif>>
<br><br>
<<else>>
<<if random(2) is 0>>
While standing in front of the sinks, you hear a noise coming from one of the toilet stalls. <br> You wonder whether you should
<<linkreplace "take a look.">>
<<set $minute +=5>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Women/Voyeur{0}.webp',random(1))]]
@@<br>
You try to silently sneak closer until you are sure: there is a girl masturbating inside the last cabin! Seems like she hasn’t noticed your presence yet and continues to masturbate all by herself. The excitation grows in you as you keep watching her playing with her pussy.<br><br>
<<if $mainChar.corruption >= 40>>
You wonder whether you should inter her stall and <<linkreplace "lend her a helping hand.">>end her a helping hand.<br><br>
You calmly knock on the door and hear the noises stop instantly, followed by a quick gasp. “Don’t worry, you’d like some help?” you ask calmly. <br>
You’re not sure if you’ve scared her, but after a few seconds of silence, you hear the door unlock and see it opening. You recognize her, she is one of the school’s cheerleaders you see at your brothers’ games. She looks a bit shy and blushes as you enter and lock the door. She seems to relax after you take off some of your clothes, though she doesn’t say a single word. You sit down on one of her legs and start touching her pussy. As she starts to moan, you muffle her by pushing your <<print $mainChar.appearance.chest.size>> cup sized boobs against her face, and she starts to suck on them. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Women/Lesbian{0}.webp',random(6))]]
@@<br>
You start to grind your own pussy on her leg and moan as she moves her hand around your ass and starts to finger your anus. She puts more and more of her fingers inside you and moves them rapidly. Both of you feel incredible pleasure, and it doesn’t take long for her to cum: squirting against the cabin’s door, covering your arm in her juice. As she starts to finger your ass, your legs begin to shiver. She clearly knows how to pleasure a woman... seems like cheerleaders aren’t strangers to helping each other out. You cum, letting a dangerous loud moan out, quickly being silenced by her kissing mouth. <br><br>
Both of you clean yourselves and while you’re starting to dress up, she was already clothed and ready to go. <br>
“Thank you” she whispered in your ear while giving you a kiss followed by a slap on your ass before [[leave the stall.->School girls restroom]]<br><br>
<<set $minute += 20>>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "School" "1" "15">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "combed" "false">>
<<replace #back>><</replace>> <<replace #arousal>><</replace>><<replace #actions>><</replace>>
<</linkreplace>>
<<endif>>
<span id='arousal'><br><<MainChar_Stats "arousal" "15">></span>
<</linkreplace>><br><br>
<<endif>>
<</if>>
<span id='actions'>
There's a huge mirror on the wall above a row of sinks where you can have a [[little refresh.->Bathroom Mirror]]<br>
You can also make your way to an [[available stall.->Public stall]]<br><br>
</span>
<span id='back'>[[Leave->School]]</span><<if $mainChar.eroticLook.intimateHaircut != 'shaved'>>
<<if $inventory.grocery['Razors'].count > 0>>
<<if $shavingLegs != true>>
<<checkbox "$shavingLegs" false true>> Shave legs (razors left: <<print $inventory.grocery['Razors'].count>>)
<<else>>
<<checkbox "$shavingLegs" false true checked>> Shave legs (razors left: <<print $inventory.grocery['Razors'].count>>)
<<endif>>
<br>
<<endif>>
<</if>>
<<if $brushingTeeth != true>>
<<checkbox "$brushingTeeth" false true>> Brush teeth
<<else>>
<<checkbox "$brushingTeeth" false true checked>> Brush teeth
<<endif>>
<br>
<<if $combingHair != true>>
<<checkbox "$combingHair" false true>> Comb hair
<<else>>
<<checkbox "$combingHair" false true checked>> Comb hair
<<endif>>
<br> <<if $inventory.grocery['Razors'].count > 0 and $shavingLegs == true and $mainChar.eroticLook.intimateHaircut != 'shaved'>>
<<set $mainChar.eroticLook.intimateHaircut = 'shaved'>>
<<set $mainChar.eroticLook.lastShave to $dayCount>>
<<set $inventory.grocery['Razors'].count -= 1>>
<<set $minute += 15>>
<<endif>>
<<if $brushingTeeth == true>>
<<set $mainChar.appearance.teethBrushed = true>>
<<set $minute += 3>>
<<endif>>
<<if $combingHair == true>>
<<set $mainChar.appearance.isCombed = true>>
<<set $minute += 3>>
<<endif>><<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you rummage through your wardrobe, you search for the ideal upperwear to wear. With each choice, you move one step closer to completing your outfit for the day, a small but gratifying triumph in your morning routine.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.torso>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.torso[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.torso.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesTorso'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $wardrobe.clothes.torso[_itemTitle] >>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<set $mainChar.look.clothes.legs = $emptyItem>>
<<set $mainChar.look.lingerie.chest = $emptyItem>>
<<set $mainChar.look.lingerie.groin = $emptyItem>>
<</if>>
<</link>>
<<onhover>>
<<replace #DollClothesTorso>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieChest'>><img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'"><</replace>>
<</if>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.torso>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.torso = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle2].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle2].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle2].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<if $mainChar.look.lingerie.chest.name != ''>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>><</if>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.torso[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]
<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you delve into your wardrobe, your quest for the right pair of socks begins. <br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.calves>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.calves[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.calves.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.calves[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.calves = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesCalves'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.calves[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.calves = $wardrobe.clothes.calves[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$wardrobe.clothes.calves[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.calves[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.calves[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.calves[_itemTitle].brightness+ '%);'">
<</replace>>
<<replace
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.calves>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.calves = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$wardrobe.clothes.calves[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.calves[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you inspect your shoe collection, your search for the perfect pair commences. Your fingers brush against the different styles and colors, considering whether to go with a classic pair or opt for something more adventurous. With each evaluation, you draw nearer to finalizing your outfit for the day, knowing that the right choice of shoes can elevate your entire look.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.feet>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.feet[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.feet.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.feet[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.feet = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.feet[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.feet = $wardrobe.clothes.feet[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.feet[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.feet[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.feet[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.feet>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.feet = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.feet[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]
<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
You reach into your wardrobe for a hidden box. You draw it out and throw the lid back to reveal an array of glimmering metal and rubber - butt plugs and all manner of naughty accessories. Your heart pounds with forbidden excitement as you take in the sight.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.accessories.anus>>
<tr>
<td>
<<capture _itemTitle>>
<<if $wardrobe.accessories.anus[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.accessories.anus.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.accessories.anus[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.accessories.anus = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollAccessoriesAnus'>>
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesAnus'>>
[img[String.format($urlPath + '/PaperDoll/Accessories/Anus/' + $dollAnusAccessories + '.png')]]
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.accessories.anus[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.accessories.anus = $wardrobe.accessories.anus[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollAccessoriesAnus'>>
[img[String.format($urlPath + '/PaperDoll/Accessories/Anus/' + $wardrobe.accessories.anus[_itemTitle].name +'.png')]]
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesAnus'>>
[img[String.format($urlPath + '/PaperDoll/Accessories/Anus/' + $dollAnusAccessories +'.png')]]
<</replace>>
<<replace "#DollMainBody">>
[img[String.format($urlPath + '/PaperDoll/MainBody/MainBody_'+ $mainChar.appearance.makeup +'.png')]]
<</replace>>
<</mouseover>>
<<endif>>
<</capture>>
</td>
<td>
<<= $wardrobe.accessories.anus[_itemTitle].description >>
</td>
</tr>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]
<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you continue your wardrobe exploration, you shift your focus to finding the perfect bottomwear. Should it be the comfortable jeans for a casual look, or perhaps a sleek skirt for a more formal occasion? <br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.legs>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.legs[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.legs.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.legs[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.legs = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.legs[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.legs = $wardrobe.clothes.legs[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.legs[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.legs[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.legs[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.legs>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.legs = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.legs[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]<<if $mainChar.look.clothes.torso.name !== '' and $mainChar.look.clothes.legs.name !== ''>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_clothed.webp")]] @@
<<elseif $mainChar.look.lingerie.groin.name is '' and $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name is ''>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_bottomless.webp")]] @@
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and ($mainChar.look.lingerie.groin.name != '' or $mainChar.look.lingerie.chest.name != '')>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_lingerie.webp")]] @@
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_naked.webp")]] @@
<</if>><br>
<<if $mainChar.cooking <= 20>>
You've never really spent much time in the kitchen, but today feels like the day to change that. You open the fridge, scanning the contents with a mix of excitement and trepidation. "Okay, let's see what we have here," you murmur to yourself, pulling out various ingredients. You grab a recipe book from the shelf, flipping through the pages until you find something that looks simple enough. <br><br>
You follow the recipe step by step, but you're not sure about what you're doing. The kitchen is now a mess, with pots and pans scattered everywhere, but you keep trying until the meal is ready.
<<elseif $mainChar.cooking <= 60>>
You've dabbled in the kitchen before, and while you're not a pro, you can hold your own. You open the fridge, your eyes scanning the ingredients with a sense of purpose. "Let's make something good," you say to yourself, pulling out ingredients. The kitchen fills with a symphony of flavors that makes your mouth water.
<<else>>
You're a natural in the kitchen, your culinary skills honed over years of practice and passion. "Let's make something great," you say to yourself, opening the fridge and pulling out an array of ingredients. You decide on a gourmet dish, something that will challenge your skills and delight your senses. You simmer the dish, trying to get a presentation as beautiful as the flavors.
<</if>><br><br>
<<if random(3) is 0 and $hour >=7 and $hour <= 23>>
<<set $CookingSexPerson to either("brother","mom","dad")>>
<<if $CookingSexPerson == "brother" and $brother.currentLocation != "School" and $brother.currentLocation != "Outdoor">>
<<if $brother.relationship <= 20>>
Suddenly, the door swings open, and your brother walks in, his expression cold and dismissive. "What are you doing?" he asks, his voice dripping with disdain. You glance up, your hands pausing mid-chop. "I'm cooking," you reply, trying to keep your voice steady. He scoffs, shaking his head. "You? Cooking? Don't come crying to me when you burn the house down."<br><br>
You glare at him, the tension between you palpable. "I can handle it," you say, turning your attention back to the cutting board. He shrugs, turning to leave. "Whatever." You watch him go, feeling a mix of frustration and determination. You're going to prove him wrong, even if it means doing it all on your own.<br><br>
[[Finish cooking]]
<br><br>
<<MainChar_Stats "cooking" "1">>
<<elseif $brother.relationship <= 60>>
Suddently, the door opens, and your brother walks in, a warm smile on his face. "Hey sis, what are you making?" he asks, his voice friendly and curious. You look up, returning his smile. "Just trying out a new recipe. It's a bit ambitious, but I think I can handle it." He nods, walking over to the counter. "Need any help?" You hesitate, looking at the array of ingredients and the recipe book open in front of you. The offer is genuine, and you feel a mix of gratitude and uncertainty.<br><br>
<span id="reject"><<linkreplace "Reject his offer.">>"Thanks for the offer, but I think I've got this," you say, your voice firm but kind. "I really want to try this on my own. It's kind of a personal challenge for me." He nods understandingly, his smile never fading. "No problem. I get it. Just let me know if you change your mind."<br><br>
[[Finish cooking]]<br><br>
<<MainChar_Stats "cooking" "1">>
<<replace "#accept">><</replace>> <</linkreplace>></span><br>
<span id="accept"><<linkreplace "Accept it.">>
"Sure, I could use some help," you say, smiling at him. Together, you work side by side, the kitchen filling with the sounds of chopping and the aroma of cooking. You chat and laugh, the atmosphere warm and comfortable. As you finish preparing the meal, you feel a deep sense of satisfaction and gratitude for your brother's help.
<br><br>
<<if $mainChar.corruption >= 20>>
You feel a bit playful from being this close to your brother. <br>
You can have fun and [[tease him->Cooking_sex][$Cooking_sex = "brother"]] or keep it for yourself and
<</if>>
[[Finish cooking]]<br><br>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "cooking" "1">>
<<replace "#reject">><</replace>><</linkreplace>></span><br>
<<else>>
Suddenly, The door opens, and your brother walks in, his presence immediately commanding the room. "What are you doing, little one?" he asks, his voice low and dominant. You look up, a mix of excitement and nervousness coursing through you. "Trying a new recipe," you reply, your voice soft and submissive. He walks over to you, his eyes scanning the ingredients and the recipe book. "You're making a mess, as usual. You need guidance," he says, his tone leaving no room for argument.<br><br>
You feel a thrill at his words, your body responding to his dominance. "M..Maybe," you murmur, waiting for his next move. He leans in, his breath hot against your ear. "I could help you, but only if you're a good girl and do exactly as I say." You pause, the knife hovering over the vegetables. <br><br>
<span id="reject"><<linkreplace "Reject his offer.">>"I... I think I want to try this on my own, sir," you say, your voice hesitant and submissive. "I need to learn." He scoffs, shaking his head. "Fine. Suit yourself. But don't come crying to me when you mess it all up."<br><br>
[[Finish cooking]]<br><br>
<<MainChar_Stats "cooking" "1">>
<<MainChar_Stats "brother" "-1">>
<<replace "#accept">><</replace>> <</linkreplace>></span><br>
<span id="accept"><<linkreplace "Accept it.">>
"Sure," you say, your voice filled with submission. "I'll do whatever you say." He smirks, his eyes gleaming with satisfaction. "Good girl. Now, let's get this kitchen in order." You follow his instructions, your movements precise and obedient. He guides you through each step, his commands firm and clear. <br><br>
<<if $mainChar.corruption >= 20>>
As you work together, you feel his hands beginning to wander. He brushes against you, his touch lingering a little too long. You feel a mix of excitement and uncertainty as your body responds to his touch. You wonder whether you should play his game and [[tease him->Cooking_sex][$Cooking_sex = "brother"]] or keep it for yourself and
<</if>>
[[Finish cooking]]<br><br>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "cooking" "1">>
<<replace "#reject">><</replace>><</linkreplace>></span><br>
<</if>>
<<elseif $CookingSexPerson == "mom" and $mom.currentLocation != "Work" and $mom.currentLocation != "Outdoor">>
<<if $mom.relationship <=20>>
Suddenly, your mother walks in, her eyes scanning the kitchen. "What are you doing?" she snaps, her voice dripping with disdain. "You're going to ruin my kitchen. You have no idea what you're doing." You feel a wave of frustration and defensiveness wash over you. "I'm trying to cook, Mom," you retort, your voice tense. "Whatever." You watch her go, feeling a mix of frustration and determination. You're going to prove her wrong, even if it means doing it all on your own.<br><br>
[[Finish cooking]]
<br><br>
<<MainChar_Stats "cooking" "1">>
<<elseif $mom.relationship <=60>>
Suddenly, your mother walks in, her eyes lighting up with a warm smile. "Oh, honey, you're cooking?" she says, her voice filled with pride. "What are you making?" You smile back at her, feeling a rush of warmth. "I'm trying out a new recipe. It's a bit challenging, but I think I've got it under control." She nods, her eyes softening. "That's great, sweetie. Do you need any help? I'd be happy to lend a hand." <br><br>
<span id="reject"><<linkreplace "Reject her offer.">>You appreciate her offer, but you want to do this on your own. "Thanks, Mom, but I think I've got it. I want to see if I can pull this off by myself," you say, smiling at her. "Okay.. that's fine." She sighs and leave the kitchen. <br><br>
[[Finish cooking]]<br><br>
<<MainChar_Stats "cooking" "1">>
<<MainChar_Stats "mom" "-2">>
<<replace "#accept">><</replace>> <</linkreplace>></span><br>
<span id="accept"><<linkreplace "Accept it.">>
You feel a sense of gratitude and relief. "That would be wonderful, Mom. Thank you," you say, stepping aside to make room for her. "Here, sweetie, let me help you with that," she says, her voice soft and nurturing as she takes the knife from your hand to chop the vegetables. You smile up at her, your eyes filled with a mix of innocence and mischief. "Thank you, Mommy," you say, your voice taking on a childlike tone.
<br><br>
<<if $mainChar.corruption >= 20>>
As you continue to cook, the tension between you begins to build. <br>
You can have fun and [[tease her->Cooking_sex][$Cooking_sex = "mom"]] or keep it for yourself and
<</if>>
[[Finish cooking]]<br><br>
<<MainChar_Stats "cooking" "1">>
<<MainChar_Stats "mom" "1" "30">>
<<replace "#reject">><</replace>><</linkreplace>></span><br>
<<else>>
Suddenly, your mother walks in, her eyes widening with a mix of amusement and approval as she takes in the sight of you struggling in the kitchen. "Oh, look at you, my little princess!" she coos, her voice filled with affection and a hint of something more. "Trying to cook all by yourself. You look so adorable." You feel a mix of embarrassment and pleasure at her words. "Thanks, Mom. I'm trying my best," you say, blushing slightly. She walks over to you, her hands gently adjusting your clothes, her touch lingering a little too long. "You look so cute, sweetie. But maybe you need a little help from Mommy," she says, her voice teasing.<br><br>
<span id="reject"><<linkreplace "Reject her offer.">>You appreciate her offer, but you want to do this on your own. "Thanks, Mom, but I think I've got it. I want to see if I can pull this off by myself," you say, smiling at her. "Oh... Okay.. that's fine." She sighs and leave the kitchen. <br><br>
[[Finish cooking]]<br><br>
<<MainChar_Stats "cooking" "1">>
<<MainChar_Stats "mom" "-2">>
<<replace "#accept">><</replace>> <</linkreplace>></span><br>
<span id="accept"><<linkreplace "Accept her help.">>
You feel a sense of gratitude and relief. "That would be wonderful, Mom. Thank you," you say, stepping aside to make room for her. "Here, sweetie, let me help you with that, I don't want you to be hurt" she says, her voice soft and nurturing as she takes the knife from your hand to chop the vegetables. You smile up at her, your eyes filled with a mix of innocence and mischief. "Thank you, Mommy," you say, your voice taking on a childlike tone.
<br><br>
<<if $mainChar.corruption >= 20>>
As you both start cooking together, you notice her hands becoming a bit friendly. She brushes against you, her touch lingering in inappropriate places. You feel a mix of confusion and arousal, unsure of how to react. You can play her game and [[tease her->Cooking_sex][$Cooking_sex = "mom"]] or keep it for yourself and
<</if>>
[[Finish cooking]]<br><br>
<<MainChar_Stats "cooking" "1">>
<<MainChar_Stats "mom" "1" "40">>
<<replace "#reject">><</replace>><</linkreplace>></span><br>
<</if>>
<<elseif $CookingSexPerson == "dad" and $dad.currentLocation != "Work" and $dad.currentLocation != "Outdoor">>
<<if $dad.relationship<20>>
Suddenly, your father walks into the kitchen, his eyes scanning the mess you've made. "What are you doing?" he asks, his voice tinged with disapproval. "You should leave the cooking to your mother. You're just going to make a mess of things." You feel a surge of anger and defiance. "I can handle it," you retort, your voice cold. "Whatever." You watch him go, feeling a mix of frustration and determination. You're going to prove him wrong, even if it means doing it all on your own.<br><br>
[[Finish cooking]]
<br><br>
<<MainChar_Stats "cooking" "1">>
<<elseif $dad.relationship <=60>>
Suddenly, your father walks into the kitchen, a warm smile on his face. "Hey, what are you cooking up in here?" he asks, his voice gentle and curious. You look up, returning his smile. "Just trying out a new recipe," you say, feeling a bit proud. He nods, his eyes scanning the ingredients. "Need any help?"<br><br>
<span id="reject"><<linkreplace "Reject his offer.">>You shake your head, your voice soft but firm. "Thanks, but I think I've got it handled. I want to do this on my own." He nods, understanding. "Alright, but if you change your mind, just let me know. I'm here to help." <br><br>
[[Finish cooking]]<br><br>
<<MainChar_Stats "cooking" "1">>
<<MainChar_Stats "dad" "-2">>
<<replace "#accept">><</replace>> <</linkreplace>></span><br>
<span id="accept"><<linkreplace "Accept it.">>
You welcome your dad's assistance with open arms and you start cooking with him. "Daddy, can you help me with this?" you ask, batting your eyelashes and speaking in a soft, innocent voice. You lean in close to him, your body brushing against his. He looks down at you, a mix of desire and dominance in his eyes. "Of course, sweetheart," he says, his voice deep and authoritative.<br><br>
<<if $mainChar.corruption >= 20>>
You feel a bit playful from being this close to your dad. <br>
You can have fun and [[tease him->Cooking_sex][$Cooking_sex = "dad"]] or keep it for yourself and
<</if>>
[[Finish cooking]]<br><br>
<<MainChar_Stats "dad" "1" "40">>
<<MainChar_Stats "cooking" "1">>
<<replace "#reject">><</replace>><</linkreplace>></span><br>
<<else>>
Suddenly, your father walks into the kitchen."What are you up to, sweetheart?" he asks, his voice low and commanding. You look up, a small smile playing on your lips. "Just cooking dinner, Daddy," you say, your voice soft and submissive. He walks over to you, his eyes scanning the ingredients. "Looks like you could use some help," he says, his tone leaving no room for argument. <br><br>
<span id="reject"><<linkreplace "Reject his offer.">> You shake your head, your voice soft but firm. "Thank you, Daddy, but I want to do this on my own. I want to show you that I can take care of you." He raises an eyebrow, a mix of surprise and approval in his eyes. "Alright, sweetheart.<br><br>
[[Finish cooking]]<br><br>
<<MainChar_Stats "cooking" "1">>
<<MainChar_Stats "dad" "-2">>
<<replace "#accept">><</replace>> <</linkreplace>></span><br>
<span id="accept"><<linkreplace "Accept his offer.">>
You nod, your eyes never leaving his. "Yes, Daddy, "I would love your help." you say, your voice filled with submission and eagerness to please. "Daddy, can you help me with this?" you ask, batting your eyelashes and speaking in a soft, innocent voice. You lean in close to him, your body brushing against his. He looks down at you, a mix of desire and dominance in his eyes. "Of course, sweetheart," he says, his voice deep and authoritative.<br><br>
<<if $mainChar.corruption >= 20>>
You feel a bit playful from being this close to your dad. <br>
You can have fun and [[tease him->Cooking_sex][$Cooking_sex = "dad"]] or keep it for yourself and
<</if>>
[[Finish cooking]]<br><br>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "cooking" "1">>
<<replace "#reject">><</replace>><</linkreplace>></span><br>
<</if>>
<<endif>>
<<else>>
[[Finish cooking]]
<br><br>
<<MainChar_Stats "cooking" "1">>
<<endif>>
<<widget "Food">>
<!-- $args[0] - name of food -->
$args[0]
<</widget>>
<<widget "Eat">>
<!-- $args[0] - name of food -->
<!-- $args[1] - used in Restaurant and other places - the price of food. "0" for free food! -->
<<if def $args[1] and $args[1] != 0>>
<<if $mainChar.money < $args[1]>>
You don't have enough money
<<else>>
<<link "Buy">>
<<set $minute += 5>>
<<set $mainChar.money -= $args[1]>>
<<if $inventory.food[$args[0]].corruption != 0
or $inventory.food[$args[0]].fitness != 0
or $inventory.food[$args[0]].attractiveness != 0>>
<<set $inventory.food[$args[0]].boostTimer = $inventory.food[$args[0]].boostTimerReset>>
<<endif>>
<<set $mainChar.energy += $inventory.food[$args[0]].energy>>
<<if def $inventory.food[$args[0]].intoxication>>
<<set $mainChar.intoxication += $inventory.food[$args[0]].intoxication>>
<<set $intoxicationHour = $hour>>
<<set $intoxicationMinute = $minute>>
<<endif>>
<<set _passage = passage()>>
<<goto _passage>>
<</link>>
<<endif>>
<<else>>
<<if $inventory.food[$args[0]].boostTimer == 0>>
<<link "Eat">>
<<set $minute += 5>>
<<if $args[1] != 0>>
<<set $inventory.food[$args[0]].count -= 1>>
<<endif>>
<<if $inventory.food[$args[0]].corruption != 0
or $inventory.food[$args[0]].fitness != 0
or $inventory.food[$args[0]].attractiveness != 0>>
<<set $inventory.food[$args[0]].boostTimer = $inventory.food[$args[0]].boostTimerReset>>
<<endif>>
<<set $mainChar.energy += $inventory.food[$args[0]].energy>>
<<if def $inventory.food[$args[0]].intoxication>>
<<set $mainChar.intoxication += $inventory.food[$args[0]].intoxication>>
<<set $intoxicationHour = $hour>>
<<set $intoxicationMinute = $minute>>
<<endif>>
<<set _passage = passage()>>
<<goto _passage>>
<</link>>
<<else>>
Eat
<<endif>>
<<endif>>
<</widget>><<widget "FoodBoostWidget">>
<<set $currentTimeInMinutes = $hour * 60 + $minute>>
<<for _i, _name range $listOfFood>>
<<if $inventory.food[_name].boostTimer == $inventory.food[_name].boostTimerReset and $inventory.food[_name].boostTimer != 0>>
<<set $inventory.food[_name].boostFinishTime = $currentTimeInMinutes + $inventory.food[_name].boostTimer>>
<<set $inventory.food[_name].boostTimer -= 1>>
<<set $mainChar.foodBoost.corruption += $inventory.food[_name].corruption>>
<<set $mainChar.foodBoost.fitness += $inventory.food[_name].fitness>>
<<set $mainChar.corruption += $inventory.food[_name].corruption>>
<<set $mainChar.fitness += $inventory.food[_name].fitness>>
<<endif>>
<<if $inventory.food[_name].boostTimer <= $inventory.food[_name].boostTimerReset and $inventory.food[_name].boostTimer > 0>>
<<set $inventory.food[_name].boostTimer = $inventory.food[_name].boostFinishTime - $currentTimeInMinutes>>
<<if $inventory.food[_name].boostTimer == $inventory.food[_name].boostTimerReset>>
<<set $inventory.food[_name].boostTimer -= 1>>
<<endif>>
<<if $inventory.food[_name].boostTimer < 0>>
<<set $inventory.food[_name].boostTimer = 0>>
<<set $mainChar.foodBoost.corruption -= $inventory.food[_name].corruption>>
<<set $mainChar.foodBoost.fitness -= $inventory.food[_name].fitness>>
<<set $mainChar.corruption -= $inventory.food[_name].corruption>>
<<endif>>
<<endif>>
<</for>>
<</widget>><<unset $surgery>>
<<if !isNaN($mainChar.hasSTDDay) and $dayCount <= $mainChar.hasSTDDay + 5>> <<set $mainChar.hasSTDPrice to 200>>
<<elseif !isNaN($mainChar.hasSTDDay) and $dayCount <= $mainChar.hasSTDDay + 15>> <<set $mainChar.hasSTDPrice to 400>><<elseif !isNaN($mainChar.hasSTDDay)>> <<set $mainChar.hasSTDPrice to 600>><</if>>
<<if $mainChar.haveCum.face is 0 and $mainChar.cleanliness>=15>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/Hospital_"+ $timeOfDay+".jpg")]]
</div><br>
You find yourself in the waiting room of a clinic. It seems to provide a range of medical procedures to cater to different needs. The waiting area is calm, but you can sense the weight of the decisions that people might be making here. As you look around, you notice brochures and information about the services offered, each catering to different aspects of healthcare. The atmosphere is a mix of seriousness and professionalism.
<br><br>
<h4>SEXUAL HEALTH</h4>
* STDs diagnosis ($50) - <<if $mainChar.hasSTDDiagnosis is true>>STDs identified!<<else>><<if $mainChar.money >= 50>>[[Await Consultation->STD Examination]]<<else>>You don't have enough money<<endif>><</if>><br>
* STDs treatment <<if $mainChar.hasSTDDiagnosis is true>> ($<<print $mainChar.hasSTDPrice>>) - <<if $mainChar.money >= $mainChar.hasSTDPrice>>[[Follow the nurse->STD Treatment][$surgery = 'STD']]<<elseif $mainChar.hasSTDPrice != 600>>You don't have enough money <<else>> You don't have enough money! [[Call your father.->STD Treatment][$surgery = 'STDDad']] <<endif>> <<else>>($200 - $600) - No STDs identified. <</if>>
<h4>FACIAL TREATMENTS</h4>
<<if $mainChar.energy >= 20>>
* Eye color change ($500) - <<if $mainChar.money >= 500>>[[Follow the nurse->Surgeries][$surgery = "Eye color"]]<<else>> You don't have enough money<<endif>>
<</if>>
<h4>BREAST TREATMENTS</h4>
<<if $mainChar.energy >= 20>>
<<if $mainChar.appearance.chest.size == 'a'>>
* Breasts enlargement (from A to B) ($800) - <<if $mainChar.money >= 800>>[[Follow the nurse->Surgeries][$surgery = "breasts enlargement"]]<<else>>You don't have enough money<<endif>>
<<elseif $mainChar.appearance.chest.size == 'b'>>
* Breasts enlargement (from B to C) ($1400) - <<if $mainChar.money >= 1400>>[[Follow the nurse->Surgeries][$surgery = "breasts enlargement"]]<<else>>You don't have enough money<<endif>>
<<elseif $mainChar.appearance.chest.size == 'c'>>
* Breasts enlargement (from C to D) ($2000) - <<if $mainChar.money >= 2000>>[[Follow the nurse->Surgeries][$surgery = "breasts enlargement"]]<<else>>You don't have enough money<<endif>>
<<elseif $mainChar.appearance.chest.size == 'd'>>
* You have the biggest breasts possible (D)
<<endif>>
<br>
<<if $mainChar.appearance.chest.size == 'a'>>
* You have the smallest breasts possible (A)
<<elseif $mainChar.appearance.chest.size == 'b'>>
* Breasts reduction (from B to A) ($800) - <<if $mainChar.money >= 800>>[[Follow the nurse->Surgeries][$surgery = "breasts reduction"]]<<else>>You don't have enough money<<endif>>
<<elseif $mainChar.appearance.chest.size == 'c'>>
* Breasts reduction (from C to B) ($800) - <<if $mainChar.money >= 800>>[[Follow the nurse->Surgeries][$surgery = "breasts reduction"]]<<else>>You don't have enough money<<endif>>
<<elseif $mainChar.appearance.chest.size == 'd'>>
* Breasts reduction (from D to C) ($800) - <<if $mainChar.money >= 800>>[[Follow the nurse->Surgeries][$surgery = "breasts reduction"]]<<else>>You don't have enough money<<endif>>
<<endif>>
<<else>>
You are too tired for this...
<<endif>>
<hr>
<br><br>
[[Back->Go out]]
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/Hospital_CumReac.jpg")]]
</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the clinic casually, but your unpleasant odor and unkempt appearance draw the attention of both patients and staff. Eventually, a nurse approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused.<br><br>
You comply with her request, feeling embarrassed, and [[leave the clinic.->Go out]]
<<else>>
Entering the clinic nonchalantly, you catch a nurse's attention who prepare to greet you with a warm smile. However, her expression suddenly changes to one of disgust upon seeing you are cum-stained. Instead of greeting you, she request you to leave the place immediately.<br><br>
You comply with her request, feeling embarrassed, and [[leave the clinic.->Go out]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<</if>><<if !$mainChar.haveCum.face>0 and $mainChar.cleanliness>15 and $hour<23>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Restaurant.jpg")]]
</div><br>
As you step inside the restaurant, a wave of warm, aromatic air greets you. Soft jazz music fills the cozy space adorned with rustic French decor. Dimmed chandeliers cast a romantic glow over linen-covered tables set with gleaming silverware. The murmur of contented diners and the clinking of glasses create a lively atmosphere.
<br><br>
<<if $mainChar.work.waitress.experience > 0 and $pastPassage !="Work Waitress Process">>
The hostess finishes attending to a customer before she notices you and smiles warmly, recognizing you.<br>
"Hi <<print $mainChar.firstName>> ! What's up?"<br><br>
<<if $hour >= 15 and $hour <= 21 and $mainChar.energy>=30>>
<<link "Work as a waitress">>
<<goto "Locker Room">>
<</link>>
<<else>>
It's not time to work (work hours - 16:00-22:00)
<<endif>><br>
head towards the [[manager's office.->Manager office]]<br>
<<elseif $pastPassage !="Work Waitress Process">>
The hostess finishes assisting another customer and then notices you, offering a welcoming smile. <br>
"Welcome Miss! Do you have a reservation, or would you like a table for one?"<br><br>
<<if $mainChar.energy>=10>>
Ask about [[open vacancies->Getting Job]]<br><</if>>
<<else>>
At the front, the hostess is leaning against her podium, tapping at her phone. She glances up when she hears you approach, flashing you a tired but friendly smile. “Done for the night?” “Finally,” you sigh, stretching your arms. <br><br>
<</if>>
Tell her you would like [[a table.->Look menu]]<br>
If you need to, you can go to the restroom: [[Female WC->Female Public Restroom][$Restroom_location = "Restaurant"]]
<<if $mainChar.corruption>=40 and $mainChar.energy>=30>> | [[Male WC->Male Public Restroom][$Restroom_location = "Restaurant"]]<</if>>
<<if random(0,2) is 0 and $mainChar.energy>=20>> <br>You see a friend eating alone and would like to [[join him.->Eat with friend]]
<</if>>
<br><br>
<<if $pastPassage !="Work Waitress Process">>
Tell her you'll [[come back later->Go out]]
<<else>>
[[Leave the restaurant->Go out]]
<</if>>
<<elseif $hour>=23 and $pastPassage =="Work Waitress Process">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Restaurant.jpg")]]
</div><br>
The restaurant is silent, the lively hum of dinner service now just a memory. The scent of grilled food and spilled wine lingers in the air, mixing with the faint traces of cleaning products. You step out of the locker room, your uniform replaced with something more comfortable, but the exhaustion clings to you just the same. The dining area is empty—tables wiped down, chairs stacked neatly, glasses polished and put away. Only the soft hum of the refrigerator and the distant sound of running water from the kitchen remain. <br><br>
[[Leave the restaurant.->Go out]]
<<elseif ($hour >= 15 and $hour <= 21) and ($mainChar.work.waitress.experience > 0)>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/Manager_CumReac.jpg")]]
</div><br>
As you enter the restaurant, you hear some gasps around you. As you went about your tasks, it wasn't long before the eagle-eyed manager noticed the cum stains on you. His face reddened with anger, as he rushes toward you.<br><br>
"$mainChar.firstName ! This is unacceptable! In my office NOW !"<br><br>
You follow him to [[his office->Manager office]], not knowing what to expect.
<<elseif ($mainChar.work.waitress.experience > 0)>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/Waitress_CumReac.jpg")]]
</div><br><br>
As you arrives in the restaurant, the waitress notices your cum stains and comes to you. <br><br>
"$mainChar.firstName I You have cum on you! Come with me I'll clean it up for you if you want." She says with a smirk.<br><br>
You're not really sure about the idea, you decline is proposal and [[leave the restaurant.->Go out]]
You wonder what she means by that and [[follow her in the restroom.->Resto Restroom Event]]
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Restaurant/Work/Waitress_CumReac.jpg")]]</div>
<<if $mainChar.cleanliness<15>>
You enter the restaurant nonchalantly, but your noticeable odor and disheveled appearance quickly capture the attention of both diners and restaurant staff. Whispers and disapproving stares circulate throughout the dining area as you wait for a seat. Before long, a restaurant employee approaches you and, with tact, requests that you leave, citing the disturbance your presence has caused to other patrons. <br><br>
You comply with their request, feeling embarrassed, and [[leave the restaurant.->Go out]]
<<else>>
Entering the restaurant nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the restaurant.->Go out]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<</if>>
<</if>><!-- ------ ATTRACTIVENESS ------ -->
<<if $iconAttractivenessShow == true>>
<<mouseover>>
<<link [img[String.format($urlPath + '/TechFolder/Icons/Attractiveness'+ $iconAttractivenessShowColor+'.png')]]>>
<<if $iconAttractivenessTextShow == true>>
<<set $iconAttractivenessTextShow = false>>
<<replace '#icon-text'>><</replace>>
<<else>>
<<set $iconAttractivenessTextShow = true>>
<<replace '#icon-text'>>
<<IconWidgetAttractiveness>>
<</replace>>
<<endif>>
<</link>>
<<onhover>>
<<replace '#icon-text'>>
<<IconWidgetAttractiveness>>
<</replace>>
<<onmouseout>>
<<replace '#icon-text'>><</replace>>
<</mouseover>>
<<endif>>
<!-- ------ ------- -->
<!-- ------ HYGIENE ------ -->
<<if $iconHygieneShow == true>>
<<mouseover>>
<<link [img[String.format($urlPath + '/TechFolder/Icons/Hygiene' + $iconHygieneShowColor + '.png')]]>>
<<if $iconHygieneTextShow == true>>
<<set $iconHygieneTextShow = false>>
<<replace '#icon-text'>><</replace>>
<<else>>
<<set $iconHygieneTextShow = true>>
<<replace '#icon-text'>>
<<IconWidgetHygiene>>
<</replace>>
<<endif>>
<</link>>
<<onhover>>
<<replace '#icon-text'>>
<<IconWidgetHygiene>>
<</replace>>
<<onmouseout>>
<<replace '#icon-text'>><</replace>>
<</mouseover>>
<<endif>>
<!-- ------ ------- -->
<!-- ------ SPERM ------ -->
<<if $iconSpermShow == true>>
<<mouseover>>
<<link [img[String.format($urlPath + '/TechFolder/Icons/Sperm.png')]]>>
<<if $iconSpermTextShow == true>>
<<set $iconSpermTextShow = false>>
<<replace '#icon-text'>><</replace>>
<<else>>
<<set $iconSpermTextShow = true>>
<<replace '#icon-text'>>
<<IconWidgetSperm>>
<</replace>>
<<endif>>
<</link>>
<<onhover>>
<<replace '#icon-text'>>
<<IconWidgetSperm>>
<</replace>>
<<onmouseout>>
<<replace '#icon-text'>><</replace>>
<</mouseover>>
<<endif>>
<!-- ------ ------- -->
<!-- ------ EXHIBITIONISM ------ -->
<!-- - При оголении некоторых частей тела вне гардероба и своей комнаты гг будет получать этот значок. При наведении показывается бонус привлекательности -->
<!-- ------ ------- -->
<!-- ------ FOOD ------ -->
<<if $iconFoodShow == true>>
<<mouseover>>
<<link [img[String.format($urlPath + '/TechFolder/Icons/Food.png')]]>>
<<if $iconFoodTextShow == true>>
<<set $iconFoodTextShow = false>>
<<replace '#icon-text'>><</replace>>
<<else>>
<<set $iconFoodTextShow = true>>
<<replace '#icon-text'>>
<<IconWidgetFood>>
<</replace>>
<<endif>>
<</link>>
<<onhover>>
<<replace '#icon-text'>>
<<IconWidgetFood>>
<</replace>>
<<onmouseout>>
<<replace '#icon-text'>><</replace>>
<</mouseover>>
<<endif>>
<!-- ------ ------ -->
<!-- ------ INTOXICATION ------ -->
<<if $iconIntoxicationShow == true>>
<<mouseover>>
<<link [img[String.format($urlPath + '/TechFolder/Icons/Intoxication.png')]]>>
<<if $iconIntoxicationTextShow == true>>
<<set $iconIntoxicationTextShow = false>>
<<replace '#icon-text'>><</replace>>
<<else>>
<<set $iconIntoxicationTextShow = true>>
<<replace '#icon-text'>>
<<IconWidgetIntoxication>>
<</replace>>
<<endif>>
<</link>>
<<onhover>>
<<replace '#icon-text'>>
<<IconWidgetIntoxication>>
<</replace>>
<<onmouseout>>
<<replace '#icon-text'>><</replace>>
<</mouseover>>
<<endif>>
<!-- ------ ------- -->
<!-- ------ FATIGUE ------ -->
<<if $iconFatigueShow == true>>
<<mouseover>>
<<link [img[String.format($urlPath + '/TechFolder/Icons/Fatigue' + $iconFatigueShowColor + '.png')]]>>
<<if $iconFatigueTextShow == true>>
<<set $iconFatigueTextShow = false>>
<<replace '#icon-text'>><</replace>>
<<else>>
<<set $iconFatigueTextShow = true>>
<<replace '#icon-text'>>
<<IconWidgetFatigue>>
<</replace>>
<<endif>>
<</link>>
<<onhover>>
<<replace '#icon-text'>>
<<IconWidgetFatigue>>
<</replace>>
<<onmouseout>>
<<replace '#icon-text'>><</replace>>
<</mouseover>>
<<endif>>
<!-- ------ ------- -->
<p id="icon-text"></p>
<!-- ------ ATTRACTIVENESS ------ -->
<<widget "IconWidgetAttractiveness">>
<<if $mainChar.attractiveness <0>>
<br>@@color: red; You're almost repulsive to look at.@@
<<elseif $mainChar.attractiveness<=20>>
<<elseif $mainChar.attractiveness<=55>>
<br>@@color: white; You're hard to ignore.@@
<<else>>
<br> @@color: lime; You are an absolute bombshell.@@
<<endif>>
<</widget>>
<!-- ------ ------- -->
<!-- ------ HYGIENE ------ -->
<<widget "IconWidgetHygiene">>
<<if $mainChar.cleanliness >= 30>>
<br> @@color: lime; Your body is clean and fresh. @@
<<elseif $mainChar.cleanliness >= 10 && $mainChar.cleanliness < 30>>
<br> @@color: yellow; You feel like you should take a shower soon. @@
<<elseif $mainChar.cleanliness < 10>>
<br> @@color: red; Your body is dirty! The smell is overpowering. Take a shower! @@
<<endif>>
<<if settings.menstruation == true and $mainChar.menstruation.day >= 15 and $mainChar.menstruation.isProtected != true>>
<br> <br> @@color: red; Go to the bathroom and apply a tampon! @@
<<endif>>
<</widget>>
<!-- ------ ------- -->
<!-- ------ SPERM ------ -->
<<widget "IconWidgetSperm">>
<<if $mainChar.haveCum.face>>
<br> You have cum on your face!
<<endif>>
<<if $mainChar.haveCum.inass>>
<br> You have cum in your ass!
<<endif>>
<<if $mainChar.haveCum.onass>>
<br> You have cum on your ass!
<<endif>>
<<if $mainChar.haveCum.inpussy>>
<br> You have cum in your pussy!
<<endif>>
<<if $mainChar.haveCum.onpussy>>
<br> You have cum on your pussy!
<<endif>>
<<if $mainChar.haveCum.body>>
<br> You have cum on your body!
<<endif>>
<</widget>>
<!-- ------ ------- -->
<!-- ------ EXHIBITIONISM ------ -->
- При оголении некоторых частей тела вне гардероба и своей комнаты гг будет получать этот значок. При наведении показывается бонус привлекательности
<!-- ------ ------- -->
<!-- ------ FOOD ------ -->
<<widget "IconWidgetFood">>
<<for _i, _name range $listOfFood>>
<<if $inventory.food[_name].boostTimer <= $inventory.food[_name].boostTimerReset and $inventory.food[_name].boostTimer > 0>>
<br> <<Food _name>> (<<= Math.trunc($inventory.food[_name].boostTimer / 60)>>:<<= $inventory.food[_name].boostTimer % 60>>)
<<endif>>
<</for>>
<</widget>>
<!-- ------ ------- -->
<!-- ------ INTOXICATION ------ -->
<<widget "IconWidgetIntoxication">>
<<if $mainChar.intoxication > 0>>
<br> +<<= $oneIntoxication>> Corruption
<<endif>>
<</widget>>
<!-- ------ ------- -->
<!-- ------ FATIGUE ------ -->
<<widget "IconWidgetFatigue">>
<<if $mainChar.energy <= 35>>
<br> @@color: yellow; You are tired! @@
<<elseif $mainChar.energy <= 10>>
<br> @@color: red; You are exhaused! @@
<<endif>>
<</widget>>
<!-- ------ ------- -->
<!-- ------ HYGIENE ------ -->
<<if $mainChar.cleanliness >= 30>>
<<set $iconHygieneShow = false>>
<<elseif $mainChar.cleanliness >= 20 && $mainChar.cleanliness < 40>>
<<set $iconHygieneShow = true>>
<<set $iconHygieneShowColor = "Yellow">>
<<elseif $mainChar.cleanliness < 20>>
<<set $iconHygieneShow = true>>
<<set $iconHygieneShowColor = "Red">>
<<endif>>
<<if settings.menstruation == true and $mainChar.menstruation.day >= 15 and $mainChar.menstruation.isProtected != true>>
<<set $iconHygieneShow = true>>
<<set $iconHygieneShowColor = "Red">>
<<endif>>
<!-- ------ ------- -->
<!-- ------ SPERM ------ -->
<<if $mainChar.haveOneCumPlace()>>
<<set $iconSpermShow = true>>
<<else>>
<<set $iconSpermShow = false>>
<<endif>>
<!-- ------ ------- -->
<!-- ------ EXHIBITIONISM ------ -->
<!-- - При оголении некоторых частей тела вне гардероба и своей комнаты гг будет получать этот значок. При наведении показывается бонус привлекательности -->
<!-- ------ ------- -->
<!-- ------ FOOD ------ -->
<<set $activeFoodCount = 0>>
<<for _i, _name range $listOfFood>>
<<if $inventory.food[_name].boostTimer <= $inventory.food[_name].boostTimerReset and $inventory.food[_name].boostTimer > 0>>
<<set $activeFoodCount += 1>>
<<endif>>
<</for>>
<<if $activeFoodCount > 0>>
<<set $iconFoodShow = true>>
<<else>>
<<set $iconFoodShow = false>>
<<endif>>
<!-- ------ ------- -->
<!-- ------ INTOXICATION ------ -->
<<if $mainChar.intoxication > 0>>
<<set $iconIntoxicationShow = true>>
<<else>>
<<set $iconIntoxicationShow = false>>
<<endif>>
<!-- ------ ------- -->
<!-- ------ FATIGUE ------ -->
<<if $mainChar.energy<=20>>
<<set $iconFatigueShow = true>>
<<set $iconFatigueShowColor = "Red">>
<<elseif $mainChar.energy<=40>>
<<set $iconFatigueShow = true>>
<<set $iconFatigueShowColor = "Yellow">>
<<else>>
<<set $iconFatigueShow = false>>
<<endif>>
<!-- ------ ------- -->
<!-- ------ ATTRACTIVENESS ------ -->
<<if $mainChar.attractiveness <0>>
<<set $iconAttractivenessShow = true>>
<<set $iconAttractivenessShowColor = "Red">>
<<elseif $mainChar.attractiveness <=20>>
<<set $iconAttractivenessShow = false>>
<<elseif $mainChar.attractiveness<=55>>
<<set $iconAttractivenessShow = true>>
<<set $iconAttractivenessShowColor = "White">>
<<else>>
<<set $iconAttractivenessShow = true>>
<<set $iconAttractivenessShowColor = "Green">>
<<endif>>
<!-- ------ ------- --><!-- ------ MISC. ----- -->
<<if typeof $Achievements is 'undefined' and $currentPassage != 'UpdateMessage' and $Update != 'False'>>
<<set $currentPassage to 'UpdateMessage'>>
<<goto "UpdateMessage">>
<</if>>
<<set $currentPassage = passage()>>
<<if isNaN($GameTime)>>
<<set $GameTime to 0>>
<</if>>
<<if isNaN($hourCount)>>
<<set $hourCount to 0>>
<</if>>
<<if $hour >= 7 && $hour <= 20>>
<<set $timeOfDay = "Day">>
<<else>>
<<set $timeOfDay = "Night">>
<<endif>>
<<if $mainChar.appearance.isCombed>>
<<if lastVisited("Comb yourself") >= 20>>
<<set $mainChar.appearance.isCombed = false>>
<<endif>>
<<endif>>
<<if $day == 6 || $day == 7>>
<<set $weekendDay = true>>
<<set $weekDay = false>>
<<else>>
<<set $weekDay = true>>
<<set $weekendDay = false>>
<<endif>>
<<silently>>
<<ScheduleBrother>> <<ScheduleMom>> <<ScheduleDad>>
<</silently>>
<!-- ------ STATS ------ -->
<<set $mainChar.money to Math.max(0,$mainChar.money)>>
<<set $mainChar.maxEnergy = 50 + $mainChar.fitness>>
<<if $mainChar.energy < 0>>
<<set $mainChar.energy = 0>>
<<elseif $mainChar.energy > $mainChar.maxEnergy>>
<<set $mainChar.energy = $mainChar.maxEnergy>>
<<endif>>
<<if $mainChar.arousal < 0>>
<<set $mainChar.arousal = 0>>
<<elseif $mainChar.arousal > 100>>
<<set $mainChar.arousal = 100>>
<<endif>>
<<if $mainChar.tookArousalPill is 'true'>>
<<set $mainChar.arousal = Math.max(70,$mainChar.arousal)>>
<</if>>
<<if $mainChar.cleanliness < 0>>
<<set $mainChar.cleanliness = 0>>
<<elseif $mainChar.cleanliness > 100>>
<<set $mainChar.cleanliness = 100>>
<<endif>>
<<if $mainChar.intoxication < 0>>
<<set $mainChar.intoxication = 0>>
<<elseif $mainChar.intoxication > 100>>
<<set $mainChar.intoxication = 100>>
<<endif>>
<<if $mainChar.corruption < 0>>
<<set $mainChar.corruption to 0>>
<<elseif $mainChar.corruption >= $mainChar.maxCorruption>>
<<set $mainChar.corruption to $mainChar.maxCorruption>>
<<endif>>
<<if $mainChar.fitness < 0>>
<<set $mainChar.fitness = 0>>
<<elseif $mainChar.fitness > 100>>
<<set $mainChar.fitness = 100>>
<<endif>>
<<if $mainChar.attractiveness < 0>>
<<set $mainChar.attractiveness = 0>>
<<elseif $mainChar.attractiveness > 100>>
<<set $mainChar.attractiveness = 100>>
<<endif>>
<<if $mainChar.intellect < 0>>
<<set $mainChar.intellect = 0>>
<<elseif $mainChar.intellect > 100>>
<<set $mainChar.intellect = 100>>
<<endif>>
<<if $brother.relationship < 0>>
<<set $brother.relationship = 0>>
<<elseif $brother.relationship>=$mainChar.maxRelationship>>
<<set $brother.relationship to $mainChar.maxRelationship>>
<<endif>>
<<if $dad.relationship < 0>>
<<set $dad.relationship = 0>>
<<elseif $dad.relationship>=$mainChar.maxRelationship>>
<<set $dad.relationship to $mainChar.maxRelationship>>
<<endif>>
<<if $mom.relationship < 0>>
<<set $mom.relationship = 0>>
<<elseif $mom.relationship>=$mainChar.maxRelationship>>
<<set $mom.relationship to $mainChar.maxRelationship>>
<<endif>>
<<set $mainChar.fitnessBoost = Math.trunc($mainChar.fitness/2)>>
<<set $mainChar.intellectBoost = Math.trunc($mainChar.intellect/2)>>
<<if $mainChar.tookEnergyPill>><<set _boost = 20>><<else>><<set _boost = 0>>
<</if>>
<<if $mainChar.hasSTD and $mainChar.energy > Math.round(Math.max(100 - ($dayCount - $mainChar.hasSTDDay) * 3, 15) / 5) * 5 + _boost>>
<<set $mainChar.energy to Math.round(Math.max(100 - ($dayCount - $mainChar.hasSTDDay) * 3, 15) / 5) * 5 + _boost>>
<</if>>
<!-- ------ SCHOOL ------ -->
<<if $mainChar.school.Math.testNumber !=0>>
<<set $mainChar.school.Math.score = Math.round($mainChar.school.Math.score * 10) / 10>> <</if>>
<<if $mainChar.school.Science.testNumber !=0>>
<<set $mainChar.school.Science.score = Math.round($mainChar.school.Science.score * 10) / 10>>
<</if>>
<<if $mainChar.school.History.testNumber != 0>>
<<set $mainChar.school.History.score = Math.round($mainChar.school.History.score * 10) / 10>>
<</if>>
<<if $mainChar.school.PE.testNumber != 0>>
<<set $mainChar.school.PE.score = Math.round($mainChar.school.PE.score * 10) / 10>>
<</if>>
<<if $mainChar.school.reputation < 0>>
<<set $mainChar.school.reputation = 0>>
<<elseif $mainChar.school.reputation > 100>>
<<set $mainChar.school.reputation = 100>>
<<endif>>
<<if $mainChar.school.Math.score < 0>>
<<set $mainChar.school.Math.score = 0>>
<<elseif $mainChar.school.Math.score > 20>>
<<set $mainChar.school.Math.score = 20>>
<<endif>>
<<if $mainChar.school.Science.score < 0>>
<<set $mainChar.school.Science.score = 0>>
<<elseif $mainChar.school.Science.score > 20>>
<<set $mainChar.school.Science.score = 20>>
<<endif>>
<<if $mainChar.school.History.score < 0>>
<<set $mainChar.school.History.score = 0>>
<<elseif $mainChar.school.History.score > 20>>
<<set $mainChar.school.History.score = 20>>
<<endif>>
<<if $mainChar.school.PE.score < 0>>
<<set $mainChar.school.PE.score = 0>>
<<elseif $mainChar.school.PE.score > 20>>
<<set $mainChar.school.PE.score = 20>>
<<endif>>
<<if !($dayCount % 30) and $mainChar.school.gradeReport != $dayCount>>
<<set $mainChar.school.gradeReport to true>>
<</if>>
<<if !(($dayCount+7) % 15) and $mainChar.school.fees != $dayCount>>
<<set $mainChar.school.fees to true>>
<</if>>
<<if $day == 5>>
<<if $hour <9>>
<<set $mainChar.school.Math.missedTest to true>>
<<elseif $hour == 9 and $minute <=45 and $currentPassage is "Classes">>
<<set $mainChar.school.Math.missedTest to false>>
<</if>>
<</if>>
<<if $day == 2>>
<<if $hour <10>>
<<set $mainChar.school.Science.missedTest to true>>
<<elseif $hour == 10 and $minute <=45 and $currentPassage is "Classes">>
<<set $mainChar.school.Science.missedTest to false>>
<</if>>
<</if>>
<<if $day == 3>>
<<if $hour <11>>
<<set $mainChar.school.History.missedTest to true>>
<<elseif $hour == 11 and $minute <=45 and $currentPassage is "Classes">>
<<set $mainChar.school.History.missedTest to false>>
<</if>>
<</if>>
<<if $day == 5>>
<<if $hour <13>>
<<set $mainChar.school.PE.missedTest to true>>
<<elseif $hour <=15 and $currentPassage is "Classes">>
<<set $mainChar.school.PE.missedTest to false>>
<</if>>
<</if>>
<!-- ------ WORK ------ -->
<<if $mainChar.work.barmaid.experience < 0>>
<<set $mainChar.work.barmaid.experience = 0>>
<<elseif $mainChar.work.barmaid.experience > 100>>
<<set $mainChar.work.barmaid.experience = 100>>
<<endif>>
<<if $mainChar.work.waitress.experience < 0>>
<<set $mainChar.work.waitress.experience = 0>>
<<elseif $mainChar.work.waitress.experience > 100>>
<<set $mainChar.work.waitress.experience = 100>>
<<endif>>
<<if $mainChar.work.secretary.experience < 0>>
<<set $mainChar.work.waitress.experience = 0>>
<<elseif $mainChar.work.waitress.experience > 50>>
<<set $mainChar.work.waitress.experience = 50>>
<<endif>>
<!-- ------ ACHIEVEMENTS ------ -->
<<if $mainChar.intellect ==0>>
<<Achievements "intellectmin" "Brainless and Fuckable">>
<<elseif $mainChar.intellect ==100>>
<<Achievements "intellectmax" "Too Smart to be Fucked">>
<</if>>
<<if $mainChar.fitness ==100>>
<<Achievements "fitnessmax" " Workout Warrior, Bedroom Beast">>
<</if>>
<<if $mainChar.corruption >=150>>
<<Achievements "corruption" " Depraved Fuck Doll">>
<</if>>
<<if $mainChar.attractiveness >=90>>
<<Achievements "outfit" "Dressed to please">>
<</if>>
<<if $wardrobe.clothes.length + $wardrobe.lingerie.length >= ($Mall.clothes_top.length + $Mall.clothes_bottom.length + $Mall.sport_swim.length + $Mall.sport_sports.length + $Mall.shoes_flats.length + $Mall.shoes_heels.length + $Mall.stockings.length + $Mall.lingerie.length + $Mall.daring.length)*0.8>>
<<Achievements "outfit" "Shopaholic">>
<</if>>
<!-- ------ HUNGER ------ -->
<<if isNaN($lastHour)>>
<<set $lastHour = $hour>>
<</if>>
<<if $hour != $lastHour and $hour > $lasthour>>
<<set $mainChar.energy to Math.max(0, $mainChar.energy - 5*($hour-$lastHour))>>
<<set $lastHour = $hour>>
<<if $mainChar.energy <=10>>
<<set $mainChar.fitness -=0.5>>
<</if>>
<</if>>
<!-- ------ ATTRACTIVENESS ------ -->
<<if isNaN(_clothesEffect)>>
<<set _clothesEffect to 0>>
<</if>>
<<for _item range $mainChar.look.clothes>>
<<if !isNaN(_item.allure)>>
<<set _clothesEffect += _item.allure>>
<</if>>
<</for>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.lingerie.chest.name is ''>>
<<set _clothesEffect += 20>>
<<elseif $mainChar.look.clothes.torso.name is ''>>
<<set _clothesEffect += 10>>
<</if>>
<<if $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<set _clothesEffect += 20>>
<<elseif $mainChar.look.clothes.legs.name is ''>>
<<set _clothesEffect += 10>>
<</if>>
<<set _clothesEffect to ( _clothesEffect / 1.8)>>
<<if isNaN(_lingerieEffect)>>
<<set _lingerieEffect to 0>>
<</if>>
<<for _item range $mainChar.look.lingerie>>
<<if !isNaN(_item.allure)>>
<<set _lingerieEffect += _item.allure>>
<</if>>
<</for>>
<<if $mainChar.look.lingerie.groin.name is '' and ($mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1 or $mainChar.look.clothes.legs.name.toLowerCase().indexOf('skirt') !== -1)>>
<<set _lingerieEffect += 15>>
<</if>>
<<set _lingerieEffect to _lingerieEffect/3>>
<<if isNaN(_accessoriesEffect)>>
<<set _accessoriesEffect to 0>>
<</if>>
<<for _item range $mainChar.look.accessories>>
<<if !isNaN(_item.allure)>>
<<set _accessoriesEffect += _item.allure>>
<</if>>
<</for>>
<<set _accessoriesEffect to _accessoriesEffect/2>>
<<if isNaN(_lookEffect)>><<set _lookEffect to 0>><</if>>
<<if !$mainChar.appearance.isCombed>>
<<set _lookEffect -=20>>
<</if>>
<<if $mainChar.appearance.makeup is "No">>
<<set _lookEffect -=8>>
<<elseif $mainChar.appearance.makeup is "Subtle">>
<<set _lookEffect +=3>>
<<elseif $mainChar.appearance.makeup is "Regular" or $mainChar.appearance.makeup is "Cute">>
<<set _lookEffect +=8>>
<<elseif $mainChar.appearance.makeup is "Flashy" or $mainChar.appearance.makeup is "Heavy" or $mainChar.appearance.makeup is "Goth">>
<<set _lookEffect +=10>>
<<elseif $mainChar.appearance.makeup is "Ruined">>
<<set _lookEffect -=15>>
<</if>>
<<if !$mainChar.appearance.teethBrushed>>
<<set _lookEffect -=5>>
<</if>>
<<if $mainChar.eroticLook.intimateHaircut is "stubble" and ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('skirt') !== -1 or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)>>
<<set _lookEffect -=15>>
<<elseif $mainChar.eroticLook.intimateHaircut is "hairy" and ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('skirt') !== -1 or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)>>
<<set _lookEffect -=30>>
<</if>>
<<set _lookEffect to _lookEffect*1.5>>
<<if $mainChar.work.currentWorkName != "">>
<<if $mainChar.work.costume is "Normal">>
<<set _costumeEffect to 15>>
<<set _clothesEffect to 0>>
<<elseif $mainChar.work.costume is "Sexy">>
<<set _costumeEffect to 30>>
<<set _clothesEffect to 0>>
<<else>>
<<set _costumeEffect to 45>>
<<set _clothesEffect to 0>>
<</if>><<else>><<set _costumeEffect to 0>><</if>>
<<if $mainChar.appearance.isPerfumed is 'true'>>
<<set _lookEffect +=10>>
<</if>>
<<set _cleanlinessEffect to Math.round((Math.pow($mainChar.cleanliness / 100, 0.5) * 10))-5>>
<<set _fitnessEffect to (($mainChar.fitness - 50) / 3.5)>>
<<set $mainChar.attractiveness to Math.round( _clothesEffect + _costumeEffect + _lingerieEffect + _accessoriesEffect + _lookEffect + _cleanlinessEffect + _fitnessEffect
)>><div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/Hospital_surgical.jpg")]]
</div><br>
You sit on the examination table in the doctor's office, the crinkle of the paper sheet beneath you echoing in the quiet room. The sterile smell of the clinic fills your nostrils, and the cool air sends a slight shiver down your spine. You're dressed in a hospital gown, the thin fabric doing little to keep you warm or cover your modesty. The doctor enters the room, his white coat rustling with each brisk step. He offers you a reassuring smile as he sits down on the stool in front of you, your medical chart in his hands. <br><br>
"I'm just going to do a final check before your operation today." You nod, trying to swallow the lump of nervousness in your throat. "Okay," you manage to say, your voice barely above a whisper. He starts by checking your vitals—blood pressure, temperature, pulse. Each touch of his stethoscope or the cuff around your arm sends a jolt of anxiety through you. He asks you a series of questions about your medical history, any allergies, and your current medications. You answer each one carefully, your mind racing with thoughts of the upcoming procedure.<br><br>
<<switch $surgery>>
<<case "breasts enlargement" "breasts reduction">>
<<if $surgery is "breasts enlargement">>
"So, young lady, you want to enlarge your breasts from a <<print $mainChar.appearance.chest.size.toUpperCase()>>-cup to a
<<if $mainChar.appearance.chest.size == 'a'>>
B-cup
<<elseif $mainChar.appearance.chest.size == 'b'>>
C-cup
<<else>>
D-cup
<</if>>, is that right ?"
<<else>>
"So, young lady, you want to have smaller breasts, from a <<print $mainChar.appearance.chest.size.toUpperCase()>>-cup to a
<<if $mainChar.appearance.chest.size == 'd'>>
C-cup
<<elseif $mainChar.appearance.chest.size == 'c'>>
B-cup
<<else>>
A-cup
<</if>>, is that right ?"
<</if>>
You nod, "Yes, that's right," you say while <<linkreplace "he examines your breasts.">> he examines your breasts. His touch is gentle yet clinical. He explains what he's doing at each step, his voice calm and reassuring. "We'll be making incisions here and here," he says, pointing to the areas on your chest. "The implants will be placed either under the muscle or over it, depending on what we discussed during your consultation."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/Surgery/Breast.webp")]]
</div><br>
You take a deep breath, trying to steady your nerves. "And the recovery time?" you ask, your voice trembling slightly. "Recovery varies from person to person," he explains. "But generally, you can expect to be sore and swollen for the first few days. You'll need to take it easy and avoid any heavy lifting or strenuous activity for at least a week. We'll provide you with pain medication and detailed aftercare instructions." He makes a final note in your chart and looks up at you with a warm smile. "Everything looks good. You're all set for the operation. The nurses will be in shortly to prepare you and take you to the operating room."<br><br>
You take a deep breath, trying to steady your nerves. "Thank you, Doctor," you say, your voice a bit steadier now. He offers you a reassuring nod. "You're welcome. Try to relax. You're in good hands, and we'll take great care of you."<br><br>
<<linkreplace "Lie down on the examination table">> You lie down on the examination table, and the doctor prepares the equipment. The anesthesiologist approaches you, her face kind and professional. "I'm going to administer the anesthesia now. You'll feel a slight pinch, and then you'll start to feel drowsy." You nod, trying to keep your breathing steady. "Okay," you reply, your voice barely above a whisper. She inserts the IV into your arm, the cool liquid flowing into your veins. You feel a slight sting, and then a warmth begins to spread through your body. The room starts to blur, the voices around you becoming distant and muffled. <br><br>
"Count backward from ten for me," the anesthesiologist instructs, her voice soothing. You take a deep breath and begin to count. "Ten... nine... eight..." Your voice grows softer with each number, the world around you fading away. "Seven... six..." The room spins, the lights above you becoming a blur of white. "Three... two..." You manage to murmur before darkness claims you, and you drift off into a deep, [[dreamless sleep.->Recovery]]<br><br>
<<set $hour +=2>>
<<include "Surgeries: breasts">>
<<replace #leave>><</replace>><</linkreplace>>
<br> <span id='leave'>[[Change your mind->Hospital]]</span>
<</linkreplace>>
<<case "Eye color">>
"So, you're here to change the color of your eyes?" he asks, his voice calm and steady. <br><br>
You nod, explaining your desire for <<set $selectedeye to $mainChar.appearance.head.eyes.color>>
<<listbox "$selectedeye" autoselect>>
<<optionsfrom $eyeColors>>
<</listbox>> eyes. <br><br>
<<done>>
<<script>>
$('#listbox-selectedeye').on('change', function () {
var selectedeye = State.variables.selectedeye;
var urlPath = State.variables.urlPath;
if (selectedeye === State.variables.mainChar.appearance.head.eyes.color){
$('#same').show();
$('#different').hide();
} else {
$('#same').hide();
$('#different').show();
}
var imageUrl = String.format(urlPath + '/PaperDoll/MainBody/Eyes/' + selectedeye + 'Eyes.png');
$('#DollEyes').html('<img src="' + imageUrl + '" alt="Doll eye">');
});
<</script>>
<</done>>
<div id='same'> This is your current eyes color.</div>
<div id='different' style="display: none;">
The doctor listens attentively, taking notes and explaining the procedure. "We'll be using a laser to alter the pigment in your iris," he says. "It's a safe and effective procedure, but it might be a bit uncomfortable. We'll do our best to make you as comfortable as possible." <br><br>
<<linkreplace "Lie down on the examination table">> You lie down on the examination table, and the doctor prepares the equipment. The sound of the laser machine hums to life, and you take a deep breath, steeling yourself for what's to come. The anesthesiologist approaches you, her face kind and professional. "I'm going to administer the anesthesia now. You'll feel a slight pinch, and then you'll start to feel drowsy." You nod, trying to keep your breathing steady. "Okay," you reply, your voice barely above a whisper. She inserts the IV into your arm, the cool liquid flowing into your veins. You feel a slight sting, and then a warmth begins to spread through your body. The room starts to blur, the voices around you becoming distant and muffled. <br><br>
"Count backward from ten for me," the anesthesiologist instructs, her voice soothing. You take a deep breath and begin to count. "Ten... nine... eight..." Your voice grows softer with each number, the world around you fading away. "Seven... six..." The room spins, the lights above you becoming a blur of white. "Three... two..." You manage to murmur before darkness claims you, and you drift off into a deep, [[dreamless sleep.->Recovery]]<br><br>
<<set $hour +=2>>
<<set $mainChar.appearance.head.eyes.color to $selectedeye>>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "money" "-500">>
<<replace #leave>><</replace>><</linkreplace>></div>
<br> <span id='leave'>[[Change your mind->Hospital]]</span>
<</switch>>
<<set $minute += 40>>
<<if $surgery == "breasts enlargement">>
<<if $mainChar.appearance.chest.size == 'a'>>
<<set $mainChar.appearance.chest.size = 'b'>>
<<set _price = 1000>>
<<elseif $mainChar.appearance.chest.size == 'b'>>
<<set $mainChar.appearance.chest.size = 'c'>>
<<set _price = 1500>>
<<elseif $mainChar.appearance.chest.size == 'c'>>
<<set $mainChar.appearance.chest.size = 'd'>>
<<set _price = 2000>>
<<endif>>
<<elseif $surgery == "breasts reduction">>
<<if $mainChar.appearance.chest.size == 'b'>>
<<set $mainChar.appearance.chest.size = 'a'>>
<<set _price = 1000>>
<<elseif $mainChar.appearance.chest.size == 'c'>>
<<set $mainChar.appearance.chest.size = 'b'>>
<<set _price = 1500>>
<<elseif $mainChar.appearance.chest.size == 'd'>>
<<set $mainChar.appearance.chest.size = 'c'>>
<<set _price = 2000>>
<<endif>>
<<endif>>
<p class="minus">-$<<= _price>></p>
<br>
<p class="minus">-20 Energy</p><<set $mainChar.money -= _price>><<set $mainChar.energy -= 20>><br>
<<MainChar_Stats "intellect" "-1">>
<br>
<br>
<<if $mainChar.appearance.chest.size is 'd'>>
<<Achievements "breast" "Busty bimbo">>
<</if>><div class="default-image-wrapper">[img[String.format($urlPath + "/Tattoo_parlor/TattooOperation.jpg")]]</div><br>
You approach the reception desk and show the tattoo that catched your eyes.
"I'd like to get this one," you say, your voice filled with a mix of excitement and nervousness. He nods and hands you a clipboard with some forms to fill out. "Great! Just fill these out, and then you can talk to one of our artists about your design." You take the clipboard and find a seat in the waiting area, filling out the forms with a sense of excitement. After a few minutes, an artist approaches you, a friendly smile on his face.<br><br>
"Hi, I'm Alex. I'll be your artist today." he says, his voice filled with enthusiasm. You show him the design and placement you have in mind. Alex listens attentively, nodding and offering suggestions to make your vision come to life. "That sounds great," he says, his voice filled with excitement. "Let's get started."<br><br>
He leads you to a private room, where you take a seat on the tattoo chair. Alex prepares his equipment, the sound of the tattoo machine buzzing to life. You take a deep breath, feeling a mix of anticipation and nervousness. "Ready?" Alex asks, his voice filled with reassurance. You nod, and he begins to work, the needle touching your skin with a gentle sting. The sensation is intense but bearable, and you focus on your breathing, trying to relax. The room is filled with the sound of the tattoo machine and the occasional murmur of conversation. <br><br>
As Alex works, you feel a sense of pride and accomplishment. This is a permanent mark on your body, a symbol of your individuality and self-expression. The pain is a small price to pay for the art that will be a part of you forever. After what feels like an eternity, Alex finally finishes. He wipes away the excess ink and applies a soothing ointment to your skin. You look down at your new tattoo, a sense of pride and satisfaction washing over you. "It looks amazing," you say, your voice filled with gratitude.<br><br>
Alex smiles, his eyes filled with pride. "I'm glad you like it. Just make sure to take good care of it, and it will heal beautifully." You thank him and stand up, feeling a sense of accomplishment and excitement. You can't help but smile, knowing that you've just added a permanent piece of art to your body, a symbol of your unique identity and self-expression.<br><br>
[[Leave the tattoo parlor.->Go out]]<br><br>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $hour +=2>><<widget "ScheduleBrother">>
<!-- $args[0] - for displaying current activity in not-rooms locations ("Display") -->
<<silently>>
<<ScheduleBrotherActivity>>
<</silently>>
<<if passage() == $brother.currentLocation>>
<p>⛉</p> Brother - <<= $brother.activity>>
<<ScheduleBrotherActivity>><br>
<<endif>>
<<if $args[0] == "Display">>
Brother - <<= $brother.activity>> | <<= $brother.currentLocation>> <br>
<<endif>>
<</widget>>
<<widget "ScheduleMom">>
<!-- $args[0] - for displaying current activity in not-rooms locations ("Display") -->
<<silently>>
<<ScheduleMomActivity>>
<</silently>>
<<if passage() == $mom.currentLocation>>
<p>⛉</p> Mother - <<= $mom.activity>>
<<ScheduleMomActivity>>
<br>
<<endif>>
<<if $args[0] == "Display">>
Mother - <<= $mom.activity>> | <<= $mom.currentLocation>> <br>
<<endif>>
<</widget>>
<<widget "ScheduleDad">>
<!-- $args[0] - for displaying current activity in not-rooms locations ("Display") -->
<<silently>>
<<ScheduleDadActivity>>
<</silently>>
<<if passage() == $dad.currentLocation>>
<p>⛉</p> Father - <<= $dad.activity>>
<<ScheduleDadActivity>>
<br>
<<endif>>
<<if $args[0] == "Display">>
Father - <<= $dad.activity>> | <<= $dad.currentLocation>> <br>
<<endif>>
<</widget>>
<h4>MAIN CHARACTER</h4>
Waking up - 8:00
Taking shower – 8:00-9:00 (кроме 8:15-8:30)
<u>Breakfast</u> – 8:00-9:00
School, first part – 9:00-11:00
<u>Dinner</u> – 11:00-12:00
School, second part – 12:00-14:00
School club/detention - 14:00-15:30
Part-time job - 16:00-19:00
<u>Supper</u> – 19:00-20:00
Going to bed – 22:00, 23:00 (-10 Energy), 00:00 (-20 Energy)
<hr>
<h4>BROTHER</h4>
Waking up – 8:00
Preparing for school– 8:00-8:15
Taking shower – 8:15-8:20
*<u>Breakfast</u> – 8:20-9:00
*School, first part (wknd: hanging out in town) – 9:00-12:00
*<u>Dinner</u> – 12:00-13:00
*School, second part (wknd: playing computer) – 13:00-15:00
*Sports club – 15:00-16:00
*Hanging out in town – 16:00-17:00
Doing exercises – 17:00-18:00
Chatting with friends – 18:00-19:00
<u>Supper</u> – 19:00-20:00
Watching TV with family – 20:00-22:00
Playing computer – 22:00-23:00
Going to bed – 23:00
<hr>
<h4>MOM</h4>
Waking up - 8:00
Taking shower – 8:20-8:25
<u>Breakfast</u> – 8:00-9:00
Work, first part (wknd: riding a bike) – 9:00-11:00
<u>Dinner</u> – 11:00-12:00
Work, second part (wknd: shopping) – 12:00-16:00
Working in the garden – 16:00-17:00
Doing chores – 17:00-18:00
Doing laundry and ironing – 18:00-19:00
<u>Supper</u> – 19:00-20:00
Watching TV with family – 20:00-22:00
Going to bed – 22:00
<hr>
<h4>DAD</h4>
Waking up - 8:00
Taking shower – 8:25-8:30
<u>Breakfast</u> – 8:00-9:00
Work, first part (wknd: riding a bike) – 9:00-11:00
<u>Dinner</u> – 11:00-12:00
Work, second part (wknd: shopping) – 12:00-16:00
Watching TV – 16:00-17:00
Reading a book – 17:00-18:00
Calculating and paying taxes – 18:00-19:00
<u>Supper</u> – 19:00-20:00
Watching TV with family – 20:00-22:00
Going to bed – 22:00
<<back "Back">><div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/Manager.jpg")]]
</div><br>
You approach a passing waitress, kindly inquiring about the whereabouts of the manager. She directs you to a small office tucked away in a corner of the restaurant. With a polite knock, you enter and find yourself facing a young, well-dressed man, the unmistakable air of authority surrounding him.<br><br>
<<if $mainChar.attractiveness > 0>>
As you introduce yourself, he welcomes you with a warm smile and invites you to take a seat. With a notepad and pen at the ready, he listens attentively as you express your interest in an evening position at the establishment.<br><br>
The manager proceeds to outline the available opportunity: <br>
"We have a special program for students. You can work from 4:00 PM to 10:00 PM every day, including weekends - whenever you have time for this job. We will also give you a standard uniform"<br><br>
With a genuine interest in your response, he asks, "Miss $mainChar.lastName, does this opportunity align with your interests and schedule? Are you interested in joining our team?"
<br>
<br>
Upon reflexion, you <<linkreplace "agree to his proposal.">> agree to his proposal.<br>
"Splendid! You can start working whenever you want. 16:00-19:00! Joey will show you the [[way out.->Restaurant]]"
<<set $mainChar.work.waitress.experience += 1>>
<br><br>
<<replace #refuse>><</replace>><</linkreplace>> <br>
<span id='refuse'>Tell him you'll think about it and [[leave the office.->Restaurant]]</span>
<<else>>
As you introduce yourself, his expression shifting from focused to slightly uncomfortable as he takes in your appearance. <br><br>
The manager clears his throat, his eyes darting away from you for a moment before returning. "Um, thank you for coming in," he starts, his voice hesitant. "But I'm afraid we're looking for someone who, uh, presents themselves a bit more... cleanly."<br><br>
You feel a flush of embarrassment creep up your cheeks. You hadn't realized how disheveled you looked until this moment. You shift uncomfortably, feeling the sting of rejection and embarrassment. You can't help but feel a mix of disappointment and shame when you [[walk out of the restaurant.->Go out]]
<</if>><<set $hour +=1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/TakingOrder{0}.jpg",random(3))]]
</div><br>
<<if $hour >= 22>>
<<set $hour = 22>>
<<set $minute = 0>>
The restaurant hums with the last remnants of the evening rush—clinking glasses, low conversations, the occasional burst of laughter. You weave between tables, clearing plates and wiping down surfaces, the weight of the long shift settling into your legs. At the counter, your manager leans against the register, a warm smile on his face. He checks the clock—22:00.<br><br>
"That’s it for you tonight," he says, his voice easygoing. "Go ahead and clock out. Good job today." Relief washes over you. You untie your apron, stretching your sore shoulders as you [[head toward the locker room,->Locker Room]]<br><br>
<<set _pay to random(3+0.3*$mainChar.work.waitress.experience,8+0.4*$mainChar.work.waitress.experience)>>
<p class="add">+<<print _pay>> Money</p> <<set $mainChar.money += _pay>>
<br>
<p class="add">+1 Experience</p> <<set $mainChar.work.waitress.experience += 1>><br>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<<elseif $mainChar.energy <20>>
The dinner rush has finally died down, but your feet still ache from hours of nonstop movement. Your uniform is slightly damp from a spilled drink earlier, and the dull hum of conversations and clinking silverware lingers in the air. You wipe down a table, stifling a yawn, when you hear your manager clear his throat behind you.<br><br>
"You should head home," he says, arms crossed. His tone isn't exactly harsh, but it's not sympathetic either. "You look exhausted, and I can’t have you dragging like this next time." You nod, too tired to argue. Slipping off your apron, you grab your bag and [[make your way toward the locker room.->Locker Room]]<br><br>
<br><br>
<<set _pay to random(3+0.3*$mainChar.work.waitress.experience,8+0.4*$mainChar.work.waitress.experience)>>
<p class="add">+<<print _pay>> Money</p> <<set $mainChar.money += _pay>>
<br>
<p class="add">+1 Experience</p> <<set $mainChar.work.waitress.experience += 1>><br>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<<elseif $mainChar.cleanliness < 30 or $mainChar.attractiveness <10>>
The evening rush is in full swing, and you barely have a second to breathe. Plates clatter, voices blend into a steady hum, and the scent of sizzling food lingers in the air. You dart between tables, balancing trays, forcing smiles, and trying to keep up with the endless orders. But at some point—you're not sure when—you realize something's off. Maybe it’s the way customers glance at you, or the subtle wrinkle of a coworker’s nose as you pass by. <br><br>
There’s an undeniable feeling that you’re no longer… presentable. “You can’t keep going like this,” he says, his tone just short of exasperated. He gives you a once-over, his expression tight with disapproval. “Take a break,” he says, not unkindly, but firm. “Go freshen up.” There’s no room for argument. With a quiet nod, you turn on your heel and [[head for the locker room.->Locker Room]]<br><br>
<<set _pay to random(3+0.3*$mainChar.work.waitress.experience,8+0.4*$mainChar.work.waitress.experience)>>
<p class="add">+<<print _pay>> Money</p> <<set $mainChar.money += _pay>>
<br>
<p class="add">+1 Experience</p> <<set $mainChar.work.waitress.experience += 1>><br>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<<else>>
<<set _event to random(4)>>
<<if _event is 0>>
The restaurant hums with life, a steady blend of clinking glasses, sizzling pans, and the murmur of conversations. You weave between tables, a practiced smile on your face, balancing a tray with one hand and scribbling down an order with the other. "One steak, medium rare. A Caesar salad. And another glass of red wine," you repeat back to the table, receiving a nod of approval before hurrying toward the kitchen. <br><br>
The heat from the stoves washes over you as you call out the order, barely pausing before rushing back to check on another table. Time passes in a blur of movement—filling drinks, delivering plates, dodging coworkers in the narrow aisles. Your feet ache, but you don’t stop. Not yet. One last round of checks, one last bill dropped off with a polite, "Thank you, have a great time," before you finally exhale.<br><br>
<<elseif _event is 1>>
You walk over to the table, your notepad in hand, ready to take the order. The group of men at the table look up at you, flashing smiles that are more smug than friendly. You offer a polite smile in return, setting your stance steady and professional. One of them leans back in his chair, eyes scanning you as he gives you an exaggerated wink. "Hey there, sweetheart. What can we get for you today?" he asks, his tone dripping with condescension. Another chimes in, "How about a nice drink, darling? Something to keep you going, huh?" He grins, clearly amused by his own joke.<br><br>
You nod, your expression never faltering. "Of course," you reply, writing down their orders as if nothing's out of the ordinary. Their words are like background noise, a part of the daily routine. As you set down their drinks, one of them, an older man with a too-practiced smile, grins up at you. “Thanks, sweetheart. Think you can handle bringing out our food nice and quick?” His tone is playful, but there’s an edge to it. You nod. As you walk away, you exhale slowly, keeping your posture relaxed, your face neutral. Just another table. Just another shift.<br><br>
<<elseif _event is 2>>
You walk over to a table, tray in hand, but as you approach, you overhear the conversation of the group of girls. "...I mean, how did it go when you had both of them in you?" one of the girls asks bluntly, her voice low but filled with curiosity. The girl in the middle, blushing but still clearly entertained by the attention, hesitates before responding. "Well, it wasn’t as awkward as you’d think," she says, her voice a mix of embarrassment and excitement. "It was... actually pretty fun."<br><br>
You set their drinks down, trying to maintain a calm expression, feeling like you're intruding on something far more personal than you'd expected. The group of girls giggles, clearly enjoying the juicy details, as you step back, eager to leave the conversation behind.<br><br>
<<else>>
You dedicated your time to providing exceptional service, taking orders, and ensuring every guest's needs were met. The restaurant buzzed with activity, a symphony of clinking glasses and laughter. Your proficiency in managing tables and delivering memorable dining experiences shone through. As the evening came to a close, you tallied your earnings, a testament to your hard work and dedication.
<</if>><br><br>
<<if gaussian($mainChar.attractiveness,20)>=25 >>
Reaching a table near the window, you offer a polite smile. The group of customers looks up as you pull out your pen, ready to jot down their orders. "Good evening! What can I get for you?" you ask, your voice warm but professional. Yet, you notice the client seated next to you eyeing you with a smirk. As you lean in to hear their order, you feel his hand firmly grasp your ass. The sudden touch sends a shockwave through your body, and you freeze, unsure of how to react. <br><br>
<span id='stop'>
<<linkreplace "Tell him to stop immediately.">>
"Excuse me, sir," you say, your voice steady but firm. "I'm here to take your order, not to be touched inappropriately." You keep your tone polite but assertive, making it clear that his behavior is unacceptable. The client looks taken aback, his smirk fading as he realizes he's crossed a line.<br><br>
<<set _pay to Math.round(gaussian($mainChar.attractiveness,5)/7)>>
<p class="minus">-<<print _pay>> Money</p> <<set $mainChar.money -= _pay>>
<<silently>><<repeat 0.05s>><<run $("#block_end").css("display", "block")>>
<</repeat>><</silently>>
<<replace #moan>><</replace>><<replace #continue>><</replace>>
<</linkreplace>><br></span>
<span id='continue'>
<<if $mainChar.corruption>=10>><<linkreplace "Let him proceed.">>
You don't want to cause a scene or risk losing your job, so you decide to let it slide, hoping it won't escalate. "What can I get for you today?" you ask, your voice slightly shaky as you try to focus on your task. "I'll have the steak, medium rare," the client next to you says, his hand lingering on your ass, his fingers kneading your flesh. "And.. hmm... and for you, sir?" you ask the other client at the table, trying to ignore how his hands brush against your pussy. You feel like you must act with integrity and restraint, but it’s hard to ignore the sensations coursing through you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/Grope{0}.webp",random(2))]]
</div><br>
"I'll take the salmon," he replies, completely oblivious to what's happening. You nod, jotting down the order as quickly as possible. "Anything else I can get for you?" you ask, your voice barely above a whisper. The client next to you gives your ass a final squeeze before dropping his hand. "That'll be all for now," he says, a satisfied smirk on his face. You step away, feeling a sense of relief mixed with a strange sense of disappointment. <br><br>
<<set _pay to Math.round(gaussian($mainChar.attractiveness,5)/7)>>
<p class="add">+<<print _pay>> Money</p> <<set $mainChar.money += _pay>><br>
<<MainChar_Stats "arousal" "10">>
<<silently>><<repeat 0.05s>><<run $("#block_end").css("display", "block")>>
<</repeat>><</silently>>
<<replace #moan>><</replace>><<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='moan'>
<<if $mainChar.corruption>=25>><<linkreplace "Look at him and moan.">>
The touch sends a wave of pleasure through your body, and you find yourself leaning into it, your hips pressing back against his hand. You look at him, your eyes meeting his with a mix of surprise and desire. He smirks, his fingers kneading your flesh with more confidence. You can't help but moan, and the sound of it makes him smile wickedly. "What can I get for you?" you ask, your voice husky with arousal. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/Grope{0}.webp",random(2))]]
</div><br>
You lean in closer, your body pressing against his as you wait for his response. He takes his time, his hand exploring your curves as he speaks. "I'll have the raviole," he says, his voice low and seductive. You can't help but gasp and have little spasms from time to time as you try to get the table's orders. Looking down, you realize that the man who is groping you has a boner.<br><br>
<span id='leave'><<linkreplace "continue your shift.">>You finish taking the order, your body trembling with anticipation. As you step away, you can't help but glance back at him, your eyes locked in a silent promise of more to come. You walk back to the kitchen with a dripping pussy, your heart pounding with a mix of excitement and desire, knowing that this encounter is far from over.<br><br>
<<set _pay to Math.round(gaussian($mainChar.attractiveness,5)/10)>>
<p class="add">+<<print _pay>> Money</p> <<set $mainChar.money += _pay>><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<silently>><<repeat 0.05s>><<run $("#block_end").css("display", "block")>>
<</repeat>><</silently>>
<<replace #suck>><</replace>>
<</linkreplace>></span><br>
<span id='suck'> <<if $mainChar.corruption>=40>><<linkreplace "Sneakily get on your knees">>
With a quick glance around to ensure no one is watching, you discreetly slip under the table. You reach for his zipper, your fingers trembling with anticipation. He shifts slightly, allowing you better access as you free his already hard cock. You take him into your mouth, your lips wrapping around his shaft as you begin to suck intensely while he's dining. He lets out a soft groan, trying to maintain his composure as he continues his discussion with the others. You can hear the muffled conversation above you, the other clients completely unaware of what's happening beneath the table. You feel exposed and at the service of a stranger and yet, you start rubbing your pussy. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/bj{0}.webp",random(2))]]
</div><br>
The thrill of the situation, the risk of being caught, only fuels your desire. You suck harder, your cheeks hollowing as you take him as deep as you can. He grips your hair tighter, his hips beginning to thrust in rhythm with your movements, his cock hitting the back of your throat. You gag slightly, tears streaming down your face, but you don't stop. The sensation of being used, of being completely at his mercy, sends waves of pleasure through your body.<br><br>
<<if random(0,2) <=1 or $mainChar.corruption <50>>
The pleasure builds in his body until it reaches its peak, and then he erupts into your mouth. You can feel his hot seed fill you with a dizzying intensity that leaves you trembling. You swallow reflexively, your eyes watering as you struggle to catch your breath. He holds your head in place for a moment longer, savoring the last waves of his orgasm, before finally releasing you. You wipe your mouth discreetly and crawl out from under the table, your heart racing. <br><br>
As you stand up, you meet his gaze, a satisfied smirk playing on his lips. "Is there anything else I can get for you?" you ask, your voice steady despite the adrenaline coursing through your veins. "No, I think we're good for now," he replies, his eyes gleaming with a mix of satisfaction and admiration. You turn and walk away, feeling a sense of accomplishment and a lingering thrill from the forbidden act.<br><br>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "intellect" "-1">>
<<set _pay to Math.round(gaussian($mainChar.attractiveness,5))>>
<p class="add">+<<print _pay>> Money</p> <<set $mainChar.money += _pay>><br>
<<silently>><<repeat 0.05s>><<run $("#block_end").css("display", "block")>>
<</repeat>><</silently>>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<else>>
Suddenly, he reaches down and grabs your arm, pulling you up from under the table. You emerge, flushed and breathless, your lips glistening. He takes your hand firmly and leads you through the restaurant, his stride purposeful. You follow, your heart pounding with a mix of excitement and nervousness. His eyes are heavy with lust as he guides you through the shadows of the <<linkreplace "restaurant's back alley.">> restaurant's back alley.<br><br>
Before you can react, he presses you against the cold brick wall, his body pinning you in place. His mouth crashes down on yours, his kiss hungry and demanding. "You're such a dirty little slut," he growls against your lips, his hands roaming over your body. "Sucking me off under the table like that. You love it, don't you?" He rips your clothes off, with an urgency that borders on aggression and lifts you up, slamming you against the cold wall of the restaurant. His desperate thrusts grow more forceful and primal as he ravages your wet pussy with unrelenting fervor, sending shockwaves through your body with every violent plunge.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/RedLight/BackAlley/'+ $timeOfDay +'/Fuck' + random(6) + '.webp')]]@@<br>
You both stand there, panting and breathless, the intensity of the moment lingering in the air. He steps back, a satisfied smirk on his face as he tucks himself back into his pants. You straighten your uniform, your body still trembling. "You should clean yourself up," he says. You nod, a mix of humiliation and excitement coursing through your veins. You quickly wipe yourself off with a napkin from your apron, then follow him back into the restaurant, your heart still racing with the thrill of what just happened. <br><br>
<<set _pay to Math.round(gaussian($mainChar.attractiveness,5)*1.5)>>
<p class="add">+<<print _pay>> Money</p> <<set $mainChar.money += _pay>><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "intellect" "-1">>
<<silently>><<repeat 0.05s>><<run $("#block_end").css("display", "block")>>
<</repeat>><</silently>>
<</linkreplace>>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><</if>></span>
<<replace #continue>><</replace>><<replace #stop>><</replace>>
<</linkreplace>><br><</if>></span>
<<else>>
<<silently>><<repeat 0.05s>><<run $("#block_end").css("display", "block")>>
<</repeat>><</silently>>
<</if>>
<span id='block_end' style="display: none">
The manager informs you that you have the option to either [[start another shift->Work Waitress Process]] <<if $mainChar.work.waitress.tookBreak !=$dayCount>>, [[take a break->Restaurant Break][$mainChar.work.waitress.tookBreak = $dayCount]]<</if>> or [[conclude your evening's work.->Locker Room]]
<br><br>
<<set _pay to random(Math.min(Math.round(1+0.3*$mainChar.work.waitress.experience),30),Math.min(1+Math.round(3+.7*$mainChar.work.waitress.experience),80))>>
<p class="add">+<<print _pay>> Money</p> <<set $mainChar.money += _pay>>
<br>
<p class="add">+1 Experience</p> <<set $mainChar.work.waitress.experience += 1>><br>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
</span><</if>><<if ($mainChar.attractiveness <=0 and $mainChar.school.reputation <10) or ($mainChar.attractiveness <=10 and $mainChar.school.reputation >=15) or $mainChar.cleanliness <=30>>
As you walk down the crowded school hallway, you can't help but notice the subtle reactions of those around you. You catch glances from your classmates, some wrinkling their noses slightly, others exchanging whispered comments. As you look at yourself, you realize that you should take better care of your look and hygiene.<br><br>
<<MainChar_Stats "School" "-1">>
<</if>>
<<if $mainChar.haveCum.face>0>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Canteen/CumReac.jpg")]]</div><br>
Entering the cafeteria nonchalantly, you catch the staff's attention as they notice the cum on your face. Instead of serving you, they request you to leave the place immediately before they call the principal.<br><br>
You comply with their request, feeling embarrassed, and [[leave the cafeteria.->School]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "20">>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/school/canteen/SchoolCanteen.jpg")]]</div>
<<set _sawcum to either("classmate","students")>>
<<SeeCumOnPcWidget _sawcum>>
<<include "School Cloth Level">>
The cafeteria is bustling with activity, students chatting and laughing as they enjoy their meals. The aroma of food fills the air, adding to the lively atmosphere. Finding an empty seat may require a bit of searching.<br><br>
<<if $lastDayHadSchoolLunch != $dayCount>><<endif>>
You grab a tray and join the line at the counter to <<linkreplace "get your lunch.">>get your lunch.<br>
<<set $lastDayHadSchoolLunch = $dayCount>>
<<set $randomSchoolFood to either("Stew","Salade")>>
<<set $minute += 10>>
The cafeteria staff serves you your meal, and then you proceed to find a seat to sit down. <br><br>
<span id='alone'>You can <<linkreplace "eat alone.">>eat alone.<br><br>
You opt to have your meal in solitude, enjoying a moment of quiet reflection amidst the bustling cafeteria. The sounds of conversations and clinking cutlery fade into the background as you savor your food. It's a brief respite before rejoining the social scene. <br><br>Once you've finished your meal, you clear your tray and [[leave the cafeteria.->School]]<br><br>
<<MainChar_Stats "energy" "40">>
<<set $minute +=20>>
<<replace #brother>><</replace>><<replace #friends>><</replace>>
<</linkreplace>><br></span>
<span id='friends'><<linkreplace "Eat with your friends.">><br><br> <<include "Canteen Friends">>
Once you've finished your meal, you clear your tray and [[leave the cafeteria.->School]]<br><br>
<<MainChar_Stats "energy" "30">>
<<set $minute +=40>>
<<replace #alone>><</replace>><<replace #brother>><</replace>>
<</linkreplace>><br></span>
<span id='brother'><<if random(2) is 0 and $brother.relationship >= 10 >>Looking around, you see that you can <<linkreplace "join your brother.">>join your brother.<br><br> <<include "Canteen Brother">>
Once you've finished your meal, you clear your tray and [[leave the cafeteria.->School]]<br><br>
<<MainChar_Stats "energy" "30">>
<<MainChar_Stats "brother" "1" "30">>
<<set $minute +=40>>
<<replace #alone>><</replace>><<replace #friends>><</replace>>
<</linkreplace>> <</if>></span>
<<replace #leave>><</replace>>
<</linkreplace>>
<br>
<br>
<span id='leave'>
[[School hall->School]]</span>
<</if>>
<<widget "SchoolTest">>
<<if $mainChar.intellect <=20>>
You know you haven’t put in the effort. The concepts never really clicked, and to be honest, you didn’t try hard to make them stick. As the exam papers are handed out, you glance at the questions, your mind blank. <br>
Instead of panicking, you sit back, almost resigned to the outcome. You halfheartedly scribble answers, knowing they don’t really make sense. You could try harder, but what's the point now? The clock ticks away, the room filled with the frantic scratching of pens, but your pace remains slow, unhurried.<br>
You’ll finish, eventually, but deep down, you already know how this is going to end. The exam doesn’t feel like a challenge—it feels like something to just get through. <br><br>
<<elseif $mainChar.intellect <=40>>
You unfold the paper, and the questions stare back at you. Some seem familiar, while others appear daunting. You remind yourself to read carefully and take your time, pushing aside the nagging doubts that whisper you won’t do well.<br>
With a resolve to try your best, you pick up your pencil and start writing, channeling your efforts into each question, determined to give it your all despite the challenges ahead.<br><br>
<<elseif $mainChar.intellect <=60>>
As an average student, you feel a mix of nerves and determination. You’ve prepared, but doubt lingers at the back of your mind. You review the key concepts in your mind, trying to reinforce what you've studied. <br><br>
<<elseif $mainChar.intellect <=80>>
You take a moment to collect your thoughts, feeling the calm confidence of a diligent student. You’ve prepared thoroughly for this moment, reviewing your notes and practicing problems in the days leading up to the exam. You scan the questions quickly, feeling a wave of reassurance wash over you. You know the material, and you’re ready to tackle the challenges ahead. <br><br>
<<else>>
You’ve studied hard and absorbed the material thoroughly, and it shows. With each passing moment, your nerves settle, replaced by the excitement of showcasing your knowledge. you quickly read through the questions, a smile creeping onto your face as you recognize the topics you've mastered. You dive in, confident and focused, eager to demonstrate your hard work and understanding of the subject.<br><br>
<</if>>
<<include "Test cheat events">>
<</widget>>
<<widget "SchoolTestResult">>
<<set $currentTestNote to Math.round($currentTestNote/5 * 2) / 2>>
<h4><strong>Test result: <<print $currentTestNote>> / 20
<<if $currentSchoolClass == "Math">>
<<if isNaN($mainChar.school.Math.score)>>
<<set $mainChar.school.Math.score = $currentTestNote>>
<<else>>
<<set $mainChar.school.Math.score = ($mainChar.school.Math.score*$mainChar.school.Math.testNumber + $currentTestNote) /($mainChar.school.Math.testNumber+1)>>
<</if>>
<<set $mainChar.school.Math.score to Math.round($mainChar.school.Math.score * 10) / 10>>
<<elseif $currentSchoolClass == "Science">>
<<if isNaN($mainChar.school.Science.score)>>
<<set $mainChar.school.Science.score = $currentTestNote>>
<<else>>
<<set $mainChar.school.Science.score = ($mainChar.school.Science.score*$mainChar.school.Science.testNumber + $currentTestNote) /($mainChar.school.Science.testNumber+1)>>
<</if>>
<<set $mainChar.school.Science.score to Math.round($mainChar.school.Science.score * 10) / 10>>
<<elseif $currentSchoolClass == "History">>
<<if isNaN($mainChar.school.History.score)>>
<<set $mainChar.school.History.score = $currentTestNote>>
<<else>>
<<set $mainChar.school.History.score = ($mainChar.school.History.score*$mainChar.school.History.testNumber + $currentTestNote) /($mainChar.school.History.testNumber+1)>>
<</if>>
<<set $mainChar.school.History.score to Math.round($mainChar.school.History.score * 10) / 10>>
<</if>></strong></h4>
<<if $currentTestNote >= $mainChar.intellect/5 and $currentTestNote >=10>>
<div class="secondary-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Exam_good.jpg")]]</div><br>
Your name is finally called. You take a deep breath and walk up to the desk, your fingers slightly trembling as you take the paper. Upon seeing your grade, a smile spreads across your face. It's a solid mark, above your usual level. A wave of relief and happiness washes over you. “Damn, look at you!” Your friend leans over to peek. “Show-off.” You grin, shaking your head. “Pure luck.”
<<else>>
<div class="secondary-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Exam_bad.jpg")]]</div><br>
When your paper is finally returned, a sinking feeling settles in your stomach. It's a lower mark than you expected, and certainly not reflective of your usual performance. “Shit,” you whisper under your breath as you slump back into your seat. A wave of disappointment washes over you, and you can’t help but feel a knot tighten in your stomach. <br><br>
Your friend glances over. “How bad?” You tilt the paper toward them. They wince. “Oof. You wanna grab coffee and pretend this never happened?” “Absolutely.” You let out a heavy sigh, pressing the paper face-down on your desk. The pressure in your chest tightens, but at least, for now, you don’t have to look at it. Perhaps you could approach the teacher during the break to discuss the possibility of [[improving your grade.->Grade Negociation]]
<</if>>
<</widget>>
<<widget "SchoolTestPEResult">>
<<set $currentTestNote to gaussian($mainChar.fitness,10)>>
<<if $mainChar.fitness < 20>>
Unfortunately, you struggle to keep up, and it shows in every movement. You're really bad at sports, and your performance is far from what it should be. The result is a very low grade, reflecting your lack of fitness and coordination.
<<elseif $mainChar.fitness < 40>>
Despite your efforts, you’re still below average. You can’t seem to catch up to your peers, and the exercises leave you exhausted. Your grade is just as disappointing, a reminder that you're not yet where you need to be.
<<elseif $mainChar.fitness < 60>>
You manage to keep pace with the others, but only just. You’re about average, neither excelling nor falling behind too much. Your grade reflects this—right in the middle, but you know you could achieve more with some extra effort.
<<elseif $mainChar.fitness < 80>>
Your performance stands out as you move through the exercises with confidence. You're good at sports, and it shows. Your form is solid, and your stamina impressive. You earn a good grade, and it’s clear you're on the path to greatness.
<<elseif $mainChar.fitness < 100>>
You are on fire! Every movement is sharp, controlled, and full of energy. Your athletic skills shine, and you earn an excellent grade. It’s clear that you’re among the best in the class, and your hard work is paying off.
<</if>><br><br>
<h4><strong>Test result:
<<set $currentTestNote to Math.round($currentTestNote/5 * 2) / 2>>
<<if isNaN($mainChar.school.PE.score)>>
<<set $mainChar.school.PE.score = $currentTestNote>>
<<else>>
<<set $mainChar.school.PE.score = ($mainChar.school.PE.score*$mainChar.school.PE.testNumber + $currentTestNote) /($mainChar.school.PE.testNumber+1)>>
<</if>>
<<set $mainChar.school.PE.score to Math.round($mainChar.school.PE.score * 10) / 10>>
<<print $currentTestNote>>/20
</strong></h4>
<<if $currentTestNote >= $mainChar.intellect/5>>
<div class="secondary-image-wrapper">[img[String.format($urlPath + "/School/Gym/TestResultGood.jpg")]]</div><br>
When the coach announces your grade, a smile spreads across your face. It's a solid mark, above your usual level. A wave of relief and happiness washes over you.<br><br>
<<else>>
<div class="secondary-image-wrapper">[img[String.format($urlPath + "/School/Gym/TestResultBad.jpg")]]</div><br>
When the coach announces your grade, a sinking feeling settles in your stomach. It's a lower mark than you expected, and certainly not reflective of your usual performance. A wave of disappointment washes over you, and you can’t help but feel a knot tighten in your stomach. <br><br>
Perhaps you could approach the coach to discuss the possibility of [[improving your grade.->PE Grade Negociation]] <br>
<</if>>
<<link "Go back to the locker room.">> <<goto "PE Locker Room">><</link>>
<br><br>
<<set $hour +=1>><<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "combed" "false">>
<</widget>><<if $classActivity == "Test">>
<<set $currentTestNote to gaussian($mainChar.intellect,10)>>
<<if $currentSchoolClass is "Math">>
<<if $mainChar.school.Math.testNumber is undefined>> <<set $mainChar.school.Math.testNumber to 1>> <<else>>
<<set $mainChar.school.Math.testNumber +=1>><</if>>
<<elseif $currentSchoolClass is "Science">>
<<if $mainChar.school.Science.testNumber is undefined>> <<set $mainChar.school.Science.testNumber to 1>> <<else>>
<<set $mainChar.school.Science.testNumber +=1>><</if>>
<<elseif $currentSchoolClass is "History">>
<<if $mainChar.school.History.testNumber is undefined>> <<set $mainChar.school.History.testNumber to 1>> <<else>>
<<set $mainChar.school.History.testNumber +=1>><</if>>
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Exam.jpg')]]
@@<br>
You enter your classroom, and it's test day. As you walk in, you notice the test papers already laid out neatly on the desks. The atmosphere in the room is a mix of anticipation and nervousness. Students are quietly finding their seats and glancing at the test papers, mentally preparing themselves for the challenge ahead. You can feel the tension in the air as you take your seat and prepare to tackle the test.<br><br>
The professor’s voice breaks the silence: “You have two hours. Begin.”<br><br>
Your hands move automatically as you flip over the first page, eyes scanning the questions. It’s time to put everything you’ve learned to the test.<br><br>
<<SchoolTest>>
<<elseif $classActivity == "Test results">>
<<if $currentSchoolClass is "Math" or $currentSchoolClass is "Science">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Exam_grades_Female.jpg")]]</div>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Exam_grades_Male.jpg")]]</div>
<</if>><br>
The classroom is heavy with anticipation as the professor flips through the graded papers, their expression unreadable. You sit at your desk, tapping your fingers against the wood, trying to ignore the way your heart pounds in your chest. “I swear, if I failed this one, I’m dropping out,” whispers the guy next to you, slumping over his desk dramatically. “You say that every time,” someone mutters back, earning a few quiet chuckles. The professor begins calling out names, handing back the papers one by one. Some students let out sighs of relief, others groan in frustration.
<<SchoolTestResult>>
<<endif>><<set _event to random(1,5)>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Studying{0}.jpg",random(2))]]</div><br><br>
<<if _event == 1>>
You sit on the lesson, listening to the teacher. Everything goes well, and you even manage to learn something! You write everything down, trying to keep up with explanations. <br>
The lesson ends, and you pack your stuff to head out with other students.
<<elseif _event == 2>>
You write down everything the <<print $currentSchoolClass>> teacher explains to you. Suddenly, he turns around and says that this is hard, but someone might already guess what goes next. You lift a hand and tell him your thoughts about the topic. Your guess is correct! <br>
Smiling, you continue to write. It seems no one is paying attention to your small victory. <br>
The ring rings, the students pack their stuff. You grab your things and prepare to leave the classroom.
<<elseif _event == 3>>
Everything goes fine, and you study, writing in your textbook. Suddenly you hear a whisper coming from behind. You turn around to see where it comes from. <br>
"Ps, <<print $mainChar.firstName>>. Do you have a spare pencil? Just for this lesson." You give your classmate a pencil and return to your work. <br>
At the end of the class, you get your pencil back. "Thank you! I sharpened it a bit, by the way."
<<elseif _event == 4>>
Just a regular day in school... You write in your textbook, trying to ignore whispering classmates. Damn, don't they understand that they irritate the others?! <br>
After some painfully long time, the lesson ends, and you exhale, packing your bag. Classmates were still chatting happily, not paying attention to anything.
<<elseif _event == 5>>
For some reason, you feel an irritating desire to take a nap today. Hiding a yawn, you inhale and stare at the blackboard, trying to understand a thing. <br>
It was hard not to fall asleep, but you even managed to learn something. After the lesson ends you hurry up to leave this boring room. As this can solve your sleep problems.
<<endif>><<set _event to random(1,3)>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Chatting{0}.jpg",random(2))]]</div><br><br>
<<if _event == 1>>
You look around, trying to find someone to talk to. A girl in the opposite corner of the classroom was staring at you blankly. She looks so sleepy... <br>
Suddenly she winks, smiling. You don't know what to do and smile back, waving with your hand a bit. <br>
Then she turned away from you and never looked back till the class ends.<br><br>
<<elseif _event == 2>>
Engaged in lively conversation with your classmates instead of paying attention, time flies by unnoticed. Laughter and camaraderie fill the air as you share stories and experiences. Amidst the chatter, the teacher approaches, reminding everyone about an upcoming assignment. Some students exchange puzzled glances, realizing they missed crucial details. You make a mental note to catch up on the material later, enjoying the bonds you've formed with your peers.<br><br>
<<elseif _event == 3>>
You try to nap on the lesson, not paying attention on the teacher's explanations. Suddenly you wake up and find a folded piece of paper on your desk. You look around and found that a boy from the right desk is looking at you with a smile. <br>
You unfolds the list and read the message. "Your shirt is unbuttoned. I can see your tits :P" You look down and notice that he is right. <br>
Before closing the button you open the gap a bit more, teasing your neighbor. He winks at you, admiring your beauty and boldness. <br>
The rest of the lesson goes smoothly and you finishes your nap without troubles.<br><br>
<<endif>>
<<if random(2) is 0>>
<<set _event to either("pussy","hj")>><<else>><<set _event to "none">>
<</if>>
<<if gaussian($mainChar.attractiveness,25) >= 35 and $mainChar.school.reputation >=10 and _event is "pussy">>
As you chat with your desk mate, both of you blissfully unaware of the teacher's lecture, he places his hand in your inner thighs and start rubbing your pussy. The touch sends a subtle but electrifying sensation through you, momentarily distracting you from the classroom surroundings.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Classroom_ClassmateTeasing{0}.webp",random(0))]]</div><br><br>
<span id="accept"><<if $mainChar.corruption>=30>><<linkreplace "Allow him to continue.">>
You decide to let him continue, and he appreciates your response, emboldened to take things further. His hand lingers, fingers softly moving in your wet pussy.
You make discreet moans, hoping no one notice what's going on under the table. But when you're on the verge of reaching your climax,
<<if $mainChar.school.detentionSubject != "">>
the bell signaling the end of the class rings out. It's time to [[go see the teacher as instructed.->Detention]]<br><br>
<<else>>
the bell signaling the <<link "end of the class">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>> rings out.<br><br>
<</if>>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "School" "1" "10">>
<<replace #refuse>><</replace>><</linkreplace>><</if>><br></span>
<span id='refuse'><<linkreplace "Pushe his hand away.">>
You decide to push his hand away. He looks disappointed and appears somewhat irritated by your response, his mood shifting slightly as he withdraws his hand. <br>
After this slightly awkward situation, <<if $mainChar.school.detentionSubject != "">>
the bell signaling the end of the class finally rings out. It's time to [[go see the teacher as instructed.->Detention]]<br><br>
<<else>>
the bell signaling the <<link "end of the class">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>> finally rings out.<br><br>
<</if>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "-1">>
<<replace #accept>><</replace>><</linkreplace>></span>
<<elseif _event is "hj">>
Engaged in conversation with your desk mate, your eyes drift down to his lap when you notice the unmistakable bulge of his erection straining against his pants. Your heart races as you fix your gaze on the prominent outline, your mind flooding with vivid, explicit fantasies. You imagine reaching over, your fingers gently tracing the hard ridge of his cock through the fabric.<br><br>
<span id="accept"><<if $mainChar.corruption>=30>><<linkreplace "Help him relax.">>
Your fingertips tremble as you reach out to your desk mate, pressing the tips of your digits against his crotch beneath the table. <br><br>
<<if gaussian($mainChar.attractiveness,25)>=20>>
Without a word, he glances at you, his face illuminated with understanding. Holding his gaze you begin to unzip his pants and feel your way around his boxers until you're able to grip his hard cock in your hand He makes subtle moans as you move your hand up and down with fervor, all while surrounded by your unsuspecting classmates. Every stroke brings him closer to the edge, and as the intensity builds, so does the pleasure. <br> <br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Classroom_hj{0}.webp",random(4))]]</div><br><br>
He finally releases his load onto your hand, the heat of it so intense you almost gasp. His pants are done up in a flash as your eyes lock with his, and without missing a beat you slide your tongue across your palm to lick away every last drop of his cum.
<br><br>
<<if random(2) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->Detention]]<br><br>
<<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<</if>>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "School" "3">>
<<else>>
Just as your fingers are about to make contact with his erection, he abruptly pushes your hand away. "What are you doing?" he whispers harshly, his eyes wide with surprise and discomfort.<br><br>
You quickly withdraw your hand, feeling a mix of embarrassment and confusion. "I just thought... I wanted to help," you stammer, your cheeks flushing with heat. He shakes his head, his expression unreadable. "Not interested," he says curtly, turning his attention back to the professor.<br><br>
The rest of the class feels awkward and tense. The rejection stings, and you wonder if you've been overestimating your appeal all along. It's a humbling experience, one that leaves you questioning your own desirability.<br><br>
<<if random(2) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->Detention]]<br><br>
<<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<</if>>
<<MainChar_Stats "arousal" "-20">>
<<MainChar_Stats "School" "-1">>
<</if>>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'><<linkreplace "Dismiss the idea.">>
But as quickly as the fantasy takes hold, you shake your head, forcing yourself back to reality. You take a deep breath, tearing your gaze away from his lap and focusing back on the teacher. Your cheeks flush with a mix of embarrassment and arousal, and you shift uncomfortably in your seat, trying to ignore the throbbing between your own legs. But even as you try to concentrate on the lesson, the image of his hard cock lingers in your thoughts, a tantalizing temptation that refuses to be ignored. As the class continues, you steal occasional glances at him, wondering if he notices your attention. <br>
<<if random(0,1) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->Detention]]<br><br>
<<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<</if>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "10">>
<<replace #accept>><</replace>><</linkreplace>><br><br></span>
<<elseif $currentSchoolClass is "History" and _event !="none">>
As the discussion with your classmates becomes as tedious as the lesson, you think about something lewd to do to pass time.<br><br>
<span id="accept"><<if $mainChar.corruption>=20>><<linkreplace "Tease your teacher.">>
your heart pounds with excitement as you part your legs, revealing your pink pussy to your professor. His eyes widen in shock before quickly averting his gaze, pretending not to notice the intimate invitation. Despite his attempts at maintaining composure, you can see the swell of his cock outlined through his pants. While your classmates remain oblivious and continue taking notes, your pussy is aching for attention and a delicious wetness begins to seep out. <br> <br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Classroom_Teasing{0}.webp",random(3))]]</div><br><br>
<<if random(2) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->Detention]]<br><br>
<<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<</if>>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "School" "1" "15">>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'><<linkreplace "Dismiss the idea.">>
You quickly dismiss the idea from your mind. The classroom setting is hardly the place for such playfulness, and you wouldn't want to create an awkward situation. Instead, you steer the conversation back with your classmates to the upcoming school event, discussing plans and details with your desk mate. <br>
<<if random(0,1) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->Detention]]<br><br>
<<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<</if>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "10">>
<<replace #accept>><</replace>><</linkreplace>><br><br></span>
<<elseif _event !="none">>
As the discussion with your classmates becomes as tedious as the lesson, you think about something to do to pass time.<br><br>
<span id="accept"><<if $mainChar.corruption>=20>><<linkreplace "Tease your teacher.">>
your heart pounds with excitement as you part your legs, revealing your pink pussy to your professor. Her eyes widen in shock before quickly averting her gaze, pretending not to notice the intimate invitation. While your classmates remain oblivious and continue taking notes, your pussy is aching for attention and a delicious wetness begins to seep out. <br> <br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Classroom_Teasing{0}.webp",random(2))]]</div><br><br>
<<if random(1) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->Detention]]<br><br>
<<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<</if>>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "School" "1" "15">>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'><<linkreplace "Dismiss the idea.">>
You quickly dismiss the idea from your mind. The classroom setting is hardly the place for such playfulness, and you wouldn't want to create an awkward situation. Instead, you steer the conversation back with your classmates to the upcoming school event, discussing plans and details with your desk mate. <br>
<<if random(2) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->Detention]]<br><br>
<<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<</if>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "10">>
<<replace #accept>><</replace>><</linkreplace>><br><br></span>
<<else>>
<<if random(3) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->Detention]]<br><br>
<<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "School">><</link>><br><br>
<</if>>
<</if>>
<<if random(5) is 0 and $hasHomework is "none">>
<<set $hasHomework to $dayCount>>
<<set $typeHomework to $currentSchoolClass >>
<</if>>
<<if $mainChar.corruption >= 20>>
<span id='intro'>Looking around you, you consider your <<link "cheat options.">>
<<toggleclass "#cheatOptions" "hidden">>
<</link>><br><br></span>
@@#cheatOptions.hidden;
<p id="firstOption">
<<if $mainChar.corruption >= 20>>
<<linkreplace "Flash your classmate">>
<<addclass "#secondOption" "hidden">>
<<addclass "#thirdOption" "hidden">>
<<replace #intro>><</replace>>
You unbutton the shirt a bit, making sure your cleavage looks good and lean to the boy sitting next to you. <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/FlashBoobs{0}.webp",random(0))]]</div>
<<if gaussian($mainChar.attractiveness,25) >=20>> This is against the rules and he does know this. "Hey, don’t watch..." he whispers, before looking into your shirt. You needed just a moment, so it took a second to spot the answer and return to your test peacefully. The boy swallows loudly and clears his throat, continuing to do what he was doing slowly. Then, he gives you a piece of paper with the answer to some questions.<br><br>
<<set $currentTestNote += random(0,10)>>
<<MainChar_Stats "School" "1" "10">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "1" "30">>
<<else>>
But to your surprise, he barely glances at you. His eyes flicker over for a moment, then return to his test without a second thought. You feel a mix of disappointment and embarrassment. You had hoped that your bold move would work, but it seems he's completely unfazed. You quickly button your shirt back up, trying to regain your composure. If you were more attractive, maybe...<br><br>
<<MainChar_Stats "arousal" "-20">>
<</if>>
<</linkreplace>>
<<endif>> <br>
</p>
<p id="secondOption">
<<if $mainChar.corruption >= 30>>
<<linkreplace "Let classmate finger you">>
<<addclass "#firstOption" "hidden">>
<<addclass "#thirdOption" "hidden">>
You tap on your classmate's thigh softly. "Hey, I'm not going to help you!" It's not the answer you would like to hear! Taking his hand, you move it under the table and pulls him closer. Not listening to the complaints, you move it under your skirt and place his fingers right onto your clit. <br>
<<if gaussian($mainChar.attractiveness,25) >=25>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Classroom_ClassmateTeasing{0}.webp",random(0))]]</div>
The boy gasps, but remains silent. His fingers begins to rub your kitty very shyly, making you giggle. After a few seconds, he takes his pen with another hand and points at some answers. "T-these are correct..". <br>
You mark down the answers on your paper, hoping that he's right.<br><br>
<<set $currentTestNote += random(5,20)>>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-5">>
<<else>>
Your heart races as you feel his hand against you, but to your surprise, he immediately pulls away, a look of disgust crossing his face.<br><br>
You feel a wave of embarrassment wash over you. The realization that your attempt at seduction has failed, and worse, that he seems repulsed by your touch, leaves you feeling humiliated. You can't shake the feeling of rejection, the sting of knowing that your act not only didn't work but also made you look foolish. If you were more attractive, maybe...<br><br>
<<MainChar_Stats "arousal" "-20">>
<<MainChar_Stats "school" "-1">>
<</if>>
<</linkreplace>>
<<endif>> <br>
</p>
<p id="thirdOption">
<<if $mainChar.corruption >= 30>>
<<linkreplace "Jerk your classmate off">>
<<addclass "#firstOption" "hidden">>
<<addclass "#secondOption" "hidden">>
You slowly runs your fingers along the thigh of your classmate, leaning a bit closer.
<<if gaussian($mainChar.attractiveness,25) >=20>>
Your fingers slowly unzips his pants, while the boy swears and trying not to look at the teacher. <br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Classroom_hj{0}.webp",random(4))]]</div>
After a few seconds, you take out his juicy cock and begins to stroke it. The boy huffs, but doesn't really try to stop you. You were just moving hand up and down, pleasing this hard dick of his, before the boy begins to breathe faster. A minute later he cums, shooting semen right onto the bottom of the table and exhaling slowly. <br>
He takes his pen and writes down every right answer, while you were licking the last cum drops from your hand. Heh, let's hope nobody noticed that!<br><br>
<<set $currentTestNote += random(10,25)>>
<<HaveASexWidget "handjob" "stranger">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<else>>
Your heart races as you feel his shaft, but to your surprise, he immediately pulls away your hand, a look of disdain crossing his face.<br><br>
You feel a wave of embarrassment wash over you. The realization that your attempt at seduction has failed, and worse, that he seems repulsed by your touch, leaves you feeling humiliated. You can't shake the feeling of rejection, the sting of knowing that your act not only didn't work but also made you look foolish. If you were more attractive, maybe...<br><br>
<<MainChar_Stats "arousal" "-20">>
<<MainChar_Stats "school" "-1">>
<</if>>
<</linkreplace>>
<<endif>>
</p>
<</if>><<switch $workTopic>>
<<case "Getting job">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Bartender.jpg")]]
</div><br>
You make your way to the bar of the strip club, the dim lighting and pulsating music creating a charged atmosphere. As you approach the counter, you spot the bartender, a woman with a friendly yet tired smile. She's busy pouring drinks and chatting with customers, but she notices you and gives you a nod.<br><br>
"Hey there, what can I get you?" she asks, leaning in to hear you over the noise.<br><br>
You take a deep breath, gathering your courage. "Actually, I was wondering if you have any open positions for a waitress?" you ask, trying to sound confident.<br>
<<if $mainChar.attractiveness >= 20>>
The bartender looks you up and down, assessing you quickly. "Yeah, we do have an opening," she says, her voice warm. "It's a busy place, but the tips are good. You think you can handle it?"<br><br>
<<linkreplace "Yes!">>
You nod eagerly. "Yes, I can handle it. I'm a quick learner and I'm not afraid of hard work," you reply, hoping your enthusiasm comes across.<br><br>
The bartender smiles, seeming pleased with your response. "Alright, let's get you started. Come with me," she says, putting down her cloth and leading you to the back of the club.<br><br>
She shows you the lockers where you can change and points out the showers. "You can keep your stuff in here and freshen up whenever you need to," she explains. Then, she pulls out a uniform from one of the lockers—a sexy bunny girl outfit complete with high heels. She holds it up, and you can't help but feel a bit embarrassed at the thought of wearing it, even though you try to hide your discomfort. <br><br>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/BunnyOutfit.jpg")]]
</div><br>
The bartender notices your reaction and smiles. "Don't worry, you'll get used to it. It's part of the job," she says reassuringly. "By the way, you don't have to start working tonight."<br><br>
You take the outfit, feeling a mix of excitement and nervousness. "Thank you," you say, trying to sound confident, before [[leaving the locker room.->Strip Bar]]
<<set $mainChar.work.barmaid.experience += 1>>
<<replace #refuse>><</replace>><</linkreplace>> <br>
<span id='refuse'> <<linkreplace "Change your mind">>
As you look around the club, the flashing lights, the loud music, and the overall atmosphere make you reconsider. You realize that this might not be the right environment for you.<br><br>
"You know what, I think I'll pass for now. But thank you for the information," you say, trying to sound polite. The barmaid nods understandingly. "No problem, sweetie. If you change your mind, you can always come back. We're always looking for good help," she says with a smile.<br><br>
Feeling a mix of relief and uncertainty, you thank her again and [[walk away.->Strip Bar]]
<<replace #accept>><</replace>><</linkreplace>>
</span>
<<else>>
The bartender looks you up and down, assessing you quickly. You see her expression shifting from focused to slightly uncomfortable. <br><br>
She clears her throat, "Um, well... we do have a job," she starts, his voice hesitant. "But I'm afraid we're looking for someone who, uh, presents themselves a bit more... cleanly."<br><br>
You feel a flush of embarrassment creep up your cheeks. You hadn't realized how disheveled you looked until this moment. You shift uncomfortably, feeling the sting of rejection and embarrassment. You can't help but feel a mix of disappointment and shame when you [[walk out of the club.->Red Light District]]
<</if>>
<<case "Changing room">>
You are standing in a nice changing room, wandering what to do next.<br><br>
<<set $mainChar.work.barmaid.experience to 100>>
Barmaid experience: <<print $mainChar.work.barmaid.experience>><br><br>
<<linkreplace "Have a quick shower">>
<<set $minute += 5>>
<<run variables().mainChar.cleanCum()>>
You had a nice quick shower!
<br>
<br>
<<MainChar_Stats "cleanliness" "100">>
<</linkreplace>><br><br>
<h4>LOCKER</h4>
* Standard uniform - <<if $mainChar.work.costume == "Normal">>Wearing<<else>>[[Wear->Work Barmaid Misc.][$mainChar.work.costume = "Normal"]]<<endif>> <br>
* Sexy uniform - <<if $mainChar.work.costume == "Sexy">>Wearing<<else>><<if $mainChar.work.barmaid.experience >= 10>>[[Wear->Work Barmaid Misc.][$mainChar.work.costume = "Sexy"]]<<else>>Not enough experience! (30)<<endif>><<endif>> <br>
* Pervy uniform - <<if $mainChar.work.costume == "Pervy">>Wearing<<else>><<if $mainChar.work.barmaid.experience >= 20>>[[Wear->Work Barmaid Misc.][$mainChar.work.costume = "Pervy"]]<<else>>Not enough experience! (60)<<endif>><<endif>>
<br><br>
[[Go to work->Work Barmaid Process][$hour += 2]] <br>
[[Go outside->Strip Bar][$mainChar.work.currentWorkName = ""]]
<</switch>><<if $hour >=21 or $mainChar.energy <=20 or $mainChar.Cleanliness <=30>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Waitress"+random(2)+".jpg")]]
</div><br>
<<if $mainChar.Cleanliness <=30>>
As you continue serving tables, you notice that the atmosphere in the strip club is becoming increasingly rowdy. The music is louder, the laughter more boisterous, and the air is thick with the scent of alcohol and sweat. You're doing your best to keep up with the demands of the patrons, but you can't help but feel a growing sense of discomfort.<br><br>
Suddenly, your manager approaches you, his expression stern. "Can I have a word with you?" he asks, gesturing for you to follow him to a quieter corner of the club.
You follow him, feeling a knot of anxiety forming in your stomach. As you stand before him, he looks you up and down, his nose wrinkling slightly.<br>
"I'm sorry, but you can't continue your shift," he says, his voice firm. "You smell too bad. It's not appropriate for our patrons."<br><br>
You feel a wave of embarrassment wash over you. You hadn't realized how strong the scent of sweat and alcohol had become on your skin. You look down at your bunny girl outfit, suddenly feeling self-conscious.<br>
"I understand," you reply, trying to keep your voice steady. "I'll go clean up."
Your manager nods, his expression softening slightly. "Take your time. We'll manage without you for now."<br><br>
You make your way to the [[locker room.->Bar Locker Room]]
<<elseif $mainChar.energy <=20>>
As you continue your shift, the energy of the strip club begins to take its toll. The constant movement, the noise, and the endless stream of orders start to wear you down. Your feet ache from standing for so long, and your arms feel heavy from carrying trays of drinks. You take a moment to lean against the bar, catching your breath and trying to muster the energy to keep going.<br><br>
But as you look around the crowded room, you realize that you're simply too exhausted to continue. You've been on your feet for hours, and the thought of serving even one more table feels overwhelming. You make a decision to end your shift early, knowing that your body needs a break.<br><br>
You approach your manager, who is busy behind the bar, and explain your situation. "I'm really sorry, but I'm just too tired to keep going. I need to call it a night."<br>
Your manager looks at you with understanding and nods. "No problem, you've been working hard all night. Go ahead and clock out. We'll manage without you."<br>
Relieved, you make your way to the [[locker room.->Bar Locker Room]]
<<else>>
As the clock strikes 9 PM, signaling the end of your shift, you make your way back to the staff area, feeling a mix of relief and exhaustion. The night has been a whirlwind of serving drinks, navigating the crowded club, and ensuring that every patron had a memorable experience.<br><br>
The noise of the club fades behind you as you push open the door to the staff [[locker room.->Bar Locker Room]]
<<set $hour to 21>>
<<set $minute to 5>>
<</if>>
<<else>>
<<if random(2) ==0>> <<set _event to either('man','girl','flash')>><</if>>
<<set _pay to gaussian($mainChar.work.barmaid.experience /2, 3)>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Waitress"+random(2)+".jpg")]]
</div><br>
Your job tonight is to serve drinks to the patrons, ensuring they have a memorable experience. You turn your attention to the bar, ready to fill the next round of orders. Despite the chaos and the wild antics of the patrons, you find a sense of purpose in your role. You're here to serve, to make sure everyone has a good time, and to navigate the complex dynamics of the strip club with grace and professionalism. <br><br>
You make your way through the crowd, trying to balance a tray of colorful cocktails and alcohol bottles. You approach a table where a group of men are laughing and chatting, their eyes lighting up as they see you. <br><br>
"What can I get you, gentlemen?" you ask with a friendly smile, setting the tray down on the table. One of the men, a burly guy with a thick beard, grins at you. "How about a round of shots for the table, sweetheart?"<br>
"Coming right up," you reply, jotting down the order on your notepad. You turn to leave, but not before catching a glimpse of the appreciative glances from the other patrons.
<<if _event is 'flash'>>
One of the clients at the table calls out to you. "Hey, sweetheart, how about you show us those pretty tits of yours? I'll make it worth your while," he says, waving a $20 bill in the air.<br><br>
<span id='refuse'><<linkreplace "Refuse the proposal">>
You pause for a moment, considering the offer, but ultimately shake your head. "Sorry, not tonight," you reply firmly, despite knowing that refusing might not be good for business. You maintain your composure and continue on your way, determined to uphold your boundaries and professionalism in the face of such requests. Yet, you notice the disappointed looks on the faces of the patrons. Despite the lost of tips, you [[continue your shift.->Work Barmaid Process]]<br><br>
<p class="add">+<<print _pay/2>> money</p>
<<MainChar_Stats "barmaid" "-1">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #accept>><</replace>><</linkreplace>>
</span><br>
<span id='accept'>
<<if $mainChar.corruption >= 30>>
<<linkreplace "Accept the proposal">>
You hesitate for a moment, then nod and accept the money. "Alright, just for you," you say, pulling up your shirt and exposing your chest. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/PartyFlash"+random(3)+".webp")]]
</div><br>
The client's eyes widen with appreciation, and he hands you the $20 bill with a satisfied grin. "Thanks, sweetheart. You're a real gem," he says, his friends chuckling and nodding in agreement.<br><br>
You tuck the bill into your pocket, feeling a mix of satisfaction and a touch of pride. You know that you're providing a service, and you're good at it. With a final smile, you turn and make your way back to the bar, ready to [[continue your shift->Work Barmaid Process]] with the same professionalism and charm that has become your trademark.<br><br>
<<MainChar_Stats "barmaid" "1">>
<p class="add">+<<print _pay+20>> money</p> <br>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<<replace #refuse>><</replace>><</linkreplace>><</if>></span>
<<elseif _event is 'girl'>>
As you continue to make your rounds, a group of girls at another table catches your attention. One of them waves you over, a mischievous grin on her face. You approach the table, curious about what they might want.<br><br>
"Hey, can you do us a favor?" one of the girls asks, holding out a bottle of champagne. "We want you to pour this all over our friend here." She points to another girl in the group, who giggles in anticipation.<br><br>
You hesitate for a moment, but the girls' enthusiasm is infectious. You take the bottle from her hand and position yourself next to the designated friend. With a playful smile, you begin to <<linkreplace "pour the champagne over her.">>pour the champagne over her.<br><br>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "RedLight/StripBar/ChampGirl0.webp")]]
</div><br>
As the bubbly liquid cascades down, the girl lets out a delighted squeal. Another girl in the group suddenly pulls down her top, revealing her bare breasts. The champagne flows over her face and down her chest, making her skin glisten and sparkle under the club's lights. The group erupts in laughter and cheers, clearly enjoying the spectacle. You can't help but smile at their carefree attitude, even as you continue to pour the champagne, ensuring that every drop is used to its fullest effect. <br><br>
As you step back from the champagne-soaked spectacle, one of the girls in the group leans in, her eyes sparkling with mischief. "Hey, if you give her a French kiss, I'll give you a ten-dollar bill," she says, holding out the money with a playful grin.<br><br>
<span id='refuse'><<linkreplace "Refuse the proposal">>
You hesitate for a moment, taken aback by the request. The girls are clearly a bit tipsy, their laughter and giggles filling the air. You glance around, considering the offer, before making a decision.<br><br>
"Sorry, ladies, but I think I'll pass on that one," you say with a polite smile, handing the empty champagne bottle back to them. "But I hope you all have a great night!"<br><br>
The girls seems rather disappointed, but their attention quickly shifting to the next round of drinks. Despite the wild antics and unexpected requests, you [[continue your shift.->Work Barmaid Process]]<br><br>
<p class="add">+<<print _pay/2>> money</p>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "barmaid" "-1">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #accept>><</replace>><</linkreplace>>
</span><br>
<span id='accept'>
<<if $mainChar.corruption >= 15>>
<<linkreplace "Accept the proposal">>
You hesitate for a moment, but the girls' playful energy is contagious. You lean in and kiss her, feeling her tongue eagerly meet yours. She goes all in, her hands roaming to pulls down your top and expose one of your breasts, which she begins to fondle.<br><br>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "RedLight/StripBar/ChampGirl1.webp")]]
</div><br>
The other girls cheer and laugh, enjoying the show. You pull back after a moment, slightly breathless, and take the $10 bill from her hand. You quickly button up your top, feeling a mix of excitement and embarrassment. Before you leave the table, the girl you kissed holds out another bill, this time a $20 note. "Hey, if you rub my pussy, this is yours too," she says with a mischievous smile. <br><br>
<span id='refuse2'><<linkreplace "Refuse the proposal">>
You pause for a moment, considering the offer, but ultimately shake your head. "Sorry, but I have to draw the line there," you say with a polite smile.<br>
The girl pouts slightly but shrugs it off. "No worries, it was worth a shot!" she says, laughing.<br><br>
You nod and move on to the next table, feeling a sense of relief that you stuck to your boundaries. You leave the table and [[continue your shift.->Work Barmaid Process]]<br><br>
<p class="add">+<<print _pay+10>> money</p>
<<MainChar_Stats "barmaid" "1">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #accept2>><</replace>><</linkreplace>></span><br>
<span id='accept2'>
<<if $mainChar.corruption >= 25>>
<<linkreplace "Accept the proposal">>
You hesitate for a moment, but the offer is too tempting to pass up. You take the bill from her hand and lean in closer. She spreads her legs slightly, giving you access to her clit. You reach down and begin to gently caress her pussy, feeling her respond to your touch.<br><br>
As you continue to rub her, she begins to reciprocate, her hand reaching down to caress your pussy as well. You spread your legs slightly, giving her better access. The sensation is intense, and you can feel your body responding to her touch. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "RedLight/StripBar/ChampGirl2.webp")]]
</div><br>
The two of you continue to explore each other, the atmosphere charged with a mix of excitement and desire. The other girls watch in awe, their cheers and laughter adding to the energy of the moment. You continue to rub her, feeling her body tense and relax under your touch. After a few moments, you pull back, taking the $20 bill and tucking it into your pocket.<br><br>
"Thanks, that was hot!" the girl says, her cheeks flushed with pleasure. You smile, feeling a mix of satisfaction and relief. "No problem," you reply, before moving on to the next table, ready to [[continue your shift.->Work Barmaid Process]]<br><br>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "barmaid" "2">>
<p class="add">+<<print _pay+20+10>> money</p> <br>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<<replace #refuse2>><</replace>><</linkreplace>><</if>></span>
<<replace #refuse>><</replace>><</linkreplace>><</if>></span>
<</linkreplace>>
<<elseif _event is 'man'>>
"Hey, sweetheart, how about a little extra service?" he says, winking at you and mimicking a blowjob. "I'll make it worth your while." <br><br>
<span id='refuse'><<linkreplace "Refuse the proposal">>
You shake your head firmly and reply, "I'm sorry, sir, but I can't do that. I'm just here to serve drinks." The man's smile fades, replaced by a scowl. "Come on, don't be like that. It's just a little fun," he insists, pushing the $20 bill closer to you.<br><br>
You stand your ground, maintaining a polite but firm demeanor. "I'm really sorry, but I can't. Is there anything else I can get you?" The man's expression darkens further, and he snatches the bill back with a huff. "Fine, whatever. You're not as fun as you look," he mutters, clearly displeased.<br><br>
You take a deep breath, trying to shake off the uncomfortable encounter. You turn your attention back to your duties, determined to focus on serving drinks and ensuring the other patrons have a good time. Despite the man's discontent, you know you made the right decision for yourself, and [[continue your shift.->Work Barmaid Process]]<br><br>
<p class="add">+<<print _pay/2>> money</p>
<<MainChar_Stats "barmaid" "-1">>
<<replace #accept>><</replace>><</linkreplace>>
</span><br>
<span id='accept'>
<<if $mainChar.corruption >= 40>>
<<linkreplace "Accept the proposal">>
After a brief pause, you nod and take the $20 bill from his hand. You kneel down in front of him, feeling a mix of nervousness and determination. He unzips his pants, and you take him into your mouth, focusing on the task at hand. The sounds of the club fade into the background as you concentrate on pleasing him.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "RedLight/StripBar/ManSofa0.webp")]]
</div><br>
The man leans back, a look of satisfaction on his face as you work. The air is thick with the scent of desire and the unknown, and you continue, driven by a sense of purpose and the need to fulfill your role. As you continue, the man pulls out a $50 bill and says, "Spread your legs." <br><br>
<span id='refuse2'><<linkreplace "Refuse the proposal">>
You pause for a moment, considering his request, but ultimately shake your head. "No, I'm sorry," you say firmly, returning to your task. You continue to work, determined to finish what you started. The man, realizing your resolve, leans back and closes his eyes, allowing you to bring him to completion.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "RedLight/StripBar/ManSofa1.webp")]]
</div><br>
Finally, he reaches his climax, and you feel him ejaculate into your mouth. You swallow, feeling a mix of relief and accomplishment. As you stand up, you wipe your mouth discreetly and take a deep breath, ready to [[return to your duties as a server.->Work Barmaid Process]]<br><br>
<<HaveASexWidget "bj" "stranger">>
<<MainChar_Stats "barmaid" "1">>
<p class="add">+<<print _pay+20>> money</p> <br>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<<replace #accept2>><</replace>><</linkreplace>></span><br>
<span id='accept2'>
<<if $mainChar.corruption >= 60>>
<<linkreplace "Accept the proposal">>
You hesitate for a moment, then nod and stand up. You position yourself on the couch, straddling him in a cowgirl position. The music and the dim lighting create a surreal atmosphere as you begin to move, feeling him inside you. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "RedLight/StripBar/ManSofa2.webp")]]
</div><br>
The man grips your hips, guiding your movements as you ride him. You focus on the rhythm, pushing aside any thoughts of the people around you. As the minutes pass, you feel a mix of exhaustion and exhilaration. Your body moves in sync with his, and you can feel the intensity building. Despite the public setting, there's a strange sense of intimacy in the moment. You take a deep breath, ready to see this through to the end, whatever that may bring.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "RedLight/StripBar/ManSofa1.webp")]]
</div><br>
When he's near climax, you get on your knees to finish him. You feel him ejaculate into your mouth. You swallow, feeling a mix of relief and accomplishment. As you stand up, you wipe your mouth discreetly and take a deep breath, ready to [[return to your duties as a server.->Work Barmaid Process]]<br><br>
<<HaveASexWidget "vaginal" "stranger">>
<<MainChar_Stats "barmaid" "2">>
<p class="add">+<<print _pay+20+50>> money</p> <br>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "35">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-2">>
<<replace #refuse2>><</replace>><</linkreplace>><</if>></span>
<<replace #refuse>><</replace>><</linkreplace>><</if>></span>
<<else>>
At the bar, you place the orders with the bartender, who nods and starts preparing the drinks. While you wait, you scan the room, taking in the energy and the various patrons enjoying their night. You see a group of women celebrating a bachelorette party, their laughter and cheers filling the air. You make a mental note to check on them later, ensuring they have everything they need. <br><br>
As the bartender hands you the drinks, you thank him and make your way back to the tables, delivering the orders with a smile. The businessmen raise their glasses in a toast as you set down their martinis, and the college students cheer as you place the pitcher of beer and shots of tequila on their table. <br><br>
[[You continue your shift,->Work Barmaid Process]] moving from table to table, taking orders and ensuring that everyone is having a good time. <br><br>
<<MainChar_Stats "barmaid" "1">>
<p class="add">+<<print _pay>> money</p> <br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</if>>
<<set $hour +=1>>
<<set $minute +=30>>
<</if>>
<<if $lastDayParentsBedroomSexCheck != $dayCount>>
<<set $lastDayParentsBedroomSexCheck = $dayCount>>
<<set $parentsBedroomSex to either(true,false,false)>>
<<set $parentsBedroomSexPeekingAvailable = true>>
<<endif>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/livingroom/Closed_Door_"+ $timeOfDay +".jpg")]]
@@<br>
<<if $hour >= 22 and ($hour <= 23 and $minute <= 59)>>
<<if $parentsBedroomSex == true>>
As you tiptoe down the hallway late at night, you pause in front of your parents' bedroom door. The faint sounds coming from within catch your attention, and you freeze, your heart skipping a beat. The muffled moans and the rhythmic creaking of the bed are unmistakable. Your parents are having sex. You feel a rush of embarrassment and curiosity, your cheeks flushing with heat. <br><br>
<<if $mainChar.corruption>=20>>
[[Take a closer look->Parents' bedroom fuck][$parentsBedroomSexScene = "Peeking on parents sex"]]<br>
<<elseif ($mainChar.corruption >= 80 and $mom.relationship >= 60 and $dad.relationship >= 60) and $mainChar.lastThreesomeNight != $dayCount>>
[[Join them->Parents' bedroom fuck][$parentsBedroomSexScene = "threesome"]]<br>
<<elseif $mainChar.lastThreesomeNight is $dayCount>>
You have already spent a good time with your parents, Now they're sleeping.<br>
<<endif>>
<<else>>
you quietly make your way to your parents' bedroom, the dim hallway lit only by the soft glow of the moon through the window. As you reach for the handle, you find the door firmly shut. Of course—they're asleep. <br>
<<endif>>
[[Take a step back->Living room]]<br><br>
<<set $minute +=3>>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "corruption" "1" "10">>
<<else>>
<<goto "Parents' bedroom">>
<<endif>><<if $parentsBedroomSexScene == "Peeking on parents sex">>
<<set $minute += 5>>
<<set $parentsBedroomSexPeekingAvailable = false>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/peeking/peekingParentsSex" + random(1,3) + ".webp")]]
@@
<br>
You feel desire burning you from inside. Desire and interest... What pose do they use? Is your mom riding your dad like a cowboy, sweating on a wild horse? Or maybe your dad pinned her down and now slams his cock into her wet pussy angrily, making her moan from pleasure? <br><br>
Unable to resist, you peek through the crack in the door. What you see takes your breath away. Your mother is on all fours, her body trembling with each thrust. Your father is behind her, his hands gripping her hips tightly, his movements rough and dominant. She looks like a submissive slut, completely at his mercy, her moans a mix of pleasure and pain.<br><br>
But it's the dirty talk that really shocks you. Your father's voice is low and commanding, filled with a raw, primal hunger. "You like that, don't you, you little slut?" he growls, his words punctuated by each thrust. "You love being fucked like a whore." Your mother's response is a mix of moans and breathless words. "Yes, yes, I love it," she gasps, her voice filled with desperation. "Fuck me harder, please. Use me like the dirty slut I am." The sight and sounds are both shocking and exhilarating. You watch, transfixed, as your father takes her with a primal intensity, their dirty talk adding a layer of forbidden arousal. Your mother's face is a picture of ecstasy, her eyes closed, her mouth open in a silent scream. The raw, animalistic nature of their coupling sends a wave of heat through your body, and you feel a strange mix of shame and desire.<br><br>
You feel your pussy becomes wetter just from watching this. Your hand, with a mind of its own, slowly glides down your chest and slides under your panties, and starts gently rubbing. You reach your labia and then look at your fingers, examining the rope of clear lube stretching between them. Your eyes are fixed on your father's large cock, the way it moved in and out of your mother with such force and dominance. You can't help but imagine yourself in her place, to be the one on all fours, completely at his mercy.<br><br>
[[Take a step back->Living room]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<endif>>
<<if $parentsBedroomSexScene == "threesome">>
<<Achievements "Family" "Family Bonding">>
<<if $mainChar.hasFuckedParents != true>>
<<set $mainChar.hasFuckedParents to true>>
Unable to resist the urge, you quietly push the door open and step into the room. Your father is behind your mother, his hips moving in a steady rhythm as he takes her ass. Your mother's eyes widen in shock as she sees you, her mouth forming a silent "Oh." They both freeze, the room filling with a tense silence. "Can I... join you?" you ask, your voice soft and slightly hesitant, your fingers still moving inside your pants. Your parents exchange a glance, a mix of surprise and consideration passing between them. After a moment, your father nods, a small smile playing on his lips. "Come here, sweetheart," he says, his voice deep and authoritative.<br><br>
<<else>>
You enter the room and catch your parents, Your mom is taking your dad's dick in her ass. When they see you, they give you a smile, your mother's ass still rammed by your dad. "You want your daddy's cock?" Ask your mother between two groans.
"Yes I want it in my throat" you reply while coming to the bed. <br><br>
<</if>>
You climb onto the bed, your eyes fixed on your father's cock, hypnotized by its size and hardness. You crawl towards him, your movements slow and deliberate. As you reach him, your mother gently takes your head in her hands, <<linkreplace "guiding you towards his cock.">>guiding you towards his cock. "Go on, baby," she murmurs, her voice soft and encouraging. "Make Daddy feel good." You take him into your mouth, your lips wrapping around his shaft. Your mother holds your head, helping you set the pace. "That's it, sweetheart," your father groans, his voice thick with pleasure. "You're doing so well." <br><br>
Your mother leans in, her tongue joining yours, both of you working together to pleasure him. "You're such a good girl," she whispers, her voice filled with pride. "Daddy's little helper." The sensation is overwhelming, your tongues touching, your saliva mixing as you share his cock. Your mother's hands are gentle but firm, guiding you. You feel her lips against yours, her tongue exploring your mouth before returning to his cock. You lose yourself in the moment, the taboo nature of it all only heightening your arousal. You're sharing this intimate act with your parents, your mother's love and your father's dominance merging into a perfect, forbidden harmony. As you continue to suck and lick, you can't help but feel a sense of belonging, of being exactly where you're meant to be.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Threesome/BJ" + random(0,3) + ".webp")]]
@@<br>
As you continue to share your father's cock with your mother, you feel a growing desire to please him even more. You look up at him, your eyes filled with a mix of innocence and lust. "Daddy," you whisper, your voice soft and submissive. "I want to make you feel even better. I want you to <<linkreplace "take my ass."">>take my ass." Your father's eyes widen in surprise, but you can see the hunger in them, the primal need. He looks at your mother, who nods her approval, a small smile playing on her lips. Your mother guides you into position, helping you onto your hands and knees. She spreads your cheeks, exposing your tight hole to your father. "Be gentle with her, honey," she murmurs to him, her voice filled with concern.<br><br>
Your father positions himself behind you, his cock slick with your shared saliva. He presses the head against your ass, and you take a deep breath, trying to relax. He pushes in slowly, inch by inch, giving you time to adjust to his size. You whimper softly, the pain mixing with pleasure, creating a sensation unlike anything you've ever felt. As your father begins to move, fucking your ass with slow, deliberate thrusts, your mother slides beneath you, spreading her legs wide. "Make Mommy feel good too, baby," she coos, her voice soft and encouraging. <br><br>
You lean down, your tongue finding her clit, licking and sucking as your father picks up his pace. The room fills with the sounds of your combined pleasure, your father's grunts, your mother's moans, and your own whimpers and gasps. Your mother's hands tangle in your hair, guiding your mouth, showing you exactly what she likes. "That's it, baby," she moans, her voice filled with pleasure. "You're making Mommy feel so good." Your father's cock slides out of your ass, and he positions himself at your pussy, sliding in with one smooth thrust. You gasp, the sudden fullness taking your breath away. He fucks you hard and fast, his cock stretching you, filling you completely.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Threesome/Fuck" + random(0,6) + ".webp")]]
@@<br>
As you continue to lick and suck your mother's clit, your father's thrusts become more urgent, his cock sliding in and out of your pussy with increasing intensity. The room is filled with the sounds of your combined pleasure, a symphony of moans, grunts, and wet, sloppy kisses. Your mother's body tenses beneath you, her breath coming in short, sharp gasps. "Oh, baby," she moans, her voice filled with ecstasy. "You're making Mommy come!" You feel her body convulse, her pussy pulsing as <<linkreplace "she reaches her climax.">>she reaches her climax.<br><br>
She squirts, her juices covering your face, the warm, wet sensation sending a thrill through your body. You lap at her eagerly, drinking in her release, your own pleasure heightening with each passing moment. "Fuck, sweetheart," he grunts, his voice thick with lust. "You're making Daddy come too!" His cock pulsate as he shoots his load, his hot, sticky cum covering you. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Threesome/Cum" + random(0,3) + ".webp")]]
@@<br>
As you turn to look at your mother, a wicked smile playing on your lips. She grins back at you, her eyes filled with mischief. She leans in, her tongue licking up the droplets of come from your cheek. "Mmm, tastes so good," she murmurs, her voice sultry. She gathers more of your father's semen from you and brings it to your mouth. You open wide, your tongue sticking out, eager to taste him.<br><br>
She feeds you his come, her fingers pushing it into your mouth. She leans in again, her mouth meeting yours in a deep, passionate kiss. You share his semen between you, your tongues dancing, exchanging his essence back and forth. You can taste your father's cum on her lips, and you eagerly suck it into your mouth, swirling it around with your tongue.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Threesome/CumSwap" + random(0,3) + ".webp")]]
@@<br>
Your father watches, his cock still hard, a satisfied smile on his face. "You two are so fucking hot," he growls, his voice filled with lust. You turn to him, your face and body coated in his come, your mother's juices still wet on your cheeks. "Thank you, Daddy," you purr, your voice filled with contentment. "We aim to please." Your mother giggles, her fingers tracing patterns in the come on your back. "Yes, we do," she agrees, her voice soft and happy.<br><br>
Your mother pulls you up, her arms wrapping around you, her lips pressing softly against yours. Your father joins in, his strong arms enveloping both you and your mother. You feel safe, protected, loved. You bask in the moment, the three of you sharing a bond that goes beyond the physical, a connection that is pure and true. You feel exhausted but content, your body sated, your heart full. You stand up, your legs slightly wobbly, and make your way [[back to your room. ->Bedroom]]<br><br>
<<HaveASexWidget "oral" "mom">>
<<HaveASexWidget "anal" "dad" >>
<<set $minute += 30>>
<<MainChar_Stats "corruption" "1" "90">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "intellect" "-1">>
<<set $mainChar.lastThreesomeNight to $dayCount>>
<br>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<else>>
<</if>>
<<if $parentsBedroomSexScene is "sneakyDad">>
<<set $mainChar.lastThreesomeNight to $dayCount>>
You creepily slither up to the bed, your heart pounding in your chest as you silently survey your sleeping parents. Sliding into place next to your dad, you reach out with trembling fingertips to unzip his jeans and touch the growing bulge hidden beneath. With careful, deliberate movements, you begin to pleasure him, your lips wrapping around him as you take him into your mouth. He stirs slightly, his eyes fluttering open, and he looks down at you with a mixture of surprise and desire.<br><br>
"What are you doing?" he murmurs, his voice still heavy with sleep. You look up at him, your eyes wide and innocent. "I needed to feel your cock in my throat before I go to bed, Daddy," you whisper, your voice soft and eager, ensuring your voice doesn't carry. He lets out a low groan, his hand coming to rest on your head, guiding you gently. "You're such a good girl," he says, his voice filled with approval and desire, keeping his tone low to avoid waking your mother. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Sleep/Dad_intro.webp")]]
@@<br>
You're trembling with desire as you slide your hand under the waistband of his underwear before wrapping it around his hard, hot shaft that awaits your touch. Your father breaths become faster when you eagerly take it into your mouth, savoring every inch of him with your tongue while he makes soft moans of pleasure. You close your eyes and savor the sensation of taking care of your dad's needs while he tenderly caresses your face and strokes through your hair like a devoted lover. You feel alive as if this were your sole purpose, just serving this cock until time stops.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Sleep/DadSuck" + random(0,3) + ".webp")]]
@@<br>
<span id='push'><<if $mainChar.corruption>=60 and $dad.relationship>=40>><<linkreplace "Push it further.">>
you decide to push it further, even if it means taking the chance of waking up your mom. With careful, silent movements, you climb onto the bed, making sure not to disturb your mother. You straddle your daddy, feeling his body tense beneath you. He hesitates, his eyes filled with a mix of desire and caution. "We shouldn't," he whispers, his voice barely audible. "What if we wake your mother?" You lean down, your lips brushing against his ear as you murmur softly, "Don't worry, Daddy. I'll be quiet. I need to feel you inside me."<br><br>
Before he can protest further, you guide his cock to your entrance, slowly lowering yourself onto him. You let out a soft gasp, your body adjusting to his size. You begin to move, your hips rolling in a slow, steady rhythm. "You feel so good, Daddy," you whisper, your voice a sultry purr. "I love feeling your cock deep inside me. I'm your dirty little girl, aren't I?" He lets out a low groan, his hands coming to rest on your hips, guiding your movements. "Yes, you're my dirty little girl," he murmurs, his voice filled with desire. "You know just how to make Daddy feel good."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Sleep/DadFuck" + random(0,3) + ".webp")]]
@@<br>
The pleasure intensifies, and you struggle to keep your moans quiet. Your body tenses, and you feel the wave of your orgasm crashing over you. You clench around him, your pussy pulsing as you squirt, coating his cock with your release. You bite your lip to keep from crying out, your body shaking, fighting the urge to scream out loud while you're sneakily fucking your dad on the bed next to your sleeping mother.. He feels your orgasm and can't hold back any longer. With a final, deep thrust, he comes inside you, his cock pulsing as he fills you with his warm seed. You feel the wetness between your legs, the mix of your fluids dripping down your thighs. <br><br>
He trembles with pleasure as his body reaches its peak, sending a hot wave of his cum splashing over your body. You need a moment to catch your breath in your dad's arms while he caresses your head. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Sleep/DadFuck_end.webp")]]
@@<br>
You turn around silently and kiss the tip of your daddy's cock. Then, carefully, you lift yourself off him, feeling his cum drip down your legs as you move. You slip quietly off the bed, your body still trembling from the aftershocks of your orgasm. You can feel his semen trickling down your inner thighs as you tiptoe [[out of the room.->Living room]].<br><br>
<<HaveASexWidget "vaginal" "dad" "onpussy">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 20>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum.">>
As you increase the pace, your dad has more and more difficulty to muffle his moans and you start to wonder what would occur if your mom were to wake up and catch you and your dad in the act. At this moment, you feel his cock pulsating as he cums in your mouth, freeing a last moan as he push your head against his croch, almost choking you in the process.<br><br>
You get up silently, kiss the tip of your daddy's cock and [[leave the room->Living room]] while licking the cum with your fingers.<br><br>
<<HaveASexWidget "bj" "dad" "face">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "dad" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $minute += 10>>
<<replace #push>><</replace>><</linkreplace>></span>
<</if>>
<<if $parentsBedroomSexScene is "momspy">>
<span id='privacy'>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Closed_Door_"+ $timeOfDay +".jpg")]]
@@<br>
As you draw near to the shut door of your parents' bedroom, the audible bed creaks and muffled moans leave little doubt about your mom activities. It appears that your little teasing on the couch left a significant impression on her.<br><br>
[[Give her some privacy.->Living room][$mainChar.arousal +=10]]<br></span>
<span id='spy'><<if $mainChar.corruption>=20>>
<<linkreplace "Spy her.">>
You gingerly push the door ajar, and despite being prepared for what lay beyond, the scene that unfolds sends your heart racing into overdrive. Your mother is lying on the bed, completely naked, her body glistening with a thin sheen of sweat. Her eyes are closed, her head thrown back in pleasure as her fingers plunge mercilessly deep into her pussy.. The sight is both shocking and strangely mesmerizing. You watch as she arches her back, her breath coming in quick, shallow gasps.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/parents_bedroom/Lesbian/spy{0}.webp",random(2))]]
@@<br>
As you continue to watch, your eyes are drawn to the sight of your mother's wet, glistening pussy. Her fingers move with practiced ease, slipping in and out, her hips lifting slightly to meet each thrust. The sound of her wetness fills the room, a soft, slick rhythm that seems to echo in your ears. You can't help but wonder if she's currently fingering herself thinking about you. <br><br>
picture yourself leaning in, your tongue replacing her fingers, tasting her, exploring her most intimate place. Your breath hitches as you imagine the sensation, the taste, the scent. You can almost feel the soft, velvety folds against your lips, the heat of her against your tongue. The thought is so vivid, so real, that you can feel your own body responding, a warmth spreading through you, a tingling between your legs.
You shake your head slightly, trying to dispel the thoughts, but your eyes remain riveted, your imagination running wild. As you continue to watch, lost in your thoughts and the vivid images playing in your mind, you hear the sound of footsteps approaching from behind. Panic surges through you, and without thinking, you quickly:<br><br>
[[Close the door and leave.->Living room][$mainChar.arousal +=10]]
<<replace #privacy>><</replace>><</linkreplace>><br><</if>></span>
<span id='enter'><<if $mainChar.corruption>=60>>
<<linkreplace "Enter the bedroom.">>
As you enter your parents' bedroom and close the door behind you, your mother jumps in surprise as she's naked, masturbating on the bed.
@@.default-image-wrapper; [img[String.format($urlPath + "/parents_bedroom/Lesbian/caught{0}.webp",random(0))]]
@@<br>
<<if $mom.relationship<40>>
Your mother, startled by the sudden movement, opens her eyes and looks directly at you. Her expression shifts from one of pleasure to shock and confusion. You stand there, frozen, your heart pounding in your chest, unable to move or speak. "What are you doing here?" she asks, her voice a mix of surprise and anger. She quickly pulls the bedsheets over her naked body, her other hand instinctively extending forward in a gesture of surprise and defense, forming an impromptu shield. <br><br>
You struggle to find your voice, your mind racing with a mix of shame and fear. "I—I'm sorry," you stammer, your eyes darting away from hers. "I didn't mean to—I heard a noise and—" As you flash a smile and sneak a glance at her hand, she realizes that her fingers are dripping with her own pussy juice. She quickly wipes her hand on the bedsheets, her face reddening as she looks away in shame. <br><br>
"Stop looking at me like that," she snaps, her voice trembling slightly. "This is... this is not something you should see." You tear your gaze away and nod quickly. The image of your mother pleasuring herself, the sight of her glistening fingers, and the forbidden nature of it all have left you feeling a mix of shame and excitement. With a final, apologetic glance, you turn and hurriedly [[leave the bedroom,->Living room]] closing the door softly behind you.<br><br>
<<MainChar_Stats "mom" "-1">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "15">>
<<else>><br><br>
"Oh, my! I... didn't think you'd come in..." She says, her cheeks turning crimson. There's a hint of something else in her tone, something that sounds almost like hope. She's still lying on the bed, her legs open enough to let you see her dripping pussy, as an unspoken invitation for you to join her. You approach her in silence, your gaze locked with hers, as she slowly spread her legs apart. You climb onto the bed and make your way toward her legs. <br><br>
As you lower your head between your mother's legs, you look up at her with wide, innocent eyes. "Mommy, you're all wet," you say softly, your voice taking on a childlike quality. "Did you make a mess down here?" Your mother's breath hitches, her eyes filled with a mix of lust and tenderness. "Yes, baby girl," she murmurs. "Mommy made a big mess. Can you help clean it up?" You nod eagerly, your tongue darting out to lick your lips. "I can help, Mommy," you say, your voice sweet and obedient. "I'll lick it all up for you."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/parents_bedroom/Lesbian/lick{0}.webp",random(3))]]
@@<br>
As you continue to lavish attention on your mother, her body tenses and she pulls you up gently by your hair, her eyes filled with a mix of love and lust. "Come here, baby girl," she murmurs, her voice thick with desire. "Mommy wants to feel you closer." You obey, crawling up her body until you're face to face. She guides you into position, her legs wrapping around your waist in a tight, intimate embrace. "Mommy wants to feel you all over," she whispers, her breath hot against your ear. "She wants to feel her little girl's body against hers."<br><br>
You begin to move, your hips grinding against hers, the friction sending waves of pleasure through both of you. "Mommy, your pussy feels so good against mine," you moan, your voice filled with raw desire. "I love feeling you like this, feeling how wet you are for me." Your mother's breath quickens, her body tensing as you move together, your motions synchronized, your pleasure intertwined. "My little girl knows how to fuck Mommy's pussy just right."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/parents_bedroom/Lesbian/fuck{0}.webp",random(3))]]
@@<br>
<span id='finish'><<linkreplace "Make her climax again.">>
The pleasure increase as you begin to make out and kiss her mouth with your face still dripping with your mom's pussy juice. as you reach a shared climax that leaves you both breathless. You collapse into each other's arms, your hearts pounding against one another, your breaths mingling in the quiet room. "Mommy," you whisper, your voice soft and innocent as you nuzzle against her chest. "That felt so good." Your mother strokes your hair gently, her touch tender and loving.
After a few moments of blissful silence, you slowly begin to disentangle yourself from her embrace. You sit up, looking down at her with a mix of love and mischief in your eyes. "I should go now, Mommy," you say softly. You lean down and give her a soft, lingering kiss on the lips before standing up and [[leaving the bedroom.->Living room]]<br><br>
<<HaveASexWidget "masturbated" "mom" >>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $minute += 20>>
<<replace #strapon>><</replace>><</linkreplace>><br></span>
<span id='strapon'><<if $inventory.has('SexShopItems','Strapon')>><<linkreplace "Go get your strapon.">>
You pause your movements, looking deep into your mother's eyes with a mischievous smile. "Wait here, Mommy," you say, your voice filled with anticipation. "I have something special for you." You quickly slip out of her embrace and rush to your room, returning moments later with a strap-on harness securely fastened around your waist. Your mother's eyes widen with a mix of surprise and excitement as you approach the bed. "What do you have there, baby girl?" she asks, her voice breathless. <br><br>
You climb back onto the bed, positioning yourself between her legs. "Something to make Mommy feel even better," you say, your voice low and sultry. "I want to fuck you, Mommy. I want to make you feel like Daddy does." Your mother's breath hitches, her eyes filled with a mix of lust and curiosity. "Oh, baby," she murmurs, spreading her legs wider in invitation. "Show Mommy what you've got." You align the strap-on with her entrance, feeling the heat and wetness against the toy. Slowly, you push forward, filling her inch by inch. Your mother moans, her body arching to meet your thrusts.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/parents_bedroom/Lesbian/strapon{0}.webp",random(3))]]
@@<br>
"Does that feel good, Mommy?" you ask, your voice filled with dirty talk. "Do you like it when your little girl fucks you like this? Does Daddy take you like this?" Your mother's breath comes in quick, desperate gasps. "Yes, baby," she pants. "You fuck Mommy so good. Just like Daddy does. You know just how to make Mommy feel amazing." You begin to move faster, your hips thrusting with more urgency. "I bet Daddy loves fucking your tight pussy," you say, your voice raw with desire. "I bet he loves hearing you moan and scream his name. But now it's my turn, Mommy. Now it's my turn to make you feel this good."<br><br>
"Come for me, Mommy," you urge, your voice filled with need. "Come for your little girl. Show me how much you love this." With a final, powerful thrust, you send your mother over the edge, her body convulsing with pleasure as she comes undone beneath you. You collapse onto her, your bodies slick with sweat and desire, your bond stronger than ever. In your mother's arms, both naked, you need some time to recover before grabbing your clothes and [[leave the bedroom.->Living room]]<br><br>
<<HaveASexWidget "vaginal" "mom" >>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $minute += 30>>
<<replace #finish>><</replace>><</linkreplace>><</if>></span>
<</if>>
<<replace #privacy>><</replace>><<replace #spy>><</replace>><</linkreplace>><br><</if>></span>
<</if>>
<<if $parentsBedroomSexScene is "Suck dad while reading">>
<<set $minute += 10>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/dadReading.jpg")]]
@@
<br><br>
Your dad keeps reading the book, but you feel yourself bored suddenly. And your dad is here... Sitting and reading to you. So sexy, so mature... A mischievous smile plays on your lips as you decide to place your hand onto his knee and move it up slowly. Move it, till your hand touches the bulge in his pants. He stops reading and looks at your hand when you unzip his pants and pull out his cock. "Um.. babygirl?" He says, a mix of surprise and desire in his eyes. <br><br>
You begin to suck, your movements slow and deliberate, designed to please him completely. You look up at him, your eyes wide and innocent. "Keep reading, Daddy," you say, your voice soft and encouraging. "Pretend like nothing's happening. Let me be your good little girl." You feel him tense, a low groan escaping his lips. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/dadReadingBJ/dadReadingBJ" + random(1,4) + ".webp")]]
@@<br>
You continue to pleasure him, your mouth and hands working in harmony. The sound of the pages turning mixes with the soft, wet noises of your ministrations. You feel a sense of satisfaction, knowing that you're fulfilling your dad's desires. You can feel his body responding to your touch, his breath growing ragged. You increase your pace, your movements becoming more urgent, more desperate. You want to bring him to the edge, to show him just how much you love being his little girl, his plaything, his everything.<br><br>
"Daddy, I want to taste you," you murmur, your voice soft and pleading. "I want you to feed your little girl." With a final, deep thrust, he releases, his hot, thick seed filling your mouth. You swallow eagerly, savoring the taste of him, the feeling of his essence sliding down your throat. You continue to suck gently, milking every last drop from him, your eyes never leaving his. "Mmm, Daddy," you whisper, pulling back just enough to speak. He looks down at you, his eyes filled with satisfaction. "You're such a good girl," he says, his voice rough with pleasure. You rest your head on his thigh, feeling his hand gently stroke your hair, a silent acknowledgment of the bond you share. "Thank you babygirl" He gasps.<br><br>
You give him a sly smile before standing up, licking his cum on your fingers. "I'm glad I could make you feel good, Daddy," you say, your voice filled with genuine affection. You lean down and press a gentle kiss to his cheek before turning to
[[leave the bedroom.->Parents' bedroom]]
<br><br>
<<HaveASexWidget "bj" "dad">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "dad" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-10">>
<</if>><<widget "ScheduleBrotherActivity">>
<<if $hour == 23 or $hour < 7 or ($hour==7 and $minute <=30)>>
<<set $brother.activity = "Sleeping">>
<<set $brother.currentLocation = "Brother's room">>
<<if $brother.relationship >= 20>>
|
<<link "Sleep with him">>
<<goto "Brother sleep">>
<</link>>
<</if>>
<<endif>>
<<if ($hour==7 and $minute>30) or ($hour == 8 and $minute < 15)>>
<<set $brother.activity = "Watching TV">>
<<set $brother.currentLocation = "Living room">>
<<endif>>
<<if $hour == 8 and ($minute >= 15 and $minute < 20)>>
<<set $brother.activity = "Taking a shower">>
<<set $brother.currentLocation = "Bathroom">>
<<endif>>
<<if $hour == 8 and $minute >=20 and $minute <=45>>
<<set $brother.activity = "Eating breakfast">>
<<set $brother.currentLocation = "Kitchen">>
<<elseif $hour == 8 and $minute >=45 and $weekDay>>
<<set $brother.activity = "Preparing for school">>
<<set $brother.currentLocation = "Brother's room">>
| <<linkreplace "Chat with him">><br>
<<include "Family chatting">>
<</linkreplace>>
<<elseif (($hour == 8 and $minute >=45) or $hour == 9) and $weekendDay>>
<<set $brother.activity = "Watching TV">>
<<set $brother.currentLocation = "Living room">>
<<elseif $hour == 10 and $minute <= 15 and $weekendDay>>
<<set $brother.activity = "Preparing for hanging out">>
<<set $brother.currentLocation = "Brother's room">>
| <<linkreplace "Chat with him">><br>
<<include "Family chatting">>
<</linkreplace>>
<<endif>>
<<if $hour >= 9 and $hour < 12 and $weekDay>>
<<set $brother.activity = "Studying at school">>
<<set $brother.currentLocation = "School">>
<<elseif (($hour==10 and $minute >15) or $hour==11) and $weekendDay>>
<<set $brother.activity = "Hanging out in town">>
<<set $brother.currentLocation = "Outside">>
<<elseif $hour == 12 and $minute <= 10>>
<<set $brother.activity = "Helping mom with dinner">>
<<set $brother.currentLocation = "Kitchen">>
<<if $mainChar.corruption >= 40 and $brother.relationship >= 30 and $mainChar.BrotherDinnerKitchen != $dayCount>>
|
<<if $mainChar.energy >= 10>>
<<link "Play with him.">>
<<set $mainChar.BrotherDinnerKitchen = $dayCount>>
<<set $kitchenSexScene = "CounterBrother">>
<<goto "Kitchen sex scenes">>
<</link>>
<<else>>
You're too tired to join him.
<<endif>>
<</if>>
<<elseif $hour == 12>>
<<set $brother.activity = "Eating dinner">>
<<set $brother.currentLocation = "Kitchen">>
<</if>>
<<if $hour >= 13 and $hour < 15>>
<<if $weekDay>>
<<set $brother.activity = "Studying at school">>
<<set $brother.currentLocation = "School">>
<<elseif $weekendDay>>
<<set $brother.activity = "Playing computer games">>
<<set $brother.currentLocation = "Brother's room">>
|
<<if $mainChar.energy >= 10>>
<<link "Join him">>
<<goto "Playing computer">>
<</link>>
<<else>>
You're too tired to join him.
<<endif>>
<<endif>>
<<endif>>
<<if $hour == 15 and $weekDay>>
<<set $brother.activity = "Spending time in a sports club">>
<<set $brother.currentLocation = "Outside">>
<<elseif $hour == 15 and $weekendDay>>
<<set $brother.activity = "Watching TV">>
<<set $brother.currentLocation = "Living room">>
<<endif>>
<<if $hour == 16>>
<<set $brother.activity = "Hanging out in town">>
<<set $brother.currentLocation = "Outside">>
<<endif>>
<<if $hour == 17>>
<<set $brother.activity = "Doing physical exercises">>
<<set $brother.currentLocation = "Brother's room">>
|
<<if $mainChar.energy >= 30>>
<<link "Join him">>
<<set $brothersRoomScene = "Join his workout.">>
<<goto "Workout">>
<</link>>
<<else>>
You're too tired to join him.
<<endif>>
<<endif>>
<<if $hour == 18>>
<<set $brother.activity = "Chatting on the phone">>
<<set $brother.currentLocation = "Brother's room">>
<<if $mainChar.corruption >=40 and $brother.relationship >=30 and $mainChar.hasSuckedBrother != $dayCount>>| <<linkreplace "Take advantage of the situation.">><br>
<<if$brother.relationship >=60>>
As you kneel down in front of him, he glances at you, his eyes darkening with a mix of surprise and dominance. He smirks, his free hand gently but firmly gripping your hair, guiding you closer. "Yeah, man, I'm just dealing with something here," he says into the phone, his voice commanding. "My little sister just walked in, looking for attention as usual." He pushes deeper into your mouth, his grip on your hair unyielding. "Yeah, we have a good relationship, she likes to take care of me," he says.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Phone/Phone{0}.webp", random(0,2))]] @@ <br> And then, with a final, deep thrust, he releases, his hot, thick seed filling your mouth. You swallow eagerly, savoring the taste of him, the feeling of his essence sliding down your throat. You look up at him, your eyes filled with adoration and submission. He smirks, his eyes gleaming with satisfaction.<br><br>
<<else>>
As you kneel down in front of him, he glances at you, his eyes widening in surprise and a mix of excitement and confusion. You don't wait for a reaction, immediately taking him into your mouth. He lets out a soft gasp, trying to maintain his composure on the phone. "Well... I think I did okay on the first part... but... oh, man..." He takes a deep breath, trying to keep his voice steady. You can feel his body tensing as you continue to pleasure him.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Phone/Phone{0}.webp", random(0,2))]] @@ <br> He finally loses control, his body tensing as he releases into your mouth. "Maybe we can... oh, fuck..." his voice barely holding together. You swallow eagerly, savoring the taste of him. He takes a deep breath, trying to regain his composure. You stand up, giving him a small smile before turning.<br><br>
<</if>>
<p class="add">+10 Arousal</p> <<set $mainChar.arousal += 10>><br>
<p class="add">+1 Relationship with brother</p> <<set $brother.relationship += 1>>
<<set $mainChar.hasSuckedBrother to $dayCount>>
<<set $minute += 10>>
<</linkreplace>><</if>>
<<endif>>
<<if $hour == 19 and $minute<=10>>
<<set $brother.currentLocation = "Kitchen">>
<<set $brother.activity = "Helping mom with supper">>
<<if $mainChar.corruption>=40 and $brother.relationship>=30 and $mainChar.BrotherSupperKitchen != $dayCount>>
|
<<link "Play with him.">>
<<set $mainChar.BrotherSupperKitchen to $dayCount>>
<<set $kitchenSexScene to "CounterBrother">>
<<goto "Kitchen sex scenes">>
<</link>><</if>>
<<endif>>
<<if $hour == 19 and $minute>10>>
<<set $brother.currentLocation = "Kitchen">>
<<set $brother.activity = "Eating supper">>
<<endif>>
<<if $hour == 20 or $hour == 21>>
<<set $brother.activity = "Watching TV">>
<<set $brother.currentLocation = "Living room">>
<<endif>>
<<if $hour == 22>>
<<set $brother.activity = "Playing videogames">>
<<set $brother.currentLocation = "Brother's room">>
|
<<if $mainChar.energy >= 10>>
<<link "Join him.">>
<<goto "Playing computer">>
<</link>>
<<else>>
You're too tired to join him.
<<endif>>
<<endif>>
<</widget>>
<<widget "ScheduleMomActivity">>
<<if $hour >= 22 or $hour < 8>>
<<set $mom.activity = "Sleeping">>
<<set $mom.currentLocation = "Parents' bedroom">>
<<endif>>
<<if $hour == 8 and $minute < 15>>
<<set $mom.activity = "Preparing breakfast">>
<<set $mom.currentLocation = "Kitchen">>
| <<linkreplace "Help her">><br>
<<include "Family chatting">>
<</linkreplace>>
<<elseif $hour == 8 and $minute < 20>>
<<set $mom.activity = "Serving breakfast">>
<<set $mom.currentLocation = "Kitchen">>
<<endif>>
<<if $hour == 8 and ($minute >= 20 and $minute < 25)>>
<<set $mom.activity = "Taking a shower">>
<<set $mom.currentLocation = "Bathroom">>
<<endif>>
<<if $hour == 8 and $minute >=25 and $minute <= 45>>
<<set $mom.activity = "Eating breakfast">>
<<set $mom.currentLocation = "Kitchen">>
<<elseif $hour == 8 and $minute > 45>>
<<set $mom.activity = "Watching TV">>
<<set $mom.currentLocation = "Living room">>
<<endif>>
<<if $hour >= 9 and $hour < 12>>
<<if $weekDay>>
<<set $mom.activity = "Working">>
<<set $mom.currentLocation = "Work">>
<<elseif $weekendDay>>
<<set $mom.activity = "Browsing shops">>
<<set $mom.currentLocation = "Outside">>
<<endif>>
<<endif>>
<<if $hour == 12 and $minute <=10>>
<<set $mom.activity = "Cooking dinner">>
<<set $mom.currentLocation = "Kitchen">>
| <<linkreplace "Help her">><br>
<<include "Family chatting">>
<</linkreplace>>
<<elseif $hour ==12>>
<<set $mom.activity = "Eating dinner">>
<<set $mom.currentLocation = "Kitchen">>
<<endif>>
<<if $hour >= 13 and $hour < 16>>
<<if $weekDay>>
<<set $mom.activity = "Working">>
<<set $mom.currentLocation = "Work">>
<<elseif $weekendDay>>
<<set $mom.activity = "Grocery shopping">>
<<set $mom.currentLocation = "Outside">>
<<endif>>
<<endif>>
<<if ($hour == 16 and $minute >=30) or $hour==17>>
<<set $mom.activity = "Watching TV">>
<<set $mom.currentLocation = "Living room">>
<<endif>>
<<if $hour == 18>>
<<set $mom.activity = "Doing laundry and ironing clothes">>
<<set $mom.currentLocation = "Bathroom">>
<<endif>>
<<if $hour == 19 and $minute <=15>>
<<set $mom.activity = "Cooking supper">>
<<set $mom.currentLocation = "Kitchen">>
| <<linkreplace "Help her">><br>
<<include "Family chatting">>
<</linkreplace>>
<<elseif $hour == 19>>
<<set $mom.activity = "Eating supper">>
<<set $mom.currentLocation = "Kitchen">>
<<endif>>
<<if $hour == 20 or $hour == 21>>
<<set $mom.activity = "Watching TV">>
<<set $mom.currentLocation = "Living room">>
<<endif>>
<</widget>>
<<widget "ScheduleDadActivity">>
<<if $hour >= 22 or $hour < 8>>
<<set $dad.activity = "Sleeping">>
<<if $mainChar.corruption>=40 and $dad.relationship>=30 and $mainChar.lastThreesomeNight != $dayCount>>
|
<<link "Sneaky sex">>
<<set $parentsBedroomSexScene to "sneakyDad">>
<<goto "Parents' bedroom fuck">>
<</link>>
<</if>>
<<set $dad.currentLocation = "Parents' bedroom">>
<<endif>>
<<if $hour == 8 and $minute < 15>>
<<set $dad.activity = "Waiting for breakfast">>
<<set $dad.currentLocation = "Kitchen">>
<<if $mainChar.corruption>=40 and $dad.relationship>=30 and $mainChar.DadBreakfastKitchen != $dayCount>>
|
<<link "keep busy while waiting">>
<<set $kitchenSexScene to "CounterDad">>
<<set $mainChar.DadBreakfastKitchen to $dayCount>>
<<goto "Kitchen sex scenes">>
<</link>><</if>>
<<elseif $hour == 8 and $minute < 25>>
<<set $dad.activity = "Eating breakfast">>
<<elseif $hour == 8 and $minute >= 25 and $minute < 30 and $weekDay>>
<<set $dad.activity = "Taking a shower">>
<<set $dad.currentLocation = "Bathroom">>
<<elseif $hour == 8 and $minute < 45>>
<<set $dad.activity = "Watching TV">>
<<set $dad.currentLocation = "Living room">>
<<elseif $hour == 8 and $minute >= 45 and $weekDay>>
<<set $dad.activity = "Preparing for work">>
<<set $dad.currentLocation = "Parents' bedroom">>
| <<linkreplace "Talk to him">><br>
<<include "Family chatting">>
<</linkreplace>>
<<elseif $hour == 8 and $minute >= 45 and $weekendDay>>
<<set $dad.activity = "Preparing for going out">>
<<set $dad.currentLocation = "Parents' bedroom">>
| <<linkreplace "Talk to him">><br>
<<include "Family chatting">>
<</linkreplace>>
<<endif>>
<<if $hour >= 9 and $hour < 12 and $weekDay>>
<<set $dad.activity = "Working">>
<<set $dad.currentLocation = "Work">>
<<elseif ($hour == 9 or $hour == 10) and $weekendDay>>
<<set $dad.activity = "Running in the park">>
<<set $dad.currentLocation = "Outside">>
<<elseif $hour == 10 and $minute <=15 and $weekendDay>>
<<set $dad.activity = "Taking a shower">>
<<set $dad.currentLocation = "Bathroom">>
<<elseif (($hour == 10 and $minute > 15) or $hour == 11) and $weekendDay>>
<<set $dad.activity = "Watching TV">>
<<set $dad.currentLocation = "Living room">>
<<endif>>
<<if $hour == 12 and $minute <=10>>
<<set $dad.activity = "Waiting dinner">>
<<set $dad.currentLocation = "Kitchen">>
<<if $mainChar.corruption>=40 and $dad.relationship>=30 and $mainChar.DadDinnerKitchen != $dayCount>>
|
<<link "keep busy while waiting">>
<<set $kitchenSexScene to "CounterDad">>
<<set $mainChar.DadDinnerKitchen to $dayCount>>
<<goto "Kitchen sex scenes">>
<</link>><</if>>
<<elseif $hour == 12>>
<<set $dad.activity = "Eating dinner">>
<<set $dad.currentLocation = "Kitchen">>
<<endif>>
<<if $hour >= 13 and $hour < 16>>
<<if $weekDay>>
<<set $dad.activity = "Working">>
<<set $dad.currentLocation = "Work">>
<<elseif $weekendDay>>
<<set $dad.activity = "Grocery shopping">>
<<set $dad.currentLocation = "Outside">>
<<endif>>
<<endif>>
<<if $hour == 16>>
<<set $dad.activity = "Watching TV">>
<<set $dad.currentLocation = "Living room">>
<<endif>>
<<if $hour == 17>>
<<set $dad.activity = "Reading a book">>
<<set $dad.currentLocation = "Parents' bedroom">>
|
<<if $mainChar.energy >= 5>>
<<link "Join him">>
<<set $parentsBedroomScene = "Dad reading book">>
<<goto "Parents' bedroom non-sex scenes">>
<</link>>
<<else>>
Join him (too tired)
<<endif>>
<<endif>>
<<if $hour == 18>>
<<set $dad.activity = "Calculating and paying taxes">>
<<set $dad.currentLocation = "Parents' bedroom">>
|
<<link "Go see him">>
<<set $parentsBedroomSexScene to "Taxes">>
<<goto "Parents bedroom events">>
<</link>>
<<endif>>
<<if $hour == 19 and $minute <=10>>
<<set $dad.activity = "Waiting supper">>
<<set $dad.currentLocation = "Kitchen">>
<<if $mainChar.corruption>=40 and $dad.relationship>=30 and $mainChar.DadSupperKitchen != $dayCount>>
|
<<link "keep busy while waiting">>
<<set $kitchenSexScene to "CounterDad">>
<<set $mainChar.DadSupperKitchen to $dayCount>>
<<goto "Kitchen sex scenes">>
<</link>><</if>>
<<elseif $hour == 19>>
<<set $dad.activity = "Eating supper">>
<<set $dad.currentLocation = "Kitchen">>
<<endif>>
<<if $hour == 20 or $hour == 21>>
<<set $dad.activity = "Watching TV">>
<<set $dad.currentLocation = "Living room">>
<<endif>>
<</widget>><<set _workoutdisplay to "display: none">>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/brotherExercises.webp")]]
@@<br>
You push open the door to your brother's room and find him in the middle of a workout, his muscles flexing as he does push-ups. You smile and step in. "Hey, can I join you?" you ask, your voice friendly and enthusiastic, hoping he'll <<linkreplace "make space for you." >> make space for you.<br><br>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is '' >>
<<set _clothes to 'nude'>>
<<if $brother.relationship < 20>>
He looks up, his eyes widening in shock and confusion. "What the hell are you doing?" he exclaims, his voice sharp. "You can't just walk in here naked like that!" You feel a pang of embarrassment and regret, realizing you've crossed a line. "I'm sorry," you mumble, quickly turning to [[leave his room.->Living room]] <br><br>
<<MainChar_Stats "brother" "-1">>
<<elseif $brother.relationship <60>>
He looks up and pauses, a look of surprise crossing his face before he laughs. "Well, that's one way to get my attention," he says, his tone warm and amused. "But you might want to put some clothes on first. Don't you think?" You laugh with him, feeling a sense of ease and comfort.
<<else>>
He looks up, a dominant smirk spreading across his face as his eyes roam over your body. "Well, well, look at you," he says, his voice firm and appreciative. "You know, most people work out with clothes on, but I guess sluts don't." You feel a flush of heat spread through your body at his words, a mix of embarrassment and arousal. "I just thought it would be more comfortable this way," you murmur, your voice barely above a whisper.
<</if>><br><br>
<<if $brother.relationship >20>>
<span id='options'>
You can change your plans and [[leave his room.->Brother's room]]<br>
Or [[go change->Wardrobe]] into something more appropriate. <br>
But you can also </span><<linkreplace "workout in nude.">>
<<silently>><<repeat 0.125s>> <<run $("#workout").css("display", "block")>><</repeat>><</silently>>
<<replace #options>><</replace>>
<</linkreplace>>
<</if>>
<<elseif $mainChar.look.clothes.torso.sport != 'true' or $mainChar.look.clothes.legs.sport != 'true' or $mainChar.look.clothes.feet.sport != 'true'>>
<<if $brother.relationship < 20>>
He looks up, a hint of surprise in his eyes, but it quickly turns to a frown. "You're not dressed for it," he says, his voice curt. "You need to change if you want to work out with me." You feel a pang of disappointment but try to keep your composure. "Okay, I'll go change,"
<<elseif $brother.relationship <60>>
He looks up and grins, pausing his workout. "Sure, but you need to change first," he says, his tone warm. "You can't work out in those clothes." You smile, feeling a sense of camaraderie. "Oh, sure bro! Give me a sec."
<<else>>
He looks up, a dominant smirk spreading across his face. "You're not dressed for it, little sister," he says, his voice firm. "You need to change. And make it quick. I don't have all day." You feel a thrill of excitement at his commanding tone. "Yes, bro," you murmur.
<</if>><br><br>
Maybe you should [[go change->Wardrobe]] into something more appropriate for excercizing.<br>
You can also decide to [[change your plans.->Brother's room]]
<<else>>
<<if $brother.relationship <20>>
He looks up, a flicker of surprise in his eyes, quickly replaced by a guarded expression. "Uh, sure," he says, his voice neutral. "If you want." He puts down the weights and gestures to the mat on the floor. "You can use that if you want to do some stretches or something." You nod, feeling a mix of relief and nervousness. "Thanks," you say, stepping into the room and taking a spot on the mat.
<<elseif $brother.relationship <60>>
He looks up, a genuine smile spreading across his face. "Of course!" he says, putting down the weights. "Grab a mat, and let's get started." You grab a mat from the corner and lay it out next to his. "What are you working on today?" you ask, eager to join in.
<<else>>
He looks up, a smirk playing on his lips. "You think you can handle a real workout?" he says, his voice dripping with condescension. "You can barely handle me fucking you." You look up at him, your eyes wide with a mix of innocence and desire. "Please," you beg, your voice trembling. "Let me working out with you." He chuckles, a low, dominant sound that sends shivers down your spine. "Alright, little sister," he says, his voice firm. "But you'll do exactly as I say. No complaints, no giving up."
<</if>><br><br>
<span id='options'>You can [[change your plans.->Brother's room]] or </span> <<linkreplace "start the session">>
<<silently>><<repeat 0.125s>> <<run $("#workout").css("display", "block")>><</repeat>><</silently>>
<<replace #options>><</replace>>
<</linkreplace>>
<</if>>
<span id="workout" style="display: none">
<<set $minute += 30>>
<<if $brother.relationship <20>>
The session begins in silence, the tension between you palpable. You try to focus on the exercises, but you can't help but steal glances at him, wondering if he's as uncomfortable as you are. After a few minutes, you decide to break the ice. "So, how's school been for you?" you ask, trying to keep your voice light. He pauses mid-rep, looking at you with a raised eyebrow. "Fine," he says, his voice still guarded. "Yours?"<br><br>
You shrug, continuing your stretches. "Same old. Just trying to keep up with everything." The conversation is stilted, but you both make an effort to keep it going. As the session progresses, the tension slowly eases. You find yourselves falling into a rhythm, the shared activity helping to bridge the gap between you. <br><br>
<<elseif $brother.relationship <60>>
"Make sure you keep your back straight," he says, demonstrating the proper form. "And breathe evenly. It helps with endurance." You follow his lead, the session flowing smoothly. You chat easily, catching up on each other's lives, sharing jokes, and offering encouragement. The atmosphere is light and fun, the bond between you evident in every interaction.<br><br>
<<else>>
You quickly grab a mat and start stretching, feeling his eyes on you, assessing you. He starts giving you commands, his voice firm. "Do twenty squats. Make sure your ass is nice and tight. You want it to be more fuckable, don't you?" You feel a flush of heat at his words, your body responding to his dominance. "Yes, big bro," you murmur, starting the squats. He watches you closely, his eyes filled with a mix of lust and control.<br><br>
ou comply, your body pushing through the exercises, driven by his commands and the desire to please him. He continues to guide you, his words growing more explicit and degrading. "That's it, little slut. Work that body. <<if _clothes is 'nude'>> Show me how those tits bounce. You know how much I love seeing them move.<</if>>"<br><br>
<</if>>
<<if _clothes is 'nude'>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Workout/WorkoutNude{0}.webp",random(3))]]
@@
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Workout/Workout{0}.webp",random(3))]]
@@
<</if>><br>
<<if $brother.relationship <20>>
By the end of the session, you're both sweating and breathing hard, but there's a sense of camaraderie that wasn't there before. "Thanks for letting me join," you say, your voice genuine. He nods, a hint of a smile on his face. "No problem. Maybe we can do it again sometime." <br>
You [[end the session->Brother's room]] feeling much more healthy and athletic.<br><br>
<<if $mainChar.clothes.torso.sport is 'true' or $mainChar.clothes.torso.name is ''>>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "fitness" "1">>
<<if _clothes is 'nude'>><<MainChar_Stats "corruption" "1">><</if>>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-40">>
<</if>>
<<elseif $brother.relationship <40>>
<<if _clothes is 'nude'>>You catch him glancing at your naked body a few times, and you offer a small smile, which he returns hesitantly. <</if>>
As you both cool down, he high-fives you. "Great job!" he says, his eyes shining with pride. "You're getting stronger every day." You smile back, feeling a deep sense of connection and happiness. "Thanks for the workout, bro." He nods, his smile wide.
<br>
You [[leave the room->Living room]] feeling healthier and stronger.<br><br>
<<if $mainChar.clothes.torso.sport is 'true' or $mainChar.clothes.torso.name is ''>>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "fitness" "1">>
<<if _clothes is 'nude'>><<MainChar_Stats "corruption" "1">><</if>>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-40">>
<</if>>
<<elseif $brother.relationship <60>>
After a while of exercising together, you find yourself at a crossroads. You were breathing rhythmically, doing exercises and yoga, and this proximity starts to arouse you a little <<if _clothes is 'nude'>>, mainly because you're naked<</if>>. You try to focus on your own exercises, but your eyes keep drifting back to the sweat-glistening muscles of your brother.<br><br>
<<elseif $mainChar.corruption >= 60 and $brother.relationship >= 40>>
Seeing him shirtless, his muscles flexing with each movement, sends a thrill through your body. His dominance is palpable, and you find yourself even more drawn to it, feeling a mix of vulnerability and intense arousal. Every command he gives, every correction he makes to your form, only serves to heighten your arousal. You catch yourself stealing glances at his chiseled torso, your mind wandering to forbidden thoughts. <<if _clothes is "nude">>, Your nakedness amplifies your sense of vulnerability, making each touch, each glance, even more electric. You feel completely at his mercy, and the thought only serves to fuel your desire even more.<</if>>. His eyes never leave your body, openly roaming over your breasts with a hungry, unapologetic gaze. <br> <br>
<</if>>
<span id ='tease'><<if $mainChar.corruption >20>><<linkreplace "Tease your brother">>
<<if $brother.relationship <20>>
You feel a surge of mischief and decide to turn up the heat. You start by stretching more provocatively, arching your back and pushing your chest out. You catch his eyes flicking to your body, and you smirk inwardly. "You know, I think I need a little help with this stretch," you say, your voice laced with innuendo. You bend over, giving him a clear view of your ass. "Can you spot me?"<br><br>
He swallows hard, his eyes widening as he takes in the sight. You can see the conflict in his gaze—excitement mixed with discomfort. "Uh... yeah, sure," he says, his voice strained. He comes over, hesitantly his hands tentatively resting on your hips. You push back slightly, feeling his grip tighten. "Like this?" you ask, your voice soft and teasing. You can feel his breath hitch, his body tensing.
<<elseif $brother.relationship <60>>
You feel a surge of mischief and decide to turn up the heat. You start by stretching more provocatively, arching your back and pushing your chest out. You catch his eyes flicking to your body, and you smirk inwardly. "You know, I think I need a little help with this stretch," you say, your voice laced with innuendo. You bend over, giving him a clear view of your ass. "Can you spot me?"<br><br>
He swallows hard, his eyes widening as he takes in the sight. You can see the excitement in his gaze, his breath hitching slightly. "Uh, yeah, sure, sis," he says, his voice husky. He comes over, his hands resting firmly on your hips. You push back slightly, feeling his grip tighten. "Like this?" you ask, your voice soft and teasing. You can feel his body responding, his breath coming in quicker gasps.
<<else>>
You feel a surge of submission and the desire to please him, to push him to take control. You start by stretching more provocatively, arching your back and pushing your chest out, hoping to catch his attention. "You know, I think I need a little help with this stretch," you say, your voice soft and submissive. You bend over, presenting yourself to him, hoping he'll take the bait. "Can you spot me?" <br><br>
He looks over, his eyes narrowing as he takes in the sight of you. You can see the dominance in his gaze, the hint of a smirk on his lips. "You want help, little sister?" he says, his voice laced with authority. He comes over, his hands gripping your hips firmly, possessively. You push back slightly, feeling his grip tighten. "Like this?" you ask, your voice soft and pleading. You can feel his body responding, his breath coming in controlled, dominant gasps.
<</if>><br><br>
<<if _clothes is 'nude'>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Workout/Tease{0}.webp",random(3,5))]]
@@
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Workout/Tease{0}.webp",random(2))]]
@@
<</if>><br>
<<if $brother.relationship<20>>
Your excitement begins to wane as you realize that your brother is deeply engrossed in his exercises. He clears his throat, his voice tight. "Yeah, that's good," he says, quickly stepping back. "I think that's enough for today. We should, uh... cool down." You straighten up, a playful pout on your lips. "Aw, already? I was just getting started," you say, your voice laced with disappointment. He avoids your gaze, his face flushed. "Yeah, I think we should stop. I need to, uh, take a shower," he says, his voice rushed, before asking you to [[leave his bedroom.->Living room]]<br><br>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "corruption" "1" "45">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-40">>
<<elseif $brother.relationship < 40>>
"Yeah, that's good," he says, his voice low and intense. He doesn't step back this time, his hands lingering on your hips. You can feel the heat radiating from his body, the tension in the air palpable. You can't help but feeling flattered and a bit excited. He clears his throat, his voice tight. "I think that's enough for today. We should, uh... cool down." You straighten up, a playful pout on your lips. "Aw, already? I was just getting started," you say, your voice laced with disappointment. He avoids your gaze, his face flushed. "Yeah, I think we should stop. I need to, uh, take a shower," he says, his voice rushed. <br>
Then, he asks you to [[leave his bedroom.->Living room]]<br><br>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "45">>
<<MainChar_Stats "fitness" "2">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-40">>
<<elseif $brother.relationship <= 60>>
"Yeah, that's good," he says, his voice low and intense. He doesn't step back this time, his hands lingering on your hips. You can feel the heat radiating from his body, the tension in the air palpable. You straighten up slowly, turning to face him. Your eyes meet his, and you see the raw desire in his gaze. "You're such a tease, little sister," he murmurs. You can feel the pull between you, the forbidden allure of your sibling bond adding an extra layer of excitement. <br><br>
<<else>>
"That's it, show me that ass," he says, his voice low and commanding. "You need to be controlled, don't you?" He runs his hands over your curves, his touch firm and possessive. You nod, your body trembling with anticipation. "Yes, brother," you whisper, your voice laced with submission. You can feel his dominance growing, his hands moving over your body with more force, more control.<br><br>
<</if>>
<span id='fuck'><<if $mainChar.corruption >=60>><<linkreplace 'Let him fuck you'>>
<<if $brother.relationship <60>>
"You know, I think I need a little more help," you say, your voice a sultry whisper. You reach out, your fingers tracing the muscles of his chest. He lets out a low groan, his hands moving to your waist, pulling you closer. "You're playing with fire, little sister," he says, his voice a mix of warning and desire. You smile, feeling a rush of excitement. "Maybe I like the heat," you say, your voice laced with challenge. You drop to your knees, your hands reaching for his pants. "Let me show you how much I like it."<br><br>
You free him from his pants, taking him into your mouth as you start doing sit-ups. Each time you sit up, you take him deeper, your mouth working in rhythm with your movements. He groans, his hands gripping your hair. "Fuck, little sister," he murmurs, his voice ragged. "You're so good at this. You love sucking your big brother's cock, don't you?" You moan around him, the vibrations making him groan louder. "Mmm-hmm," you hum, your eyes looking up at him with a mix of innocence and lust. You switch to ab exercises, taking him into your mouth each time you sit up. His breath comes in ragged gasps, his body tensing with each movement.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Workout/Fuck{0}.webp",random(0,3))]]
@@<br>
You move to the bench, straddling him as he does bench presses. You ride him, your body moving in sync with his lifts. The room is filled with the sound of your combined moans and the clinking of weights. "Fuck, you feel so good," he says, his voice strained. "You're such a good little sister, taking my cock like this." You moan, your body trembling with pleasure. "Come on, big brother. Fuck your little sister harder. Show me how much you want to fuck your little sister's tight pussy."<br><br>
He thrusts up into you, his movements growing more urgent. You can feel him getting closer, his body tensing. "That's it, little sister," he says, his voice ragged. "Take it all. Take every inch of your big brother's cock." With a final, deep thrust, he comes, his body shuddering with the force of his orgasm. You moan, feeling him fill you, your body trembling with your own release. You collapse onto his chest, both of you panting and sweating. "Fuck, that was intense," he says, his voice breathless. You smile, feeling a deep sense of satisfaction and connection.
"Yeah, it was," you say, your voice soft. You both take a moment to catch your breath before finishing the workout, the room filled with the lingering heat of your encounter.
<<else>>
Feeling a rush of pleasure and submission, you drop to your knees, your hands reaching for his pants. "Let me serve you," you say, your voice soft and pleading. He lets out a low groan, his hands moving to your hair, gripping tightly before pushing you down onto the floor. You let out a soft gasp, a mix of surprise and excitement. He pins you down, his body pressing against yours, his strength overwhelming. "You like it when I'm rough with you, don't you?" he growls, his voice filled with dominance. You nod, your voice barely above a whisper. "Yes, I do." He quickly unzips his pants, freeing his cock. "That's it, little slut. Show me how much you want to please me." <br><br>
You take him into your mouth as you start doing push-ups. Each time you push up, you take him deeper, your mouth working in rhythm with your movements. He groans, his hands guiding your head, controlling your pace. You moan around him, the vibrations making him groan louder. You switch to ab exercises, taking him into your mouth each time you sit up. His breath comes in ragged gasps, his body tensing with each movement. "Good girl," he says, his voice husky. "Take it all. Show me how much you want to be used." You move to the bench, straddling him as he does bench presses. You ride him, your body moving in sync with his lifts. The room is filled with the sound of your combined moans and the clinking of weights. "Fuck, you feel so good," he says, his voice strained. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Workout/Fuck{0}.webp",random(0,3))]]
@@<br>
"You're such a good little slut, taking my cock like this." You moan, your body trembling with pleasure. "Yes, I am your slut, big bro." He thrusts up into you, his movements growing more urgent. You can feel him getting closer, his body tensing. "Take it all. Take every inch of my cock." With a final, deep thrust, he comes, his body shuddering with the force of his orgasm. You moan, feeling him fill you, your body trembling with your own release. You collapse onto his chest, both of you panting and sweating.<br><br>
"Good girl," he says, his voice breathless. You smile, feeling a deep sense of satisfaction and submission. "Thank you, brother," you say, your voice soft. You both take a moment to catch your breath before finishing the workout, the room filled with the lingering heat of your encounter.
<</if>>
<br>
You [[end this training session->Brother's room]] a bit more healthy and athletic but a lot more satisfied !<br><br>
<<HaveASexWidget "vaginal" "brother" "onpussy">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-50">>
<<MainChar_Stats "cleanliness" "-60">>
<<replace #end>><</replace>><</linkreplace>><br> <</if>></span>
<span id ='end'><<linkreplace "End your training">>
You both go through the motions of cooling down, stretching and taking deep breaths to calm your racing hearts. The room is filled with the sound of your breaths and the occasional glance, each of you stealing looks at the other. As you finish the cool-down, he gives you a small, knowing smile. "Good workout, little sister," he says, his voice warm but with an underlying intensity. You return the smile, feeling a deep sense of connection and unresolved tension. "Yeah, it was," you say, your voice genuine. You're exhausted by your training and happy of this session with your brother. <br>
You finally [[leave his bedroom->Living room]] much more healthy and athletic. <br><br>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-40">>
<<replace #fuck>><</replace>><</linkreplace>></span><br> <br> <<replace #end>><</replace>><</linkreplace>><br><</if>></span>
<span id ='end'><<linkreplace "Continue your training">>
You're exhausted by your training and happy of this session with your brother. You [[end this training session->Brother's room]] much more healthy and athletic !<br><br>
<<MainChar_Stats "brother" "1" "20">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "fitness" "2">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-40">>
<<replace #tease>><</replace>><</linkreplace>></span>
<</linkreplace>>
<<if $kitchenSexScene == "Mom with cucumber">>
<<set $mom.FuckedCucumber to $dayCount>>
<<set $minute += 5>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/livingroom/Closed_Door_"+ $timeOfDay +".jpg")]]
@@<br>
As you approach the closed kitchen door, you hear faint moans emanating from within. You notice that the kitchen door is unexpectedly closed. As you approach it, you hear faint moans emanating from within. The sound of soft moans filters through the crack, piquing your curiosity. You pause, listening intently, your heartbeat quickening with a mix of intrigue and apprehension. <br><br>
<span id='leave'> [[Come back later.->Living room]]<br></span>
<span id='spy'><<if $mainChar.corruption>=20>><<linkreplace "Take a look.">>
With a gentle push, you open the door just enough to peek inside. What you see stops you in your tracks. Your mother is standing by the kitchen counter, her eyes closed, her breath coming in ragged gasps. She's holding a large cucumber, its green skin glistening with her juices. She's using it to penetrate herself, the vegetable disappearing inside her with each thrust. Her other hand is pressed against the counter for support, her knuckles white with the intensity of her actions.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/momCucumber/Mom_Cucumber{0}.webp",random(1))]]
@@<br>
You watch, frozen in place, as she continues to fuck herself with the cucumber, stretching her pussy to its limits. Her moans fill the room, a mix of pleasure and pain. You can see the strain on her face, the way her body tenses with each movement. It's a raw, primal scene, and you can't look away. A wave of conflicting emotions washes over you—shock, curiosity, and a strange, unwanted arousal. You know you should look away, give her privacy, but you're rooted to the spot, unable to tear your eyes from the sight. The sounds of her pleasure, the sight of her body responding to her own touch, it's all too much.<br><br>
<span id='stop'>[[Give her some privacy.->Living room][$mainChar.arousal +=10]]<br></span>
<span id='enter'><<if $mainChar.corruption>=40>><<linkreplace "Enter the room.">>
<<if $mom.relationship <= 20>>
You push the door open fully, revealing your presence. Your mother's eyes widen in shock and embarrassment as she sees you standing there. She quickly pulls the cucumber out, her face flushing a deep red. "What the hell are you doing here?" she snaps, her voice sharp with anger and humiliation. "I... I heard noises," you stammer, taken aback by her reaction. She hurriedly tries to cover herself, her movements frantic. "You shouldn't be in here! Get out!" she demands, her voice trembling with emotion. She grabs a nearby towel, wrapping it around herself, trying to hide her nakedness. <br><br>
"I'm sorry, I didn't mean to—" you start, but she cuts you off. You step back, feeling a pang of guilt and confusion. You close the door softly behind you, leaving her to deal with her embarrassment and anger. As you [[leave the kitchen,->Living room]] you can't help but feel a sense of distance and tension between you, the incident only widening the gap in your already strained relationship.<br><br>
<<MainChar_Stats "mom" "-1">>
<<MainChar_Stats "corruption" "1" "20">>
<<set $minute +=10>>
<<elseif $mom.relationship <=60>>
You push the door open fully, revealing your presence. Your mother looks up, surprise and embarrassment flashing across her face. You grin back at her, feeling a rush of excitement. "Looks like you're having some fun," you say, your voice low and sultry. "Need some help with that?" She hesitates before admitting "you know, I could use a hand,", her eyes sparkling with mischief.<br><br>
You step closer, taking the cucumber from her hand. "Let me take care of you, Mom," you murmur, your voice filled with dirty talk. She leans back against the counter, her body relaxing as you begin to masturbate her with the cucumber. You giggle and start to spread her labia with your fingers, teasing the horny woman. "You are not supposed to play with food” you respond provokingly while touching the clit with the tip of the dark-green object. You move it in and out, your movements slow and deliberate, your eyes locked onto hers. "That's it, Mom," you whisper, your voice husky. "Let your little girl take care of you. Feel how good it is to have your daughter pleasing you." She moans, her body responding to your touch, her breath coming in ragged gasps. "Yes, baby," she gasps. "You know just how to make Mommy feel good."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/momCucumber/Lesbian_Cucumber{0}.webp",random(1))]]
@@<br>
You continue to pleasure her, your movements becoming faster and more intense. "That's it, Mom," you murmur. "Come for me. Show me how much you love having your daughter fuck you with this cucumber." With a final, intense thrust, she comes, her body convulsing with the force of her orgasm. You watch as she rides out the waves of pleasure, her face flushed with ecstasy. As she comes down from her high, you step back, a satisfied smile on your face. "That was amazing, Mom," you say, your voice soft. "I'll leave you to enjoy the afterglow." With that, you kiss her and [[leave the kitchen,->Living room]] knowing that cleaning this mess up is not your responsibility.<br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "cleanliness" "-5">>
<<set $minute +=15>>
<<else>>
You open the door and steps into the kitchen, coming closer to your mom. She freezes, not sure what to do. "Mommy, what are you doing?" you ask, your voice soft and childlike. She laughs, a sound filled with warmth and desire. "Mommy was just having some fun," she says, her voice playful. "Want to help Mommy feel even better?" You nod eagerly, a mischievous grin spreading across your face. "Yes, Mommy," you say, your voice breathy. "I want to help you feel good." She hands you the wet cucumber. It’s really big and heavy, and now this vegetable is covered in your mom’s juices. "Be a good girl and make Mommy come," she murmurs, her voice laced with dirty talk.<br><br>
You begin to masturbate her with it, your movements slow and deliberate, your eyes locked onto hers. "That's it, Mommy," you whisper, your voice husky. "Let your little girl take care of you. Feel how good it is to have your daughter pleasing you." She moans, her body responding to your touch, her breath coming in ragged gasps. "Yes, baby," she gasps. "You know just how to make Mommy feel good." You start to move it inwards and outwards in a strong and steady pace, with her skin following the direction of the cucumbers moving direction and loosening up. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/momCucumber/Lesbian_Cucumber{0}.webp",random(1))]]
@@<br>
With a final, intense thrust, she comes, her body convulsing with the force of her orgasm. You watch as she rides out the waves of pleasure, her face flushed with ecstasy. As she comes down from her high, you step back, a satisfied smile on your face. She starts to squirt on the floor, and collapses on the floor with the cucumber still sticking inside her. After a pause and deep breaths, you kiss her and [[leave the kitchen,->Living room]] knowing that cleaning this mess up is not your responsibility.<br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "cleanliness" "-5">>
<<set $minute +=10>>
<</if>>
<<replace #stop>><</replace>><</linkreplace>><</if>></span>
<<replace #leave>><</replace>><</linkreplace>><</if>></span>
<<endif>>
<<if $kitchenSexScene is "CounterBrother">>
<<if $brother.relationship <60>>
You sneakily approach your brother who stands, oblivious and unaware, chatting with mom at the counter while she prepares the meal. Your heart races as you brazenly reach out to caress his dick through his pants. He jumps slightly, surprised by your bold move. Leaning in, he whispers, "What are you doing?" His voice is a mix of shock and curiosity. You look up at him, your eyes filled with desire. "I want my breakfast," you murmur, your voice low and sultry. Before he can react, you drop to your knees, positioning yourself discreetly behind the counter. You unzip his pants, freeing his cock, and take him into your mouth. <br><br>
He tries to maintain a casual conversation with your mother, but his voice is strained, his breath coming in ragged gasps. "Yeah, Mom, the... the weather's been great lately," he manages to say, his words punctuated by soft moans. Your mother, oblivious to what's happening, continues to chat about her plans for the day. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/Wait/Counter_Hand" + random(3) + ".webp")]]
@@<br>
You continue to suck him, your head bobbing up and down, your tongue swirling around his shaft. He grips the counter tightly, trying to keep his composure, but the pleasure is overwhelming. "Uh-huh... sure mom... sounds good," he stammers, his voice barely coherent. <br><br>
<<else>>
You move closer to him, your heart pounding with a mix of excitement and nervousness. "Ah sis, you're here." he says before leaning in, his breath hot against your ear. "Suck me if you want to eat." he murmurs, his voice low and commanding. Without hesitation, you drop to your knees, positioning yourself discreetly behind the counter. You unzip his pants, freeing his cock, and take him into your mouth. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/Wait/Counter_Hand" + random(3) + ".webp")]]
@@<br>
He begins to fuck your mouth, his hips thrusting gently at first, but quickly becoming more forceful. He continues his conversation with your mother, his voice steady and calm, as if nothing is happening. "Yeah, Mom, I think I'll go for a run later," he says, his words flowing smoothly despite the intense pleasure he's experiencing. Your mother, oblivious to what's happening, continues to chat about her plans for the day.<br><br>
<</if>>
<span id='push'><<if $mainChar.corruption>=60 and $brother.relationship>=40>><<linkreplace "Push it further.">>
<<if $brother.relationship <60>>
Suddenly, you have an idea. "Fuck me," you whisper, your voice urgent. He looks at you, a mix of surprise and excitement in his eyes. You bite your lip to stifle a moan, the sensation of him filling you sending waves of pleasure through your body. He begins to thrust, his movements slow and controlled, trying to keep the conversation with your mother going. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/Wait/Counter_Fuck" + random(2) + ".webp")]]
@@<br>
You can feel the tension building, your body responding to his every movement. Just as you're about to reach your climax, he pulls out, turns you around, and pushes you back to your knees. He thrusts his cock back into your mouth, and with a final, deep thrust, he comes, his cock pulsing as he fills your mouth with his release. You swallow, feeling a sense of satisfaction and accomplishment. You dress yourself and wipe your mouth discreetly, a smug smile on your face, under the gaze of your brother. He looks at you with a mix of gratitude and shock in his eyes as you [[get up->Kitchen]] from behind the counter as nothing happened.<br><br>
<<HaveASexWidget "vaginal" "brother" >>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<set $minute += 20>>
<<else>>
As the conversation continues, your brother's hand finds its way to your waist, pulling you closer to him. You feel his breath on your neck, his voice a low, commanding whisper. "I'm not done with you yet," he murmurs, his tone filled with dominance. You look up at him, a mix of submission and desire in your eyes. "What do you want me to do?" you ask, your voice soft and obedient. <br><br>
He pulls you up, turns you around, and bends you behind the counter before he enters you from behind. You bite your lip to stifle a moan, the sensation of him filling you sending waves of pleasure through your body. He begins to thrust, his movements slow and controlled, trying to keep the conversation with your mother going. "Sounds like a good idea," your mother replies, her voice cheerful and unsuspecting. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/Wait/Counter_Fuck" + random(2) + ".webp")]]
@@<br>
You can feel the tension building, your body responding to his every movement. Just as you're about to reach your climax, he pulls out, turns you around, and pushes you back to your knees. He thrusts his cock back into your mouth, and with a final, deep thrust, he comes, his cock pulsing as he fills your mouth with his release. You swallow, feeling a sense of submission and satisfaction. <br><br>
You wipe your mouth discreetly, your body still trembling with the intensity of the experience. Your brother looks at you, a mix of dominance and approval in his eyes. You [[get up->Kitchen]] from behind the counter as nothing happened.<br><br>
<<HaveASexWidget "vaginal" "brother" >>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<set $minute += 20>>
<</if>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum.">>
When he finally reaches his climax, you instinctively open your mouth with your tongue lolling out like a pet awaiting its dinner. He fills your mouth with his cum that you hungrily swallow. Quickly you dress yourself and [[get up->Kitchen]] from behind the counter as nothing happened.<br><br>
<<HaveASexWidget "bj" "brother" >>
<<MainChar_Stats "brother" "1" "40">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "cleanliness" "-5">>
<<MainChar_Stats "energy" "-5">>
<<set $minute += 10>>
<<replace #push>><</replace>><</linkreplace>></span>
<</if>>
<<if $kitchenSexScene is "CounterDad">>
You're standing on one side of the kitchen counter, chatting with your dad while your mom bustles around on the other side, preparing the meal. As you talk, you notice something unusual—your dad has an erection, clearly visible through his pants. Feeling a mix of curiosity and excitement, you reach out and gently touch his crotch. He jumps slightly, surprised by your bold move. Leaning in, he whispers, "What are you doing?" His voice is a mix of shock and intrigue. You look up at him with a mischievous smile, your voice low and sultry. "I want my breakfast, Daddy," you murmur, your eyes locked onto his. <br><br>
He looks at you, a flash of surprise and desire in his eyes. Before he can respond, you drop to your knees, positioning yourself discreetly behind the counter. You unzip his pants, freeing his hard cock, and take him into your mouth, your movements slow and deliberate. Your dad tries to maintain a normal conversation with your mom, but it's clear he's struggling. "So, what's... hmm... what's on the menu for... today?" he asks, his voice slightly strained. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/Wait/Counter_Hand" + random(3) + ".webp")]]
@@<br>
You continue to suck him, your head bobbing up and down, your tongue swirling around his shaft. He grips the counter tightly, trying to keep his composure, but the pleasure is overwhelming. "Uh-huh... sure honey... sounds good," he stammers, his voice barely coherent. <br><br>
<span id='push'><<if $mainChar.corruption>=60 and $brother.relationship>=40>><<linkreplace "Push it further.">>
You pull back slightly, looking up at him with a mischievous smile. "Daddy," you whisper, your voice low and sultry. "I want you to fuck my little cunt." He looks down at you, a flash of surprise and desire in his eyes. He helps you stand up, positioning you so that your mom can't see what's happening. You spread your legs, inviting him in. He enters you, his cock filling you completely. You stifle a moan, your body responding to the sensation of him inside you. He begins to thrust, his eyes locked onto your mom. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/kitchen/Wait/Counter_Fuck" + random(2) + ".webp")]]
@@<br>
You wrap your legs around him, pulling him closer, your body moving in sync with his. You can feel the pleasure building, your body trembling with the intensity of the sensation. Just as he's about to reach his climax, he pulls out, positioning himself in front of your mouth. "Everything okay?" your mom asks again, sensing something is off. "Yeah, just... just moving the stool here," your dad says, his voice tight. <br><br>
You take him back into your mouth, your movements eager and focused. With a final, deep thrust, he comes, his cock pulsing as he fills your mouth with his release. You swallow eagerly, savoring the taste of him, feeling a sense of satisfaction and contentment. You look up at him, a satisfied smile on your face. "Thank you, Daddy," you whisper, your voice soft. "That's the best meal." He looks at you with a mix of gratitude and shock in his eyes as you [[get up->Kitchen]] from behind the counter as nothing happened.<br><br>
<<HaveASexWidget "vaginal" "dad" >>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<set $minute += 20>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum.">>
Your dad's breath comes in ragged gasps, and you can feel him getting closer to the edge. You increase your pace, your movements becoming more intense and focused. With a final, deep thrust, he comes, his cock pulsing as he fills your mouth with his release. You swallow eagerly, savoring the taste of him, feeling a sense of satisfaction and contentment. "Everything okay over there?" your mom asks, noticing your dad's flushed face. "Yeah, yeah, just... just really enjoying this coffee," your dad says, his voice breathless. Quickly you dress yourself and [[get up->Kitchen]] from behind the counter as nothing happened.<br><br>
<<HaveASexWidget "bj" "dad" >>
<<MainChar_Stats "dad" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "cleanliness" "-5">>
<<MainChar_Stats "energy" "-5">>
<<set $minute += 10>>
<<replace #push>><</replace>><</linkreplace>></span>
<</if>><<set _event to random(1,4)>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/PE_workout{0}.jpg",random(1))]]</div>
<<if _event == 1>>
You spend some time running back and forth on the yard, doing exercises. Nothing happened, except that you almost fell in the end of the class... Well, bad things happen, nothing too serious.
<<elseif _event == 2>>
You were jumping and running for some time, when a teacher stopped you. He said that you look tired from working so hard and you can skip the final exercise. <br>
But you came here not to slack around, so you finished the lesson properly.
<<elseif _event == 3>>
The time passes slowly and you are tired already. You take a look at the big wall clock and whimper - it's only the first half of the lesson! Come on! <br>
Anyway, you managed to survive this class and go to change into regular clothes absolutely tired.
<<elseif _event == 4>>
It was a good day and you were jumping and doing exercises very well today. Maybe it's because of the cloudy weather, or a fresh soft wind helps you... <br>
Anyway, this was a good class and you left the yard in a very good mood!
<<endif>><<set _event to random(1,4)>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/PE_chatting{0}.jpg",random(0))]]</div>
<<if _event == 1 or $mainChar.sexStats.vaginal==0>>
You sit on the grass, slacking around. You are not in the mood for working out today. However, it's so boring here~ <br>
Suddenly you notice a classmate, who has been looking at you for some time already. You wink at him, then stand up and, turning around, bends over doing stretches. <br>
After ten seconds, you turn around to see a blushing boy, still watching at your ass. Isn't he cute~
<<elseif _event == 2 and $mainChar.sexStats.vaginal >=1 >>
You spend some time chatting with other girls and talking about boys. What? Laura is not a virgin anymore?! Atta girl~ <br>
They better not know that you had vaginal sex <<print $mainChar.sexStats.vaginal>> time <<if $mainChar.sexStats.vaginal != 1>>s<<endif>>...
<<elseif _event == 3>>
You were running slowly. Very slowly. While everyone else was working hard and looking at you in judgement. <br>
A classmate slapped your butt when he was running by. "Put some goddamn effort into it!.." You showed him your tongue, not speeding up at all.
<<elseif _event == 4>>
You were sitting on a bench, playing your phone, when a teacher comes to you. "Why are you not running, miss <<print $mainChar.lastName>>?" You stared at him for a second, but then give him a charming smile. "Oh, sir, my knee hurts... I'm sorry, but it seems that I can't run today." <br>
He sighs, but goes away from you, whispering something about teens these days.
<<endif>>
<br><br>
<<if random(0,2) is 0>>
As the discussion with your classmates becomes as tedious as the lesson, you think about something lewd to do to pass time.<br><br>
<span id="accept"><<if $mainChar.corruption>=20>><<linkreplace "Tease your teacher.">>
your heart pounds with excitement as you make specific moves aimings to expose yourself. His eyes widen in shock as he sees you, before quickly averting her gaze, pretending not to notice anything. While your classmates remain oblivious and continue their training, your pussy is aching for attention and a delicious wetness begins to seep out. <br> <br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Gym/Teasing{0}.webp",random(3))]]</div><br><br>
<<if random(1) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->PEDetention]]<br><br>
<<set $hour +=1>> <<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $hour +=1>> <<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>><br><br>
<</if>>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "School" "1" "10">>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'><<linkreplace "Dismiss the idea.">>
You quickly dismiss the idea from your mind. The classroom setting is hardly the place for such playfulness, and you wouldn't want to create an awkward situation. Instead, you steer the conversation back with your classmates to the upcoming school event, discussing plans and details with your desk mate. <br>
<<if random(2) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->PEDetention]]<br><br>
<<set $hour +=1>> <<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $hour +=1>> <<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>><br><br>
<</if>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "School" "1" "10">>
<<replace #accept>><</replace>><</linkreplace>></span>
<<else>>
<<if random(2) is 0 or $mainChar.school.detentionSubject != "">>
The bell finally rings out to signal the end of the class. As you finish packing up your belongings and prepare to leave the classroom, your teacher stops you and requests to [[speak with you during the break.->PEDetention]]<br><br>
<<set $hour +=1>> <<set $minute = 50>>
<<else>>
The bell finally rings out to signal the <<link "end of the class.">>
<<set $hour +=1>> <<set $minute = 50>> <<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>><br><br>
<</if>>
<<MainChar_Stats "School" "1" "10">>
<<MainChar_Stats "cleanliness" "-10">> <<MainChar_Stats "energy" "-20">>
<</if>><<if $librarySexScene == "A couple">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/library/library-bg.jpg')]]
@@
<br>
<br>
Not sure what is happening there, you take a couple of steps to the place where two lovebirds are standing. Slowly, you peek from the corner, trying to hide as good as possible. <br>
You see a boy and a girl. The boy is pressing her against the bookshelf, whispering something to her ear. You definitely can hear her soft moans as the boy keeps rubbing her young kitty eagerly, letting lust control his mind. With passion and force, his hand is working on lucky girl’s groin, making her shiver from pleasure and close her eyes in delight. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/library/coupleFingering/coupleFingering' + random(1,3) + '.webp')]]
@@<br>
You decide that it's better to let them be. Just a lusty couple, enjoying each other. You take a step back, exhaling and think about how wet you become just from observing. Someone can use a helping hand right now... <br><br>
<<endif>><<set $makeupOptions = ['No','Basics','Subtle','Cute','Regular', 'Heavy','Goth','Flashy']>>
<<set $makeupOptionsFiltered to $makeupOptions.filter(x => x !== $mainChar.appearance.makeup)>>
Since you have <<print $inventory.cosmetics['Makeup kit'].count>> makeup kits left, you can <<if $mainChar.appearance.makeup is 'No'>> try out <<else>> switch from a <<print $mainChar.appearance.makeup.charAt(0).toLowerCase() + $mainChar.appearance.makeup.slice(1)>> style to a <</if>>
<<set $selectedmakeup to $makeupOptionsFiltered[0]>>
<<if $inventory.cosmetics['Makeup kit'].count > 0>>
<<listbox "$selectedmakeup">>
<<optionsfrom $makeupOptionsFiltered>>
<</listbox>> makeup.
<<done>>
<<script>>
$('#listbox-selectedmakeup').on('change', function () {
var selectedmakeup = State.variables.selectedmakeup;
var urlPath = State.variables.urlPath;
var imageUrl = String.format(urlPath + '/PaperDoll/MainBody/MainBody_' + selectedmakeup + '.png');
$('#DollMainBody').html('<img src="' + imageUrl + '" alt="Doll Makeup">');
if ((selectedmakeup !== 'No' && selectedmakeup !== 'Basics' && selectedmakeup !== 'Subtle' && State.variables.mainChar.corruption<10)
|| (selectedmakeup !== 'No' && selectedmakeup !== 'Basics' && selectedmakeup !== 'Subtle' && selectedmakeup !== 'Cute' && selectedmakeup !== 'Regular' && State.variables.mainChar.corruption<20)
|| ((selectedmakeup === 'Heavy' || selectedmakeup === 'Goth' || selectedmakeup === 'Flashy') && State.variables.mainChar.corruption<30) ){
$('#validation').hide();
$('#corruption').show();
} else {
$('#validation').show();
$('#corruption').hide();
}
});
<</script>>
<</done>>
<div id='corruption' style="display: none;">
You're not daring enough to apply such style of makeup.
</div>
<span id='validation'>
<<linkreplace "[Apply]">><br><br>
@@.secondary-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@
You spend a few minutes applying your makeup, carefully choosing the right tools. Once satisfied with the result, you close your makeup kit.<br>
<<set $minute += 10>>
<<set $mainChar.appearance.makeup = $selectedmakeup>>
<<if _makeupLevel != 'None'>>
<<set $inventory.cosmetics['Makeup kit'].count -= 1>>
@@.minus; -1 Makeup kit @@<br>
<<endif>>
<</linkreplace>>
</span>
<<else>>
Buy makeup kit in Mall to be able to apply makeup
<<endif>>
<<set _months = ["September","October","November","December","January","February","March","April","May","June","July","August"]>>
<<set _dateDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]>>
On a sunlit Saturday morning, the clock on your phone reads 8:00. You find yourself in a new city, sharing an apartment with your parents and brother. As you glance out of the window, the promise of a vibrant day beckons. With a sense of eager anticipation, you stand before the mirror, ready to embrace the adventures this city holds.<br>
<br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/mirror.jpg')]]
@@
<br>
Your name is
<<textbox "$mainChar.firstName" $mainChar.firstName>>.
<br>
You are 18 years old.
[[Edit appearance]]
<br>
<br>
You have a brother named <<textbox "$brother.firstName" $brother.firstName>>.
<br>
<br>
<strong>"SWEETHEART!!!"</strong> <br>
Your step mother's voice rings out from beyond your bedroom door. "Breakfast's almost ready!" You hear the clinking of plates and the enticing aroma of freshly brewed coffee wafting through the air. With a smile, you know it's time to <<link "join your family at the table.">>
<<set $startTime = new Date().getTime()>>
<<goto "Kitchen">>
<</link>><!-- From OLD YM. Some kind of shit I've never looked through -->
<<script>>
window.BasicCharacter = function (config) {
this.firstName = '';
this.lastName = '';
this.age = '';
this.money = 100;
this.corruption = 0;
this.gender = '';
this.beauty = 0;
this.energy = 0;
this.maxEnergy = 100;
this.maxArousal = 100;
this.intellect = 0;
this.intoxication = 0;
this.genitals = '';
this.appearance = {
isBrushed: false,
image: '',
head: {
image: '',
hair: {
color: '',
length: '',
style: '',
modification: '',
},
eyes: {
size: '',
color: '',
lashesSize: '',
},
lips: {
size: '',
color: ''
},
isWearingGlasses: false
},
chest: {
size: 'B',
image: '',
},
body: {
type: 'normal',
image: '',
}
},
Object.keys(config).forEach(function (pn) {
this[pn] = clone(config[pn]);
}, this);
};
BasicCharacter.prototype.clone = function () {
return new BasicCharacter(this);
};
BasicCharacter.prototype.toJSON = function () {
var ownData = {};
Object.keys(this).forEach(function (pn) {
ownData[pn] = clone(this[pn]);
}, this);
return Serial.createReviver(
'new BasicCharacter($ReviveData$)', ownData
);
};
BasicCharacter.prototype.setFirstName = function(firstName) {
if (firstName) {
this.firstName = firstName;
}
};
BasicCharacter.prototype.getFirstName = function() {
return this.firstName;
};
BasicCharacter.prototype.setLastName = function(lastName) {
if (lastName) {
this.lastName = lastName;
}
};
BasicCharacter.prototype.getLastName = function() {
return this.lastName;
};
BasicCharacter.prototype.setAge = function(age) {
if (age > 0) {
this.age = age;
}
};
BasicCharacter.prototype.getAge = function() {
return this.age;
};
BasicCharacter.prototype.increaseCorruption = function(value) {
if (value && value > 0) {
if ((this.corruption + value) > 100) {
this.corruption = 100;
} else {
this.corruption += value;
}
}
};
BasicCharacter.prototype.decreaseCorruption = function(value) {
if (value && value > 0) {
if ((this.corruption - value) < 0) {
this.corruption = 0;
} else {
this.corruption -= value;
}
}
};
BasicCharacter.prototype.setCorruption = function(value) {
if (value && value > 0) {
this.corruption = value;
}
}
BasicCharacter.prototype.getCorruption = function() {
return this.corruption;
};
BasicCharacter.prototype.setGender = function(gender) {
var availableGenders = [
variables().GENDER_MALE,
variables().GENDER_FEMALE,
variables().GENDER_TRANS
];
if (availableGenders.includes(gender)) {
this.gender = gender;
}
};
BasicCharacter.prototype.getGender = function() {
return this.gender;
};
BasicCharacter.prototype.increaseBeauty = function(value) {
if (value && value > 0) {
this.beauty += value;
}
};
BasicCharacter.prototype.decreaseBeauty = function(value) {
if (value && value > 0) {
this.beauty -= value;
}
}
BasicCharacter.prototype.getBeauty = function() {
return this.beauty;
};
BasicCharacter.prototype.increaseEnergy = function(value) {
if ((this.energy + value) > this.maxEnergy) {
this.energy = this.maxEnergy;
}
this.energy += value;
};
BasicCharacter.prototype.decreaseEnergy = function(value) {
if ((this.energy - value) < 0) {
this.energy = 0;
}
this.energy -= value;
};
BasicCharacter.prototype.setEnergy = function(value) {
if (value > this.maxEnergy) {
this.energy = this.maxEnergy;
} else if (value < 0) {
this.energy = 0;
}
this.energy = energy;
};
BasicCharacter.prototype.getEnergy = function() {
return this.energy;
};
BasicCharacter.prototype.increaseMaxEnergy = function(value) {
this.maxEnergy += value;
}
BasicCharacter.prototype.decreaseMaxEnergy = function(value) {
this.maxEnergy -= value;
};
BasicCharacter.prototype.getMaxEnergy = function() {
return this.maxEnergy;
};
BasicCharacter.prototype.increaseIntellect = function(value) {
if (value && value > 0) {
this.intellect += value;
}
}
BasicCharacter.prototype.decreaseIntellect = function(value) {
if (value && value > 0) {
this.intellect -= value;
}
}
BasicCharacter.prototype.setIntellect = function(value) {
this.intellect = value;
}
BasicCharacter.prototype.getIntellect = function() {
return this.intellect;
};
BasicCharacter.prototype.increaseIntoxication = function(value) {
if (value && value > 0) {
this.intoxication += value;
}
}
BasicCharacter.prototype.decreaseIntoxication = function(value) {
if (value && value > 0) {
this.intoxication -= value;
}
}
BasicCharacter.prototype.setIntoxication = function(value) {
this.intoxication = value;
}
BasicCharacter.prototype.getIntoxication = function() {
return this.intoxication;
};
<</script>>
<<set $minute += 20>>
<<set _possibleComments = []>>
<<if $brother.currentLocation != "Living room">>
<<set _possibleComments.push(0)>>
<<set _possibleComments.push(1)>>
<<set _possibleComments.push(2)>>
<<else>>
<<set _possibleComments.push(0)>>
<<set _possibleComments.push(1)>>
<<set _possibleComments.push(2)>>
<<set _possibleComments.push(3)>>
<</if>>
<<if $dad.currentLocation != "Living room">>
<<set _possibleComments = _possibleComments.filter(function(value) { return value !== 1; })>>
<</if>>
<<if $mom.currentLocation != "Living room">>
<<set _possibleComments = _possibleComments.filter(function(value) { return value !== 2; })>>
<</if>>
<<if _possibleComments.length > 1>>
<<set _possibleComments = _possibleComments.filter(function(value) { return value !== 0; })>>
<</if>>
<<set _watchPorn = _possibleComments[Math.floor(Math.random() * _possibleComments.length)]>>
<<if _possibleComments.length > 1>>
<<set _watchPorn to 4>>
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/laptop/masturbate/'+either("BDSM" , "Group" , "Milfs" , "Lesbians", "Straight") + random(6) + '.webp', random(0,3))]]
@@<br>
<<if _watchPorn is 4>>
Feeling a sudden urge to shake things up, you grab the remote and quickly change the channel to a porn movie. The screen fills with explicit images and sounds, and the room falls silent for a moment, every eyes locked on you. <br><br>
<<if $mom.relationship <20 and $mom.currentLocation is "Living room">>
Your mother's eyes widen in shock and disgust. "What the hell are you doing $mainChar.firstName?" she exclaims, her voice sharp and angry. <br>
<<elseif $mom.relationship <60 and $mom.currentLocation is "Living room">>
Your mother's eyes widen slightly, but she says nothing. She shifts uncomfortably in her seat, her cheeks flushing a slight pink. She glances at the screen, her breath coming a bit faster, but she doesn't make a move to stop it. Instead, she looks away, her expression a mix of curiosity and mild excitement.<br>
<<elseif $mom.relationship >=60 and $mom.currentLocation is "Living room">>
Your mother's eyes widen slightly, but instead of anger or disapproval, you see a hint of a smile playing on her lips. She glances at you, giving you a subtle wink before turning her attention back to the screen, her cheeks flushing a slight pink.<br>
<</if>>
<<if $dad.relationship <20 and $dad.currentLocation is "Living room">>
Your father looks at you with a mix of shock and disapproval."This is completely inappropriate. Turn it off immediately." He shakes his head in disappointment, his eyes filled with a cold, judgmental stare.<br>
<<elseif $dad.relationship <60 and $dad.currentLocation is "Living room">>
Your father looks at the screen, his eyes lingering for a moment before he clears his throat and looks away. He doesn't say anything, but you can see a slight flush on his cheeks and a glint in his eyes. He shifts in his seat, trying to act nonchalant, but you can sense a subtle tension in his body.<br>
<<elseif $dad.relationship >=60 and $dad.currentLocation is "Living room">>
Your father looks at the screen, his eyes lingering for a moment. He doesn't say anything, but you notice a slight nod of approval and a smirk that he tries to hide.<br>
<</if>>
<<if $brother.relationship <20 and $brother.currentLocation is "Living room">>
"Seriously? What is wrong with you?" your brother says, his voice laced with contempt. "You're sick."<br>
<<elseif $brother.relationship <60 and $brother.currentLocation is "Living room">>
Your brother glances at you, a smile playing on his lips that he tries to hide. He leans back in his seat, his body language relaxed but attentive, clearly enjoying the unexpected turn of events.<br>
<<elseif $brother.relationship >=60 and $brother.currentLocation is "Living room">>
Your brother glances at you, a mischievous smile spreading across his face, and gives you a playful nudge with his elbow. He leans back in his seat, his body language relaxed but attentive, clearly enjoying the unexpected turn of events.<br>
<</if>><br>
<<if $mom.relationship <= 20 or $dad.relationship <= 20 or $brother.relationship <= 20>>
"I'm sorry," you mutter, your voice barely audible. You can feel the weight of the disapproval, and it stings more than you expected. You slump back into the couch, your eyes downcast, feeling a deep sense of shame and isolation. You quickly grab the remote and [[change the channel ->Watch TV]] back to something more appropriate, your heart pounding in your chest.<br><br>
<<else>>
As the room falls silent, you can't help but feel a rush of excitement and amusement. You glance around, taking in the subtle reactions of your family members. You lean back into the couch, a playful smirk on your lips. You can feel the shared thrill in the air, the unspoken acknowledgment that this is a taboo moment they're all secretly enjoying. <br><br>
You decide to [[let the scene play out,->Watch porn]] a bit longer, savoring the rare moment of collective excitement before finally [[changing the channel ->Watch TV]] with a satisfied grin.<br><br>
<</if>>
<<if $mom.relationship <20>>
<<MainChar_Stats "mom" "-1">>
<<else>>
<<MainChar_Stats "mom" "1" "30">>
<</if>>
<<if $dad.relationship <20>>
<<MainChar_Stats "dad" "-1">>
<<else>>
<<MainChar_Stats "dad" "1" "30">>
<</if>>
<<if $brother.relationship <20>>
<<MainChar_Stats "brother" "-1">>
<<else>>
<<MainChar_Stats "brother" "1" "30">>
<</if>>
<<MainChar_Stats "corruption" "1" "40">>
<</if>>
<<if _watchPorn is 0>>
<<if $mainChar.arousal >= 50>>
You've found a particularly enticing porno, and the action unfolding before you is sending waves of excitement through your body. Your breath comes in quick, shallow gasps as you watch the actors on screen, their movements raw and passionate. You can feel your heart racing, your body responding to the visual stimulation. The thought of being alone in the living room, with the freedom to indulge in your desires, is incredibly tempting.<br><br>
The realization that you're alone settles in, accompanied by the quiet reminder that no one would notice if you switched from watching to [[playing with yourself.->Masturbate_sofa]]<br>
However, you can also switch to [[another porn channel,->Watch porn]] or perhaps go back to the [[classic channels. ->Watch TV]]<br><br>
<<elseif $mainChar.arousal < 50>>
You're a bit bored by the show, you can look for [[another porn channel->Watch porn]], or perhaps go back to the [[classic channels. ->Watch TV]]<br><br>
<</if>>
<</if>>
<<set _forcedfuck to random(3)>>
<<if _watchPorn is 3>>
<<if $brother.relationship <=20>>
You decide to break the monotony and reach for the remote, quickly changing the channel to a porn scene. Your brother's reaction is immediate and harsh. "What the hell are you doing?" he snaps, his voice cold and angry. You shrink back, feeling a mix of embarrassment and defiance. "I was just trying to liven things up," you mutter, your voice barely audible. Your brother's expression reveals his clear disapproval of your choice. He grabs the remote from your hand and quickly [[change the channel ->Watch TV]] back to something innocuous. <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "brother" "-1">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $brother.relationship <=40>>
You decide to spice things up and reach for the remote, changing the channel to a porn scene. Your brother's eyes widen in surprise, and he shifts uncomfortably in his seat. "Uh, what are you doing?" he asks, his voice a mix of embarrassment and curiosity. You can see the slight flush on his cheeks, the way his eyes linger on the screen a moment longer than necessary. You smile mischievously, leaning back into the couch. "Just thought we could use a little excitement," you say, your voice playful. "Don't you think it's kind of hot?"<br><br>
He clears his throat, trying to hide his growing excitement. "I mean, yeah, but... it's a little weird watching this with you," he admits, his voice soft. But he doesn't change the channel, his eyes remaining glued to the screen, his body language betraying his interest. You both watch the scene unfold, the tension in the room building, the unspoken attraction between you growing stronger. As soon as the scene ends, your brother grabs the remote and [[change the channel ->Watch TV]] back to something innocuous. <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "intellect" "-1">>
<<elseif _forcedfuck is 0 and $brother.relationship >= 50 and $mainChar.corruption>=70>>
You decide to reach for the remote, changing the channel to a porn scene. Your brother looks over at you, a dark, dominant smile spreading across his face. "Well, well, well," he says, his voice low and commanding. "Looks like someone is feeling naughty today." You look up at him, a mix of submission and excitement in your eyes. "Yes, big bro," you reply, your voice soft and obedient. "I thought you might enjoy it." He leans back, his eyes never leaving the screen. "Oh, I do enjoy it," he says, his voice laced with dominance. "But you know what would make it even better?"<br><br>
You look up at him, your eyes wide with anticipation. "What?" you ask, your voice breathy. He turns to you, his voice a low growl. "If you were on your knees, servicing me like the good pet you are, while I watch the movie." You blush, feeling a rush of humiliation and excitement. "I... I can do that," you murmur, before [[he grabs your hair.->Fuck sofa][$couchfuck = "brother"]]<br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $brother.relationship <60>>
You decide to spice things up and reach for the remote, changing the channel to a porn scene that you think he'll appreciate. Your brother's eyes light up with excitement, and he leans forward, a grin spreading across his face. "Wow, that's hot," he says, his voice filled with enthusiasm. You smile, feeling a sense of satisfaction at his reaction. "I thought you might enjoy it," you say, your voice playful. "It's always more fun to watch together, right?" <br><br>
He nods eagerly, his eyes glued to the screen. "Absolutely. This is perfect." You both watch the scene unfold, the tension in the room building, the shared excitement growing stronger. You can feel the heat between you, the unspoken attraction, and the mutual enjoyment of the moment. It's a bonding experience, one that brings you closer together, knowing that you both appreciate the same things.<br><br>
Watching him getting closer to you, it may be time to <<linkreplace "make a move.">>make a move. You lean in closer to him, your hand gently resting on his thigh. You can feel the tension in his muscles, the heat radiating from his body. You begin to slowly trace patterns on his leg, your touch light and teasing.He looks down at your hand, his breath hitching slightly. "What are you doing?" he asks, his voice a mix of curiosity and excitement. <br><br>
You look up at him, a mischievous smile on your lips. "Just thought we could make this even more fun," you say, your voice low and seductive. You move your hand higher, feeling his body respond to your touch. He leans in, his lips capturing yours in a passionate kiss. You can feel the intensity of his desire, the hunger in his touch. He pulls you closer, his hands roaming over your body, exploring every curve and contour. You break the kiss, your breath coming in quick gasps, and begin to [[undress him.->Fuck sofa][$couchfuck = "brother"]]<br><br>
<<replace #actions>><</replace>><</linkreplace>>
<span id='actions'>
However, you can also switch to [[another porn channel,->Watch porn]] or perhaps go back to the [[classic ones.->Watch TV]]<br>
Obviously, you can also [[get up ->Living room]] and do something else.<br><br></span>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $brother.relationship >=60>>
You decide to reach for the remote, changing the channel to a porn scene. Your brother looks over at you, a dark, dominant smile spreading across his face. "Well, well, well," he says, his voice low and commanding. "Looks like someone is feeling naughty today." You look up at him, a mix of submission and excitement in your eyes. "Yes, big bro," you reply, your voice soft and obedient. "I thought you might enjoy it."<br><br>
He leans back, his eyes never leaving the screen. "Oh, I do enjoy it," he says, his voice laced with dominance. "But you know what would make it even better?" You look up at him, your eyes wide with anticipation. "What?" you ask, your voice breathy. He turns to you, his voice a low growl. "If you were on your knees, sucking my cock while we watch. Show me what a good little slut you are."<br><br>
You can [[fulfill your role->Fuck sofa][$couchfuck = "brother"]] as his obedient little sister. <br>
However, you can also switch to [[another porn channel,->Watch porn]] or perhaps go back to the [[classic ones.->Watch TV][$brother.relationship -= 1]]<br>
Obviously, you can also [[get up ->Living room][$brother.relationship -= 1]] and do something else.<br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "intellect" "-1">>
<</if>> <</if>>
<<if _watchPorn is 1>>
<<if $dad.relationship <=20>>
The show you're watching is boring, so you decide to change the channel. As you flip through the options, you land on a pornographic scene, the sounds of moans and heavy breathing filling the room. Your father's reaction is immediate and harsh. "What the hell are you doing?" he snaps, his voice cold and angry. He reaches for the remote, quickly changing the channel back to something more appropriate. "That's disgusting. Don't ever do that again." You shrink back, feeling a mix of embarrassment and resentment. "Sorry," you mutter, your voice small. The tension in the room is thick, and you can feel his disapproval weighing heavily on you. You both sit in uncomfortable silence, [[watching a channel ->Watch TV]] that is way more innocuous. <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $dad.relationship <=40>>
You're sitting on the couch with your father, enjoying a quiet moment together. The show you're watching isn't holding your interest, so you decide to change the channel. As you flip through the options, you land on a porn scene, the sounds of moans and heavy breathing filling the room. Your father's reaction is a mix of surprise and embarrassment. "Oh, uh, that's... not what I expected," he says, his voice slightly shaky. You can see the flush in his cheeks, the way his eyes linger on the screen just a moment longer than necessary. <br><br>
You look at him, a mischievous smile playing on your lips. "It's just a bit of fun, Dad," you say, your voice teasing. "No harm in watching, right?" He clears his throat, trying to regain his composure. "Well, maybe we should find something else," he says, his voice still a bit unsteady. But you can see the excitement in his eyes, the way his body is responding to the scene on the screen. As soon as the scene ends, your dad grabs the remote and [[change the channel ->Watch TV]] back to something innocuous. <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "intellect" "-1">>
<<elseif _forcedfuck is 0 and $dad.relationship >= 50 and $mainChar.corruption>=70>>
You're sitting on the couch with your father, enjoying a quiet moment together. The show you're watching isn't holding your interest, so you decide to change the channel. As you flip through the options, you land on a porn scene, the sounds of moans and heavy breathing filling the room. Your father's reaction is immediate and intense. His eyes darken with a mix of excitement and dominance. "Well, well, well," he says, his voice a low growl. "Looks like someone's feeling very naughty tonight." You look up at him, a playful smile on your face. "Just trying to spice things up, Daddy," you say, your voice soft and submissive. <br><br>
He leans in closer, his presence commanding. "You know what happens to naughty little girls, don't you?" he says, his voice filled with a dark promise. You nod, your eyes wide with a mix of excitement and fear. "Yes, Daddy," you say, your voice breathy. He stands up, his movements deliberate and dominant. "Then you know what's coming," he says, his voice a low growl. He reaches down, his hands gripping your arms, [[pulling you to your feet. ->Fuck sofa][$couchfuck = "dad"]]<br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $dad.relationship <60>>
You're sitting on the couch with your father, the television casting a soft glow over the room. The show you're watching is boring, so you decide to change the channel. As you flip through the options, you land on a pornographic scene, the sounds of moans and heavy breathing filling the room. Your father's reaction is immediate and excited. "Oh, wow," he says, his voice filled with surprise and pleasure. His eyes are glued to the screen, his breath coming faster. "This is... this is good stuff." You look at him, a playful smile on your face. "You like it, Dad?" you ask, your voice teasing. "I thought you might."<br><br>
He nods, his eyes never leaving the screen. "Yeah, this is definitely my type," he says, his voice husky with excitement. Watching him getting closer to you, it may be time to <<linkreplace "make a move.">>make a move. Seeing his reaction, you decide to take things a step further. You lean in closer, your hand gently resting on his thigh. "You know, Dad," you say, your voice soft and seductive, "I could make you feel even better. If you let me."<br><br>
He looks at you, his eyes filled with a mix of surprise and desire. "What do you mean?" he asks, his voice breathy. You lean in even closer, your lips brushing against his ear. "I could suck you off, Daddy," you whisper. "Make you feel really good." You kiss his lips and begin to [[undress him.->Fuck sofa][$couchfuck = "dad"]]<br><br>
<<replace #actions>><</replace>><</linkreplace>>
<span id='actions'>
However, you can also switch to [[another porn channel,->Watch porn]] or perhaps go back to the [[classic ones.->Watch TV]]<br>
Obviously, you can also [[get up ->Living room]] and do something else.<br><br></span>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $dad.relationship >=60>>
You're sitting on the couch with your father, enjoying a quiet moment together. The show you're watching isn't holding your interest, so you decide to change the channel. As you flip through the options, you land on a porn scene, the sounds of moans and heavy breathing filling the room. Your father looks at you, a mix of surprise and approval in his eyes. "Well, well, well," he says, his voice warm and dominant. "Looks like someone's feeling a bit naughty tonight." You look up at him, a playful smile on your face. "Just trying to spice things up, Daddy," you say, your voice soft and submissive.<br><br>
He leans back, his arm wrapping around your shoulders, pulling you closer. "You know, little one," he says, his voice a low growl, "Daddy likes it when you're naughty. But you have to be a good girl too." You nod, your eyes wide with excitement. "Yes, Daddy," you say, your voice breathy. "I'll be a good girl for you." He smiles, his eyes filled with affection and dominance. "That's my good girl," he says, his voice warm. "Now, let's watch this together, okay?" <br><br>
You snuggle closer to him, feeling a mix of contentment and excitement. You both watch the scene, his arm around you, his presence comforting and dominant. You feel safe and loved, knowing that you're his little girl, and he's your daddy.<br>
You can [[fulfill your role->Fuck sofa][$couchfuck = "dad"]] as his devoted little girl. <br>
However, you can also switch to [[another porn channel,->Watch porn]] or perhaps go back to the [[classic ones.->Watch TV][$dad.relationship -= 1]]<br>
Obviously, you can also [[get up ->Living room][$dad.relationship -= 1]] and do something else.<br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<</if>>
<<if _watchPorn is 2>>
<<if $mom.relationship <=20>>
Deciding to shake things up, you grab the remote and change the channel, landing on a porn scene. Your mother's eyes widen in shock and disgust. "What the hell are you doing?" she snaps, her voice sharp and accusatory. "Turn that off right now!" You feel a mix of defiance and embarrassment, but you comply, quickly changing the channel back to something more innocuous. <br><br>
The room falls silent again, the tension even thicker than before. Your mother shoots you a disapproving look before turning her attention back to the TV, her expression stern and unyielding. You both sit in uncomfortable silence, [[watching a channel ->Watch TV]] that is way more family-friendly. <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "mom" "-1">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $mom.relationship <=40>>
On a whim, you grab the remote and change the channel, landing on a porn scene. Your mother's eyes widen in surprise, and she lets out a nervous laugh. "Oh, wow," she says, her voice a mix of embarrassment and excitement. "That's... unexpected." You glance at her, noticing the slight flush on her cheeks and the way her eyes linger on the screen. "Sorry, Mom," you say, your voice playful. "I thought it might be... interesting." <br><br>
She shifts uncomfortably, but you can see the spark of curiosity in her eyes. "Well, it's certainly... educational," she says, her voice breathy. You both watch for a moment longer, the air filled with a mix of tension and excitement. As soon as the scene ends, your mother grabs the remote and [[change the channel ->Watch TV]] back to something innocuous. <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "mom" "1" "30">>
<<MainChar_Stats "intellect" "-1">>
<<elseif _forcedfuck is 0 and $mom.relationship >= 50 and $mainChar.corruption>=70>>
You're sitting on the couch with your mother, enjoying a cozy moment together. The atmosphere is warm and playful, and you feel a deep sense of connection with her. On a whim, you grab the remote and change the channel, landing on a porn scene. Your mother's eyes widen in surprise, but she quickly recovers, a dark, intense look crossing her face. "Oh, my little baby," she says, her voice filled with a mix of affection and something more sinister. "What are you watching there?" You look up at her, your eyes wide with feigned innocence. "I just wanted to see what the grown-ups watch, Mommy," you say, your voice taking on a childlike quality. "Is it bad?"<br><br>
She smiles, but there's a predatory gleam in her eyes. "No, sweetie, it's not bad. It's just... something Mommy wants to show you." She moves closer, her hand gently stroking your cheek before trailing down your body. "Good girls need to learn, don't they?" she says, her voice filled with dark intent. "They need to learn how to please Mommy." Before you can react, she [[pushes you down onto the couch, ->Fuck sofa][$couchfuck = "mom"]]<br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $mom.relationship <60>>
On a whim, you grab the remote and change the channel, landing on a porn scene that you think she'll appreciate. Your mother's eyes widen in surprise, but you can see the immediate spark of excitement in her gaze. "Oh, my," she says, her voice breathy. "That's... quite the choice." You glance at her, noticing the way her eyes are glued to the screen, her breath coming in quick, shallow gasps. "I thought you might like it," you say, your voice sultry. "It's your type, isn't it?" She nods, her eyes never leaving the screen. "Yes, it is," she murmurs, her voice filled with desire.<br><br>
Watching her getting closer to you, it may be time to <<linkreplace "make a move.">>make a move. Seeing your opportunity, you lean in closer, your hand gently resting on her thigh. "You know, Mom," you say, your voice low and seductive. "Watching this is making me feel... really turned on. Maybe you could help me with that?" She looks at you, her eyes filled with a mix of surprise and desire. "What do you mean?" she asks, her voice breathy. You kiss her lips and begin to [[undress her.->Fuck sofa][$couchfuck = "mom"]]<br><br>
<<replace #actions>><</replace>><</linkreplace>>
<span id='actions'>
However, you can also switch to [[another porn channel,->Watch porn]] or perhaps go back to the [[classic ones.->Watch TV]]<br>
Obviously, you can also [[get up ->Living room]] and do something else.<br><br></span>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "mom" "1" "30">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $mom.relationship >=60>>
On a whim, you grab the remote and change the channel, landing on a porn scene. Your mother's eyes widen in surprise, but she quickly recovers, a playful smile spreading across her face. "Oh, my little baby," she coos, her voice filled with affection and a hint of mischief. "What are you watching there?" You look up at her, your eyes wide with feigned innocence. "I just wanted to see what the grown-ups watch, Mommy," you say, your voice taking on a childlike quality.<br><br>
She smiles, her eyes sparkling with excitement. She leans in, her voice a low whisper. "Mommy can show you some special tricks, if you want." You can [[fulfill your role->Fuck sofa][$couchfuck = "mom"]] as her little girl. <br>
However, you can also switch to [[another porn channel,->Watch porn]] or perhaps go back to the [[classic ones.->Watch TV][$mom.relationship -= 1]]<br>
Obviously, you can also [[get up ->Living room][$mom.relationship -= 1]] and do something else.<br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<</if>>
<<MainChar_Stats "arousal" "20">><<set $minute += 10>>
You slip your hand into your pants, feeling the warmth of your own touch as your fingers find their way to your wet and eager pussy. You begin to stroke yourself, your breath coming in short, ragged gasps as you watch the erotic scenes unfold on the screen. The thrill of the moment is heightened by the knowledge that your brother or a parent could walk in at any moment. The risk of being caught adds an extra layer of intensity to your pleasure. You can feel the wetness pooling beneath you, creating a slick, warm puddle on the couch cushions. Your fingers move faster, dipping in and out of your soaked folds, spreading your juices with each stroke.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Masturbation/masturbation{0}.webp', random(6))]]@@<br>
You're completely lost in the moment, your body tensing as you edge closer to climax. The thought of being discovered, caught in such a compromising position, only serves to heighten your arousal. Every slight noise from the house makes you pause, your ears straining to listen for any sign of someone approaching. <br><br>
<<if $inventory.has('SexShopItems','Dildo')>>
<<linkreplace "Use your dildo.">>
Suddenly, you pause, realizing that you need more. You quickly stand up, your heart pounding in your chest, and hurry to your room to grab your dildo. The anticipation builds as you rush back to the couch, the dildo clutched tightly in your hand.<br><br>
You settle back onto the couch, your legs spread wide, and position the dildo at your entrance. You take a deep breath and slowly push it inside, feeling the satisfying fullness as it fills you. You begin to move it in and out, the sounds of your own wetness and the slapping of the dildo against your skin feeling the room.
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Masturbation/dildo{0}.webp', random(3))]]@@<br>
<</linkreplace>>
<</if>>
You bite your lip, trying to stifle your moans as you reach the peak of your pleasure. Your body shudders with release, your fingers coated in your own juices. As you come down from your high, you glance around nervously, hoping that no one has heard or seen you. The couch is now marked with the evidence of your secret pleasure, a reminder of the thrilling and risky moment you just experienced. You attempt to regain your composure, lying on the couch, dampened by your sweat and fluids, before [[getting up. ->Living room]]<br><br>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "+40">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">><<set $minute += 30>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/livingroom/reading.jpg")]]
@@
Nestled comfortably in the living room, you find solace near the window. The soft glow of natural light spills onto the pages of your book as you lose yourself in its world. Outside, the world carries on its rhythm, but in this quiet corner, time seems to slow down. The gentle rustling of leaves and distant sounds of the city form a soothing backdrop to your literary journey.<br><br>
<<if gaussian($mainChar.attractiveness,20)>=30 and $mainChar.corruption>=60 and $hour <22 and $hour >=8>>
<<set _test to either("brother","dad")>>
<<else>>
<<set _test to "">>
<</if>>
<<if _test is "brother" and $brother.relationship>=40 and $brother.currentLocation != "School">>
Suddenly, you hear footsteps next to you. It's your brother. You notice a bulge in his pants and he seems to want something from you.<br>
"Hey sis! Can you help me out? I'm really hard right now," he says, his eyes locked onto yours.<br><br>
<span id="full_agree"><<if $mainChar.arousal >=20>> You're <<linkreplace "thrilled with the request" >> thrilled with the request. Without hesitation, you nod, understanding the unspoken dynamic between you. "Yes, of course," you reply with excitement.<br><br>
He steps closer, his presence dominant and commanding. You stand up, placing your book on the windowsill, and turn to face him. He guides you to the window, pressing your body against the cool glass. The risk of being seen by passersby adds an extra layer of thrill and danger to the moment. You can feel the chill of the glass against your skin, contrasting with the heat of his body behind you. He quickly unzips his pants, freeing his hard cock, and positions himself at your entrance. "Spread your legs," he orders, his voice firm and authoritative.<br><br>
You comply, spreading your legs wider, opening yourself up to him. He enters you with a single, powerful thrust, filling you completely. You bite your lip to stifle a moan, the sensation overwhelming. You can feel the intensity of his dominance, and you submit willingly, your body responding to his every command. The risk of being seen by strangers only heightens the excitement, and you feel a mix of pleasure and vulnerability. You're in plain sight, visible to anyone in the street, but you don't really care. The only thing that matter is your brother's dick pushing inside you.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Window/Window_Fuck{0}.webp', random(0,6))]]@@ <br>
As he increases his pace, you can feel the heat building between your legs. The thrill of the forbidden act and the risk of being discovered add to the intensity of your pleasure. You clench your muscles, feeling the warmth spread through you as your brother continues to fuck you against the window. Suddenly, he pulls out and commands, "Get on your knees."<br><br>
You quickly comply, dropping to your knees in front of him. He takes his cock in his hand and positions it at your mouth. You open wide, ready to receive him. With a final thrust, he releases, his hot cum filling your mouth. You swallow, feeling the warmth spread through you. The sensation is overwhelming, and you have to fight to keep your composure as he finishes, his body shuddering in front of you. <br><br>
<br>Your brother finally come in your mouth<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Fuck/Couch_Finish_Male{0}.webp', random(0,7))]]@@
<br>
He steps back and looks at you. "Thanks sis.". You're covered by your brother's cum. You wipe your mouth, your cheeks flushed with a mix of pleasure and submission. You take your clothes and run to the [[bathroom->Bathroom]] hoping no one will see you on the way.<br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "arousal" "50">>
<<replace "#small_agree">><<replace #disagree>><</replace>><</replace>><</linkreplace>><br><</if>></span>
<span id="small_agree"><<if $mainChar.arousal <70>> Nod, even though you <<linkreplace "don't really care.">>don't really care.
<br>
You glance up from your book, a mix of indifference and understanding in your eyes. "Sure," you reply, barely looking at him. You shift slightly, spreading your legs just enough to give him access. Your brother starts to undress you, even though you don't seem interested at all by what he's doing. He quickly unzips his pants and positions himself behind you. He guides his cock to your entrance and pushes inside, a soft gasp escaping your lips before you return your focus to your book. <br><br>
You continue to read, your eyes scanning the pages as if nothing out of the ordinary is happening. The sensation of him moving inside you is a distant sensation, something you acknowledge but don't fully engage with. The room is filled with the soft sounds of his thrusts and the occasional rustle of the pages as you turn them.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Window/Reading_Fuck{0}.webp', random(0,5))]]@@ <br>
He increases his pace, his breath coming in short, ragged gasps. Suddenly, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You clench your muscles slightly, feeling the warmth spread through you, but you don't react. He pulls out, adjusts his pants, and leaves the room with a simple "Thanks sis!"<br> <br>
You continue to read, your legs still slightly spread, feeling the wetness between your thighs. The sensation of your brother's cum dripping from your pussy is a distant reminder of what just happened, but you remain engrossed in your book, as if nothing has changed. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Window/Creampie{0}.webp', random(0,3))]]@@
<br>
You take your clothes, dress up, and continue to read<br><br>
<<if $hour <=22 and $hour >=6>>
[[Continue reading.->Reading]]<br><</if>>
[[Take a break ->Living room]]<br><br>
<<HaveASexWidget "vaginal" "brother" "inass">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "arousal" "30">>
<<replace "#full_agree">><<replace #disagree>><</replace>><</replace>><</linkreplace>><br><</if>></span>
<span id="disagree"> <<linkreplace "Refuse his proposal.">>Refuse his proposal.<br>
"Oh... Well i'll be in my room then...". Your brother leaves you.<br><br>
<<if $hour <=22 and $hour >=6>>
[[Continue reading.->Reading]]<br><</if>>
[[Take a break ->Living room]]
<<MainChar_Stats "brother" "-1">>
<<replace "#full_agree">><</replace>><<replace "#small_agree">><</replace>><</linkreplace>><br></span>
<<elseif _test is "dad" and $dad.relationship >= 40 and $dad.currentLocation != "Work">>
Suddenly, you hear footsteps next to you. It's your dad. You notice a bulge in his pants and he seems to want something from you.<br>
"Can you help me out, sweetheart?" he asks, his voice deep and authoritative. "I'm feeling a bit... uncomfortable."<br><br>
<span id="full_agree"><<if $mainChar.arousal>=20>> You're <<linkreplace "thrilled with the request" >> thrilled with the request. You close your book instantly with a big smile on your face. You adopt a childlike demeanor, batting your eyelashes and speaking in a soft, innocent voice. "Of course, Daddy. I'll take care of you."<br><br>
He approaches you, his eyes filled with desire and dominance. You stand up, your heart racing as he guides you to the window. He presses you against the glass, the cool surface contrasting with the heat of your body. You can feel the eyes of passersby on you, adding an extra layer of thrill to the moment. You let out a soft gasp, feeling a mix of excitement and vulnerability. He unzips his pants, freeing his hard cock, and positions himself behind you. You feel him enter you, the sensation intense and overwhelming.<br><br>
"Oh, Daddy," you moan softly, playing the role of the obedient and nymphomaniac daughter. "You feel so good inside me." He begins to thrust, his hands gripping your hips tightly. The sound of flesh against flesh fills the room, blending with the distant noises of the street outside. You can see people walking by, some glancing up at the window, and the thrill of being watched only heightens your arousal. You continue to speak in a childlike voice, encouraging him. "Yes, Daddy, fuck me harder. I love it when you take care of me like this."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Window/Window_Fuck{0}.webp', random(0,6))]]@@ <br>
He increases his pace, his breath coming in short, ragged gasps. You can feel the heat building between your legs, your body responding to his every movement. The risk of being seen adds an extra layer of intensity to the moment, and you revel in the taboo and excitement. Suddenly, he pulls out and guides you to your knees in front of him. You look up at him, your eyes wide and innocent, as he takes his cock in his hand and strokes it. You open your mouth, ready to receive him.<br><br>
<br>Your brother finally come in your mouth<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Fuck/Couch_Finish_Male{0}.webp', random(0,7))]]@@
<br>With a final thrust, he releases, his hot cum shooting into your mouth. You close your eyes, feeling the warmth and the taste of him. You swallow, taking all of him in, your body shuddering with the intensity of the moment. He looks down at you, a mix of satisfaction and pride in his eyes. "Good girl," he says, his voice filled with warmth. "You always take such good care of Daddy." You take your clothes and run to the [[bathroom->Bathroom]] hoping no one will see you on the way.<br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "arousal" "50">>
<<replace "#small_agree">><<replace #disagree>><</replace>><</replace>><</linkreplace>><br><</if>></span>
<span id="small_agree"><<if $mainChar.arousal <70>> Nod, even though you <<linkreplace "don't really care.">>don't really care.
<br><br>
"Can you help me out?" he asks, his voice low and gruff. You glance up from your book, noticing the bulge in his pants. You shrug nonchalantly, not particularly interested but willing to oblige. "Sure, whatever," you reply, your voice indifferent. You spread your legs slightly, allowing him access while keeping your eyes fixed on the pages of your book. He unzips his pants and positions himself behind you.<br><br>
You feel him enter you, the sensation familiar but not particularly exciting. You continue to read, your mind focused on the words in front of you rather than the act taking place. He begins to thrust, his movements rhythmic and steady, but you remain detached, turning the pages of your book as if nothing is happening.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Window/Reading_Fuck{0}.webp', random(0,5))]]@@
After a while, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You barely react, continuing to read as if nothing has changed. He pulls out, zips up his pants, and leaves the room without a word. You remain seated by the window, your book still open, your legs slightly spread. You can feel the warmth of his cum dripping out of you, a reminder of the act that just took place. But you don't let it bother you. You continue to read, your mind focused on the story, your body relaxed and unconcerned. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Window/Creampie{0}.webp', random(0,3))]]@@
<br>
You take your clothes, dress up, and continue like if nothing happened<br><br>
<<if $hour <=22 and $hour >=6>>
[[Continue reading.->Reading]]<br><</if>>
[[Take a break ->Living room]]<br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "arousal" "30">>
<<replace "#full_agree">><<replace #disagree>><</replace>><</replace>><</linkreplace>><br><</if>></span>
<span id="disagree"> <<linkreplace "Refuse his proposal.">>Refuse his proposal.<br>
"Oh... Well i'll talk to your mom then...". Your father leaves the room.<br><br>
<<MainChar_Stats "dad" "-1">>
<<if $hour <=22 and $hour >=6>>
[[Continue reading.->Reading]]<br><</if>>
[[Take a break ->Living room]]
<<replace "#full_agree">><</replace>><<replace "#small_agree">><</replace>><</linkreplace>><br></span>
<<else>>
<<if $hour <=22 and $hour >=6>>
[[Continue reading.->Reading]]<br><</if>>
[[Take a break. ->Living room]]<br><br>
<<MainChar_Stats "energy" "+10">>
<<MainChar_Stats "intellect" "+1">>
<</if>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/cooking.jpg")]] @@
<<set $food_quality to gaussian($mainChar.cooking,25)/10>>
<<set $minute += 40>>
<<if $cooking_type is "family">>
<<if $food_quality < 3>>
You place the dish on the dining table, trying to hide your disappointment. Your family gathers around, eager to try your latest culinary effort. As they take their first bites, you see the looks on their faces—polite smiles that don't quite reach their eyes. "It's... interesting," your mom says diplomatically. Your dad nods, but you can see he's not enjoying it. You end up throwing away half of it, feeling a bit embarrassed. The meal doesn't do much to restore your energy, and you can't help but feel like you've let everyone down. You promise to do better next time as you [[clear the table->Kitchen][$minute += 20]] and start washing the dishes. <br><br>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $food_quality > 7>>
You place the dish on the dining table, and your family's eyes light up as they take in the aroma. As they take their first bites, compliments start pouring in. "This is amazing!" your mom exclaims. Your dad nods in agreement, his mouth full. Your siblings are equally enthusiastic, praising your cooking skills. The meal is not only delicious but also nutritious, leaving everyone feeling satisfied and energized. You bask in the praise, feeling a deep sense of accomplishment. You help clear the table and wash the dishes, feeling proud and content. You [[continue with your day,->Kitchen][$minute += 20]] knowing you've provided a wonderful meal for your family.<br><br>
<<MainChar_Stats "brother" "2" "30">>
<<MainChar_Stats "mom" "2" "30">>
<<MainChar_Stats "dad" "2" "30">>
<<MainChar_Stats "energy" "50">>
<<else>>
You set the dish on the table, and your family digs in. There are no rave reviews, but no complaints either. "It's good," your brother says with a shrug. Your parents nod in agreement, eating quietly. The meal is unremarkable, but it's enough to satisfy everyone's hunger. You feel a sense of contentment, knowing that you've provided a decent meal for your family. You help clear the table and wash the dishes, feeling neither proud nor disappointed, just content, and [[continue your day.->Kitchen][$minute += 20]]<br><br>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "mom" "1" "30">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "energy" "35">>
<</if>>
<<else>>
<<if $food_quality < 3>>
You stand in the kitchen, looking down at the dish you've just prepared. The aroma is off, and the texture looks all wrong. You take a tentative bite, and your suspicions are confirmed—it's not good. With a sigh, you scrape half of it into the trash, feeling a pang of disappointment. You force yourself to eat the rest, but it does little to satisfy your hunger or restore your energy. You clean up the kitchen, feeling a bit deflated, and [[leave the kitchen.->Living room][$minute += 20]]<br><br>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "cleanliness" "-15">>
<<elseif $food_quality > 7>>
You sit down at the kitchen table, looking at the dish you've prepared with a sense of pride. The aroma is enticing, and the first bite confirms your hopes—it's delicious. You savor every mouthful, feeling a surge of energy and satisfaction with each bite. The meal is not only tasty but also nutritious, leaving you feeling rejuvenated and ready to [[move on with your day.->Kitchen][$minute += 20]] You clean up the kitchen with a smile, proud of your culinary success.<br><br>
<<MainChar_Stats "energy" "50">>
<<MainChar_Stats "cleanliness" "-5">>
<<else>>
You sit down at the kitchen table, looking at the dish you've prepared. It's not spectacular, but it's not bad either. You take a bite, and it's just... okay. You eat the whole thing, feeling neither satisfied nor disappointed. It's a meal, and it does the job of filling your stomach, but it doesn't leave you feeling particularly energized or inspired. You clean up the kitchen and [[move on with your day,->Kitchen][$minute += 20]] knowing that at least you won't go hungry.<br><br>
<<MainChar_Stats "energy" "35">>
<<MainChar_Stats "cleanliness" "-10">>
<</if>>
<</if>> <<set $minute += 20>>
<<if $Cooking_sex is "brother">>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_Teasing{0}.webp", random(0,3))]] @@<br>
<<if $brother.relationship <=60>>
You start by brushing against him, your touch casual yet deliberate. You lean over the counter, making sure to accentuate your curves, your body language inviting his gaze. As you chop vegetables, you make sure to lean in close, your breath warm on his ear. "You know, I've always thought cooking together was kind of intimate," you whisper, your voice low and suggestive. <br><br>
<<else>>
You decide to use the dynamic between you and your brother to add a little extra heat to your cooking session. You start by being extra attentive, your eyes downcast as you ask, "Should I cut them like this?" you ask, your voice soft and compliant. You can feel his gaze on you, approving and hungry. You lean over the counter, making sure to accentuate your curves, submitting to his gaze. As you work, you find small ways to serve him, to show your submission. You reach up to get something from the top shelf, asking for his permission first. "May I?" you ask, your voice breathy. You can feel his body against yours as he helps you, his strength enveloping you.<br><br>
<</if>>
<<if $brother.relationship >= 20>>
He appears to be responding positively to your advances as you can see a noticeable bulge forming in his trousers. <br>
<<MainChar_Stats "arousal" "10">>
<<if ($brother.relationship >= 40) and ($mainChar.corruption >= 60) and $mainChar.energy>=30>>
Maybe you can push it even further ? <br><br>
<<linkreplace "Let him fuck you.">>
<<if $brother.relationship >=60>>
"Bend over the counter," he orders, his voice leaving no room for argument. You obey immediately, your heart pounding with a mix of excitement and nervousness. He stands behind you, his hands rough and demanding as they grip your hips. You can feel his breath on your neck, his voice a low growl. "You like this, don't you? Being treated like a cheap whore? Being bent over like a piece of meat." he murmurs, his words sending a shiver down your spine. You nod, your voice barely a whisper, "Yes, bro. I love it."<br><br>
The sound of his body slapping against yours fills the kitchen, his hand coming down hard on your ass, the sting making you cry out. He grips your hips tightly, his fingers digging into your flesh as he thrusts into you, hard and deep. You bite your lip, trying to stay silent. Your parents are somewhere in the apartment, and the thrill of being caught only heightens your arousal. "You better not make a sound, you little whore," he whispers harshly, his voice laced with cruel amusement. "You don't want Mom and Dad to know what a dirty little slut you are, do you?"<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_fuck{0}.webp", random(3))]] @@ <br>
You shake your head, your breath coming in quick gasps. The violence of his thrusts, the brutal way he handles you, it's all too much, and yet not enough. The thrill of the forbidden act and the risk of being discovered add to the intensity of your pleasure. With a final, brutal thrust, he comes, filling you with his hot release. You gasp softly, your body shuddering with the force of his climax. He pulls out, leaving you bent over the counter, panting and spent. <br><br>
You take a moment to catch your breath, your body still trembling with the aftershocks of your own pleasure. You turn to face him, your eyes downcast in respect. "Thank you," you murmur, your voice soft and grateful. He looks at you, a smirk playing on his lips, satisfied with his conquest. "Clean yourself up," he orders, his voice still firm but with a hint of dismissal. "And don't forget to finish the cooking." With that, he turns and leaves the kitchen, leaving you alone to gather yourself. You straighten up slowly, your body aching but sated. You feel used, thoroughly and completely, and there's a strange sense of fulfillment in that.<br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<else>>
He turns you to face him, his eyes dark with desire and dominance. You can see the question in his eyes, and you nod, your consent silent but clear. He lifts you onto the counter, his body pressing against yours. You can feel his heat, his need, and you wrap your legs around him, pulling him closer. He leans in, his voice a low growl in your ear. "You're mine, little sister," he murmurs, the forbidden words sending a thrill through you. "You're going to be a good girl and do what I say, aren't you?" You nod, your breath hitching as he begins to move against you. "Yes bro... please... take your little sister's pussy." You can feel his hardness, his urgency, and you open yourself to him, your body ready and willing. He slides into you, and you have to bite your lip to keep from crying out.<br><br>
"Shh, little sister," he whispers, his voice a mix of command and caution. "We don't want Mom and Dad to hear, do we?" The reminder of their presence somewhere in the apartment sends a wave of nervous excitement through you. You shake your head, your eyes wide with submission and desire. He begins to move, his thrusts slow and deep, his body controlling yours. You cling to him, your fingers digging into his shoulders as you try to keep quiet, to obey his command. "You feel so good, little sister," he murmurs, his voice rough in your ear. "So tight, so mine." You can't help but respond, your body moving with his, your breath coming in soft gasps. "Yes, big brother," you whisper, the words feeling dirty and exciting on your lips. "I'm yours, all yours."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_fuck{0}.webp", random(3))]] @@ <br>
As your brother continues to move against you, his body tense and his breath ragged, you feel him reach his climax. He presses deep into you, his release pulsing hot and intense. You can feel him filling you, marking you as his, and you cling to him, your body shaking with the intensity of the moment. He stays there for a moment, his forehead pressed against yours, his breath slowly returning to normal. <br><br>
Then, gently, he pulls away, helping you down from the counter. You can feel his seed, warm and sticky, between your thighs, a secret reminder of what just happened. "Clean up and finish cooking," he orders softly, his voice still firm but with a hint of tenderness. You nod, your eyes downcast, as you grab a cloth to clean yourself up quickly.<br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<</if>>
<</linkreplace>>
<</if>>
<<else>>
Unfortunately, he doesn't seem to care about your teasing. <br><br>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<</if>>
<</if>>
<<if $Cooking_sex is "dad">>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_Teasing{0}.webp", random(0,3))]] @@
<<if $brother.relationship <=60>>
You start by brushing against him, your touch casual yet deliberate. You lean over the counter, making sure to accentuate your curves, your body language inviting his gaze. As you chop vegetables, you make sure to lean in close, your breath warm on his ear. "You know, I've always thought cooking together was kind of intimate," you whisper, your voice low and suggestive.
<<else>>
You decide to use the dynamic between you and your dad to add a little extra heat to your cooking session. You start by leaning over the counter, making sure to accentuate your curves as you reach for a mixing bowl. You glance back at him, batting your eyelashes innocently, but with a hint of mischief in your eyes. "Daddy, can you help me with this?" you ask, your voice taking on a sweet, childlike tone. "I can't seem to get it right."<br><br>
He looks up from the recipe book, his eyes meeting yours with a mix of amusement and curiosity. You take the opportunity to brush against him as you move around the kitchen, your touch lingering just a moment longer than necessary. You bend down to check the oven, making sure to give him a clear view of your assets.
<</if>>
<<if $dad.relationship >= 20>>
He appears to be responding positively to your advances as you can see a noticeable bulge forming in his trousers. <br>
<<MainChar_Stats "arousal" "10">><br>
<<if ($dad.relationship >= 40) and ($mainChar.corruption >= 60) and $mainChar.energy>=30>>
Maybe you can push it even further ? <br>
<<linkreplace "Let's fuck.">>
<<if $dad.relationship >=60>>
Your blood runs hot with adrenaline as you take it further. "Daddy, I think you need some help," you say, your voice barely above a whisper. You reach down, gently caressing his crotch, feeling the hardness beneath his pants. "Let me take care of you, Daddy," you say, your voice taking on a childlike tone. "I want to make you feel good." You quickly clear a space on the kitchen counter, pushing aside the ingredients and utensils. You hop up onto the counter, spreading your legs wide, inviting him in. He playfully teases you, his words laced with innuendo. "Daddy loves it when you're so eager to please."<br><br>
He steps between your legs, his hands gripping your hips tightly. You let out a soft moan as he enters you, the sensation intense and overwhelming. "Oh, Daddy," you whisper. "You feel so good inside me." He begins to thrust, his body moving in a steady rhythm. The sound of flesh against flesh fills the kitchen, blending with the distant noises of the rest of the family. You can feel the heat building between your legs, your body responding to his every movement.
His hips thrust against yours as you tilt your pelvis and guide him into your wet pussy. You gasp in pleasure as the forbidden depths of your pussy are explored by your father's thick cock, fucking him in the kitchen while your oblivious family remains just steps away.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_fuck{0}.webp", random(3))]] @@ <br>
He increases his pace, his breath coming in short, ragged gasps. The risk of being caught adds an extra layer of intensity to the moment, and you revel in the taboo and excitement. As your dad reaches his climax, he tenses, filling you with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to bite your lip to keep from crying out.<br><br>
He pulls out slowly, his body shuddering against yours. You look up at him, your eyes filled with a mix of satisfaction and innocence. "Thank you, Daddy," you say, your voice soft and sweet. "I love taking care of you." He smiles, a look of pride and satisfaction on his face. "You're a good girl, sweetheart," he says, his voice filled with warmth. As you adjust your clothes, you feel a sense of accomplishment and connection. The kitchen may have been the setting for your secret encounter, but the bond between you and your dad remains strong and unbroken.<br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "dad" "+2">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "+50">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-20">>
<<else>>
He moves close, his body pressing against yours, and you can feel the dominance radiating from him. You know what he wants, what he expects, and you are ready to submit to his desires. He lifts you onto the counter, his hands rough and demanding on your hips. "We have to be quiet," he warns, his voice a low growl. "Your mother is here, and we don't want her to hear, do we?" You shake your head, your breath hitching as he begins to undress you, his movements swift and efficient. You can feel his urgency, his need, and it matches your own. He slides into you, and you have to bite your lip to keep from crying out. <br><br>
"Shh, little girl," he reminds you, his voice firm. "Good girls don't make a sound." You wrap your legs around him, pulling him closer as he begins to move. His thrusts are hard and deep, his body controlling yours completely. You cling to him, your fingers digging into his back as you try to keep quiet, to obey his command. "You feel so good, little girl," he murmurs, his voice rough in your ear. "So tight, so perfect for Daddy." You can't help but respond, your body moving with his, your breath coming in soft gasps. "Yes, Daddy," you whisper, the words feeling dirty and thrilling on your lips. "I'm yours, all yours."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_fuck{0}.webp", random(3))]] @@ <br>
As you cling to your father, your body still trembling from the intensity of your shared climax, he holds you tightly, his breath ragged in your ear. He stays inside you for a moment longer, his release warm and pulsing within you, before slowly pulling away. You can feel his semen dripping down your thighs, a physical reminder of his claim on you. He looks into your eyes, a mix of satisfaction and dominance in his gaze. "Good girl," he murmurs, his voice soft but firm. "Now, let's finish what we started."<br><br>
You nod, your cheeks flushed with a mix of embarrassment and pleasure as you slide off the counter, your legs slightly unsteady. He hands you your clothes, and you quickly dress, feeling his semen soak into your panties, a secret you'll keep between the two of you. You know that what you've done is taboo, forbidden, but there's a part of you that craves more, that wants to please him, to be his good girl.<br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<</if>>
<</linkreplace>>
<</if>>
<<else>>
Unfortunately, your dad doesn't seem to care about your teasing. <br><br>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<</if>>
<</if>>
<br>
<<if $Cooking_sex is "mom">>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_Teasing{0}.webp", random(0,1))]] @@
<<if $mom.relationship <=60>>
You start by brushing against him, your touch casual yet deliberate. You lean over the counter, making sure to accentuate your curves, your body language inviting his gaze. As you chop vegetables, you make sure to lean in close, your breath warm on his ear. "You know, I've always thought cooking together was kind of intimate," you whisper, your voice low and suggestive. <br><br>
<<else>>
You decide to use the dynamic between you and your brother to add a little extra heat to your cooking session. You start by being extra attentive, your eyes downcast as you ask, "Should I cut them like this?" you ask, your voice soft and compliant. You can feel his gaze on you, approving and hungry. You lean over the counter, making sure to accentuate your curves, submitting to his gaze. As you work, you find small ways to serve him, to show your submission. You reach up to get something from the top shelf, asking for his permission first. "May I?" you ask, your voice breathy. You can feel his body against yours as he helps you, his strength enveloping you.<br><br>
<</if>>
<<if $mom.relationship >= 20>>
She appears to be responding positively to your advances as blushes under your gaze. <br>
<<MainChar_Stats "arousal" "10">>
<<if ($mom.relationship >= 40) and ($mainChar.corruption >= 60) and $mainChar.energy>=30>>
Maybe you can push it even further ? <br>
<<linkreplace "Let's fuck.">>
<<if $mom.relationship >=60>>
Your blood runs hot with adrenaline as you take it further, slipping your hand inside your mom's panties to caress her already-wet pussy. She looks down at you, a mix of surprise and desire in her eyes. "What are you doing, sweetie?" she asks, her voice barely above a whisper. You smile up at her, your eyes filled with a playful innocence. "Just showing you how much I love you, Mommy," you say, your voice soft and sweet.<br><br>
She moans softly, her breath coming in short, ragged gasps. "Oh, sweetie, that feels so good," she whispers, her voice filled with desire. Shivering with pleasure, she grabs your hand to force your fingers deeper in her while her hips thrust against yours. Suddenly, she pulls away, her eyes filled with a mix of desire and determination. She kneels down in front of you, her hands gripping your hips tightly. You let out a soft gasp as she exposes your bare pussy to her hungry gaze.<br><br>
She leans in, her tongue finding its way to your clit. The sensation is immediate and intense, filling your senses. You have to bite your lip to keep from crying out as she begins to lick you, her tongue moving in slow, deliberate circles. The sounds of wet, slurping noises fill the room, blending with the distant voices of your family. You grip the countertop, trying to keep your movements subtle and discreet. The risk of being caught only heightens the intensity of the moment, and you feel a mix of pleasure and taboo as she continues to lick you. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_fuck_lesbian{0}.webp", random(0,3))]] @@ <br>
Your breath comes in short, ragged gasps, and you can feel the heat building between your legs. As you reach your climax, you have to bite your lip harder to keep from moaning out loud. The sensation is overwhelming, and you revel in the secret, shared moment with your mother, fully immersed in the taboo act. As you come down from your high, you look down at her, your eyes filled with a mix of satisfaction and innocence. "Thank you, Mommy," you say, your voice soft and sweet. "I love you so much."<br><br>
She smiles up at you, a look of pride and satisfaction on her face. "You're my good little girl, sweetie," she says, her voice filled with warmth. As you adjust your clothes, you can't help but feel a sense of connection and intimacy with your mother, knowing that this secret moment will forever be a part of your shared history.<br><br>
<<HaveASexWidget "masturbated" "mom" >>
<<MainChar_Stats "mom" "+2">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "+50">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-20">>
<<else>>
Your blood runs hot with adrenaline as you take it further, slipping your hand inside your mom's panties to caress her already-wet pussy. She looks down at you, a mix of surprise and desire in her eyes. "What are you doing, sweetie?" she asks, her voice barely above a whisper. You smile up at her, your eyes filled with a playful innocence. "Just showing you how much I love you, Mommy," you say, your voice soft and sweet.<br><br>
You approach her from behind, wrapping your arms around her waist, pulling her close. She leans into your embrace, her body fitting perfectly against yours. You can feel her surprise, her initial tension, but she doesn't pull away. You take that as encouragement, your hands beginning to explore her body, your touch gentle but insistent. "Mom," you murmur, your voice soft in her ear. "You're so beautiful. I can't help but want to touch you." You feel her breath hitch, her body responding to your words, your touch. You guide her to the kitchen counter, your hands on her hips, turning her to face away from you. You press gently on her back, encouraging her to bend over the counter. She complies, her body trembling slightly with nervous excitement.<br><br>
"Oh, sweetheart," she murmurs, her voice soft and breathy. "You shouldn't... we shouldn't..." But her words trail off as you hit a particularly sensitive spot, her body betraying her hesitation. You kneel behind her, your tongue moving from her clit to her ass, your touch gentle but firm. You can feel her body responding, her moans becoming more insistent, her need growing. She reaches back, her hand gently caressing your cheek. "My sweet girl," she says, her voice barely a whisper. "Shh, Mom," you remind her, your voice a soft command. "We don't want Dad and brother to hear, do we?" The reminder of their presence sends a thrill through you both, the forbidden nature of your actions heightening your arousal.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cooking/Cooking_fuck_lesbian{0}.webp", random(0,3))]] @@ <br>
She nods, her body tensing as you continue to pleasure her. She moans softly, her body pressing back against you. "Oh, baby girl," she whispers. You can feel her climax building, her body pressing back against you, her moans becoming more urgent. You hold onto her, your touch steady, your desire to please her overwhelming. And as she comes, her cry of release muffled against her arm, you know that you've crossed a line, that you've explored a connection that is both taboo and exhilarating.<br><br>
<<HaveASexWidget "masturbated" "mom" >>
<<MainChar_Stats "mom" "+2">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "+50">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-20">>
<</if>>
<</linkreplace>>
<</if>>
<<else>>
Unfortunately, she doesn't seem to care about your teasing. <br><br>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<</if>>
<</if>>
<br>
[[Finish cooking]]<<set $mainChar.did_dishes to $dayCount>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Dishes/Dishes_naked.webp")]] @@
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Dishes/Dishes_clothed.webp")]] @@
<</if>>
<br><br>
The sink is filled with dishes, each holding memories of the delightful moments shared around the table. As you roll up your sleeves and begin scrubbing, the warm water and soap form a comforting rhythm.<br><br>
The clinking of plates and the gentle sound of water splashing provide a backdrop to your thoughts. There's a certain meditative quality to the task – a chance to reflect on the day and let your mind wander.<br><br>
<<if random(1) is 0 and $brother.currentLocation != "School" and $dad.currentLocation != "Work" and $mom.currentLocation != "Work">>
<<set _event to random(2)>>
<<else>>
<<set _event to 3>>
<</if>>
<<if _event is 0>>
<<if $mom.relationship >= 50 and $mainChar.corruption >= 70>><<set _forced to random(0,1)>><</if>>
<<if _forced is 0>>
After few minutes, you hear footstep behind you. "There's my little girl," she coos, her voice soft and nurturing. She approaches you, her eyes filled with warmth and affection. You look up at her, a smile spreading across your face. Unexpectedly, she moves closer, grabs your ass and <<linkreplace "starts kissing you.">>starts kissing you.<br><br>
You gasp softly, a mix of surprise and excitement washing over you. She kneels down in front of you, her eyes locked onto yours with a look of desire and tenderness. "Let me take care of you, my little one," she whispers, her voice barely above a murmur. Before you can respond, she leans in, her tongue finding its way to your pussy. You let out a soft moan, your body responding instantly to her touch. "Oh, Mommy," you whisper, your voice filled with a mix of pleasure and innocence. "That feels so good."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Dishes/Dishes_lesbian{0}.webp",random(1))]] @@ <br>
She continues to pleasure you, her tongue moving in rhythmic motions that send waves of pleasure coursing through your body. You can feel yourself getting closer to the edge, your breath coming in short, ragged gasps. Suddenly, you reach your climax, your body shuddering with release. You let out a soft cry, your juices gushing out, coating her face and the floor beneath you. The sensation is intense and overwhelming, and you have to grip the sink tightly to keep from collapsing.<br><br>
As you come down from your high, your mother stands up, her face flushed and her eyes filled with satisfaction. She smiles at you, a look of pride and love on her face. "There you go, my little one," she says, her voice soft and nurturing. "All better now."
You take a deep breath, trying to regain your composure. "Thank you, Mommy," you say, your voice filled with gratitude and affection. You adjust your clothes, and [[turn back to the sink.->Kitchen]]<br><br>
<<HaveASexWidget "masturbated" "mom">><br>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<set $minute += 30>>
<</linkreplace>>
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
Suddenly, the door to the kitchen swings open, and your mother walks in. She freezes in the doorway, her eyes widening in surprise as she takes in the sight of you standing there, in your revealing attire.
<<if $mom.relationship <=20>>
Your mother's face darkens with anger and disapproval. "What the hell are you doing?" she snaps, her voice sharp and accusatory. "Why are you dressed like that in the kitchen?" You turn to face her, feeling a mix of embarrassment and defiance. "I... I was just doing the dishes," you stammer, trying to find the right words. She scoffs, her eyes narrowing. "Put some proper clothes on, for God's sake. Have you no shame?" Her voice is laced with contempt. With that, she turns and leaves the room, leaving you feeling chastised and ashamed. <br><br> [[Finish up and put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "mom" "-1">>
<<set $minute += 15>>
<<elseif $mom.relationship <=60>>
Your mother's eyes widen in surprise, but there's a spark of curiosity and excitement in her gaze. "Well, well, look at you," she says, her voice teasing. "What's the occasion?" You turn to face her, a playful smile spreading across your face. "I just felt like being comfortable," you say, your voice light. "Is that a problem?" She laughs, a sound filled with amusement and a hint of desire. "No problem at all. In fact, it's quite... intriguing." <br><br>
She steps closer, her eyes roaming over your body. "But you know, you shouldn't be walking around like this. Someone might see you." She winks at you before turning to leave the room, leaving you with a mix of excitement and anticipation. <br><br> [[Finish up and put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "mom" "1" "30">>
<<set $minute += 15>>
<<else>>
Your mother's face lights up with a wide, loving smile. "There's my little baby," she coos, her voice filled with affection and a hint of mischief. "What are you doing all dressed up like that in the kitchen?" You turn to face her, your eyes wide with feigned innocence. "I was just doing the dishes, Mommy," you say, your voice soft and childlike. She laughs, a sound filled with warmth and desire. "You're such a good girl, helping Mommy with the chores. But you know, you shouldn't be walking around like this. Someone might see you and get the wrong idea."<br><br>
You pout, feeling a mix of excitement and playfulness. "But Mommy, I like being comfortable. It feels good." She leans in, pressing a soft kiss to your forehead. "That's my good girl. Now, finish your chores, and maybe Mommy will have a special treat for you later." With that, she turns and leaves the room, leaving you with a sense of warmth and anticipation.<br><br>[[Finish up and put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "mom" "1" "30">>
<<set $minute += 15>>
<</if>>
<<else>>
As you stand at the sink, diligently washing the dishes, your mother enters the kitchen. A smile forms on her face as she observes your efforts, and she warmly expresses her gratitude, <br><br>"Thank you for taking care of the dishes, dear." The appreciation in her tone brings a sense of accomplishment to your task.<br><br>[[Finish up and put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "mom" "1" "30">>
<<set $minute += 15>>
<</if>>
<<elseif _event is 1>>
<<if $brother.relationship >= 50 and $mainChar.corruption >= 70>><<set _forced to random(0,1)>><</if>>
<<if _forced is 0>>
After few minutes, you hear footstep behind you. It's your brother entering the kitchen, his presence commanding and dominant. You feel a shiver run down your spine as he approaches you, his eyes filled with a mix of desire and authority. Without a word, he grabs you by the neck, his grip firm and unyielding. You let out a soft gasp, feeling a mix of excitement and fear. He forces you to <<linkreplace "bend over the counter.">>bend over the counter.<br><br>
You can feel the heat of his body behind you as he lifts your skirt, exposing your bare ass. The sound of his zipper being pulled down fills the room, and you brace yourself for what's to come. He enters you roughly, his cock filling you with a sudden, intense sensation. You bite your lip to stifle a moan, feeling the force of his thrusts as he takes control. The sound of flesh against flesh echoes through the kitchen, blending with the distant noises of your family in the other room. <br><br>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Dishes/Dishes_fuck{0}.webp", random(2,4))]] @@
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Dishes/Dishes_fuck{0}.webp", random(0,4))]] @@<</if>>
<br>
You revel in the brutality of the moment, feeling a mix of pleasure and submission. His grip on your neck tightens, and you can feel his breath hot against your ear. "You like it rough, don't you?" he growls, his voice filled with dominance. You nod, unable to speak, your body responding to his every movement. He increases his pace, his thrusts becoming more forceful and intense. You can feel the heat building between your legs, your body on the edge of climax.<br><br>
Suddenly, he pulls out and turns you around, forcing you to your knees. He grabs your hair, guiding your mouth to his cock. You take him in, your lips and tongue working in rhythm as he fucks your mouth with the same brutality. He tenses, and you feel him release, his hot cum filling your mouth. You swallow, feeling a mix of satisfaction and submission. He pulls out, his breath coming in short, ragged gasps.<br><br>
Without a word, he zips up his pants and leaves the kitchen, leaving you to gather your thoughts. You take a deep breath, trying to regain your composure. After a few minutes, you adjust your clothes, wiping your mouth with the back of your hand, and turn back to the sink. Taking a deep breath, you [[finish up cleaning dishes.->Kitchen]]<br><br>
<<HaveASexWidget "vaginal" "brother">><br>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<set $minute += 30>>
<</linkreplace>><br><br>
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
Suddenly, the door to the kitchen swings open, and your brother walks in. He freezes in the doorway, his eyes widening in surprise as he takes in the sight of you standing there, in your revealing attire.
<<if $brother.relationship <=20>>
Your brother's face darkens with anger and disapproval."What the hell are you doing?" he snaps, his voice sharp with anger. "You can't just walk around like that!" You turn to face him, your expression defiant. "I can do whatever I want," you retort, your voice steady. He scoffs, shaking his head. "Put some clothes on. You look ridiculous," he mutters, turning to leave the room. You watch him go, feeling a mix of anger and frustration. The tension between you is palpable, and you can't help but feel a sense of distance and hostility. You turn back to the sink, and [[put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "brother" "-2">>
<<set $minute += 15>>
<<elseif $brother.relationship <=60>>
"Uh, hey," he says, his voice tentative. "What are you... I mean, why are you dressed like that?" You turn to face him, a playful smile on your face. "Just felt like it," you say, your voice light. "It's comfortable, and it makes doing the dishes a little more fun." He looks at you, a mix of curiosity and timidity in his eyes. "Yeah, I guess," he says, his voice soft. "It's just... different. But you look... nice." You laugh, feeling a sense of warmth and connection. "Thanks," you say, your voice genuine. "You know, you could join me. Make the chores go by faster."<br><br>
He smiles, a hint of excitement in his eyes. "Maybe next time," he says, his voice playful. "I'll just enjoy the view for now." You turn back to the sink, feeling a sense of contentment and closeness. The moment is light and playful, and you can't help but feel grateful for the good relationship you share.<br><br> [[Finish up and put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "brother" "1" "40">>
<<set $minute += 15>>
<<else>>
"Well, well, well," he says, his voice low and commanding. "Look what we have here. My little sister, all dressed up for me." You turn to face him, a mischievous grin on your face. "Just for you, big brother," you say, your voice sultry. "I know how much you like to see me like this." He steps closer, his eyes roaming over your body, taking in every detail. "You know, you look good," he says, his voice filled with dominance. "But you look even better on your knees." You feel a rush of excitement and submission, your body responding to his words. "Sure, bro," you say, your voice breathy. "Whatever you say."<br><br>
You turn back to the sink, your mind racing with thoughts of what's to come, the dishes forgotten for a moment as you bask in the thrill of his dominance. You gather your mind and [[Finish up with dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "brother" "1" "30">>
<<set $minute += 15>>
<</if>>
<<else>>
"Well, well, well," he says, his voice teasing. "Look who's playing housewife today." You turn to face him, a mock-annoyed expression on your face. "Very funny," you retort, your voice light. "Someone has to keep this place clean, you know." He laughs, stepping closer to lean against the counter. "Yeah, yeah, I know. But it's just too easy to tease you when you're doing something so... domestic."<br><br>
You roll your eyes, but you can't help the smile that tugs at the corners of your mouth. "Whatever," you say, turning back to the sink. "At least I'm doing something productive."<br><br>[[Finish up and put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "brother" "1" "30">>
<<set $minute += 15>>
<</if>>
<<elseif _event is 2>>
<<if $dad.relationship >= 50 and $mainChar.corruption >= 70>> <<set _forced to random(0,1)>> <</if>>
<<if _forced is 0>>
After few minutes, you hear footstep behind you. Your father enters the room, his presence commanding and authoritative. You look up at him, a mix of excitement and nervousness washing over you. "Hey, Daddy," you say, your voice soft and childlike. "Do you need something?"<br><br>
He approaches you, his eyes filled with desire and dominance. "Yes." he says, while begining to caress your breasts, his hands firm and confident. You let out a soft gasp, feeling a rush of pleasure and anticipation. He moves his hands lower, squeezing your ass and then slipping a hand between your legs, caressing your pussy through your clothes. You understand what he wants, and you are more than willing to give it to him. "Do you want me to help you feel better, Daddy?" you ask, your voice filled with a mix of innocence and desire. "You can have my pussy if you want." He nods, his eyes filled with a combination of lust and approval. He turns you around and<<linkreplace "forces you against the counter.">>forces you against the counter.<br><br>
He positions himself at your entrance, and you feel him push inside you, filling you completely. "Oh, Daddy," you whisper, "my pussy loves you." He increases his pace, his breath coming in short, ragged gasps. The thrill of the moment is heightened by the taboo nature of your relationship, and you revel in the intensity of the act. <br><br>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Dishes/Dishes_fuck{0}.webp", random(2,4))]] @@
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Dishes/Dishes_fuck{0}.webp", random(0,4))]] @@<</if>>
<br>
You can feel yourself getting closer to climax, your body tensing with pleasure. You continue to speak in a childlike voice, encouraging him. "Yes, Daddy, fuck me harder. I love it when you take care of me like this." Suddenly, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to bite your lip to keep from crying out. He smiles, a look of pride and satisfaction on his face. "You're a good girl, sweetheart," he says, his voice filled with warmth. After a few minutes, you collect your thoughts, regain composure, grab your clothes, and [[finish up cleaning dishes.->Kitchen]]<br><br>
<<HaveASexWidget "vaginal" "dad">><br>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<set $minute += 30>>
<</linkreplace>><br><br>
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
As you scrub a particularly stubborn plate, you hear the door creak open. You glance over your shoulder to see your father entering the kitchen. His eyes widen in surprise as he takes in your state of undress.
<<if $brother.relationship <=20>>
Your father's expression darkens as he sees you. "What the hell are you doing?" he snaps, his voice sharp with disapproval. "Put some clothes on, for God's sake." You turn to face him, a defiant look in your eyes. "I'm just doing the dishes," you retort, your voice cool. "What's the big deal?" He shakes his head, his expression stern. "This is inappropriate. You can't just walk around like this. Have some respect for yourself."<br><br>
You roll your eyes, turning back to the sink. "Whatever," you mutter under your breath, feeling a mix of frustration and resentment. The tension between you is palpable, and you can't help but feel a sense of distance and hostility. You go back to your chores and [[put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "dad" "-1">>
<<set $minute += 15>>
<<elseif $mom.relationship <=60>>
Your father pauses, his eyes lingering on your exposed skin. "Uh, what are you wearing?" he asks, his voice a mix of curiosity and concern. "Or rather, not wearing?" You turn to face him, a playful smile on your face. "Just something comfortable," you say, your voice light. "It's hot in here, and I thought I'd cool off a bit." He looks at you, a flash of excitement and perturbation in his eyes. "Well, it's... it's certainly a look," he says, his voice slightly strained. "Just make sure you don't catch a cold."<br><br>
You laugh, turning back to the sink. "Don't worry, Dad. I'm tougher than I look." You continue washing the dishes, feeling a mix of amusement and satisfaction at his reaction. The dynamic between you is playful and comfortable, even if there's a hint of underlying tension.<br><br> [[Finish up and put away the clean dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "dad" "1" "40">>
<<set $minute += 15>>
<<else>>
Your father's eyes soften as he sees you, a warm smile spreading across his face. "There's my little girl," he says, his voice filled with affection and a hint of mischief. "Looking as beautiful as ever." You turn to face him, a wide, innocent smile on your face. "Hi, Daddy," you say, your voice soft and childlike. "I'm just doing the dishes." He walks over, standing behind you, his hands gently resting on your shoulders. "You know, you look so cute like this," he murmurs, his voice low and husky. "Daddy's little girl, all grown up." You lean back against him, feeling a rush of excitement and contentment. "Thank you, Daddy," you say, your voice breathy. "I like making you happy."<br><br>
He leans down, his breath hot against your ear. "You always make Daddy happy, baby girl," he whispers, his voice laced with desire. "You're the best little girl a daddy could ask for." You continue washing the dishes, feeling a mix of pride and excitement. The bond between you is strong and intimate, filled with love and a deep, mutual understanding. You know that no matter what, your daddy will always be there for you, guiding and protecting you.<br><br>
[[Finish up with dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "dad" "1" "40">>
<<set $minute += 15>>
<</if>>
<<else>>
As you finish washing the last plate, you hear the door creak open. You glance over your shoulder to see your father entering the kitchen. He pauses, taking in the scene, and a warm smile spreads across his face. "Hey there," he says, his voice gentle. "Thanks for doing the dishes. It's really appreciated." You turn to face him, returning his smile. "No problem, Dad," you reply, your voice light. "I figured I'd help out a bit. It's the least I can do." You turn back to the sink and [[finish up.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "dad" "1" "40">>
<<set $minute += 15>>
<</if>>
<<else>>
[[Finish up with dishes.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-10">>
<<set $minute += 15>>
<</if>><<if $kitchenEating is "breakfast">>
<<set $minute += 15>>
<<else>>
<<set $minute += 40>>
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/Kitchen/Eating/kitchenEating_"+ $kitchenEating + ".jpg")]]
@@<br>
<<include "Cloth level">>
<<SeeCumOnPcWidget 'home'>>
<<if $mainChar.appearance.makeup is "Ruined">>
As you take your place, you can feel the weight of their gazes on you, particularly your mother's. Your makeup is smudged and running, a clear sign that something is amiss. Your mother looks at you with concern, her voice tinged with that familiar infantilizing tone. "Sweetheart, what happened to your face? You look like you've been through a war." You freeze for a moment, your mind racing to come up with a plausible explanation. "Oh, um, I just had a rough night," you stammer, avoiding her gaze. "I must have forgotten to wash my face before bed."<br><br>
<</if>>
<<if $mainChar.appearance.isCombed != true and $mainChar.appearance.makeup is "None">>
As you reach for a plate, your mother pauses and looks at you, her eyes narrowing slightly. "Sweetie, you haven't brushed your hair or put on any makeup yet," she says, her voice gentle but with a hint of disapproval. "You're such a beautiful girl, but you need to take better care of yourself. It's important to always look your best."
You feel a twinge of annoyance but try to keep your voice neutral. "I was just going to do it after eating, Mom," you reply.
<<elseif $mainChar.appearance.isCombed != true>>
As you reach for a plate, your mother pauses and looks at you, her eyes narrowing slightly. "Sweetie, you haven't brushed your hair yet," she says, her voice gentle but with a hint of disapproval. "You know how important it is to look presentable, even at home." You feel a twinge of annoyance but try to keep your voice neutral. "I was just going to do it after eating, Mom," you reply, reaching for your glass.<br><br>
<<elseif $mainChar.appearance.makeup is "None">>
As you reach for a plate, your mother pauses and looks at you, her eyes narrowing slightly. "Honey, you forgot to put on your makeup," she comments, her tone soft yet laced with a touch of criticism. "It's always nice to look put together, even at home." You pause, feeling a small spark of irritation, but you try to keep your composure. "I planned to do it later, Mom," you respond.<br><br>
<</if>>
<<set _comment to random(2)>>
<<if $kitchenEating == "breakfast">>
<<if _comment is 0>>
The breakfast table is a hub of activity as you and your family enjoy a hearty meal before starting the day. Your mom is busy packing lunches, while your dad is checking his work emails on his laptop. Your brother is already halfway through his cereal, his backpack ready by the door. "Did you finish your math homework?" your mom asks, looking at your brother. <br>
He nods, "Yeah, it was pretty easy this time." Your dad glances up from his laptop, "And how about you? Did you finish that history project?" You swallow a bite of your toast before replying, "Almost done. I just need to add a few more details tonight." Your mom smiles, "Good, I'm glad you're both staying on top of your schoolwork."
<<elseif _comment is 1>>
The breakfast table is filled with the comforting sounds of clinking silverware and the hum of conversation. Your mom is pouring herself a second cup of coffee, while your dad is discussing the latest news with your brother. "Have you guys thought about what you want to do for summer vacation?" your mom asks, looking at you and your brother. Your brother shrugs, "I don't know, maybe go to the beach or something." <br>
Your dad nods, "The beach sounds nice. We could rent a house for a week." You chime in, "Or we could go camping. I've always wanted to try that." Your mom smiles, "Camping could be fun. We'll have to look into it. Maybe we can do both—a week at the beach and a weekend camping." Your brother grins, "Sounds like a plan. As long as we get to do something fun." You nod in agreement, "Definitely. Summer can't come soon enough."
<<else>>
You're sitting at the breakfast table with your parents and your brother, the aroma of fresh coffee and pancakes filling the air. Your brother is scrolling through his phone, occasionally glancing up to join the conversation. "So, what are everyone's plans for the next weekend?" your mom asks, looking up from her magazine. Your dad shrugs, "I was thinking of finally fixing that leaky faucet in the bathroom." <br>
Your brother chimes in, "I have a soccer game on Saturday, and then I'm hanging out with some friends." You take a sip of your coffee before adding, "I might go to the mall with some friends." Your mom nods, "Sounds like a fun weekend. Just make sure you're back by dinner on Sunday." Your dad looks up from his newspaper, "And don't forget to do your homework before you go out." You roll your eyes playfully, "Yes, Dad, I won't forget."
<</if>><br><br>
<<elseif $kitchenEating == "dinner">>
<<if _comment is 0>>
You're sitting at the dinner table with your parents and your brother, the aroma of a home-cooked meal filling the air. Your dad starts, "I heard they're finally going to fix that pothole on Maple Street. It's been there for months." Your mom nods, "About time. I almost blew a tire on that thing last week." Your brother adds, "Yeah, and the construction on Main Street is a nightmare." You interject, "I know, right? The bus had to take a detour the other day just to avoid it. It's like they're trying to make our lives harder." Your mom sighs, "Well, at least they're trying to improve things. We just have to be patient." Your dad agrees, "Patience is key. Everything will be better once the work is done."
<<elseif _comment is 1>>
You're sitting at the dinner table with your parents and your brother, the clinking of utensils against plates creating a comforting background noise. Your mom begins, "I saw Mrs. Johnson at the grocery store today. She said her daughter just got accepted into Belleview school. Isn't that wonderful?" Your dad responds, "That's great news. I remember when she used to draw all over the sidewalk with chalk." Your mom smiles, "Well, it's nice to see her succeeding. Maybe we should send her a congratulatory card." Your dad nods, "That's a good idea. We should support her achievements."
<<else>>
You're sitting at the dinner table with your parents and your brother, the conversation flowing easily. Your mom is talking about the latest news in the neighborhood, "Did you hear about the new park they're building downtown? It's going to have a playground and a community garden." Your dad nods, "Yeah, I read about that. It sounds like a great addition to the area." Your brother chimes in, "I hope they put in a basketball court. That would be awesome."
<</if>><br><br>
<<else>>
<<if _comment is 0>>
You are seated at the dinner table with your parents and your brother, the aroma of the evening meal filling the air. The clinking of cutlery against plates and the soft hum of conversation create a familiar, comforting atmosphere. Your parents are engrossed in a discussion about the latest neighborhood gossip, their voices blending together in a steady rhythm. "Did you hear about the Johnsons?" your mom asks, her eyes sparkling with curiosity. "They're finally renovating their kitchen. It's about time, if you ask me." <br>
Your dad nods, taking a bite of his food. "I heard they're going all out, top-of-the-line appliances and everything."Your brother, barely looking up from his plate, adds, "As long as they don't make too much noise during the day, I don't care what they do." Your parents laugh, and the conversation flows easily, touching on various trivial topics that fill the evening with a sense of normalcy and warmth.
<<elseif _comment is 1>>
"We should think about planning a trip for next summer," your dad suggests, his voice thoughtful. "Maybe somewhere by the beach. It's been a while since we had a proper vacation." Your mom agrees, her eyes lighting up with excitement. "That sounds wonderful. We could look into renting a beach house. It would be so relaxing." You interject, "I've always wanted to go to the Caribbean. The water is supposed to be crystal clear." <br>
Your brother, ever the practical one, asks, "What about the cost? Beach houses can be pretty expensive." Your dad waves his hand dismissively. "We'll figure it out. The important thing is to spend some quality time together." The discussion continues, with each of you throwing out ideas and suggestions, the anticipation of a future getaway bringing a sense of joy and unity to the table.
<<else>>
"Did you see the last episode of that new drama series?" your mom asks, her voice filled with enthusiasm. "The plot twist was insane!" Your dad chuckles, "I knew something was up with the maid from the start. Her willingness to help was too good to be true." Your brother, who usually prefers action movies, surprises everyone by saying, "I actually watched it too. It was pretty good. Better than I expected." <br>
Your parents exchange a glance, smiling at the rare agreement. "Well, it looks like we have a new family favorite," your mom says, her voice warm with contentment. The conversation continues, with each of you sharing your thoughts and predictions for the next episode, the shared interest creating a bonding moment that makes the dinner even more enjoyable.
<</if>><br><br>
<</if>>
<<if $mainChar.corruption >= 30 and ($brother.relationship>=30 or $dad.relationship>=30 or $mom.relationship>=20)>>
<span id='brother'><<if $brother.relationship >= 30 and random(2) is 0>>
You can't help but notice the quick glances your brother is sending to your chest. Feeling playful, you wonder whether you should <<linkreplace "tease him.">>tease him.<br><br>
Unable to resist, you begin to slowly stir things up under the table. With a mischievous glint in your eyes, you discreetly slip your foot out of your shoe and extend it under the table. You slide your foot closer until it meets his thigh and then inch up further. You gently place your foot on his crotch, feeling the warmth and the unmistakable hardness of your brother's cock through his pants. You begin to rub it against him, applying just the right amount of pressure to tease and excite. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Eating/Feet_tease{0}.webp", random(2))]] @@<br>
Your brother's eyes widen in surprise, and he quickly looks around to make sure no one else has noticed. You maintain a casual demeanor, continuing to eat and engage in conversation with your family, all the while keeping your foot in place and continuing your subtle, rhythmic movements.
<span id='push_brother'><<if $mainChar.corruption>=40 and $brother.relationship>=30>><<linkreplace "Push it further.">>
Suddenly, he discreetly unzips his pants and pulls out his cock, the sight of it sending a wave of excitement through you. You continue to rub him with your foot, now able to feel the smooth, hard length of your brother's cock against your skin. The tension builds, and you can sense his growing need for release. <br><br>
The thrill becomes too much to bear, and you decide to take things further. Your eyes meet his in silent anticipation before you intentionally drop your spoon on the floor, using it as an excuse to slip under the table. "Oops, let me get that," you say casually, as you slide down from your chair and disappear beneath the tablecloth.<br><br>
Without hesitation, you crawl under the table on all fours before eagerly forcing his manhood in your throat. Your body trembles as your arousal reaches a fever pitch. You eagerly attend to your brother's needs, carefully hiding your actions under the dinner table, surrounded by your family. His hard cock presses against your palm as you stroke it confidently as he continues to eat and converse.
<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Eating/Suck{0}.webp", random(2))]] @@<br>
Finally, the sensations become too much for him and he releases inside you, flooding your mouth with his thick, hot cum. You quickly swallow it all and, with a satisfied smile on your lips, you get up from the table and continue eating. Content in the knowledge that you have served him well, you can feel your brother's cum slowly passing through you as you [[finish your meal.->Kitchen]]<br><br>
<<HaveASexWidget "bj" "brother">>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "dad" "1" "20">>
<<MainChar_Stats "mom" "1" "20">>
<<MainChar_Stats "brother" "2" "30">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "cleanliness" "-5">>
<br>
<<replace #stop_brother>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop_brother'><<linkreplace "Stop it there.">>
As you slowly remove your feet from your brother's body, you notice in his eyes a mixture of relief and disappointment. You give him a daring smile before [[finishing your meal.->Kitchen]]<br><br>
<<MainChar_Stats "energy" "30">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "dad" "1" "20">>
<<MainChar_Stats "mom" "1" "20">>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "corruption" "1" "40">>
<<replace #push_brother>><</replace>><</linkreplace>><br></span>
<<replace #mom>><</replace>><<replace #dad>><</replace>>
<<replace #finish_meal>><</replace>><</linkreplace>><br>
<</if>></span>
<span id='dad'><<if $dad.relationship >= 30 and $mainChar.corruption>=40 and random(2) is 0>>
As you're talking with your family, you smile lustfully when you notice a bulge on your dad's crotch seated to your right. You know that a good girl wouldn't hesitate for a moment before <<linkreplace "taking care of his erection.">>taking care of his erection.<br><br>
In a sudden and daring move, you throw your fork onto the floor. Like the servile and caring daughter you are, you sneakily place your head between your father's legs while being surrounded by your oblivious family.<br><br>
You look up at him with fiery eyes, his gaze is filled with shock and desire as you place a single finger to your lips, beckoning for silence. Your fingers dance across the fabric of his trousers until you grasp his hardened shaft in your mouth. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Eating/Suck{0}.webp", random(2))]] @@<br>
Finally, the sensations become too much for him and he releases inside you, flooding his daughter's mouth with his thick, hot cum. You quickly swallow it all and, with a satisfied smile on your lips, you get up from the table before continuing to eat. Content in the knowledge that you have served your dad well, you can feel his cum slowly passing through you as you [[finish your meal.->Kitchen]]<br><br>
<<HaveASexWidget "bj" "dad">>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "brother" "1" "20">>
<<MainChar_Stats "mom" "1" "20">>
<<MainChar_Stats "dad" "2" "30">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #mom>><</replace>><<replace #brother>><</replace>>
<<replace #finish_meal>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='mom'><<if $mom.relationship >= 20 and random(2) is 0>>
You can't tell if it's your imagination, but your mother's eyes seem to be filled with lust as she keeps glancing at you. To find out, you can <<linkreplace "tease her.">>tease her.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/lesbian_tease0.webp")]] @@
<<if $mom.relationship <=40 or random(1) is 0>>
You slide your hand slowly, almost imperceptibly onto her thigh under the dinner table. She looks at you in surprise before placing her hand on yours with tenderness. However, as you observe her reaction, it becomes evident that you may have misinterpreted her actions, for she appears to regard this gesture as purely friendly, nothing more. You remove your hand and [[finish your meal.->Kitchen]]<br><br>
<<MainChar_Stats "energy" "30">>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "mom" "1" "30">>
<<MainChar_Stats "corruption" "1" "40">>
<<else>>
You slide your hand slowly, almost imperceptibly onto her thigh under the dinner table. Her eyes go wide in surprise, but she responds with a quiver as she opens her legs to allow you better access. Now that you are aware of her actual arousal, you withdraw your fingers. You find yourself somewhat puzzled by your mother's gaze as she silently begs you to keep going.<br><br>
<span id="push_mom"><<if $mainChar.corruption >=60>><<linkreplace "Push it further.">>
She is taken aback as she sees you dropping to your knees, swiftly sliding beneath the tablecloth and between her legs. Your hot breath on her intimate area sends shivers through her body as your tongue finds its way inside of her. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Eating/Lesbian{0}.webp", random(2))]] @@<br>
Overwhelmed by pleasure, soft moans escape her lips despite her best efforts at self-control as you move your tongue in her dripping pussy. As her orgasm builds, her body clenching uncontrollably in the chair until finally it washes over her under the unaware gaze of your family. You quickly suck all her pussy juice and, with a satisfied smile on your lips, you get up from the table before [[finishing your meal.->Kitchen]]<br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "mom" "2" "30">>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "corruption" "1" "80">>
<<replace #stop_mom>><</replace>><</linkreplace>><br><</if>></span>
<span id="stop_mom"><<linkreplace "Stop it there.">>
As you continue to eat, you feel the tension rising between you and your mom. As she finishes her meal and gets up, your eyes are drawn to the wet spot left behind on her chair, undeniable reminder of her unfulfilled desires. [[Your meal finished,->Kitchen]] you get up and leave. <br><br>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "corruption" "1" "40">>
<<replace #push_mom>><</replace>><</linkreplace>></span>
<</if>>
<<replace #finish_meal>><</replace>>
<<replace #brother>><</replace>><<replace #dad>><</replace>><</linkreplace>>
<br><</if>></span>
<<else>>
<<MainChar_Stats "energy" "30">>
<<MainChar_Stats "dad" "1" "20">>
<<MainChar_Stats "brother" "1" "20">>
<<MainChar_Stats "mom" "1" "20">>
<</if>>
<br>
<span id='finish_meal'>[[Finish your meal. ->Kitchen]]</span><<set $minute += 20>>
<<if $couchfuck is "brother">>
<<if $brother.relationship <60>>
You take his hand, guiding it between your legs, letting him feel the heat and wetness there. "See how much I want it?" you murmur, your voice husky with desire. "How much I want you to fuck me right here on the couch?" He hesitates for a moment, but the fire in your eyes and the wetness between your legs spur him on. He pushes you back onto the couch, his body covering yours as he kisses you roughly, his tongue invading your mouth. You moan into the kiss, your legs wrapping around his waist as you grind against him. "That's it," you encourage, your voice filled with lust. "Take control. Fuck your little sister like the dirty slut she is." <br><br>
He growls, his hips thrusting forward as he enters you with a single, forceful stroke. You cry out, your body arching beneath him as he begins to move, his cock filling you completely. The couch creaks beneath you, the sound of your moans and the slap of flesh against flesh filling the room. "Harder," you demand, your voice rough with desire. "Fuck me harder, brother. Make me feel it." You can feel the pleasure building inside you, your body trembling with each powerful stroke.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Couch_Fuck_Male{0}.webp', random(0,6))]]
@@<br>
The urgent danger of being caught by your unsuspecting parents fuels your arousal as each thrust brings you closer and closer to the edge of ecstasy. As he continues to take you, you feel a sense of fulfillment and satisfaction, knowing that he is giving in to your desires and embracing his role as your dominant."Yes, yes, yes!" you scream, your orgasm crashing over you like a wave. Your body convulses beneath him, your pussy clenching tightly around his cock.<br><br>
He groans, his body tensing as he reaches his own climax. Your legs shake as you <<linkreplace "kneel in front of him.">> kneel in front of him, tongue out with your eyes locked on his. You feel the warm liquid splash against your face as he ejaculates from pleasure, painting your skin white with hot, sticky semen. "Mmm, so good," you murmur, your eyes locked on his as you suck your fingers clean. He watches you, his breath coming in ragged gasps, a look of disbelief and satisfaction on his face. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Fuck/Couch_Finish_Male{0}.webp', random(6))]]@@ <br>
You sit up, your body still trembling with the aftershocks of your orgasm. You lean in, pressing a soft kiss to his lips. "Thank you, brother," you whisper, a satisfied smile on your face. "That was exactly what I needed." You grab your clothes and rush towards the [[bathroom->Bathroom]] hoping your parents will not see you on the way.<br><br>
<<HaveASexWidget "vaginal" "brother" "face">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>>
<<else>>
Your brother pins you down, his body pressing against yours, and you can feel his strength and dominance. "You like it when I take control, don't you?" he says, his voice low and menacing. "Yes," you whisper, your voice taking on a submissive tone. <br><br>
He positions himself between your legs, his fingers tracing the sensitive skin of your inner thighs. You shiver with anticipation, your body already responding to his touch. "You're mine," he says, his voice filled with possessiveness. "And I'm going to take what's mine." He enters you forcefully, his movements rough and aggressive. You let out a moan, a mix of pleasure and pain, as he begins to thrust into you. The couch creaks beneath you, the sounds of your shared pleasure filling the room. "Yes, please," you beg, your voice soft and submissive. "Take me, use me. Fuck me like the dirty little slut I am."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Couch_Fuck_Male{0}.webp', random(0,6))]]
@@<br>
The urgent danger of being caught by your unsuspecting parents fuels your arousal as each thrust brings you closer and closer to the edge of ecstasy. As he continues to take you, you feel a sense of fulfillment and satisfaction, knowing that you are giving in to his desires and embracing your role as his submissive. The room is filled with the sounds of your moans and his grunts, a symphony of pleasure and dominance.<br><br>
As he says the words "Come here" your body moves involuntarily, obeying his command. Your legs shake as you <<linkreplace "kneel in front of him.">> kneel in front of him, tongue out with your eyes locked on his. You feel the warm liquid splash against your face as he ejaculates from pleasure, painting your skin white with hot, sticky semen. You close your eyes, reveling in the sensation, your body trembling with a mix of pleasure and submission. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Fuck/Couch_Finish_Male{0}.webp', random(6))]]@@ <br>
"Good girl," he says, his voice filled with satisfaction. "You're a good little slut." You look up at him, your face covered in his cum, a sense of pride and submission washing over you. "Thank you," you whisper, your voice soft and grateful. "Now clean up. We don't want Mom and Dad to see what a naughty little sister you've been." You nod, taking a deep breath, a satisfied smile on your lips. You grab your clothes as you rush towards the [[bathroom->Bathroom]] hoping your parents will not see you on the way.<br><br>
<<HaveASexWidget "vaginal" "brother" "face">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>>
<</if>>
<<elseif $couchfuck is "dad">>
<<if $dad.relationship<60>>
Your dad pushes you down onto the couch, his body pressing against yours. You feel his hands roaming over your body, his touch rough and demanding. He spreads your legs, positioning himself between them, but stops suddenly. He swallows hard, his eyes widening as you press your body against his. "We shouldn't," he murmurs, but his hands are already resting on your hips, his grip tightening slightly. "Please, Daddy," you whisper, your breath hot against his ear. "I want you to fuck me. Right here, on the couch. I want to be your good little girl." You can feel his hardness pressing against you, and a wave of anticipation washes over you. With a groan, he gives in, his mouth crashing down on yours in a hungry, desperate kiss. <br><br>
You spread your legs wide, inviting him in, your eyes locked on his as he positions himself between your thighs. "Fuck me, Daddy," you moan, your voice filled with desire. "Make me your little slut." He groans, his cock already hard and throbbing as he enters you with a single, forceful thrust. You cry out, your back arching as you take him deep inside you. He begins to move, his hips thrusting against yours as he fucks you with abandon."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Couch_Fuck_Male{0}.webp', random(0,6))]]
@@
"You feel so good, Daddy," you whimper, your voice taking on a childlike tone. The moment is charged with a mix of desire and taboo, and you embrace it fully, lost in the pleasure and the role you've chosen to play. As he says the words "Come here babygirl" your body moves involuntarily, obeying his command. Your legs shake as you <<linkreplace "kneel in front of him.">> kneel in front of him, tongue out with your eyes locked on his. <br><br>
"Open your mouth, little girl," he commands, his voice rough with desire. You obey, opening your mouth wide, your eyes locked onto his. He positions himself in front of you, and with a final groan, he releases, his hot seed splashing across your face. You feel the warmth of it, the sensation both shocking and exhilarating. "Thank you, Daddy." you whisper, your voice filled with a mix of lust and satisfaction. <br><br>
He looks down at you, a mix of pride and lust in his eyes. "Good girl," he says, his voice softening slightly. "You've been a very good girl." You smile up at him, feeling a sense of completion and connection. The moment is intense and intimate, and you know that you've satisfied him in a way that only you can.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Fuck/Couch_Finish_Male{0}.webp', random(0,7))]]@@
You take a deep breath and grab your clothes as you rush towards the [[bathroom->Bathroom]] praying that no one will catch you along the way.<br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "arousal" "+40">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-20">>
<</linkreplace>>
<<else>>
Your dad pushes you down onto the couch, his body pressing against yours. His hands roam over your body, exploring your curves with a mix of tenderness and desire. You can feel his hardness pressing against your thigh, and you reach down, your fingers wrapping around his length through his pants. He groans, his hips bucking slightly as you begin to stroke him. "Fuck, sweetheart," he murmurs against your lips. "You feel so good." You smile, your eyes locked on his as you unzip his pants, freeing his cock from its confines. He lets out a soft gasp as you wrap your fingers around his shaft, your thumb circling the sensitive tip.<br><br>
"Lie down, Daddy," you whisper, your voice filled with a mix of innocence and seduction. "Let me take care of you." He nods, his body trembling with anticipation as he lies back on the couch, his cock standing proud and erect. You straddle him, your pussy hovering just above his length as you lean down to kiss him once more. "Fuck me, Daddy," you beg, your voice hoarse with desire. "Make me your little girl." He groans, his hands gripping your hips as he guides you down onto his cock. You let out a moan of pleasure as he fills you completely, your body stretching to accommodate his size. He begins to move, his hips thrusting up to meet yours as you ride him with abandon. The sound of flesh against flesh fills the room, and you feel a mix of pleasure and pain as he takes you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Couch_Fuck_Male{0}.webp', random(0,6))]]
@@
"You feel so good, Daddy," you whimper, your voice taking on a childlike tone. The moment is charged with a mix of desire and taboo, and you embrace it fully, lost in the pleasure and the role you've chosen to play. "Come for me, sweetheart," he commands, his voice rough with desire. "Come on Daddy's cock." He continues to thrust into you, his own orgasm building as he chases his own release. As he says the words "Come here babygirl" your body moves involuntarily, obeying his command. Your legs shake as you <<linkreplace "kneel in front of him.">> kneel in front of him, tongue out with your eyes locked on his. <br><br>
"Open your mouth, little girl," he commands, his voice rough with desire. You obey, opening your mouth wide, your eyes locked onto his. He positions himself in front of you, and with a final groan, he releases, his hot seed splashing across your face. You feel the warmth of it, the sensation both shocking and exhilarating. "Thank you, Daddy." you whisper, your voice filled with a mix of lust and satisfaction as you collapse onto his chest, your body spent and trembling, a satisfied smile on your lips.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/livingroom/Fuck/Couch_Finish_Male{0}.webp', random(0,6))]]@@
He wraps his arms around you, his breath coming in ragged gasps as he presses a soft kiss to your forehead. "Good girl," he murmurs, his voice filled with pride and love. "You've been a very good girl." You purr in contentment, your eyes fluttering closed as you bask in the afterglow of your shared pleasure. As you lie there, wrapped in each other's arms, you feel a sense of completion and connection. The moment is intense and intimate, and you know that you've satisfied your father in a way that only you can.You take a deep breath and grab your clothes as you rush towards the [[bathroom->Bathroom]] praying that no one will catch you along the way.<br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "arousal" "+40">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-20">>
<</linkreplace>>
<</if>>
<<elseif $couchfuck is "mom">>
You feel a shiver run down your spine as she sits next to you, her hand gently caressing your thigh. She smiles, her fingers tracing patterns on your skin, sending waves of pleasure through your body. "You've been such a good girl," she murmurs, leaning in to kiss your forehead. "Let's see how good you can be for Mommy."
Your mom eagerly slides her fingers over your legs, stopping at your dripping wet pussy. <br><br>
You let out a soft cry, your body arching against her touch as her fingers slip inside you, exploring and pleasuring. You let out a soft cry, your body arching against her touch. "Oh, Mommy, that feels so good," you say, your voice filled with a mix of pleasure and need. "Please, take me, Mommy." She smiles, her eyes filled with a mix of love and lust. "Of course, my little princess," she says, her voice filled with a mix of affection and desire. "Let's make each other feel good."<br><br>
She positions herself between your legs, her body pressing against yours. You feel a mix of excitement and anticipation as she begins to move, her hips grinding against yours in a rhythmic motion. As the session continues, you feel a sense of connection and intimacy, knowing that you've found a way to satisfy both your mother's needs and your own. The room is charged with a mix of desire and taboo, and you embrace the moment, fully committed as Mommy's little girl.
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Couch_Fuck_Female{0}.webp', random(0,2))]]
@@<br>
<span id='strapon'><<if $inventory.has('SexShopItems','Strapon')>><<linkreplace "Take your strapon.">>
You pause, your breath coming in short gasps, and gently push your mother away. "Wait here, Mommy," you say, your voice filled with a mix of excitement and determination. "I have something special for you." She looks at you with a mix of curiosity and anticipation, her eyes wide with desire. "What is it, my little princess?" she asks, her voice soft and eager. You smile mischievously, standing up and walking towards your bedroom. "You'll see, Mommy," you say, your voice filled with a sense of mystery and allure. "Just wait here for me."<br><br>
You quickly make your way to your room, your heart racing with excitement. You open your drawer and pull out a strap-on, feeling a sense of power and control as you fasten it around your waist. You take a deep breath, steeling yourself for what's to come, and return to the living room. Your mother is waiting for you, her eyes filled with a mix of desire and submission. You approach her, your steps confident and commanding. "Now, Mommy," you say, your voice taking on a more dominant tone. "It's time for you to be a good girl for me."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/Strapon{0}.webp",random(3))]]
@@<br>
She moans softly, her body arching against yours. "Yes, baby," she says, her voice filled with pleasure. "Take me, please. Make me feel good."
<<run $("#finish").css("display", "block")>>
<<replace #vanilla>><</replace>><</linkreplace>><br><</if>></span>
<span id="vanilla"><<linkreplace "Make her squirt.">>
<<run $("#finish").css("display", "block")>>
<</linkreplace>></span>
<span id="finish" style="display: none">
As she finally reaches her climax, her body erupts in pleasure. A flood of her own juices rolls down onto your body, the warmth and wetness intensifying the moment. You both lie on the couch, your bodies still entwined and glistening with sweat, you take comfort in each other's embrace, enjoying the feeling of being completely covered in your mom's sticky pussy juice. You can feel the weight of your mother's gaze on you. Her eyes are filled with a mix of satisfaction and a lingering hunger, her breath still coming in soft, ragged gasps. You look up at her, your own eyes wide and innocent, even as your body still trembles with the aftershocks of your shared pleasure..<br><br>
"Good girl," she murmurs, her voice soft and soothing as she gently strokes your hair. "You did so well, my little one." "Thank you, Mommy," you whisper, your voice small and childlike. "I love making you happy." She smiles down at you, her fingers tracing lazy patterns on your bare skin. "Come on, my little one," she says, her voice gentle but firm. "Let's get you cleaned up." You reluctantly begin to grab your clothes and make your way to the [[bathroom->Bathroom]] to wash off.<br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
</span>
<</if>>Use the moment to <<linkreplace "Make a lewd comment.">>Make a lewd comment.<br><br>
<span id="brother"><<if _possibleFamily.includes(2)>>Say something lewd to your <<linkreplace "brother.">>brother.<br><br>
<<set _phrase to either(
"Look at how she's obeying him. I bet that feels amazing",
"Her tits are practically begging to be sucked.",
"I bet she's got a tight little pussy under those shorts.",
"Look at that huge ass! Oh, she's bending over!",
"I know you are looking at her tits, bro~ Don't deny it.",
"I wonder what it would feel like to be tied up like that.",
"I bet she loves being told what to do. I can relate to that.",
"Hey bro, can you imagine her moaning your name while you fuck her?"
)>>
You lean closer to your brother and whisper "<<print _phrase>>" <br>
<<if $brother.relationship < 20>>
Your brother turns to you, his eyes wide with shock. "Let's just watch the show, okay?" he mutters, trying to focus back on the TV. <br><br>
<<MainChar_Stats "brother" "-1">>
<<elseif $brother.relationship >= 20 and $brother.relationship < 40>>
Your brother's face flushes a deep red, and he shifts awkwardly in his seat. Despite his embarrassment, there's a glint of excitement in his eyes, a spark that betrays his true feelings.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "corruption" "1" "30">>
<<elseif $brother.relationship >=40>>
"You shouldn't say things like that," he growls, his eyes searching yours, looking for a sign of submission. His touch is firm, his body language assertive, and you can feel the power dynamic shifting in the room.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Thigh_tease{0}.webp', random(0,1))]]
@@
<<if $mainChar.corruption >= 40 >><br><br>
You can either leave things as they are or choose to make a move and <<linkreplace "suck him">>suck him.<br><br> You lie down on your brother's lap, feeling a mix of excitement and nervousness. The living room is filled with the soft glow of the TV, and your parents are sitting nearby, engrossed in the show. You glance at your brother, a silent understanding passing between you.<br><br>
Slowly and discreetly, you unzip his pants, your heart pounding in your chest. You can feel the heat of his body as you free his cock, your fingers wrapping around it gently. You take a deep breath, trying to stay calm and quiet, and lean down to take him into your mouth. The sensation is immediate and intense, filling your senses. You focus on your breathing, moving your tongue and lips in a rhythmic motion. The sounds of the TV and your parents' conversation blend with the wet, slurping noises of your mouth, creating a secret symphony of pleasure.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Sneaky_bj{0}.webp', random(0,2))]]
@@<br>
<span id='push'><<if $mainChar.corruption>=60 and $brother.relationship>=40>><<linkreplace "Push it further.">>
Deciding to go further, you slowly lift your head and stand up, turning your back to him. You bend over, presenting your ass to him, feeling a rush of excitement and anticipation. He quickly adjusts his position and expose your bare pussy. He guides his cock to your entrance, and you bite your lip to stifle a moan as he enters you. The sensation is overwhelming, and you have to focus on staying quiet as he begins to thrust into you. The room is filled with the sounds of the TV and your parents' conversation, but you can hear the faint, wet noises of your bodies moving together.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Sneaky_Fuck{0}.webp', random(2))]]
@@<br>
As he increases his pace, you have to bite your lip harder to keep from moaning out loud. The thrill of the forbidden act and the risk of being discovered add to the intensity of your pleasure. You can feel yourself getting closer to climax, and you revel in the secret, shared moment with your brother, fully immersed in the taboo act.<br><br>
Suddenly, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to fight to keep your composure as he finishes, his body shuddering against yours. As he pulls out, you quickly adjust your skirt and sit back down, trying to act as if nothing has happened. <br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum.">>
As you feel him getting closer to climax, you increase your pace, determined to bring him to the peak of his pleasure. The risk of being discovered only serves to heighten your arousal, and you revel in the thrill of the moment, fully immersed in the forbidden act. Soon you feel his hard cock pulsating on your tongue. In a last muffled gasp, he fills your mouth with his cum. Given the situation, you have no other choice than swallowing it all before getting up as nothing happened.<br><br>
<<MainChar_Stats "arousal" "20">
<<MainChar_Stats "brother" "1" "450">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-5">>
<<HaveASexWidget "bj" "brother">>
<<replace #push>><</replace>><</linkreplace>><br></span>
<</linkreplace>><br>
<<else>> However, even though having your parents next to you while your brother is touching you is very arousing, it is also very risky. You decide to stop it there.<br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "40">>
<</if>>
<</if>>
<<replace "#mom">><</replace>> <<replace "#dad">><</replace>><</linkreplace>><br><</if>></span>
<span id="dad"><<if _possibleFamily.includes(0)>>Say something lewd to your <<linkreplace "dad.">>dad.<br><br>
<<set _phrase to either(
"Look at her, Daddy. Do you think my ass is as nice as hers?",
"Daddy look at the girl in a white shirt. Here nipples are showing ~",
"I've never seen a girl with such a perfect body! What about you, daddy?~",
"She looks like she knows how to have a good time in bed",
"Have you seen this?! He just grabbed her butt! What a man!"
)>>
You lean closer to your dad and whisper "<<print _phrase>>" <br>
<<if $dad.relationship < 20>>
Your dad's face pales, and he turns to you with a look of utter disbelief. "Excuse me?" he says, his voice sharp and stern. He shakes his head, clearly disappointed, and the room falls into a tense silence. <br><br>
<<MainChar_Stats "dad" "-1">>
<<elseif $dad.relationship >= 20 and $dad.relationship < 40>>
Your dad coughs, choking on his drink, and his face turns a deep shade of red. He looks at you, then quickly looks away, trying to hide his embarrassment. "Uh, well... I..." he mumbles, shifting uncomfortably in his seat. "Let's keep those kinds of comments to ourselves, okay?" He clears his throat, attempting to regain his composure, but the awkwardness lingers.<br><br>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<elseif $dad.relationship >=40>>
He looks at you with a mix of pride and something darker, more possessive. "That's my girl," he says, his voice low and confident. "You know what you like, and you're not afraid to say it. That's the spirit." He pats your knee, his touch firm and reassuring, his hand lingering a little too long on your leg.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Thigh_tease{0}.webp', random(0,1))]]
@@
<<if $mainChar.corruption >= 40 >><br><br>
You can either leave things as they are or choose to make a move and <<linkreplace "suck him">>suck him.<br><br> You lie down on your daddy's lap, feeling a mix of excitement and nervousness. The living room is filled with the soft glow of the TV, and your mom is sitting nearby, engrossed in the show. You lean in, your breath hot against his ear. "Don't make a sound," you whisper, your voice low and seductive.<br><br>
Slowly and discreetly, you unzip his pants, your heart pounding in your chest. You can feel the heat of his body as you free his cock, your fingers wrapping around it gently. You take a deep breath, trying to stay calm and quiet, and lean down to take him into your mouth. He lets out a soft gasp, his body tensing, but he manages to keep his composure, his eyes fixed on the TV as if nothing is happening. The sensation is immediate and intense, filling your senses. You focus on your breathing, moving your tongue and lips in a rhythmic motion. The sounds of the TV and your mom's occasional comments blend with the wet, slurping noises of your mouth, creating a secret symphony of pleasure.<br><br>
Your daddy's hand rests on your head, guiding you gently as you work. The thrill of the moment is heightened by the risk of being caught, adding an extra layer of intensity to your actions. You can feel his body tense beneath you, his breath coming in short, ragged gasps.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Sneaky_bj{0}.webp', random(0,2))]]
@@<br>
<span id='push'><<if $mainChar.corruption>=60 and $dad.relationship>=40>><<linkreplace "Push it further.">>
Deciding to go further, you slowly lift your head and stand up, turning your back to him. You bend over, presenting your ass to him, feeling a rush of excitement and anticipation. He quickly adjusts his position and expose your bare pussy. He guides his cock to your entrance, and you bite your lip to stifle a moan as he enters you. The sensation is overwhelming, and you have to focus on staying quiet as he begins to thrust into you. The room is filled with the sounds of the TV and your mom's occasional comments, but you can hear the faint, wet noises of your bodies moving together.<br><br>
You grip the couch cushions, trying to keep your movements subtle and discreet. The risk of being caught only heightens the intensity of the moment, and you feel a mix of pleasure and taboo as he continues to fuck you. Your breath comes in short, ragged gasps, and you can feel the heat building between your legs.
As he increases his pace, you have to bite your lip harder to keep from moaning out loud. The thrill of the forbidden act and the risk of being discovered add to the intensity of your pleasure. You can feel yourself getting closer to climax, and you revel in the secret, shared moment with your daddy, fully immersed in the taboo act.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Sneaky_Fuck{0}.webp', random(2))]]
@@<br>
Suddenly, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to fight to keep your composure as he finishes, his body shuddering against yours.
As he pulls out, you quickly adjust your skirt and sit back down, trying to act as if nothing has happened. The room is filled with the sounds of the TV and your mom's occasional comments, but you can feel the wetness between your legs, a secret reminder of the intense and forbidden moment you just shared with your daddy. <br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "cleanliness" "-15">>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum.">>
You increase your pace and soon you feel his hard cock pulsating on your tongue. In a last muffled gasp, your dad fills your mouth with his cum.
Given the situation, you have no other choice than swallowing it all before getting up as nothing happened.<br><br>
<<HaveASexWidget "bj" "dad">>
<<MainChar_Stats "dad" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #push>><</replace>><</linkreplace>><br></span>
<</linkreplace>><br>
<<else>> However, even though having your mother and brother next to you while your dad is touching you is very arousing, it is also very risky. You decide to stop it there.<br><br>
<<MainChar_Stats "arousal" "20">>
<</if>>
<</if>>
<<replace "#mom">><</replace>> <<replace "#brother">><</replace>><</linkreplace>><br><</if>></span>
<span id="mom"><<if _possibleFamily.includes(1)>>Say something lewd to your <<linkreplace "mom.">>mom.<br><br>
<<set _phrase to either(
"Don't you think that these pants look bad on him? They make his ass so firm",
"I hope my boobs will be that big one day!",
"How can she date this man? I mean, she's so small, and he is so damn big! It's.. hard, right?",
"Wow, look at this man. He's so big and strong, oh my god~",
"Does he have an... erection?.. Damn, he really does!"
)>>
You lean closer to your mom and whisper "<<print _phrase>>" <br>
<<if $mom.relationship < 20>>
She visibly disapproves your comment and shoots you a disapproving glance. "What did you just say?" she asks, clearly disturbed. The room falls into an awkward silence. <br><br>
<<MainChar_Stats "mom" "-1">>
<<elseif $mom.relationship >= 20 and $mom.relationship < 40>>
our mom's cheeks flush a deep red, and she shifts uncomfortably in her seat. She glances at you, her eyes flickering with a mix of embarrassment and curiosity. "Well, I mean..." she says, her voice barely above a whisper. "Maybe keep those thoughts to yourself, okay?" She smiles nervously, trying to hide her own excitement. <br><br>
<<MainChar_Stats "mom" "1" "30">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<elseif $mom.relationship >= 60>>
Your mom's eyes light up with a strange gleam, and she leans in closer to you. "Oh, sweetie," she coos, her voice taking on a playful, almost teasing tone. "You're such a naughty little girl, aren't you?" She pats your knee, her touch lingering a bit too long. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/livingroom/Fuck/Lesbian_tease{0}.webp', random(0,2))]]
@@
<<if $mom.relationship >= 30 and random(2) is 0>>
All of a sudden, she rises from the couch and heads towards her bedroom. <br>
You notice a small damp spot on the couch where she had been sitting.<br>
<<if $mainChar.corruption >=20 >>
You wonder if you should [[spy her.->Parents' bedroom fuck][$parentsBedroomSexScene = "momspy"]]<br>
<</if>><</if>>
<</if>>
<<replace "#brother">><</replace>> <<replace "#dad">><</replace>><</linkreplace>><br><</if>></span>
<</linkreplace>>
<<timeWidget>>
<<set _possibleComments = []>>
<<if $brother.currentLocation!= $currentPassage or $brother.sawnude >= $hourCount + 2>>
<<set _possibleComments.push(0)>>
<<set _possibleComments.push(1)>>
<<else>>
<<set _possibleComments.push(0)>>
<<set _possibleComments.push(1)>>
<<set _possibleComments.push(2)>>
<</if>>
<<if $dad.currentLocation != $currentPassage or $dad.sawnude >= $hourCount + 2>>
<<set _possibleComments = _possibleComments.filter(function(value) { return value !== 0; })>>
<</if>>
<<if $mom.currentLocation != $currentPassage or $mom.sawnude >= $hourCount + 2>>
<<set _possibleComments = _possibleComments.filter(function(value) { return value !== 1; })>>
<</if>>
<<set _comment = _possibleComments[Math.floor(Math.random() * _possibleComments.length)]>>
<<if !($brother.currentLocation is "School" and $dad.currentLocation is "Work" and $mom.currentLocation is "Work") or $hour >= 23 or $hour < 6>>
<<set _alone to false>>
<<else>>
<<set _alone to true>>
<</if>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<set _cloth to "nude">>
<<if _alone is false and $mainChar.corruption < 30>>
The sensation of the cool air against your naked body, combined with the knowledge that your family can see you, sends a thrill down your spine.
<<set $mainChar.arousal += 10>>
<<else>>
As you walk through the apartment, the cold air brushes against your skin, making you feel both comfortable and alluring.
<</if>>
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is ''>>
<<set _cloth to "under">>
<<if _alone is false and $mainChar.corruption < 30>>
The sensation of the delicate fabric against your skin, combined with the knowledge that your family can see you, sends a thrill down your spine.
<<set $mainChar.arousal += 5>>
<<else>>
As you walk through the apartment, the soft fabric brushes against your skin, making you feel both comfortable and alluring.
<</if>>
<<elseif $mainChar.look.lingerie.groin.name is '' and (($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name.indexOf('skirt') !== -1) or $mainChar.look.clothes.torso.name.indexOf('dress') !== -1)>>
<<set _cloth to "commando">>
<<if _alone is false and $mainChar.corruption < 30>>
You feel a sense of daring, a thrill that comes from the knowledge that you're not wearing any underwear. You wonder if your family will notice it.
<<set $mainChar.arousal += 5>>
<<else>>
As you walk through the apartment, you can feel the gentle breeze against your naked pussy.
<</if>>
<<elseif $mainChar.look.lingerie.chest.name is '' and $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name != ''>>
<<set _cloth to "topless">>
<<if _alone is false and $mainChar.corruption < 30>>
The cool air brushes against your skin as you walk around the apartment with your breasts exposed.
<<set $mainChar.arousal += 5>>
<<else>>
The cool air brushes against your skin as you walk around the apartment with your breasts exposed.
<</if>>
<<elseif $mainChar.look.lingerie.groin.name is '' and $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name is ''>>
<<set _cloth to "bottomless">>
<<if _alone is false and $mainChar.corruption < 30>>
The cool air brushes against your skin as you walk around the apartment with your pussy exposed.
<<set $mainChar.arousal += 5>>
<<else>>
The cool air brushes against your skin as you walk around the apartment with your pussy exposed.
<</if>>
<<elseif ($mainChar.look.clothes.torso.name == "" or ($mainChar.look.clothes.legs.name == "" and !$mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)) >>
<<set _cloth to "under">>
<<else>>
<<set _cloth to "clothed">>
<</if>>
<<if _alone is true>>
<<set _alone to "alone">>
<<else>>
<<set _alone to "family">>
<</if>>
<<if _cloth != "commando" and _cloth != "clothed" and _cloth != undefined>>
<<if $mom.relationship < 20 and _comment is 1>>
<<if $mom.sawnude != $hourCount>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_scold{0}.webp', random(0, 1))]]
@@<br>
As you wander around, your mother catches sight of you. Her eyebrows raise in surprise. "What the hell is that?" she snaps, her voice sharp and disapproving.<br><br>
"Go change right now before someone sees you like this."<br>
<<MainChar_Stats "corruption" "1" "20">>
<<set $mom.sawnude to $hourCount>>
<<else>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_scold{0}.webp', random(0, 1))]]
@@<br>
"Please <<print $mainChar.firstName>>! I already told you to put some clothes on!" Your mother is visibly irritated.<br><br>
<<MainChar_Stats "mom" "-1">>
<</if>>
<<elseif $mom.relationship >= 20 and _comment is 1>>
<<if $mom.sawnude != $hourCount>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_happy{0}.webp', random(0, 1))]]
@@
As you casually stroll through the apartment, your mother catches sight of you. "Oh, sweetie," she coos, her voice soft and indulgent. "You look so... grown-up. Are you trying to impress someone? You know, you don't have to dress like that to be beautiful. But if it makes you happy, that's all that matters."<br><br>
<<MainChar_Stats "arousal" "10">>
<<elseif $mom.sawnude is $hourCount>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_happy{0}.webp', random(0, 1))]]
@@
As you wander in the apartment, you cross paths with your mother.<br><br>
"Still not fully clothed, huh? I must admit, it does add a touch of charm to the apartment," she teases, a twinkle in her eye.<br><br>
<</if>>
<<elseif $dad.relationship < 20 and _comment is 0>>
<<if $dad.sawnude != $hourCount>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_scold{0}.webp', random(0, 1))]]
@@<br><br>
As you wander around, your dad looks up from his newspaper, his eyes widening in shock and disapproval. "Have you lost your mind? Go change right now. I won't have you parading around like this in my house."<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<set $dad.sawnude to $hourCount>>
<<else>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_scold{0}.webp', random(0, 1))]]
@@<br>
"Please <<print $mainChar.firstName>>! I already told you to put some clothes on!" Your father is visibly irritated.<br><br>
<<MainChar_Stats "dad" "-1">>
<</if>>
<<elseif $dad.relationship >= 20 and _comment is 0>>
<<if $dad.sawnude != $hourCount>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_happy{0}.webp', random(0, 1))]]
@@
As you casually stroll through the apartment, your dad catches sight of you. A playful smile dances on his lips as he takes in the sight.<br><br>
"Well, well, well," he says, his voice low and teasing. "Look at you, my little princess. Are you trying to tempt your old man?"<br><br>
<<MainChar_Stats "arousal" "10">>
<<set $dad.sawnude to $hourCount>>
<<elseif $dad.sawnude is $hourCount>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_happy{0}.webp', random(0, 1))]]
@@
As you wander in the apartment, you cross paths with your dad.<br><br>
"No outfit yet?" he chuckles, a deep, rumbling sound that sends a shiver down your spine. "You know how to make your daddy happy, don't you?" he says, his eyes never leaving you.<br><br>
<</if>>
<<elseif $brother.relationship < 20 and _comment is 2>>
<<if $brother.sawnude != $hourCount>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_scold{0}.webp', random(0, 1))]]
@@<br><br>
As you wander around, your brother looks up from his newspaper, his eyes widening in shock and disapproval. "What the fuck?" he snaps, his voice dripping with disdain. "Have some respect for yourself, sis."<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<set $brother.sawnude to $hourCount>>
<</if>>
<<elseif $brother.relationship >= 20 and _comment is 2>>
<<if $brother.sawnude != $hourCount>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/appearance/Cloth_Level/' + _cloth + '_' + _alone + '_happy{0}.webp', random(0, 1))]]
@@
As you casually stroll through the apartment, your brother catches sight of you. A playful smile dances on his lips as he takes in the sight.<br><br>
"Well, well, well," he says, his voice low and teasing. "Look at you," he says, his voice low and commanding. "Dressed like a whore. Is that what you want to be?"<br><br>
<<MainChar_Stats "arousal" "10">>
<<set $brother.sawnude to $hourCount>>
<</if>>
<</if>>
<</if>>
<<if $mainChar.attractiveness >=60>>
<<if $mom.relationship < 20 and _comment is 1>>
As you walk into the room, your mother looks up from her book, her eyes widening in shock and disgust. "What on earth are you wearing?" she snaps, her voice dripping with disdain. "You look like a complete slut. Have some respect for yourself and for this family." You feel a wave of shame wash over you, but you try to hold your ground. "It's just clothes, Mom," you retort, but your voice lacks conviction. She scoffs, shaking her head. "You're embarrassing yourself and all of us. Go change before you make things any worse." <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "mom" "-1">>
<<set $mom.sawnude to $hourCount>>
<<elseif $mom.relationship < 40 and _comment is 1>>
As you walk into the room, your mother looks up, her expression a mix of concern and mild disapproval. "Honey, are you sure that's appropriate?" she asks, her voice gentle but firm. "You look... well, you look like a prostitute. Is that really the image you want to project?" You feel a twinge of guilt but try to brush it off. "Mom, it's just fashion. Everyone dresses like this," you say, trying to sound confident. She sighs, her eyes softening. "It's just... a bit much. You don't want people to get the wrong idea." <br><br>
<<MainChar_Stats "arousal" "5">>
<<set $mom.sawnude to $hourCount>>
<<elseif $mom.relationship >= 40 and _comment is 1>>
As you walk into the room, your mother looks up, her eyes lighting up with a mix of amusement and approval. "Oh, look at you, my little princess!" she coos, her voice filled with affection. "You look absolutely stunning. Such a grown-up girl now, aren't you? And so... provocative." You feel a rush of warmth at her praise. She walks over to you, her hands gently adjusting your outfit, her touch lingering a little too long. "You're just so beautiful, my little one. All the boys must be going crazy over you," she says, her voice teasing. You blush, feeling a mix of embarrassment and pleasure at her words. "Mom, stop it," you say, laughing softly. <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "mom" "1" "30">>
<<set $mom.sawnude to $hourCount>>
<<elseif $dad.relationship < 20 and _comment is 0>>
As you walk into the room, your father looks up from his newspaper, his eyes narrowing in anger and disgust. "What the hell are you wearing?" he growls, his voice low and threatening. "You look like a goddamn whore. Have some respect for yourself and for this family." You feel a wave of defiance mixed with shame. "It's my body, I can wear whatever I want," you retort, your voice steady but your heart pounding. He slams his newspaper down, his face reddening. "Not in my house, you won't." he snaps, his voice leaving no room for argument. <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "dad" "-1">>
<<set $dad.sawnude to $hourCount>>
<<elseif $dad.relationship < 40 and _comment is 0>>
As you walk into the living room, your father looks up, his expression a mix of concern and disapproval. "Sweetheart, what are you wearing?" he asks, his voice gentle but firm. "That's not appropriate for a young lady. You look too... exposed." You feel a twinge of guilt but try to explain. "Dad, it's just fashion. Everyone dresses like this," you say, trying to sound confident. He sighs, his eyes softening. "I know, honey, but it's just not right. You're better than this. Please, go change into something more suitable," he says, his voice filled with a mix of love and disappointment.<br><br>
<<MainChar_Stats "arousal" "5">>
<<set $dad.sawnude to $hourCount>>
<<elseif $dad.relationship >=40 and _comment is 0>>
As you walk into the room, your father looks up, his eyes widening with a mix of surprise and approval. "Well, well, look at my little princess," he says, his voice filled with a blend of pride and desire. "What an outfit! You look absolutely stunning... and very sexy." You feel a rush of excitement and pride at his words. "Daddy, I just wanted to look nice for you," you say, your voice soft and innocent, yet laced with a hint of seduction. He chuckles, his hand gently stroking your cheek. "You're such a good girl, but also, a very naughty one," he says, his voice filled with love. <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "dad" "1" "30">>
<<set $dad.sawnude to $hourCount>>
<<elseif $brother.relationship <20 and _comment is 2>>
As you walk into the room, your brother looks up from his phone, his eyes widening in shock and disgust. "What the hell are you wearing?" he snaps, his voice dripping with contempt. "You look like a fucking whore. Have some self-respect." You feel a wave of anger and defiance wash over you. "Mind your own business," you retort, your voice cold. He scoffs, shaking his head. "You're a disgrace."<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "brother" "-1">>
<<set $brother.sawnude to $hourCount>>
<<elseif $brother.relationship <40 and _comment is 2>>
As you walk into the living room, your brother looks up, his expression a mix of concern and disapproval. "Seriously, what are you wearing?" he asks, his voice gentle but firm. "You look... really sexy, but it's a bit too much, don't you think?" You feel a twinge of guilt but try to brush it off. "It's just fashion. Everyone dresses like this," you say, trying to sound confident. He sighs, his eyes softening. "I know, but it's just... you're my sister." <br><br>
<<MainChar_Stats "arousal" "5">>
<<set $brother.sawnude to $hourCount>>
<<elseif $brother.relationship >=40 and _comment is 2>>
As you walk into the living room, your brother looks up, his eyes darkening with a mix of approval and dominance. "Well, well, look at you," he says, his voice low and commanding. "Dressed like the little slut you really are. Is that what you want everyone to see?" You feel a thrill of excitement mixed with a twinge of shame. "M... Maybe..." you reply, your voice soft and submissive.<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "brother" "1" "30">>
<<set $brother.sawnude to $hourCount>>
<</if>>
<<elseif $mainChar.attractiveness >=30>>
<<if $mom.relationship < 40 and _comment is 1>>
As you walk into the room, your mother looks up, her expression a mix of concern and mild disapproval. "Honey, are you sure that's appropriate?" she asks, her voice gentle but firm. "You look beautiful, but maybe a little too... revealing." You feel a twinge of guilt but try to brush it off. "Mom, it's just fashion. Everyone dresses like this," you say, trying to sound confident. She sighs, her eyes softening. "It's just... a bit much. Maybe you could tone it down a little?" You nod, appreciating her concern. "Okay, Mom. I'll be more careful next time."<br><br>
<<set $mom.sawnude to $hourCount>>
<<elseif $mom.relationship >= 40 and _comment is 1>>
As you walk into the room, your mother looks up, her eyes lighting up with a mix of amusement and approval. "Oh, look at you, my little princess!" she coos, her voice filled with affection. "You look absolutely stunning. Such a grown-up girl now, aren't you?" You feel a rush of warmth at her praise. She walks over to you, her hands gently adjusting your outfit, her touch lingering a little too long. "You're just so beautiful, my little one. All the boys must be going crazy over you," she says, her voice teasing.<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "mom" "1" "30">>
<<set $mom.sawnude to $hourCount>>
<<elseif $dad.relationship < 40 and _comment is 0>>
As you walk into the room, your father looks up from his newspaper, his eyes narrowing slightly in disapproval. "What are you wearing, sweetheart?" he asks, his voice firm. "That's a bit too revealing for going out." You feel a mix of defiance and self-consciousness. "Dad, it's just a sexy outfit. I wanted to look nice," you explain, trying to sound confident. He sighs, shaking his head. "I understand, but you need to be careful. You don't want to attract the wrong kind of attention." You nod, appreciating his concern. "Okay, Dad. I'll be more careful next time."<br><br>
<<set $dad.sawnude to $hourCount>>
<<elseif $dad.relationship >=40 and _comment is 0>>
As you walk into the room, your father looks up, his eyes widening with a mix of surprise and approval. "Well, well, look at my little princess," he says, his voice filled with a blend of pride and desire. "What an outfit! You look absolutely stunning." You feel a rush of excitement and pride at his words. "Daddy, I just wanted to look nice for you," you say, your voice soft and innocent, yet laced with a hint of seduction. He chuckles, his hand gently stroking your cheek. "You're such a good girl." he says, his voice filled with love.<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "dad" "1" "30">>
<<set $dad.sawnude to $hourCount>>
<<elseif $brother.relationship <20 and _comment is 2>>
As you walk into the room, your brother looks up from his phone, his eyes widening slightly in surprise. "What are you wearing?" he asks, his voice tinged with disapproval. "That's a bit too sexy, don't you think?" You feel a wave of defiance. "Mind your own business," you retort, your voice cold. He scoffs, shaking his head. "You're just asking for trouble dressed like that." You glare at him, the tension between you palpable, before turning away sharply.
<<set $brother.sawnude to $hourCount>>
<<elseif $brother.relationship <40 and _comment is 2>>
As you walk into the living room, your brother looks up, his expression a mix of concern and disapproval. "Seriously, what are you wearing?" he asks, his voice gentle but firm. "You look... really sexy, but it's a bit too much, don't you think?" You feel a twinge of guilt but try to brush it off. "It's just fashion. Everyone dresses like this," you say, trying to sound confident. <br><br>
<<set $brother.sawnude to $hourCount>>
<<elseif $brother.relationship >=40 and _comment is 2>>
As you walk into the living room, your brother looks up, his eyes darkening with a mix of approval and dominance. "Well, well, look at you," he says, his voice low and commanding. "Dressed like the little cutie you want to be." <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "brother" "1" "30">>
<<set $brother.sawnude to $hourCount>>
<</if>>
<<elseif $mainChar.look.accessories.neck.name is "Leash" >>
<<if $mom.relationship < 20 and _comment is 1>>
As you walk into the room, your mother looks up from her book, her eyes widening in shock and disgust. "What on earth are you wearing?" she snaps, her voice dripping with disdain as she stares at the leash around your neck. "You look like a freak." She scoffs, shaking her head. "You're embarrassing yourself and all of us. Go change before you make things any worse." <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "mom" "-1">>
<<set $mom.sawnude to $hourCount>>
<<elseif $mom.relationship < 40 and _comment is 1>>
As you walk into the room, your mother looks up, her expression a mix of concern and mild disapproval. "Honey, is that a dog leash?" she asks, her voice gentle but firm. "It's a bit... weird, don't you think?" You feel a twinge of guilt but try to brush it off. "Mom, it's just fashion." you say, trying to sound confident. She sighs, her eyes softening. "Maybe you could take it off for now?" <br><br>
<<MainChar_Stats "arousal" "5">>
<<set $mom.sawnude to $hourCount>>
<<elseif $mom.relationship >= 40 and _comment is 1>>
As you walk into the room, your mother looks up, her eyes lighting up with a mix of amusement and approval. "Oh, look at you, my little princess!" she coos, her voice filled with affection. "You look absolutely adorable with that collar. Such a cute little pet." You feel a rush of warmth at her praise. "Thanks, Mom," you say, a small smile playing on your lips.<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "mom" "1" "30">>
<<set $mom.sawnude to $hourCount>>
<<elseif $dad.relationship < 20 and _comment is 0>>
As you walk into the room, your father looks up from his newspaper, his eyes narrowing in anger and disgust. "What the hell is this?" he demands, his voice booming. "Take that thing off right now. You look ridiculous." You feel a wave of defiance wash over you. "It's just a fashion statement," you retort, your voice cold as you touch the leather leash. He scoffs, shaking his head. "You're embarrassing yourself and this family. Go take it off."<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "dad" "-1">>
<<set $dad.sawnude to $hourCount>>
<<elseif $dad.relationship < 40 and _comment is 0>>
As you walk into the living room, your father looks up, his expression a mix of concern and disapproval. "Honey, what's with the... leash?" he asks, his voice gentle but firm. "It's a bit... unusual, don't you think?" You feel a twinge of self-consciousness but try to brush it off. "It's just a trend," you say, trying to sound confident. <br><br>
<<MainChar_Stats "arousal" "5">>
<<set $dad.sawnude to $hourCount>>
<<elseif $dad.relationship >=40 and _comment is 0>>
As you walk into the room, your father looks up, his eyes widening with a mix of surprise and approval. "Well, look at my little princess," he says, his voice warm and tender. "You look so cute with that collar on. Come here, sweetie." You feel a rush of warmth at his praise, walking over to him. He reaches out, gently stroking your hair.
"You're such a good girl," he says, his voice filled with love. "My little pet. You know Daddy loves you, right?" You nod, feeling a sense of contentment. "Yes, Daddy. I love you too," you say, your voice soft and adoring.<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "dad" "1" "30">>
<<set $dad.sawnude to $hourCount>>
<<elseif $brother.relationship <20 and _comment is 2>>
As you walk into the room, your brother looks up from his phone, his eyes widening in shock and disgust. "What the hell are you wearing?" he snaps, his voice dripping with contempt. "You look like a fucking freak. Take that thing off." You feel a wave of anger and defiance wash over you. "Mind your own business," you retort, your voice cold. He scoffs, shaking his head. <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "brother" "-1">>
<<set $brother.sawnude to $hourCount>>
<<elseif $brother.relationship <40 and _comment is 2>>
As you walk into the living room, your brother looks up, his expression a mix of concern and disapproval. "Seriously, what are you wearing?" he asks, his voice gentle but firm. "You look... really sexy, but...isn't it too much?" You feel a twinge of guilt but try to brush it off. "It's just fashion," you say, trying to sound confident. He sighs, his eyes softening. "But... you're wearing a leash... for dogs..." You give him a smile and continue your day.<br><br>
<<MainChar_Stats "arousal" "5">>
<<set $brother.sawnude to $hourCount>>
<<elseif $brother.relationship >=40 and _comment is 2>>
As you walk into the living room, your brother looks up, his eyes darkening with a mix of approval and dominance. "Well, well, look at you," he says, his voice low and commanding. "Dressed like the little pet you really are. Is that what you want everyone to see?" You feel a thrill of excitement mixed with a twinge of shame. "M... Maybe..." you reply, your voice soft and submissive.<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "brother" "1" "30">>
<<set $brother.sawnude to $hourCount>>
<</if>>
<<elseif $mainChar.look.accessories.neck.name.toLowerCase().indexOf('choker') !== -1 and $mainChar.look.accessories.neck.obscenity >=30>>
<<set _chokerName = $mainChar.look.accessories.neck.name.split(' ')[1].toLowerCase()>>
<<if $mom.relationship < 40 and _comment is 1>>
Your mother looks up from her book, her eyes widening in shock and disgust. "What on earth is that around your neck?" she snaps, her voice dripping with disdain. "You look like a... Have some respect for yourself." You feel a wave of shame wash over you, but you try to hold your ground. "It's just a choker, Mom," you retort, but your voice lacks conviction. She scoffs, shaking her head. "It's written _chokerName on it! You're embarrassing yourself and all of us. Go change before you make things any worse."<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "mom" "-1">>
<<set $mom.sawnude to $hourCount>>
<<elseif $mom.relationship < 60 and _comment is 1>>
Your mother looks up, her expression a mix of concern and mild disapproval. "Honey, what's that around your neck?" she asks, her voice gentle but firm. You feel a twinge of guilt but try to brush it off. "It's just a choker, Mom. It's trendy," you say, trying to sound confident. She sighs, her eyes softening. "It's written _chokerName on it... it isn't appropriate. At all."<br><br>
<<MainChar_Stats "arousal" "5">>
<<set $mom.sawnude to $hourCount>>
<<elseif $mom.relationship >= 60 and _comment is 1>>
Your mother looks up, her eyes lighting up with a mix of amusement and approval. "Oh, look at you, my little princess!" she coos, her voice filled with affection. "That's such a cute choker. Come here, let me see." You walk over to her, feeling a rush of warmth at her praise. She reaches out, her hands gently adjusting the choker, her touch lingering a little too long. "You look so adorable, my little one," she says, her voice teasing. "Such a grown-up girl now, aren't you? That choker makes you look even more sexy."<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "mom" "1" "30">>
<<set $mom.sawnude to $hourCount>>
<<elseif $dad.relationship < 40 and _comment is 0>>
Your father looks up from his newspaper, his eyes narrowing as he reads the word "_chokerName". "What on earth is that around your neck?" he growls, his voice filled with anger. "You look like a fucking disgrace. Take it off." You feel a wave of shame wash over you, but you try to hold your ground. "It's just a choker, Dad," you retort, but your voice lacks conviction. He scoffs, shaking his head. "It's written _chokerName on it! You're embarrassing yourself and all of us. Go to your room and take that thing off."<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "dad" "-1">>
<<set $dad.sawnude to $hourCount>>
<<elseif $dad.relationship < 60 and _comment is 0>>
Your dad looks up, his expression a mix of concern and mild disapproval. "$mainChar.firstName, what's that around your neck?" he asks, his voice gentle but firm. You feel a twinge of guilt but try to brush it off. "It's just a choker, Dad. It's trendy," you say, trying to sound confident. He sighs, his eyes softening. "It's written _chokerName on it... it isn't appropriate. At all."<br><br>
<<MainChar_Stats "arousal" "5">>
<<set $dad.sawnude to $hourCount>>
<<elseif $dad.relationship >=60 and _comment is 0>>
"Well, look at you, my little princess," he says, his voice warm and tender. "A choker with _chokerName written on it... That's a bold choice. Come here." You walk over to him, feeling a rush of warmth at his praise. He reaches out, his hand gently touching the choker, his fingers lingering on your skin. "You look so grown-up, babygirl," he says, his voice filled with pride. "My little girl, all dressed up. You know, that choker makes you look even more desirable." You blush, feeling a mix of embarrassment and pleasure at his words. "Thank you, Daddy," you say, your voice soft and adoring. He smiles, his eyes sparkling with love. "You're welcome, sweetie. Just remember, you're always my little girl, no matter what you wear."<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "dad" "1" "30">>
<<set $dad.sawnude to $hourCount>>
<<elseif $brother.relationship <40 and _comment is 2>>
Your brother looks up from his phone, his eyes widening in shock and disgust as he reads the word "_chokerName". "What the hell are you wearing?" he snaps, his voice dripping with contempt. "You look like a fucking slut. Take that thing off." You feel a wave of anger and defiance wash over you. "Mind your own business," you retort, your voice cold. He scoffs, shaking his head. <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "brother" "-1">>
<<set $brother.sawnude to $hourCount>>
<<elseif $brother.relationship <60 and _comment is 2>>
As you walk into the living room, your brother looks up, his expression a mix of concern and disapproval. "Seriously, what are you wearing?" he asks, his voice gentle but firm. "You look... really sexy, but...isn't it too much?" he asks, his voice gentle but firm. You feel a twinge of guilt but try to brush it off. "It's just a choker, bro. It's trendy," you say, trying to sound confident. He sighs, his eyes softening. "But... you're wearing a collar... for dogs... with _chokerName written on it... it's a lot." You give him a smile and continue your day.<br><br>
<<MainChar_Stats "arousal" "5">>
<<set $brother.sawnude to $hourCount>>
<<elseif $brother.relationship >=40 and _comment is 2>>
As you walk into the living room, your brother looks up, his eyes darkening with a mix of approval and dominance. "Well, well, look at you," he says, his voice low and commanding. "Wearing that choker like the little slut you are. Is that what you want everyone to see?" You feel a thrill of excitement mixed with a twinge of shame. "M... Maybe..." you reply, your voice soft and submissive.<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "brother" "1" "30">>
<<set $brother.sawnude to $hourCount>>
<</if>>
<</if>><<set $minute += 30>>
<<set $mainChar.did_cleaning_kitchen to $dayCount>>
With determination in your stride, you set out on a mission to restore order to the kitchen. Armed with cleaning supplies and a sense of purpose, you tackle one area after another. Dust bunnies scatter as you wield your cleaning tools, and surfaces regain their shine under your diligent efforts.<br><br>
<<if ($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '') or ($mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cleaning/Cleaning_clothed{0}.webp", random(0,2))]] @@
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
Today, you've decided to do the cleaning in a way that feels liberating and daring. There's a thrill in the vulnerability, a sense of freedom in being completely naked. You start with the countertops, wiping them down with a damp cloth, the sensation of the cool water against your skin adding to the experience. <br><br>
As you bend down to clean the lower cabinets, you feel a rush of excitement, knowing that anyone could walk in and see you like this. The thought sends a shiver down your spine, but you continue, enjoying the mix of vulnerability and empowerment. You sweep the floor, the broom handle smooth against your palms, and then mop, the cool water splashing gently against your feet.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cleaning/Cleaning_naked{0}.webp", random(0,3))]] @@
<<else>>
The feeling of being partially undressed adds a layer of excitement to the task. You start with the countertops, wiping them down with a damp cloth, the sensation of the cool water against your exposed skin adding to the experience. You move methodically, cleaning each surface with care, your body moving gracefully as you work.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cleaning/Cleaning_panties.webp")]] @@
<</if>>
<<if random(1) is 0>>
<<set _intruder to either("brother","mom","dad")>>
<<set _forced to random(1)>>
<</if>>
<<if _intruder is "brother" and $brother.currentLocation != "School">>
You're on your hands and knees, scrubbing the kitchen floor, when the sound of the door opening <<linkreplace "catches your attention.">> catches your attention. You glance up to see your brother standing there, a look of surprise on his face.
<<if ($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '') and ($brother.relationship < 20)>>
"What are you doing?" he asks, his voice flat and uninterested. You sit back on your heels, wiping a strand of hair from your face. "Cleaning the kitchen," you reply, your voice equally devoid of warmth. "Someone has to do it." He shrugs, his expression dismissive. "Whatever," he mutters, walking past you without another word. You watch him go, feeling a pang of disappointment at the lack of connection between you.
You sigh and [[return to your cleaning,->Kitchen]] the silence of the kitchen feeling even more pronounced.<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $brother.relationship < 20>>
"What the hell are you doing?" he asks, his voice sharp and accusatory. You sit back on your heels, feeling a flush of embarrassment rise to your cheeks. "I'm cleaning the kitchen," you reply, trying to keep your voice steady. "Someone has to do it." He looks away, clearly uncomfortable with your state of undress. "Can't you put some clothes on?" he mutters, his voice laced with disapproval. "This is inappropriate."<br><br>
You feel a pang of hurt at his reaction, but you try to brush it off. "It's hot in here," you say, your voice defensive. "I didn't think anyone would come here now." He shakes his head, his expression disapproving. "Whatever," he says, walking past you without another word. You watch him go, feeling a mix of embarrassment and disappointment. You sigh and [[return to your cleaning,->Kitchen]] the silence of the kitchen feeling even more pronounced and awkward.<br><br>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "corruption" "1" "20">>
<<elseif $brother.relationship >= 20 and $brother.relationship < 40>>
"What are you doing down there?" he asks, his voice teasing. You laugh, sitting back on your heels. "Cleaning the kitchen, obviously," you reply, grinning back at him. He walks over, a mischievous glint in his eyes. "You know, you make a pretty cute maid," he says with a playful grin, his eyes tracing your figure. You offer a sheepish smile and [[continue with your day.->Kitchen]]<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "corruption" "1" "20">>
<<elseif $brother.relationship >= 50 and $mainChar.corruption >= 70 and _forced is 0>>
You glance up to see your brother standing there, a dark, predatory look in his eyes. He walks over to you, his presence filling the room with a sense of danger and excitement. "Look at you, on your hands and knees like a good little slut," he growls, his voice low and menacing. He stands behind you, his hands gripping your hips firmly. You don't stop scrubbing the floor, your movements steady and methodical, even as you feel him press against you. He enters you roughly, his movements hard and unyielding. <br><br>
You let out a soft gasp, but you continue your task, the sensation of him taking you from behind adding a layer of intensity to your work. "That's it, take it all," he commands, his voice laced with dominance. You can't help but moan softly, your body betraying your enjoyment. You continue to scrub the floor, your movements in sync with his thrusts, your mind lost in the forbidden pleasure of the moment. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cleaning/Fuck{0}.webp", random(0,3))]] @@<br>
As he continues to thrust into you, his movements become more urgent, more intense. You can feel his body tensing, his grip on your hips tightening even further. With a final, deep thrust, he comes, his cock pulsing as he fills you with his release. "Fuck, yes," he growls, his voice ragged with satisfaction. He stays inside you for a moment, his breath coming in heavy pants, before pulling out abruptly. He stands up, adjusting his clothes with a casual nonchalance. "Finish cleaning," he orders, his voice cold and dismissive. Without another word, he turns and walks out of the kitchen, leaving you there on your hands and knees, feeling used and discarded. <br><br>
You stay there for a moment, your body still trembling with the aftershocks of your orgasm, but your mind is a whirlwind of confusion and humiliation. You take a deep breath, trying to steady yourself, before [[returning to your task.->Kitchen]]<br><br>
<<HaveASexWidget "rape" "brother" "face">><br>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<elseif $brother.relationship >= 40 and $mainChar.corruption >= 60>>
"What are you doing down there?" he asks, his voice curious but not unkind. You sit back on your heels, wiping a strand of hair from your face. "Just cleaning the kitchen," you reply, a small smile playing on your lips. He walks over, his eyes lingering on you for a moment before he speaks. "You know, you look pretty good down there," he says, his voice taking on a playful tone. You feel a spark of excitement, a sense of daring. <br><br>
"Yeah?" you ask, your voice soft but inviting. "You like seeing your little sister on her knees?" He grins, a mischievous glint in his eyes. "I do," he admits, his voice low. "It's kind of hot... Want to take a break and have some fun with your big bro?" he asks, the mischief in his gaze still present.<br><br>
<span id="agree"> <<linkreplace "Agree to take a break.">>
His hands roam over your body, his mouth capturing yours in a passionate kiss. "You're so wet for me, little sister," he growls, his fingers slipping inside you, making you gasp. You let out a soft moan as he enters you, your body responding to his touch. "You like fucking your little sister, don't you?" you murmur, your voice breathy.<br><br>
He groans, his movements becoming more urgent. "Fuck yes, I do," he growls. "You feel so good." You push back against him, meeting his thrusts, your body trembling with pleasure. He complies, his grip on your hips tightening, his movements becoming more forceful. You both moan and gasp, the sound of your combined pleasure filling the kitchen. You both give in to the forbidden desire between you.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Fuck/Male{0}.webp", random(2))]] @@<br>
His grip on your hips tightens, his breath coming in ragged gasps. You can feel his body tensing, his movements becoming more urgent. "Come on, big brother," you murmur, your voice breathy and encouraging. "Fill me up. I want to feel you come inside me." With a final, deep thrust, he groans, his body shuddering as he releases into you. You let out a soft moan, feeling the warmth of his seed filling you, the sensation sending waves of pleasure through your body. You both stay like that for a moment, his body pressed against yours, your breaths syncing as you come down from the high. <br><br>
After a few moments, he pulls out, and you take a deep breath, steadying yourself. You look back at him over your shoulder, a satisfied smile on your lips. "That was... intense," you say softly. He grins, a mix of satisfaction and affection in his eyes. "Yeah, it was," he agrees, stepping back to give you space. You struggle to regain composure before [[finishing cleaning.->Kitchen]]<br><br>
<<HaveASexWidget "vaginal" "brother" "onpussy">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
"Sorry but I would like to finish this quickly." You reply. Visibly disappointed, he nods and lets you [[finish cleaning.->Kitchen]] <br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "brother" "-2">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<<elseif $brother.relationship >= 60 and $mainChar.corruption >= 80>>
"Well, well, well," he says, his voice dripping with dominance. "Look at you, on your knees like a good little slave." You feel a thrill of excitement and submission course through you. "I'm just cleaning, bro," you reply, your voice soft and obedient.
He walks over, standing above you, his presence commanding. "But I have something else that needs cleaning." He unzips his pants, revealing his hard cock. "Clean this, sis." <br><br>
<span id="agree"> <<linkreplace "Suck his cock.">>
You nod, a sense of submission washing over you. "Yes, brother," you murmur, opening your mouth to take him in. He grips your hair tighter, guiding your head as you begin to suck him, your tongue swirling around his length. "That's it, little sister," he growls, his voice laced with dominance. "Suck my cock like the good little slut you are. " You moan in response, your body responding to his harsh words. He fucks your mouth, his hips thrusting roughly, using you for his pleasure. You can feel the saliva dripping down your chin, the sound of his cock hitting the back of your throat filling the room.<br><br>
Suddenly, he pulls out, his grip on your hair tightening as he forces you to bend on the floor. He enters you roughly, his cock filling you completely. You gasp, your body responding to the intense sensation. He fucks you hard, his hips slapping against your ass, his dirty talk humiliating and exciting. "My little fucktoy," he growls, his voice ragged. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Fuck/Male{0}.webp", random(2))]] @@<br>
You moan, your body trembling with pleasure and humiliation. He continues to fuck you, his movements becoming more urgent, more intense. With a final, deep thrust, he comes, his cock pulsing as he fills you with his cum. He pulls out, leaving you bent on the floor, his cum dripping down your thighs. "Good girl," he says, his voice satisfied. "Keep cleaning. I'll be back later." With that, he zips up his pants and walks out of the kitchen, leaving you to finish your task, your body still trembling with the aftershocks of your encounter. You struggle to regain composure before [[finishing cleaning.->Kitchen]]<br><br>
<<HaveASexWidget "vaginal" "brother" "onpussy">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
You hesitate, a mix of fear and reluctance washing over you. "I... I should finish cleaning the kitchen first," you stammer, your voice trembling. He studies you for a moment, his eyes narrowing. "Fine," he says, his voice cold. You take a deep breath, trying to steady yourself, and [[finish cleaning.->Kitchen]] <br><br>
<<MainChar_Stats "brother" "-2">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "arousal" "10">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<</if>>
<</linkreplace>>
<<elseif _intruder is "dad" and $dad.currentLocation !='Work'>>
You're on your hands and knees, scrubbing the kitchen floor, when the sound of the door opening <<linkreplace "catches your attention.">> catches your attention. Your father steps in, his eyes widening in surprise as he sees you. <br><br>
<<if ($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '') and $dad.relationship < 20>>
"What are you doing?" he asks, his voice flat and uninterested. You look up at him, feeling a pang of discomfort. "Just cleaning," you reply, trying to keep your voice neutral. He grunts, his expression unreadable. "Well, don't make a mess of it," he says, his tone dismissive. He walks past you, not bothering to offer any help or even a kind word. You watch him go, feeling a familiar sense of distance and disconnect. You [[continue scrubbing,->Kitchen]] the silence of the kitchen echoing the emptiness of your relationship.<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $dad.relationship < 20>>
"What the hell are you doing?" he demands, his voice harsh and disapproving. You look up at him, feeling a wave of embarrassment and discomfort. "Just cleaning," you reply, your voice small and uncertain. He scoffs, his expression turning into a scowl. "Cleaning half-naked? What's wrong with you?" he snaps, his tone dismissive and cold. "Put some clothes on and stop making a spectacle of yourself." You feel a lump form in your throat, the sting of his words cutting deep. "I—I just thought—" you start to explain, but he cuts you off.<br><br>
"I don't want to hear it," he says, his voice firm. "Just get dressed. And for God's sake, have some decency." He turns and walks out of the kitchen, leaving you alone with your humiliation. You continue scrubbing, the silence of the kitchen now feeling oppressive and heavy. Tears well up in your eyes, but you blink them away, determined to [[finish your task->Kitchen]] despite the hurt and rejection you feel.<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "dad" "-1">>
<<elseif $dad.relationship >= 20 and $dad.relationship < 40>>
"What are you doing down there?" he asks, a playful smile spreading across his face. His gaze lingers for a moment, appreciating the view. You look up at him, a grin tugging at your lips. "Just cleaning," you reply, your voice light. He chuckles, stepping closer. "You know, you look kind of cute down there," he says, his voice teasing. You laugh, squirming away from him. "Stop it!" you giggle. He laughs with you, finally relenting. <br><br>
"Alright, alright," he says, his voice warm. "But don't stay down there too long. You'll get a cramp." He ruffles your hair affectionately before leaving the kitchen, the sound of your shared laughter lingering in the air. As he walks away, he glances back one more time, a subtle smile on his face, clearly enjoying the sight of you. You offer a sheepish smile and [[continue with your day.->Kitchen]]<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $dad.relationship >= 50 and $mainChar.corruption >= 70 and _forced is 0>>
"What are you doing down there, sweetheart?" he asks, his voice soft and caring. You look up at him, a warm smile on your face. "Just cleaning, Daddy," you reply, your voice sweet. He walks over to you, his eyes filled with a dark intensity. "You look so cute down there," he says, his voice low and husky. He reaches down, his hand gently caressing your cheek before moving to unzip his pants. <br><br>
You feel a mix of confusion and excitement as he positions himself behind you. "Daddy, what are you doing?" you ask, your voice innocent. He doesn't answer. Instead, you feel him enter you, the sensation both shocking and strangely familiar.
"Oh, Daddy," you moan, your voice breathy, your hands gripping the floor, but you don't stop cleaning. You continue scrubbing, the rhythm of your movements matching his thrusts. "That's it, sweetheart," he murmurs, his voice ragged. "Keep cleaning. Be a good girl for Daddy."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cleaning/Fuck{0}.webp", random(0,3))]] @@<br>
You comply, your body responding to his touch, your mind a whirlwind of conflicting emotions. You feel a sense of detachment, focusing on the task at hand, even as your body betrays you, finding pleasure in the forbidden act. You continue to clean, the sound of the scrubbing brush mingling with the soft moans that escape your lips. He picks up the pace, his breath coming in quick gasps. "You feel so good, sweetheart," he growls. "I'm going to come inside you. I'm going to fill you up with my cum." <br><br>
You moan, your body trembling with anticipation. "Yes, Daddy," you gasp. "Come inside me. Fill your little girl up with your cum." With a final, deep thrust, he comes, his cock pulsing as he fills you with his release. You moan, your body shuddering with the force of your own orgasm. He stays inside you for a moment, his breath ragged, before pulling out and stepping back. You look back at him, a satisfied smile on your face. "Did I please you well, Daddy?" you ask softly, your voice filled with a mix of innocence and seduction. He looks down at you, a contented smile on his face. "Yes, sweetheart," he says, his voice warm. "You pleased me very well." He zips up his pants and leaves the kitchen, leaving you to [[finish your cleaning session->Kitchen]] with a sense of pride and satisfaction.<br><br>
<<HaveASexWidget "rape" "dad" "face">><br>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<elseif $dad.relationship >= 40 and $mainChar.corruption >= 60>>
"What are you doing down there, sweetheart?" he asks, his voice soft and caring. You look up at him, a warm smile on your face. "Just cleaning, Daddy," you reply, your voice sweet. He walks over to you, his eyes filled with affection. "You know, you look so cute down there," he says, his voice low and gentle. He reaches down, his hand gently caressing your cheek. "But I have a better idea for how you can make your Daddy happy."<br><br>
You feel a flutter of excitement in your chest. "Oh, yeah?" you ask, your voice breathy. He nods, his eyes darkening with desire. "I think it's time we had some fun together." You feel a rush of heat between your legs, your body responding to his suggestion.
<span id="agree"> <<linkreplace "Agree to take a break.">>
You bite your lip, feeling a rush of heat between your legs. "I want to, Daddy," you say, your voice soft. He smiles, unzipping his pants. He enters you, and you gasp, your hands gripping the floor. "Oh, Daddy," you moan, your voice breathy. "You're such a good girl," he growls. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Fuck/Male{0}.webp", random(2))]] @@<br>
He picks up the pace, his breath coming in quick gasps. "You feel so good, sweetheart," he growls. "I'm going to come inside you. I'm going to fill my little girl up with my cum." You moan, your body trembling with anticipation. "Yes, Daddy," you gasp. "Come inside me. Fill me up." With a final, deep thrust, he comes, his cock pulsing as he fills you with his release. He stays inside you for a moment, his breath ragged, before pulling out and stepping back.<br><br>
"Did I please you well, Daddy?" you ask softly, your voice filled with a mix of innocence and seduction. He looks down at you, a contented smile on his face. "Yes, sweetheart," he says, his voice warm. "You pleased me very well." He zips up his pants and leaves the kitchen, leaving you to [[finish your cleaning session->Kitchen]] with a sense of pride and satisfaction.<br><br><br><br>
<<HaveASexWidget "vaginal" "dad" "onpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
You pause, considering his offer, but then you shake your head gently. "I appreciate it, Daddy," you say, your voice soft but firm. "But I really want to finish cleaning first." He looks at you, a mix of surprise and disappointment in his eyes. "Alright, sweetheart," he says, before leaving the room. You get back to your chores and [[finish cleaning.->Kitchen]] <br><br>
<<MainChar_Stats "dad" "-2">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "arousal" "10">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<</if>>
<</linkreplace>>
<<elseif _intruder is "mom" and $mom.currentLocation !='Work'>>
You're on your hands and knees, scrubbing the kitchen floor, when the sound of the door opening <<linkreplace "catches your attention.">> catches your attention. You glance up to see your mom standing there, a look of surprise on her face.<br><br>
<<if ($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '') and $mom.relationship < 20>>
"What are you doing down there?" she asks, her voice cool. You sit back on your heels, wiping a strand of hair from your face. "Just cleaning up," you reply, trying to keep your voice neutral. The tension between you is palpable, and you can feel her judgmental gaze.She sighs, shaking her head. "You know, you could use a mop for that. You don't have to be on the floor like an animal." Her words sting, but you bite back a retort, knowing it won't help the situation. "I just wanted to make sure it's clean," you say, standing up and putting the scrub brush away. You avoid her gaze, feeling the weight of her disapproval.<br><br>
She nods, her expression unchanged. "Well, just make sure you do it right. I don't want to have to clean up after you." With that, she turns and leaves the room, leaving you feeling even more distant from he, as you [[continue with your day->Kitchen]]<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "mom" "1" "30">>
<<elseif $mom.relationship < 20>>
"What on earth are you doing?" she asks, her voice sharp and judgmental. Her eyes scan over your barely-clothed body, and you can see the disdain in her gaze. You sit back on your heels, feeling a flush of embarrassment rise to your cheeks. "I was just cleaning up," you reply, trying to keep your voice steady. She sighs, shaking her head. "And you thought it was appropriate to do it half-naked? Have you no sense of decency?" Her words cut deep, and you feel a pang of humiliation. "I just... I didn't think anyone would come," you stammer. <br><br>
She nods, her expression unchanged. "Well, clearly you need to think more carefully. This is not how a young lady should behave. Clean yourself up and put some clothes on. I don't want to see you like this again." With that, she turns and leaves the room, leaving you feeling even more distant and ashamed. You stand there for a moment before [[going back to your room.->Bedroom]]<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "mom" "-1">>
<<elseif $mom.relationship >= 20 and $mom.relationship < 40>>
Your mother's eyes widen slightly as she takes in the scene. There's a brief flash of something more than just surprise in her gaze, a hint of excitement that she quickly tries to hide. "What are you doing down there, sweetie?" she asks, her voice warm but with a slight tremor. She clears her throat, trying to regain her composure. <br><br>
You sit back on your heels, looking up at her with a smile. "Just cleaning up, Mom. Someone has to keep this place spotless," you say, your tone playful. She laughs, but there's a nervous edge to it. "Well, you're doing a great job. You offer a sheepish smile and [[continue with your day.->Kitchen]]<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "mom" "1" "30">>
<<elseif $mom.relationship >= 50 and $mainChar.corruption >= 70 and _forced is 0>>
"My little baby, always so diligent," she says, her voice a blend of sweetness and something more sinister. You smile up at her, your eyes wide with feigned innocence. "Just trying to keep everything clean, Mommy," you say, your voice taking on a childlike quality. She walks over, standing behind you. You feel her hands on your hips, her grip firm. "You're such a good girl," she murmurs, her voice low and husky. "But sometimes, good girls need to be reminded of who's in charge."<br><br>
Without warning, she slips her hand between your legs, her fingers finding your entrance. You gasp, but you push back against her touch, encouraging her. "Oh, Mommy, that feels so good," you coo, your voice breathy. She leans down, her breath hot against your ear. "You like that, don't you? You like when Mommy touches you like this." Her fingers move faster, pushing deeper inside you. You can't help but moan, your body responding to her touch despite the situation.<br><br>
Suddenly, she pulls her fingers out and spreads your cheeks, her tongue finding your asshole. You gasp at the intimate contact, your body tensing. "Relax, my little baby," she murmurs, her voice soothing yet commanding. "Let Mommy take care of you." She licks and probes, her tongue working you into a frenzy. Abruptly, she pulls away, standing up and positioning herself in front of you. She grabs your head, pushing it down towards her pussy. "Now, be a good girl and lick Mommy's pussy," she demands, her voice firm. "Make Mommy feel good."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cleaning/Fuck_lesbian{0}.webp", random(2))]] @@<br>
You comply eagerly, your tongue finding her clit, licking and sucking as she guides your head. You look up at her, your eyes filled with a mix of innocence and lust. "Mmm, Mommy, you taste so good," you murmur between licks. "I love making you feel good." She moans, her hips moving against your face, her grip on your hair tightening. "That's it, my little baby," she gasps. "Make Mommy come. Show me how much you love your Mommy." You continue to lick and suck, your body responding to her pleasure. She moans louder, her body tensing as she reaches her climax. With a final, intense shudder, she comes, her body convulsing against your face.<br><br>
As she comes down from her high, she releases your head, stepping back with a satisfied smile. "Good girl," she says, her voice soft and affectionate. "You always know how to make Mommy feel good." You look up at her, a mischievous smile on your face. "I'm glad I could make you happy, Mommy," you say, your voice sweet. "I love being your good little girl." With that, she turns and leaves the room, leaving you on the floor, your body still tingling from the encounter. You regain composure and [[finish cleaning->Kitchen]] as if nothing had happened. <br><br>
<<HaveASexWidget "rape" "mom" >>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<elseif $mom.relationship >= 40 and $mainChar.corruption >= 60>>
You look up to see your mother standing there, her eyes sparkling with a mix of affection and something more. "Look at my little baby, all hard at work," she coos, her voice soft and playful. You smile up at her, playing into the role. "I'm just trying to be a good girl, Mommy," you say, your voice taking on a childlike quality. She walks over, crouching down beside you. "You are such a good girl," she murmurs, her hand gently stroking your hair. <br><br>
"But you know what good girls get?" Her voice drops to a sultry whisper. "They get special treats." You look up at her, your eyes wide with feigned innocence. "What kind of treats, Mommy?" you ask, your voice breathy. She leans in, her breath hot against your ear. "The kind that makes them feel all warm and fuzzy inside." Her hand trails down your back, resting lightly on your hip.<br><br>
<span id="agree"> <<linkreplace "Agree to take a break.">>
She positions you against the counter, her hands gently but firmly spreading your legs apart. "Such a good girl," she coos, her voice a mix of maternal affection and dark desire. "Mommy just wants to make you feel good." She slips her hand between your legs, her fingers finding your entrance with practiced ease. You gasp as she begins to finger you, her movements slow and deliberate. "That's it, my little baby," she murmurs, her voice soft and soothing. "Let Mommy take care of you."<br><br>
She suddenly pulls her fingers out, leaving you feeling empty and wanting more. She drops to her knees behind you, her hands spreading your cheeks apart. You feel her tongue, warm and wet, circling your anus. You moan, the sensation sending shivers down your spine. "Mommy loves your little asshole," she says, her voice muffled against your skin. "It's so tight and perfect." She licks and sucks, her tongue probing and exploring, making you squirm with pleasure. "That feels so good, Mommy," you gasp, your voice breathy and desperate. She pulls back, her eyes meeting yours as she stands up. "Come here, my little baby," she says, her voice commanding yet gentle. "Sit on Mommy's face. Let me taste your sweet little pussy."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Cleaning/Fuck_lesbian{0}.webp", random(3))]] @@<br>
You comply, straddling her as she lies down. You lower yourself onto her face, feeling her tongue immediately find your clit. You moan, your body trembling with the intensity of the sensation. "Yes, Mommy," you gasp. "Lick me just like that. Make me feel so good." You ride her face, your hips moving in time with her licks, your body building towards a powerful orgasm. "I'm going to come, Mommy," you gasp, your voice ragged. "Make me come all over your face." She redoubles her efforts, her tongue and lips working in perfect harmony. With a final, intense lick, you climax, your body shuddering with the force of your orgasm. You cry out, your voice filled with pleasure and release.<br><br>
"That was amazing, Mommy," you say, your voice soft and content. She smiles up at you, her eyes filled with love and satisfaction. "You're such a good girl, my little baby," she says, her voice warm. "Now, finish your cleaning. Mommy will be here if you need anything." Your orgasm lingering in the air, your mom leaves you breathless and trembling so you can [[finish cleaning.->Kitchen]]<br><br>
<<HaveASexWidget "masturbated" "mom">><br>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
Visibly disappointed, she nods and lets you [[finish cleaning.->Kitchen]] <br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "mom" "-2">>
<<replace #agree>><</replace>> <</linkreplace>><br></span> <</if>>
<</linkreplace>>
<<else>>
You stand back and survey the kitchen, a sense of satisfaction washing over you as you take in the gleaming counters, the spotless floor, and the neatly organized shelves. With a final look around the kitchen, you [[leave the room,->Kitchen]] moving on to the next task of your day.<br><br>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-15">>
<</if>>
<<set $minute += 30>>
<<set $mainChar.did_cleaning_kitchen to $dayCount>>
You're in the living room, armed with a dust cloth, a vacuum cleaner, and a sense of determination. The room is a bit messy, with clutter scattered across the coffee table and a thin layer of dust covering the surfaces. You take a deep breath, ready to tackle the task at hand. You start by picking up the clutter, organizing magazines, putting away remotes, and straightening the cushions on the couch. Each item finds its proper place, and the room already begins to look more orderly. You hum a little tune to yourself, finding a rhythm in the work.<br><br>
<<if ($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '') or ($mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)>>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Cleaning/Cleaning_clothed{0}.webp", random(0,1))]] @@<br>
You move on to the vacuum cleaner, plugging it in and turning it on with a satisfying hum. You methodically vacuum the carpet, moving furniture as needed to ensure you get every corner. The sound of the vacuum is almost soothing, a steady background noise that helps you focus on the task.<br><br>
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
Today, you've decided to do the cleaning in a way that feels liberating and daring. There's a thrill in the vulnerability, a sense of freedom in being completely naked. You start with the dusting, your body moving gracefully as you reach up to clean the tops of the shelves. The sunlight catches the dust particles, making them dance in the air. You hum a little tune to yourself, feeling the rhythm of your movements. The feather duster tickles your skin as you sweep it across the surfaces, leaving a trail of cleanliness in its wake.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Cleaning/Cleaning_naked{0}.webp", random(0,3))]] @@<br>
Next, you move on to vacuuming. The hum of the vacuum cleaner fills the room, a steady background noise that you find oddly soothing. You bend and stretch, the machine gliding over the carpet, picking up every speck of dirt. You catch glimpses of yourself in the mirror, your reflection moving with purpose and grace. <br><br>
<<else>>
The feeling of being partially undressed adds a layer of excitement to the task. You start with the dusting, your body moving gracefully as you reach up to clean the tops of the shelves. The sunlight catches the dust particles, making them dance in the air. You hum a little tune to yourself, feeling the rhythm of your movements. The feather duster tickles your skin as you sweep it across the surfaces, leaving a trail of cleanliness in its wake.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Cleaning/Cleaning_panties"+random(1)+".webp")]] @@<br>
<</if>>
<<if random(2) is 0>>
<<set _intruder to either("brother","mom","dad")>>
<<set _forced to random(1)>>
<</if>>
<<if _intruder is "brother" and $brother.currentLocation !='School'>>
Just as you're about to put the cleaning supplies away, you hear <<linkreplace "the front door open.">> the front door open. You glance up to see your brother standing there, a look of surprise on his face.
<<if ($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '') and ($brother.relationship < 20)>>
"What are you doing?" he asks, his voice flat and uninterested. You sit back on your heels, wiping a strand of hair from your face. "Just cleaning the room," you reply, your voice equally devoid of warmth. "Someone has to do it." He shrugs, his expression dismissive. "Whatever," he mutters, walking past you without another word. You watch him go, feeling a pang of disappointment at the lack of connection between you.
You sigh and [[return to your cleaning,->Living room]] the silence of the living room feeling even more pronounced.<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $brother.relationship < 20>>
"What the hell are you doing?" he asks, his voice sharp and accusatory. You sit back on your heels, feeling a flush of embarrassment rise to your cheeks. "I'm dusting the couch," you reply, trying to keep your voice steady. "Someone has to do it." He looks away, clearly uncomfortable with your state of undress. "Can't you put some clothes on?" he mutters, his voice laced with disapproval. "This is inappropriate."<br><br>
You feel a pang of hurt at his reaction, but you try to brush it off. "It's hot in here," you say, your voice defensive. "I didn't think anyone would come here now." He shakes his head, his expression disapproving. "Whatever," he says, walking past you without another word. You watch him go, feeling a mix of embarrassment and disappointment. You sigh and [[return to your cleaning,->Living room]] the silence of the room feeling even more pronounced and awkward.<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $brother.relationship >= 20 and $brother.relationship < 40>>
"What are you doing down there?" he asks, his voice teasing. You laugh, sitting back on your heels. "Cleaning the room, obviously," you reply, grinning back at him. He walks over, a mischievous glint in his eyes. "You know, you make a pretty cute maid," he says with a playful grin, his eyes tracing your figure. You offer a sheepish smile and [[continue with your day.->Living room]]<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "corruption" "1" "20">>
<<elseif $brother.relationship >= 50 and $mainChar.corruption >= 70 and _forced is 0>>
You glance up to see your brother standing there, a dark, predatory look in his eyes. He looks around, his expression approving. "Good girl," he says, his voice firm and dominant. "Keep it up." You look up at him, a mix of submission and excitement in your eyes. He walks over, his eyes roaming over your body, taking in every detail. "You look so cute when you're being useful," he says, his voice laced with a mix of affection and dominance. "But you know what would make it even better?" You look up at him, your eyes wide with anticipation. "What, big bro?" you ask, your voice breathy. He leans in, his voice a low growl. "If you were on your knees, showing me your ass." You blush, feeling a rush of humiliation and excitement. "I... I can do it," you murmur, dropping to your knees.<br><br>
He watches you for a moment, a satisfied smile on his face. Then, without warning, he thrusts into you, his movements rough and demanding. You gasp, the sudden invasion sending a shockwave of pleasure and pain through your body. But you don't stop cleaning, your hands continuing to move, your body obeying his commands even as he uses you for his pleasure. "That's it, good girl," he growls, his voice filled with dominance. "Keep cleaning. Show me what a good little slut you are."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Cleaning/Fuck{0}.webp", random(2))]] @@<br>
As he continues to thrust into you, his movements become more urgent, more intense. You can feel his body tensing, his grip on your hips tightening even further. With a final, deep thrust, he comes, his cock pulsing as he fills you with his release. "Fuck, yes," he growls, his voice ragged with satisfaction. He stays inside you for a moment, his breath coming in heavy pants, before pulling out abruptly. He stands up, adjusting his clothes with a casual nonchalance. "Finish cleaning," he orders, his voice cold and dismissive. Without another word, he turns and walks out of the living room, leaving you there on your hands and knees, feeling used and discarded. <br><br>
You stay there for a moment, your body still trembling with the aftershocks of your orgasm, but your mind is a whirlwind of confusion and humiliation. You take a deep breath, trying to steady yourself, before [[returning to your task.->Living room]]<br><br>
<<HaveASexWidget "rape" "brother" "face">>
<<HaveASexWidget "anal" "brother">><br>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<elseif $brother.relationship >= 40 and $mainChar.corruption >= 60>>
"What are you doing down there?" he asks, his voice curious but not unkind. You sit back on your heels, wiping a strand of hair from your face. "Just cleaning the living room," you reply, a small smile playing on your lips. He walks over, his eyes lingering on you for a moment before he speaks. "You know, you look pretty good down there," he says, his voice taking on a playful tone. You feel a spark of excitement, a sense of daring. <br><br>
"Yeah?" you ask, your voice soft but inviting. "You like seeing your little sister on her knees?" He grins, a mischievous glint in his eyes. "I do," he admits, his voice low. "It's kind of hot... Want to take a break and have some fun with your big bro?" he asks, the mischief in his gaze still present.<br><br>
<span id="agree"> <<linkreplace "Agree to take a break.">>
His hands roam over your body, his mouth capturing yours in a passionate kiss. "You're so wet for me, little sister," he growls, his fingers slipping inside you, making you gasp. You let out a soft moan as he enters you, your body responding to his touch. "You like fucking your little sister, don't you?" you murmur, your voice breathy.<br><br>
He groans, his movements becoming more urgent. "Fuck yes, I do," he growls. "You feel so good." You push back against him, meeting his thrusts, your body trembling with pleasure. He complies, his grip on your hips tightening, his movements becoming more forceful. You both moan and gasp, the sound of your combined pleasure filling the living room. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/Couch_Fuck_Male{0}.webp", random(6))]] @@<br>
His grip on your hips tightens, his breath coming in ragged gasps. You can feel his body tensing, his movements becoming more urgent. "Come on, big brother," you murmur, your voice breathy and encouraging. "Fill me up. I want to feel you come inside me." With a final, deep thrust, he groans, his body shuddering as he releases into you. You let out a soft moan, feeling the warmth of his seed filling you, the sensation sending waves of pleasure through your body. You both stay like that for a moment, his body pressed against yours, your breaths syncing as you come down from the high. <br><br>
After a few moments, he pulls out, and you take a deep breath, steadying yourself. You look back at him over your shoulder, a satisfied smile on your lips. "That was... intense," you say softly. He grins, a mix of satisfaction and affection in his eyes. "Yeah, it was," he agrees, stepping back to give you space. You struggle to regain composure before [[finishing cleaning.->Living room]]<br><br>
<<HaveASexWidget "vaginal" "brother" "onpussy">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
"Sorry but I would like to finish this quickly." You reply. Visibly disappointed, he nods and lets you [[finish cleaning.->Living room]] <br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "brother" "-1">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<<elseif $brother.relationship >= 60 and $mainChar.corruption >= 80>>
"Well, well, well," he says, his voice dripping with dominance. "Look at you, on your knees like a good little slave." You feel a thrill of excitement and submission course through you. "I'm just cleaning, bro," you reply, your voice soft and obedient.
He walks over, standing above you, his presence commanding. "But I have something else that needs cleaning." He unzips his pants, revealing his hard cock. "Clean this, sis." <br><br>
<span id="agree"> <<linkreplace "Suck his cock.">>
You nod, a sense of submission washing over you. "Yes, brother," you murmur, opening your mouth to take him in. He grips your hair tighter, guiding your head as you begin to suck him, your tongue swirling around his length. "That's it, little sister," he growls, his voice laced with dominance. "Suck my cock like the good little slut you are. " You moan in response, your body responding to his harsh words. He fucks your mouth, his hips thrusting roughly, using you for his pleasure. You can feel the saliva dripping down your chin, the sound of his cock hitting the back of your throat filling the room.<br><br>
Suddenly, he pulls out, his grip on your hair tightening as he forces you to bend on the floor. He enters you roughly, his cock filling you completely. You gasp, your body responding to the intense sensation. He fucks you hard, his hips slapping against your ass, his dirty talk humiliating and exciting. "My little fucktoy," he growls, his voice ragged. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/Couch_Fuck_Male{0}.webp", random(6))]] @@<br>
You moan, your body trembling with pleasure and humiliation. He continues to fuck you, his movements becoming more urgent, more intense. With a final, deep thrust, he comes, his cock pulsing as he fills you with his cum. He pulls out, leaving you bent on the floor, his cum dripping down your thighs. "Good girl," he says, his voice satisfied. "Keep cleaning. I'll be back later." With that, he zips up his pants and walks out of the living room, leaving you to finish your task, your body still trembling with the aftershocks of your encounter. You struggle to regain composure before [[finishing cleaning.->Living room]]<br><br>
<<HaveASexWidget "vaginal" "brother" "onpussy">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
You hesitate, a mix of fear and reluctance washing over you. "I... I should finish cleaning the living room first," you stammer, your voice trembling. He studies you for a moment, his eyes narrowing. "Fine," he says, his voice cold. You take a deep breath, trying to steady yourself, and [[finish cleaning.->Living room]] <br><br>
<<MainChar_Stats "brother" "-1">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "arousal" "10">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<</if>>
<</linkreplace>>
<<elseif _intruder is "dad" and $dad.currentLocation !='Work'>>
You're on your hands and knees, scrubbing the living room floor, when the sound of the door opening <<linkreplace "catches your attention.">> catches your attention. Your father steps in, his eyes widening in surprise as he sees you. <br><br>
<<if ($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '') and $dad.relationship < 20>>
"What are you doing?" he asks, his voice flat and uninterested. You look up at him, feeling a pang of discomfort. "Just cleaning," you reply, trying to keep your voice neutral. He grunts, his expression unreadable. "Well, don't make a mess of it," he says, his tone dismissive. He walks past you, not bothering to offer any help or even a kind word. You watch him go, feeling a familiar sense of distance and disconnect. You [[continue scrubbing,->Living room]] the silence of the living room echoing the emptiness of your relationship.<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $dad.relationship < 20>>
"What the hell are you doing?" he demands, his voice harsh and disapproving. You look up at him, feeling a wave of embarrassment and discomfort. "Just cleaning," you reply, your voice small and uncertain. He scoffs, his expression turning into a scowl. "Cleaning like that? What's wrong with you?" he snaps, his tone dismissive and cold. "Put some clothes on and stop making a spectacle of yourself." You feel a lump form in your throat, the sting of his words cutting deep. "I—I just thought—" you start to explain, but he cuts you off.<br><br>
"I don't want to hear it," he says, his voice firm. "Just get dressed. And for God's sake, have some decency." He turns and walks out of the living room, leaving you alone with your humiliation. You continue scrubbing, the silence of the room now feeling oppressive and heavy. Tears well up in your eyes, but you blink them away, determined to finish your task despite the hurt and rejection you feel.<br><br>
[[Continue with your day.->Living room]]<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "dad" "-1">>
<<elseif $dad.relationship >= 20 and $dad.relationship < 40>>
"What are you doing down there?" he asks, a playful smile spreading across his face. His gaze lingers for a moment, appreciating the view. You look up at him, a grin tugging at your lips. "Just cleaning," you reply, your voice light. He chuckles, stepping closer. "You know, you look kind of cute down there," he says, his voice teasing. You laugh, squirming away from him. "Stop it!" you giggle. He laughs with you, finally relenting. <br><br>
"Alright, alright," he says, his voice warm. "But don't stay down there too long. You'll get a cramp." He ruffles your hair affectionately before leaving the room, the sound of your shared laughter lingering in the air. As he walks away, he glances back one more time, a subtle smile on his face, clearly enjoying the sight of you. You offer a sheepish smile and [[continue with your day.->Living room]]<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "dad" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $dad.relationship >= 50 and $mainChar.corruption >= 70 and _forced is 0>>
"What are you doing down there, sweetheart?" he asks, his voice soft and caring. You look up at him, a warm smile on your face. "Just cleaning, Daddy," you reply, your voice sweet. He walks over to you, his eyes filled with a dark intensity. "You look so cute down there," he says, his voice low and husky. He reaches down, his hand gently caressing your cheek before moving to unzip his pants. <br><br>
You feel a mix of confusion and excitement as he positions himself behind you. "Daddy, what are you doing?" you ask, your voice innocent. He doesn't answer. Instead, you feel him enter you, the sensation both shocking and strangely familiar. "Oh, Daddy," you moan, your voice breathy, your hands gripping the floor, but you don't stop cleaning. You continue scrubbing, the rhythm of your movements matching his thrusts. "That's it, sweetheart," he murmurs, his voice ragged. "Keep cleaning. Be a good girl for Daddy."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Cleaning/Fuck{0}.webp", random(2))]] @@<br>
You comply, your body responding to his touch, your mind a whirlwind of conflicting emotions. You feel a sense of detachment, focusing on the task at hand, even as your body betrays you, finding pleasure in the forbidden act. You continue to clean, the sound of the scrubbing brush mingling with the soft moans that escape your lips. He picks up the pace, his breath coming in quick gasps. "You feel so good, sweetheart," he growls. "I'm going to come inside you. I'm going to fill you up with my cum." <br><br>
You moan, your body trembling with anticipation. "Yes, Daddy," you gasp. "Come inside me. Fill your little girl up with your cum." With a final, deep thrust, he comes, his cock pulsing as he fills you with his release. You moan, your body shuddering with the force of your own orgasm. He stays inside you for a moment, his breath ragged, before pulling out and stepping back. You look back at him, a satisfied smile on your face. "Did I please you well, Daddy?" you ask softly, your voice filled with a mix of innocence and seduction. He looks down at you, a contented smile on his face. "Yes, sweetheart," he says, his voice warm. "You pleased me very well." He zips up his pants and leaves the room, leaving you to [[finish your cleaning session->Living room]] with a sense of pride and satisfaction.<br><br>
<<HaveASexWidget "rape" "dad" "face">><br>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<elseif $dad.relationship >= 40 and $mainChar.corruption >= 60>>
"What are you doing down there, sweetheart?" he asks, his voice soft and caring. You look up at him, a warm smile on your face. "Just cleaning, Daddy," you reply, your voice sweet. He walks over to you, his eyes filled with affection. "You know, you look so cute down there," he says, his voice low and gentle. He reaches down, his hand gently caressing your cheek. "But I have a better idea for how you can make your Daddy happy."<br><br>
You feel a flutter of excitement in your chest. "Oh, yeah?" you ask, your voice breathy. He nods, his eyes darkening with desire. "I think it's time we had some fun together." You feel a rush of heat between your legs, your body responding to his suggestion.
<span id="agree"> <<linkreplace "Agree to take a break.">>
You bite your lip, feeling a rush of heat between your legs. "I want to, Daddy," you say, your voice soft. He smiles, unzipping his pants. You feel a mix of surprise and excitement as he positions himself behind you. He enters you, and you gasp, your hands gripping the floor. "Oh, Daddy," you moan, your voice breathy. "You're such a good girl," he growls. "I love being your dirty little girl, Daddy," you pant.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/Couch_Fuck_Male{0}.webp", random(6))]] @@<br>
He picks up the pace, his breath coming in quick gasps. "You feel so good, sweetheart," he growls. "I'm going to come inside you. I'm going to fill my little girl up with my cum." You moan, your body trembling with anticipation. "Yes, Daddy," you gasp. "Come inside me. Fill me up." With a final, deep thrust, he comes, his cock pulsing as he fills you with his release. He stays inside you for a moment, his breath ragged, before pulling out and stepping back.<br><br>
"Did I please you well, Daddy?" you ask softly, your voice filled with a mix of innocence and seduction. He looks down at you, a contented smile on his face. "Yes, sweetheart," he says, his voice warm. "You pleased me very well." He zips up his pants and leaves the room, leaving you to [[finish your cleaning session->Living room]] with a sense of pride and satisfaction.<br><br><br><br>
<<HaveASexWidget "vaginal" "dad" "onpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
You pause, considering his offer, but then you shake your head gently. "I appreciate it, Daddy," you say, your voice soft but firm. "But I really want to finish cleaning first." He looks at you, a mix of surprise and disappointment in his eyes. "Alright, sweetheart," he says, before leaving the room. You get back to your chores and [[finish cleaning.->Living room]] <br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "arousal" "10">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<</if>>
<</linkreplace>>
<<elseif _intruder is "mom" and $mom.currentLocation !='Work'>>
You're on your hands and knees, scrubbing the floor, when the sound of the door opening <<linkreplace "catches your attention.">> catches your attention. You glance up to see your mom standing there, a look of surprise on her face.<br><br>
<<if ($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '') and $mom.relationship < 20>>
"What are you doing down there?" she asks, her voice cool. You sit back on your heels, wiping a strand of hair from your face. "Just cleaning up," you reply, trying to keep your voice neutral. The tension between you is palpable, and you can feel her judgmental gaze. She sighs, shaking her head. "You know, you could use a mop for that. You don't have to be on the floor like an animal." Her words sting, but you bite back a retort, knowing it won't help the situation. "I just wanted to make sure it's clean," you say, standing up and putting the scrub brush away. You avoid her gaze, feeling the weight of her disapproval.<br><br>
She nods, her expression unchanged. "Well, just make sure you do it right. I don't want to have to clean up after you." With that, she turns and leaves the room, letting you [[continue with your day->Living room]]<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "mom" "1" "20">>
<<elseif $mom.relationship < 20>>
"What on earth are you doing?" she asks, her voice sharp and judgmental. Her eyes scan over your barely-clothed body, and you can see the disdain in her gaze. You sit back on your heels, feeling a flush of embarrassment rise to your cheeks. "I was just cleaning up," you reply, trying to keep your voice steady. She sighs, shaking her head. "And you thought it was appropriate to doin that... outfit? Have you no sense of decency?" Her words cut deep, and you feel a pang of humiliation. "I just... I didn't think anyone would come," you stammer. <br><br>
She nods, her expression unchanged. "Well, clearly you need to think more carefully. This is not how a young lady should behave. Clean yourself up and put some clothes on. I don't want to see you like this again." With that, she turns and leaves the room, leaving you feeling even more distant and ashamed. You stand there for a moment before [[going back to your room.->Living room]]<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "mom" "-1">>
<<elseif $mom.relationship >= 20 and $mom.relationship < 40>>
Your mother's eyes widen slightly as she takes in the scene. There's a brief flash of something more than just surprise in her gaze, a hint of excitement that she quickly tries to hide. "What are you doing down there, sweetie?" she asks, her voice warm but with a slight tremor. She clears her throat, trying to regain her composure. <br><br>
You sit back on your heels, looking up at her with a smile. "Just cleaning up, Mom. Someone has to keep this place spotless," you say, your tone playful. She laughs, but there's a nervous edge to it. "Well, you're doing a great job. You offer a sheepish smile and [[continue with your day.->Living room]]<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "mom" "1">>
<<elseif $mom.relationship >= 50 and $mainChar.corruption >= 70 and _forced is 0>>
"My little baby, always so diligent," she says, her voice a blend of sweetness and something more sinister. You smile up at her, your eyes wide with feigned innocence. "Just trying to keep everything clean, Mommy," you say, your voice taking on a childlike quality. She walks over, standing behind you. You feel her hands on your hips, her grip firm. "You're such a good girl," she murmurs, her voice low and husky. "But sometimes, good girls need to be reminded of who's in charge."<br><br>
Without warning, she slips her hand between your legs, her fingers finding your entrance. You gasp, but you push back against her touch, encouraging her. "Oh, Mommy, that feels so good," you coo, your voice breathy. She leans down, her breath hot against your ear. "You like that, don't you? You like when Mommy touches you like this." Her fingers move faster, pushing deeper inside you. You can't help but moan, your body responding to her touch despite the situation.<br><br>
Suddenly, she pulls her fingers out and spreads your cheeks, her tongue finding your asshole. You gasp at the intimate contact, your body tensing. "Relax, my little baby," she murmurs, her voice soothing yet commanding. "Let Mommy take care of you." She licks and probes, her tongue working you into a frenzy. Abruptly, she pulls away, standing up and positioning herself in front of you. She grabs your head, pushing it down towards her pussy. "Now, be a good girl and lick Mommy's pussy," she demands, her voice firm. "Make Mommy feel good."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/Couch_Fuck_Female_rough{0}.webp", random(3))]] @@<br>
You comply eagerly, your tongue finding her clit, licking and sucking as she guides your head. You look up at her, your eyes filled with a mix of innocence and lust. "Mmm, Mommy, you taste so good," you murmur between licks. "I love making you feel good." She moans, her hips moving against your face, her grip on your hair tightening. "That's it, my little baby," she gasps. "Make Mommy come. Show me how much you love your Mommy." You continue to lick and suck, your body responding to her pleasure. She moans louder, her body tensing as she reaches her climax. With a final, intense shudder, she comes, her body convulsing against your face.<br><br>
As she comes down from her high, she releases your head, stepping back with a satisfied smile. "Good girl," she says, her voice soft and affectionate. "You always know how to make Mommy feel good." You look up at her, a mischievous smile on your face. "I'm glad I could make you happy, Mommy," you say, your voice sweet. "I love being your good little girl." With that, she turns and leaves the room, leaving you on the floor, your body still tingling from the encounter. You regain composure and [[finish cleaning->Living room]] as if nothing had happened. <br><br>
<<HaveASexWidget "rape" "mom" >>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<elseif $mom.relationship >= 40 and $mainChar.corruption >= 60>>
You look up to see your mother standing there, her eyes sparkling with a mix of affection and something more. "Look at my little baby, all hard at work," she coos, her voice soft and playful. You smile up at her. "I'm just trying to be a good girl, Mommy," you say, your voice taking on a childlike quality. She walks over, crouching down beside you. "You are such a good girl," she murmurs, her hand gently stroking your hair. <br><br>
"But you know what good girls get?" Her voice drops to a sultry whisper. "They get special treats." You look up at her, your eyes wide with feigned innocence. "What kind of treats, Mommy?" you ask, your voice breathy. She leans in, her breath hot against your ear. "The kind that makes them feel all warm and fuzzy inside." Her hand trails down your back, resting lightly on your hip.<br><br>
<span id="agree"> <<linkreplace "Agree to take a break.">>
She positions you on the couch, her hands gently but firmly spreading your legs apart. "Such a good girl," she coos, her voice a mix of maternal affection and dark desire. "Mommy just wants to make you feel good." She slips her hand between your legs, her fingers finding your entrance with practiced ease. You gasp as she begins to finger you, her movements slow and deliberate. "That's it, my little baby," she murmurs, her voice soft and soothing. "Let Mommy take care of you."<br><br>
She suddenly pulls her fingers out, leaving you feeling empty and wanting more. She drops to her knees behind you, her hands spreading your cheeks apart. You feel her tongue, warm and wet, circling your anus. You moan, the sensation sending shivers down your spine. "Mommy loves your little asshole," she says, her voice muffled against your skin. "It's so tight and perfect." She licks and sucks, her tongue probing and exploring, making you squirm with pleasure. "That feels so good, Mommy," you gasp, your voice breathy and desperate. She pulls back, her eyes meeting yours as she stands up. "Come here, my little baby," she says, her voice commanding yet gentle. "Sit on Mommy's face. Let me taste your sweet little pussy."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/Couch_Fuck_Female{0}.webp", random(3))]] @@<br>
You comply, straddling her as she lies down. You lower yourself onto her face, feeling her tongue immediately find your clit. You moan, your body trembling with the intensity of the sensation. "Yes, Mommy," you gasp. "Lick me just like that. Make me feel so good." You ride her face, your hips moving in time with her licks, your body building towards a powerful orgasm. "I'm going to come, Mommy," you gasp, your voice ragged. "Make me come all over your face." She redoubles her efforts, her tongue and lips working in perfect harmony. With a final, intense lick, you climax, your body shuddering with the force of your orgasm. You cry out, your voice filled with pleasure and release.<br><br>
"That was amazing, Mommy," you say, your voice soft and content. She smiles up at you, her eyes filled with love and satisfaction. "You're such a good girl, my little baby," she says, her voice warm. "Now, finish your cleaning. Mommy will be here if you need anything." Your orgasm lingering in the air, your mom leaves you breathless and trembling so you can [[finish cleaning.->Living room]]<br><br>
<<HaveASexWidget "masturbated" "mom">><br>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
Visibly disappointed, she nods and lets you [[finish cleaning.->Living room]] <br><br>
<<MainChar_Stats "mom" "-1">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "arousal" "10">>
<<replace #agree>><</replace>> <</linkreplace>><br></span> <</if>>
<</linkreplace>>
<<else>>
You stand back and survey the kitchen, a sense of satisfaction washing over you as you take in the gleaming TV, the spotless floor, and the neatly organized shelves. With a final look around the living room, you turn and [[continue your day.->Living room]]<br><br>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-15">>
<</if>>
<<if $brother.activity is "Taking a shower">>
<<set _occupant to 0>>
<<elseif $dad.activity is "Taking a shower">>
<<set _occupant to 1>>
<<elseif $mom.activity is "Taking a shower">>
<<set _occupant to 2>>
<</if>>
<<set _noticed to random (0,1)>>
<<set _action to either("shower","bath","toilet","room")>>
<<if _occupant is 0 and _noticed is 1>>
<<if $brother.relationship < 20 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Disturbed_male_angry.jpg")]] @@<br>
As you push open the bathroom door, the steam from the shower hits you like a warm embrace. Your eyes widen in shock as you see your brother standing naked under the spray, the water cascading down his body. He turns to face you, his expression shifting from surprise to anger in an instant. "What the fuck are you doing?" he snaps, his voice sharp and accusatory. "Get the hell out of here!" You freeze, your face flushing with embarrassment. "I-I'm sorry," you stammer, your voice barely above a whisper. "I didn't know you were in here." Your heart pounding in your chest as you [[back out of the bathroom.->Living room]]<br><br>
<<MainChar_Stats "brother" "-1">>
<<elseif $brother.relationship >= 20 and $mainChar.corruption <=20 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Disturbed_male_nice.jpg")]] @@<br>
As you enter the bathroom, the sound of running water fills the air. You push open the door to find your brother standing naked in the shower, the steam billowing around him. He turns to look at you, a surprised expression on his face. "Oh, hey sis," he says, his voice gentle. "I'm just finishing up. Could you give me a minute?" You nod, a slight blush creeping up your cheeks. "Of course," you reply, your voice steady despite the flutter in your stomach. "I'll come back later." You quietly [[leave the bathroom,->Living room]]<br><br>
<<elseif $brother.relationship >= 20 and $mainChar.corruption <60 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Disturbed_male_nice.jpg")]] @@<br>
As you enter the bathroom, the sound of running water fills the air. You push open the door to find your brother standing naked in the shower, the steam billowing around him. He turns to look at you, a surprised expression on his face. "Oh, hey sis," he says, his voice gentle. "I'm just finishing up. Could you give me a minute?" You nod in understanding, but your eyes linger on his body, taking in every detail. "As you want," you reply, your voice laced with a hint of mischief. "I just wanted to see your body," you tease, winking at him before taking one last, lingering look. With a satisfied grin, you turn and [[leave the bathroom.->Living room]]<br>br>
<<MainChar_Stats "brother" "1" "30">>
<<MainChar_Stats "arousal" "5">>
<<set $minute += 1>>
<<elseif $brother.relationship >= 40 and $mainChar.corruption >=60 >>
<<if _action is "toilet" and $mainChar.corruption >= 130 and $brother.relationship >= 100>>
As you push open the bathroom door, you freeze at the sight of your brother, standing at the toilet. The sound of his stream hitting the water fills the small room, and you can't help but let out a gasp of surprise. He turns around, a look of mild surprise on his face. "Oh, hey," he says, his voice calm and friendly. "I'll be out in a second. Can you give me a moment?"
With a mischievous smile, you step further into the room, closing the door behind you. "Actually," you say, your voice low and seductive, "I have a better idea." He raises an eyebrow, a look of curiosity on his face. "Oh, yeah? And what's that?" Without hesitation, you get down on your hands and knees beside the toilet, your heart pounding in your chest. You look up at him, your eyes filled with desire, "Why don't you aim for my mouth instead?" you suggest, your voice filled with a mix of desire and daring "Please, piss on me," you say, your voice soft and pleading. You open your mouth wide <<linkreplace "ready to receive him.">>ready to receive him.<br><br>
He looks down at you, a smirk playing on his lips. "Fuck, you're crazy," he mutters. He adjusts his aim, and you feel the warm stream of urine hit your face and body. You try to catch as much as you can in your mouth, swallowing eagerly, the taste bitter and salty. The sensation is intense, and you feel a mix of humiliation and arousal as he continues to piss on you.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/toilet/HomeToilet_Pissing{0}.webp",random(2))]] @@<br>
You close your eyes, focusing on the sensation, the warmth spreading over your body. As he finishes, he shakes off the last few drops in your mouth and zips up his pants. You lick your lips, a satisfied smile on your face. "See?" you say, your voice husky with desire. "Much better than the toilet." He looks down at you, a satisfied expression on his face. "Good girl," he says, his voice filled with dominance. Without another word, he turns and leaves the bathroom, leaving you alone in a puddle of piss. <br><br>
You stay on your hands and knees for a moment, feeling the wetness on your skin and the taste in your mouth. Slowly, you stand up, your body dripping with urine. You look around the bathroom, taking in the scene. You can't leave like that and decide to drink the last bit on the floor before [[taking a shower.->Have a shower]]<br><br>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "cleanliness" "-60">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 10>>
<</linkreplace>>
<<elseif _action is "toilet" and $mainChar.corruption >= 110 and $brother.relationship >=80>>
As you push open the bathroom door, you freeze at the sight of your brother, standing at the toilet. The sound of his stream hitting the water fills the small room, and you can't help but let out a gasp of surprise. He whirls around, his eyes widening as he sees you standing there. Yet, it doesn't seem to perturb him.<br><br>
<span id="leave"> You can [[stay in the bathroom->Bathroom]], or [[wait for him to finish.->Living room]]<br><br>However, another idea cross your mind... <br></span>You can't help but watch him peeing is somehow arousing you at a point a voice in your head wonder what would it be to be pissed on. You find the idea pleasing, and decide to <<linkreplace "ask your brother to pee on you.">> ask your brother to pee on you. <br><br>
"Hey," you say softly, your voice barely above a whisper. He turns to look at you, a hint of surprise in his eyes. You hesitate, your heart pounding in your chest, before continuing. "Can you... can you piss on me?" He looks at you, a mix of shock and curiosity in his expression. "What?" he asks, his voice gruff.
You take a deep breath, trying to find the courage to explain. "I... I thought... maybe you could try this on me."<br><br>
He hesitates for a moment, then nods, a look of determination in his eyes. "Okay," he says, his voice firm. You step closer to him, your heart racing with anticipation. He turns to face you, his cock still in his hand. You kneel down in front of him, feeling a mix of excitement and nervousness as you look up at him. He aims his stream at you, the warm liquid hitting your face and chest. You open your mouth, trying to catch some of it, but the taste is overwhelming, and you spit most of it out. The sensation is intense, and you can feel a mix of pleasure and shame as he continues to piss on you.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/toilet/HomeToilet_Pissing{0}.webp",random(0,3))]] @@<br>
You can feel the warmth of his piss spreading over your skin, and the sensation is both exciting and overwhelming. As he finishes, he looks at you, on your knees in a puddle of piss. "Thank you," you say softly, your voice barely above a whisper, trying to hide your feelings. He looks at you, a mix of dominance yet concern in his eyes. "Are you okay?" he asks, his voice firm. "Yeah, I'm fine," you say, your voice trembling slightly. "I just... I don't know why I like it so much." "It's okay, we all have our kinks" he says before leaving the bathroom. You find yourself alone in a puddle of your brother's piss, and decide to clean it before [[taking a shower.->Have a shower]] <br><br>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "130">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "cleanliness" "-60">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 5>>
<<replace "#leave">><</replace>>
<</linkreplace>>
<<elseif _action is "room">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Room_male_flirt.jpg")]] @@
Your brother notices you. He chuckles, leaning against the sink. "Need anything?" he asks, raising an eyebrow suggestively.<br><br>
<span id="leave">[[Come back later.->Living room]]<br></span>
Undress in front on him and <<linkreplace "propose to play." >>propose to play.<br><br>
A thrill runs through you as you realize the opportunity that presents itself. Feeling a mix of excitement and anticipation, you begin to undress in front of him, your movements slow and deliberate. His eyes follow your every move, a hungry look in them that sends shivers down your spine. Once you're completely naked, you approach him, your voice soft and submissive. "Please brother, take me," you say, your eyes locked onto his. "I need you to fuck me."<br><br>
He doesn't hesitate. With a firm grip, he turns you around and bends you over the sink. You can feel the cool porcelain against your skin, contrasting with the heat of his body behind you. He positions himself at your entrance and thrusts into you, filling you completely. You let out a soft moan, your body adjusting to the sensation. He begins to move, his thrusts hard and forceful, just the way you like it. The sound of flesh against flesh fills the room, along with your soft gasps and moans. You grip the edge of the sink, trying to keep your balance as he takes you with unrelenting force. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Fuck/Room{0}.webp",random(0,3))]] @@<br>
The intensity of the moment is overwhelming, and you feel a mix of pleasure and submission. You love the way he dominates you, the way he takes control of your body. The thrill of the forbidden act only heightens your arousal, and you revel in the sensation. After a while, he pulls out and turns you around to face him. "On your knees," he commands, his voice firm and unyielding. You look up at him, your eyes filled with desire and submission. He takes his cock in his hand and strokes it, his gaze locked onto yours. You open your mouth, ready to receive him.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Fuck/Bathroom_Finish_Male{0}.webp", random(3))]] @@<br>
You feel the warmth of his cum on your skin, a mix of humiliation and satisfaction washing over you. You look up at him, your eyes filled with submission and gratitude. "Thank you," you whisper, your voice soft and submissive. He smirks, a look of satisfaction on his face. "Clean yourself up," he says, his voice filled with dominance. "And then get out of here."<br><br>
You stand up slowly, feeling the weight of his commands. You wipe your face, cleaning off his cum, and then get dressed, your body still tingling with the aftermath of your encounter. As you leave the bathroom, you feel a sense of fulfillment and excitement, ready to [[continue your day.->Bathroom]]<br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 15>>
<<replace #leave>><</replace>>
<</linkreplace>>
<<elseif _action is "bath">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Bath_noticed_male.jpg")]] @@<br>
As you step into the bathroom, the air is thick with steam, and the scent of soap fills your nostrils. Your eyes immediately dart to the bathtub, where you see your brother lounging in the water. You can't help but notice the outline of his cock beneath the bubbles."Hey, sis," he says, his voice casual but with an underlying tone of amusement. "Need something?" You freeze, your heart pounding in your chest as you realize you've been caught staring. "I... I didn't mean to interrupt," you stammer, your voice trailing off as you struggle to find the right words. He chuckles, his eyes never leaving yours. "It's okay. You can stay if you want. In fact," he pauses, his smirk growing wider, "why don't you join me?"<br><br>
<span id='accept'><<linkreplace "Join him in the bathtub">>
Your breath hitches in your throat as you consider his offer. The taboo nature of the situation sends a thrill down your spine, and you can feel your body responding, your nipples hardening beneath your shirt and your pussy throbbing with need. "Come on, I know you want to feel your big brother's cock inside you." You nod slowly, your eyes locked on his as you [[begin to undress.->Bathroom Fuck][Bathroom_Fuck_location = 'bath", $bathroomSexPerson = "brother"]]<br>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Leave the bathroom">>
"I don't think that's a good idea," you say, your voice firm and steady. "Besides, I don't have the time right now. I've got things to do." His smirk fades slightly, replaced by a look of surprise and disappointment. "Come on, sis. You know you want to," he teases, trying to persuade you. With that, you turn and [[leave the bathroom,->Living room]] closing the door behind you.<br><br>
<<MainChar.Stats "brother" "-1">>
<<replace #accept>><</replace>><</linkreplace>></span>
<<elseif _action is "shower">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Shower_noticed_male.jpg")]] @@
As you step into the bathroom, the steam from the shower envelops you, and the sound of running water fills the air. Your eyes immediately dart to the shower, where you see your brother standing under the spray. He turns to face you, and your gaze is drawn to his cock, already semi-hard and impressive in size. "See something you like, sis?" he asks, his voice low and teasing. You freeze, your heart pounding in your chest as you realize you've been caught staring. "I... I didn't mean to..." you stammer, your voice trailing off as you struggle to find the right words. He chuckles, his eyes never leaving yours. "It's okay. I don't mind if you watch. In fact," he pauses, his smirk growing wider, "why don't you join me?"<br><br>
<span id='accept'><<linkreplace "Join him in the shower">>
Your breath hitches in your throat as you consider his offer. The taboo nature of the situation sends a thrill down your spine, and you can feel your body responding, your nipples hardening beneath your shirt and your pussy throbbing with need. "Come on, I know you want to feel your big brother's cock." You nod slowly, your eyes locked on his as you [[begin to undress.->Bathroom Fuck][$Bathroom_Fuck_location = 'shower', $bathroomSexPerson ='brother']]<br>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Leave the bathroom">>
"I don't think that's a good idea," you say, your voice firm and steady. "Besides, I don't have the time right now. I've got things to do." His smirk fades slightly, replaced by a look of surprise and disappointment. "Come on, sis. You know you want to," he teases, trying to persuade you. With that, you turn and [[leave the bathroom,->Living room]] closing the door behind you.<br><br>
<<MainChar.Stats "brother" "-1">>
<<replace #accept>><</replace>><</linkreplace>></span>
<</if>>
<</if>>
<<elseif _occupant is 0 and _noticed is 0>>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Shower_unnoticed_male.jpg")]] @@
As you push open the bathroom door, the steam from the shower envelops you, filling the air with a warm, moist haze. The sound of running water and the faint scent of soap hit your senses, and you freeze in place as your eyes land on your brother standing in the shower. His back is to you, the muscles of his shoulders and arms glistening under the spray. You know you should leave, but your feet are rooted to the spot, your curiosity and arousal piqued.<br><br>
<<if $mainChar.corruption >= 20>> <<linkreplace "Keep spying him.">>
<br><br>
You can't help but let your gaze wander lower, your eyes widening as you catch a glimpse of his cock, thick and heavy even in its relaxed state. A wave of heat rushes through your body, pooling between your legs as you imagine him inside you. You know it's wrong, that he's your brother, but the taboo nature of the situation only serves to heighten your arousal.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Spying_Shower_Male.webp")]] @@<br>
But just as you're about to slipping your hand in your panties, you hear the sound of footsteps in the hallway. Panic surges through you, and you quickly step back, your heart pounding in your chest. You [[slip out of the bathroom,->Living room]] before anyone notices you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<set $minute += 2>>
<<replace #leave>><</replace>>
<</linkreplace>>
<</if>>
<br>
<span id='leave'><<if $mainChar.corruption >= 60 and $brother.relationship >= 40 >>[[Join him.->Bathroom Fuck][$Bathroom_Fuck_location='shower', $bathroomSexPerson='brother']]<br><</if>>
[[Come back later.->Living room]]</span>
<<elseif _occupant is 1 and _noticed is 1>>
<<if $dad.relationship < 20 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Disturbed_male_angry.jpg")]] @@<br>
As you enter the bathroom, the steam from the shower envelops you, and the sound of running water fills your ears. Your father is in the shower, his silhouette visible through the frosted glass. You freeze in place, your heart pounding in your chest as you realize your mistake. "What the hell are you doing in here?" your father shouts, his voice filled with anger and surprise. You jump back, your face flushing with embarrassment. "I'm so sorry, Dad!" you stammer, your voice shaking. "I didn't know you were in here." Caught off guard, you quickly [[back out.->Living room]]<br><br>
<<MainChar_Stats "dad" "-1">>
<<elseif $dad.relationship >= 20 and $mainChar.corruption <20 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Disturbed_male_nice.jpg")]] @@<br>
As you enter the bathroom, the steam from the shower envelops you, and the sound of running water fills your ears. Your father is in the shower, his silhouette visible through the frosted glass. You freeze in place, your heart pounding in your chest as you realize your mistake. "Oh, hey, sweetheart," your father says, his voice gentle but surprised. "I'm just finishing up. Give me a minute, okay?" You nod, your eyes catching a glimpse of his naked body for a brief instant. His cock is thick and impressive, even in its relaxed state, and the sight sends a wave of unexpected arousal through you. You quickly avert your gaze, your face flushing with a mix of embarrassment and excitement. "Sorry, Dad," you mumble, your voice barely above a whisper. "I didn't mean to interrupt." Your heart racing as you [[back out of the bathroom.->Living room]]
<<elseif $dad.relationship >= 20 and $mainChar.corruption <60 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Disturbed_male_nice.jpg")]] @@<br>
As you enter the bathroom, the steam from the shower envelops you, and the sound of running water fills your ears. Your father is in the shower, his silhouette visible through the frosted glass. You freeze in place, your heart pounding in your chest as you realize your mistake. "Oh, hey, sweetheart," your father says, his voice gentle but surprised. "I'm just finishing up. Give me a minute, okay?" You nod, your eyes catching a glimpse of his naked body for a brief instant. His cock is thick and impressive, even in its relaxed state, and the sight sends a wave of unexpected arousal through you. "As you want daddy, I just wanted to see your body," you say, your voice low and sultry. His eyes widen in surprise as you [walk out of the bathroom.->Living room]]<br><br>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<set $minute += 1>>
<<elseif $dad.relationship >= 40 and $mainChar.corruption >=60 >>
<<if _action is "toilet" and $mainChar.corruption >= 150 and $dad.relationship >=100>>
Your father is standing at the toilet, relieving himself. You pause for a moment, taking in the scene, and a sense of excitement. Without hesitation, you get down on your hands and knees beside the toilet, your heart pounding in your chest. You look up at him, your eyes filled with a mix of desire and childlike adoration. "Please, Daddy, piss on me," you say, your voice soft and sweet. You open your mouth wide, ready to <<linkreplace "receive him.">>receive him. <br><br>
He looks down at you, a mix of surprise and dominance in his eyes "You're such a slutty little girl, aren't you?" he says, his voice deep and authoritative He adjusts his aim, and you feel the warm stream of urine hit your face and body.
"Yes, Daddy, I'm your little slut," you moan softly. You try to catch as much as you can in your mouth, swallowing eagerly, the taste bitter and salty. The sensation is intense, and you feel a mix of humiliation and arousal as he continues to piss on you. The sound of the stream hitting your skin and the toilet bowl fills the room, blending with your soft moans of submission. You close your eyes, focusing on the sensation, the warmth spreading over your body. You try to drink as much as you can, feeling the liquid fill your mouth and throat.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/toilet/HomeToilet_Pissing{0}.webp",random(0,3))]] @@<br>
"That's right, drink it all up, you dirty little girl," he says, his voice filled with dominance and satisfaction. As he finishes, he shakes off the last few drops and zips up his pants. He looks down at you, a proud expression on his face. "Good girl," he says, his voice filled with warmth and approval. Without another word, he turns and leaves the bathroom, leaving you alone in a puddle of piss.<br><br>
You stay on your hands and knees for a moment, feeling the wetness on your skin and the tasteof your dad's urine in your mouth. Slowly, you stand up, your body dripping with urine. You look around the bathroom, taking in the scene, and begin to [[clean yourself up.->Have a shower]]<br><br>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "arousal" "35">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "cleanliness" "-60">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 10>>
<</linkreplace>>
<<elseif _action is "toilet" and $mainChar.corruption >= 110 and $dad.relationship >=100>>
You notice your dad sitting on the toilets. Your presence doesn't seem to perturb him.<br><br> <span id="leave"> You can [[stay in the bathroom->Bathroom]], or [[wait for him to finish.->Living room]]<br><br>However, another idea cross your mind... <br></span>You can't help but watch him peeing is somehow arousing you at a point a voice in your head wonder what would it be to be pissed on. You find the idea pleasing, and decide to <<linkreplace "ask your dad to pee on you.">> ask your dad to pee on you. <br><br>
"Daddy?" you say softly, your voice taking on a childlike tone. He turns to look at you, a hint of surprise in his eyes. You hesitate, your heart pounding in your chest, before continuing. "Can you... can you pee on me, Daddy?" He looks at you, a mix of shock and curiosity in his expression. "What did you say, sweetheart?" he asks, his voice deep and authoritative. You take a deep breath, trying to find the courage to explain. "I... I thought... maybe you could try this on me" you admit, your voice trembling slightly.<br><br>
He hesitates for a moment, then nods, a look of determination in his eyes. "Alright, sweetheart," he says, his voice firm. You step closer to him, your heart racing with anticipation. He turns to face you, his cock still in his hand. You kneel down in front of him, feeling a mix of excitement and nervousness as you look up at him. "Please, Daddy. piss on me." He aims his stream at you, the warm liquid hitting your face and chest. You open your mouth, trying to catch some of it, but the taste is overwhelming, and you spit most of it out. The sensation is intense, and you can feel a mix of pleasure and shame as he continues to piss on you.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/toilet/HomeToilet_Pissing{0}.webp",random(0,3))]] @@<br>
You try to drink some of it, but the taste is too strong, and you end up spitting most of it out. You can feel the warmth of his piss spreading over your skin, and the sensation is both exciting and overwhelming. As he finishes, you stand up, feeling a mix of embarrassment and arousal. You wipe your face with the back of your hand, trying to hide your feelings. "Thank you, Daddy," you say softly, your voice barely above a whisper.<br><br>
He looks at you, a mix of concern and dominance in his eyes. "Are you okay, sweetheart?" he asks, his voice firm. You nod, trying to hide your feelings. "Yeah, I'm fine, Daddy," you say, your voice trembling slightly. "I just... I don't know why I like it so much." "It's okay, sweetheart," he says, his voice soft. "We all have our kinks. Just remember, you're my little girl, and I'll take care of you." He leaves the room, and you find yourself alone in a puddle of your father's piss. You decide to clean it before [[taking a shower.->Have a shower]]<br><br>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "130">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "cleanliness" "-60">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 5>>
<<replace "#leave">><</replace>>
<</linkreplace>>
<<elseif _action is "room">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Room_male_flirt.jpg")]] @@
As you push open the bathroom door, you notice your father leaning against the sink, a towel wrapped around his waist. "Need anything?" he asks, raising an eyebrow suggestively.<br><br>
<span id="leave">[[Come back later.->Living room]]<br></span>
Undress in front on him and <<linkreplace "propose to play." >>propose to play.<br><br>
Feeling a rush of excitement, you begin to undress in front of him, your movements slow and deliberate. His eyes follow your every move, a look of desire and dominance in them that sends shivers down your spine. Once you're completely naked, you approach him, your voice soft and childlike.<br><br>
"Daddy, can you take care of me?" you ask, batting your eyelashes and speaking in a sweet, innocent tone. "I need you to fuck me." He looks at you with a mix of surprise and desire, his alpha male instincts kicking in. He takes a step closer, his hands firm on your shoulders. "You know I can't resist you, babygirl," he says, his voice deep and commanding. He turns you around and bends you over the sink, your hands gripping the cool porcelain for support. You feel him position himself behind you, his strong hands gripping your hips. He enters you with a firm thrust, filling you completely.<br><br>
You let out a soft moan, your body adjusting to the sensation. He begins to move, his thrusts powerful and controlled, just the way you like it. The sound of flesh against flesh fills the room, along with your soft gasps and moans. You look up at him in the mirror, your eyes filled with a mix of pleasure and submission. "Yes, Daddy," you whisper, playing the role of the obedient and nymphomaniac daughter. "You feel so good inside me."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Fuck/Room{0}.webp",random(0,3))]] @@<br>
After a while, he pulls out and turns you around to face him. You look up at him, your eyes filled with desire and innocence. He takes his cock in his hand and strokes it, his gaze locked onto yours. You open your mouth, ready to receive him. He comes with a low groan, his hot cum splashing onto your face. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Fuck/Bathroom_Finish_Male{0}.webp", random(3))]] @@<br>
You feel the warmth spread across your skin, a tangible reminder of his dominance and your submission. You close your eyes, savoring the moment, before wiping your face clean. "Thank you, Daddy," you say softly, your voice filled with gratitude and innocence.
He smiles, a look of pride and satisfaction on his face. "You're a good girl, sweetheart," he says, his voice filled with warmth. You clean the lasts drops of cum on your face and [[continue with your day.->Bathroom]]<br><br>
<<set $minute += 15>>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "intellect" "-1">>
<<replace #leave>><</replace>>
<</linkreplace>>
<<elseif _action is "bath">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Bath_noticed_male.jpg")]] @@<br>
As you push open the bathroom door, the steam from the bath envelops you, and the scent of lavender fills the air. Your father is reclined in the tub, his muscular body relaxed and inviting. He looks up as you enter, a warm smile spreading across his face. "Hey, sweetheart," he says, his voice gentle and inviting. "Want to join me?"<br><br>
<span id='accept'><<linkreplace "Join him in the bathtub">>
You feel a rush of excitement and anticipation, your heart fluttering in your chest. "Yes, Daddy," you reply eagerly, your voice filled with enthusiasm. "I'd love to." He extends a hand towards you, beckoning you closer. You quickly shed your clothes, feeling a mix of nervousness and excitement as you step into the warm water. He pulls you into his lap, his strong arms wrapping around you as you [[settle against his chest.->Bathroom Fuck][$Bathroom_Fuck_location = 'bath', $bathroomSexPerson ='dad']]<br>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Leave the bathroom">>
You hesitate, your heart fluttering with a mix of nervousness and reluctance. "I... I can't, Daddy," you reply softly, your voice filled with regret. He looks at you with a mix of disappointment and understanding, his smile fading slightly. "Are you sure, baby girl?" he asks, his voice filled with concern. You nod, feeling a pang of guilt in your chest. "Maybe next time?" you say as you [[leave the bathroom,->Living room]] closing the door behind you.<br><br>
<<MainChar.Stats "dad" "-1">>
<<replace #accept>><</replace>><</linkreplace>></span>
<<elseif _action is "shower">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Shower_noticed_male.jpg")]] @@<br>
As you push open the bathroom door, the sound of running water fills the air, and the steam from the shower envelops you. Through the frosted glass, you can see the silhouette of your father, his muscular body outlined by the cascading water. He looks up as you enter, a warm smile spreading across his face. "Hey, sweetheart," he says, his voice gentle and inviting. "Want to join me?"<br><br>
<span id='accept'><<linkreplace "Join him in the shower">>
You feel a rush of excitement and anticipation, your heart fluttering in your chest. "Yes, Daddy," you reply eagerly, your voice filled with enthusiasm. "I'd love to." He extends a hand towards you, beckoning you closer. You quickly shed your clothes, feeling a mix of nervousness and excitementas you step into the shower with him. The warm water envelops you, and you can feel the heat of his body as [[he pulls you close.->Bathroom Fuck][$Bathroom_Fuck_location = 'shower',$bathroomSexPerson ='dad']]<br>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Leave the bathroom">>
You hesitate, your heart fluttering with a mix of nervousness and reluctance. "I... I can't, Daddy," you reply softly, your voice filled with regret. He looks at you with a mix of disappointment and understanding, his smile fading slightly. "Are you sure, baby girl?" he asks, his voice filled with concern. You nod, feeling a pang of guilt in your chest. "Maybe next time?" you say as you [[leave the bathroom,->Living room]] closing the door behind you.<br><br>
<<MainChar.Stats "dad" "-1">>
<<replace #accept>><</replace>><</linkreplace>></span>
<</if>>
<</if>>
<<elseif _occupant is 1 and _noticed is 0>>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Shower_unnoticed_male.jpg")]] @@<br>
As you step into the bathroom, you freeze in your tracks. The sound of running water fills the room, and through the frosted glass of the shower door, you can see the silhouette of your father. He's standing under the spray, his muscular body glistening with water as he washes himself. You should leave, but something keeps you rooted to the spot. The sight of him, so powerful and masculine, sends a shiver of arousal down your spine.<br><br>
<<if $mainChar.corruption > 20>> <<linkreplace "Keep spying him.">>
You can't help but stare, your eyes tracing the lines of his body, lingering on the thick, prominent outline of his cock. Even from here, you can tell he's well-endowed, and the thought sends a rush of heat between your legs. You bite your lip, your breath coming in quick, shallow gasps as you watch him. He turns slightly, giving you a better view of his cock, and you let out a soft moan, your hand slipping between your legs to touch yourself.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Spying_Shower_Male.webp")]] @@<br>
But just as you're about to rub your clit, you hear a noise in the hallway. Your eyes widen in panic, and you quickly pull your hand away from your pussy, your heart pounding in your chest. You [[leave the bathroom->Living room]] before anyone notices you.<br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "20">>
<<set $minute += 2>>
<<replace #leave>><</replace>>
<</linkreplace>>
<</if>>
<br>
<span id='leave'><<if $mainChar.corruption > 60 and $dad.relationship >= 40 >>[[Join him.->Bathroom Fuck][$Bathroom_Fuck_location='shower', $bathroomSexPerson='dad']]<br><</if>>
[[Come back later.->Living room]]</span>
<<elseif _occupant is 2 and _noticed is 1>>
<<if $mom.relationship < 20 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Disturbed_female.jpg")]] @@<br>
As you push open the bathroom door, the steam from the shower hits you like a warm embrace. Your mother is standing under the spray, her back to you, the water cascading down her naked body. You freeze in the doorway, your eyes widening in surprise and embarrassment. "What are you doing in here $mainChar.firstName ? Can't you see I'm in the shower?" she snaps, her voice sharp. You feel a wave of embarrassment wash over you, your eyes darting away from her naked form. "I'm so sorry, Mom. I didn't mean to interrupt," you mumble as you [[back out of the bathroom->Living room]] as quickly as possible. <br><br>
<<MainChar_Stats "mom" "-1">>
<<elseif $mom.relationship >= 20 and $mainChar.corruption <=20 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Disturbed_female_nice.jpg")]] @@<br>
As you push open the bathroom door, the steam from the shower hits you like a warm embrace. Your mother is standing under the spray, her back to you, the water cascading down her naked body. You freeze in the doorway, your eyes widening in surprise and embarrassment. Your mom turns around and offers a gentle smile, gesturing for you to leave. "I'm almost done sweety. Can you give me a few more minutes?" she asks gently. You nod, your eyes involuntarily drawn to her glistening, wet pussy. The sight sends a jolt of arousal through your body, and you quickly avert your gaze, your face burning with embarrassment. "Of course, Mom. I'll wait outside," you mumble as you [[back out of the bathroom->Living room]] <br><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mom.relationship >= 20 and $mainChar.corruption <60 >>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Disturbed_female_nice.jpg")]] @@<br>
As you push open the bathroom door, the steam from the shower hits you like a warm embrace. Your mother is standing under the spray, her back to you, the water cascading down her naked body. You freeze in the doorway, your eyes widening in surprise and arousal. She notices your presence and offers a gentle smile, gesturing for you to leave. "Hey sweety, I'm using it right now. Can you give me a moment?" she asks politely. You nod, your eyes involuntarily drawn to her glistening, wet pussy. The sight sends a jolt of arousal through your body, and you can't help but linger, your gaze fixed on her most intimate place. "As you want mommy... But you know, you look really good all wet and shiny like that." She laughs, a soft blush spreading across her cheeks. You take a last look to her, smile and [[leave the bathroom.->Living room]]<br><br>
<<MainChar_Stats "mom" "1" "30">>
<<MainChar_Stats "arousal" "5">>
<<set $minute += 2>>
<<elseif $mom.relationship >= 40 and $mainChar.corruption >=60 >>
<<if _action is "toilet" and $mainChar.corruption >= 150 and $mom.relationship >=100>>
Your mother is sitting on the toilet, relieving herself. You pause for a moment, taking in the scene, and a sense of curiosity and submission washes over you. Without hesitation, you get down on your hands and knees beside the toilet, your heart pounding in your chest. You look up at her, your eyes filled with a mix of curiosity and lust. "Mommy, can you please let me drink your pee-pee?" you ask, your voice soft and childlike. You open your mouth wide, ready to <<linkreplace "receive her.">>receive her.<br><br>
She looks down at you, a mixture of surprise and affection in her eyes. "Oh, sweetie, you want to drink Mommy's pee?" she says, her voice gentle and caring. She adjusts her position slightly, allowing you to get closer. She smiles softly and begins to urinate, the warm stream hitting your open mouth. You try to catch as much as you can, swallowing eagerly, the taste bitter and salty. The sensation is intense, and you feel a mix of comfort and arousal as she continues to relieve herself. You close your eyes, focusing on the sensation, the warmth spreading over your face and body. You try to drink as much as you can, feeling the liquid fill your mouth and throat.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/toilet/HomeToilet_PissingLesbian{0}.webp",random(2))]] @@<br>
As she finishes, she wipes herself and stands up, looking down at you with a tender expression. "Good girl, sweetie," she says, her voice filled with love and pride. "You're such a good girl for Mommy." She helps you stand up, her hands gentle and caring. "Let's get you cleaned up, okay?" she says, leading you to the sink. She turns on the water and begins to wash your face and hands, her touch gentle and soothing. "You're my special little girl," she says, her voice filled with affection, as you [[step in the shower.->Have a shower]]<br><br>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "arousal" "35">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "cleanliness" "-60">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 10>>
<</linkreplace>>
<<elseif _action is "toilet" and $mainChar.corruption >= 110 and $mom.relationship >=100>>
You notice your mom sitting on the toilets. Your presence doesn't seem to perturb her.<br><br> <span id="leave">You can [[stay in the bathroom->Bathroom]], or [[wait for her to finish.->Living room]]<br><br>However, another idea cross your mind... <br></span>You can't help but watch her peeing is somehow arousing you at a point a voice in your head wonder what would it be to be pissed on. You find the idea pleasing, and decide to <<linkreplace "ask your mom to pee on you.">> ask your mom to pee on you. <br><br>
"Mom?" you say softly, your voice barely above a whisper. She turns to look at you, a hint of surprise in her eyes. You hesitate, your heart pounding in your chest, before continuing. "Can you... can you do something for me?" She looks at you with concern, her maternal instincts kicking in. "Of course, sweetheart. What do you need?" You take a deep breath, trying to find the courage to explain. "I... I want you to... to pee on me," you admit, your voice trembling slightly. She looks at you, a mix of shock and confusion in her expression. "What, darling? Why would you want that?" You feel a rush of embarrassment, but you press on. "I don't know, Mom. I just... I think it might feel good. Please?"<br><br>
She hesitates for a moment, then nods, a look of understanding and love in her eyes. "Alright, sweetheart. If it's what you want, I'll do it. But only because I love you and want to make you happy." You kneel down in front of her, feeling a mix of excitement and nervousness as you look up at her. She lifts her skirt and positions herself, aiming her stream at you. The warm liquid hits your face and chest, and you open your mouth, trying to catch some of it. The taste is overwhelming, and you spit most of it out, but the sensation is intense and strangely comforting.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/toilet/HomeToilet_PissingLesbian{0}.webp",random(0,3))]] @@<br>
You can feel the warmth of her urine spreading over your skin, and the feeling is both exciting and soothing. You try to drink some of it, but the taste is too strong, and you end up spitting most of it out. Despite the taste, you feel a sense of connection and love with your mother. As she finishes, you stand up, feeling a mix of embarrassment and gratitude. You wipe your face with the back of your hand, trying to hide your feelings. "Thank you, Mom," you say softly, your voice barely above a whisper.<br><br>
She looks at you with concern and love. "Are you okay, sweetheart? Did that feel good for you?" You nod, trying to hide your feelings. "I... I don't know why but... yes, I liked it." "It's okay, darling. We all have our little kinks. Just remember, I love you no matter what, and I'll always be here to take care of you." your mother says, before leaving the bathroom. You find yourself alone in a puddle of your mom's piss, and decide to clean it before [[taking a shower.->Have a shower]]
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "cleanliness" "-60">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 5>>
<<replace "#leave">><</replace>>
<</linkreplace>>
<<elseif _action is "room">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Room_female_flirt.jpg")]] @@
Your mom notices you. Shee chuckles, leaning against the sink. "Need anything sweety?" she asks, raising an eyebrow suggestively.<br><br>
<span id="leave">[[Come back later.->Living room]]<br></span>
Undress in front on her and <<linkreplace "propose to play." >>propose to play.<br><br>
You decide to take a risk, hoping to please her and fulfill your own desires. You begin to undress in front of her, your movements slow and deliberate. "What are you doing, sweetheart?" she asks, her voice filled with concern. "I... I want you to make me feel good, Mom," you say, your voice soft and pleading. "Please, take care of me."<br><br>
She hesitates for a moment, then her expression softens, and she approaches you, her hands gentle and soothing. "Of course, sweetheart. I want to make you happy." She guides you to the edge of the bathtub, helping you to sit down. She kneels in front of you, her hands gently spreading your legs. You feel a mix of excitement and vulnerability as she begins to touch you, her fingers gentle and exploratory. "Does that feel good, sweetheart?" she asks, her voice soft and nurturing. "Yes, Mom," you whisper, your body responding to her touch. "It feels so good."
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Fuck/Room_lesbian{0}.webp",random(0,3))]] @@<br>
She continues to lick and suck, her movements becoming more intense as she brings you closer to climax. You can feel the heat building, your body tensing with anticipation. She looks up at you, her eyes filled with love and concern. "Yes, Mom," you whisper, your body on the brink of release. She increases her pace, her tongue and fingers working in harmony to bring you to climax. You let out a soft cry, your body shuddering with pleasure as you come, the sensation overwhelming and intense.<br><br>
You stand up slowly, your pussy dripping wet. "Thank you, Mom," you say, your voice filled with love and appreciation. She smiles at you, her eyes filled with warmth, and leave the bathroom. You gather your mind and [[continue with your day.->Bathroom]]<br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<set $minute += 15>>
<<replace #leave>><</replace>>
<</linkreplace>>
<<elseif _action is "bath">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Bath_noticed_female.jpg")]] @@
As you push open the bathroom door, the warm, humid air envelops you, and the scent of lavender fills your nostrils. Your mother is already in the bathtub, her body submerged in the bubbly water, a contented smile on her face. She looks up as you enter, her eyes lighting up with a mix of affection and mischief. "Oh, sweetie, come join me!" she coos, her voice soft and inviting. "The water is perfect, and it's been so long since we've had a nice, relaxing bath together."<br><br>
<span id='accept'><<linkreplace "Join her in the bathtub">>
You hesitate for a moment, but the warmth in her voice and the promise of relaxation are too tempting to resist. With a bright smile, you begin to undress, your clothes falling to the floor in a hurried rush. Your mother watches you with a gleam in her eye, her gaze lingering on your body as you reveal more skin. "You look so beautiful, darling," she murmurs, her voice filled with pride and something more. "Come on, get in. Let me wash your back," she says as you [[step into the tub.->Bathroom Fuck][$Bathroom_Fuck_location = 'bath', $bathroomSexPerson='mom']]<br>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Leave the bathroom">>
You hesitate, your heart racing with a mix of temptation and unease. The thought of joining her is appealing, but something holds you back. You shift uncomfortably, your eyes darting around the room as you search for an excuse. "I... I can't, Mommy," you stammer, your voice filled with regret. "Maybe next time?" She sighs, but her smile returns, filled with affection. "Of course, sweetie. Next time, then." You give her a final smile and [[leave the bathroom,->Living room]] closing the door behind you.<br><br>
<<MainChar.Stats "mom" "-1">>
<<replace #accept>><</replace>><</linkreplace>></span>
<<elseif _action is "shower">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Shower_noticed_female.jpg")]] @@
As you push open the bathroom door, the steamy air envelops you, and you hear the sound of the shower running. Your mother's silhouette is visible through the frosted glass, and she turns to face you as you enter. "Hey, sweetie," she calls out, her voice warm and inviting. "Why don't you join me? The water feels amazing."<br><br>
<span id='accept'><<linkreplace "Join her in the shower">>
You hesitate for a moment, but the warmth in her voice and the promise of relaxation are too tempting to resist. With a bright smile, you begin to undress, your clothes falling to the floor in a hurried rush. Your mother watches you with a gleam in her eye, her gaze lingering on your body as you reveal more skin. "You look so beautiful, darling," she murmurs, her voice filled with pride and something more. "Come on, get in. Let me wash your back," she says as you [[step into the tub.->Bathroom Fuck][$Bathroom_Fuck_location = 'shower',$bathroomSexPerson = 'mom']]<br>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Leave the bathroom">>
You hesitate, your heart racing with a mix of temptation and reluctance. "I... I don't know, Mom," you stammer, your voice uncertain. She pouts, her eyes filled with a mix of disappointment and understanding. "Come on, honey. It'll be fun. Just a quick shower together, nothing more." You bite your lip, torn between your desire to join her and the nagging feeling that you should resist. "I really can't, Mom," you say, your voice filled with regret. "Maybe another time." You give her a smile and turn to [[leave the bathroom.->Living room]]<br><br>
<<MainChar.Stats "mom" "-1">>
<<replace #accept>><</replace>><</linkreplace>></span>
<</if>>
<</if>>
<<elseif _occupant is 2 and _noticed is 0>>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Occupied/Shower_unnoticed_female.jpg")]] @@
As you push open the bathroom door, the steam from the shower hits you like a warm embrace. Your mother is standing under the spray, her back to you, the water cascading down her naked body. You freeze in the doorway, your eyes widening in surprise and arousal as you realize she hasn't noticed you. You watch her, your breath hitching as you take in the sight of her glistening, wet skin. <br><br>
<<if $mainChar.corruption > 20>> <<linkreplace "Keep spying her.">>
<br><br>
Your gaze travels down her body, lingering on her full breasts and the curve of her hips. But it's her pussy that captivates you the most, the sight of her glistening, wet folds sending a wave of desire through your body You picture yourself kneeling down in front of her, your tongue tracing the folds of her pussy as you lick and suck her to orgasm.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom//Occupied/Spying_Shower_Female.webp")]] @@<br>
Your mind is filled with the image of your mother's wet, inviting pussy and the naughty thoughts of what you wish you could do to her. Suddenly, you hear a noise in the hallway, and you snap out of your fantasy. Your heart is pounding in your chest as you quickly [[back out of the bathroom,->Living room]] pulling the door shut with a soft click. <br><br>
<<MainChar_Stats "arousal" "10">>
<<set $minute += 2>>
<<replace #leave>><</replace>>
<</linkreplace>>
<</if>>
<br>
<span id='leave'><<if $mainChar.corruption > 60 and $mom.relationship >= 40 >>[[Join her.->Bathroom Fuck][$Bathroom_Fuck_location='shower', $bathroomSexPerson='mom']]<br><</if>>
[[Come back later.->Living room]]</span>
<</if>><<if $Bathroom_Fuck_location is "shower">>
<<set $minute += 15>>
<<if $bathroomSexPerson == "dad">>
He steps into the shower, his body towering over yours. The water runs over both of you, creating a sensual and intimate moment. He gently takes your hand, guiding you closer to him. You let out a soft gasp, feeling a rush of excitement at his touch. "You know you're Daddy's little girl, don't you?" he says, his voice filled with affection and dominance. "Yes, Daddy," you whisper, your body trembling with anticipation. "I want to make you happy."<br><br>
He leans in, his breath hot against your ear. "Good girl," he says, his voice filled with approval. He gently turns you around to face the wall, his hands resting on your hips. You brace yourself against the tiles, feeling the cool surface against your skin. He positions himself behind you, his hands gripping your hips tenderly. "Spread your legs for Daddy," he commands, his voice firm but gentle. You obey, spreading your legs wide for your dad. He enters you carefully, his cock filling you completely. You let out a soft moan, feeling the intense pleasure mixed with a sense of safety and love. He begins to thrust into you, his movements controlled and caring.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/Male_Fuck{0}.webp', random(3))]]
@@<br>
He continues to fuck you, his hands gripping your hips gently. The sound of flesh against flesh fills the bathroom, blending with the sound of the running water. You feel a mix of pleasure and comfort, fully immersed in the loving and protective dynamic. As he increases his pace, you can feel yourself getting closer to climax. The intensity of the moment is overwhelming, and you let out a series of soft moans, your body trembling with pleasure.<br><br>
Finally, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you let out a final moan of pleasure. As he pulls out, you turn around to face him, your body still trembling with the aftermath of the intense encounter. He looks at you, a loving smile on his face. "Good girl," he says, his voice filled with pride and affection. You smile, feeling a sense of satisfaction and love. You know that this is just another moment of your special bond, and you look forward to the next time you can make your Daddy happy.<br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<elseif $bathroomSexPerson == "mom">>
She steps into the shower, her body close to yours. The water runs over both of you, creating a nurturing and intimate moment. She takes the shower gel and begins to lather it in her hands, her touch gentle and soothing. "Let me help you, sweetheart," she says, her voice filled with tenderness. She begins to wash your body, her hands moving gently over your skin. You close your eyes, feeling a sense of relaxation and comfort. She takes her time, making sure every part of you is clean and cared for.<br><br>
"You're such a good girl," she murmurs, her voice filled with pride. "I just want to make sure you're taken care of." You smile, feeling a sense of love and appreciation. "Thank you, Mom," you whisper, your voice filled with gratitude as she slide her hand between your legs. She continues to caress you, her fingers finding their way to your pussy. She begins to gently finger you, her movements slow and deliberate. The sensation is overwhelming, and you let out a series of soft moans, your body responding to her touch.<br><br>
She leans down, her tongue finding its way to your ass. She begins to lick you, her movements gentle and loving. The sensation is intense, and you let out a moan of pleasure, your body trembling with excitement. "Does that feel good, sweetie?" she asks, her voice filled with concern. "Yes, Mom," you whisper, your voice filled with gratitude. "It feels amazing."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/showerFuckMom{0}.webp', random(1, 3))]]
@@<br>
As she increases her pace, you can feel yourself getting closer to climax. The intensity of the moment is overwhelming, and you let out a series of soft moans, your body trembling with pleasure. She continues to pleasure you, her movements becoming more focused and deliberate. Finally, you reach the peak of your pleasure, your body shuddering with release. You let out a final moan of satisfaction, feeling the warmth spread through you. Your mother smiles, her eyes filled with love and pride. <br><br>
"Good girl," she says, her voice filled with approval. "You deserve to feel good, sweetie." You smile, feeling a sense of satisfaction and comfort. The water continues to run over both of you, washing away the evidence of your intimate encounter. You know that this is just one of the many ways your mother shows her love and care for you, and you cherish the moment, feeling grateful for her presence in your life.
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<elseif $bathroomSexPerson == "brother">>
He steps into the shower, his body towering over yours. The water runs over both of you, creating a sensual and intimate moment. He grabs your wrists, pinning them above your head against the shower wall. You let out a soft gasp, feeling a rush of excitement at his rough touch. "You like it when I'm brutal with you, don't you?" he growls, his voice filled with dominance. "Yes," you whisper, your body trembling with anticipation. <br><br>
"Let's wash each other." After these words, he reaches your crotch and starts rubbing it without asking. When he decides that you are ready, he grabs your hips, turning you around to face the wall. You brace yourself against the tiles, feeling the cool surface against your skin. He positions himself behind you, his hands gripping your hips tightly. "Spread your legs," he commands, his voice firm.<br><br>
You obey, spreading your legs wide for your brother. He enters you forcefully, his cock filling you completely. You let out a moan, feeling the intense pleasure mixed with a hint of pain. He begins to thrust into you, his movements rough and unyielding. As he increases his pace, you can feel yourself getting closer to climax. The intensity of the moment is overwhelming, and you let out a series of soft moans, your body trembling with pleasure. He continues to use you, his movements becoming more forceful and demanding.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/Male_Fuck{0}.webp', random(1, 3))]]
@@ <br>
Finally, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you let out a final moan of pleasure. As he pulls out, you turn around to face him, your body still trembling with the aftermath of the intense encounter. He looks at you, a satisfied smirk on his face. "Good girl," he says, his voice filled with approval. You smile, feeling a sense of satisfaction and submission. The water continues to run over both of you, washing away the evidence of your forbidden encounter.<br><br>
<<HaveASexWidget "vaginal" "bro" "inpussy">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<endif>>
<<run variables().mainChar.cleanCum()>>
<br>
<br>
<<link "Dry both of you with towel and go out">>
<<ClothLevel "out">>
<<goto "Bathroom">>
<</link>>
<<elseif $Bathroom_Fuck_location is "bath">>
<<set $minute += 15>>
<<if $bathroomSexPerson == "dad">>
You watch him, your heart pounding in your chest, as he reveals his muscular body. He steps into the bathtub, the water splashing gently as he settles in behind you. "You like making Daddy happy, don't you?" he murmurs in your ear, his voice low and commanding. "Yes, Daddy," you whisper, your voice trembling with excitement. "I want to be your good little girl." He chuckles, a dark and satisfying sound. "Good," he says, his hands moving to your breasts, squeezing them firmly. "Because Daddy has needs, and you're going to take care of them."<br><br>
He lifts you slightly, positioning you so that you're straddling him. You feel his cock at your entrance, and you bite your lip to stifle a moan as he thrusts into you. The sensation is overwhelming, and you have to focus on staying quiet as he begins to fuck you. He grabs your hair, pulling your head back to expose your neck. "You're Daddy's little slut, aren't you?" he growls, his voice filled with dominance. You nod, your breath coming in short, ragged gasps. "Yes, Daddy," you whisper, your voice filled with submission. "I'm yours."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/Bath/Fuck{0}.webp', random(0, 3))]]
@@<br>
As he increases his pace, you have to bite your lip harder to keep from moaning out loud. You can feel yourself getting closer to climax, and you revel in the secret, shared moment with your father, fully immersed in the taboo act. Suddenly, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to fight to keep your composure as he finishes, his body shuddering against yours. As he pulls out, you lean back against him, your body spent and satisfied. <br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<elseif $bathroomSexPerson == "mom">>
You watch her, feeling a sense of warmth and comfort as she reveals her body. She steps into the bathtub, the water splashing gently as she settles in behind you. You feel her arms wrap around you, pulling you close to her chest. Her touch is soft and loving, and you can feel her warmth enveloping you. She begins to wash your body, her hands gentle and caring, as if you were a small child. "You're so beautiful, my little one," she murmurs in your ear, her voice filled with pride and love. "You know I just want to make you happy, right?" she murmurs in your ear, her voice filled with tenderness. "Yes, Mom," you whisper, your voice filled with gratitude. "I know you do."<br><br>
Her hands move lower, gently washing between your legs. You gasp softly, feeling a mix of pleasure and surprise. She continues to touch you, her movements gentle and exploratory, as if she were discovering your body for the first time. You can feel the warmth building between your legs, and you lean back against her, your body relaxing into her touch.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/Bath/Lesbian{0}.webp', random(0, 3))]]
@@<br>
As she continues to touch you, you can feel yourself getting closer to climax. The sensation is gentle and loving, a mix of pleasure and comfort. You let out a soft moan, your body shuddering with release as she brings you to the peak of your pleasure. She holds you close, her arms wrapped tightly around you, as you come down from your high. You feel a sense of deep contentment and security, knowing that you are loved and cherished by your mother. The water is filled with the evidence of your shared pleasure, a secret reminder of the intimate and loving moment you just experienced. You take a deep breath, feeling a sense of peace and happiness, knowing that you are safe and loved in your mother's arms.<br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<elseif $bathroomSexPerson == "brother">>
Your brother is waiting no more. He steps into the bathtub, the water splashing gently as he settles in behind you. You feel his strong arms wrap around you, pulling you close to his chest. His breath is hot on your neck, and you can feel his cock pressing against your back. You shiver with anticipation, knowing what's to come. "You like it when I'm rough with you, don't you?" he murmurs in your ear, his voice low and commanding. "Yes," you whisper, your voice trembling with excitement. <br><br>
You gasp as he pinches your nipples, the sensation sending a jolt of pleasure and pain through your body. He continues to explore your body, his hands rough and demanding, leaving no doubt about who is in control. He lifts you slightly, positioning you so that you're straddling him. You feel his cock at your entrance, and you bite your lip to stifle a moan as he thrusts into you. The sensation is overwhelming, and you have to focus on staying quiet as he begins to fuck you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/Bath/Fuck{0}.webp', random(0, 3))]]
@@ <br>
He grabs your hair, pulling your head back to expose your neck. "You're mine," he growls, his voice filled with dominance. You nod, your breath coming in short, ragged gasps. "Yes," you whisper, your voice filled with submission. "I'm yours." You can feel yourself getting closer to climax, and you revel in the secret, shared moment with your brother, fully immersed in the taboo act.<br><br>
Suddenly, he tenses, and you feel him release inside you, filling your pussy with his hot cum. You clench your muscles, feeling the warmth spread through you. The sensation is overwhelming, and you have to fight to keep your composure as he finishes, his body shuddering against yours. As he pulls out, you lean back against him, your body spent and satisfied. The water is filled with the evidence of your shared pleasure, a secret reminder of the intense and forbidden moment you just experienced. You take a deep breath, feeling a sense of contentment and belonging.<br><br>
<<HaveASexWidget "vaginal" "bro" "inpussy">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<endif>>
<<run variables().mainChar.cleanCum()>>
<br>
<br>
<<link "Dry both of you with towel and go out">>
<<ClothLevel "out">>
<<goto "Bathroom">>
<</link>>
<</if>><<MainChar_Stats "energy" "20">>
<<MainChar_Stats "corruption" "1" "60">> $mainChar.maxCorruption
<p class="minus">-1 Relationship with brother</p> <<set $brother.relationship -= 1>>
<p class="add">+20 Arousal</p> <<set $mainChar.arousal += 20>>
<<run delete $mainChar.appearance.head.hair.saturation>>
<p class="minus">-$mainChar.arousal Arousal</p> <<set $mainChar.arousal to 0>>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<p class="minus">-15 Energy</p> <<set $mainChar.energy -= 15>>
@@.add; +100 cleanliness @@ <<set $mainChar.cleanliness = 100>> <br>
<<set $minute += 20>>
<<print $mainChar.firstName>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/toilet/toilet_lick' + random(2) + '.jpg')]]
@@
<div class="default-image-wrapper">[img[String.format($urlPath + "/laptop/Laptop.png")]]</div>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<p class="minus">-15 Cleanliness</p> <<set $mainChar.cleanliness -= 15>>
<p class="minus">-15 Energy</p> <<set $mainChar.energy -= 15>>
<<set $minute += 20>>
<<MainChar_Stats "School" "1">>
$inventory.has('SexShopItems','Dildo')
$mainChar.look.clothes.legs.name.toLowerCase().indexOf('skirt') !== -1 -> contient skirt
<<silently>><<repeat 0.125s>> <<run $("#workout").css("display", "block")>><</repeat>><</silently>>
<span id="workout" style="display: none">
</span>
<<link 'See a notification.'>>
<<notify>>This is a notification!<</notify>>
<</link>>
<<set $mainChar.did_cleaning_bathroom to $dayCount>>
<<if $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '' >>
You stand in the bathroom, armed with a scrub brush and a bottle of cleaning solution. The room is quiet, the only sound the soft hum of the exhaust fan and the occasional drip of the faucet. You start by spraying the tiles of the shower, the sharp scent of the cleaner filling the air. You get down on your hands and knees, scrubbing each tile meticulously, making sure to get into every corner and crevice.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Cleaning_clothed{0}.webp", random(1))]] @@<br>
The rhythm of the scrubbing is almost meditative, and you find yourself lost in thought as you work. You move on to the sink, wiping down the counter and scrubbing the basin until it shines. The mirror gets a quick wipe-down, removing any streaks or spots. You finish by sweeping and mopping the floor, leaving the bathroom sparkling clean.<br><br>
<<elseif $mainChar.look.clothes.torso.name is '' || $mainChar.look.clothes.legs.name is ''>>
The feeling of being partially undressed adds a layer of excitement to the task. There's a thrill in the vulnerability, a sense of freedom that feels liberating. You start by spraying the tiles of the shower, the cool mist of the cleaner hitting your bare skin and making you shiver slightly. You get down on your hands and knees, the tiles cold against your legs as you begin to scrub. The rhythm of the scrubbing is almost meditative, and you find yourself lost in thought as you work, the sensation of the brush against the tiles oddly soothing.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Cleaning_panties{0}.webp", random(1))]] @@<br>
As you move on to the sink, you catch a glimpse of yourself in the mirror. Your cheeks are flushed from the effort, and a few strands of hair have escaped your bun, framing your face. You wipe down the counter and scrub the basin until it shines, the cool porcelain a stark contrast to your warm skin. You catch glimpses of yourself in the mirror, your reflection reminding you about your partial nudity.
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
Today, you've decided to do the cleaning in a way that feels liberating and daring. There's a thrill in the vulnerability, a sense of freedom in being completely naked. You start by spraying the tiles of the shower, the cool mist of the cleaner hitting your bare skin and making you shiver slightly. You get down on your hands and knees, the tiles cold against your legs as you begin to scrub. The rhythm of the scrubbing is almost meditative, and you find yourself lost in thought as you work, the sensation of the brush against the tiles oddly soothing.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Cleaning_naked{0}.webp", random(1))]] @@<br>
As you move on to the sink, you catch a glimpse of yourself in the mirror. Your cheeks are flushed from the effort, and a few strands of hair have escaped your bun, framing your face. You wipe down the counter and scrub the basin until it shines, the cool porcelain a stark contrast to your warm skin. You catch glimpses of yourself in the mirror, your reflection reminding you about your nudity. <br><br>
<</if>>
<<if random(1) is 0 and $brother.currentLocation != "School" and $dad.currentLocation != "Work" and $mom.currentLocation != "Work">>
<<set _intruder to either("brother","mom","dad")>>
<<set _forced to random(1)>>
You're on your hands and knees, scrubbing the tiles of the shower, the smell of cleaning products filling the air. Suddenly, the <<linkreplace "door cracks open." >> door cracks open.
<<if _intruder is "brother">>
<<if $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '' and $brother.relationship < 20>>
Turning around, you see your brother entering the bathroom, his expression one of mild surprise. "What are you doing?" he asks, his voice flat and uninterested. You sit back on your heels, wiping a strand of hair from your face. "What does it look like I'm doing? I'm cleaning the bathroom," you reply, your tone matching his lack of enthusiasm.<br><br>
He shrugs, his expression dismissive. "Whatever," he says, turning to leave. You roll your eyes as the door closes behind him, feeling a mix of annoyance and resignation. You [[turn back to your task,->Bathroom]] scrubbing with a bit more force than necessary, trying to push the interaction out of your mind.<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $brother.relationship < 20>>
Turning around, you see your brother entering the bathroom, his expression one of mild surprise. "What the hell are you doing?" he asks, his voice sharp and accusatory. You sit back on your heels, feeling a flush of embarrassment rise to your cheeks. "I'm cleaning the mirror," you reply, trying to keep your voice steady. "Someone has to do it." He looks away, clearly uncomfortable with your state of undress. "Can't you put some clothes on?" he mutters, his voice laced with disapproval.<br><br>
You feel a pang of hurt at his reaction, but you try to brush it off. "It's hot in here," you say, your voice defensive. "I didn't think anyone would come here now." He shakes his head, his expression disapproving. "Whatever," he says, walking past you without another word. You watch him go, feeling a mix of embarrassment and disappointment. You sigh and [[return to your cleaning,->Bathroom]] the silence of the room feeling even more pronounced and awkward.<br><br>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "corruption" "1" "20">>
<<elseif $brother.relationship < 40>>
You glance over your shoulder to see your brother standing there, a playful smirk on his face. "Well, well, well," he says, leaning against the doorframe. "Look who's playing Cinderella today." You laugh, sitting back on your heels. "Someone's got to keep this place clean," you retort, splashing a bit of soapy water in his direction. "Unlike some people who think the bathroom fairy comes in at night."<br><br>
He dodges the water, laughing. "Hey, I do my part," he says, his eyes twinkling with amusement. He walks over, a mischievous glint in his eyes. "You know, you make a pretty cute maid," he says with a playful grin, his eyes tracing your figure. He chuckles and leaves, the sound of his footsteps echoing down the hallway. You [[turn back to your task,->Bathroom]] and begin to clean the mirror. <br><br>
<<MainChar_Stats "bro" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $brother.relationship >= 40 and $mainChar.corruption >= 60>>
You glance over your shoulder to see your brother standing there, a playful smirk on his face. "Well, well, well," he says, leaning against the doorframe. "Look who's playing Cinderella today." You laugh, sitting back on your heels. "Someone's got to keep this place clean," you retort, splashing a bit of soapy water in his direction. "Unlike some people who think the bathroom fairy comes in at night."<br><br>
He steps into the bathroom, his eyes twinkling with mischief. "You know, seeing you on your knees like this gives me some ideas," he says, his voice teasing. You raise an eyebrow, intrigued. "Oh yeah? What kind of ideas?" you ask, a smirk playing on your lips. He grins, his voice dropping to a conspiratorial whisper. "The kind where we have a little fun," he suggests, waggling his eyebrows. You bite your lip, considering his offer for a moment.<br><br>
<span id="agree"><<linkreplace "Agree to take a break.">>
"Why not? Let's live a little dangerously," you agree, your heart already racing with anticipation. He closes the door behind him, turning the lock with a soft click. You stand up, your body already tingling with excitement as he steps closer to you. "You know, our parents would freak if they knew about us," he murmurs, his hands moving to lift you onto the counter next to the sink. You wrap your arms around his neck, pulling him closer. "You're such a bad brother," you whisper, your breath hot against his ear. "Fucking your little sister in the bathroom."<br><br>
He thrusts into you, a deep groan escaping his lips. You moan, your body arching against him, your knee pressing harder against the sink for support. "Fuck, you feel so good," he growls, his movements becoming more urgent. You cling to him, your breath coming in ragged gasps. "Yes, brother, just like that," you pant. "Show me how much you want your little sister." He grunts, his hips moving with a steady, intense rhythm. "You feel so fucking good, sis." he murmurs, his voice filled with pleasure.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Break_Fuck{0}.webp", random(2))]] @@<br>
You moan, your body meeting each of his thrusts, the sound of your skin slapping against his filling the room. "Yes, yes, yes," you chant, your voice rising with each word. With a final, deep thrust, he comes, his body tensing as he fills you with his release. You cry out, your own orgasm washing over you, leaving you breathless and trembling. He holds you close, his body still pressed against yours, both of you panting and satisfied.<br><br>
As you come down from the high, you can't help but smile, knowing that this moment, this forbidden pleasure, is something you'll both cherish and keep hidden, a secret bond between siblings. But for now, you turn [[back to your cleaning.->Bathroom]] <br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "bro" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "false">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
"I... I can't, brother," you murmur. "I'm sorry. I don't want to disappoint you, but I have to finish that first." He looks at you with disappointment in his eyes."I'll be ready for you next time. I promise." you say, your voice filled with submission. He smiles, a look of approval in his eyes. "Finish your cleaning. I'll see you later." With that, he leaves the room, leaving you to [[finish your task.->Living room]] <br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "brother" "-1">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<<elseif $brother.relationship >= 60 and $mainChar.corruption >= 60 and _forced is 0>>
You glance over your shoulder to see your brother standing there, a dark, intense look in his eyes. He says nothing, just steps into the bathroom, closing the door behind him. You feel a rush of excitement and anticipation, knowing exactly what he wants. He comes up behind you, his presence overwhelming. You can feel his hands on your hips, his grip firm and unyielding. You don't stop scrubbing, but you can't help the smirk that plays on your lips. "Come on, brother," you murmur, your voice laced with a mix of challenge and desire. "I know you want to fuck me. I can see it in your eyes."<br><br>
"Keep cleaning," he growls low in his throat, positioning himself behind you. With a hard, forceful thrust, he enters you, filling you completely. You gasp, your body responding to the sudden invasion, but you don't stop scrubbing. Instead, you push back against him, meeting each of his thrusts with your own. "You love this, don't you?" you pant, your voice breathy with pleasure. "You love fucking your little sister like this, taking what you want." <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Fuck{0}.webp", random(2))]] @@<br>
He grunts, his movements becoming more urgent, more intense. "You're such a good little sister," he says, his voice filled with dominance. "Always ready to please your big brother." You can feel his body tensing, his grip on your hips tightening. "Yes," you moan, your body shuddering with each thrust. "Fuck me harder, brother. Show me how much you love violating me." He complies, his thrusts becoming deeper, more forceful. You can feel the pleasure building, your body on the verge of orgasm. "Yes, brother, fill me up," you gasp. "I want to feel every drop of you inside me." <br><br>
With a final, deep thrust, he comes, his release filling you. He pulls out, stepping back with a satisfied smile on his face. "Good girl," he says, his voice filled with approval. "You always know how to take it." You look back at him, a contented smile on your lips. "Anytime, brother," you say softly. "Anytime you want." With that, he leaves the room, leaving you to finish your task, your body still tingling with the aftershocks of the intense, forbidden encounter. You catch your breath before getting up to [[finish cleaning.->Bathroom]]<br><br>
<<HaveASexWidget "rape" "brother" "face">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "false">>
<<elseif $brother.relationship >= 60 and $mainChar.corruption >= 60>>
You glance over your shoulder to see your brother standing there, a dominant smirk on his face. "Well, well, look at you, all obedient and on your knees," he says, his voice laced with a mix of amusement and dominance. You feel a thrill run through you, a mix of excitement and submission. "Just doing my chores, bro," you reply, your voice soft and submissive. <br><br>
He steps into the bathroom, his presence filling the room. "You know, seeing you like this gives me ideas," he says, his voice low and commanding. He reaches down, his hand gently but firmly gripping your hair. "How about you take a break from cleaning and let me fuck you instead?" You look up at him, your eyes filled with a mix of desire and submission. <br><br>
<span id="agree"><<linkreplace "Agree to take a break.">>
"Yes, brother," you murmur, your body already responding to his touch. "Whatever you want." He smiles, a look of satisfaction on his face. "Good girl," he says, his voice filled with approval. "Now, get up and bend over the sink. Let's see how well you can take it." You stand up, your heart pounding with anticipation, and bend over the sink, presenting yourself to him. He positions himself behind you, his hands gripping your hips firmly. You can feel him pressing against you, and then he thrusts into you, filling you completely.<br><br>
You moan, your body responding to the sensation. He starts to move, his thrusts deep and powerful. "You're such a good little sister," he growls, his voice filled with dominance. "Always ready to please your big brother." You grip the edges of the sink, your body moving in rhythm with his thrusts. "Yes, yes, I love it," you pant. "I love being your little fuck toy."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Break_Fuck{0}.webp", random(2))]] @@<br>
He continues to fuck you, his movements becoming more urgent, more intense. You can feel the pleasure building, your body on the verge of orgasm. "Come for me, little sister," he commands, his voice filled with authority. With a final, deep thrust, you both come, your bodies shuddering with the force of your orgasms. He pulls out, a satisfied smile on his face. You stand up, feeling a mix of satisfaction and submission. Your body still tingling with the aftershocks of pleasure, you turn [[back to your cleaning.->Bathroom]] <br><br>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "bro" "-1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "false">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
"I... I can't, brother," you murmur. "I'm sorry. I don't want to disappoint you, but I have to finish that first." He looks at you with disappointment in his eyes."I'll be ready for you next time. I promise." you say, your voice filled with submission. He smiles, a look of approval in his eyes. "Finish your cleaning. I'll see you later." With that, he leaves the room, leaving you to [[finish your task.->Living room]] <br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "brother" "-1">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<</if>>
<<elseif _intruder is "dad">>
<<if $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '' and $dad.relationship < 20>>
Turning around, you see your dad entering the bathroom, his expression one of mild surprise. "What are you doing?" he asks, his voice flat and uninterested. You sit back on your heels, wiping a strand of hair from your face. "Just cleaning the bathroom," you reply, your voice equally devoid of warmth. "Someone has to do it."<br><br>
He grunts in response, his eyes scanning the room briefly before landing back on you. "Well, don't make a mess," he says gruffly, turning to leave. "And make sure you put everything back where it belongs." You watch him go, feeling a pang of resentment. The door clicks shut behind him, leaving you alone with your thoughts and the lingering tension. You [[turn back to your task,->Bathroom]] scrubbing with a bit more force than necessary, trying to push the interaction out of your mind.<br><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "dad" "1">>
<<elseif $dad.relationship < 20 >>
Turning around, you see your dad entering the bathroom, his expression one of mild surprise. "What the hell are you doing?" he asks, his voice sharp and accusatory. You sit back on your heels, feeling a flush of embarrassment rise to your cheeks. "Just cleaning," you reply, your voice small and uncertain. He scoffs, his expression turning into a scowl. "Cleaning like that? What's wrong with you?" he snaps, his tone dismissive and cold. "Put some clothes on and stop making a spectacle of yourself," he mutters, his voice laced with disapproval.<br><br>
You feel a pang of hurt at his reaction, but you try to brush it off. "It's hot in here," you say, your voice defensive. "I didn't think anyone would come here now." He shakes his head, his expression disapproving. "Whatever," he says, walking past you without another word. You watch him go, feeling a mix of embarrassment and disappointment. You sigh and [[return to your cleaning,->Bathroom]] the silence of the room feeling even more pronounced and awkward.<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "dad" "-2">>
<<elseif $dad.relationship < 40>>
Your father is standing there, a warm smile on his face. "What are you doing down there?" he asks, a playful smile spreading across his face. His gaze lingers for a moment, appreciating the view. You look up at him, a grin tugging at your lips. "Just cleaning," you reply, your voice light. He chuckles, stepping closer. "You know, you look kind of cute down there," he says, his voice teasing. You laugh, squirming away from him. "Stop it!" you giggle. He laughs with you, finally relenting.<br><br>
He nods, his eyes softening. "Need any help?" You shake your head. "Nah, I've got it. Thanks, though." He leans against the doorframe, watching you for a moment. "You know, you make a pretty cute maid," he says with a playful grin, his eyes tracing your figure. He chuckles and leaves, the sound of his footsteps echoing down the hallway. You [[turn back to your task,->Bathroom]] and begin to clean the mirror. <br><br>
<<MainChar_Stats "dad" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $dad.relationship >= 60 and $mainChar.corruption >= 60 and _forced is 0>>
You glance back to see your father standing there, a dark and hungry look in his eyes. "Well, isn't this a sight," he says, his voice low and commanding, sending a shiver down your spine. You pause, a mix of fear and excitement coursing through you. "Just cleaning, Daddy," you say, your voice soft and submissive, hoping to please him. He steps into the bathroom, closing the door behind him with a firm click, the sound echoing ominously in the small space. "Keep cleaning, little one," he orders, his voice brooking no argument. <br><br>
You obey, your hands moving in circular motions, scrubbing the tiles with renewed vigor. You hear the sound of his belt being unbuckled, the metallic clink of the buckle hitting the floor. Your heart races, a blend of anticipation and nervousness churning in your stomach. You want to make him happy, to be the good little girl he desires. He positions himself behind you, his hands rough and demanding on your hips. You feel him press against you, his intentions clear. You take a deep breath, steeling yourself for what's to come. "That's it, little one," he growls, his voice thick with lust and dominance. "Take it like a good girl."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Fuck{0}.webp", random(2))]] @@<br>
You focus on the rhythm of your scrubbing, matching it to the rhythm of his thrusts. You're pleasing him, giving him what he wants, and that knowledge sends a thrill through you. He continues to use you, his grip tightening, his movements becoming more urgent. You can hear his ragged breaths, feel the tension in his body as he chases his release. You want to be the one to give it to him, to satisfy his every need. "Daddy," you whisper, your voice breathy and pleading. "I want to make you feel good." He groans in response, his thrusts becoming deeper, harder. "You do, little one," he pants. "You make Daddy feel so good." <br><br>
You feel a warmth spreading through you, a sense of contentment and purpose. You're his little girl, his to use, his to pleasure. And you wouldn't have it any other way. As he reaches his climax, his body tensing and releasing, you feel a sense of triumph. You've done it. You've satisfied him, made him happy. You continue to clean, your movements slow and steady, a small smile playing on your lips. You're his good little girl, and that's all that matters. When he finally pulls out, he pats your ass gently, a sign of approval. "Good girl," he murmurs, his voice soft and satisfied. You beam with pride, knowing you've done well.<br><br>
He leaves the bathroom, the door clicking shut behind him, and you're left alone with your thoughts and the gleaming tiles. You catch your breath before getting up to [[finish cleaning.->Bathroom]]<br><br>
<<HaveASexWidget "rape" "dad" "face">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "false">>
<<elseif $dad.relationship >= 40 and $mainChar.corruption >= 60 >>
You glance over your shoulder to see your dad standing there, a playful smirk on his face. "Well, well, well," he says, leaning against the doorframe. "Oh, hey," he says, his voice casual but with a hint of something more. "Didn't expect to see you down there." You sit back on your heels, wiping a strand of hair from your face. "Just thought the bathroom could use a good clean, Daddy" you reply, trying to keep your voice steady. <br><br>
He steps into the bathroom, closing the door behind him. "You know, you look really good like that," he says, his voice low and appreciative. He takes a step closer, his eyes never leaving yours. "It's kind of... appealing." You feel a flush rising to your cheeks, a mix of embarrassment and something else—something you can't quite name. "Thanks," you murmur, unsure of what else to say. He steps into the bathroom, his eyes twinkling with mischief. "You know, seeing you on your knees like this gives me some ideas, what about having some fun together," he suggests, waggling his eyebrows. You bite your lip, considering his offer for a moment.<br><br>
<span id="agree"><<linkreplace "Agree to take a break.">>
You stand up, your heart pounding with a mix of excitement and nervousness as your father approaches you. He reaches out, his hands gentle yet firm, pulling you into a tight embrace. You can feel his strength, his dominance, and it makes you feel safe and protected. "You're such a good girl," he murmurs, his voice deep and soothing. You melt into his touch, your body responding to his praise. He lifts you effortlessly, setting you down on the bathroom counter. You wrap your legs around his waist, feeling the hardness of his desire pressing against you. <br><br>
"I'm going to take care of you, little one," he whispers, his voice filled with promise. "I'm going to make you feel so good." He lifts one of your legs, wrapping it around his waist, and then he enters you, slowly and carefully. You gasp, your body stretching to accommodate him, the sensation overwhelming and intense. He begins to move, his thrusts slow and deliberate, each one sending waves of pleasure coursing through you. You moan, your hands gripping the tiles, your body pressing back against him. He kisses your neck, your shoulder, his breath hot against your skin. "You feel so good, little one," he murmurs, his voice ragged with desire. "So tight, so perfect."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Break_Fuck{0}.webp", random(2))]] @@<br>
He picks up the pace, his thrusts becoming more urgent, more intense. You can feel the pleasure building, your body tensing, ready to explode. "Please, Daddy," you whisper, your voice breathy and desperate. "Fill your daughter with your cum." his body tensing, his cock pulsing as he fills you with his release.<br><br>
As you come down from the high, you can't help but smile. He holds you close, his body still pressed against yours. You feel safe, protected, loved. He kisses your forehead gently, a soft smile on his lips. But now, you still need to [[finish your cleaning session.->Bathroom]] <br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "false">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
You pause, considering his offer, but then you shake your head gently. "I appreciate it, Daddy," you say, your voice soft but firm. "But I really want to finish cleaning first." He looks at you, a mix of surprise and disappointment in his eyes. "Alright, sweetheart," he says, before leaving the room. You get back to your chores and [[finish your task.->Living room]] <br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "dad" "-1">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<</if>>
<<elseif _intruder is "mom">>
<<if $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '' and $mom.relationship < 20>>
Turning around, you see your mother stepping in, her eyes widening in surprise. "Oh, you're cleaning," she says, her voice flat. There's a pause, a moment of awkward silence. "That's... good." She forces a small smile, but it doesn't reach her eyes. You can feel the tension between you, the lack of connection. She makes an effort, though, asking, "Do you need any help?"<br><br>
You shake your head, not looking up. "No, I've got it," you reply, your voice equally flat. She lingers for a moment, as if wanting to say more, but then she turns and leaves, the door clicking shut behind her. You continue scrubbing, feeling the weight of your strained relationship hanging heavy in the air. You [[turn back to your task.->Bathroom]]<br><br>
<<MainChar_Stats "mom" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $mom.relationship < 20 >>
your mother steps in, her eyes widening in surprise as she takes in your appearance. "Oh, you're... cleaning," she says, her voice trailing off as she looks you up and down, a mix of disapproval and confusion in her eyes. "$mainChar.firstName ! Your clothes!" she asks, her tone sharp. You sit back on your heels, looking up at her, a defiant expression on your face. "What does it matter what I'm wearing? I'm just cleaning the bathroom," you reply, your voice tense. She crosses her arms, her gaze critical. "It matters because it's inappropriate, and you know it," she says, her voice stern. "You should be more mindful of how you present yourself, even when you're doing chores."<br><br>
You roll your eyes, turning back to your scrubbing, feeling the tension between you growing. "Whatever, Mom," you mutter, your voice dismissive. She lingers for a moment, as if wanting to say more, but then she turns and leaves, the door clicking shut behind her. <br>
You sigh and [[return to your cleaning,->Bathroom]] the silence of the room feeling even more pronounced and awkward.<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "+10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "mom" "-1">>
<<elseif $mom.relationship < 40>>
Your mother walks in. "Oh, honey, you're cleaning!" she exclaims, her voice warm and surprised. There's a brief flash of something more than just surprise in her gaze, a hint of excitement that she quickly tries to hide. "That's so thoughtful of you." She clears her throat, trying to regain her composure. You look up and smile at her, feeling a sense of pride and connection. "Thanks, Mom," you say, your voice genuine. <br><br>
She smiles back, her eyes filled with love and appreciation. "Let me know if you need any help, okay?" she says, before leaving the room, the door clicking softly shut behind her. You [[turn back to your task,->Bathroom]] feeling content and happy with your bond. <br><br>
<<MainChar_Stats "mom" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $mom.relationship >= 60 and $mainChar.corruption >= 60 and _forced is 0>>
Your mother walks in. "Oh, look at you, on your hands and knees like a good little girl," she says, her voice sweet but with an underlying tone of arousal. "You know, you look so cute down there." She comes over and runs her hand through your hair, her touch delicate. "You're such a good girl, cleaning up like this," she murmurs. Then, her voice drops to a whisper, "But you know what? Good girls deserve a reward."<br><br>
Before you can react, she's behind you, her hands gripping your hips tightly. You feel her fingers trace the curve of your ass. "Such a pretty little thing," she coos, her voice taking on a sickeningly sweet tone. "Let's see how you like this." She pushes you down, so your chest is pressed against the cold tiles, your ass arched up in the air. You can feel her breath hot against your skin as she leans in, her tongue tracing a path from your clit up to your anus. You let out a soft gasp, your body tensing at the unexpected sensation.<br><br>
"Does that feel good, sweetie?" she says, her tongue continuing to explore, licking and probing with increasing intensity. Her hands grip your ass cheeks, spreading them wide as she focuses her attention on your anus, her tongue circling and pressing against the tight opening. "Such a tight little hole," she murmurs, her voice filled with a twisted delight. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Fuck{0}.webp", random(2))]] @@<br>
You whimper softly, your body squirming under her touch. "Yes, Mommy," you say, your voice barely a whisper. You can feel her fingers slipping inside your pussy, her thumb pressing against your clit, rubbing in slow, deliberate circles. "That's it, baby girl," she coos, her voice filled with a sickening sweetness. "Just relax and let Mommy take care of you. You're such a good girl, aren't you?" You nod, your body trembling with a mix of fear and arousal. "Yes, Mommy," you say, your voice soft and submissive. You continue to scrub the tiles, your mind detaching from the reality of what's happening, focusing on the mundane task as a way to cope with the invasion of your body.<br><br>
She increases the pace, her fingers moving faster, her tongue pressing more firmly against your anus. "Come on, sweetie," she urges, her voice laced with a mocking innocence. "Show Mommy how much you love this. Be a good girl and come for me." You can't hold back any longer. With a final, intense lick, you climax, your body shuddering with the force of your orgasm. You let out a soft, breathy moan, your fingers clutching at the tiles as waves of pleasure wash over you. <br><br>
You collapse forward, your body spent, your mind a whirlwind of confusion and shame. You can feel her hands gently caressing your back, her touch almost tender, as she coos softly to you, her words a mix of praise and twisted affection. "You're such a good girl, baby," she says, her voice soft. "Mommy is so proud of you. You deserve all the special treats in the world." You catch your breath as she leaves the bathroom. You take your time to get up before [[finishing your cleaning session.->Bathroom]]<br><br>
<<HaveASexWidget "rape" "mom">>
<<HaveASexWidget "masturbated">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "energy" "-30">>
<<elseif $mom.relationship >= 40 and $mainChar.corruption >= 60 >>
You glance over your shoulder to see your mother walking in. "Oh, look at you, on your hands and knees like a good little girl," she coos, her voice sweet. "You know, you look so cute down there." She comes over and runs her hand through your hair, her touch lingering. "You're such a good girl, cleaning up like this," she murmurs. Then, her voice drops to a whisper, "Would you like Mommy to make you feel even better between your legs?" You look up at her, a mix of embarrassment and excitement in your eyes. <br><br>
<span id="agree"><<linkreplace "Agree to take a break.">>
You nod slightly, feeling a flush of heat spread through your body. She smiles, a knowing look in her eyes, as she kneels down behind you. Her hands gently lift your skirt, exposing you fully. You feel a shiver of anticipation as she positions herself, her breath hot against your skin. "That's my good girl," she murmurs, her voice soft and soothing. "Just relax and let Mommy take care of you."<br><br>
You feel her tongue, warm and wet, tracing delicate patterns on your skin. She starts at your anus, licking and probing gently, sending waves of pleasure through your body. You let out a soft moan, your body responding to her touch. She moves lower, her tongue finding your clit, circling and flicking with expert precision. "Does that feel good, sweetie?" she asks, her voice laced with affection. "Yes, Mommy," you whisper, your breath hitching as she continues to lick and suck. "It feels so good. Thank you, Mommy."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Cleaning/Break_Fuck{0}.webp", random(2))]] @@<br>
She hums in approval, her tongue working faster, her hands gripping your hips tightly. You can feel the pleasure building, your body trembling with each lick. "That's it, baby girl," she coos. "Just let go. Let Mommy make you feel all better." You moan, your body shuddering as you reach the peak of your pleasure. She continues to lick and suck, drawing out your orgasm, her touch both tender and erotic. <br><br>
As you come down from the high, she gently pats your bottom, a satisfied smile on her face. "There you go, sweetie," she says softly. "All clean and happy now." You sit back on your heels, a contented smile on your face, feeling a mix of satisfaction and a deep, complicated bond with your mother. You gather your mind and [[finish your cleaning session.->Bathroom]] <br><br>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "mom" "1">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-30">>
<<replace #disagree>><</replace>> <</linkreplace>><br></span>
<span id="disagree"> <<linkreplace "Politely decline.">>
You shake your head, your voice firm but polite. "No, Mom, I really need to finish cleaning," you say, your tone leaving no room for argument. She pauses, a flicker of disappointment in her eyes, but she quickly recovers, forcing a smile. "Of course, sweetie," she says, her voice still sweet but with a hint of resignation. As she leaves the room, the door clicking softly shut behind her, you get back to your chores and [[finish your task.->Living room]] <br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "mom" "-1">>
<<replace #agree>><</replace>> <</linkreplace>><br></span>
<</if>><</if>>
<</linkreplace>>
<<else>>
[[Continue with your day->Bathroom]]<br><br>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<</if>>
<<set $minute += 30>><<timeWidget>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<set _clothed to 'nude'>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Livingroom/Nap/Sleeping_nude' + random(2) + '.webp')]]
@@
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is ''>>
<<set _clothed to 'panties'>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Livingroom/Nap/Sleeping_panties' + random(2) + '.webp')]]
@@
<<elseif $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<set _clothed to 'panties'>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Livingroom/Nap/Sleeping_nobottom' + random(0) + '.webp')]]
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Livingroom/Nap/Sleeping_clothed' + random(1) + '.webp')]]
@@
<</if>>
<br><br>
You sink into the couch, its cushions soft and familiar, wrapping you in a gentle embrace. The hum of the distant world fades—the ticking clock, the faint rustle of leaves outside, the occasional creak of the house settling. Your eyelids grow heavier with each slow breath, warmth spreading through your limbs. Sleep tugs at you, and before you know it, you drift off, lost in the quiet embrace of a nap.
<br><br>
<<if (($brother.currentLocation != 'School' and $brother.relationship>=60) or ($dad.currentLocation != 'Work' and $dad.relationship>=60)) and random(2) is 0>>
<<if ($brother.currentLocation != 'School' and $brother.relationship>=60)>>
As you drift off, you have no idea that your brother has entered the room. He stands there for a moment, watching you sleep, a dark look in his eyes. Seeing you vulnerable and unaware, he decides to <<linkreplace "take advantage of your nap.">>take advantage of your nap.<br><br>
He takes a moment to admire your body, his eyes roaming over your curves. Then, with a sense of urgency, he unzips his pants, freeing his already hard cock. He strokes himself, his eyes never leaving your body. The sight of you, so vulnerable and unaware, only heightens his arousal. Without hesitation, he pushes into you. You stir slightly, a soft moan escaping your lips, but you don't fully wake up, your body responding to the invasion despite your unconscious state.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Livingroom/Nap/Fuck' + random(4) + '.webp')]]@@<br>
He moves closer, positioning himself over you, his cock inches from your face. With a final, intense stroke, he comes, his release spilling onto your cheek, the warm liquid dripping down your skin. Unaware of his intentions, you continue to doze, completely oblivious to the sticky surprise your brother have for you. <br><br>
You stir slightly, your eyes fluttering open as you begin to wake up. You feel a strange sensation on your cheek, and as you reach up to touch it, you realize it's sticky and warm. You look at your fingers, seeing that<<linkreplace "you have cum on you.">>you have cum on you. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Livingroom/Nap/Cum' + random(0,6) + '.webp')]]@@<br>
You sit up, feeling a mix of satisfaction and excitement. You don't know if it was your brother or your father who took what they wanted, but either way, you're content knowing that you served their pleasure. You [[stand up,->Living room]] stretching languidly, feeling the lingering effects of your nap and the knowledge of what transpired while you were asleep. <br><br>
<<set $hour +=1>>
<<HaveASexWidget "bj" "brother" "face">>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>> <</linkreplace>>
<<else>>
While you're asleep, your father enters the room, his eyes lingering on your peaceful form. He approaches you silently, his movements careful and deliberate. A loving yet possessive look crosses his face as he decides to <<linkreplace "take advantage of your nap.">> take advantage of your nap.<br><br>
You remain blissfully unaware, your sleep deep and undisturbed. He positions himself, his touch gentle yet firm, as he begins to use your body for his pleasure. The room is filled with the soft sounds of his movements, his breaths coming in steady, controlled rhythm.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Livingroom/Nap/Fuck' + random(4) + '.webp')]]@@<br>
Lost in peaceful slumber, you remain oblivious to his acts, allowing your dad to use you as he wants. Time passes, and he finishes, his release spilling onto your cheek, marking you as his. He steps back, a satisfied smile on his face, before quietly leaving the room, leaving you to your slumber. <br><br>
Eventually, you begin to stir, your consciousness slowly returning. You stretch, your body feeling rested and refreshed. As you open your eyes, you notice something warm and sticky on your cheek. You reach up, your fingers brushing against the substance, and <<linkreplace "you realize it's semen.">>you realize it's semen. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Livingroom/Nap/Cum' + random(0,6) + '.webp')]]@@<br>
A small smile tugs at the corners of your mouth as you wipe it away, not bothering to question whether it was your father or your brother who left their mark on you. In either case, you feel a sense of contentment, knowing that you have served their pleasure. With a sigh, you [[stand up,->Living room]] ready to face the rest of your day.<br><br>
<<set $hour +=1>>
<<HaveASexWidget "bj" "dad" "face">>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>> <</linkreplace>>
<</if>>
<<else>>
<<if ($hour <22 or $hour >=6) and $brother.currentLocation != 'Living room' and $dad.currentLocation != 'Living room' and $mom.currentLocation != 'Living Room'>>
Your eyes flutter open, the room bathed in the soft glow of late afternoon. A drowsy warmth lingers in your body, the couch still as comfortable as when you first lay down. You could close your eyes again and [[continue to nap,->Sofa nap]] letting sleep pull you back under… or you could stretch, sit up, and [[get on with your day.->Living room]]
<<elseif $brother.currentLocation is 'Living room'>>
<<if $brother.relationship<20>>
<<if _clothed is 'nude'>>
You blink your eyes open, groggy and disoriented, just as your brother walks into the living room. He looks over at you, his eyes widening in shock as he realizes you're completely naked. "What the hell are you doing?" he demands, his voice filled with anger and disbelief. You sit up quickly, your cheeks flushing with embarrassment. "I... I didn't mean to fall asleep like this. I was just taking a nap," you stammer, trying to cover yourself with your hands. He scoffs, his expression darkening. "Are you kidding me? You're naked on the couch in the middle of the day. What if someone else had walked in? This is completely inappropriate." You feel a mix of shame and defensiveness. "I'm sorry, okay? I didn't think anyone would be home. I just wanted to be comfortable," you say as you [[stand up.->Living room]]
<<elseif _clothed is 'panties'>>
You blink your eyes open, groggy and disoriented, just as your brother walks into the living room. He looks over at you, his eyes widening in shock as he realizes you're half naked. "What the hell are you doing?" he demands, his voice filled with anger and disbelief. You sit up quickly, your cheeks flushing with embarrassment. "I... I didn't mean to fall asleep like this. I was just taking a nap," you stammer. He scoffs, his expression darkening. "Are you kidding me? This is completely inappropriate." You feel a mix of shame and defensiveness. "I'm sorry, okay? I didn't think anyone would be home," you say as you [[stand up.->Living room]]
<<else>>
You blink your eyes open, groggy and disoriented, just as your brother walks into the living room. He glances at you briefly before flopping down on the other end of the couch, remote in hand. "Hey," you mumble, still half-asleep. He doesn't respond, his eyes already glued to the TV as he flips through the channels. You sigh, feeling a mix of annoyance and resignation. You sit up, rubbing your eyes. "Could you at least say hi?" you ask, your voice tinged with irritation. He looks over at you, his expression blank. "Hi," he says flatly, before turning his attention back to the TV. <br><br>
You roll your eyes, feeling a surge of frustration. "Thanks for the enthusiasm," you mutter sarcastically. He shrugs, not bothering to look at you. "You're the one sleeping on the couch in the middle of the day. Don't blame me for not being thrilled to see you."You feel a surge of anger, but you bite your tongue, knowing that arguing with him will only make things worse. "Fine, whatever," you say as you [[stand up.->Living room]]
<</if>>
<<elseif $brother.relationship<60>>
<<if _clothed is 'nude'>>
You blink your eyes open, feeling content and relaxed, just as your brother walks into the living room. He looks over at you, his eyes widening in surprise as he realizes you're completely naked. "Oh, wow, um... hey," he stammers, his cheeks flushing with embarrassment. You sit up, stretching languidly and giving him a playful smile. "Hey, big bro. Sorry, I didn't mean to fall asleep like this. I was just taking a nap," you say, your voice filled with amusement. He looks away, clearly uncomfortable. "Uh, yeah, no problem. I just... didn't expect to see you like this." You laugh softly, enjoying his discomfort. "Relax, big bro. It's not a big deal. Besides, I think you secretly enjoy the view," you tease, your voice dropping to a sultry purr. He lets out a nervous laugh, his body tensing under your touch. "Yeah, well, maybe a little. But still, you should probably put some clothes on. You know, just in case someone else walks in." You smile, feeling a rush of excitement and arousal. "Fine," you say as you [[stand up.->Living room]]
<<elseif _clothed is 'panties'>>
You blink your eyes open, feeling content and relaxed, just as your brother walks into the living room. He looks over at you, his eyes widening in surprise as he realizes you're half naked. "Oh, wow, um... hey," he stammers, his cheeks flushing with embarrassment. You sit up, stretching languidly and giving him a playful smile. "Hey, big bro. Sorry, I didn't mean to fall asleep like this. I was just taking a nap," you say, your voice filled with amusement. He looks away, clearly uncomfortable. "Uh, yeah, no problem. I just... didn't expect to see you like this." You laugh softly, enjoying his discomfort. "Relax, big bro. It's not a big deal," you tease, your voice dropping to a sultry purr. He lets out a nervous laugh, his body tensing under your touch. "Yeah, well, maybe. But still, you should probably put some clothes on. You know, just in case someone else walks in." You smile, feeling a rush of excitement and arousal. "Fine," you say as you [[stand up.->Living room]]
<<else>>
You blink your eyes open, feeling content and relaxed, just as your brother walks into the living room. He smiles at you, his eyes warm and friendly. "Hey, sleepyhead," he says, his voice soft and teasing. You sit up, stretching and yawning. "Hey, sorry, I didn't mean to take up the whole couch," you say, your voice filled with genuine apology. He waves a hand dismissively, his smile widening. "Don't worry about it. You looked so comfortable, I didn't want to disturb you." You feel a rush of gratitude and affection for your brother "Thanks. I guess I was more tired than I thought," you say as you [[stand up.->Living room]]
<</if>>
<<else>>
<<if _clothed is 'nude'>>
You blink your eyes open, feeling a mix of anticipation and excitement, just as your brother walks into the living room. His eyes meet yours, and a slow, dominant smile spreads across his face as he takes in your naked form. "Well, well, look who's awake," he says, his voice filled with authority and amusement. "And look at you, parading around like a little slut. What do you have to say for yourself?" You sit up quickly, your heart racing with a mix of nervousness and arousal. "I'm sorry, big bro. I just wanted to be comfortable," you say, your voice soft and submissive. He chuckles, his eyes gleaming with satisfaction and cruelty. "Comfortable? You're nothing but a little bitch, aren't you?" You feel a rush of shame and excitement, your body already responding to his dominant tone. "Yes, big bro. I'm your little bitch." He laughs, his eyes gleaming with satisfaction and dominance. "That's my good girl. Now, go to your bedroom." You nod and [[stand up.->Living room]]
<<elseif _clothed is 'panties'>>
You blink your eyes open, feeling a mix of anticipation and excitement, just as your brother walks into the living room. His eyes meet yours, and a slow, dominant smile spreads across his face as he takes in your naked form. "Well, well, look who's awake," he says, his voice filled with authority and amusement. "And look at you, parading around like a little slut. What do you have to say for yourself?" You sit up quickly, your heart racing with a mix of nervousness and arousal. "I'm sorry, big bro. I just wanted to be comfortable," you say, your voice soft and submissive. He chuckles, his eyes gleaming with satisfaction and cruelty. "Comfortable? Wearing that? You're nothing but a little bitch, aren't you?" You feel a rush of shame and excitement, your body already responding to his dominant tone. "Yes, big bro. I'm your little bitch." He laughs, his eyes gleaming with satisfaction and dominance. "That's my good girl. Now, go to your bedroom." You nod and [[stand up.->Living room]]
<<else>>
You blink your eyes open, feeling a mix of anticipation and excitement, just as your brother walks into the living room. His eyes meet yours, and a slow, dominant smile spreads across his face. "Well, well, look who's lying here," he says, his voice filled with authority and amusement. "Wake up, slut." You sit up quickly, your heart racing with a mix of nervousness and arousal. "I'm sorry, big bro. I didn't mean to fall asleep on the couch," you say, your voice soft and submissive. He chuckles, his eyes gleaming with satisfaction. "No need to apologize, little one. You look adorable all curled up like that." You feel a rush of gratitude and affection for your brother "Thanks, big bro. I guess I was more tired than I thought," you say as you [[stand up.->Living room]]
<</if>>
<</if>>
<<elseif $dad.currentLocation is 'Living room'>>
<<if $dad.relationship<20>>
<<if _clothed is 'nude'>>
Suddenly, the sound of footsteps and the creak of the couch as someone sits down jolts you awake. You open your eyes to see your father walking toward the couch, his eyes fixed on the TV, completely ignoring your presence. You blink, trying to clear the sleep from your eyes. "Hey, Dad," you mumble, your voice still groggy. He looks over at you, his expression turning to shock and then anger as he takes in your naked form. "What the hell are you doing?!" he demands, his voice sharp and furious. "Why are you naked on the couch?" You roll your eyes, feeling a surge of annoyance. "Relax, Dad. I was just taking a nap. I didn't think anyone would be home," you retort, trying to keep your voice steady. He stands up, his face flushing with anger. "This is unacceptable! You can't just lie around naked like this." You sit up, feeling a mix of embarrassment and defiance. "Fine, whatever. I'm going," you say as you [[stand up.->Living room]]
<<elseif _clothed is 'panties'>>
Suddenly, the sound of footsteps and the creak of the couch as someone sits down jolts you awake. You open your eyes to see your father walking toward the couch, his eyes fixed on the TV, completely ignoring your presence. You blink, trying to clear the sleep from your eyes. "Hey, Dad," you mumble, your voice still groggy. He looks over at you, his expression turning to shock and then anger. "What the hell are you doing?!" he demands, his voice sharp and furious. "Why are you wearing that on the couch?" You roll your eyes, feeling a surge of annoyance. "Relax, Dad. I was just taking a nap. I didn't think anyone would be home," you retort, trying to keep your voice steady. He stands up, his face flushing with anger. "This is unacceptable! You can't just lie around half naked like this." You sit up, feeling a mix of embarrassment and defiance. "Fine, whatever. I'm going," you say as you [[stand up.->Living room]]
<<else>>
Your father walks into the living room, his expression stern and unyielding. He doesn't even glance in your direction as he sits down heavily on the other end of the couch, grabbing the remote and turning on the TV. You blink, rubbing your eyes as you try to shake off the remnants of sleep. "Hey, Dad," you mumble, your voice still groggy. He doesn't respond, his eyes fixed on the screen as he flips through the channels. You feel a pang of annoyance and hurt. It's not like you expected a warm welcome, but a simple acknowledgment would have been nice. You sit up, stretching your arms above your head. "What are you watching?" you ask, trying to break the ice. He sighs, his voice tinged with irritation. "Just some news. Nothing you'd be interested in."<br><br>
You feel a rush of frustration. "Well, maybe if you actually talked to me, you'd know what I'm interested in," you snap, your voice sharper than you intended. He turns to look at you, his eyes narrowing. "Don't start with me. I'm not in the mood for your attitude." You roll your eyes, standing up from the couch. "Fine, whatever," you say as you [[stand up.->Living room]]
<</if>>
<<elseif $dad.relationship<60>>
<<if _clothed is 'nude'>>
Suddenly, the sound of footsteps jolts you awake. You open your eyes to see your father, his eyes fixed on the TV. You blink, trying to clear the sleep from your eyes. "Hey, Dad," you say, your voice soft and apologetic. "I'm sorry, I didn't mean to take up the whole couch." He looks over at you, his expression turning to shock and embarrassment as he takes in your naked form. "Oh, um, hey sweetheart. I didn't realize you were... um, sleeping," he stammers, his cheeks flushing with embarrassment. You smile innocently, sitting up and stretching languidly, making sure to accentuate your curves. "It's okay, Daddy. I was just taking a little nap. I didn't think anyone would be home." He looks away, clearly uncomfortable. "Um, maybe you should, uh, put some clothes on? It's a bit, um, distracting."<br><br>
You giggle, feeling a rush of mischief. "Oh, Daddy, you're so cute when you're embarrassed. Don't worry, I won't tell anyone you saw me naked. Besides, it's not like you haven't seen a naked body before. I mean, I am your little girl, after all." He shifts uncomfortably, his eyes darting around the room. "Yes, well, um, that's different. You're my daughter, and, um, it's not appropriate." You pout playfully, batting your eyelashes. "But Daddy, don't you think I'm pretty?" He swallows hard, his voice trembling slightly. "Yes, of course, you're very pretty. But, um, you should still put some clothes on. Please." You sigh dramatically. "Fine, if you insist. But you're missing out on a great view." You wink at him before you [[stand up.->Living room]]
<<elseif _clothed is 'panties'>>
Suddenly, the sound of footsteps jolts you awake. You open your eyes to see your father, his eyes fixed on the TV. You blink, trying to clear the sleep from your eyes. "Hey, Dad," you say, your voice soft and apologetic. "I'm sorry, I didn't mean to take up the whole couch." He looks over at you, his expression turning to shock and embarrassment as he notices that you're half-naked. "Oh, um, hey sweetheart. I didn't realize you were... um, sleeping," he stammers, his cheeks flushing with embarrassment. You smile innocently, sitting up and stretching languidly, making sure to accentuate your curves. "It's okay, Daddy. I was just taking a little nap. I didn't think anyone would be home." He looks away, clearly uncomfortable. "Um, maybe you should, uh, put some clothes on? It's a bit, um, distracting."<br><br>
You giggle, feeling a rush of mischief. "Oh, Daddy, you're so cute when you're embarrassed. Don't worry, I won't tell anyone you saw me like this." He shifts uncomfortably, his eyes darting around the room. "Yes, well, um, it's not appropriate." You pout playfully, batting your eyelashes. "But Daddy, don't you think I'm pretty?" He swallows hard, his voice trembling slightly. "Yes, of course, you're very pretty. But, um, you should still put some clothes on. Please." You sigh dramatically. "Fine, if you insist. But you're missing out on a great view." You wink at him before you [[stand up.->Living room]]
<<else>>
Your father walks into the living room, his expression warm and friendly. He smiles as he sees you, his eyes softening with affection. "Hey, sleepyhead," he says, his voice gentle. "Did you have a good nap?" You blink, rubbing your eyes as you try to shake off the remnants of sleep. "Yeah, I did. Sorry for taking up the whole couch," you say, your voice filled with genuine apology. He chuckles, shaking his head. "Don't worry about it. You looked so comfortable, I didn't want to disturb you." You smile, feeling a rush of warmth and gratitude. "Thanks, Dad. You're the best." He sits down next to you, his arm wrapping around your shoulders in a comforting embrace. You snuggle closer to him, feeling content and safe. "I guess I was more tired than I thought," you say as you [[stand up.->Living room]]
<</if>>
<<else>>
<<if _clothed is 'nude'>>
Suddenly, the sound of footsteps and the creak of the couch as someone sits down jolts you awake. You open your eyes to see your father walking toward the couch, his eyes fixed on you with a mix of affection and admiration. You blink, trying to clear the sleep from your eyes. "Hey, Daddy," you say, your voice soft and seductive. "I didn't mean to fall asleep here." He smiles, his eyes gleaming with appreciation as he takes in your naked form. "No worries, baby girl. You looked so cute and peaceful, I couldn't help but watch you sleep. Did you have a good nap?" You stretch languidly, your body brushing against his as you sit up. "Mmm, yes. I feel so much better now. But I always feel better when you're here with me." He chuckles, his hand reaching out to stroke your hair gently. " I must say, you look absolutely stunning right now." You blush slightly, feeling a rush of pleasure at his words. "Thank you, Daddy. I'm glad you think so." He presses a soft kiss to your forehead, his voice filled with love. You snuggle up against him and [[stand up.->Living room]]
<<elseif _clothed is 'panties'>>
Suddenly, the sound of footsteps and the creak of the couch as someone sits down jolts you awake. You open your eyes to see your father walking toward the couch, his eyes fixed on you with a mix of affection and admiration. You blink, trying to clear the sleep from your eyes. "Hey, Daddy," you say, your voice soft and seductive. "I didn't mean to fall asleep here." He smiles, his eyes gleaming with appreciation as stares at your clothes. "No worries, baby girl. You looked so cute and peaceful, I couldn't help but watch you sleep. Did you have a good nap?" You stretch languidly, your body brushing against his as you sit up. "Mmm, yes. I feel so much better now. But I always feel better when you're here with me." He chuckles, his hand reaching out to stroke your hair gently. " I must say, you look absolutely stunning right now." You blush slightly, feeling a rush of pleasure at his words. "Thank you, Daddy. I'm glad you think so." He presses a soft kiss to your forehead, his voice filled with love. You snuggle up against him and [[stand up.->Living room]]
<<else>>
Suddenly, the sound of footsteps and the creak of the couch as someone sits down jolts you awake. You open your eyes to see your father sitting at the other end of the couch, his eyes fixed on you with affection. You blink, trying to clear the sleep from your eyes. "Hey, Daddy," you say, your voice soft and seductive. "I didn't mean to fall asleep on the counch." He smiles, his eyes gleaming with a mix of love and lust. "No worries, baby girl. You looked so cute and peaceful, I couldn't help but watch you sleep. Did you have a good nap?" You stretch languidly, your body brushing against his as you sit up. "Mmm, yes. I feel so much better now. But I always feel better when you're here with me." He chuckles, his hand reaching out to stroke your hair gently before you [[stand up.->Living room]]
<</if>>
<</if>>
<<elseif $mom.currentLocation is 'Living room'>>
<<if $mom.relationship<20>>
<<if _clothed is 'nude'>>
Suddenly, the sound of the front door opening jolts you awake. You realize with a start that you're completely naked. Your mother walks in, her heels clicking loudly on the floor. She stops in her tracks, her eyes widening in shock and disapproval as she takes in your nude form. "What the hell are you doing?" she demands, her voice sharp and angry. "Why are you naked on the couch?" You sit up quickly, grabbing a nearby throw pillow to cover yourself. "I... I fell asleep," you stammer, your face flushing with embarrassment. "This is completely inappropriate," she snaps, her eyes flashing with irritation. "You can't just lie around naked like this. What if someone else had walked in? What if your father had seen you?" You feel a mix of shame and frustration. "I'm sorry, Mom. I didn't think anyone would be home," you say, trying to defend yourself.<br><br>
She scoffs, her expression darkening. "That's no excuse. You need to have some respect for yourself and for this household. Now, get dressed and clean up this mess. I don't want to see you like this again." You nod, feeling a sense of humiliation as you quickly [[stand up.->Living room]]
<<elseif _clothed is 'panties'>>
Suddenly, the sound of the front door opening jolts you awake. You realize with a start that you're half-naked. Your mother walks in, her heels clicking loudly on the floor. She stops in her tracks, her eyes widening in shock and disapproval as she takes in your clothes. "What the hell are you doing?" she demands, her voice sharp and angry. "Why are you dressed like that on the couch?" You sit up quickly, grabbing a nearby throw pillow to cover yourself. "I... I fell asleep," you stammer, your face flushing with embarrassment. "This is completely inappropriate," she snaps, her eyes flashing with irritation. "You can't just lie around like this. What if someone else had walked in? What if your father had seen you?" You feel a mix of shame and frustration. "I'm sorry, Mom. I didn't think anyone would be home," you say, trying to defend yourself.<br><br>
She scoffs, her expression darkening. "That's no excuse. You need to have some respect for yourself and for this household. Now, get dressed and clean up this mess. I don't want to see you like this again." You nod, feeling a sense of humiliation as you quickly [[stand up.->Living room]]
<<else>>
Your mother walks in, her heels clicking loudly on the floor. She doesn't even glance in your direction as she tosses her keys onto the coffee table and plops down on the other end of the couch. The TV blares to life, the volume turned up way too high. You groan, rubbing your eyes as you sit up, irritated by the sudden noise. "Mom, seriously? I was sleeping," you complain, your voice thick with annoyance. She doesn't even look at you, her eyes glued to the screen. "Well, it's not my fault you decided to take a nap in the middle of the day. Some of us have things to do," she snaps, her tone dismissive. You roll your eyes, feeling a mix of frustration and resentment. "Fine, whatever," you say as you [[stand up.->Living room]]
<</if>>
<<elseif $mom.relationship<60>>
<<if _clothed is 'nude'>>
Suddenly, you feel a gentle hand on your shoulder. You stir, blinking your eyes open to see your mother walking in, a warm smile on her face. She glances at you, her eyes taking in your naked form with a surprising lack of shock or discomfort. "Hey, sweetie," she says softly, her voice filled with affection. "I see you're enjoying some relaxation time. How was your nap?" You sit up, feeling a mix of surprise and curiosity. "Um, it was good, thanks. I didn't expect you home so soon," you say, trying to gauge her reaction. She chuckles, her eyes twinkling with amusement. "No worries, honey. I don't mind. You have a beautiful body, and you should be proud of it. There's no shame in being comfortable in your own skin." You feel a slight blush creeping up your cheeks, feeling a bit embarrassed but also flattered by her compliments. "Thanks, Mom. That's sweet of you to say," you reply, trying to sound casual. She smiles, her eyes warm with love, before, standing up and heading to the kitchen. You watch her go, and you [[stand up.->Living room]]
<<elseif _clothed is 'panties'>>
Suddenly, you feel a gentle hand on your shoulder. You stir, blinking your eyes open to see your mother smiling down at you. You realize with a start that you're half naked. "Hey, sleepyhead," she says softly, her voice filled with warmth and affection. "I didn't mean to wake you, but I thought you might want a blanket." You look up at her, your eyes wide with surprise. "Mom, I... I didn't realize I wasn't dressed," you stammer, your face flushing with embarrassment. She chuckles, her eyes twinkling with amusement. "Oh, don't worry about it, sweetie. It's just us here. There's nothing to be embarrassed about," she says, handing you the blanket. "Thanks, Mom. That's really sweet of you," you say, still a bit taken aback by her casual attitude.<br><br>
She sits down on the edge of the couch, her hand gently stroking your hair. "You looked so peaceful, I didn't want to disturb you. But I couldn't resist checking on my little girl," she says, her voice filled with maternal pride. You feel a slight blush creeping up your cheeks, feeling a bit embarrassed by her attention. "I'm not a little girl, Mom. I can take care of myself," you say, trying to assert your independence. She chuckles, her eyes twinkling with amusement. "I know, I know. But you'll always be my little girl, no matter how old you get." You smile. "I guess I was more tired than I thought," you say as you [[stand up.->Living room]]
<<else>>
Suddenly, you feel a gentle hand on your shoulder. You stir, blinking your eyes open to see your mother smiling down at you. "Hey, sleepyhead," she says softly, her voice filled with warmth and affection. "I didn't mean to wake you, but I thought you might want a blanket." You smile back at her, feeling a mix of gratitude and slight discomfort. "Thanks, Mom. That's sweet of you," you say, taking the blanket from her and draping it over yourself. She sits down on the edge of the couch, her hand gently stroking your hair. "You looked so peaceful, I didn't want to disturb you. But I couldn't resist checking on my little girl," she says, her voice filled with maternal pride. You feel a slight blush creeping up your cheeks, feeling a bit embarrassed by her attention. "Don't worry, I'm not a little girl, Mom. I can take care of myself," you say, trying to assert your independence. She chuckles, her eyes twinkling with amusement. "I know, I know. But you'll always be my little girl, no matter how old you get." You smile. "I guess I was more tired than I thought," you say as you [[stand up.->Living room]]
<</if>>
<<else>>
<<if _clothed is 'nude'>>
Suddenly, the sound of footsteps jolts you awake. You stir, blinking your eyes open to see your mother walking in, her eyes widening with delight as she takes in your naked form. "Well, well, look at you," she says, her voice filled with admiration and excitement. "You look absolutely stunning, honey. I love seeing you like this." You sit up, feeling a rush of pride and arousal at her words. "Thanks, Mom. I'm glad you like it," you say, your voice taking on a playful, innocent tone. She sits down on the edge of the couch, her eyes roaming over your body with unabashed appreciation. "You really do have the most beautiful breasts. They're so full and perky," she says, her voice filled with desire. You blush, feeling a mix of embarrassment and excitement. "I'm glad you think so, Mommy. I like knowing that you appreciate my body," you say, your voice breathless with arousal. You snuggle closer to her, feeling a deep sense of connection and love before [[standing up.->Living room]]
<<elseif _clothed is 'panties'>>
Suddenly, the sound of footsteps jolts you awake. You stir, blinking your eyes open to see your mother walking in, her eyes widening with delight as she notices you're half-naked. "Well, well, look at you," she says, her voice filled with admiration and excitement. "You look absolutely stunning, honey. I love seeing you like this." You sit up, feeling a rush of pride and arousal at her words. "Thanks, Mom. I'm glad you like it," you say, your voice taking on a playful, innocent tone. She sits down on the edge of the couch, her eyes roaming over your body with unabashed appreciation. You snuggle closer to her, feeling a deep sense of connection and love before [[standing up.->Living room]]
<<else>>
Suddenly, you feel a gentle hand on your thigh. You stir, blinking your eyes open to see your mother smiling down at you, her eyes filled with a mix of affection and something more intense. "Hey, baby girl," she coos, her voice soft and seductive. "Mommy's home. Did you miss me?" You smile up at her, feeling a rush of excitement and arousal. "Of course, Mommy. I always miss you," you say, your voice taking on a playful, innocent tone. She sits down on the edge of the couch, her hand gently stroking your thigh. "You look so cute when you're sleeping. Like a little angel," she says, her voice filled with adoration. You blush, feeling a mix of embarrassment and excitement as you [[stand up.->Living room]]
<</if>>
<</if>>
<<else>>
The world outside has moved on without you, shadows stretching across the walls. You blink, trying to shake off the grogginess, but it’s clear—if you close your eyes again now, you won’t be able to sleep later. With a sigh, you push yourself up from the couch. You have to [[get up,->Living room]] nap time is over.
<</if>>
<br><br>
<<MainChar_Stats "energy" "20">>
<<MainChar_Stats "combed" "false">>
<<set $hour +=1>>
<</if>>
<<if $hour is 22 and $minute > 30>><<set $hour to 23>><<set $minute to 0>>
<<else>><<set $minute +=30>>
<</if>>
<<set $mainChar.hasPlayed to $hour>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/playingComputerNight.jpg")]]
@@<br>
You hesitate for a moment before walking over to the bed and sitting down, trying to get a glimpse of what he's playing. He barely glances at you, too focused on his game. For a moment, neither of you speak—just the quiet presence of siblings in the same space, comfortable without needing to say anything.<br><br>
<<linkreplace "Ask to join in">>
<<set _solo to random(2)>>
<<if $brother.relationship < 15 or _solo is 0>>
He sighs, clearly annoyed. "No, it's a single-player game. Besides, I prefer playing alone. You'd just slow me down," he says, turning his attention back to the screen. You feel a mix of frustration and hurt.
<<if $mainChar.corruption >= 40 and $brother.relationship >= 30>>
<span id="leave1">A bit disappointed, you offer a resigned smile. On your way to [[head out of the room,->Living room]] an idea crosses your mind: if you can't play with him, you can always help him to </span><<linkreplace "release his stress.">>release his stress.<br><br>
You approach him quietly, your heart pounding with a mix of excitement and anticipation. He doesn't acknowledge your presence, his focus entirely on the game. You drop to your knees in front of him, your heart pounding with a mix of excitement and nervousness. He looks down at you, his eyes widening in shock. "What are you doing?" he asks, his voice trembling with surprise. You smile up at him, your eyes filled with a mix of submission and mischief. "I thought I'd make the game more interesting for you," you say, your voice husky with desire. You reach out and unzip his pants, freeing his already hardening cock. He lets out a soft gasp, his body tensing as you take him into your mouth. You begin to suck him, your lips and tongue working in unison to bring him pleasure. He grips the edge of his chair, his knuckles turning white as he struggles to maintain his composure.<br><br>
"Fuck, what are you doing?" he groans, his voice filled with a mix of shock and arousal. You pull back slightly, your lips glistening with saliva. "I'm sucking your cock, big brother. Isn't that what you want? To have your little sister on her knees, servicing you while you play your game?" you say, your voice filled with dirty talk and provocation. He lets out a strangled moan, his hips bucking slightly as you take him deeper into your mouth. "Come on, don't be gentle. Use me. Fuck my mouth," you urge, your voice muffled around his cock. You reach up and grab his hand, placing it on the back of your head, encouraging him to take control.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Male_player{0}.webp",random(0,3))]]
@@<br>
He hesitates for a moment, but then his grip tightens, and he begins to thrust into your mouth with more force. You moan around his cock, the vibrations making him groan even louder. You can feel the tears streaming down your face, but you embrace the discomfort, reveling in the knowledge that you're pleasing your brother, that you're his to use as he sees fit. "That's it, sis. Take it all. Be a good little slut for your big brother," he growls, his voice rough with lust and dominance. With a final, deep thrust, he explodes in your mouth, his hot seed spilling down your throat. You swallow eagerly, your eyes watering as you struggle to keep up with the flood of his release. He holds you there, his cock pulsing in your mouth, until every last drop is spent. <br><br>
As he finally pulls out, you look up at him, your lips glistening with his cum. He looks down at you, a mix of shock and arousal still lingering in his gaze. You can see the conflict in his eyes, the struggle between his natural inclination to be gentle and the newfound desire to dominate. "How do you feel knowing you just emptied your balls into your sister's mouth?" you say, your voice filled with dirty talk and provocation. You glance back over your shoulder, giving him one last teasing smile before [[closing the door behind you.->Living room]]<br><br>
<<HaveASexWidget "bj" "brother" "mouth">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "brother" "1" "50">>
<<MainChar_Stats "corruption" "1" "60">>
<<replace #leave1>><</replace>><</linkreplace>>
<<elseif $mainChar.corruption >= 60 and $brother.relationship >= 40>>
<span id="leave2">A bit disappointed, you offer a resigned smile. On your way to [[head out of the room,->Living room]] an idea crosses your mind: if you can't play with him, you can always help him to </span><<linkreplace "release his stress.">>release his stress.<br><br>
You approach him quietly, your heart pounding with a mix of excitement and anticipation. He doesn't acknowledge your presence, his focus entirely on the game. You kneel down beside him, your hands trembling slightly as you reach for his pants. You unzip them slowly, feeling the heat of his body as you free his cock. Your brother glances at you, surprised by your actions, before giving you a lustful smile. Without a word, you lean down and take him into your mouth, your lips and tongue working in rhythm. The sounds of the game blend with the wet, slurping noises of your mouth, creating a secret symphony of pleasure. You focus on your breathing, moving your head up and down, determined to please him.<br><br>
He continues to play, his hand occasionally resting on your head, guiding you with a firm grip. The thrill of the moment is heightened by the knowledge that you are serving him, relieving his stress while he remains engrossed in his game. You feel a strange sense of pride and arousal, knowing that you are servicing him, feeling almost like a sextoy. "That's it, slut," he murmurs, his voice rough and commanding. "Take it all."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Male_player{0}.webp",random(0,3))]]
@@<br>
Finally, he tenses, and you feel him release into your mouth, filling you with his hot cum. You swallow every drop, your body shuddering with a mix of pleasure and submission. As he pulls out, you look up at him, your eyes filled with a mix of gratitude and desire. You stand up slowly, your legs slightly sore from the prolonged kneeling, and take a deep breath. After having completed your job, you get up and collect your cloths. "Thanks sis! You're the best!" your brother says. <br> You reply with a smile and a butt shake before finally [[leaving the room.->Living room]]<br><br>
<<HaveASexWidget "bj" "brother" "mouth">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "brother" "1" "50">>
<<MainChar_Stats "corruption" "1" "60">>
<<replace #leave2>><</replace>><</linkreplace>>
<<else>>
"Fine, whatever. I was just trying to spend some time with you," you mutter, standing up and [[heading out of the room.->Living room]]<<set $minute += 5>>
<</if>>
<<else>>
With a friendly grin, he glances away from the screen and nods in response. "Sure thing, sis! Grab a controller and join in," he says, his enthusiasm evident. He pulls up an extra chair next to his. "I'll set you up as a guest player. It's pretty straightforward, but I'll walk you through it," he says, his voice filled with enthusiasm.<br><br>
<<if $mainChar.corruption >= 60 and $brother.relationship >= 40 and _forced is 0>>
After a few minutes of gaming together, you notice your brother stretching his arms. With a contented sigh, he turns to you and says, <<linkreplace ' "You know what? I could use a little break." '>>"You know what? could use a little break."
<br><br>He starts groping you and touching your body. "Keep playing," he orders, his voice firm and unyielding. You nod, your heart pounding in your chest as you focus on the screen. He reaches over, his hands rough and demanding as he pulls down your pants, exposing you completely. You feel a rush of vulnerability and excitement, knowing that you're completely at his mercy.<br><br>
He positions himself behind you, his hands gripping your hips tightly. You feel him enter you, the sensation immediate and intense. You try to keep your focus on the game, but the feeling of him thrusting into you is overwhelming. The sounds of the game blend with the wet, rhythmic noises of your bodies moving together, creating a symphony of pleasure and submission. He's rough, just the way you like it, his movements forceful and demanding. You bite your lip, trying to stifle your moans as he continues to fuck you. The thrill of being used, of being treated like an object, only heightens your arousal. You can feel yourself getting closer to climax, the intensity of the moment consuming you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player{0}.webp",random(0,3))]] @@<br>
Suddenly, he pulls out and turns you around, his cock still hard and glistening with your juices. He begins to stroke himself near your head and he comes, his hot cum splashing across your face. You feel a mix of humiliation and satisfaction as he releases his grip on your hair, his body relaxing with relief.
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player_finish.webp",)]] @@<br>
He adjusts his clothes and sits back down, picking up his controller as if nothing has happened. "You can pull your pants back up," he says dismissively, his focus returning to the game. The room is filled with the sounds of the game once again, but you can feel the wetness between your legs, a secret reminder of the intense and forbidden moment you just shared with your brother. You take a deep breath, ready to continue playing, fully immersed in the dynamic of your relationship. You finally wrap up the game session, and decide it's time to [[leave the room.->Living room]]<br><br>
<<HaveASexWidget "bj" "brother" "mouth">>
<<MainChar_Stats "brother" "1" "50">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "energy" "-15">>
<</linkreplace>>
<<else>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player_nude.webp",)]]
@@
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name != ''>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player_panties.webp",)]]
@@
<<elseif $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name != ''>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player_pantless.webp",)]]
@@
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.clothes.legs.name != ''>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player_topless.webp",)]]
@@
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.lingerie.chest.name != '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name != ''>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player_under.webp",)]]
@@
<<elseif $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != ''>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player_clothed.webp",)]]
@@
<<elseif $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name != ''>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Gaming/Female_player_bottomless.webp",)]]
@@
<</if>><br>
After a few minutes of gaming together, you finally wrap up the game session, and decide it's time to [[leave the room.->Living room]]<br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "brother" "1" "25">>
<<set $hour +=1>>
<</if>><</if>><<replace #leave>><</replace>><</linkreplace>>
<span id='leave'><br>[[Leave the bedroom->Living room][$minute +=5]]</span><<if $brother.relationship < 50>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/brothers_room/Sleep/Sleep_casual.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/brothers_room/Sleep/Sleep_love.jpg")]]
</div>
<</if>><br>
<<if random(3) is 1 and $mainChar.corruption>=60 and $brother.relationship>=50>><<set _event to "forced">>
<<else>>
<<set _event to "sleep">>
<</if>>
<<if $brother.relationship <40>>
You hesitate for a moment, then climb into the bed, careful not to wake him. You settle into the cool sheets, pulling the blanket up to your chin. The bed is comfortable, and the familiar scent of your brother's room is oddly soothing. You turn onto your side, facing away from him, and close your eyes. The silence is comforting, and you feel a sense of peace wash over you. You drift off to sleep, the soft sounds of the night lulling you into a peaceful slumber.
<<elseif $brother.realtionship<60>>
You scoot closer to him, pressing your back against his chest. He stirs again, this time more awake. You reach for his arm, gently lifting it and draping it over your waist. His breath is steady and comforting against your neck, and you snuggle closer, feeling safe and protected in his embrace. "Goodnight, big bro," you whisper softly, your voice barely audible. He doesn't respond, but his arm tightens around you, pulling you even closer. You drift off to sleep, a smile on your lips, feeling cherished and loved in his strong, protective hold.
<<else>>
He's sprawled out on his bed, his breathing deep and even. You hesitate for a moment, then climb into the bed, careful not to wake him. He stirs slightly, his arm wrapping around you instinctively, pulling you closer. "Mmm, my little whore," he murmurs sleepily, his voice thick with affection and a hint of teasing. "Always needing your big bro, huh?" You smile softly, without saying a word. He shifts slightly, his hand moving to rest lightly on your breast. The touch is gentle, almost absent-minded, as if he's seeking comfort in the familiarity of your body. You close your eyes, feeling the weight of the day lifting from your shoulders as you drift off to sleep in his arms.
<</if>><br><br>
<<if _event is "sleep">>
<<if $mainChar.lastBedTime < 8>>
<<set $mainChar.energy += Math.round((8-$mainChar.lastBedTime)**2*1.5)>>
<<else>>
<<set $mainChar.energy to $mainChar.maxEnergy>>
<</if>>
<<if $mainChar.energy >$mainChar.maxEnergy-20>>
<<set $mainChar.energy to $mainChar.maxEnergy-20>>
<</if>>
<<if $hour > 7>><<dayChangeWidget>><<endif>>
<<set $hour = 8>>
<<set $minute = 0>>
<<set $timeOfDay = "Night">>
<<set $mainChar.intoxication = 0>>
<<set $mainChar.appearance.isCombed = false>>
<<set $mainChar.appearance.teethBrushed = false>>
<<if $mainChar.fitnessLevel >= $mainChar.fitness>>
<<set $mainChar.fitness -=1>>
<</if>> <<set $mainChar.fitnessLevel to $mainChar.fitness>>
<<if random (1)>>
<<set _morning to either("lick","forced","bro","wakeup")>><<else>><<set _morning to "bro">><</if>>
<<if _morning is "forced" and $mainChar.corruption >=70 and $brother.relationship>=50 >>
His eyes flutter open, and he takes a moment to register your presence beside him. A slow, satisfied smile spreads across his face as he realizes the opportunity before him. His heart races in anticipation as he decides to take full advantage of your sleep and <<linkreplace "release his stress.">>release his stress.<br><br>
He shifts slightly, his hand moving from your breast down to your hip, then lower still. You stir slightly in your sleep, a soft moan escaping your lips as his fingers find your clit, already swollen and sensitive. He begins to rub it gently, his touch expert and deliberate, coaxing you into a state of arousal even as you remain asleep.<br><br>
He rolls you onto your back, positioning himself between your legs. He takes a moment to admire the sight, his cock already hard and throbbing with anticipation. He spits on his fingers, using the saliva to lubricate your entrance before guiding his cock inside you. He begins to move, his hips thrusting slowly and deliberately as he fucks you in your sleep. The room fills with the sound of his grunts and your soft moans, the wet slap of flesh against flesh as he uses your body for his own satisfaction. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Sleep/Sleep{0}.webp",random(0,3))]] @@<br>
He can feel his orgasm building, his body tensing as he nears the edge. With a final, deep thrust, he pulls out, his cock pulsing as he comes, his hot seed spilling onto your stomach and breasts. He lets out a satisfied groan, his body relaxing as he collapses beside you, his breath coming in quick, ragged gasps. He takes a moment to admire his handiwork, the sight of his cum glistening on his little sister'skin, before drifting back into a contented sleep.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Nap/Cum{0}.webp",random(0,6))]] @@<br>
Morning light filters through the curtains, casting a soft glow across the room. You <<linkreplace "stir from your sleep.">>stir from your sleep, your body feeling deliciously sore and used. As you open your eyes, your senses fill with a thick pungent aroma that hangs heavy in the air. You feel something on your face, like a sticky web that clings to your skin.
Seeing the dried remnants of your brother's cum, a slow smile spreads across your lips. The realization that he used you for his pleasure, that he took what he wanted from your sleeping body, sends a thrill of excitement and arousal through you.
You realise that he had used your body during the night while you were asleep. <br><br>
<<include "Morning routine checkboxes">>
<br>
<<link "Start your day.">>
<<include "Morning routine checkboxes apply">>
<<goto "Brother's room">>
<</link>><br><br>
<<HaveASexWidget "vaginal" "brother">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "brother" "1" "50">>
<<elseif $mainChar.corruption >= 40 and $brother.relationship >=30 and _morning is "lick">>
You stir awake to the soft morning light filtering through the curtains, the warmth of the bed enveloping you. But there's something else, a sensation that's both familiar and intensely pleasurable. Your eyes flutter open, and you look down to see <<linkreplace "your brother's head between your legs.">>your brother's head between your legs.<br><br>
You can feel his tongue flicking and swirling, his lips sucking gently on your most sensitive spots. The sensation is overwhelming, and you can't help but let out a soft moan of pleasure. "Morning, sis," he murmurs against your flesh, his voice vibrating deliciously against your clit. "Did you sleep well?" You manage a breathless "Yes," your hips bucking slightly as he continues his ministrations. His hands grip your thighs, spreading you wider as he buries his face deeper into your pussy. The sound of his eager licking and sucking fills the room, mingling with your own breathy moans. "Oh, god, yes," you gasp, your fingers tangling in his hair as you press him closer. "Don't stop. Please, don't stop."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Sleep/morning_pussy{0}.webp",random(0,3))]] @@<br>
He growls in response, his tongue moving faster, more insistently. You can feel your orgasm building, the pressure inside you reaching a fever pitch. And then, with a final, intense lick, you explode. Your body convulses as you squirt, your juices gushing out and coating his face. He doesn't stop, his tongue continuing to lap at your clit, drawing out every last wave of pleasure. You can feel the wetness dripping down your thighs, the sheets beneath you soaked with your release. Finally, he pulls away, his face glistening with your juices. He grins up at you, his eyes filled with a mix of satisfaction and lust. "Good morning indeed," he says, his voice husky with arousal. <br><br>
He climbs up the bed, his body pressing against yours as he leans in to kiss you. You can taste yourself on his lips, the flavor both intimate and erotic. You kiss him back eagerly, your tongue exploring his mouth, savoring the taste of your own pleasure. With a final, lingering kiss, he climbs out of bed and begin to dress up. Ready to face the day with a newfound sense of intimacy and excitement, you finally <<linkreplace "get up.">> get up.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/bedroom/Wardrobe{0}.webp",random(0,1))]] @@<br>
<<include "Morning routine checkboxes">>
<br>
<<link "Start your day.">>
<<include "Morning routine checkboxes apply">>
<<goto "Brother's room">>
<</link>><br><br>
<<HaveASexWidget "masturbated" "brother">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "brother" "1" "50">>
<</linkreplace>><</linkreplace>>
<<elseif _morning is "bro" or "forced">>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<if $brother.relationship <40>>
You wake up to the soft light of morning filtering through the curtains. Your brother stirs beside you, his eyes opening slowly as he takes in the sight of you. He blinks a few times, his expression shifting from sleepy to utterly shocked. "What the hell?" he exclaims, sitting up abruptly. "You were naked the whole night?" You offer him a sheepish smile, pulling the sheets up to cover yourself modestly. "Sorry, I guess I forgot to put on clothes," you say, trying to sound casual despite the awkwardness of the situation. He runs a hand through his hair, looking both confused and amused. "Well... uh, maybe put something on next time?" he suggests, his voice gentle but firm. You nod, feeling a mix of relief and embarrassment. "Yeah, of course. Sorry about that," you say.
<<elseif $brother.relationship <60 or $mainChar.corruption<60>>
As you stir awake, the soft morning light filtering through the curtains, you feel the warmth of your brother's body pressed against yours. Your brother stirs beside you, his eyes fluttering open. He looks at you, his gaze traveling over your naked form, and his cheeks flush with a mix of surprise and embarrassment. "What the...? You're naked!" he exclaims, his voice filled with shock. You can't help but laugh at his reaction, your eyes sparkling with amusement. "Well, good morning to you too, big bro," you tease, your voice playful. He blinks, his embarrassment slowly giving way to a shy smile. "I... I guess I didn't expect to wake up like this," he admits, his voice softening. You prop yourself up on one elbow, your naked breasts pressing against his side as you lean in closer. "Well, maybe you should get used to it," you murmur, your voice low and seductive.
<<else>>
As you stir awake, the soft morning light filtering through the curtains, you feel the warmth of your brother's body pressed against yours. Your brother stirs beside you, his eyes fluttering open. He looks at you, his gaze traveling over your naked form, and a smirk tugs at the corners of his mouth. "Well, well, look what we have here," he says, his voice filled with a mix of amusement and dominance. "My little sister, naked and ready for me." You blush, feeling a rush of excitement and submission at his words. "Good morning, big bro," you murmur, your voice soft and submissive. He chuckles, his hand reaching out to gently caress your breast, his touch firm and possessive. "You know, I must say, I do enjoy waking up to this sight." You let out a soft sigh, your body melting into his touch as you give yourself over to his dominance. "I'm glad you like it," you say, your voice filled with adoration. "I wanted to surprise you."
<</if>>
<<elseif $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != ''>>
<<if $brother.relationship <60 or $mainChar.corruption<60>>
You're nestled comfortably in your bed, the soft glow of the morning sun filtering through the curtains. Suddenly, you feel a gentle nudge on your shoulder, followed by the soft murmur of your brother's voice. "Hey, sleepyhead," he says, his tone warm and affectionate. "Time to wake up." You groan softly, stretching your arms above your head as you slowly open your eyes. "Morning, " you mumble, your voice still thick with sleep. "Thanks for letting me crash here." He chuckles softly, his hand rubbing your back gently. "Anytime, little sis."
<<else>>
Your brother is already awake, sitting on the edge of the bed, his back to you. "Morning, big bro," you murmur softly, your voice still thick with sleep. He turns to look at you, his eyes filled with a mix of affection and dominance. "Morning, slut," he says, his voice firm and commanding. "Sleep well?" You nod, a soft smile playing on your lips. "Yes, big bro," you reply, your voice filled with submission. He stands up, towering over you as you lie in bed. "Good. Now get up. And don't forget to wear something slutty." You blush, a rush of excitement coursing through your body at his words. "As you want, big bro." He watches you with a satisfied smirk, his eyes roaming over your body. "Good girl," he says, his voice filled with approval.
<</if>>
<<else>>
<<if $brother.relationship <40>>
You wake up to the soft glow of morning light filtering through the curtains. You stretch languidly, feeling the cool air against your exposed skin. Your brother stirs beside you, his eyes opening slowly as he takes in the sight of you. He blinks a few times, clearly surprised to see you in his bed, dressed in such a provocative manner. "What the...?" he mutters, rubbing his eyes as if to make sure he's not dreaming. "Why are you dressed like that?" You offer him a sleepy smile, trying to play it cool. "Morning, bro. I just wanted to sleep with you." He sits up, his eyebrows furrowing in confusion. "Yeah, but... you could have at least worn something more... appropriate." You laugh softly, sitting up and stretching again. "Fine. Now, how about some breakfast?"
<<elseif $brother.relationship <60 or $mainChar.corruption<60>>
The soft light of morning filters through the curtains, casting a warm glow over the room. You stir awake, feeling the comforting weight of your brother's arm draped over your waist. "Good morning, sleepyhead," you murmur softly, your voice filled with affection. His eyes widen in surprise, and a deep blush spreads across his cheeks. "What the—?" he stammers, quickly sitting up and pulling the covers over his lap. "Why are you... like that?" You let out a soft laugh, enjoying the sight of his discomfort. "Oh, come on, don't be such a prude," you tease, playfully poking his chest. "I thought it would be fun to surprise you." He lets out a soft groan, his body tense with a mix of arousal and uncertainty. "You're impossible," he mutters, but there's a hint of a smile on his lips. You grin, feeling a rush of satisfaction at his reaction. "And you love it," you tease, pressing a soft kiss to his cheek before rolling out of bed.
<<else>>
The morning light creeps into the room, casting long shadows across the floor. You wake up to the familiar weight of your brother's arm around your waist, his body pressed against yours. He stirs beside you, his grip tightening around your waist as he pulls you closer. "Morning, slut," he murmurs, his voice rough with sleep and dominance. "Morning, big bro," you reply, your voice filled with a mix of adoration and submission. He opens his eyes, his gaze traveling down your body, taking in your state of undress. A smirk tugs at the corners of his mouth as he reaches out, his hand cupping your breast possessively. "Look at you," he says, his voice filled with satisfaction. "Such a good little whore." You blush, pressing a soft kiss to his cheek before rolling out of bed.
<</if>>
<</if>><br><br>
<<MainChar_Stats "brother" "1" "30">>
<<include "Morning routine checkboxes">>
<br>
<<link "Start your day.">>
<<include "Morning routine checkboxes apply">>
<<goto "Brother's room">>
<</link>><br><br>
<<elseif _morning is "wakeup">> You wake up a few minutes before 8AM. Your brother is still sleeping beside you. As the first light of dawn filters through the curtains, you stir awake in your brother's bed. The warmth of his body next to yours is comforting, but it's the hardness pressing against your thigh that catches your attention. You glance down, noticing <<linkreplace "your brother's morning wood.">>brother's morning wood. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Sleep/morning_wood.webp")]] @@<br>
the prominent bulge in his pyjama pants. A mix of curiosity and arousal stirs within you. You carefully shift your position, making sure not to wake him. Your heart races as you gently pull down the waistband of his pyjama, revealing his erection.<br><br>
<span id="bj"><<if $mainChar.corruption >=40 and $brother.relationship>=30>><<linkreplace "Take care of it.">>
Taking his cock in your hand you delicately caress it before lapping up every drop of pre-cum with your tongue. With a deep breath, you lean down and take him into your mouth. The taste of him is intoxicating, and you begin to suck gently, your tongue swirling around his shaft. He lets out a soft groan in his sleep, his hips bucking slightly as you work your mouth up and down his length. You can feel him growing harder in your mouth, his breaths becoming more ragged as you increase the pace. The sound of your wet sucking fills the room, mingling with his soft moans of pleasure. You take him deeper, your lips stretching wide around his girth, your saliva dripping down your chin. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Sleep/Blowjob{0}.webp",random(0,3))]] @@<br>
You can feel his body tensing, his muscles tightening as he nears his release. You swallow eagerly, the taste of him coating your throat as you continue to suck and lick, milking every last drop from him before kissing his softening shaft a last time. You slowly pull away, wiping your mouth with the back of your hand as you sit up. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Sleep/Finish{0}.webp",random(0,0))]] @@<br>
Carefully, you slip out of the bed, making sure not to disturb him. You tiptoe across the room, pausing at the door to take one last look at your brother, still sleeping peacefully, unaware of the intimate moment you just shared. <br><br>
<<include "Morning routine checkboxes">>
<br>
<<link "Start your day.">>
<<include "Morning routine checkboxes apply">>
<<goto "Brother's room">>
<</link>><br><br>
<<HaveASexWidget "bj" "brother" "inmouth">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #get_up>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='get_up'><<linkreplace "Get up.">> With a soft sigh, you gently pull the covers back over him, hiding his erection from view. You tiptoe across the room, pausing at the door to take one last look at your brother, still sleeping peacefully.<br><br>
<<include "Morning routine checkboxes">>
<br>
<<link "Start your day.">>
<<include "Morning routine checkboxes apply">>
<<goto "Brother's room">>
<</link>><br><br>
<<MainChar_Stats "energy" "100">>
<<replace #bj>><</replace>><</linkreplace>></span>
<</linkreplace>>
<<else>>
You wake up a few minutes before 8AM. Your brother is still sleeping beside you. <br><br>
<<include "Morning routine checkboxes">>
<br>
<<link "Start your day.">>
<<include "Morning routine checkboxes apply">>
<<goto "Brother's room">>
<</link>><br><br>
<</if>>
<</if>><<if random(3) != 0 or $brother.currentLocation is "School" or $brother.watchedPorn is $dayCount>><<goto "Brother's room">><<else>>
<<set $brother.watchedPorn to $dayCount>>
You push open the door to your brother's room, not bothering to knock. But as you step inside, you freeze, your eyes widening in shock. There he is, sprawled on his bed, pants down around his ankles his hand wrapped firmly around his erection. He's stroking himself vigorously, his eyes glued to the laptop screen in front of him. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/WatchPorn/Caught.webp")]] @@<br>
<<if $brother.relationship < 20>>
He turns to you, his eyes filled with a mix of anger and embarrassment. "What the..." he snaps, quickly pulling a sheet over himself to hide his actions. "Get out!" His voice is harsh, his glare cold. You turn and leave, closing the door behind you. The moment lingers in your mind, a mix of shock and confusion, as you get [[back to the living room.->Living room]] <br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "brother" "-1">>
<<MainChar_Stats "corruption" "1" "15">>
<<else>>
<<if !($mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is '')>>
Your brother jumps, startled, and quickly tries to cover himself, his face flushing a deep red. "Oh, shit!" he exclaims, fumbling to close his laptop. "I, uh, I was just... checking something out." He looks at you, clearly embarrassed and flustered. "Can you just... go? Please?"<br><br>
<<elseif ($mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is '')>>
Your brother jumps, startled, and quickly tries to cover himself, his face flushing a deep red. "Oh, shit!" he exclaims, fumbling to close his laptop. "I, uh, I was just... checking something out. It's not what it looks like." He looks at you, clearly embarrassed and flustered, his eyes darting away from your naked body. "Can you just... go? Please?" He pauses, then adds, "And why the hell are you naked?"
<<else>> He looks at you, clearly embarrassed and flustered, his eyes briefly flicking over your state of undress. "What are you doing walking around like that?" he asks, his voice protective. "Can you just... go? Please?"<br><br><</if>>
<span id='leave'> <<linkreplace "leave the room.">>
"I-I'm sorry," you stammer, finally snapping out of your stupor. You quickly [[back out of the room,->Living room]] pulling the door shut behind you with a firm click.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "15">>
<<replace #tease>><</replace>><<replace #bj>><</replace>><</linkreplace>><br></span>
<span id='tease'> <<if $mainChar.corruption >= 20>> <<linkreplace "Tease him.">>
"Sure, I'll go," you say, your voice dripping with playful insinuation. "But next time, maybe you should lock the door if you're... 'checking something out.'" You wink at him, a knowing smile on your lips. <br><br>
<<if ($mainChar.look.clothes.torso.name is '' and $mainChar.look.lingerie.chest.name is '')>>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/WatchPorn/Tease_naked.webp")]] @@
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/WatchPorn/Tease_clothed.webp")]] @@
<</if>><br>
As you turn to leave, you can't help but smirk, a mischievous glint in your eyes. You pause at the door, looking back over your shoulder. "Next time, maybe you should imagine it's me in that video. Might make it more... interesting."
You leave him intrigued and [[return to the living room.->Living room]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<replace #bj>><</replace>><<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='bj'> <<if $mainChar.corruption >= 40 and $brother.relationship>=30 and $mainChar.energy>=20>> <<linkreplace "Help him.">>
<<if $brother.relationship >=60>>
You walk over to him, your heart pounding in your chest. "Let me take care of that for you," you say, your voice taking on a submissive tone. He smirks, a look of satisfaction crossing his face. "You want to be my little slut, don't you?" he asks, his voice filled with a mix of desire and dominance. You nod, feeling a sense of excitement and humiliation wash over you. "Yes, please, let me be your cum dump." you whisper, kneeling down in front of him. He grabs your hair, pulling your head closer to his cock. "Then open your slutty mouth, sis," he commands, his voice firm. <br><br>
You obey, opening your mouth wide as he guides his cock inside. You begin to suck him, eyes closed in total devotion as you lovingly lick and suck him with increasing fervour. He grips your hair tighter, controlling your movements as he thrusts into your mouth, his eyes locked on the porn video. The fact that he's almost ignoring you gives you an intense sensation of being your brother's plaything. You feel his cock hit the back of your throat, and you gag slightly, but you don't stop. You take him deeper, your lips stretched wide around his girth, your saliva dripping down your chin. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/WatchPorn/Job{0}.webp",random(1))]] @@<br>
He groans, his hips bucking harder as he fucks your mouth with abandon. You can feel the tears streaming down your face, but you embrace the discomfort, reveling in the knowledge that you're pleasing your brother, that you're his to use as he sees fit. "That's it, sis," he growls, his voice rough with lust. "Take it all. Be a good little slut for your big brother."<br><br>
<span id='cum'><<linkreplace "Let him cum in you.">>
After several intense minutes of oral worship, the pleasure is too much. With a final, deep thrust, he explodes in your mouth, his hot seed spilling down your throat. You swallow eagerly, your eyes watering as you struggle to keep up with the flood of your brother's release. He holds you there, his cock pulsing in your mouth, until every last drop is spent. As he finally pulls out, you look up at him, your lips glistening with his cum, your eyes filled with a mix of adoration and submission. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/Couch_Finish_Male{0}.webp",random(3,7))]] @@<br>
He looks down at you, a satisfied smirk on his face, and you know that you've pleased him. "Good girl," he says, his voice softening slightly as he pets your hair. "Now clean up and get out. I've got more important things to do." You nod, a sense of pride and contentment washing over you as you wipe your mouth and stand up. You open the door and [[leave the bedroom.->Living room]] with your brother's taste still lingering in your mouth.<br><br>
<<HaveASexWidget "bj" "brother">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "brother" "1" "50">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute +=10>>
<<replace #push>><</replace>><</linkreplace>><br></span>
<span id='push'><<if $mainChar.corruption >= 60 and $brother.relationship>=40 and $mainChar.energy>=30>><<linkreplace "Push it further.">>
Suddenly, he pulls you up by your hair and lifts you effortlessly, throwing you onto the bed. "Oh, fuck, yes!" you moan, your body already trembling with anticipation. You land with a soft thud, your breath catching in your throat. "Oh, fuck, yes!" you moan, your body already trembling with anticipation. He climbs onto the bed, his eyes filled with a mix of lust and dominance. "Open your mouth," he commands again, straddling your chest. You comply eagerly, your lips parting wide as you look up at him with a mix of adoration and desperation. "Yes, brother," you whisper, your voice hoarse with desire. "Use me. Fuck my mouth. Make me your little slut." He groans at your words, his cock throbbing as he thrusts deep into your throat. You gag slightly, tears streaming down your face, but you submit to his control, your body relaxing as you take him deeper. Thick saliva drools from your mouth, coating your chin and neck as he throatfuck you. You close your eyes and can feel yourself give into the moment, letting out a deep moan in delicious agony feeling your glottis caressed by your brother's rigid shaft.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/bj{0}.webp",random(3))]] @@<br>
"Fuck, you look so hot like this," he growls, his hips moving faster as he fucks your throat with abandon. "Such a good little cocksucker for your big brother." He pulls out and flips you over like a rag doll, positioning you on your hands and knees. He spreads your legs and enters you from behind, his thrusts forceful and unyielding. "Fuck, yes!" you scream, your body rocking forward with each powerful thrust. "Harder, brother! Fuck your lil sis harder!" You grip the sheets, trying to steady yourself as he pounds into you, the sound of flesh against flesh filling the room. After having ravaged your mouth, he takes control of your body, which is about to break from his thrusts as he powers into you, deeper and deeper still. You surrender to him, willingly accepting the blissful pain of being his fucktoy, reveling in the pleasure of being brutally dominated by him.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck"+either("Anal","")+"{0}.webp",random(6))]] @@<br>
"More," you beg, your voice hoarse with desire. "Give me more, brother. Make me feel it. Make me hurt." He groans, his body tensing as he redoubles his efforts, his cock slamming into you with renewed force. You can feel your body beginning to shake, your orgasm building deep within your core. "Come for me, sis," he commands, his voice dark and demanding. "Come on my cock like the good little slut you are." His words send you over the edge, and you scream out your release, your body convulsing with pleasure as wave after wave of ecstasy crashes over you. He continues to pound into you, his own orgasm building as he chases his own release. You scream out in joy as you squirt for the second time on the bed sheets. Your entire being is wracked with sensation and you're barely able to move or speak. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Creampie{0}.webp",random(2))]] @@<br>
"Fuck, yes!" he roars, his body tensing as he comes, his cock pulsing deep inside you as he fills you with his seed. You collapse onto the bed, your body spent and trembling, a satisfied smile on your lips as you bask in the afterglow of your shared pleasure. You can feel the warmth spreading inside you as he pulls out and stands up, adjusting his clothes. "Good girl," he pants, his body still draped over yours as he presses a soft kiss to your shoulder. "Such a good little fucktoy for your big brother." Then, without another word, he turns back to his console, picking up the controller and resuming his game as if nothing had happened. You lie there, destroyed and filled with his cum, trying to catch your breath. The room is filled with the sounds of the game and your own ragged breathing. You feel like your brother's submissive plaything, left to recover on your own.<br><br>
With one last moan of exhausted but satisfied pleasure, you whisper to your brother, "That was nice," before slowly pushing yourself up from the bed. Your legs are shaky, and your body aches from the intensity of the encounter, but you manage to stand, feeling a mix of contentment and a strange sense of abandonment. You take a moment to straighten your clothes, wiping away the remnants of your shared pleasure with a tissue from the nightstand. As you turn to leave, you steal one last glance at your brother, who is completely engrossed in his game, as if the past few minutes never happened. With a soft sigh, you [[slip out of his bedroom,->Living room]] closing the door gently behind you. <br><br>
<<HaveASexWidget "pussy" "brother" "inass">><br>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "intellect" "-1">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 30>>
<<replace #cum>><</replace>><</linkreplace>><</if>></span>
<<else>>
Instead of leaving, you take a step closer to him, your eyes locked onto his. The air in the room grows thick with tension as you approach, your intentions clear. "Let me take care of that for you," you say, your voice taking on a submissive tone as you reach out, gently pushing his hands away, and kneel down in front of him. Your brother hesitates, his breath hitching as he looks down at you. "We shouldn't... we're siblings," he protests weakly, but he doesn't stop you as you take him into your mouth. You wrap your hands around his length. "Keep watching the video," you instruct, your voice firm yet seductive. "I want you to watch it while I suck you off." You lower your head, taking him into your mouth, your tongue swirling around his tip. He hesitates for a moment, but as you begin to move, his resistance fades.<br><br>
He lets out a soft groan, his fingers tightening on your shoulders. You can feel the shift in him, the subtle trace of dominance starting to emerge. His hips begin to move, slowly at first, then with more confidence, guiding your movements. "Is this what you wanted?" he asks, his voice growing firmer, more commanding. "You wanted to catch me like this, didn't you?" You hum in agreement, the vibration drawing another groan from him. You can feel his hesitation melting away, replaced by a growing confidence. He starts to thrust gently into your mouth, his hands tentatively resting on your head. "That's it," you encourage, pulling back just enough to speak. "Take control. Show me how you like it." You lick his balls, your tongue tracing delicate patterns as you continue to stroke him. His grip on your head tightens, his hips moving with more assertiveness.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/WatchPorn/Job{0}.webp",random(1))]] @@<br>
<span id='cum'><<linkreplace "Make him cum.">>
You can feel his body tensing, his breath growing more ragged as you continue to pleasure him. You know he's close, and you're determined to push him over the edge. You take him deeper into your mouth, your hands working in sync with your lips and tongue. You look up at him, your eyes meeting his gaze, and you can see the raw desire and dominance in his expression. "Come for me, big bro" you whisper, pulling back just enough to speak before taking him deep again. "I want to taste you, I want to taste my brother's cum." You suck harder, your head bobbing faster, your hands gripping him tightly.<br><br>
With a final, deep thrust, he lets out a low groan, his body shuddering as he releases into your mouth. You feel the warm, salty taste of him, and you swallow, taking all of him in. You keep your mouth on him, gentling your movements as he comes down from his high.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Fuck/Couch_Finish_Male{0}.webp",random(3,7))]] @@<br>
You pull back slowly, licking your lips, and look up at him with a smirk. "Does that turn you on? Knowing that you came in your little sister's mouth ?" He looks down at you, his eyes dark with a mix of satisfaction and lingering desire. "You're so fucking dirty," he says, his voice low and dominant. You hold his gaze, a wicked smile playing on your lips. "I'm your dirty little sister," you reply, your voice filled with challenge and promise, as you wipe the back of your hand across your lips, cleaning away the last traces of his release from your face. <br><br>
You stand up, your movements graceful and confident, feeling his eyes on you the entire time. You give him a final, knowing smile, your eyes filled with a mix of mischief and satisfaction. "Until next time, big brother," you murmur, your voice low and sultry. You [[leave the bedroom.->Living room]] with your brother's taste still lingering in your mouth.<br><br>
<<HaveASexWidget "bj" "brother">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "brother" "1" "50">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $minute +=10>>
<<replace #push>><</replace>><</linkreplace>><br></span>
<span id='push'><<if $mainChar.corruption >= 60 and $brother.relationship>=40 and $mainChar.energy>=30>><<linkreplace "Push it further.">>
You pull back slightly, releasing him from your mouth with a soft pop. You reach over and firmly close his laptop, the sound of the screen clicking shut filling the room. You look up at him, your eyes filled with a mix of desire and determination. "I want you to fuck my mouth," you say, your voice steady and clear. "Don't hold back." He looks down at you, a flicker of uncertainty in his eyes, but he complies. You can feel him holding back, his thrusts gentle and controlled, but it's not enough for you. "Come on, brother," you murmur between thrusts, your voice laced with need. "I know you want to fuck my mouth harder than this. Show me how a big brother should treat his little sister." You grab his hips, pulling him deeper into your mouth, encouraging him to let go. You can feel yourself getting wet, your body responding to the sensation of him filling your mouth.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/bj{0}.webp",random(3))]] @@<br>
You moan around him, the vibrations causing him to groan in response. "That's it," you whisper, pulling back briefly. "Use my mouth." You look up at him, your eyes watering slightly as he hits the back of your throat. "You like seeing your little sister like this, don't you?" you gasp, your voice breathy. <br><br>
You pull back, releasing him from your mouth, a thin string of saliva connecting you for a moment before it breaks. You look up at him, your eyes filled with a mix of lust and challenge. "I want you to fuck me," you say, your voice husky with desire. "Take me from behind, big brother. Show me what you've got." You turn around, positioning yourself on your hands and knees, presenting yourself to him. You look back over your shoulder, your eyes meeting his. "Come on," you urge, wiggling your ass slightly. "Fuck your little sister's cunt."
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck{0}.webp",random(6))]] @@<br>
He hesitates for only a moment before he moves into position behind you. You can feel his hands on your hips, his grip firm and sure. He guides himself to your entrance, rubbing the head of his cock against your wetness. You push back against him, eager to feel him inside you. "Yes," you gasp, your fingers clutching at the sheets. He leans forward, his body covering yours as he continues to thrust into you. You can feel his breath hot on your ear, his voice a low growl. "You like that, little sister? You like feeling my cock deep inside you?" he murmurs, his words sending shivers down your spine. "You're so tight, so wet. You feel so fucking good."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Creampie{0}.webp",random(2))]] @@<br>
As he continues to thrust into you, his movements become more urgent, more intense. You can feel his body tensing, his grip on your hips tightening even further. With a final, deep thrust, he comes, his cock pulsing as he fills you with his release. You moan, your body shuddering with the force of your own orgasm as you feel him coming inside you. "Yes," you gasp, your body still trembling with aftershocks. "I can feel you coming in me, big brother. Fill me up with your cum, breed your sis."<br><br>
Finally, he tenses and releases, filling your pussy with his hot cum. You can feel the warmth spreading inside you, and you collapse onto the bed, your body trembling with exhaustion. You lie on top of him, your head resting on his chest, feeling his heartbeat slowing down. He wraps his arms around you, his hands gently caressing your back. You enjoy the moment, the intimacy of his touch, the warmth of his body beneath yours. But eventually, you know you have to go. You sit up, looking down at him with a smile. "I should get going," you say softly, leaning down to press a gentle kiss to his lips. You climb off him, standing up and gathering your clothes. You give him one last smile before [[leaving his bedroom.->Living room]]<br><br>
<<HaveASexWidget "pussy" "brother" "inass">><br>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "intellect" "-1">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 30>>
<<replace #cum>><</replace>>
<</linkreplace>><</if>></span><</if>>
<<replace #tease>><</replace>><<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<</if>>
<</if>><<set $mainChar.did_cleaning_brother to $dayCount>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<set _cloth to "nude">>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Cleaning/Cleaning_naked{0}.webp",random(3))]] @@
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Cleaning/Cleaning_clothed{0}.webp",random(2))]] @@
<</if>><br><br>
<<if $brother.location is "Work">>
Alone in your brother's room while he is at school, you take on the task of tidying up. The familiar scent of his cologne and the faint musk of sweat fill your nostrils as you start by picking up the scattered clothes from the floor, shaking them out before folding them neatly and placing them in the hamper. With purposeful movements, you dust and straighten, a sense of satisfaction fills the room. The process of transforming the chaos into cleanliness becomes a quiet moment of solace. <br><br>
<<if random(1)>>
As you reach under the bed to retrieve a stray sock, your fingers brush against something stiff and crusty. You pull it out and realize it's one of his socks, caked with dried semen. A wave of disgust and curiosity washes over you, but as you stare at the sock, your mind begins to wander. You imagine your brother lying on his bed, his hand wrapped around his cock, stroking himself vigorously. You hesitate for a moment, then decide to put it back where you found it, not wanting to invade his privacy any further. <br><br>
<</if>>
Finally, you survey your work, pleased with the noticeable improvement.
<br>You can now spend your time to [[something else.->Brother's room]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<else>>
You take on the task of tidying up your brother's room. The familiar scent of his cologne and the faint musk of sweat fill your nostrils as you start by picking up the scattered clothes from the floor, shaking them out before folding them neatly and placing them in the hamper. As you're in the middle of tidying your brother's room, you hear the door creak open behind you. You turn around to see <<linkreplace "your brother standing in the doorway.">>your brother standing in the doorway. <br><br>
<<if random(0,2) is 0 or ($mainChar.corruption <60 or $brother.relationship<40)>>
"Hey, what are you doing in here?" he asks, his voice tinged with confusion and a hint of concern. You turn to face him, a shy smile playing on your lips. "Oh, hey. I was just tidying up a bit. I noticed your room was a mess, and I thought I'd help out," you explain, your voice soft and gentle. He runs a hand through his hair, a slight frown creasing his forehead. <br><br>
<<if _cloth is "nude" and $brother.relationship < 20 >>
You shrug, your cheeks flushing slightly. "I don't know. I guess I just felt like it," you say, your voice filled with a mix of innocence and mischief. He sighs, his expression softening as he walks further into the room. "Don't behave like a slut. Please, go put some clothes on," he says, his voice tinged with a hint of frustration. "I'm sorry. I didn't mean to make you uncomfortable," you say, your voice filled with genuine apology. He nods, his expression softening further. "It's okay. Just... please, go get dressed," he says, his voice warm and understanding. Disappointed and slightly humbled, you nod, your enthusiasm dampened, and you [[leave the room.->Living room]]<br><br>
<<set $minute +=15>><br>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "brother" "-1">>
<<elseif _cloth != "nude" and $brother.relationship < 20 >>
"You didn't have to do that, you know. I can clean my own room," he says, though his tone is more appreciative than annoyed. You shrug, your cheeks flushing slightly. "I know, but I wanted to. Besides, it's nice to do something for you every now and then," you say, your voice filled with genuine affection. He sighs, his expression softening as he walks further into the room. "Well, thank you. But next time, maybe ask first?" A bit disappointed by his reply, you nod, your enthusiasm dampened, and you [[end your task.->Living room]]<br><br>
<<set $minute +=15>><br>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif _cloth is "nude" and ($brother.relationship < 40 or $mainChar.corruption < 60)>>
"And... you're doing it... naked ?" You give him a smile and giggle. "You don't like it ? It's more comfy you know. Plus, it's kind of fun to clean in the nude." He runs a hand through his hair, a slight frown creasing his forehead. "it's a bit weird, don't you think?" You shrug, your cheeks flushing slightly. "I know, but I wanted to. it's just a bit of fun. Nothing to be too serious about." He sighs, his expression softening as he walks further into the room. "Well, thank you. I appreciate it," he says, his voice warm. You give him a smile and [[leave his bedroom.->Brother's room]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "brother" "+1">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif _cloth is "nude" and $brother.relationship > 40 and $mainChar.corruption >60 >>
"And naked in addition, what a luck man I am !" You giggle.<br><br>
<span id='finish'><<linkreplace "Continue your task.">>You keep cleaning the bedroom in this slutty maid outfit , feeling the intensity of your father's gaze upon you. The forbidden passion between you and him almost takes over your mind. You can't help but tease him, almost unconsciously, knowing that it would only fuel his desire even more.<br><br>
Finally, you survey your work, pleased with the noticeable improvement.
<br>You can now spend your time to [[something else.->Brother's room]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "brother" "+1">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #fuck>><</replace>>
<</linkreplace>></span><br>
<span id="fuck"><<linkreplace "Tease him and fuck him.">>
You smirk knowingly, your eyes glinting with mischief as you utter “Why waste time worrying about clothes? You're gonna rip them off me in a few seconds anyway." You twitch your hips suggestively as you form an imaginary blow job with your mouth. He smirks, his eyes scanning your body with a hungry gaze. "I think you need a break." Before you can respond, he grabs your arm and leads you to the bed, pushing you down onto the mattress. You feel a mix of excitement and nervousness as he climbs on top of you, his body pressing against yours. "You know what you are, don't you?" he asks, his voice filled with a sense of authority. "You're my little fuck toy, my cum dumpster." You nod, your eyes filled with a mix of desire and submission. "Yes, I am," you whisper, your voice barely audible.<br><br>
He doesn't waste any time, spreading your legs and positioning himself between them. You feel him enter you, his cock filling you completely. The sensation is intense, and you let out a soft moan, your body responding to his touch.He begins to move, his hips thrusting with a brutal force. The sound of flesh against flesh fills the room, and you feel a mix of pleasure and pain as he takes control of your body. You embrace the feeling, knowing that this is what you both desire. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck"+either(1,2,4,5)+".webp")]] @@<br>
He continues to move, his body dominating yours. The sensation builds, and you feel a wave of pleasure wash over you. Just as you're about to reach your climax, he pulls out, his cock glistening with your juices. You watch as he reaches his climax, his body trembling with release as he fills you with his cum. Once he's finished, he stands up, his body relaxed and satisfied. He looks down at you, a mix of pride and dominance in his eyes. "Good girl," he says, his voice filled with a sense of approval.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck_finish0.webp")]] @@<br>
He turns and walks away, leaving you on the bed, your body filled with his cum. You feel a mix of pleasure and humiliation, knowing that you're his to use and discard as he pleases. As you lie there, you embrace the role, feeling a sense of connection and intimacy with your brother, knowing that this is what you both desire. You get up and clean yourself before [[leaving the room->Living room]]<br><br>
<<set $minute +=50>>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "brother" "+1">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #finish>><</replace>><</linkreplace>></span>
<<elseif _cloth != "nude" and _cloth != "maid" and ($brother.relationship < 40 or $mainChar.corruption < 60)>>
He thanks you and spend some time with you.<br><br>
Finally, you survey your work, pleased with the noticeable improvement.
<br>You can now spend your time to [[something else.->Brother's room]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "brother" "+1">>
<<elseif _cloth != "nude" and _cloth != "maid" and $brother.relationship > 40 and $mainChar.corruption >60 >>
He thanks you and spend some time with you.<br><br>
<span id='finish'><<linkreplace "Continue your task.">>You keep cleaning the bedroom , feeling the intensity of your brother's gaze upon you. The forbidden passion between you and him almost takes over your mind. You can't help but tease him, almost unconsciously, knowing that it would only fuel his desire even more.<br><br>
Finally, you survey your work, pleased with the noticeable improvement.
<br>You can now spend your time to [[something else.->Brother's room]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "brother" "+1">>
<<replace #fuck>><</replace>>
<</linkreplace>></span><br>
<span id="fuck"><<linkreplace "Tease him and fuck.">>
You smirk knowingly, your eyes glinting with mischief as you utter “Why waste time worrying about clothes? You're gonna rip them off me in a few seconds anyway." You twitch your hips suggestively as you form an imaginary blow job with your mouth. He smirks, his eyes scanning your body with a hungry gaze. "I think you need a break." Before you can respond, he grabs your arm and leads you to the bed, pushing you down onto the mattress. You feel a mix of excitement and nervousness as he climbs on top of you, his body pressing against yours. "You know what you are, don't you?" he asks, his voice filled with a sense of authority. "You're my little fuck toy, my cum dumpster." You nod, your eyes filled with a mix of desire and submission. "Yes, I am," you whisper, your voice barely audible.<br><br>
He doesn't waste any time, spreading your legs and positioning himself between them. You feel him enter you, his cock filling you completely. The sensation is intense, and you let out a soft moan, your body responding to his touch.He begins to move, his hips thrusting with a brutal force. The sound of flesh against flesh fills the room, and you feel a mix of pleasure and pain as he takes control of your body. You embrace the feeling, knowing that this is what you both desire. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck"+random(6)+".webp")]] @@<br>
He continues to move, his body dominating yours. The sensation builds, and you feel a wave of pleasure wash over you. Just as you're about to reach your climax, he pulls out, his cock glistening with your juices. You watch as he reaches his climax, his body trembling with release as he fills you with his cum. Once he's finished, he stands up, his body relaxed and satisfied. He looks down at you, a mix of pride and dominance in his eyes. "Good girl," he says, his voice filled with a sense of approval.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck_finish0.webp")]] @@<br>
He turns and walks away, leaving you on the bed, your body filled with his cum. You feel a mix of pleasure and humiliation, knowing that you're his to use and discard as he pleases. As you lie there, you embrace the role, feeling a sense of connection and intimacy with your brother, knowing that this is what you both desire. You get up and clean yourself before [[leaving the room->Living room]]<br><br>
<<set $minute +=50>>
<<HaveASexWidget "vaginal" "brother" "inpussy">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "brother" "+2">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #finish>><</replace>><</linkreplace>></span>
<</if>>
<<else>>
"Ah sis, you're here." His eyes sparkled with lust and a clear bulge protruded from his pants. In an instant, he strode across the room and grabbed your neck with firm authority, pushing you down onto the bed. <br>
You submitted willingly, fully aware of what was to come and surrendered yourself to him. A low moan escaped your lips as he clamps his hands around your throat possessively. A low whisper escape your lips, "Yes bro, please use your sister," igniting a primal fire within him.<br><br>
He doesn't waste any time, thrusting into you with force. You let out a gasp, your body adjusting to the sudden invasion. He begins to move with a steady rhythm, his hips slamming against yours, each thrust filling you completely. The room is filled with the sounds of flesh against flesh, and your moans mix with his grunts of pleasure. He treats you like an object, using your body for his own satisfaction. You embrace the role, feeling a sense of pleasure and submission as he takes control. <br><br>
<<if _cloth is 'nude'>>
"Nice your already naked!"<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/FuckAnal"+random(0,2,3)+".webp")]] @@<br>
<<elseif _cloth is "maid">>
"A French maid outfit? Ah whatever."<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Cleaning/Fuck_maid"+either(0,2)+".webp")]] @@<br>
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/FuckAnal"+random(0,3)+".webp")]] @@<br>
<</if>>
"You're my little fuck toy," he growls, his voice filled with a mix of lust and dominance. "You're here to please me." You respond with soft whimpers, your body arching to meet his thrusts. The sensation is intense, and you feel a wave of pleasure building within you. He continues to pound into you, his movements becoming more forceful and urgent. "Yes bro, fuck me like you hate me," you whisper. Your breathing quicken with each forceful plunge as he ravages your tight asshole with unrestrained passion. <br><br>
Finally, with a deep groan, he releases inside you, filling you with his cum. You feel the warmth spread through you, and a sense of satisfaction washes over you, knowing that you've released your brother. He pulls out of you, his breath coming in ragged gasps. He looks down at you, a mix of satisfaction and cruelty in his eyes. "Good girl," he says, his voice filled with a twisted sense of pride. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck_finish0.webp")]] @@<br>
You lie there, your body trembling and your breath coming in short gasps. You feel a sense of humiliation and pleasure, knowing that you've pleased him and fulfilled your role as his submissive. He's already buttoning his shirt when you're still on the bed, barely conscious, covered in his cum and trying to recover. With one last moan of exhausted but satisfied pleasure, you whisper to your brother "That was nice," before [[leaving the room.->Living room]]<br><br>
<<set $minute +=50>>
<<HaveASexWidget "rape" "brother" "inass">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-30">>
<</if>><br><br>
<</linkreplace>>
<</if>> <<set $mainChar.look.accessories.neck.name to "Leash">>
<<if $brother.hasLeash != true and $Warning_Leash != true>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Warning.jpg')]]
@@<br>
This action will enable new actions based on a pet-play and sub/dom relationship with your brother (you're the sub)!<br><br>
<<link "Continue on that path.">> <<set $Warning_Leash to true>><<goto "Pet Play">><</link>><br>
<<link "Come back later.">><<goto "Brother's room">><</link>> (Keep the action available in the brother's room)<br>
<<link "Don't follow that path.">> <<set settings.EnableLeash to false>><<goto "Brother's room">><</link>> (remove the option from the game, still activable in the settings)
<<elseif $brother.hasLeash != true>>
<<set $brother.hasLeash to true>>
<<set $brother.hasLeashSince to $dayCount>>
<<Achievements "petplay" "Leashed and collared">>
You approach your brother, feeling a bit embarrassed about the request you're about to make. In your hand, you hold a leash, a symbol of your intentions. He turns towards you, noticing your hesitation and the leash. "what's up?" he says, unaware of your request. Taking a deep breath, you muster the courage to speak. <br><br>
" I was wondering if... maybe... you could walk *me* sometimes. And, um, maybe become... my owner from time to time?". Your words hang in the air, heavy with anticipation and vulnerability. Your brother looks at you, his expression a mix of confusion and curiosity. "Huh...Wait, what? I... I don't understand," he says, his brow furrowing in puzzlement. You take another deep breath, gathering your courage. "I want to be your pet," you say straightforwardly, your voice steady despite the nervous flutter in your stomach. "And this is my leash for you." You hold up the leash, your eyes meeting his with a mix of determination and submission.<br><br>
Your brother is taken aback, his eyes widening in shock. He stares at you for a moment, processing your request. After a moment of silence, he reluctantly agrees, a hint of dominance creeping into his tone. "Okay... Ready for a walk, slut?" A big smile spreads across your face, a rush of excitement and relief washing over you. You drop to all fours in front of him, shaking your ass provocatively as you place the leash in your mouth, offering it to him.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_intro' +random(1)+'.webp')]]
@@<br>
He takes the leash, his grip firm and commanding. "Good girl," he says, his voice filled with a mix of approval and dominance. "Now, let's see how well you can follow orders." He tugs on the leash, leading you forward. He starts by giving you a few simple commands, testing your obedience. You respond well, showing eagerness to please. "That's it, keep up," he commands, his voice firm and unyielding.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_tease' + random(4) + '.webp')]]@@<br>
You crawl after him, your body moving in sync with his commands. He walks you around the room, his eyes watching your every move with a mix of curiosity and arousal. The leash in his hand tightens occasionally, a subtle reminder of your place. You feel a strange sense of liberation as you follow him, your movements fluid and obedient. He begins <<linkreplace "walking you beside him.">>walking you beside him, and you fall into step, staying on all fours like a loyal dog. You don't exactly know why, but you like it a lot. The sensation of being led, of being completely under his control, sends a thrill through your body. You feel a deep sense of submission, a willingness to please that grows stronger with each passing moment.<br><br>
Your brother's dominance becomes more pronounced as time passes. He walks with confidence, his grip on the leash firm and commanding. You can feel his eyes on you, watching your every move, and it fills you with a mix of excitement and trepidation. You are his slave now, and in a way, you feel liberated by it. The responsibility of making decisions, of being in control, is lifted from your shoulders, and you find a strange comfort in that. He issues commands with ease, and you obey without hesitation.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_walk' + random(4) + '.webp')]]
@@<br>
As you follow him, you have the growing feeling of turning into your brother's bitch, and even though you don't fully accept it right now, you love it. The sensation of the leash around your neck, the way he controls your every move, sends a thrill of submission through your body. Suddenly, he pulls the leash tighter, forcing you into a sitting position. The collar tightens around your neck, choking you slightly. For a fraction of a second, the sensation of being choked causes an unexpected groan of pleasure to escape your lips. Your brother notices it immediately, a smirk playing on his lips.<br><br>
"Look at that submissive slut," he says, his voice filled with a mix of amusement and dominance as he pats your head. "You love to choke? I'll give you something to choke on." He unzips his pants, freeing his already hardening cock. With a firm grip on the leash, he forces his shaft into your throat, keeping the pressure on your neck. You gag slightly, your eyes watering as you struggle to take him all the way in.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_FaceFuck' + random(2) + '.webp')]]
@@<br>
You feel him inside your throat, fucking your face while he pulls the leash to force your head against him. You moan around his cock, the vibrations sending waves of pleasure through his body. He groans, his hips bucking as he fucks your mouth with increasing intensity. You can feel the tears streaming down your face, your mascara running as you struggle to keep up with his demands. "You like that, don't you?" he growls, his voice filled with dominance and arousal. "You like being my little fuck toy, don't you?" You try to nod, your mouth full of his cock, your body trembling with a mix of pleasure and submission. <br><br>
The sensation of being choked, of being used for his pleasure, sends a rush of adrenaline through your body, heightening your arousal. You're completely at his mercy, and realizing it gives you your first orgasm since you became a pet. He pulls out suddenly, his cock glistening with your saliva. He looks down at you, his eyes filled with a mix of lust and dominance. "Bark for me," he orders, his voice firm and unyielding. You obey, behaving like the dog you are, letting out a series of barks as you shake your ass and wag your imaginary tail. "Turn around," he command. You obey, turning around on all fours, <<linkreplace "presenting your ass to him.">>presenting your ass to him.<br><br>
He grips your hips, positioning you over his cock. With a firm thrust, he enters you, filling you completely. You moan, your body trembling with a mix of pleasure and pain. "That's it, take it like the good little slut you are," he growls, his voice filled with dominance and arousal. He begins to fuck you hard and fast, his hips slamming against your ass with each powerful thrust. You can feel his cock hitting deep inside you, sending waves of pleasure through your body. You moan and whimper, your body moving in sync with his as he uses you for his pleasure. He grips your hair, pulling your head back as he continues to fuck you with increasing intensity.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_Fuck' + random(5) + '.webp')]]@@<br>
"You love this, don't you?" he growls, his voice filled with dominance and arousal. "You love being my little bitch, don't you?" "Yes," you moan, your voice filled with submission and desire. "I love it. I love being your little slut." He groans, his body tensing as he nears his release. You continue to bark and shake your ass, the pleasure intensifying as the collar constricts your breathing. Your body trembles with the force of your orgasm, and you let out a final, desperate bark as you come, the sensation of being choked heightening your pleasure. After a few minutes, he slows down, and you understand that this little experiment is almost finished. <br><br>
You turn back to face him, your eyes filled with a mix of gratitude and submission. "Ready for my load, little slut?" he asks, his voice filled with dominance and arousal. "Beg for it then." You don't wait for his request, opening your mouth wide and sticking out your tongue, hoping to be fed by your brother's cum. You look up at him with eager, pleading eyes, your body trembling with anticipation. "Please, give it to me," you beg, your voice filled with desperation and submission. "I want your cum. I need it. Feed your little pet sister."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Beg.webp')]]
@@<br>
He smiles down at you, his eyes gleaming with satisfaction and dominance. With that, he grips his cock and begins to stroke it, his eyes locked on yours as he brings himself to the edge. You watch him eagerly, your mouth open and ready, your tongue out and waiting. But against all expectations, he changes direction at the last moment. With a groan, he comes, his hot seed <<linkreplace "spilling onto the floor.">>spilling onto the floor instead of into your waiting mouth. <br><br>
You watch in shock and disappointment as his cum pools on the ground. "You want it?" he says, his voice filled with a mix of amusement and dominance. "Then go get it." He forces your head down, pressing your face into the puddle of cum on the floor. You don't mind; in fact, you were going to lick it off the floor anyway. You eagerly lap up his seed, your tongue working quickly to clean up every last drop. The taste of him, the sensation of being degraded and used, sends a rush of pleasure through your body.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Lick_floor{0}.webp',random(0,4))]]
@@<br>
You moan softly, your body trembling with a mix of humiliation and arousal as you lick the floor clean. Your brother watches you, his eyes gleaming with satisfaction and dominance. You swallow every drop of cum from the floor. Your brother takes you by the hair and praises you. "You're a good puppy." He says while kissing your forehead. "Thank you," you whisper, your voice filled with sincerity and devotion. "Thank you for being my owner." He smiles down at you, his eyes filled with a mix of approval and affection. "Good girl," he says, his voice filled with warmth and dominance. He leaves the room and let you alone on the floor, used by the experiment and very tired.<br><br>
In the end, you had three orgasms. You didn't expect it but you love being dominated, and you're ready to do it again another time. Even though your relationship with your brother will surely be different, in appearance you hope it'll remains the same.
<br><br>For now, you know this is just a roleplay game... but you can't help but think if you would be happy as your brother's full-time slave... Anyway, it's time to get up, remove that leash you almost forgot you had - despite it almost chokes you - and [[refresh yourself in the bathroom.->Bathroom][ $mainChar.look.accessories.neck.name = ""]]<br><br>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<else>>
You put the collar around your neck, feeling the cool leather against your skin. You drop to all fours, taking the leash in your mouth before approaching your brother. The familiar sensation of the collar and leash sends a thrill of excitement and submission through your body.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_intro.webp')]]
@@<br>
"Ah, it's time to walk the pet, I see," he says, his voice filled with a mix of amusement and dominance. He slaps your ass firmly, the sting sending a jolt of pleasure through your body. He takes the leash from your mouth, his grip tight and unyielding. "Good girl. Now, let's see how well you can follow commands. Sit," he commands, his voice firm and unyielding. You obey instantly, sitting back on your heels, your eyes locked on his. He tugs gently on the leash, pulling your head up to meet his gaze. "Good girl," he praises, his voice filled with approval. <br><br>
"Now, roll over." You comply, rolling onto your back and looking up at him, your body trembling with anticipation. He smiles, his eyes gleaming with satisfaction as he watches you obey his every command. "Stay," he orders, his voice stern. You freeze in place, your body tense and ready for his next command. He walks around you, the leash still in his hand, his eyes appraising you like a prized pet. "Such a good little bitch," he murmurs, his voice filled with pride and lust. He kneels down beside you, his hand running over your body, petting and stroking you like a beloved animal.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_tease' + random(6) + '.webp')]]
@@<br>
He begins walking you beside him, the leash held firmly in his hand. You crawl on all fours, acting like a dog, your body moving in sync with his commands. The roleplay feels natural now, and you can't help but embrace the submissive pleasure it brings you. You feel it deep within you—this isn't just a one-time thought; you genuinely enjoy being a pet.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_walk' + random(4) + '.webp')]]
@@<br>
Suddenly, he pulls the leash sharply, tightening it around your neck and forcing you to a sitting position. Your breath hitches as the collar presses against your throat, the sensation both restricting and exhilarating. This is the moment you've been craving—being roughly fucked by your brother, embracing the submissive whore you truly are. Your brother notices your dripping pussy. You're on the verge of the orgasm by the simple fact of being dominated.<br><br>
"You're the best pet I could own," he says, his voice filled with pride and lust. He unzips his pants, his hard cock springing free. "So I'll give you your treats." He forces <<linkreplace "his shaft into your throat.">>his shaft into your throat, the leash still tight around your neck. You gag slightly, your eyes watering as he fucks your face, his hips thrusting against your lips. The taste of him, the feel of him filling your mouth, sends waves of pleasure through your body.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_FaceFuck' + random(2) + '.webp')]]
@@<br>
He pulls the leash tighter, forcing your head against him, your nose pressed against his pubic bone. You're completely at his mercy, your body trembling with a mix of pleasure and submission. He pushes you onto your back, his body covering yours as he begins to fuck you roughly, his cock slamming into your pussy with brutal force. You moan, your body arching against him, meeting each of his thrusts with eager abandon, like the good fuck toy you expect to be. You come hard, your body convulsing with pleasure as he continues to pound into you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_Fuck' + random(5) + '.webp')]]
@@<br>
"Last time I really enjoyed seeing you lick my cum from the floor," he says, his voice filled with satisfaction and dominance. "So here we go again. But first, beg for it." You don't wait for his request, opening your mouth wide and sticking out your tongue, hoping to be fed by your brother's cum. You look up at him, your eyes filled with a mix of desperation and submission. "Please, let me lick your cum from the floor. I need it. I want to be your good little slut," you beg, your voice trembling with desire.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Beg.webp')]]
@@<br>
He smiles down at you, his eyes gleaming with satisfaction and dominance. "Nice." With that, he grips his cock and begins to stroke it, his eyes locked on yours as he brings himself to the edge. You watch him eagerly, your mouth open and ready, your tongue out and waiting. With a final, deep groan, he comes, his cock pulsing as he releases a torrent of cum onto the floor. <br><br>
He smiles, his eyes gleaming with satisfaction. "Nice. Now go get it." He watches as you drop to all fours, your tongue darting out to lick up every drop of his cum from the floor. The taste of him, the feel of his seed on your tongue, sends waves of pleasure through your body. You swallow eagerly, your eyes locked on his, seeking his approval.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Lick_floor{0}.webp',random(3))]]
@@<br>
You swallow every drop of cum from the floor, you love the taste of cum. He takes you by the hair, pulling your head back to look at him. "You're a good puppy," he says, his voice filled with praise and affection. He leans down and kisses your forehead, his touch gentle and loving. "Now, clean yourself up. You've earned it."<br><br>
For now, you know this is just a roleplay game... but you can't help but think if you would be happy as your brother's full-time slave... You think so... But anyway, it's time to get up, remove that leash you almost forgot you had - despite it almost chokes you - and [[refresh yourself in the bathroom.->Bathroom][ $mainChar.look.accessories.neck.name = ""]]<br><br>
<</if>>
<<if $Warning_Leash is true>>
<<set $mainChar.HasPetPlayed to $daycount>>
<<set $hour +=1>>
<<HaveASexWidget "anal" "brother" "face">>
<<HaveASexWidget "vaginal" "brother">>
<<HaveASexWidget "bj" "brother">>
<<MainChar_Stats "brother" "2">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-2">>
<</if>>
<<if $mainChar.camgirl.streamNumber is undefined>>
<<set $mainChar.camgirl.streamNumber to 0>><</if>>
<<if $mainChar.camgirl.totalEarnings is undefined>>
<<set $mainChar.camgirl.totalEarnings to 0>><</if>>
<<if $mainChar.camgirl.subscribers is undefined>>
<<set $mainChar.camgirl.subscribers to 0>><</if>>
<<if $mainChar.camgirl.subscribers >=500>>
<<Achievements "camgirl" "Trending Pussy">>
<</if>>
<<if $mainChar.isCamGirl != true>>
With a mix of excitement and nerves, you're finally taking the plunge into the world of CamGirl streaming. <br>
As you fill out the registration form on the website, the idea of presenting yourself to strangers online thrills you. The uncertainty of how things will unfold adds to the exhilaration. Though unsure of the journey ahead, you're eager to give it a shot and see where it takes you.<br><br>
<<set $mainChar.isCamGirl to true>>
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Setup{0}.webp',random(0,2))]]
@@<br>
You connect to the website where you can <<linkreplace "see your stats.">> see your stats:<br>
@@.narrator; # Subscribers : <<print $mainChar.camgirl.subscribers>><br>
# Shows completed : <<print $mainChar.camgirl.streamNumber>><br>
# Total earnings : <<print $mainChar.camgirl.totalEarnings>>@@
<</linkreplace>><br><br>
It's time to start your show.
<<if !$inventory.has('techItems','High Quality Webcam') >>
<br>Because you're not using a high-quality webcam, you may earn less and attract fewer viewers to your stream.
<</if>>
<<if !$inventory.has('techItems', 'Streaming setup') >>
<br>Buying a streaming setup would increase your earnings and number of viewers.
<</if>><br><br>
<<if $mainChar.camgirl.streamNumber < 5>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is ''>>
For a start, you rather want to show yourself clothed. You take a shirt and pants in your [[wardrobe.->Wardrobe]] before starting your show. <<else>>
[[Stay clothed for now.->Cam Show][$camShow = 'clothed']]<</if>>
<<else>> [[Do a clothed show.->Cam Show][$camShow = 'clothed']]<</if>><br>
<<if $mainChar.camgirl.streamNumber >= 10>>
[[Do a naked show.->Cam Show][$camShow = 'naked']]<br><</if>>
<<if $mainChar.camgirl.streamNumber >= 20 and $inventory.has('SexShopItems','Dildo')>>
[[Suck a dildo.->Cam Show][$camShow = 'suck']]<br><</if>>
<<if $mainChar.camgirl.streamNumber >= 30>>
[[Finger your pussy.->Cam Show][$camShow = 'finger']]<br><</if>>
<<if $mainChar.camgirl.streamNumber >= 40 and $inventory.has('SexShopItems','Dildo')>>
[[Fuck your pussy.->Cam Show][$camShow = 'pussyDildo']]<br><</if>>
<<if $mainChar.camgirl.streamNumber >= 50 and $inventory.has('SexShopItems','Dildo')>>
[[Fuck your ass.->Cam Show][$camShow = 'ass']]<br><</if>>
<<if $mainChar.camgirl.streamNumber >= 40 and $inventory.has('SexShopItems','Fuck Machine')>>
[[Use your fuck machine.->Cam Show][$camShow = 'machine']]<br><</if>>
<<if $mainChar.camgirl.streamNumber >= 60 and $brother.relationship >= 40 and $brother.currentLocation != "School">>
You need, something rough... [[Call your brother.->Cam Show][$camShow = 'brother']]<br><</if>>
<<if $mainChar.camgirl.streamNumber >= 60 and $mom.relationship >= 40 and $mom.currentLocation != "Work">>
You need something sweet... [[Call your mom.->Cam Show][$camShow = 'mom']]<br><</if>>
<<if $mainChar.camgirl.streamNumber >= 80 and $inventory.has('SexShopItems','Horse dildo')>>
[[Ravage your body.->Cam Show][$camShow = 'horse']]<br><</if>>
<br>
It's time to [[cut your stream.->Bedroom]]<<set $hour +=1>>
<<if $inventory.has('techItems','High Quality Webcam') and $inventory.has('techItems', 'Streaming setup')>>
<<set _qualityCoef to 1>>
<<elseif $inventory.has('techItems','High Quality Webcam') or $inventory.has('techItems','Streaming setup')>>
<<set _qualityCoef to 2>>
<<else>>
<<set _qualityCoef to 4>>
<</if>>
<<if $camShow is 'clothed'>>
Your heart starts to race as you enter the dim light of your webcam. You're fully clothed, wearing an outfit that hugs your curves just enough to be enticing without revealing too much. You begin to dance, moving sensually to the music playing in the background. Even though a fully-clothed stream doesn't bring many viewers, comments slowly start to pour in. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Clothed{0}.webp',random(3))]]
@@<br>
You smile coyly at the camera, your eyes sparkling with mischief. You continue to dance, your movements fluid and graceful. You twirl, giving your viewers a glimpse of your back, your hips swaying seductively.
<<if gaussian($mainChar.attractiveness,15)>=30 is 0>>
With a growing dread, you watch as the chat begins to fill with clamoring requests for you to show your body. <br><br>
<<if $mainChar.camgirl.streamNumber < 5>>
You don't feel confident enough to do it right now, so you continue as before. However, you think about this request... and if you would accept it in the future.<br><br>
<<if $mainChar.energy <= 30>>
For now, you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "40">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)/4 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)/4/_qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-10">>
<<else>>
<span id="accept"><<linkreplace "Accept the request">> You eagerly accept the request and begin to peel away your clothing layer by layer.Your audience's fervor is palpable as you perform, and you watch with satisfaction as the number of subscribers soars.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Flash{0}.webp',random(3))]]
@@<br>
Your heart races as you stand in front of the camera, stripped bare for the world to see. A wild thrill of forbidden lust rushes through you as your body is exposed to strangers on the internet. You can't help but be aroused by the situation. The request accomplished, you quickly cover yourself again, but the fire burning inside remains. <br> After almost one hour,
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)/3.5/_qualitycoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)/3.5/_qualitycoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id="refuse"><<linkreplace "Refuse the request">> You refuse the request and continue the show as you intented. However, you notice that your decision has an impact on your earnings and subscriptions.<br><br>
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)/4 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)/4 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #accept>><</replace>><</linkreplace>><br></span>
<</if>>
<<else>>
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "30">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)/4 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)/4 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-5">>
<</if>>
<<elseif $camShow is 'naked'>>
The anticipation builds inside you as you strip off your clothes. You know that this will make your stream more appealing to viewers, yet the idea of exposing yourself to a room full of strangers sends a wave of adrenaline through your veins. Your naked body is now on display and you can feel the excitement coursing through your veins as even more strangers join the viewing audience.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Naked{0}.webp',random(3))]]
@@<br>
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "40">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)/2 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)/2 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-5">>
<<elseif $camShow is 'suck'>>
Excitement ripples through you as you assemble your streaming desk, laying out a fleshy dildo next to you. Your body prickles with anticipation as you imagine your <<print $mainChar.camgirl.subscribers>> subscribers watching you take it into your mouth, their breaths held in unison in expectation. The very thought of it sends a wave of arousal through you, your pussy already dripping wet with desire. The anticipation builds as the first viewers appear on the stream. You take a deep breath, feeling a mix of nerves and anticipation. <br><br>
"Hey, everyone," you say with a sultry smile, your voice soft and inviting. "Thanks for joining me tonight. I hope you're all ready for a good time." You reach over to your nightstand, picking up the large, realistic dildo. You hold it up to the camera, letting your viewers get a good look. Taking a deep breath, you plunge it into your mouth without hesitation, broadcasting the spectacle across the world wide web. Your eyes locked onto the camera, you can see the chat going wild, messages pouring in.<br><br>
* [DirtyDave]: "Fuck, I wish that was my cock in your mouth."<br>
* [BigDaddy]: "That's it, babe. Make it messy. We want to see you choke on it."<br>
* [H45Phil]: "She's such a cock sucker."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Mouth{0}.webp',random(0,6))]]
@@<br>
You take a deep breath, relaxing your throat, and push the dildo deeper, taking it all the way down. You hold it there for a moment, your eyes watering, your breath coming in ragged gasps. You pull back, a mix of saliva and tears dripping down your chin, your mouth open wide as you catch your breath. You wipe your mouth, looking back at the camera with a sultry smile. "Thank you all for watching," you say, your voice soft and breathy. "I hope you enjoyed the show."<br><br>
The chat is filled with thanks and compliments, the viewers expressing their appreciation for your performance. You can't help but smile as you think of the sheer number of people who came watching you gag on that dildo.<br><br>
<<if $mainChar.energy <= 30>>
For now, you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "40">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15) / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15) / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $camShow is 'finger'>>
Desire courses through your veins like fire as you anticipate the thrill of fingering your pussy in front of unknown watchers. You feel a surge of arousal as you imagine the number of viewers who will cum watching you, and your pussy is already drenched by the depths of your own desire.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Masturbate{0}.webp',random(0,6))]]
@@<br>
<<if gaussian($mainChar.attractiveness,15)>=30>>
In the middle of the show, something in the chat catches your attention. You read a comment of someone who requests you to show use a dildo.<br><br>
<span id="accept"><<if $inventory.has('SexShopItems','Dildo')>><<linkreplace "Accept the request">> You accept the request and start undressing. The viewers like it a lot and you see the number of subs increasing.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Pussy{0}.webp',random(0,6))]]
@@<br>
The air hangs heavy with anticipation as you slide the hard plastic dildo deep in your tight pussy, moans of pleasure echoing through the room like thunderclaps. You can sense the eyes of <<print $mainChar.camgirl.subscribers>> viewers on you, unseen but tangible. Seeing this number, you reach your climax and feel an intense wave of pleasure crash over you, spasming and shuddering as you squirt onto your computer screen in a dazzling show of satisfaction.
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "60">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*1.5 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*1.5 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "intellect" "-1">>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id="refuse"><<linkreplace "Refuse the request">> <<if !$inventory.has('SexShopItems','Dildo')>> Since you don't own any dildo, you decide to <<else>> You <</if>>refuse the request and continue the show as you intented. However, you notice that your decision has an impact on your earnings and subscriptions.<br><br>
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "30">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*1.2 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*1.2 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<replace #accept>><</replace>><</linkreplace>><br></span>
<<else>>
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "60">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*1.2 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*1.2 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<</if>>
<<elseif $camShow is 'pussyDildo'>>
Desire courses through your veins like fire as you anticipate the thrill of fucking your pussy in front of <<print $mainChar.camgirl.subscribers>> unknown watchers. You feel a surge of arousal as you imagine the number of viewers who will cum watching you, and your pussy is already drenched by the depths of your own desire. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Pussy{0}.webp',random(0,6))]]
@@<br>
You're happy by the show you made. You think of the number of people who came watching you.<br><br>
<<if $mainChar.energy <= 30>>
For now, you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "60">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*2.5 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*2.5 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $camShow is 'ass'>>
You eagerly set up your stream and slide a plump dildo beside you. The thought of thrusting the length of it into your tight hole as <<print $mainChar.camgirl.subscribers>> of strangers watch sends you spiraling into an aroused frenzy. The thought turns you on so much that your pussy is already dripping.<br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Anal{0}.webp',random(0,6))]]
@@<br>
Your heart swells with pride as you think of the number of viewers that jerked and came watching you fucking your ass.<br><br>
<<if $mainChar.energy <= 30>>
For now, you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "60">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*2.7/ _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*2.7 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "intellect" "-1">>
<<elseif $camShow is 'brother'>>
You call your brother, lustfully begging him to fuck you in front of the webcam, live on internet. Without a moment's hesitation, he agrees; To be honest, any reason to fuck you is a good reason...<br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Brother{0}.webp',random(0,3))]]
@@<br>
<<if random(2) is 0 and $dad.relationship>=60 and $mainChar.corruption >= 80 and $brother.relationship>=60>>
Your brother is thrusting fervently inside you as the camera whirs, recording every moment of your passionate display when a sound pierces through the room--the door to your bedroom had opened.Your dad stands in the doorway, eyes wide with shock at what he sees before him; his two children roughly fucking, with a camera showing them to the world.<br>
He stands there motionless for a second, almost as if time has stopped before he speaks. "I was watching your stream in the bedroom and I wasn't sure it was you. Now I know..." he says with a sly smirk appearing on his face. "Can I join?"<br>
You lock eyes with your brother, feeling a thrill course through you. You nod, open up yourself, and soon enough, two members of your family are taking you from both sides, all while <<print $mainChar.camgirl.subscribers>> viewers watch on.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/Laptop/Camshow/Threesome'+ random(3)+'.webp')]]@@<br>
<</if>>
You can't help but smile as you think of the sheer number of people who came to your show. You feel a rush of pleasure as you think about the number of viewers that watched your incestual show.<br><br>
<<if $mainChar.energy <= 30>>
For now, you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<HaveASexWidget "vaginal" "brother" "face">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "corruption" "1" "80">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*3.5 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*3.5 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-50">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-2">>
<<elseif $camShow is 'mom'>>
You call your mom, asking her to come and lick your pussy in front of the webcam. She comes without hesitation.<br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Mom{0}.webp',random(2))]]
@@<br>
<<if random(0,2) is 0 and ($dad.relationship>=60 or $mainChar.corruption >= 80 and $brother.relationship>=60)>>
<<if $dad.relationship>=60>> <<set _name to "dad">><<else>><<set _name to "brother">><</if>>
Your mom is pushing her tongue deep in your pussy in front of the cam when suddenly you hear the door of your room openning. Your <<print _name>> enters the room and gasps when he sees your mom pleasuring you, in front of a recording camera.<br>
He freezes a second before saying: "I was watching your stream in the bedroom and I wasn't sure it was you. Now I know..." He smirks before adding "Can I join?"<br>
You share a look with your mom and soon, you engage in a threesome with your family in front of <<print $mainChar.camgirl.subscribers>> viewers.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/MFF{0}.webp',random(3))]]
@@<br>
<</if>>
ou can't help but smile as you think of the sheer number of people who came to your show. You feel a rush of pleasure as you think about the number of viewers that watched your incestual show<br><br>
<<if $mainChar.energy <= 30>>
For now, you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<HaveASexWidget "masturbated" "mom">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "80">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*4 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*4 / _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-2">>
<<elseif $camShow is 'horse'>>
You tremble as you set the horse dildo up beside your stream, towering above you like a mountain. The thought of <<print $mainChar.camgirl.subscribers>> strangers watching you ravage your holes with it sends shivers down your spine and an unquenchable desire into your core. Your pussy juices flow freely, and all you can think about is whether it will be too much pain - or enough to send you into a wild ecstasy.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Horse{0}.webp',random(0,6))]]
@@<br>
You take a firm hold of the horse dildo, your hands trembling with anticipation. You push it inside your mouth, savoring the sensation of a dildo expending your throat. Then you penetrate your pussy and ass with it, letting out a gasp of pain as it stretches you to your limit. You breath deeply as pleasure mingles with painful sensations when you reach a feverish climax, screaming in pleasure as you squirt all over the floor. You take a moment to catch your breath, unable to get up as your ass is shuddering with blissful agony.<br><br>
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "corruption" "1" "80">>
<<HaveASexWidget "masturbated" "self">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*1.5 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*1.5/ _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-50">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-3">>
<<elseif $camShow is 'machine'>>
The knowledge that people are watching, that they're eagerly awaiting your every move, sends a shiver of anticipation down your spine. You smile at the camera, your eyes sparkling with mischief. "Hey there," you purr, your voice sultry and inviting. "Ready for some fun?" You reach over to the side of your bed, where your trusty fuck-machine awaits. It's a impressive piece of equipment, designed for one purpose and one purpose only: to give you the most intense pleasure imaginable. You run your fingers over the smooth surface of the dildo attached to it, a wicked smile playing on your lips.<br><br>
You position yourself on the bed, spreading your legs wide for the camera. You can already see the comments rolling in, the viewers expressing their excitement and enthusiasm. Finally, you can't wait any longer. You turn on the machine, starting it at a slow, steady pace. The dildo begins to move in and out of you, the sensation intense and overwhelming. You grip the sheets beneath you, your breath coming in short gasps as you surrender to the pleasure. The camera captures every moment, every expression, every moan. You can see the viewers' reactions, their excitement matching your own. You increase the speed of the machine, the dildo pounding into you with relentless force. Your moans turn to cries, your body writhing with pleasure.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Laptop/Camshow/Fuckmachine{0}.webp',random(0,6))]]
@@<br>
You reach down, your fingers finding your clit, rubbing it in time with the machine's thrusts. The sensation is almost too much to bear, but you don't want it to stop. You can feel your orgasm building, the pressure inside you growing with each passing second. Finally, it hits you like a wave, crashing over you and leaving you breathless. You cry out, your body convulsing with pleasure as you ride out the orgasm. The machine continues its relentless pace, drawing out every last ounce of pleasure from your body. <br><br>
As you finally come down from your high, you look at the camera, a satisfied smile on your face. "Wow," you say, your voice breathless and content. "That was... incredible." You turn off the machine, slowly withdrawing the dildo. You can see the viewers' comments, their praise and admiration filling you with a sense of pride and accomplishment. You blow a kiss at the camera, a playful wink in your eye. "Thanks for joining me, everyone," you say, your voice warm and inviting. <br><br>
<<if $mainChar.energy <= 30>>
you're too tired to continue and you decide to [[cut the stream->Bedroom]] for today.<br><br>
<<else>>
You can either continue the [[same type of show->Cam Show]] or [[change to something else.->Camgirl]]<br>
However, you can also [[cut the stream->Bedroom]] for today if you want.<br><br>
<</if>>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "corruption" "1" "80">>
<<HaveASexWidget "masturbated" "self">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*1.5 / _qualityCoef)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)*1.5/ _qualityCoef)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "intellect" "-2">>
<</if>>
<<if $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '' and $mainChar.look.lingerie.chest.name is ''>>
Without bra, your breasts are quite visible through your top, the fabric clinging to your skin and accentuating every movement. With each step, your chest bounces slightly, drawing the attention of passersby. <<if (($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name.indexOf('skirt') !== -1) or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1) and $mainChar.look.lingerie.groin.name is ''>>In addition, you're completely bare beneath the fabric, your pussy exposed to the elements. The sensation is a mix of excitement and vulnerability coursing through your veins<</if>> <br>
<<if (($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name.indexOf('skirt') !== -1) or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1) and $mainChar.look.lingerie.groin.name is ''>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/'+either('nopanties','nobra') + random(3) + '.webp')]]
@@
<<else>>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/nobra' + random(3) + '.webp')]]
@@
<</if>>
<<set _dialogue to random(2)>>
<<if _dialogue is 0>>
A group of teenagers walking by nudge each other, their eyes widening as they notice your bouncing chest. "Dude, check her out," one of them whispers, trying to be subtle but failing miserably. You catch their stares and feel a blush rising to your cheeks, but you keep walking, trying to act nonchalant.
<<elseif _dialogue is 1>>
An older woman walking her dog gives you a disapproving look, her eyes lingering on your chest before she shakes her head. "That's just inappropriate," she mutters to herself, her voice filled with disapproval. You feel a twinge of embarrassment and self-consciousness, but you keep walking, trying to hold your head high and ignore the judgmental stares.
<<else>>
You spot a couple walking towards you. The man's eyes widen as he notices your bouncing chest, and he can't help but stare. His girlfriend, walking beside him, notices his gaze and her expression darkens with jealousy. You feel a twinge of satisfaction mixed with a bit of guilt. You keep walking, trying to act nonchalant, but you can't help but steal a glance back at the couple. The girlfriend is now glaring at her boyfriend, her jealousy palpable.
<</if>><br>
<<if $mainChar.StreetCloth != $dayCount>>
<<MainChar_Stats "corruption" "1" "20">><</if>>
<<MainChar_Stats "arousal" "10">>
<<elseif (($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name.indexOf('skirt') !== -1) or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1) and $mainChar.look.lingerie.groin.name is '' and $mainChar.look.lingerie.chest.name != '' and $mainChar.look.accessories.anus.name.indexOf('plug') !==-1>>
Beneath your clothes, you feel the subtle but constant presence of the butt plug, a secret only you know. The lack of underwear adds an extra layer of excitement and vulnerability to your outfit. As you walk, the plug shifts slightly with each step, sending a thrill through your body. You try to maintain a casual demeanor, but the sensation is impossible to ignore. Every movement reminds you of your daring choice, and you can't help but feel a mix of excitement and nervousness. <br>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/buttplug' + random(3) + '.webp')]]
@@
<<set _dialogue to random(2)>>
<<if _dialogue is 0>>
You pass by strangers on the street, their eyes occasionally glancing your way. You wonder if they can sense your secret, if they notice the slight flush on your cheeks or the way you walk with a bit more caution. The thought both thrills and unnerves you, adding to the exhilaration of the moment.
<<elseif _dialogue is 1>>
You pass by a group of friends chatting on a corner, and you can't help but wonder what they would think if they knew your secret. The thought brings a small smile to your lips, a sense of empowerment and daring.
<<else>>
As you continue your journey, you pass by a group of young people hanging out on a corner. They're laughing and chatting loudly, and as you get closer, you hear one of them say, "Did you see that? I swear she's got a butt plug in." Your heart skips a beat, and you feel a rush of adrenaline. You try to keep your composure, walking at a steady pace, but your mind is racing. How could they possibly know?
<</if>><br>
<<if $mainChar.StreetCloth != $dayCount>>
<<MainChar_Stats "corruption" "1" "20">><</if>>
<<if $mainChar.arousal <60>>
<<MainChar_Stats "arousal" "15">>
<</if>>
<<elseif $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name != '' and $mainChar.look.accessories.anus.name.indexOf('plug') !==-1>>
You're going out with a defiant swagger, your ass adorned with a glittering jewel. As you start to move, you feel the subtle pressure of the butt plug inside you, a constant reminder of your hidden pleasure. "This feels so naughty, but so good," you think to yourself, a small smile playing on your lips. <br>
<<if $mainChar.StreetCloth != $dayCount>>
<<MainChar_Stats "corruption" "1" "20">><</if>>
<<if $mainChar.arousal <40>>
<<MainChar_Stats "arousal" "15">>
<</if>><br>
<<elseif (($mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name.indexOf('skirt') !== -1) or $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1) and $mainChar.look.lingerie.groin.name is '' and $mainChar.look.lingerie.chest.name != ''>>
Beneath the fabric, you're completely bare, your pussy exposed to the elements. The sensation is both exhilarating and nerve-wracking, a mix of excitement and vulnerability coursing through your veins.<br>
@@.secondary-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/nopanties' + random(3) + '.webp')]]
@@<br>
<<set _dialogue to random(2)>>
<<if _dialogue is 0>>
You walk with a mix of confidence and caution, your eyes darting around to see if anyone is looking. A group of teenagers passes by, laughing and chatting, oblivious to your daring attire. You let out a small sigh of relief, but the thrill remains.
<<elseif _dialogue is 1>>
As you continue down the street, you pass a businessman in a suit, his eyes briefly meeting yours before he looks away, seemingly unaware. You feel a sense of both relief and disappointment. The excitement of the unknown keeps you on edge, your heart pounding in your chest.
<<else>>
You spot a couple walking hand in hand, their eyes focused on each other. You wonder if they'll notice, but they pass by without a glance in your direction. The wind picks up again, and you feel a cool breeze against your exposed skin, sending another shiver through your body.
<</if>><br>
<<if $mainChar.StreetCloth != $dayCount>>
<<MainChar_Stats "corruption" "1" "20">><</if>>
<<if $mainChar.arousal <40>>
<<MainChar_Stats "arousal" "10">>
<</if>>
<<elseif $mainChar.attractiveness < 0 and random(2) is 0>>
As you start to walk, you notice something is off. People seem to be giving you a wide berth, their eyes flickering over you briefly before quickly looking away.
<<set _dialogue to random(2)>>
<<if _dialogue is 0>>
A group of teenagers passes by, and you hear one of them whisper to another, "What's up with her?" The other shrugs, and they hurry past, leaving you feeling a bit self-conscious. You try to shake it off and continue walking, but the feeling persists. A woman pushing a stroller crosses the street to avoid you. You can't help but wonder what's wrong.
<<elseif _dialogue is 1>>
A man walking his dog gives you a sideways glance, his expression a mix of confusion and discomfort. You feel a pang of embarrassment, realizing that you must look pretty bad if even strangers are reacting this way. You try to shake it off and continue walking, but the feeling persists.
<<else>>
People turn to look at you, their expressions a mix of confusion, disapproval, and even a hint of disgust. You try to hold your head high, but the weight of their judgment is hard to ignore. You can feel the discomfort growing with each step, the sense that something is off, but you can't quite put your finger on what it is.
<</if>><br>
<<MainChar_Stats "arousal" "-10">>
<<elseif $mainChar.attractiveness >30 and random(2) is 0>>
As you start to walk, you can't help but notice the glances you draw from some passersby. As you approach a busy intersection, you catch a glimpse of your attractive reflection in a store window.
<<set _dialogue to random(2)>>
<<if _dialogue is 0>>
A group of young men standing on the corner turn to look at you, their eyes widening with appreciation. One of them nudges his friend, whispering something that makes them both grin. You feel a flush of warmth in your cheeks, but you keep walking, trying to act casual.
<<elseif _dialogue is 1>>
An older woman is walking her dog and stops to let the dog sniff a tree. As you walk by, she looks up and her expression sours slightly. "Look at her, dressed like that in broad daylight," she mutters to herself, shaking her head. "No sense of modesty these days." You feel a mix of amusement and defiance, knowing that your style is a form of self-expression.
<<elseif _dialogue is 2>>
A group of friends, two guys and a girl, are walking towards you. As you pass by, one of the guys nudges the other and nods in your direction. "Wow, she's sexy," the first guy says. The second guy chimes in, "Yeah look at that booty." You can't help but feel a boost of self-esteem as you hear their compliments, walking with a bit more pep in your step.
<</if>><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.attractiveness >60 and random(2) is 0>>
You know you look good, and you can feel the confidence radiating from within. As you walk down the sidewalk, you can't help but notice the stares and whispers from the passersby. Men turn their heads to watch you, their eyes widening with admiration and desire.
<<set _dialogue to random(3)>>
<<if _dialogue is 0>>
A group of women huddle together, their eyes darting between you and each other. "Who is she?" one of them asks, her voice filled with curiosity and a hint of envy. "I have no idea, but she's stunning," another woman says, her tone admiring. "I wish I had her confidence." You know you're the center of attention, and you embrace it, letting the admiration and desire fuel your confidence.
<<elseif _dialogue is 1>>
As you continue down the street, you pass by a group of teenagers who nudge each other, their eyes wide with awe. "She's so hot," one of them says, his voice filled with excitement. "I wish I could talk to her," another teenager chimes in, his tone hopeful. You smile to yourself, feeling a mix of amusement and pride. You know you're leaving an impression, and you love the power it gives you.
<<elseif _dialogue is 2>>
A man turns his head to watch you, his eyes widening with excitement and admiration as he takes in your appearance. His girlfriend, noticing his reaction, turns to look at you as well. "Seriously? You're drooling over that... bimbo?" she snaps, her voice dripping with irritation. You can't help but feel a mix of amusement and satisfaction at the scene unfolding before you.
<<elseif _dialogue is 3>>
A couple walking hand in hand glance at you, their expressions a mix of judgment and disapproval. "She must be a prostitute," the man murmurs to his partner, his voice low but audible. The woman nods in agreement, "Yeah, she's probably out here looking for her next client. It's sad, really." As you continue down the street, the mix of reactions follows you—some admiring, some judgmental, and some downright rude.
<</if>><br>
<<MainChar_Stats "arousal" "5">>
<</if>>
<<set $mainChar.StreetCloth to $dayCount>><<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<Achievements "exhib" "Public Display">>
You take a deep breath and step out into the street, every inch of your body exposed. Outside, the city greets you with a burst of noise and activity. Cars honk, people chat, and the breeze carries the scent of exhaust and distant food stalls. The sensation of the rough concrete beneath your feet grounds you, but it's the reactions of the people around you that truly ignite something within. You walk with a confident stride, your head held high, but your eyes can't help but dart around, taking in the expressions of the passersby. Some stare in shock, their jaws dropping open as they take in your naked form. Others glance away quickly, their cheeks flushing with embarrassment or discomfort. A few even smile, their eyes lingering on your body with appreciation.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/Naked' + random(2) + '.webp')]]
@@<br>
The more you walk, the more you feel a growing heat between your legs. The stares, the whispers, the sheer audacity of what you're doing—it all combines to create a heady mix of adrenaline and arousal. You feel your nipples harden, not just from the cool air, but from the thrill of being so utterly exposed. A group of construction workers pause in their labor, their eyes wide as they watch you pass. One of them wolf-whistles, and the sound sends a jolt of excitement through you. You can feel their gazes like a physical touch, their desire palpable in the air. It's wrong, it's taboo, but it's also intensely erotic.<br><br>
You pass by a café, the patrons at the outdoor tables turning to stare. A man in a suit nearly spills his coffee, his eyes locked onto your body. A woman with a stroller quickly looks away, but not before you see the flash of envy in her eyes. Each reaction fuels your arousal, the knowledge that you're the center of attention, the object of their desire and scandal. As you continue your walk, the wetness between your legs grows, your body responding to the illicit thrill of it all. You feel alive, electric, every nerve ending sparking with sensation. The city becomes a blur of faces and reactions, each one adding to the intoxicating mix of excitement and desire coursing through your veins. You know this is wrong, but it feels so right, and you can't help but revel in the forbidden pleasure of it all.<br><br>
<<elseif $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name is ''>>
As you step out onto the bustling city streets, a thrill courses through you. You're dressed in a way that leaves little to the imagination—your top covers you modestly, but from the waist down, you're completely exposed. The cool air brushes against your bare skin, sending a shiver of excitement up your spine. You feel a mix of nervousness and arousal as you walk, the pavement rough beneath your feet.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/bottomless' + random(2) + '.webp')]]
@@<br>
People pass by, some glancing at you with wide-eyed shock, others with a mixture of curiosity and desire. You can feel their eyes on you, lingering on your exposed flesh, and it sends a rush of heat through your body. You walk with a confident stride, your head held high, enjoying the sensation of being watched, of being the center of attention. A group of men standing on a corner turn to look at you, their conversations pausing as they take in the sight. You can see the hunger in their eyes, the way their gazes linger on your most intimate parts. It's a heady feeling, knowing that you have this power over them, that you can command their attention with just your presence. <br><br>
You pass by a café, and the patrons sitting outside turn to stare. A woman gasps, her hand flying to her mouth, but you just smile, feeling a sense of liberation and control. You continue down the street, the sounds of the city fading into the background as you focus on the sensation of being seen, of being desired. A man walking his dog stops in his tracks, his eyes widening as he takes you in. You meet his gaze, holding it for a moment before moving on, leaving him to stare after you. The thrill of the forbidden, of breaking societal norms, courses through you, making you feel alive and exhilarated. <br><br>
As you walk, you can feel the wetness between your legs growing, your body responding to the attention and the risk. You know you're playing with fire, but the heat is intoxicating, and you can't help but revel in the sensation. The city becomes your stage, and you are the star, basking in the spotlight of strangers' gazes, feeling more alive than ever before. <br><br>
<<elseif $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name != ''>>
You find yourself strolling through the bustling streets of the city, the sun warm on your skin. There's a slight breeze, and it rustles the hem of your shirt, which is long enough to barely cover your ass. Underneath, you're wearing nothing but a pair of cute, lacy panties, leaving your legs bare and exposed to the world. The city is alive with people rushing to and fro, cars honking, and vendors shouting their sales pitches. You walk confidently, your head held high, even as you feel the cool air brushing against your nearly bare skin. You can't help but notice the stares you're getting—some shocked, some appreciative, and some just plain confused.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/nopants' + random(0) + '.webp')]]
@@<br>
An elderly woman walking her dog stops in her tracks, her eyes widening in shock. "Oh my goodness!" she exclaims, her hand flying to her mouth. She quickly averts her gaze, muttering something about the youth of today, and hurries away, tugging her confused dog along. Later, a group of teenagers hanging out on a street corner notice you and start laughing and pointing. "Dude, check her out!" one of them says, nudging his friend. "She's walking around in her underwear!" They watch you with a mix of amusement and curiosity, some of them pulling out their phones to snap a quick picture. <br><br>
<<elseif $mainChar.look.clothes.torso.name != '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.groin.name is '' and $mainChar.look.lingerie.chest.name is ''>>
You march down the street, feeling the cold air bites your pussy lips. You wear nothing but a delicate blouse that clings to your curves, exposing your chest and intimate area to any onlookers. You can feel their stares drilling deep into your flesh, as if they could overpower you and ravage you in this side alley without consequence. An electric thrill runs through you as you revel in this feeling.<br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/shirtonly' + random(1) + '.webp')]]
@@
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name != '' and $mainChar.look.lingerie.chest.name is ''>>
You take a deep breath and step out into the street, your chest exposed to all. The stares from the passerby cause a stir within you, as they look in amazement and incredulity. Your heart is beating fast and you feel the adrenaline coursing through your veins. You're filled with a mixture of fear and excitement as you stand there, exposed and vulnerable. You have no idea what will happen next, but you are determined to make the most of this moment and face what comes your way.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/topless' + random(1) + '.webp')]]
@@
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name != '' and $mainChar.look.lingerie.chest.name != ''>>
You stroll through the bustling city streets, the sun warming your bare shoulders. You're wearing nothing but a bra on top, paired with your favorite pants, feeling a mix of liberation and nervous excitement. The cool breeze brushes against your exposed skin, making you feel alive and daring. As you walk, you notice the varied reactions of the passersby. Some people do a double-take, their eyes widening in surprise before quickly looking away, trying to hide their shock. Others stare openly, their gazes lingering on your partially clothed form with a mix of curiosity and disapproval. You can hear the faint whispers and see the pointed fingers, but you hold your head high, embracing the attention.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/bra' + random(1) + '.webp')]]
@@<br>
A group of teenagers snicker and nudge each other as you pass, their eyes filled with a mix of amusement and admiration. "Damn, she's bold," one of them murmurs, loud enough for you to hear. You can't help but smile, feeling a sense of pride in your daring choice. An older woman tsks disapprovingly, shaking her head as she mutters something about "indecent exposure" and "lack of respect." You meet her gaze briefly, offering a polite smile before continuing on your way, undeterred by her judgment. <br><br>
A young couple walks by, the man's eyes lingering on you a moment too long before his girlfriend playfully elbows him, rolling her eyes with a laugh. "Eyes up here, buddy," she teases, and he grins sheepishly, wrapping an arm around her waist. As you continue your walk, you feel a sense of empowerment and freedom. The diverse reactions of the people around you only serve to reinforce your confidence, reminding you that you are in control of your body and your choices. You stride forward, owning your boldness and the unique experience it brings.<br><br>
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and ($mainChar.look.lingerie.chest.name != '' or $mainChar.look.lingerie.groin.name != '')>>
You find yourself walking through the bustling streets of the city, but today is different. Instead of your usual attire, you're dressed in nothing but lingerie—a delicate, lacy bra and matching panties, with stockings and high heels completing the look. The cool breeze against your bare skin sends a thrill down your spine, a mix of excitement and nervousness coursing through you. <br><br>
As you stroll down the sidewalk, the reactions of the passersby are as varied as the people themselves. Some stop in their tracks, their eyes widening in shock and disbelief. You can hear their whispered comments, a mix of scandalized gasps and curious murmurs. "What is she thinking?" one woman mutters to her companion, her voice laced with disapproval.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Appearance/under' + random(2) + '.webp')]]
@@<br>
Others can't help but stare, their gazes lingering on your exposed skin, a mix of admiration and desire in their eyes. You feel their eyes following you, some with a subtle nod of appreciation, others with a more blatant leer. A group of young men whistle and catcall, their voices filled with a mix of excitement and crude remarks. "Damn, she's hot!" one of them shouts, his friends laughing and agreeing. Some people look away quickly, their cheeks flushing with embarrassment. They hurry past, trying to avoid any eye contact, as if afraid of being caught in the act of looking. A mother hastily covers her child's eyes, ushering them away with a disapproving glance in your direction. <br><br>
Despite the varied reactions, you feel a strange sense of empowerment. The mix of shock, admiration, and concern only fuels your confidence, making you feel alive and in control. You hold your head high, your steps steady and sure, as you continue your walk through the city, owning your choice and the reactions it elicits.<br><br>
<</if>>
<<if random(2) is 0>>
<<set _event to random(3)>>
<<if _event is 0>>
Suddenly, <<linkreplace "a strong hand grips your arm.">>a strong hand grips your arm, pulling you sharply into a dark, narrow alley. You stumble, your heart pounding with fear as you're pressed against the cold brick wall. The man towers over you, his breath hot on your face, his eyes filled with a dangerous intensity. "What the hell are you doing?" you manage to gasp, but his grip only tightens. He pins you against the wall, his body pressing hard against yours. You can feel his strength, his dominance, and a shiver of fear runs down your spine. "You're asking for it, aren't you? dressing like that." he growls, his voice low and menacing. <br><br>
At first, you're terrified, your mind racing with thoughts of escape. But as he pushes you against the cold brick wall, his body pressing against yours, something shifts. A strange curiosity begins to take hold, a morbid fascination with the danger and the raw, primal energy he exudes. He doesn't waste any time, his hands rough and demanding as they explore your body. His fingers find their way between your legs. You gasp, a mix of fear and unexpected arousal coursing through you. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Exhib/forced' + random(6) + '.webp')]]
@@<br>
"You like this, don't you?" he murmurs, his breath hot against your ear. "You like being dominated, being used." You try to protest, but the words die in your throat as he enters you, his thrusts hard and unyielding. The pain and pleasure mix, creating a confusing, intoxicating sensation. You feel a strange sense of surrender, a part of you enjoying the brutal, animalistic nature of the act, as he ravages you harshly in the back alley. His hand wraps around your throat, squeezing gently at first, then with more pressure. Your eyes widen in surprise and a flicker of fear, but the sensation of being choked only adds to the overwhelming mix of pain and pleasure. <br><br>
You feel a wave of heat building in your core, the sensation of being dominated and controlled pushing you closer to the edge. He releases your throat briefly, only to tighten his grip again, his eyes locked onto yours, watching your reaction. The sensation of being filled, of being used so roughly, sends you spiraling. You can feel the orgasm building, the pressure in your throat and the intense pleasure in your ass combining to create an explosive sensation. With a final, brutal thrust, you come undone. The orgasm rips through you, your body convulsing as waves of pleasure wash over you. You scream, the sound raw and primal, as <<linkreplace "he continues to pound into you.">>he continues to pound into you.<br><br>
"You're just a little slut, aren't you?" he says, his voice dripping with contempt. "You love being fucked like this, don't you?" Despite the harshness of his words, you find yourself responding, your body betraying you as you moan softly. The fear begins to fade, replaced by a dark, twisted pleasure. You cling to him, your nails digging into his back, as he takes you with a ferocity that leaves you breathless and confused. He throws you to the ground and sprays your face with his cum. <br><br>
He steps back, his breath ragged, leaving you there, panting and confused, your mind a whirlwind of dark, twisted emotions. You struggle to catch your breath, your body still tingling with the aftershocks of your orgasm, as you try to make sense of the intense, forbidden pleasure you found in the alley. Now, not only you'll have to walk naked, but with a gaped ass, drooling makeup, and cum on the face. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/Cum/Cum_Walk' + random(6) + '.webp')]]
@@<br>br>
A sea of startled eyes follow you as you wander down the street, naked and stained with a mix of tears, semen, and sweat. You walk with a limp accentuated by a strange swell of pleasure as you remember the rough rape you just endured, source of your smeared makeup and gaping ass that anyone notice. Your steps quicken as you make your way [[back home->Living room]] with one wish in mind — that your parents don't find you like that.<br><br>
<<HaveASexWidget "anal" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "">>
<<HaveASexWidget "vaginal" "stranger" "">>
<<MainChar_Stats "corruption" "1" "65">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-2">>
<<set $hour += 1>><<set $minute += 30>>
<</linkreplace>><</linkreplace>>
<<elseif _event is 1>>
Suddenly, a group of men approaches you, their intentions clear in their hungry eyes. Before you can react, they grab you, their hands rough and unyielding, and <<linkreplace "drag you into a nearby alley.">>drag you into a nearby alley. "Look what we have here," one of them sneers, his hands gripping your arms tightly. "A little slut all dressed up and ready to play." Another laughs, a harsh and mocking sound. "You like teasing us, don't you? Walking around like that, begging for it."<br><br>
At first, fear courses through you, your heart pounding in your chest as you struggle against their grip. But as they begin to tear at your clothes, their hands exploring every inch of your body, something shifts. A dark curiosity takes root, a part of you wanting to know where this will lead, what it will feel like to be taken so forcefully. Their comments become even more vulgar. "Spread her legs, let's see what she's got for us." They manhandle you, positioning you like a doll, bending you over a dumpster, pushing you to your knees. "Fuck, she's already wet. What a dirty little whore." You should be terrified, disgusted, but instead, you feel a thrill, a sense of excitement that you can't deny.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Street/Exhib/Forced_gangbang' + random(3) + '.webp')]]
@@ <br>
One of them grabs your hair, pulling your head back as another pushes into you from behind. "Take it, bitch. This is what you wanted, isn't it?" he says, his voice laced with satisfaction. You gasp, the sensation overwhelming, but you can't help but push back against him, wanting more. A third man steps in front of you, his hand on his belt, a wicked smile on his face. He unzips his pants, pulling out his cock, and forces it into your mouth. "Suck it, slut. Show us what that mouth is good for." You're being used, dominated, and humiliated, but your body responds with a rush of pleasure. <br><br>
You can feel the orgasm building, the sensation of being filled, used, and degraded pushing you closer to the edge. One of them wraps his hands around your throat, squeezing gently at first, then with more pressure. Your breath comes in ragged gasps, your vision swimming as you struggle to take in air. As you reach the peak of your orgasm, their laughter and jeers fill the air, their voices blending into a chorus of cruelty and lust. "She's coming, the little slut is actually coming. What a fucking whore." Their words and actions are brutal, designed to break you down, to <<linkreplace "use you for their pleasure.">>use you for their pleasure. But in the darkness of the alley, you find a twisted sense of satisfaction, a perverse pleasure in being dominated and humiliated. <br><br>
As the men continue to take their pleasure from you, their movements become more urgent, their grips tighter, their words more degrading. You can feel their excitement building, their bodies tensing as they chase their own releases. One by one, they pull out, their cocks pulsing as they spill their hot seed onto your skin. It covers your face, your breasts, your stomach, dripping down your body in thick, sticky rivulets. "Fuck, look at her," one of them laughs, his voice breathless. "Covered in our cum like a little slut." <br><br>
You kneel there, panting and exhausted, as they step back, admiring their handiwork as you lie there, naked and exhausted. One of them zips up his pants, a cruel smile on his face. "Let's get out of here," he says, turning to the others. "Leave the bitch to clean herself up." Another one laughs, "Yeah, let's see how she explains this to whoever finds her." They turn and walk away, their voices fading as they leave the alley, leaving you alone in the dim light. You lie there, your body aching, your mind a whirlwind of emotions. You're naked, covered in their cum, and utterly spent. But there's also a sense of exhilaration, of having experienced something dark and forbidden, something that has changed you in ways you can't yet understand. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/appearance/Cum/Cum_Walk' + random(6) + '.webp')]]
@@<br>
As you slowly sit up, your body protesting the movement, you look down at yourself, at the mess they've left you in. You take a deep breath, the cool air of the alley sending a shiver down your spine. You know you should feel ashamed, degraded, but instead, you feel a strange sense of satisfaction. As you slowly stand, your body sore but your spirit unbroken, you know that not only you'll have to walk naked, but with a gaped ass, drooling makeup, and cum on the face. <br><br>
A sea of startled eyes follow you as you wander down the street, naked and stained with a mix of tears, semen, and sweat. You walk with a limp accentuated by a strange swell of pleasure as you remember the rough rape you just endured, source of your smeared makeup and gaping ass that anyone notice. Your steps quicken as you make your way [[back home->Living room]] with one wish in mind — that your parents don't find you like that.<br><br>
<<HaveASexWidget "anal" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "">>
<<HaveASexWidget "vaginal" "stranger" "">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "energy" "-70">>
<<MainChar_Stats "cleanliness" "-60">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-3">>
<<set $hour += 1>><<set $minute += 30>>
<</linkreplace>><</linkreplace>>
<<else>>
Suddenly, the wail of a siren cuts through the air, and a police car screeches to a halt beside you. The doors fly open, and two officers step out, their expressions stern and unyielding. You freeze, your heart pounding in your chest as they approach you. "Miss, you're under arrest for public indecency," one of the officers says, his voice firm. "Please come with us." Panic surges through you, and you take a step back, your hands trembling. <br><br>
"Please, officers," you say, your voice shaking. "I didn't mean any harm. I was just... just trying something new. I didn't know it was illegal." The officers exchange a glance, their expressions unreadable. "Ignorance of the law is no excuse, miss," the other officer says, his voice stern. "You need to come with us to the station." Before you can protest, they take you by the arms, leading you to [[the back of the police car.->Police Car][$mainChar.crime = "exhib"]]<br><br>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "65">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "intellect" "-1">>
<<set $hour += 1>>
<</if>>
<<else>>
You can hardly believe it, but it's been over an hour that you've been pacing the streets of the city in this "outfit", under the gaze of the people. It seems like you really enjoy it. However, it's time to head [[back home,->Living room]] hoping not to run into any family members in this attire. That would be hard to explain.<br><br>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "65">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "intellect" "-1">>
<<set $hour += 1>>
<</if>><<if random(40) is 0 and (isNaN($mainChar.abductionDay) or $dayCount >= $mainChar.abductionDay) and $mainChar.corruption >=20 and settings.EnableSlavers != false>>
<<goto "Slave Van">>
<</if>>
<<if $timeOfDay is 'Day'>>
<<set _getRobbed to random(25)>>
<<else>>
<<set _getRobbed to random(15)>>
<</if>>
<<if _getRobbed is 0 and $mainChar.gotRobbed !=$dayCount>>
<<set $mainChar.gotRobbed to $dayCount>>
<<goto "Get Robbed">>
<</if>>
<<include "Street cloth level">>
<div class="default-image-wrapper">
<<if $hour>=8 and $hour <= 17>>
[img[String.format($urlPath + "/city1.jpg")]]
<<elseif $timeOfDay is "Night">>
[img[String.format($urlPath + "/city3.jpg")]]
<<else>>
[img[String.format($urlPath + "/city2.jpg")]]
<<endif>>
</div>
You're in the heart of the bustling Old Marais district. The convenience of city living allows you to access various destinations on foot, with the beach just a short distance away. The vibrant streets are lined with Restaurants, shops, and people going about their day. <br><br>
<<if $mainChar.energy<20>>
You're very tired and there's not much you can do right now except resting.<br><br><</if>>
<<SeeCumOnPcWidget "people">>
<div style="display: flex; gap: 20px;">
<div style="flex: 1;">
<u><strong>Belleview Hill:</strong></u><br>
[[Blossom Grove Park->Park][$minute += 10]]<br>
<<if $mainChar.energy >= 20>>
[[WellnessCare Clinic->Hospital][$minute += 10]]<br>
<</if>>
<<if ($timeOfDay == "Day" and $hour<18) and $mainChar.energy >= 10>>
[[Shear Bliss Hair Salon->Hair salon][$minute += 15]]<br>
<<elseif $mainChar.energy >= 10>>
The hair salon is closed for the night.<br>
<</if>>
<<if $timeOfDay == "Day" and $hour<18>>
[[Haven Cove Spa->Spa][$minute += 15]]<br>
<<else>>
The spa is closed for the night.<br>
<</if>>
</div>
<div style="flex: 1;">
<u><strong>Eclipse Avenue:</strong></u><br>
<<if ($hour > 21 or $hour < 2) and $mainChar.energy >= 20>>
[[The Underground->Night Club Entrance]]<br>
<<elseif $mainChar.energy >= 20>> The night club is currently closed.<br>
<<else>> You're too tired to go dancing.<br><</if>>
<<if $mainChar.energy >= 30>>
[[Breezy Bay Beach->Beach][$minute += 20]]<br>
<</if>>
<<if $mainChar.energy >= 20>>
[[Red Light District][$minute += 10]]<br>
<</if>>
[[Dynasty Casino->Casino][$enterCasino = new Date().getSeconds()]]<br>
<<if ($timeOfDay == "Day" and $hour<18) and $mainChar.energy >= 10>>
[[InkCraft Studio->Tattoo parlor][$minute += 15]]<br>
<<elseif $mainChar.energy >= 10>>
The tattoo parlor is closed for the night.<br>
<</if>>
</div>
<div style="flex: 1;">
<u><strong>Skyline Square:</strong></u><br>
<<if ($timeOfDay == "Day" and $hour<18) and $weekDay and $mainChar.energy >= 20>>
[[Belleview District School->School][$minute += 10]]<br>
<<elseif !$weekDay>> The school is closed during weekends.<br>
<<else>> The school is closed at night.<br><</if>>
<<if ($hour >= 12 and $hour < 15) or ($hour >= 16 and $hour < 23)>>
[[Restaurant Le Délice->Restaurant][$minute += 10]]<br>
<<else>> The restaurant is currently closed.<br><</if>>
<<if $timeOfDay == "Day" and $mainChar.energy >= 10>>
[[MegaMart Emporium->Mall][$minute += 10]]<br>
<<elseif $mainChar.energy >= 10>>
MegaMart Emporium is closed for the night.<br>
<</if>>
<<if $hour < 20 and $hour >= 8>>
[[Zenith Ventures->Office]]<br>
<<else>> Zenith Ventures is currently closed.<br>
<</if>>
[[Police Station]]<br>
</div>
</div>
<br>
[[Head back Home->Living room][$minute += 10]]<<set _Playerhue to $selectedhue>>
<<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Misc Places/Hairdresser_CumReac.jpg")]]</div>
<<if $mainChar.cleanliness<15>>
You casually enter the hair salon, but your noticeable odor and lack of cleanliness draw the attention of the staff to the extent that they ask you to leave. The lingering glances and whispers from other patrons make the situation increasingly uncomfortable.<br><br>
You comply with their request, feeling embarrassed, and [[leave the hair salon.->Go out]]
<<else>>
Entering the hair salon nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing you are cum-stained. Instead of greeting you, they request you to leave the salon immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the hair salon.->Go out]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Misc Places/HairSalon.jpg")]]</div><br>
As you step into the hair salon, the familiar scent of hair products and the gentle hum of blow dryers surround you. The friendly staff greets you with warm smiles.<br>
"Please have a seat on the chairs, we'll be with you shortly," the staff member kindly requests.<br><br>
After a short wait, the staff attends to you and asks about the haircut you'd like. You discuss your preferences:
<span id='choice'>
<br><br> [[Ask for a custom hair color->Custom Hair]]<br><br>
<<set $selectedcolor to $mainChar.appearance.head.hair.color>>
<<set $selectedstyle to $mainChar.appearance.head.hair.style>>
<<set $selectedlength to $mainChar.appearance.head.hair.length>>
<<if $mainChar.appearance.head.hair.color is 'Custom'>>
<<set $hairOptionsFull.push('Custom')>>
<<set $selectedcolor to 'Custom'>>
<</if>>
<<if $mainChar.appearance.head.hair.length is 'short'>>
<<set $hairLengthsSalon to ['short']>>
<<elseif $mainChar.appearance.head.hair.length is 'shoulders'>>
<<set $hairLengthsSalon to ['short','shoulders']>>
<<elseif $mainChar.appearance.head.hair.length is 'chest'>>
<<set $hairLengthsSalon to ['short','shoulders','chest']>>
<<else>>
<<set $hairLengthsSalon to ['short','shoulders','chest','long']>>
<</if>>
Hair color:
<<listbox "$selectedcolor" autoselect>>
<<optionsfrom $hairOptionsFull>>
<</listbox>><br>
Hair style:
<<listbox "$selectedstyle" autoselect>>
<<optionsfrom $hairStylesFull>>
<</listbox>><br>
Hair length:
<<listbox "$selectedlength" autoselect>>
<<optionsfrom $hairLengthsSalon>>
<</listbox>>
</span>
<<done>>
<<script>>
State.variables.hairChangePrice = 0;
$('#listbox-selectedcolor, #listbox-selectedstyle, #listbox-selectedlength').on('change', function () {
var selectedlength = State.variables.selectedlength;
var selectedcolor = State.variables.selectedcolor;
var selectedstyle = State.variables.selectedstyle;
var urlPath = State.variables.urlPath;
State.variables.selectedhue = 0;
var changes = 0;
if (selectedcolor !== State.variables.mainChar.appearance.head.hair.color){ changes++}
else { changes--};
if (selectedlength !== State.variables.mainChar.appearance.head.hair.length){ changes++} else { changes--};
if (selectedstyle !== State.variables.mainChar.appearance.head.hair.style) { changes++} else { changes--};
State.variables.hairChangePrice = (changes+3) * 20;
if (selectedcolor === 'custom') {
State.variables.hairChangePrice = State.variables.hairChangePrice + 50;
$('#customcolor').show();
} else {
$('#customcolor').hide();
}
if (changes === -3) {
$('#current').show();
$('#different').hide();
$('#price').hide();
} else if (State.variables.mainChar.money < State.variables.hairChangePrice) {
$('#different').hide();
$('#current').hide();
$('#price').show();
} else {
$('#different').show();
$('#current').hide();
$('#price').hide();
}
$('#priceInfo').text('$' + State.variables.hairChangePrice);
if (selectedcolor === 'ginger') {
var hueValue = 0;
var saturationValue = 100;
var brightnessValue = 100;}
else if (selectedcolor === 'brunette'){
var hueValue = -30;
var saturationValue = 70;
var brightnessValue = 50;}
else if (selectedcolor === 'blonde'){
var hueValue = 10;
var saturationValue = 35;
var brightnessValue = 160;}
else if (selectedcolor === 'black'){
var hueValue = 0;
var saturationValue = 0;
var brightnessValue = 50;}
else if (selectedcolor === 'pink') {
var hueValue = 290;
var saturationValue = 100;
var brightnessValue = 100;}
else if (selectedcolor === 'sea green'){
var hueValue = 110;
var saturationValue = 100;
var brightnessValue = 100;}
else if (selectedcolor === 'turquoise'){
var hueValue = 145;
var saturationValue = 100;
var brightnessValue = 100;}
else if (selectedcolor === 'purple'){
var hueValue = 225;
var saturationValue = 100;
var brightnessValue = 100;}
else if (selectedcolor === 'Custom'){
var hueValue = State.variables.mainChar.appearance.head.hair.hue;
var saturationValue = State.variables.mainChar.appearance.head.hair.saturation;
var brightnessValue = State.variables.mainChar.appearance.head.hair.brightness;}
else {
var hueValue =0;
var saturationValue = 100;
var brightnessValue = 100;}
State.variables.selectedhue = hueValue;
State.variables.selectedsaturation = saturationValue;
State.variables.selectedbrightness = brightnessValue;
State.variables.mainChar.appearance.head.hair.color = selectedcolor;
var imageUrl = String.format(urlPath + '/PaperDoll/MainBody/Hair/' + selectedlength + '/' + selectedstyle + '.png');
$('#DollHair').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + hueValue + 'deg) saturate(' + saturationValue + '%) brightness(' + brightnessValue + '%);">');
});
$('#confirmPurchase').on('click', function() {
State.variables.mainChar.money -= State.variables.hairChangePrice;
$('#priceInfo2').text(State.variables.hairChangePrice);
});
<</script>>
<</done>>
<br>
<br>
<div id='current'>This is your current haircut. <br><br>
[[come back later.->Go out][$selectedhue = _Playerhue]]</div>
<div id='different' style="display: none;">
The staff informs you that it will cost <span id="priceInfo">0$</span> and take approximately half an hour. <br>
<span id='confirmPurchase'>
<<linkreplace "Accept to change hairstyle.">>
<<replace #choice>><</replace>>
<<set $mainChar.appearance.head.hair.hue to Number($selectedhue)>>
<<set $mainChar.appearance.head.hair.brightness to Number($selectedbrightness)>>
<<set $mainChar.appearance.head.hair.saturation to Number($selectedsaturation)>>
<<set $mainChar.appearance.head.hair.style = $selectedstyle>>
<<set $mainChar.appearance.head.hair.length = $selectedlength>>
<<set $mainChar.appearance.head.hair.lastHairCut to $dayCount>>
The hairstylist begins to work on your hair, carefully attending to each detail. As they skillfully cut, trim, and style, you start to see the transformation taking shape. The sound of scissors and the gentle hum of conversation create a soothing ambiance in the salon.<br><br>
Once finished, the hairstylist presents a mirror, allowing you to see the final result. You catch your reflection and admire the new look they've crafted.
The staff assists you in removing any hair from your clothes, and you settle the payment before [[leaving the salon->Go out]] with your new hairstyle.<br><br>
<<MainChar_Stats "cleanliness" "15">>
<<MainChar_Stats "combed" "true">>
@@.minus; - <span id="priceInfo2">test</span> Money @@ <br>
<<set $minute +=30>>
<<replace #leave>><</replace>><</linkreplace>><br> <br>
<span id='leave'>[[come back later.->Go out][$selectedhue = _Playerhue]]</span>
</span>
</div>
<div id='price' style="display: none;">
The staff informs you that it will cost <span id="priceInfo">0$</span> and take approximately half an hour.<br><br>
You realize that you don't have enough money for the hairstyle you've chosen. <br>
You could either pick a different style or [[come back later.->Go out][$selectedhue = _Playerhue]]
</div>
<</if>>
<<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Tattoo_parlor/Parlor_CumReac.jpg")]]</div>
<<if $mainChar.cleanliness<15>>
You casually enter the tatoo parlor, but your noticeable odor and lack of cleanliness draw the attention of the staff to the extent that they ask you to leave. The lingering glances and whispers from other patrons make the situation increasingly uncomfortable.<br><br>
You comply with their request, feeling embarrassed, and [[leave the place.->Go out]]
<<else>>
Entering the tattoo parlor nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing you are cum-stained. Instead of greeting you, they request you to leave the parlor immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the place.->Go out]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Tattoo_parlor/Parlor.jpg")]]</div>
<br>
<br>
You step into the tattoo parlor, the familiar buzz of tattoo machines and the scent of ink filling the air. The walls are adorned with vibrant artwork, and the atmosphere is a mix of creativity and anticipation. You approach the reception desk, where a friendly face greets you.<br><br>
"Hi there, what can I do for you today?" the receptionist asks, her voice warm and welcoming.<br><br>
<span id='tattoo'>
<<linkreplace "Inquire about the available tattoo options">>
<<replace #remove>><</replace>>
<<if $mainChar.look.tattoos.abdomen.name != ''>>
"I notice you already have a tattoo," the staff observes. "If you're looking to get it replaced, I'm sorry to inform you that you'll need to go through the tattoo removal process first."
<<else>> "Sure thing! Here's the catalog of our available tattoos. Take your time to browse through and let us know if you have any questions or if you've made a decision."<br>"Just so you know, we also offer tattoo removal services in case you change your mind." The staff says. "Also, most designs take about two hours to complete, so if you're willing to get one, be ready to spend some time here," he adds.<</if>><br><br>
<div style="display: flex; align-items: flex-start; min-height: 100vh;">
<div style="flex: 1; padding-right: 20px;">
<h4> ABDOMEN </h4>
<<for _shopItemTitle, _shopItem range $TattooItems>>
<<if _shopItem.type is "abdomen">>
<<TattooItemWidget _shopItem>>
<</if>>
<</for>>
<h4> RIGHT ARM </h4>
<<for _shopItemTitle, _shopItem range $TattooItems>>
<<if _shopItem.type is "rightArm">>
<<TattooItemWidget _shopItem>>
<</if>>
<</for>>
<h4> LEFT ARM </h4>
<<for _shopItemTitle, _shopItem range $TattooItems>>
<<if _shopItem.type is "leftArm">>
<<TattooItemWidget _shopItem>>
<</if>>
<</for>>
<h4> RIGHT LEG </h4>
<<for _shopItemTitle, _shopItem range $TattooItems>>
<<if _shopItem.type is "rightThigh">>
<<TattooItemWidget _shopItem>>
<</if>>
<</for>>
<h4> LEFT LEG </h4>
<<for _shopItemTitle, _shopItem range $TattooItems>>
<<if _shopItem.type is "leftThigh">>
<<TattooItemWidget _shopItem>>
<</if>>
<</for>>
<h4> RIGHT ANKLE </h4>
<<for _shopItemTitle, _shopItem range $TattooItems>>
<<if _shopItem.type is "rightAnkle">>
<<TattooItemWidget _shopItem>>
<</if>>
<</for>>
<h4> LEFT ANKLE </h4>
<<for _shopItemTitle, _shopItem range $TattooItems>>
<<if _shopItem.type is "leftAnkle">>
<<TattooItemWidget _shopItem>>
<</if>>
<</for>>
</div>
<div style="flex: 1; position: sticky; top: 70px; margin-top: 70px;">
<div id="DollZeroLay">
[img[String.format($urlPath + '/PaperDoll/zeroLay.png')]]
</div>
<div id="DollMainBody">
[img[String.format($urlPath + '/PaperDoll/MainBody/MainBody.png')]]
</div>
<div id="DollEyes">
[img[String.format($urlPath + '/PaperDoll/MainBody/Eyes/' + $dollEyesColor + 'Eyes.png')]]
</div>
<div id="DollTattoosAbdomen">
<div id="tattoo-image"></div>
</div>
<div id="DollHair">
<<DollHairWidget>>
</div>
<div id="DollChest">
[img[String.format($urlPath + '/PaperDoll/MainBody/Chest/' + $dollBareChestSize + '.png')]]
</div>
</div>
</div>
<</linkreplace>><br></span>
<span id="remove">
<<if $mainChar.look.tattoos.abdomen.name != '' or $mainChar.look.tattoos.leftArm.name != '' or $mainChar.look.tattoos.rightArm.name != '' or $mainChar.look.tattoos.leftThigh.name != '' or $mainChar.look.tattoos.rightThigh.name != '' or $mainChar.look.tattoos.leftAnkle.name != '' or $mainChar.look.tattoos.rightAnkle.name != '' >>
<<linkreplace "Ask about the tattoo removal process">>
<<replace #tattoo>><</replace>>
Certainly! The tattoo removal procedure is available for $300, and it typically takes around an hour to complete.<br><br>
<<if $mainChar.money >= 300 and $mainChar.energy>=20>>
<<if $mainChar.look.tattoos.abdomen.name != ''>>
<<linkreplace "Remove your abdomen tattoo">>
<<set $mainChar.look.tattoos.abdomen.name = ''>>
<<replace #leave>><</replace>>
<<silently>><<repeat 0.125s>> <<run $("#tattooRemoval").css("display", "block")>> <</repeat>><</silently>>
<</linkreplace>><br>
<</if>>
<<if $mainChar.look.tattoos.rightArm.name != ''>>
<<linkreplace "Remove your right arm tattoo">>
<<set $mainChar.look.tattoos.rightArm.name = ''>>
<<replace #leave>><</replace>>
<<silently>><<repeat 0.125s>> <<run $("#tattooRemoval").css("display", "block")>> <</repeat>><</silently>>
<</linkreplace>><br>
<</if>>
<<if $mainChar.look.tattoos.leftArm.name != ''>>
<<linkreplace "Remove your left arm tattoo">>
<<set $mainChar.look.tattoos.leftArm.name = ''>>
<<replace #leave>><</replace>>
<<silently>><<repeat 0.125s>> <<run $("#tattooRemoval").css("display", "block")>> <</repeat>><</silently>>
<</linkreplace>><br>
<</if>>
<<if $mainChar.look.tattoos.rightThigh.name != ''>>
<<linkreplace "Remove your right leg tattoo">>
<<set $mainChar.look.tattoos.rightThigh.name = ''>>
<<replace #leave>><</replace>>
<<silently>><<repeat 0.125s>> <<run $("#tattooRemoval").css("display", "block")>> <</repeat>><</silently>>
<</linkreplace>><br>
<</if>>
<<if $mainChar.look.tattoos.leftThigh.name != ''>>
<<linkreplace "Remove your left thigh tattoo">>
<<set $mainChar.look.tattoos.leftThigh.name = ''>>
<<replace #leave>><</replace>>
<<silently>><<repeat 0.125s>> <<run $("#tattooRemoval").css("display", "block")>> <</repeat>><</silently>>
<</linkreplace>><br>
<</if>>
<<if $mainChar.look.tattoos.rightAnkle.name != ''>>
<<linkreplace "Remove your right ankle tattoo">>
<<set $mainChar.look.tattoos.rightAnkle.name = ''>>
<<replace #leave>><</replace>>
<<silently>><<repeat 0.125s>> <<run $("#tattooRemoval").css("display", "block")>> <</repeat>><</silently>>
<</linkreplace>><br>
<</if>>
<<if $mainChar.look.tattoos.leftAnkle.name != ''>>
<<linkreplace "Remove your left ankle tattoo">>
<<set $mainChar.look.tattoos.leftAnkle.name = ''>>
<<replace #leave>><</replace>>
<<silently>><<repeat 0.125s>> <<run $("#tattooRemoval").css("display", "block")>> <</repeat>><</silently>>
<</linkreplace>><br>
<</if>>
<span id="tattooRemoval" style="display: none">
You decide to go ahead with the procedure and get ready for the tattoo removal.
"We'll be using a laser to break down the ink particles in your skin," the staff says. "It might be a bit uncomfortable, but we'll do our best to make you as comfortable as possible." The staff prepares the necessary equipment and guides you through the process step by step. As the procedure starts, you can't help but feel a mix of anticipation and curiosity about the outcome.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Tattoo_parlor/Tattoo_Removal.jpg")]]</div><br><br>
After what feels like an eternity, the doctor finally finishes. He applies a soothing ointment to your skin and covers the area with a bandage. "You did great," he says, his voice filled with reassurance. "Just make sure to take good care of the area, and it will heal nicely." You thank him and stand up, feeling a sense of relief and satisfaction. You can't help but feel a weight lifted off your shoulders, knowing that you've taken a step towards removing a part of your past that no longer serves you.<br><br>
[[Leave the tattoo parlor->Go out]]<br><br>
<<set $hour += 1>>
<p class="minus">-300 Money</p> <<set $mainChar.money -= 300>><br>
<p class="minus">-20 Energy</p> <<set $mainChar.energy -= 20>><br>
<p class="add">Tattoo removed</p><br>
</span>
<<elseif $mainChar.money < 30>>
You don't have enough money for that right now.<br><br>
<<elseif $mainChar.energy<20>>
You're too tired to do it right now.<br><br>
<<endif>>
<</linkreplace>>
<</if>></span>
<span id='leave'><br>Change your mind and [[come back later.->Go out]]</span>
<</if>>
<<set $minute += 40>>
<<if $mainChar.look.clothes.torso.name != ''>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Swim/swimming' + random(1,4) + '.jpg')]]@@<br>
You walk down to the shore, the sand warm under your feet. The water is cool when you step in, but you keep going until you're waist-deep. Small waves push against you as you dive forward, the salt stinging your eyes for a moment. You surface, floating for a while, feeling the steady movement of the sea around you. A few seagulls call in the distance, and the sun reflects off the water. <br><br>
After spending a while swimming and relaxing on your back, fatigue begins to settle in, but the experience has been thoroughly enjoyable. Additionally, you sense a newfound strength within yourself.<br><br>
<<if $timeOfDay is "Day" and $mainChar.energy>=20>>
Now, you wonder whether you should [[swim a little longer->Swim]] or head back and [[dry off.->Beach]]
<<elseif $mainChar.energy < 20>>
Now, you're very tired and decide to head back and [[dry off.->Beach]]
<<else>>
Since night is going to fall, you decide to head back and [[dry off.->Beach]]
<</if>><br><br>
<<nobr>>
<<if visited() % 10 == 0 and $wasSwimEnergyIncreased != true>>
<<set $mainChar.maxEnergy += 10>>
<strong>Your maximum energy has increased!</strong><br><br>
<<set $wasSwimEnergyIncreased = true>>
<<endif>>
<</nobr>>
<<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Swim/SwimNude' + random(1,3) + '.webp')]]
@@<br>
You dive naked into the refreshing sea, the sun's warm embrace on your skin. The water glistens under the daylight as you swim freely, feeling the gentle currents guide you. Waves carry a sense of freedom, washing away your worries with each stroke.<br>
Without any cloth, you feel liberated. The waves caresse your body and your pussy starts slowly to itch.<br>
After spending a while swimming and relaxing on your back, fatigue begins to settle in, but the experience has been thoroughly enjoyable. Additionally, you sense a newfound strength within yourself.<br><br>
<<if $timeOfDay is "Day" and $mainChar.energy>=20>>
Now, you wonder whether you should [[swim a little longer->Swim]] or head back and [[dry off.->Beach remove clothes][$Direction = "leave"]]
<<elseif $mainChar.energy < 20>>
Now, you're very tired and decide to head back and [[dry off.->Beach remove clothes][$Direction = "leave"]]
<<else>>
Since night is going to fall, you decide to head back and [[dry off.->Beach remove clothes][$Direction = "leave"]]
<</if>><br><br>
<<nobr>>
<<if visited() % 10 == 0 and $wasSwimEnergyIncreased != true>>
<<set $mainChar.maxEnergy += 10>>
<strong>Your maximum energy has increased!</strong><br><br>
<<set $wasSwimEnergyIncreased = true>>
<<endif>>
<</nobr>>
<<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<</if>>
<<set $hour += 1>>
<<if $mainChar.look.clothes.torso.name != ''>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/sunbathing' + random(1,4) + '.jpg')]]@@
<<SeeCumOnPcWidget "people">>
You're lying on the warm sand of the beach, the sun's rays caressing your skin as the gentle sound of waves crashing against the shore fills the air. The soothing sounds of the waves provide a relaxing backdrop as you settle in for a moment of seaside tranquility.<br><br>
<<if gaussian($mainChar.attractiveness,20) >= 40>>
As you stretch out on your towel, you notice a group of guys a short distance away. They're trying to be discreet, but you can see them stealing glances at you, their eyes filled with admiration and desire. A mischievous smile tugs at the corners of your lips as an idea forms in your mind. You're feeling playful and a bit daring today. <br><br>
<span id="flash"><<if $mainChar.corruption>=50>><<linkreplace "Flash them.">>
With a quick glance around to make sure no one else is watching too closely, you reach up and slowly untie the strings of your bikini top. The fabric falls away, revealing your breasts to the warm sun and the eager eyes of the guys. You lean back, arching your back slightly to give them a better view. Feeling even more daring, you hook your thumbs into the sides of your bikini bottoms. With a quick, fluid motion, you slide them down your legs and kick them aside, revealing yourself completely to the guys. <br><br>
You stretch out on the towel, your body fully exposed to the sun and the admiring gazes of the guys. You feel a rush of adrenaline and excitement, knowing that you're the center of their attention. You let out another playful laugh and wave at them, enjoying the power and freedom of the moment, the thought of being exposed to no restraint. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + '/beach/Sunbath/Nude' + random(3) + '.webp')]] @@ <br>
The guys are now fully engaged, their eyes glued to you as they whisper and nudge each other. You can see the admiration and desire in their expressions, and it makes you feel confident and empowered. You lie back on the towel, soaking up the sun and the attention, a satisfied smile on your lips.<br><br>
<<set _event to random(0,2)>>
<<if _event is 0>>
<<silently>><<repeat 0.125s>><<run $("#man").css("display", "block")>><</repeat>><</silently>>
<<elseif _event is 1>>
<<silently>><<repeat 0.125s>><<run $("#group").css("display", "block")>><</repeat>><</silently>>
<<else>>
As time ticks on, a sense of weariness settles in, accompanied by a touch of sunburn.
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>>
<br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<<replace #continue>><</replace>><</linkreplace>><br><</if>></span>
<span id='continue'><<linkreplace "Hold back.">>
You hold back yourself and decide to keep sunbathing. However, you' re more and more aroused by the way men look at you.<br>
As time ticks on, a sense of weariness settles in, accompanied by a touch of sunburn.
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-10">>
<<replace #flash>><</replace>><</linkreplace>></span>
<<else>>
As time ticks on, a sense of weariness settles in, accompanied by a touch of sunburn.
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<<else>>
<<if $mainChar.look.accessories.anus.name is "Butt plug">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/Nude_buttplug' + random(1) + '.webp')]]
@@
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/Nude' + random(3) + '.webp')]]
@@<</if>>
<<SeeCumOnPcWidget "people">>
You discover a cozy spot on the beach, perfect for stretching out and laying down your towel. The soothing sounds of the waves provide a relaxing backdrop as you settle in for a moment of seaside tranquility.<br><br>
<<if gaussian($mainChar.attractiveness,20) >= 30>>
The sand beneath your feet is scorching hot and you feel sweat forming on your body, evaporating in the heat of the sun. You can't help but notice the envy in the glances from the men who walk by, admiring your naked body. <br>
Arousal creeps up inside you as you realize they all want you. With each step, you can feel a tingling sensation between your thighs at the thought of being exposed to no restraint. Your pussy throbs hungrily, begging to be touched.
<<if $mainChar.look.accessories.anus.name is "Butt plug">>
<br>Obviously, the visible shiny piece of jewelery stuck in your ass must have something to do with it.<</if>><br><br>
<<set _event to random(0,2)>>
<<if _event is 0>>
<<silently>><<repeat 0.125s>><<run $("#man").css("display", "block")>> <</repeat>><</silently>>
<<elseif _event is 1>>
<<silently>><<repeat 0.125s>><<run $("#group").css("display", "block")>> <</repeat>><</silently>>
<<else>>
As time ticks on, a sense of weariness settles in, accompanied by a touch of sunburn.
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<<else>>
As time ticks on, a sense of weariness settles in, accompanied by a touch of sunburn.
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<</if>>
<span id="group" style="display: none">
Unexpectedly, some guys begin to approach you. They gather around you, their eyes roaming over your body with appreciation. One of them, the tallest and most confident of the group, speaks up first. "Hey there," he says, his voice smooth and charming. "You're quite a show. Mind if we join you?" You can feel the tension building, the air thick with anticipation. <br><br>
Without having the time to talk, one of the guys, emboldened by the atmosphere, reaches out and gently touches your shoulder. "You're really something, you know that?" he says, his voice low and husky. You lean into his touch, your eyes meeting his. "Th...Thank you," you murmur, while another one reaches out and traces a finger down your arm. The touches become more frequent, more intimate. Hands roam over your body, caressing your skin, exploring your curves. You lean back on the towel, your breath coming in soft gasps as the sensations overwhelm you. <br><br>
You feel the thrill of danger travelling through your veins and a strange temptation to let them touch you. Though it may be taboo for some, you find yourself drawn closer, knowing that this would be one wild day if you let them have their way.<br><br>
<span id='accept'><<if $mainChar.corruption>=70 and $mainChar.energy>=40>><<linkreplace "Give in the temptation">>
One of the guys leans down and captures your lips in a passionate kiss, his tongue exploring your mouth. You respond eagerly, your hands reaching up to tangle in his hair. Another guy begins to kiss your neck, his lips trailing down to your collarbone. You feel hands on your breasts, teasing your nipples, and another set of hands between your legs, stroking your inner thighs. The sensations are intense, overwhelming, and you can't help but moan softly, your body arching into their touches. <br><br>
One of the guys positions himself next to your face, his cock hard and ready. He looks down at you, his eyes filled with lust and desire. "You want this?" he asks, his voice low and husky. You nod eagerly, your eyes locked on his. "Yes," you murmur, your voice filled with need. "I want it." You get on your knees, the rough sand beneath you scraping your skin. You begin to suck them all right here like a thirsty animal, not caring who sees you on this public beach.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/bj' + random(3) + '.webp')]]
@@<br>
You reach out, your hands finding the other guys, stroking them, pleasuring them. The beach fades away, the sounds of the waves and the distant conversations becoming a distant hum. All that exists is the pleasure, the sensation, the overwhelming intensity of the moment. Their fingers dig relentlessly into your skin, bruising you as they relentlessly drive into you with measured force. One fills your ass with a feral desire while the other takes control of your mouth, ravaging it with each thrust, pushing you to the brink of pleasure and pain. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/dp' + random(3) + '.webp')]]
@@<br>
You feel your orgasm coming on like a storm, its intensity taking over your body until its power reaches a pinnacle. As you reach the point of no return, <<linkreplace "they pour out their hot cum onto you.">>they pour out heir hot cum onto you, covering every inch of your skin in an intimate embrace. The beachgoers around you have noticed the scene, their eyes wide with shock and curiosity. Some whisper and point, others try to discreetly watch from a distance. Your cum-soaked body is now exposed for all to see, radiant with the blissful aftermath of passionate pleasure. But you don't care. In this moment, you are free, uninhibited, and completely in control of your own pleasure. And that's all that matters.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/Cumshot' + random(3) + '.webp')]]
@@<br>
<<if random(2) is 0>>
The moment of reckless abandon is abruptly interrupted by the sound of voices and footsteps approaching. You open your eyes to see two police officers marching down the beach, their expressions stern and unyielding. The men, suddenly aware of the impending danger, quickly gather their clothes and make a hasty retreat, leaving you naked and covered in semen on the sand. You scramble to your feet, your heart pounding with a mix of adrenaline and panic. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/Police.jpg')]]@@<br>
You grab your clothes, hastily pulling them on, your hands trembling as you try to cover yourself. But it's too late—the officers are already upon you, their eyes taking in the scene with a mix of disgust and disbelief. The first officer shakes his head, his expression filled with contempt. "You're under arrest for public indecency and lewd conduct." The officers lead you away from the beach, the sound of the waves fading into the distance as you're escorted to the waiting [[police car.->Police Car]] <br><br>
<<set $mainChar.crime to "public fuck">>
<<set $mainChar.look.clothes to $lockerRoomOutfit>>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "anal" "stranger">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<MainChar_Stats "intellect" "-3">>
<<else>>
"Thanks for your body." One of them says while leaving. You bite your lip hard, trying to contain the pleasure radiating from your body as they utters those words. You try to reply with a thankful nod, but they are already gone, leaving you exposed and vulnerable, naked on the sand of a busy beach. Your mind is filled with a thousand emotions - lust, humiliation, pleasure - that all coalesce into one simple thought: "Nevermind". <br><br> Now you should decide what to do next.
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "anal" "stranger" "onass">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "false">>
<<MainChar_Stats "intellect" "-3">>
<</if>>
<</linkreplace>>
<<replace #refuse>><</replace>><</linkreplace>><</if>></span><br>
<span id='refuse'><<linkreplace "Stop them">>
You feel a mix of excitement and apprehension as the situation escalates, the boundaries blurring as their desires become more evident. The reality of the situation hits you, a sudden wave of unease washes over you. You open your eyes, your heart pounding in your chest as you realize the implications of what's happening. "Wait, stop," you say firmly, pushing their hands away. You sit up, your eyes wide with a mix of shock and determination. "I can't do this. I'm sorry, but I need to stop."<br><br>
The guys look at you in surprise, their expressions a mix of confusion and disappointment. Without waiting for their response, you stand up, grab your things, and walk away from the group, your heart still racing. As you make your way down the beach, you can feel their gazes following you, but you don't look back. You take a deep breath, trying to steady yourself and process the whirlwind of emotions that have just swept through you.<br><br>
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<replace #accept>><</replace>><</linkreplace>></span>
</span>
<span id="man" style="display: none">
As you lie back on your towel, basking in the warmth of the sun and the lingering admiration of the guys, you suddenly feel a heavy presence looming over you. You open your eyes and look up to find a stranger standing there, his gaze roaming over your body with an intensity that makes you feel both exposed and vulnerable. "Oh, hi there," you say, your voice soft and innocent, even as your mind races with possibilities. "Are you enjoying the beach too?"<br><br>
His eyes are hungry, predatory, and it's clear what he wants. He smirks, his eyes never leaving your body. "I am now," he replies, his voice filled with suggestion. "How about we make this even more enjoyable? Right here, right now." You blink in surprise, your heart racing with a mix of shock and unease. You glance around, realizing that while the beach is bustling, no one seems to be paying attention to your little corner of the sand. <br><br>
<span id='accept_man'><<if $mainChar.energy>=20 and $mainChar.corruption>=40>><<linkreplace "Accept his proposal">>
<<replace #refuse_man>><</replace>>
"Okay," you say, your voice barely above a whisper. "Let's do it." He grins, clearly pleased with your response. Without wasting any time, he unzips his pants and frees himself, his eyes locked on yours. You slide off your towel and onto your knees in front of him, the sand warm beneath you. You look up at him, your eyes wide and eager, even as your heart pounds with a mix of excitement and nervousness. You reach out, your hand wrapping around him, feeling his hardness and the heat of his desire. With shaking hands, you lower your head and start to suck him right there in the open, desperate for something that feels forbidden. You can feel the eyes of passers-by boring into your back as you gag on his cock, feeling more and more aroused by the situation.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/bj' + random(3) + '.webp')]]
@@<br>
You increase your pace, your head bobbing up and down, your hands working in tandem with your mouth. You make sure to add little moans and sighs, enhancing the experience for him. You can feel his excitement building, his body tensing with anticipation.<br><br>
<span id='push_man'><<if $mainChar.corruption>=60>><<linkreplace "Push it further">>
"I want more. I want you to fuck me right here, right now." His eyes widen in surprise, and a smirk plays on his lips. "You're a wild one, aren't you?" he says, his voice low and filled with desire. "I like that. Let's give them a show they won't forget." You glance around quickly, noticing the furtive glances of people nearby as they try to be discreet. The thrill of the risk sends a shiver down your spine, and you feel a mix of excitement and nervousness. "Come on, then," you say, your voice filled with a mix of innocence and daring. "Show me what you've got." <br><br>
He slams you onto the ground, his fingers digging into your skin as he pushes himself inside of you. He begins to move, his hips thrusting against you with increasing intensity. You grip the sand beneath you, your body rocking with each movement. "Oh, yes," you cry out, your voice filled with genuine pleasure. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/Fuck' + random(3) + '.webp')]]
@@<br>
He grunts, his hips moving faster and harder, his body tensing with anticipation. You meet his thrusts with your own, your hips moving in sync with his. The pleasure builds within you, and you find yourself on the brink of an orgasm. You moan and sigh, your body responding to his touch with genuine enthusiasm. The intensity builds quickly until you can barely contain it. Soon an orgasmic wave overtakes you as he delivers one final plunge that spills his cum deep within you. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/Cumshot' + random(3) + '.webp')]]@@<br>
<<if random(2) is 0>>
The moment of reckless abandon is abruptly interrupted by the sound of voices and footsteps approaching. You open your eyes to see two police officers marching down the beach, their expressions stern and unyielding. The man, suddenly aware of the impending danger, quickly gather his clothes and make a hasty retreat, leaving you naked and covered in semen on the sand. You scramble to your feet, your heart pounding with a mix of adrenaline and panic. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/Police.jpg')]]@@<br>
You grab your clothes, hastily pulling them on, your hands trembling as you try to cover yourself. But it's too late—the officers are already upon you, their eyes taking in the scene with a mix of disgust and disbelief. The first officer shakes his head, his expression filled with contempt. "You're under arrest for public indecency and lewd conduct." The officers lead you away from the beach, the sound of the waves fading into the distance as you're escorted to the waiting [[police car.->Police Car]] <br><br>
<<set $mainChar.crime to "public fuck">>
<<set $mainChar.look.clothes to $lockerRoomOutfit>>
<<else>>
As you stand up, brushing the sand off your body, you look at him with a satisfied smile. "Wow, that was incredible," you say, your voice filled with genuine enthusiasm. "I loved every second of it." He looks back at you, his expression filled with a mix of satisfaction and amusement. "You're something else, sweetheart. Maybe we can do this again sometime." You giggle, your eyes sparkling with mischief.
<br><br> Now you should decide what to do next.
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<HaveASexWidget "anal" "stranger" "onass">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "45">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "intellect" "-2">>
<</if>>
<<replace #cum_man>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum_man'><<linkreplace "Make him cum">>
Your eyes start to water, but you keep them locked on his, conveying a sense of eager submission. He grips your hair tighter, his hips moving faster now, his breath coming in ragged gasps. You can feel him swelling in your mouth, know that he's close. You brace yourself, ready for the final act. He lets out a low groan, his body tensing as he reaches his climax. He holds your head firmly in place as he releases into your throat, his hot semen spilling down your esophagus. You swallow every last drop, your eyes never leaving his, even as tears stream down your cheeks from the effort and the lack of air. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/beach/Sunbath/Cumshot' + random(1) + '.webp')]]
@@<br>
As he finishes, he releases his grip on your hair, a satisfied smile on his lips. "Good girl," he praises, his voice filled with smug satisfaction. "That was fucking amazing." You pull back, gasping for air as you wipe your mouth with the back of your hand. You look up at him, a forced smile on your lips, your voice breathy and eager. "I'm glad you liked it," you say, trying to hide the tremor in your voice. He chuckles, tucking himself back into his pants before giving you a final, appreciative look. "You're a wild one," he says, before turning and walking away, leaving you kneeling on the sand. <br><br>
As you watch him go, you take a deep, shuddering breath, the reality of what you've just done crashing down on you. You should feel humiliated, degraded, but instead, you feel a strange sense of exhilaration. The adrenaline coursing through your veins, the knowledge that you pushed yourself out of your comfort zone and survived, leaves you feeling oddly empowered. You stand up, brushing the sand off your knees, and look around. A few people are glancing your way, their expressions a mix of shock and perplexity. You toss your hair over your shoulder, a satisfied smile playing on your lips.<br><br>
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "intellect" "-1">>
<<replace #push_man>><</replace>><<replace #push>><</replace>><</linkreplace>></span>
<</linkreplace>><br><</if>></span>
<span id='refuse_man'><<linkreplace "Refuse his proposal">>
The thrill of the moment, the excitement of being desired, it's all tempting. But as you look around at the crowded beach, the reality of the situation hits you. This isn't the time or the place for such a risky encounter. You take a deep breath, steeling yourself for what you need to say. "I'm sorry," you reply, your voice firm but polite. "It's too public, and I'm not comfortable with it." The stranger's expression flickers with disappointment. You watch him as he turns and walks away, without saying anything. As the stranger disappears into the crowd, you let out a sigh, your heart still racing from the encounter. You lie back down on your towel, feeling the warmth of the sun on your skin, and take a moment to collect your thoughts. <br><br>
As time ticks on, a sense of weariness settles in, accompanied by a touch of sunburn.
<<silently>><<repeat 0.125s>><<run $("#leave").css("display", "block")>><</repeat>><</silently>> <br><br>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-10">>
<<replace #accept_man>><</replace>><</linkreplace>></span>
</span>
<span id="leave" style="display: none"><br>
<<if $mainChar.look.clothes.torso.name != ''>>
<<if $timeOfDay is "Day" and $mainChar.energy >= 20 >>
You wonder whether you should [[continue to sunbath->Sunbath]] or gather your things and [[get up.->Beach]]<br><br>
<<elseif $mainChar.energy < 20 >>
Since you're exhaused, you decide to call it a day and [[get up.->Beach]]<br><br>
<<else>>
As the night descends, sunbathing becomes irrelevant. You decide to call it a day and [[get up.->Beach remove clothes][$Direction = 'leave']]<br><br>
<</if>><br><br>
<<else>>
<<if $timeOfDay is "Day" and $mainChar.energy >= 20 >>
You wonder whether you should [[continue to sunbath->Sunbath]] or gather your things and [[get up.->Beach remove clothes][$Direction = 'leave']]<br><br>
<<elseif $mainChar.energy < 20 >>
Since you're exhaused, you decide to call it a day and [[get up.->Beach remove clothes][$Direction = 'leave']]<br><br>
<<else>>
As the night descends, sunbathing becomes irrelevant. You decide to call it a day and [[get up.->Beach remove clothes][$Direction = 'leave']]<br><br>
<</if>><br><br>
<</if>>
</span>
<<set $minute += 10>>
<<set $currentPassage to "Beach Cabin">>
<<if $mainChar.isEnteringBeach is true>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/beach/ChangingRoom/SwimsuitOn.webp")]]
</div> <br><br>
You step into the changing cabin and close the door behind you. With a quick glance around to ensure your privacy, you swiftly remove your clothes and change into your swimsuit. The cool fabric clings to your skin as you adjust the straps and make sure everything fits just right. <br><br>
<<if ! $mainChar.appearance.isCombed>>
Looking at the mirror in the cabin, you notice that the evidence of your intense sports session is unmistakable.<br>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>><br>
<</if>>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
<<include "Beach Wardrobe">>
<<if $mainChar.look.clothes.torso.swim is "true">>
Once you're ready, you [[head back out.->Beach]]
<<else>>
Keep your clothes and [[head back out.->Beach]]
<</if>>
<<else>>
<<set $mainChar.look.clothes to $lockerRoomOutfit>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/beach/ChangingRoom/SwimsuitOff.webp")]]
</div> <br><br>
You step into the changing cabin and close the door behind you. With a sigh of relief, you peel off your wet swimsuit and quickly slip back into your regular clothes. The feeling of the dry fabric against your skin is comforting after your time in the water. <br><br>
<<if ! $mainChar.appearance.isCombed>>
Looking at the mirror in the cabin, you notice that the evidence of your intense sports session is unmistakable.<br>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>><br>
<</if>>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
Adjusting your outfit and making sure everything is in place, you open the cabin door and [[head back out,->Beach]] ready to continue your day.
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Park/Running/Running.jpg')]]
@@
As you jog along the forest path by the riverside, the tranquil atmosphere envelops you, with the gentle rustling of leaves and the soothing sound of flowing water. The secluded surroundings offer a serene escape from the bustling city, providing a serene space for introspection and relaxation. The occasional bird's song adds to the natural melody, creating a harmonious backdrop for your leisurely running.<br><br>
<<if random(1) is 0 and $mainChar.corruption>=30 and $mainChar.energy>=20>>
As you round a bend in the path, you spot a man walking towards you. He's dressed casually, with a confident stride and an appreciative glance in your direction. You feel a spark of excitement and wonder whether you should <<linkreplace "flash them.">>flash them.<br><br>
With a quick glance around to make sure no one else is watching, you slow your pace just enough to catch his eye. As you pass him, you swiftly lift the bottom of your shirt, flashing your breasts with a cheeky grin. The cool air brushes against your skin for a brief moment before you lower your shirt and continue jogging, your heart racing with adrenaline. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Park/Running/Flash{0}.webp',random(4))]]
@@
<<if gaussian($mainChar.attractiveness,20) >= 20>>
You hear a low whistle behind you and can't help but giggle. You glance over your shoulder to see the man's eyes widening in surprise and delight. "Hey there," he calls out, his voice friendly and inviting. "That was quite the view.... You know, there's a quiet spot just over there," he says, nodding towards a secluded area of the park hidden behind a grove of trees. You bite your lip, considering his offer. You glance towards the trees, then back at Jake, his eyes sparkling with mischief.<br><br>
<span id="accept"> <<if $mainChar.corruption >= 50>> <<linkreplace "Accept his proposal.">>
"Lead the way," you say, your voice filled with anticipation. He grins, taking your hand and leading you off the path towards the secluded spot. As you follow him, your heart races with a mix of excitement and nervousness. You know you're taking a risk, but the thrill of the unknown is too enticing to resist. As you reach the hidden area, Jake turns to face you, his eyes filled with desire. "So, Adventurous, what do you have in mind?" You step closer to him, your voice low and sultry. "Let's find out."<br><br>
"You're so fucking sexy," he growls, his voice thick with desire. He quickly sheds his own clothes, revealing his hard, ready cock. You reach out, your fingers wrapping around him, feeling his length and girth. He groans at your touch, his hips thrusting slightly. "I need to be inside you," he says, his voice urgent and demanding. He breaks away from you, spinning you around so that you're facing the tree. His hands grip your hips, positioning you exactly where he wants you. You brace yourself against the rough bark, your heart pounding with anticipation as you feel him press against your entrance. He positions himself between your thighs and, with a single, powerful thrust, he enters you, filling you completely. You gasp at the sensation, your body stretching to accommodate him. He begins to move, his hips thrusting in a steady rhythm, each movement sending waves of pleasure through you. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Park/Running/Male{0}.webp',random(6))]]
@@<br>
The sensation is intense, the pleasure building within you as he moves in and out of you, his hips slapping against your ass with each powerful stroke. He grunts in response, his grip on your hips tightening as he picks up the pace, his cock pounding into you with relentless force. The sound of your combined moans and the slapping of flesh against flesh fills the air, a symphony of primal desire and passion. <br><br>
<<if random(2) is 0 and $mainChar.corruption>=70>>
Suddenly, you're interrupted by someone passing by. Too engrossed with the stranger's dick in your mouth, you only notice his presence when your parter start waving at him.<br> "Come on man look at this slut! Want to join?" he says while facefucking you. Since being fucked by a second guy doesn't bother you, you just keep sucking when, suddenly, a dick inters your ass.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Park/Running/dp{0}.webp',random(0))]]
@@<br>
You feel the intensity of your orgasm build until it climaxes in a wave of pleasure when you realize you're having sex with not only one but two complete strangers in the woods. On your back, one is fucking your ass. His fingers grip you hard as he thrusts harder and harder, pushing deeper and deeper until his hot cum erupts on your back simultaneously with the second on your face. And then they are gone, leaving you lying here, half naked on the ground. <br><br>
<<HaveASexWidget "anal" "stranger" "onass">>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "energy" "-70">>
<<MainChar_Stats "cleanliness" "-70">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<else>>
You feel the intensity of your orgasm build until it climaxes in a wave of pleasure when you realize you're having sex with a complete stranger in the woods. His fingers grip you hard as he thrusts harder and harder, pushing deeper and deeper until his hot cum erupts on your back. And then he's gone, leaving you lying here, half naked on the ground. <br><br>
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Park/Flash/Facial{0}.webp',random(4))]]
@@<br>
Because of this intercourse, you're more exhausted and dirty as ever. You decide to
<<if $mainChar.enteringCabin == true>>
[[leave the place.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[leave the place.->Park]]
<</if>><br><br>
<<HaveASexWidget "vaginal" "stranger" "face">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "combed" "false">>
<<replace #refuse>><</replace>><</linkreplace>><</if>></span><br>
<span id="refuse"> <<linkreplace "Refuse his proposal.">>
You laugh, shaking your head. "As tempting as that sounds, I think I'll pass. I'm just here for a run, not looking for anything more." He looks a bit disappointed but nods understandingly. "Fair enough. Can't blame a guy for trying, right?" You wink at him, your voice light and teasing. "Nope, can't blame you at all. Have a great day!" With that, you pick up your pace again, leaving him behind as you continue your jog. You feel a sense of satisfaction, knowing you've had a bit of harmless fun without compromising your boundaries. <br><br>
Taking a brief pause to drink, you feel a touch of fatigue from your exertion. You stand by the river's edge, enjoying the cool breeze. <br>
<<if $mainChar.energy >=30 and $timeOfDay is "Day">>
The decision is yours: [[continue your run->Running]] or
<<if $mainChar.enteringCabin == true>>
[[call it a day.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[call it a day.->Park]]
<</if>>
<<elseif $mainChar.energy < 30>>
You're exhausted by your effort and decide to
<<if $mainChar.enteringCabin == true>>
[[call it a day.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[call it a day.->Park]]
<</if>>
<<elseif $timeOfDay is "Night">>
Night is falling, it's time to
<<if $mainChar.enteringCabin == true>>
[[end your running session.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[end your running session.->Park]]
<</if>>
<</if>>
<br><br>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "fitness" "2">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "combed" "false">>
<<replace #accept>><</replace>><</linkreplace>></span>
<<else>>
You jog a few more steps before slowing down, turning to look back at him with a mix of disbelief and disappointment. He didn't even acknowledge you! You feel a pang of annoyance and a slight bruise to your ego. You had expected at least some kind of reaction, but he seemed completely indifferent. "Well, that was a bit of a letdown," you mutter to yourself, shaking your head as you resume your jog. You can't help but feel a little deflated, your playful mood dampened by the lack of response.<br><br>
Taking a brief pause to drink, you feel a touch of fatigue from your exertion. You stand by the river's edge, enjoying the cool breeze. <br>
<<if $mainChar.energy >=30 and $timeOfDay is "Day">>
The decision is yours: [[continue your run->Running]] or
<<if $mainChar.enteringCabin == true>>
[[call it a day.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[call it a day.->Park]]
<</if>>
<<elseif $mainChar.energy < 30>>
You're exhausted by your effort and decide to
<<if $mainChar.enteringCabin == true>>
[[call it a day.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[call it a day.->Park]]
<</if>>
<<elseif $timeOfDay is "Night">>
Night is falling, it's time to
<<if $mainChar.enteringCabin == true>>
[[end your running session.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[end your running session.->Park]]
<</if>>
<</if>><br><br>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "fitness" "2">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "combed" "false">>
<</if>>
<</linkreplace>>
<<else>>
<<if $mainChar.energy >=30 and $timeOfDay is "Day">>
Taking a brief pause to drink, you feel a touch of fatigue from your exertion. You stand by the river's edge, enjoying the cool breeze. The decision is yours: [[continue your run->Running]] or
<<if $mainChar.enteringCabin == true>>
[[call it a day.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[call it a day.->Park]]
<</if>>
<<elseif $mainChar.energy < 30>>
You're exhausted by your effort and decide to
<<if $mainChar.enteringCabin == true>>
[[call it a day.->Park Cabin]]
<<else>>
[[call it a day.->Park]]
<</if>>
<<elseif $timeOfDay is "Night">>
Night is falling, it's time to
<<if $mainChar.enteringCabin == true>>
[[end your running session.->Park Cabin][$mainChar.enteringCabin = false]]
<<else>>
[[end your running session.->Park]]
<</if>>
<</if>>
<br><br>
<<MainChar_Stats "fitness" "2">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "combed" "false">>
<</if>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<set $torsoClothesChange to $mainChar.look.clothes.torso.name>>
<<set $legsClothesChange to $mainChar.look.clothes.legs.name>>
<<set $calvesClothesChange to $mainChar.look.clothes.calves.name>>
<<set $feetClothesChange to $mainChar.look.clothes.feet.name>>
<<set $groinClothesChange to $mainChar.look.lingerie.groin.name>>
<<set $chestClothesChange to $mainChar.look.lingerie.chest.name>>
<<set $mainChar.look.clothes.torso.name to "">>
<<set $mainChar.look.clothes.legs.name to "">>
<<set $mainChar.look.clothes.calves.name to "">>
<<set $mainChar.look.clothes.feet.name to "">>
<<set $mainChar.look.lingerie.groin.name to "">>
<<set $mainChar.look.lingerie.chest.name to "">>
<<if $Direction is "goSunbath">> <<goto "Sunbath">> <<elseif $Direction is "goSwim">> <<goto "Swim">><</if>>
<<else>>
<<set $mainChar.look.clothes.torso.name to $torsoClothesChange>>
<<set $mainChar.look.clothes.legs.name to $legsClothesChange>>
<<set $mainChar.look.clothes.calves.name to $calvesClothesChange>>
<<set $mainChar.look.clothes.feet.name to $feetClothesChange>>
<<set $mainChar.look.clothes.feet.name to $feetClothesChange>>
<<set $mainChar.look.lingerie.chest.name to $chestClothesChange>>
<<set $mainChar.look.lingerie.groin.name to $groinClothesChange>>
<<goto "Beach">>
<</if>><<if !$mainChar.haveCum.face>0 and gaussian($mainChar.attractiveness,5) >5>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/beach/Sport/Sport{0}.jpg",random(2))]]
</div><br>
<<if gaussian($mainChar.attractiveness,5) >=40>>
As you approach the group of people playing volleyball on the beach, you can feel the eyes of the guys lingering on you, their gazes appreciative and a bit too intense. "Hey, can I join you guys?" you ask, your voice confident and friendly. The guys exchange glances, their smiles widening as they take in your appearance. One of them speaks up eagerly, "Absolutely! We could always use another player." However, the girls in the group exchange uncomfortable looks, their expressions a mix of hesitation and jealousy. One of them speaks up, her tone slightly guarded. "Um, we're kind of in the middle of a game. Maybe you could join the next one?"<br><br>
One of the guys quickly interjects, "Nah, come on. There's always room for one more. Right, guys?" He looks around at the others, who nod in agreement, their eyes still lingering on you. You feel a mix of excitement and nervousness as you join the game. The guys are clearly enjoying your presence, their eyes following your every move. You can feel the tension between the girls, their jealousy palpable as they watch you interact with the guys.
<<else>>
As you approach the group of people playing volleyball on the beach, you can feel the excitement bubbling up inside you. The sun is shining, the waves are crashing, and the atmosphere is filled with laughter and energy. "Hey, can I join you guys?" you ask, a genuine smile on your face. The group turns to look at you, their expressions welcoming and friendly. One of the guys grins and waves you over. "Of course! The more, the merrier. Come on over!" A girl smiles warmly and pats the sand next to her. "Yeah, we could use another player. What's your name?" You feel a rush of happiness and gratitude. "I'm $mainChar.firstName. Thanks for letting me join!" you say, eagerly making your way over to them.<br><br>
<</if>>
As the game begins, you feel the sand between your toes and the warm breeze on your skin. Laughter and cheers fill the air. You find yourself immersed in the friendly competition, your competitive spirit taking over. Your team's camaraderie and determination grow stronger with each round. As the final game approaches, your heart races with anticipation, hoping to emerge victorious. <br><br>
The game ends with a sense of accomplishment, and you exchange high-fives and smiles with your teammates.
<<if gaussian($mainChar.fitness,20)>50>>
You may not have won the game, but you had a blast participating.
<<else>>
Winning the game filled you with a sense of accomplishment and added to your enjoyment of the moment. You high-five your new friends, cheer each other on, and enjoy the beautiful day together.
<</if>><br><br>
The group disperses, leaving you with memories of a fun and exciting moment. It's now time to [[continue your day.->Beach]]<br><br>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
@@.minus; - combed @@ <<set $mainChar.appearance.isCombed = false>><br>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/beach/Sport/CumReac.jpg")]]
</div><br>
<<if $mainChar.haveCum.face>0>>
You approach the group, feeling a mix of excitement and nervousness. "Hey, can I join you guys?" you ask, your voice hopeful. The group turns to look at you, and their expressions quickly shift from welcoming to shocked and uncomfortable. You notice their eyes widening as they take in your appearance, and most notably, the glistening trails of semen dripping down your chin and neck. "Uh, maybe another time," one of the guys stammers, his face flushing with embarrassment. "We're kind of in the middle of a game right now."<br><br>
One of his friends calls you out. "Hey, maybe you should clean up first. That's quite the facial you've got there!" His tone is laced with both amusement and disdain, and his friends snicker quietly. You feel a wave of humiliation wash over you as you realize what they're seeing. You had completely forgotten about the remnants of your earlier encounter, and now you're standing here, exposed and vulnerable. "Oh, shit," you mutter under your breath, your cheeks burning with shame. You start to back away, your eyes downcast. "Sorry, I didn't mean to interrupt. I'll just... go." The knowledge that they've seen you like this, that they're talking about you, sends a rush of adrenaline through your body. As you begin to [[walk off,->Beach]] you can't help but feel a mix of shame and excitement. <br><br>
<<MainChar_Stats "arousal" "10">>
<<set $minute +=5>>
<<else>>
The group turns to look at you, their expressions ranging from polite smiles to barely concealed grimaces. One of the guys speaks up, his voice hesitant. "Uh, sorry, but we're kind of in the middle of a game. Maybe next time?" You feel a pang of disappointment and embarrassment. "Oh, okay. No problem," you mumble, trying to hide your hurt feelings. <br><br>
You've been walking for a while, and the combination of the heat and your disheveled appearance makes you feel self-conscious. You turn away, feeling their eyes on your back as you [[walk off,->Beach]] the weight of their rejection heavy on your shoulders.<br><br>
<<MainChar_Stats "arousal" "-5">>
<<set $minute +=5>>
<</if>>
<</if>><<set $hour +=2>>
<<set $mainChar.HasVisitedCampfire to $hour>>
<<if $mainChar.haveCum.face == 0 and $mainChar.attractiveness >= 15 and gaussian($mainChar.attractiveness,20) >= 35>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/beach/Campfire.jpg")]]
</div><br>
As you approach, you can see that they're a mix of ages and backgrounds, all seemingly enjoying each other's company. The atmosphere is relaxed and friendly, and you feel a sense of ease as you get closer. One of the group members, a young woman with a bright smile and a guitar in her lap, looks up and notices you. She waves enthusiastically, calling out, "Hey there! Come join us!" You return her smile and wave back, feeling a flutter of excitement in your chest. "Thanks! That sounds great," you reply, making your way over to the group. <br><br>
As you approach, the others turn to greet you with warm smiles and friendly nods. A man with a beard and a flannel shirt gestures to an empty spot on one of the logs surrounding the fire. "Have a seat! We've got plenty of room."You take the offered seat, feeling the warmth of the fire on your face as <<linkreplace "you settle in.">>you settle in.<br><br>
Someone hands you a drink, and you take a sip, feeling the tension in your shoulders ease. The night wears on, the laughter grows louder, and the atmosphere becomes more relaxed and intimate. As the hours pass, the dynamics of the group shift subtly. You find yourself sitting closer to one of the guys, his arm draped casually around your shoulders. His touch is warm and comforting, and you lean into him, feeling a sense of belonging. <br><br>
Before you know it, you're sandwiched between two of the guys. A hand on your knee, a gentle squeeze of your shoulder, a whispered compliment in your ear. You find yourself responding, leaning into the touches, your body craving more. One of the guys leans in, his lips brushing against your ear. "You're so sexy," he murmurs, his hand sliding up your thigh. The other guy, not to be outdone, begins to kiss your neck, his hands cupping your breasts, his thumbs circling your nipples through the thin fabric of your top.<br><br>
<span id='stop'><<linkreplace "Stop them">>
But as a hand begins to move higher up your thigh, you suddenly realize where this is heading. You freeze for a moment, your mind racing as you try to decide what to do. "Wait," you say softly, your voice steady but firm. "I'm not ready for that." They look at you, surprise and a hint of disappointment in their eyes. "O... Ok," one of them says, his voice gentle. "I'm sorry if we pushed too far." You smile at them, grateful for their understanding. "It's okay," you say. "I just need to take things slow."<br><br>
The tension in the air dissipates, and the group continues to enjoy the night, the conversation and laughter flowing easily once again. Eventually, the fire starts to die down, and some of the group members decide to call it a night. You exchange friendly goodbyes and well-wishes, feeling grateful for the unexpected connection and the memories created. With the gentle glow of the fire still in your heart, you [[head back from the beach,->Go out]] knowing that tonight was a special reminder of the beauty of human connections, even with people you've just met.<br><br>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #continue>><</replace>><</linkreplace>><br></span>
<span id='continue'><if $mainChar.corruption>=70>><<linkreplace "Give in the pleasure">>
You moan, your head falling back against his shoulder as you surrender to the pleasure. One of them slides his hand into your panties, his fingers brushing against your sensitive flesh. You instinctively spread your thighs wider, granting him better access. His fingers delve deeper, pushing inside you with a confident, rhythmic motion that makes you gasp. The feeling of his fingers moving in and out of you, combined with the pressure of his thumb on your clit, sends waves of pleasure coursing through your body. <br><br>
Things escalate quickly from there. Clothes are shed, and you find yourself on your hands and knees in the sand, one of the guys positioned behind you, his cock pressing against your entrance. You let out a low groan as he pushes inside, filling you completely. At the same time, the other guy kneels in front of you, his cock hard and ready. You take him into your mouth, your tongue swirling around his length as he begins to fuck your face in rhythm with the guy behind you. You're overwhelmed by the sensations, the feeling of being filled from both ends, the taste of one cock in your mouth while another pounds into you from behind. You moan and gasp, your body rocking back and forth between them, your pleasure building with each thrust. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/beach/Campfire_CumReac"+random(1)+".webp")]]
</div><br>
As the guy behind you lets out a final, guttural groan, his cock pulsing inside you, you feel yourself tip over the edge. The guy in front of you follows suit, his hips bucking as he comes, his hot semen spilling down your throat. You swallow every last drop, your body trembling with the aftershocks of your own release. As the three of you collapse onto the sand, panting and spent, you can't help but feel a sense of satisfaction and exhilaration. The night had taken an unexpected turn, but you had embraced it, giving in to your desires and finding pleasure in the process. <br><br>
As you pull on your shorts, you can feel the slickness of semen trickling down your inner thighs. The guys watch you with a mix of admiration and lingering lust, their eyes following your every movement. One of them reaches out, gently brushing a strand of hair from your face. "Anytime you want to join us again, you're more than welcome,"he murmurs, his voice filled with genuine appreciation. You chuckle, feeling a sense of camaraderie and shared pleasure. "I might just take you up on that," you say, your tone playful. With a final glance around the group, you turn and start to [[walk away,->Go out]] the sand shifting beneath your feet.<br><br>
<<HaveASexWidget "anal" "stranger" "onass">>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "intellect" "-1">>
<<replace #stop>><</replace>><</linkreplace>><</if>></span>
<</linkreplace>>
<<elseif $mainChar.haveCum.face == 0 and $mainChar.attractiveness >= 5>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/beach/Campfire.jpg")]]
</div><br>
You approach the group, feeling a mixture of excitement and a touch of apprehension. As you draw closer, their faces become clearer in the firelight, and you notice the diverse mix of individuals huddled together. Some are roasting marshmallows on sticks, while others are engaged in lively conversations.<br><br>
A friendly smile from one of the group members encourages you to join in. "Hey there! Grab a seat, enjoy the fire," they say, patting an empty log next to them. You settle down, feeling the warmth of the flames and the sense of inclusion that the group radiates. The crackling fire and the sound of waves crashing in the background create a soothing ambiance.<br><br>
As the night goes on, you find yourself laughing at their stories and sharing some of your own. The group feels like a mini-community, a temporary escape from the usual routine. As you glance around, you catch glimpses of content faces and the glint of camaraderie in their eyes. Time seems to slow down as you soak in the shared warmth of the fire and the company of strangers turned friends.<br><br>
Eventually, the fire starts to die down, and some of the group members decide to call it a night. You exchange friendly goodbyes and well-wishes, feeling grateful for the unexpected connection and the memories created. With the gentle glow of the fire still in your heart, you [[head back from the beach,->Go out]] knowing that tonight was a special reminder of the beauty of human connections, even with people you've just met.<br><br>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $mainChar.cleanliness <15>>
You approach the group gathered around the beachside campfire, hoping to join their company. However, your overpowering odor quickly becomes the center of attention. You catch glimpses of grimaces and disapproving glances from the corner of your eye, and it becomes evident that they have no intention of including you in their gathering. <br><br>
Feeling self-conscious and rejected, you quietly [[retreat from the beachside fire,->Go out]] the warmth of the flames unable to dispel the chill of exclusion.
<<elseif $mainChar.attractiveness <5>>
You approach the group of strangers gathered around the campfire, hoping to join them. The warmth of the flames and the sound of laughter draw you in, but as you get closer, you notice that their expressions change. They look at you strangely, their smiles fading and their eyes narrowing. It's clear that they don't want you to join them. <br><br>
You pause, feeling a wave of self-consciousness wash over you. You glance down at your clothes, wondering if there's something wrong with your appearance. The group exchanges glances, and one of them finally speaks up. "Uh, sorry, but we're kind of having a private gathering here," they say, their tone dismissive. <br><br>
You feel a pang of rejection, but you try not to let it show. "Oh, okay, no problem," you reply, trying to keep your voice steady. You turn away, feeling a mix of embarrassment and disappointment. As you walk away, you can't help but wonder what it was about your look that made them so unwelcoming. You resolve to be more mindful of your appearance in the future, hoping to avoid such awkward situations.<br><br>
[[leave the beach.->Go out]]
<<else>>
You approach the group around the campfire. As you get closer, you catch a few curious glances from the group members. Their eyes flicker briefly to the noticeable cum stain you have, and you sense a momentary exchange of silent communication among them. Some smirks and suppressed chuckles are exchanged, but then one person offers a friendly nod and a smile:<br><br>
"Well I see the whores are out!" says one of them.<br>
"It's great that you're here, I have an urgent need, and you could clearly help me with that." He says with a smirk. The second one adds, "While you're at it, I need to relax too."<br><br>
You know what that mean. They want to do a threesome.<br><br>
<span id="accept"><<if $mainChar.corruption>=70>><<linkreplace "Accept their proposal.">>
You take your clothes off and join them near the campfire. You seat down, unzip the pants of one of them and start sucking him. The second grabs your ass and starts to lick your pussy. Soon, he starts ramming your ass. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/beach/Campfire_CumReac"+random(1)+".webp")]]
</div><br>
After this intercourse, you take your clothes and [[leave the beach.->Go out]]<br><br>
<<HaveASexWidget "anal" "stranger" "onass">>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "intellect" "-1">>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id="refuse"> Refuse their proposal and [[leave the beach.->Go out]]<</if>></span>
<</if>><<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Lingerie_Shop_CumReac.jpg")]]</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the boutique nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Lingerie_Shop.jpg")]]</div><br>
As you step into the lingerie store, a friendly hostess greets you with a warm smile. She asks if there's anything specific you're looking for and offers her assistance. The store's ambiance is inviting, and you feel a sense of comfort as you start browsing through the beautiful collection.<br><br>
<<if settings.lessPrices is true>>
You managed to have a 50% discount on anything here !
<<else>>
Feeling like the prices are on the steeper side, you can inquire if there's any [[possibility for a discount.->Store Discount][$Store_location = "Lingerie Shop"]]
<</if>>
<h4>LINGERIE</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.lingerie>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</for>>
<hr>
<h4>STOCKINGS</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.stockings>>
<<if _clothesItem.type !="hands">>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<hr>
<h4>SLEEVES</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.stockings>>
<<if _clothesItem.type =="hands">>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<<if settings.lessPrices == true>>
<<if $wereClothesShopPricesReduced != true>>
<<set $wereClothesShopPricesReduced = true>>
<<endif>>
<<else>>
<<if $wereClothesShopPricesReduced == true>>
<<set $wereClothesShopPricesReduced = false>>
<<endif>>
<<endif>>
<br>
<br>
[[Go back->Mall]]
<</if>><<if $mainChar.haveCum.face>0 or $mainChar.cleanliness <15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Shoes_Shop_CumReac.jpg")]]</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the boutique nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Shoes_Shop.jpg")]]</div>
As you enter the chic shoe boutique, the staff greets you with a knowing smile, recognizing your interest in fashionable footwear. The store's interior exudes elegance and modernity, with rows of shelves adorned with an array of stylish shoes that cater to different tastes and occasions. You can feel the allure of high-quality craftsmanship and trendy designs as you browse through the diverse selection of footwear.
<br><br>
<<if settings.lessPrices is true>>
You managed to have a 50% discount on anything here !
<<else>>
Feeling like the prices are on the steeper side, you can inquire if there's any [[possibility for a discount.->Store Discount][$Store_location = "Shoes Shop"]]
<</if>>
<h4>HEELED SHOES</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.shoes_heels>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</for>>
<hr>
<h4>FLAT SHOES</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.shoes_flats>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</for>>
<<if settings.lessPrices == true>>
<<if $wereClothesShopPricesReduced != true>>
<<set $wereClothesShopPricesReduced = true>>
<<endif>>
<<else>>
<<if $wereClothesShopPricesReduced == true>>
<<set $wereClothesShopPricesReduced = false>>
<<endif>>
<<endif>>
<br>
<br>
[[Go back->Mall]]
<</if>><<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Cloth_shop_CumReac.jpg")]]</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the boutique nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Daring_Shop.jpg")]]</div><br>
As you step into the edgy and stylish clothing store, the staff welcomes you with a mix of curiosity and appreciation. The store's interior matches its vibe, featuring avant-garde displays and racks filled with daring and trendy attire. You can sense the fashion-forward atmosphere as you explore the unique and audacious collection.
<br><br>
<<if settings.lessPrices is true>>
You managed to have a 50% discount on anything here !
<<else>>
Feeling like the prices are on the steeper side, you can inquire if there's any [[possibility for a discount.->Store Discount][$Store_location = "Daring Shop"]]
<</if>>
<h4>UPPER BODY APPAREL</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.daring>>
<<if _clothesItem.type is 'torso'>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<hr>
<h4>LOWER BODY APPAREL</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.daring>>
<<if _clothesItem.type is 'legs'>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<<if settings.lessPrices == true>>
<<if $wereClothesShopPricesReduced != true>>
<<set $wereClothesShopPricesReduced = true>>
<<endif>>
<<else>>
<<if $wereClothesShopPricesReduced == true>>
<<set $wereClothesShopPricesReduced = false>>
<<endif>>
<<endif>>
<br>
<br>
[[Go back->Mall]]
<</if>><<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Sport_Shop_CumReac.jpg")]]</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the boutique nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Sport_shop.jpg")]]</div>
Entering the athletic emporium, you're greeted by an array of sportswear and equipment that exude an aura of vitality and determination. The store's dynamic layout invites you to explore a world of fitness possibilities, from running shoes to swimwear. <br>The staff, with their active lifestyle expertise, provide valuable insights and assistance, creating an environment that inspires your inner athlete.<br><br>
<<if settings.lessPrices is true>>
You managed to have a 50% discount on anything here !
<<else>>
Feeling like the prices are on the steeper side, you can inquire if there's any [[possibility for a discount.->Store Discount][$Store_location = "Sport Shop"]]
<</if>>
<h4>TOP SPORTSWEAR</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.sport_sports>>
<<if _clothesItem.type is 'torso'>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<hr>
<h4>BOTTOM SPORTSWEAR</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.sport_sports>>
<<if _clothesItem.type is 'legs'>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<hr>
<h4>SWIMWEAR</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.sport_swim>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</for>>
<<if settings.lessPrices == true>>
<<if $wereClothesShopPricesReduced != true>>
<<set $wereClothesShopPricesReduced = true>>
<<endif>>
<<else>>
<<if $wereClothesShopPricesReduced == true>>
<<set $wereClothesShopPricesReduced = false>>
<<endif>>
<<endif>>
<br>
<br>
[[Go back->Mall]]
<</if>><<set $minute +=10>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Discount/StoreManager{0}.jpg",random(0,2))]]</div><br><br>
You approach the store manager, a middle-aged man with a welcoming smile. You inquire politely about the possibility of getting a discount on the items. <br>
The manager maintains his friendly demeanor but shakes his head regretfully, "I appreciate your interest in our products, but our prices are fixed, and we don't usually offer discounts on these items."<br><br>
<<if $mainChar.corruption < 20>>
Slightly disappointed, you thank him and
<<link "continue your shopping.">> <<goto $Store_location>><</link>>
determined to find something worthwhile despite the absence of discounts.
<<else>>
Ask him if there really is no <<linkreplace "other ways to get a discount.">>other ways to get a discount.<br><br>
<<if $mainChar.attractiveness >=30>>
You catch the manager off guard. He raises an eyebrow and then breaks into a mischievous grin, clearly amused by your clever comeback.<br><br>
"Well... you know, if you *really need* a discount... we can work something out." He gives a quick glance towards the door leading to the backroom. You didn't expect him to take your comment that way, and you're a bit taken aback.<br>
<<if $mainChar.corruption < 50 or $mainChar.energy < 30>>
You decide to <<link "end the conversation.">> <<goto $Store_location>><</link>>
<<else>>
You hesitate for a moment, weighing the offer. <br><br>
<span id='accept'><<linkreplace "accept it.">>
<<Achievements "reduction" "Discount Pussy">>
The vendor nods, a smirk spreading across his face. "Follow me," he says, leading you to the back of the shop. You walk through a narrow doorway, stepping into a dimly lit storage room filled with boxes and shelves. The air is thick with the scent of dust and old merchandise.<br><br>
The vendor closes the door behind you, locking it with a soft click. He turns to face you, his eyes filled with anticipation. "Alright, let's get this over with," he says, unzipping his pants. He turns you around, bending you over the desk. You feel him enter you, his movements rough and urgent. The desk creaks under the weight of your bodies, and the sound of flesh against flesh fills the room. You grip the edge of the desk, bracing yourself as he thrusts into you.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Discount/Fuck{0}.webp",random(6))]]</div><br><br>
Throughout it all, he whispers degrading words into your ear. "You're just a little slut, aren't you?" he says, his voice filled with contempt. "You'll do anything for a discount, won't you?" <br><br>
You try to block out the words, focusing on the hope that this will be worth it, that you'll get the discount you need. The vendor's movements become more intense, and you feel him tense up. Suddenly, he pulls out and turns you around again, pushing you to your knees. <br><br>
"Swallow it all, you whore," he commands, his voice harsh. You do as you're told, feeling a mix of humiliation and relief. His semen flood your mouth as he releases your head and catch a breath. he zips up his pants and looks down at you with a satisfied smirk. "Alright, you've earned it," he says. "I'll give you 50% off, but the deal ends as soon as you leave the store. If you come back, we can make another arrangement." <br><br>
You collect your clothes on the ground and stand up, feeling a mix of relief and exhaustion. "Thank you," you say, your voice barely above a whisper. You adjust your clothes and get up, ready to make your purchase with the discount you've worked for, despite the feeling of humiliation. He unlocks the door, and let you
<<link "leave the storage room.">>
<<set settings.lessPrices to true>> <<set $minute +=20>>
<<goto $Store_location>><</link>><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "intellect" "-2">>
<<replace #leave>><</replace>><</linkreplace>><br></span>
<span id='leave'><<linkreplace "End the conversation">>
You feel a mix of shock and curiosity. You take a step back, shaking your head firmly. "No, I can't do that," you say, your voice steady despite the racing of your heart. The salesperson shrugs, his smile fading. "Suit yourself," he says, returning to his professional demeanor.<br><br>
Yet, you can't help but feel a strange sense of empowerment, knowing that you were desired and that you had the power to <<link "refuse and leave.">> <<goto $Store_location>><</link>>
<br><br>
<<MainChar_Stats "arousal" "10">>
<<replace #accept>><</replace>>
<</linkreplace>> </span>
<</if>>
<<else>>
The salesperson looks at you with a raised eyebrow, his expression unimpressed. "No, I'm afraid not," he says firmly, his voice devoid of any interest. "If you're not here to buy something, I suggest you leave."<br><br>
You feel a wave of humiliation wash over you. Your attempt at seduction has fallen flat, and you realize that you're not attractive enough to play this game. With a heavy sigh, you end the conversation and <<link "turn away.">> <<goto $Store_location>><</link>>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><br>
<span id='leave'>Thank him and <<link "go back.">> <<goto $Store_location>><</link>></span>
<</if>>
<<set $hour +=2>>
<<set $minute +=30>>
<<if $timeOfDay is "Day">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Friend/Eat_Friend_Day.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Friend/Eat_Friend_Night.jpg")]]
</div>
<</if>><br>
You approach your friend before greeting him. "Hey $mainChar.firstName!," he says with a big smile. <br>
You ask him if he's waiting for someone. "No, just flying solo today." With a warm grin, you suggest to join him. Your friend's face lights up, and he quickly nod in agreement, pulling out a chair for you.<br><br>
You settle into the empty seat, and a cheerful conversation ensues. As you both chat and enjoy your meals, the restaurant's ambiance seems to grow livelier. The shared laughter and camaraderie add a special touch to your dining experience. Your friend shares stories, you catch up on life, and it becomes evident that your spontaneous decision to join them has made both of your days brighter.<br><br>
Eventually, you [[finish your meals->Go out]], content and grateful for the unplanned connection.<br><br>
<<MainChar_Stats "energy" "30">>
<<set $mainChar.energy to 20>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Table.jpg")]]
</div><br>
The waitress leads you to a table, placing a menu before you. is set with pristine white tablecloths and adorned with flickering candlelight, creating an intimate and inviting atmosphere. <br>
"Here's your table. Please take your time with the menu, and your server will be right with you," she says with a friendly smile before departing to assist other customers.
<h2>MENU</h2>
<h3>Starters</h3><hr>
Salade Niçoise ($8) <<RestaurantEat "Salade" "8">>
<br><p class="small">// Mediteranean salad with fresh tuna, mixed greens, tomatoes, olives, and hard-boiled eggs. //</p><br>
Pâté de Campagne ($7) <<RestaurantEat "Pâté de Campagne" "7">>
<br><p class="small">// Country-style pork pâté served with Dijon mustard. //</p><br>
Coquilles Saint-Jacques ($11) <<RestaurantEat "Coquilles Saint-Jacques" "11">>
<br><p class="small">// Seared scallops served with a lemon beurre blanc sauce. //</p><br>
<h3>Main Courses</h3><hr>
Ratatouille ($16) <<RestaurantEat "Coquilles Saint-Jacques" "16">>
<br><p class="small">// A medley of sautéed vegetables served with rice. //</p><br>
Magret de Canard ($23) <<RestaurantEat "Magret de Canard" "23">>
<br><p class="small">// Pan-seared duck breast served with a red wine reduction sauce and accompanied by a gratin dauphinois. //</p><br>
Moules Marinières ($17) <<RestaurantEat "Moules Marinières" "17">>
<br><p class="small">// Mussels steamed in white wine, garlic, and herbs, served with frites. //</p><br>
<h3>Desserts</h3><hr>
Crème Brûlée ($8) <<RestaurantEat "Crème Brûlée" "8">>
<br><p class="small">// Vanilla custard with a caramelized sugar topping. //</p><br>
Profiteroles ($6) <<RestaurantEat "Profiteroles" "6">>
<br><p class="small">// Choux pastry filled with ice cream and drizzled with hot chocolate sauce. //</p><br>
Tarte au Citron ($7) <<RestaurantEat "Tarte au Citron" "7">>
<br><p class="small">// Lemon tart with a buttery pastry crust. //</p><br>
<h3>Beverages</h3><hr>
Red Wine ($8) <<RestaurantEat "Red Wine" "8">>
<br><p class="small">// House red wine by the glass. //</p><br>
White Wine ($7) <<RestaurantEat "Red Wine" "7">>
<br><p class="small">// House white wine by the glass. //</p><br>
Draft beer ($6) <<RestaurantEat "Draft Bear" "6">>
<br><p class="small">// House white wine by the glass. //</p><br>
Mineral Water ($2) <<RestaurantEat "Mineral Water" "2">>
<br><p class="small">// Bottled mineral water. //</p><br>
<br>
Once you've made your choice, you signal the waiter to come and [[take your order.->Eat alone]]<<widget "RestaurantEat">>
<!-- $args[0] - name of food -->
<!-- $args[1] - used in Restaurant and other places - the price of food. "0" for free food! -->
<<if def $args[1] and $args[1] != 0>>
<<if $mainChar.money < $args[1]>>
You don't have enough money
<<else>>
<<linkreplace "choose">>
<<if $mainChar.money >= $args[1]>>
Selected
<<set $mainChar.money -= $args[1]>>
<<if $inventory.food[$args[0]].corruption != 0
or $inventory.food[$args[0]].fitness != 0
or $inventory.food[$args[0]].attractiveness != 0>>
<<set $inventory.food[$args[0]].boostTimer = $inventory.food[$args[0]].boostTimerReset>>
<<endif>>
<<set $mainChar.energy += $inventory.food[$args[0]].energy>>
<<if def $inventory.food[$args[0]].intoxication>>
<<set $mainChar.intoxication += $inventory.food[$args[0]].intoxication>>
<<set $intoxicationHour = $hour>>
<<set $intoxicationMinute = $minute>>
<<endif>>
<<else>>
You can't afford all this! <</if>>
<</linkreplace>>
<<endif>>
<<else>>
<<if $inventory.food[$args[0]].boostTimer == 0>>
<<link "Eat">>
<<set $minute += 5>>
<<if $args[1] != 0>>
<<set $inventory.food[$args[0]].count -= 1>>
<<endif>>
<<if $inventory.food[$args[0]].corruption != 0
or $inventory.food[$args[0]].fitness != 0
or $inventory.food[$args[0]].attractiveness != 0>>
<<set $inventory.food[$args[0]].boostTimer = $inventory.food[$args[0]].boostTimerReset>>
<<endif>>
<<set $mainChar.energy += $inventory.food[$args[0]].energy>>
<<if def $inventory.food[$args[0]].intoxication>>
<<set $mainChar.intoxication += $inventory.food[$args[0]].intoxication>>
<<set $intoxicationHour = $hour>>
<<set $intoxicationMinute = $minute>>
<<endif>>
<<set _passage = passage()>>
<<goto _passage>>
<</link>>
<<else>>
Eat
<<endif>>
<<endif>>
<</widget>><<set $hour +=1>>
<<set $minute +=30>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Eat_Alone.jpg")]]
</div><br>
You patiently wait for a few minutes until the waiter brings your dish to the table. <br>"Here you go, enjoy your meal" he says with a smile before leaving.<br>
You thank the server and pick up your utensils, ready to savor every bite of this culinary delight.<br><br>
While you enjoy your meal, you glance around the restaurant. A couple shares whispered words to your left, while a solo diner reads intently nearby. Across the room, friends toast and laugh, creating a lively ambiance. The golden lighting casts a warm glow, enhancing the relaxed atmosphere. You appreciate this delightful experience.<br><br>
After finishing your meal, you signal the waiter, who promptly clears the table with a polite nod. You offer your thanks for the pleasant dining experience. With a satisfied stomach and content heart, you [[leave the establishment.->Go out]]<<if $mainChar.haveCum.face > 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/Scold.jpg")]]
</div><br>
<<if $mainChar.corruption < 30>>
"What on earth made you believe you could show up in such a state?!" he says, leading you to the desk. "Such kind of behavior will not be permitted in this place! I don't want sluts in my restaurant!"<br><br>
He orders you to [[clean up->Female Public Restroom][variables().mainChar.cleanCum(), $Restroom_location = "Restaurant"]] in the restaurant restroom.
<<else>>
"What on earth made you believe you could show up in such a state?!" he says, leading you to the desk. "Such behavior will not be permitted! If you want to be a slut, at least have the decency to do it out of sight."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/Punish{0}.webp", random(3))]]
</div>
"You wanted to be a slut? Get on your knees," he orders.<br><br>
<<if $mainChar.corruption >= 40>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/Fuck{0}.webp", random(6))]]
</div>
Finally, your boss releases his load on you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/Cumshot{0}.webp", random(5))]]
</div><br><br>
"Now go clean yourself up and begin your shift," he commands.
<<link "start your shift.">>
<<run variables().mainChar.cleanCum()>>
<<goto "Locker Room">>
<</link>><br><br>
<<HaveASexWidget "rape" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "90">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-2">>
<<else>>
Finally, he releases his load on your face.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/Cumshot{0}.webp", random(4))]]
</div><br><br>
<<link "start your shift.">>
<<run variables().mainChar.cleanCum()>>
<<goto "Locker Room">>
<</link>><br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<</if>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/Office.jpg")]]
</div><br>
You step into the restaurant manager's office. The room is well-organized, with files neatly stacked on the desk. The manager looks up, his expression shifting from concentration to curiosity.<br><br>
<<linkreplace "talk about the job.">>
<<if $mainCharcorruption < 15>>
"So, your salary is tied to your level of experience. The more experience you have, the higher your starting wage will be," he explains. You nod, taking in the information. "That makes sense," you reply. The manager continues, "As for tips, they largely depend on your attentiveness and overall presentation. Customers appreciate a server who is polite, efficient, and well-groomed. The better you take care of them, the more likely they are to leave a generous tip." <br><br>
You listen intently, taking mental notes. "That makes sense. I'll make sure to be on top of my game." The manager nods approvingly. "Great. Also, we have different uniform options available. Some are a bit more daring, but they are entirely optional. The choice is yours, and we want you to feel comfortable in whatever you wear." You smile, feeling a sense of relief. "Thank you for the information. I'll consider the uniform options and make sure to present myself in the best way possible."
<<elseif $mainChar.corruption <30>>
"So, your base salary will be determined by your experience as a server. We value the skills and knowledge you bring to the table. As for tips, they are largely influenced by your... attentiveness. Customers appreciate a server who is willing to go the extra mile, if you know what I mean." You shift uncomfortably in your seat, trying to maintain a neutral expression. "Go the extra mile?" The manager leans in, their voice dropping to a conspiratorial whisper. "Yes, you know, being a bit more hands-on, letting customers get a good look at your assets. A little flirtation can go a long way in this business." <br><br>
You feel a rush of embarrassment but try to keep your composure. "I see... that explains some uniforms I saw..." The manager's smile widens. "We have different options available. Some are a bit more revealing, designed to show off your best features. Customers tend to tip better when they have something nice to look at."You nod, feeling a mix of discomfort and understanding. "I'll keep that in mind. Thank you for the information."
<<else>>
"So, your base salary will be determined by your experience as a server. We value the skills and knowledge you bring to the table. As for tips, they are largely influenced by how much you're willing to put yourself out there. Customers appreciate a server who is willing to be a bit more... accommodating." You shift uncomfortably in your seat, trying to maintain a neutral expression. "Accommodating?" The manager leans in, their voice dropping to a low, suggestive tone. "Yes, you know, being a bit more hands-on, letting customers get a good feel of your assets. A little flirtation, a little teasing, it can go a long way in this business. And if you're really looking to maximize your tips, well, let's just say that some customers are willing to pay extra for a little more... attention."<br><br>
The manager pauses, and his smile widens. "We have different options available. Some are designed to show off your best features, if you know what I mean. The more skin you show, the better the tips. And if you're really looking to make an impression, well, let's just say that a little cleavage and a short skirt can go a long way." You nod, feeling a mix of discomfort and understanding. "I'll keep that in mind. Thank you for the information."
<</if>><br><br>
<</linkreplace>>
<<if $mainChar.corruption >= 30 and $mainChar.hasFuckedBoss != $hour>>
<<linkreplace "suck him.">>
Without a word, you drop to your knees, crawling toward him. He watches, eyes hungry.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/bj{0}.webp", random(6))]]
</div>
<<if $mainChar.corruption >= 40>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/Fuck{0}.webp", random(6))]]
</div>
<<HaveASexWidget "vaginal" "stranger">>
<<MainChar_Stats "corruption" "1" "90">>
<<MainChar_Stats "arousal" "50">>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/ManagerOffice/Cumshot{0}.webp", random(4))]]
</div>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "30">>
<</if>>
<<set $mainChar.hasFuckedBoss to $hour>>
<</linkreplace>>
<<elseif $mainChar.hasFuckedBoss is $hour>>
"Not now, $mainChar.firstName. I need to work."
<</if>>
<</if>>
<br>
[[Leave his office.->Restaurant]]<<set $minute += 20>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Public_restroom/Restroom.jpg")]]
</div><br>
You nervously follow your alluring waitress friend into the restaurant's restroom, barely having time to process her suggestion before you hear a lock click behind you. You feel an electric charge in the air as she takes a deep breath and says, "Let's see if we can get rid of this stain before anyone notices," lasciviously running her tongue over her glossy lips while eyeing your cum stains in anticipation. The intensity of the moment is almost palpable as you both stand, frozen, staring at each other.<br><br>
<span id='wipe'>
<<if $inventory.grocery['Wet wipes'].count > 0>>
You're not sure about what's going to happens, but you better not take any risk. <br>
You quickly [[take a wipe from your bag->Restaurant][ variables().mainChar.cleanCum()]] before she starts anything.<br>
<<else>>
You not sure about what's going to happens, but you better not take any risk and decide to fastly take a wipe from your bag before she starts anything... But you don't have any wipe on you ! <br>
<</if>>
</span>
<<if $mainChar.corruption < 30>>
You decide to end the conversation here and [[leave the restaurant.->Go out]]<br>
<<else>>
<span id='wipe2'> You can end the conversation here and [[leave the restaurant.->Go out]]<br>
Or you can</span>
<<linkreplace "let her do what she wants.">>
In a split second, she shoves you into the restroom stall and slams the door shut.Her grip tightens around your neck as she hungrily licks the cum from your body with a deep, passionate hunger.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Public_restroom/Lesbian_lickCum{0}.webp",random(2))]]
</div><br>
Your lips meet in a passionate kiss, leaving you both breathless. Her hand slides down your body, igniting an unexpected hunger within you as she caresses your delicate curves. <br><br>
<span id="push"><<if $mainChar.corruption>=40>>
<<linkreplace "Push it further.">>
You can't resist the urge anymore and soon enough you are both shedding clothes inside the restroom of the busy restaurant, ready to explore each other in an intimate encounter.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Public_restroom/Women/Lesbian{0}.webp",random(6))]]
</div><br>
You both collapse into delirious pleasure in that cramped stall, her juices cascading down your neck as you reach the peak of ecstasy. You hastily take your clothes and [[scramble out the restroom->Restaurant][variables().mainChar.cleanCum()]] , leaving behind an unforgettable scent of musk and sweat in the air. <br><br>
<<HaveASexWidget "oral" "stranger">><br>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Stop it there.">> You decide to stop it there before anything it goes too far. You thank her for her "help" and [[leave the restroom->Restaurant][variables().mainChar.cleanCum()]]<br><br>
<<MainChar_Stats "arousal" "20">>
<<replace #push>><</replace>><</linkreplace>></span>
<<replace #wipe>><</replace>><<replace #wipe2>><</replace>><</linkreplace>>
<</if>><<if $mainChar.work.waitress.experience >= 40>>
<<Achievements "waitress" "Tip-Earning Slut">>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/LockerRoom.jpg")]]
</div><br>
You stand in the restaurant's dressing room, surrounded by rows of neatly hung uniforms. The soft hum of chatter and clinking dishes seeps in from the bustling dining area beyond the closed door. You head to your locker, ready to change into your work attire. <br><br>
<<if random(1) is 0>>
As you begin to change, you see your waitress friend entering the locker room. She looks up and smiles at you while heading to her locker. She starts talking to break the silence.
<<set _phrase to either(
"I must admit, I kind of enjoy it when the customers get a little handsy. It makes me feel desired.",
"I don't mind when they stare; it's like a compliment in a way, don't you think?",
"I have this weird thing where I get a kick out of being belittled by the customers. It's strange, I know.",
"I get a kick out of it when they can't keep their eyes off me. It's like I have some sort of power over them.",
"I don't mind the occasional touch; it's like a secret thrill that keeps the job interesting.",
"I kind of enjoy the attention, even if it's a bit inappropriate. It's a confidence booster.",
"Some customers are willing to pay extra for a bit of fun in the alley.",
"I like the feeling of being desired, even if it's just for a moment.",
"I feel more confident when the customers compliment my body.",
"Sometimes, I give a little extra service under the table for a bigger tip.",
"Sometimes, I have to go the extra mile to keep the customers happy and avoid bad reviews, if you know what I mean."
)>>
"_phrase" she says casually. You pause for a moment, taking in her words.<br><br>
<</if>>
<<if $mainChar.cleanliness <50>>
You really need to [[take a shower->Resto Shower][$Locker_Location = "Locker Room"]]
<<elseif $mainChar.cleanliness <80>>
You could [[take a shower->Resto Shower][$Locker_Location = "Locker Room"]]
<<elseif $mainChar.cleanliness<99>>
You're already clean, but you can still [[take a shower->Resto Shower][$Locker_Location = "Locker Room"]] if you want.
<</if>>
<br>
<<if ! $mainChar.appearance.isCombed>>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>>
<<else>>
Your hair is combed.
<<endif>> <br>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
Waitress experience: <<print $mainChar.work.waitress.experience>>
<h4>LOCKER</h4>
<<if !["Sexy","Normal","Pervy"].includes($mainChar.work.costume)>>
* Standard uniform - <<if $mainChar.work.costume == "Normal">>You're wearing it.<<else>>[[Wear->Locker Room][$mainChar.work.costume = "Normal",$mainChar.work.currentWorkName = "Waitress",$minute += 5]]<<endif>> <br>
<<if $mainChar.work.waitress.experience >= 20>>
* Sexy uniform - <<if $mainChar.work.costume == "Sexy">>Wearing<<elseif $mainChar.corruption<25>>You're not daring enough to wear such outfit<<else>>[[Wear->Locker Room][$mainChar.work.costume = "Sexy",$mainChar.work.currentWorkName = "Waitress",$minute += 5]]<<endif>> <br>
<</if>>
<<if $mainChar.work.waitress.experience >= 40>>
* Pervy uniform - <<if $mainChar.work.costume == "Pervy">>Wearing<<elseif $mainChar.corruption<40>>You're not daring enough to wear such outfit<<else>>[[Wear->Locker Room][$mainChar.work.costume = "Pervy",$mainChar.work.currentWorkName = "Waitress",$minute += 5]]<<endif>><br>
<</if>>
<<else>>
Change into your [[usual clothes.->Locker Room][$mainChar.work.currentWorkName = "",$mainChar.work.costume="", $minute += 5]]<br>
<</if>>
<br>
<<if !["Sexy","Normal","Pervy"].includes($mainChar.work.costume) and ($hour<22 and $hour>=16)>>
You must change into your work outfit to start your shift.
<<elseif $mainChar.energy < 20 and ($hour<22 and $hour>=16)>>
You're too tired to start working now.
<<elseif $mainChar.cleanliness < 30 and ($hour<22 and $hour>=16)>>
You stink! You can't serve customers like that.
<<elseif $hour>=22 or $hour<16>>
It's no longer within your working hours.
<<else>>
<<if ($mainChar.cleanliness >=60 and $mainChar.appearance.isCombed and $mainChar.appearance.makeup != "Ruined")>>
[[Start your shift.->Work Waitress Process][$minute += 30]]
<<else>>
You can't start your shift without combed hair, clean makeup and good hygiene.
<</if>>
<</if>><br>
<<if !["Sexy","Normal","Pervy"].includes($mainChar.work.costume)>>
[[leave the room.->Restaurant][$mainChar.work.currentWorkName = ""]]
<</if>>
<<set $minute +=10>>
<<ClothLevel "in">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/Sister/showering{0}.webp',random(2))]]
@@<br>
You step into the compact but serviceable shower area tucked away in the corner of the locker room. The warm water provides instant relief as it cascades down, while steam fills the space, creating a moment of solitude amidst the bustling place.
<br><br> After the refreshing shower, you towel off and <<link "go back in the room">><<ClothLevel "out">><<goto $Locker_Location>><</link>> ready for your day with renewed energy and confidence.<br><br>
<<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">><<set $pastPassage to "Female Public Restroom">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Restroom.jpg')]]
@@<br>
You enter the public restroom designated for women. It's a nondescript facility with its rows of stalls and a faint scent of cleanliness in the air. <br><br>
<span id='actions'>
There's a huge mirror on the wall above a row of sinks where you can have a [[little refresh.->Bathroom Mirror]]<br>
You can also make your way to an [[available stall.->Public stall]]<br><br>
</span>
<<if random(2) is 0>>
While standing in front of the sinks, you hear a noise coming from one of the toilet stalls. <br> You wonder whether you should
<<linkreplace "take a look.">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Women/Voyeur{0}.webp',random(1))]]
@@<br>
You try to silently sneak closer until you are sure: there is a girl masturbating inside the last cabin! Seems like she hasn’t noticed your presence yet and continues to masturbate all by herself. The excitation grows in you as you keep watching her playing with her pussy.<br><br>
<<if $mainChar.corruption >= 40 and $mainChar.energy>=20>>
You wonder whether you should enter her stall and <<linkreplace "lend her a helping hand.">>lend her a helping hand.<br><br>
<<if gaussian($mainChar.attractiveness,15)>=30>>
She's taken by surprise when she sees the door of her toilet stall opening, and instantaneously closes her thighs and hides her pussy with her hands. She opens her mouth to say something but, seeing your lustful eyes looking at her pussy, she stays immobile. You, on the other hand, get on your knees in front of her. You place your hands on her inner thighs and, without a word, she slowly opens them for you. Soon, you find yourself eating the pussy of a stranger in the public toilets. <br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Women/Lesbian{0}.webp',random(6))]]
@@<br>
She climaxes under the touches of your female bodies, and then you [[leave the stall.->Female Public Restroom]]<br><br>
<<set $mainChar.hasFuckedLesbianRestroom to true>>
<<set $minute += 20>>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "+45">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<else>>
She's taken by surprise when she sees the door of her toilet stall opening, and instantaneously closes her thighs and hides her pussy with her hands. Shocked by your words, she slams the door in your face.<br><br>
Your excitement fades a bit, realizing you're not very attractive right now. Feeling a mix of rejection and frustration, you turn around and [[walk away.->Female Public Restroom]]<br><br>
<<set $mainChar.hasFuckedLesbianRestroom to true>>
<<MainChar_Stats "arousal" "-15">>
<<endif>>
<<replace #back>><</replace>> <<replace #arousal>><</replace>><<replace #actions>><</replace>>
<</linkreplace>>
<<endif>>
<span id='arousal'><br>
<<MainChar_Stats "arousal" "10">></span>
<</linkreplace>><br><br>
<<endif>>
<span id='back'>
<<link "Go back">><<goto $Restroom_location>><<set $mainChar.hasFuckedLesbianRestroom to false>><</link>></span>
<<if random(3) is 0>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Restroom.jpg')]]
@@<br>
Curiosity piqued, you decide to venture into the men's public restroom. You push open the heavy door, the hinges creaking slightly as you step inside. The air is cool and slightly damp, the scent of disinfectant and faint traces of urine filling your nostrils. You glance around, noting the row of urinals and sinks, but it seems like you're alone. The silence is almost eerie, broken only by the distant hum of the building's ventilation system. <br><br>
As you take a few steps further in, you notice that one of the stall doors is closed. You pause, your ears picking up faint, rhythmic sounds coming from behind the door. It's a soft, repetitive noise, accompanied by the occasional quiet grunt. Intrigued and a bit nervous, you take a step closer, your heart beating a little faster. <br><br>
<<linkreplace "Approach the source of the noise.">>
You lean in slightly, your ear almost touching the stall door, trying to catch every sound. The rhythm quickens, the grunts becoming more pronounced, and you can feel a strange thrill coursing through you: there is a guy masturbating inside the last cabin! It seems like he hasn’t noticed your presence yet and continues to masturbate.You know you shouldn't be here, shouldn't be listening, but you can't help yourself. The forbidden nature of the situation only adds to the excitement.<br><br>
<span id="enter"><<if $mainChar.corruption >=40 and $mainChar.energy>=20>>
Enter the stall and <<linkreplace "help him.">>help him.<br><br>
<<if gaussian($mainChar.attractiveness,15)>=20>>
With a mix of curiosity and boldness, you decide to push the stall door open slightly, peeking inside. The man startles, his eyes widening in surprise and embarrassment as he quickly tries to cover himself. "What the hell?" he exclaims, his voice a mix of shock and confusion. You offer him a reassuring smile, your voice soft and steady. "I heard you," you say, your eyes meeting his. "I thought maybe you could use a hand." The man hesitates, his breath coming in quick gasps, his mind clearly racing. "W... What ? I... I don't know," he stammers, his eyes flicking between you and the door, as if considering making a run for it. <br><br>
You take a step closer, your voice gentle but firm. "It's okay," you say. "I want to help. Let me." You kneel down in front of him, your eyes looking up at his face, seeking his approval. He nods again, his breath hitching as you reach out and gently take him in your hand. You can feel his heartbeat pulsing, his body tense with anticipation. You lean in, your tongue flicking out to taste him, your eyes never leaving his face. He groans softly, his head falling back against the stall wall, his eyes fluttering closed. You take him into your mouth, your lips wrapping around him, your tongue swirling and exploring. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Men/Suck{0}.webp',random(3))]]
@@<br>
He moans softly, his hips beginning to move, thrusting gently into your mouth. You can feel his pleasure building, his body tensing, his breath coming in quick gasps. You look up at him, your eyes meeting his, and you see the raw desire and gratitude in his gaze. His hands find their way to your hair, his fingers tangling in the strands as he guides your movements, his body taking control. You surrender to his touch, letting him use your mouth for his pleasure, feeling a sense of satisfaction in his growing urgency. <br><br>
<span id='push'><<if $mainChar.corruption>=40 and $mainChar.energy>=30>><<linkreplace "Let him fuck you.">>
Emboldened by the intimacy of the moment, you decide to take things further. You stand up, your eyes locked onto his, and you can see the mix of surprise and desire in his gaze. "I want more," you say, your voice steady and clear. "I want you to fuck me, right here, right now." The man hesitates for a moment, his breath hitching as he processes your request. But the desire in his eyes is unmistakable, and he nods, his body already responding to your words. He spins you around, pressing you against the stall wall, his body hard against yours. With one swift thrust, he enters you, filling you completely. You gasp, your body adjusting to his size, your muscles clenching around him.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Men/PublicToilet_Fuck{0}.webp',random(6))]]
@@<br>
You can feel his urgency, his need, as he fucks you hard and fast, his breath coming in quick, desperate gasps. You meet his thrusts, your body moving in sync with his, your pleasure building with each movement. The sound of flesh against flesh fills the small stall, the scent of sex and desire heavy in the air. You forget where you are and begin to moan with pleasure as every inch of your being burns for more. He grows harder and faster until you reach an explosive climax together, and he groans out his release inside of you. Your legs are pure jelly by now, so you just collapse on him and both of you rest for a minute. <br><br>
Finally, he pulls out, his body relaxing as he steps back, a satisfied smile on his lips. "Thank you," he says, his voice soft and sincere. "That was... incredible." You turn to face him, a smile playing on your lips. "Anytime," you say, your voice filled with a mix of satisfaction and pleasure. He nods, his eyes lingering on yours for a moment longer before he turns and slips out of the stall, leaving you to gather yourself, a secret, shared moment between two strangers in the most unexpected of places. You take your clothes and <<link "leave the stall.">> <<goto "Empty restroom">> <</link>><br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "65">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "combed" "false">>
<<set $minute += 20>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum.">>
His hands find their way to your hair, his fingers tangling in the strands as he guides your movements, his body taking control. You surrender to his touch, letting him use your mouth for his pleasure, feeling a sense of satisfaction in his growing urgency. Finally, with a deep groan, he finds his release, his body shuddering as he spills into your mouth. You swallow, your eyes looking up at him, a sense of accomplishment and satisfaction filling you. <br><br>
You stand up, wiping your mouth with the back of your hand, a small smile playing on your lips. He looks at you, his eyes filled with a mix of gratitude and awe. "Thank you," he says, his voice soft and sincere. You nod, a sense of pride and pleasure filling you. "Anytime," you say, before [[slipping out of the stall,->Empty restroom]] leaving him to gather himself, a secret, shared moment between two strangers.
<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-5">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 10>>
<<replace #push>><</replace>><</linkreplace>></span>
<<else>>
With a mix of boldness and curiosity, you decide to push the stall door open, revealing the man inside. He's seated on the toilet, pants around his ankles, his hand frozen mid-stroke. His eyes widen in shock and surprise as he looks up at you, his face flushing a deep red. "What the hell?" he exclaims, his voice a mix of embarrassment and anger. "What are you doing in here?" You offer him a reassuring smile, your voice soft and steady. "I heard you," you say, your voice barely above a whisper. "I thought maybe you could use a hand. Or something more." The man's eyes widen even further, his shock turning to disbelief. "Are you serious?" he asks, his voice sharp. "No, I don't need your help. Get out of here!"<br><br>
You feel a wave of humiliation wash over you, your cheeks burning with shame. You had expected surprise, maybe even excitement, but not outright rejection. You take a step back, feeling your confidence crumble. "I... I'm sorry," you stammer, your voice shaking. "I thought—" "Just go," he interrupts, his voice firm. He quickly pulls up his pants, his hands fumbling with the zipper. "You shouldn't be in here. This is the men's room." You feel a lump form in your throat, the sting of rejection burning in your eyes. <br><br>
You stand there for a moment, stunned and humiliated. The realization that you are so unattractive that even a man in the middle of pleasuring himself would refuse your help hits you hard. Feeling a mix of shame and rejection, you turn around and <<link "walk away.">> <<goto $Restroom_location>> <</link>> <br><br>
<<MainChar_Stats "arousal" "-30">>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='leave'><<link "Leave the restroom">> <<goto $Restroom_location>> <</link>> before he hears you.<br><br>
<<MainChar_Stats "arousal" "10">></span>
<<replace #leave2>><</replace>><</linkreplace>><br>
<span id='leave2'><<link "Leave the restroom.">> <<goto $Restroom_location>> <</link>></span>
<<elseif random(2) is 0>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Restroom_Men.jpg')]]
@@<br>
Curiosity piqued, you decide to venture into the men's public restroom. You push open the heavy door, the hinges creaking slightly as you step inside, drawing the attention of the men inside. Several pairs of eyes turn to look at you, surprise and confusion written all over their faces. One man, washing his hands at the sink, pauses mid-scrub, his eyes widening as he takes in your presence. A few others, waiting in line or adjusting their clothes, exchange glances, their eyebrows raised in silent questioning. You stand there, feeling the weight of their gazes, a blend of curiosity, shock, and even a hint of amusement in their expressions.
<<if $mainChar.corruption <70 or $mainChar.energy<40>><br><br>
You decide to make a quick <<link "retreat back">><<goto $Restroom_location>><</link>> feeling a mix of embarrassment, curiosity and excitment.<br><br>
<<else>>
As the center of attention, you can't decide what to do.<br><br>
<span id='gangbang'> <<linkreplace "Start a gangbang">>
With a surge of boldness, you walk to the center of the restroom, the eyes of the men following your every move. You drop to your knees, the cold tiles pressing against your skin, and look up at the circle of surprised and confused faces surrounding you. Taking a deep breath, you speak, your voice steady and clear. "Please," you beg, your eyes imploring. "I want you to fuck me. I want to suck your cocks and feel you take my pussy and my ass. Please, use me." The room is silent for a moment, the men exchanging uncertain glances, taken aback by your request. You can see the hesitation in their eyes, the shock at your audacity. But you hold their gazes, your expression sincere and desperate. <br><br>
One of the men, bolder than the rest, steps forward. He unzips his pants, pulling out his cock and guiding it to your mouth. You open wide, taking him in, your eyes looking up at him as you begin to suck. His hesitation melts away, replaced by a growing confidence and desire. Seeing him take what you offered, the other men begin to follow suit. Steady breaths pulse from your lips as the men close in around you. You feel their thick cocks pressing against your face, and without hesitation you take them into your mouth. With every tug and flick of your tongue, moans of pleasure escape the men around you as you desperately attempt to satisfy them all. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Suck{0}.webp',random(4))]]
@@<br>
You feel hands gripping your hip, touching your breasts, starting to explore further. Your pussy and ass are mercilessly stimulated, signalling it's time for you to take the next step. At once, you change positions and spread your legs wide open, ready to serve them. You are passed from one to the next, your body an object for their pleasure. Cocks thrust in and out of you, hands grope and squeeze, and all the while, you moan and beg for more. The restroom is filled with the sounds of flesh slapping against flesh, grunts of pleasure, and your own desperate cries.<br><br>
In the midst of it all, you feel a sense of complete surrender, giving yourself over to the raw, primal desires of the men around you. You are the center of their lust, a vessel for their pleasure, and you take it all, eagerly and willingly. The gangbang continues, your body used and enjoyed, every inch of you claimed and conquered.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Fuck{0}.webp',random(4))]]
@@<br>
Your entire body throbs with pleasure as you take in multiple cocks at once. You reach your second orgasm faster than ever before, as each and every one of your holes is filled with throbbing manhood. The sensations become more intense as you begin to take two members in the same hole, pushing your pleasure over the edge. As the waves of euphoria start to crash through you, you become vaguely aware that more are coming. Soon, loads of cum will fill all your orifices from multiple partners at once, building up until you reach the ultimate climax in a sea of semen.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Cum{0}.webp',random(1))]]
@@<br>
When you finally gather your mind, you find yourself alone in the men restroom. You slowly begin to realize that you lay sprawled across the sticky tile of the men's restroom, completely naked in a pool of semen. A nauseatingly sweet taste lingers in your mouth, and you feel a drowsy euphoria which comes from being almost cum-drunk.
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Final.webp',)]]
@@<br>
Since you can't stay here indefinitly, you take your cum-stained clothes and <<link "clean up yourself,">><<goto "Empty restroom">><</link>> <br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<HaveASexWidget "anal" "stranger" "onass">>
<<HaveASexWidget "bj" "stranger" "face">>
<<Achievements "gangbang" "Cum-Soaked Fleshlight">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-4">>
<<set $minute += 30>>
<<replace #leave>><</replace>><<replace #piss>><</replace>>
<</linkreplace>><br></span>
<span id='piss'><<if $mainChar.corruption>=110>><<linkreplace 'Open your mouth aside the urinals.'>>
With a mix of determination and nervous excitement, you walk over to the row of urinals, the sound of your footsteps echoing in the tiled room. You lower yourself to your knees on the cold, hard floor, positioning yourself beside the urinals. The men watch in stunned silence, their eyes wide with disbelief and curiosity. You take a deep breath, steeling yourself for what you're about to do. Slowly, you open your mouth, your eyes looking up at the men gathered around. "Use me," you say, your voice steady and clear. "Use me like you would use an urinal." <br><br>
The men are bewildered by your behavior. One of them, with a hint of trepidation, takes a step forward. You lock eyes with him as he unzips his pants in front of your face. You sense his hesitation about the unfolding situation, but you offer him an approving glance. Soon, his hot stream of urine cascades over your tongue, overwhelming your mouth and making you gag on the liquid. You revel in it, a perverse pleasure coursing through you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Men/PublicToilet_Pissing{0}.webp',random(3))]]
@@<br>
You remain on your knees, your mouth open, as a steady stream of men enter the restroom, each one more emboldened than the last. Your body quivers with an electric delight as you remain crouched in the corner of the public restroom, submitting yourself and revelling in your unsavoury role as a human urinal. As the minutes tick by, you lose count of the number of men who have used you. Each one blends into the next, their faces and voices becoming a blur. You are lost in the moment, in the sheer intensity of the experience. Finally, after what feels like an eternity, the stream of men begins to slow. You reluctantly stand up from the urine-drenched floor with a heavy heart, knowing <<link "it's time to move on.">><<goto "Empty restroom">><</link>><br><br>
<<Achievements "watersport" "Human Urinal">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "cleanliness" "-100">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-4">>
<<set $minute +=40>>
<<replace #leave>><</replace>><<replace #gangbang>><</replace>><</linkreplace>><br><</if>></span>
<span id='leave'> Retreat back and <<link "leave the room.">><<goto $Restroom_location>><</link>><br></span>
<</if>>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Restroom.jpg')]]
@@<br>
Curiosity piqued, you decide to venture into the men's public restroom. You push open the heavy door, the hinges creaking slightly as you step inside. The air is cool and slightly damp, the scent of disinfectant and faint traces of urine filling your nostrils. You look around, your eyes scanning the tiled walls and the row of urinals against one side. There are a few stalls, their doors slightly ajar, revealing that they are unoccupied. <br><br>
You walk past the urinals, your eyes lingering on the porcelain fixtures, imagining the countless men who have stood here. The stalls are empty, their interiors dimly lit by the faint glow of the overhead lights. You peek into each one, confirming that you are indeed alone. You wonder what it would be like if someone were to walk in right now. You don't have much to do right now, so you decide to move on and <<link "leave the restroom.">><<goto $Restroom_location>> <</link>>
<</if>>
<<if $pastPassage is "Bathroom">>
@@.default-image-wrapper; [img[String.format($urlPath + "/bathroom/Mirror.jpg", )]] @@
<<elseif $pastPassage is "Bedroom">>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/dressingTable.webp")]]
@@<br>
You are sitting at the desk, looking at yourself in the mirror. There are a lot of different brushes, lipsticks, nail polishes and other colorful tools in front of you. You have everything a girl can dream about. It’s beauty time~ <br>
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/Public_Restroom/Mirror.jpg", )]] @@
<</if>><br>
<<if $mainChar.haveOneCumPlace() and $pastPassage != "Bedroom">>
You have cum on you! <br><br>
<<if $mainChar.haveCum.face > 0 >> Your face is covered with cum. <<linkreplace "Take a closer look">> <br> @@.default-image-wrapper; [img[String.format($urlPath + "/appearance/Cum/Cum_Cloth_Face{0}.jpg", random(0,3))]] @@ <</linkreplace>><br><</if>>
<<if $mainChar.haveCum.onass > 0 or $mainChar.haveCum.inass > 0>> There is a stain on your ass. <<linkreplace "Take a closer look">> <br> @@.default-image-wrapper; [img[String.format($urlPath + "/appearance/Cum/Cum_Cloth_Ass{0}.jpg", random(0,3))]] @@ <</linkreplace>><br><</if>>
<<if $mainChar.haveCum.inpussy > 0 or $mainChar.haveCum.onpussy > 0>> Cum is dripping along your legs from your pussy. <<linkreplace "Take a closer look">> <br> @@.default-image-wrapper; [img[String.format($urlPath + "/appearance/Cum/Cum_Cloth_Legs{0}.jpg", random(0,2))]] @@ <</linkreplace>><br><</if>>
<<if $mainChar.haveCum.body > 0>> Your chest is cum-stained. <<linkreplace "Take a closer look">> <br> @@.default-image-wrapper; [img[String.format($urlPath + "/appearance/Cum/Cum_Cloth_Breast{0}.jpg", random(0,3))]] @@ <br><</linkreplace>><</if>><br>
<span id='wash'><<linkreplace "Wash your face">>
<<set $minute += 2>>
<<run variables().mainChar.cleanCumFace()>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/wash_face.jpg')]]
@@<br>
You make your way over to the wash basin. You turn on the tap and bend over the sink. Grabbing some water with your hands, you splash your face and rub the water into your skin to cleanse it. With the spots now cleaned, you can [[carry on with your day->Bathroom Mirror]] feeling refreshed and more at ease. <br><br>
<<MainChar_Stats "cleanliness" "10">>
<<MainChar_Stats "makeup" "No">>
<<set $mainChar.appearance.faceWashed to $hour>>
<<replace "#keep">><</replace>><<replace "#lick">><<replace "#wipe">><</replace>><</replace>><</linkreplace>><br></span>
<span id="wipe">
<<if $mainChar.corruption < 70 and $inventory.grocery['Wet wipes'].count > 0>>
<<linkreplace "Use cleaning wipes.">>
<<run variables().mainChar.cleanCum()>>
<<set $inventory.grocery['Wet wipes'].count -= 1>>
You reach into your bag and pull out a pack of <<print $inventory.grocery['Wet wipes'].count>> cleaning wipes.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/appearance/Cum/Cum_wiping{0}.webp", random(0,1))]] @@<br>
With the spots now cleaned, you can [[carry on with your day->Bathroom Mirror]] feeling refreshed and more at ease. <br><br>
<<if $mainChar.corruption >= 30>> <<MainChar_Stats "arousal" "-10">><</if>><<MainChar_Stats "cleanliness" "25">>
<<replace "#keep">><</replace>><<replace "#lick">><</replace>><<replace "#wash">><</replace>>
<</linkreplace>>
<<elseif $mainChar.corruption >= 70>>
Thinking about it, there's no way you'll waste cum with wipes. You keep the pack in your bag.
<<elseif $mainChar.corruption < 70 and $inventory.grocery['Wet wipes'].count == 0 >>
Upon reaching for your cleaning supplies in your bag, you realize that you're out of wipes. <</if>><br></span>
<span id="lick"> <<if $mainChar.corruption > 30>>
<<linkreplace "Lick the cum.">>
<<run variables().mainChar.cleanCum()>>
With a mixture of curiosity and excitement, you decide to embrace the spontaneity. Gently using your finger, you scoop up the cum, bringing it to your lips, and then proceed to lick it off.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/appearance/Cum/Cum_licking{0}.webp", random(0,3))]] @@
With a nice taste of cum in your mouth, you decide to [[carry on with your day.->Bathroom Mirror]]<br><br>
<<MainChar_Stats "arousal" "10">>
<br><br>
<<replace "#wipe">><</replace>><<replace "#keep">><</replace>> <<replace "#wash">><</replace>><</linkreplace>><</if>><br></span>
<span id="keep"> <<if $mainChar.corruption >= 60>>
<<linkreplace "Don't clean the cum.">>
Finding excitement in the idea that these cum stains could catch someone's eye, you decide to keep these cum stains where they are, visible to others.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/appearance/Cum/Cum_walk{0}.webp", random(0,4))]] @@
Confident with your decision, you <<linkreplace "carry on with your day.">> <<goto $Mirror_lastPlace>><</linkreplace>>
<br><br>
<<MainChar_Stats "arousal" "10">>
<br><br>
<<replace "#wipe">><</replace>><<replace "#lick">><</replace>> <</linkreplace>><</if>><br></span>
<br>
<<if ! $mainChar.appearance.isCombed>>
Your hair is messed up! <<link "Comb yourself.">>
<<set $minute += 2>>
<<MainChar_Stats "combed" "true">>
<<goto $currentPassage>>
<</link>>
<<else>>Your hair is combed.<<endif>> <br>
<<else>>
<<include "Expanded character info">> on the mirror.
<br><br>
<<if ! $mainChar.appearance.isCombed>>
Your hair is messed up! <<link "Comb yourself.">>
<<set $minute += 2>>
<<MainChar_Stats "combed" "true">>
<<goto $currentPassage>>
<</link>>
<<else>>Your hair is combed.<<endif>> <br>
<<if $inventory.cosmetics['Makeup kit'].count > 0 and $mainChar.haveCum.face is 0 >>
<<include "Apply makeup menu">>
<<elseif $mainChar.haveCum.face > 0 >>
You can't apply makeup with cum on your face.
<<else>> You don't have any makeup kit.<</if>><br>
<<if $inventory.cosmetics['Perfum'] and $inventory.cosmetics['Perfum'].count > 0 and $mainChar.appearance.isPerfumed != 'true'>>
You can <<link "apply perfum">>
<<set $mainChar.cleanliness +=10>>
<<set $mainChar.appearance.isPerfumed to 'true'>>
<<goto $currentPassage>>
<</link>>
<<elseif $mainChar.appearance.isPerfumed is 'true'>>
You already are perfumed.
<<else>>You don't have perfum.<</if>>
<br>
<<if $inventory.pharmacy['Energy Pills'] and $inventory.pharmacy['Energy Pills'].count > 0 and $hourCount >= $mainChar.tookEnergyPill + 3>>
You can <<link "take an energy pill ($inventory.pharmacy['Energy Pills'].count)">>
<<set $mainChar.energy +=20>>
<<set $mainChar.tookEnergyPill to $hourCount>>
<<set $mainChar.energy +=20>>
<<set $inventory.pharmacy['Energy Pills'].count -= 1>>
<<goto $currentPassage>>
<</link>><br>
<<elseif $mainChar.tookEnergyPill is 'true'>>
You already took an energy pill. <br><</if>>
<<if $inventory.pharmacy['Fitness Pills'] and $inventory.pharmacy['Fitness Pills'].count > 0 and $mainChar.tookFitnessPill != 'true'>>
You can <<link "take a fitness pill ($inventory.pharmacy['Fitness Pills'].count)">>
<<set $mainChar.tookFitnessPill to 'true'>>
<<set $inventory.pharmacy['Fitness Pills'].count -= 1>>
<<goto $currentPassage>>
<</link>><br>
<<elseif $mainChar.tookFitnessPill is 'true'>>
You already took a fitness pill. <br><</if>>
<<if $inventory.pharmacy['Concentration Pills'] and $inventory.pharmacy['Concentration Pills'].count > 0 and $mainChar.tookConcentrationPill != 'true' and $mainChar.tookDumbnessPill != 'true'>>
You can <<link "take a concentration pill ($inventory.pharmacy['Concentration Pills'].count)">>
<<set $mainChar.tookConcentrationPill to 'true'>>
<<set $inventory.pharmacy['Concentration Pills'].count -= 1>>
<<goto $currentPassage>>
<</link>><br>
<<elseif $mainChar.tookConcentrationPill is 'true'>>
You already took a concentration pill. <br>
<<elseif $mainChar.tookDumbnessPill is 'true'>>
You already took a dumbness pill !<br><</if>>
<<if $inventory.SexShopItems['Dumbness Pills'] and $inventory.SexShopItems['Dumbness Pills'].count > 0 and $mainChar.tookDumbnessPill != 'true' and $mainChar.tookConcentrationPill != 'true'>>
You can <<link "take a dumbness pill ($inventory.SexShopItems['Dumbness Pills'].count)">>
<<set $mainChar.tookDumbnessPill to 'true'>>
<<set $inventory.SexShopItems['Dumbness Pills'].count -= 1>>
<<goto $currentPassage>>
<</link>><br>
<<elseif $mainChar.tookDumbnessPill is 'true'>>
You already took a dumbness pill. <br>
<<elseif $mainChar.tookConcentrationPill is 'true'>>
You already took a Concentration pill !<br><</if>>
<<if $inventory.SexShopItems['Arousal Pills'] and $inventory.SexShopItems['Arousal Pills'].count > 0 and $mainChar.tookArousalPill != 'true'>>
You can <<link "take an arousal pill ($inventory.SexShopItems['Arousal Pills'].count)">>
<<set $mainChar.tookArousalPill to 'true'>>
<<set $inventory.SexShopItems['Arousal Pills'].count -= 1>>
<<goto $currentPassage>>
<</link>><br>
<<elseif $mainChar.tookArousalPill is 'true'>>
You already took an arousal pill. <br><</if>><br>
<<if $hour != $mainChar.appearance.faceWashed and $pastPassage != "Bedroom">>
<<linkreplace "Clean your face at the sink.">>
<<set $minute += 2>>
<<run variables().mainChar.cleanCumFace()>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/wash_face.jpg')]]
@@<br>
You make your way over to the wash basin. You turn on the tap and bend over the sink. Grabbing some water with your hands, you splash your face and rub the water into your skin to cleanse it. <br><br>
<<MainChar_Stats "cleanliness" "10">>
<<MainChar_Stats "makeup" "No">>
<<set $mainChar.appearance.faceWashed to $hour>>
<</linkreplace>><br><br><</if>>
<<link "Go back">> <<goto $pastPassage>><</link>>
<</if>>@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Stall.jpg')]]
@@<br>
You step into a toilet stall, closing the door behind you. However, you notice that the latch doesn't seem to be functional, leaving you with a slight feeling of unease about your privacy.<br><br>
<span id='pee'>
<<if isNaN($mainChar.appearance.usedToilet) or $hourCount > $mainChar.appearance.usedToilet>>
You decide to
<<linkreplace "take a pee.">>
take a pee.<br>
You take a seat and relieve yourself. The discomfort caused by the non-functional latch fades away as you focus on the immediate task at hand.<br>
<<set $mainChar.appearance.usedToilet to $hourCount>>
<<set $minute +=5>>
You finish up, stand back up, and begin to tidy yourself. You're ready to [[continue your day.->Female Public Restroom]]
<br> <<if $mainChar.arousal>=70 or $mainChar.corruption>=30>> <br>Or maybe you rather want to stay here and do something else?<</if>>
<<replace #leave>><</replace>>
<</linkreplace>><br>
<<else>>You don't need to use the toilet for now.<br><</if>>
</span>
<span id='gloryhole'>
<<if $mainChar.SawGloryhole != true and $mainChar.corruption >20>>
You notice a [[hole in the wall.->Gloryhole]]<br>
<<elseif $mainChar.corruption>=25>>
[[Use the gloryhole.->Gloryhole]]<br>
<</if>>
</span>
<br>
<span id='leave'>
Change your mind and [[leave the stall.->Female Public Restroom]]
</span>@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Gloryhole/Gloryhole.jpg')]]
@@<br>
<<if $mainChar.SawGloryhole != true>>
Curiosity piqued, you notice a hole in the wall that appears to be passageway-like. With cautious steps, you inch closer for a closer look. Peering through the hole, you're surprised to find it seems to lead to the men stalls. Your intrigue grows as you catch glimpses of <<linkreplace "activity on the other side.">>activity on the other side.
<<silently>><<repeat 0.125s>> <<run $("#block_gloryhole").css("display", "block")>><</repeat>><</silently>><br><br><</linkreplace>>
<<else>>
While sitting on the toilet seat, <<linkreplace "you notice a cock popping from the gloryhole.">>you notice a cock popping from the gloryhole.<br><br>
<<silently>><<repeat 0.125s>> <<run $("#block_gloryhole").css("display", "block")>><</repeat>><</silently>><</linkreplace>>
<</if>>
<span id="block_gloryhole" style="display: none">
<<set $mainChar.SawGloryhole to true>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Gloryhole/Pop{0}.webp',random(1))]]
@@<br>
<<if $mainChar.corruption<25>>
You decide to get up and [[leave the stall.->Female Public Restroom]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<set $minute += 5>>
<<else>>
You don't know whether you should [[leave the stall->Female Public Restroom][$mainChar.arousal += 10, $minute += 5]] or
<<linkreplace "open your mouth.">>
<<Achievements "gloryhole" "Hole in the Wall, Cock in your Mouth.">>
You reluctantly submit to your curiosity and take the faceless stranger's hard cock deep within your mouth. <br><br>
@@.default-image-wrapper;[img[String.format($urlPath + '/Public_restroom/Gloryhole/Suck{0}.webp',random(6))]]@@<br>
An overwhelming surge of pleasure courses through your body as you let go, tasting their sweat-salted shaft and breathing in the dizzying aroma of arousal. <br><br>
<<if $mainChar.corruption<40>>
<<linkreplace "Make him cum.">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Gloryhole/CumFace{0}.webp',random(3))]]
@@<br>
You hear his muffled moans behind the wall as his shaft starts to pulsate before cumming in your mouth. You decide to gather your clothes when you see the cock disappear. It's time to [[leave the stall.->Female Public Restroom]]<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<set $minute += 15>>
<</linkreplace>>
<<else>>
<span id='cum'>
<<linkreplace "Make him cum.">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Gloryhole/CumFace{0}.webp',random(3))]]
@@<br>
You hear his muffled moans behind the wall as his shaft starts to pulsate before cumming in your mouth. You decide to gather your clothes when you see the cock disappear. It's time to [[leave the stall.->Female Public Restroom]]<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<set $minute += 15>>
<<replace #fuck>><</replace>><</linkreplace>><br></span>
<span id='fuck'><<linkreplace "Fuck him.">>
Ravaged with desire, you eagerly slide your panties off and wrap your legs around the faceless stranger's rigid cock, thrusting your hips against the gloryhole wall as he pumps you with ferocious intensity. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Gloryhole/Fuck{0}.webp',random(6))]]
@@<br>
You arch your back and press your ass firmly against the wall of the gloryhole, screaming out in ecstasy as he explodes inside you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Gloryhole/CumPussy{0}.webp',random(2))]]
@@<br>
You decide to gather your clothes when you see the cock disappear. It's time to [[leave the stall.->Female Public Restroom]]<br><br>
<<HaveASexWidget "pussy" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<set $minute += 25>>
<<replace #cum>><</replace>><</linkreplace>></span>
<</if>>
<</linkreplace>>
<</if>>
</span>
<<if $mainChar.intoxication >= 100>>
<<goto "Drunk">>
<</if>>
<<if gaussian($mainChar.attractiveness,20) >= 40 and $pastPassage is "Counter">>
<<set _event to either ("flash","anal")>>
<</if>>
<<if _event is "anal">>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/ManBar.webp")]]
</div><br>
As you sit at the bar, an unfamiliar face approaches you, catching your attention. The stranger, obviously drunk, leans in slightly in your back and carresses your ass.<br><br>
<<if $mainChar.intoxication <=50>>
<span id='stop'>[[Stop him->Counter]]<br></span>
<<if $mainChar.corruption >=25>>
<<linkreplace 'Let him touch you'>>
The man's hand slides up your leg, his touch rough and unapologetic. Your breath catches as his fingers brushes against your skin in a way that sends a shiver down your spine. You try to maintain composture as he leans in closer, his breath hot against your ear. "You look like you could use a bit of fun," he murmurs, his voice dripping with a sly confidence, before penetrating your pussy with his fingers.<br>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/ManFinger.webp")]]
</div><br>
You feel a rush of shock and disorientation, glancing at customers around you, completely ignorant about what's happening. The drunk man begin to finger you with determination, aiming to make you cum right here, at the bar.<br><br>
<<if $mainChar.corruption >= 50>>
As his pace increase, you get closer to the edge. Yet, he stops, denying your orgasm. You feel a wave of frustration and confusion as the man withdraws his fingers. Having noticed your reaction, he teases you. "Don't worry slut, it's not over yet." He discretly unzip his pants, and makes his way in your ass.
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/ManAnal.webp")]]
</div><br>
You try to muffle your moans even though to sound of music and chatter is loud enough to prevent anyone to ear it. A small puddle of your pussy juice begin to grow on the stool where you sit. Then, a final thrust in your ass leaves you breathless and gasping. <br><br>
The rush of climax envelops you, a wave of sensation that leaves you breathless and disoriented. The man withdraw, leaving his seed in your ass. "Good little slut. You're welcome." he says before leaving. <br><br>
You sit there, breathless, your mind still reeling from the encounter, your pussy wetter than ever and your ass gaping.<br>
Yet, it's [[time to move on.->Counter]]<br><br>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<else>>
As his pace increase, you get closer to the edge. A small puddle of your pussy juice begin to grow on the stool where you sit. You try to muffle your moans even though to sound of music and chatter is loud enough to prevent anyone to ear your pussy squeaching. Then, a final move of his fingers on your clit leaves you breathless and gasping. <br><br>
The rush of climax envelops you, a wave of sensation that leaves you breathless and disoriented. The man leans back and makes you suck his fingers dripping in your pussy juice. You comply. "Good little slut. You're welcome." he says before leaving. <br><br>
You sit there, breathless, your mind still reeling from the encounter, and your pussy wetter than ever. <br>
Yet, it's [[time to move on.->Counter]]<br><br>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<<replace #stop>><</replace>><</linkreplace>><</if>>
<<else>>
You're too drunk to fight him off, and begin to <<linkreplace "feel his fingers in you.">>feel his fingers in you.<br><br>
The man's hand slides up your leg, his touch rough and unapologetic. Your breath catches as his fingers brushes against your skin in a way that sends a shiver down your spine. "You look like you could use a bit of fun," he murmurs, his voice dripping with a sly confidence, before penetrating your pussy with his fingers.<br>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/ManFinger.webp")]]
</div><br>
The drunk man begin to finger you with determination, aiming to make you cum right here, at the bar.<br><br>
As his pace increase, you get closer to the edge. Yet, he stops, denying your orgasm. Suddently, you feel something in your ass.
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/ManAnal.webp")]]
</div><br>
He muffle your moans with his hand,even though to sound of music and chatter is loud enough to prevent anyone to ear it. A small puddle of your pussy juice begin to grow on the stool where you sit. Then, a final thrust in your ass leaves you breathless and gasping. <br><br>
The rush of climax envelops you, a wave of sensation that leaves you breathless and disoriented. The man withdraw, leaving his seed in your ass. "Good little slut. You're welcome." he says before leaving. <br><br>
You sit there, breathless, your mind still reeling from the encounter, your pussy wetter than ever and your ass gaping.<br>
Yet, it's [[time to move on.->Counter]]<br><br>
<<MainChar_Stats "corruption" "2" "70">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<</linkreplace>>
<</if>>
<<elseif _event is "flash">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Bartender.jpg")]]
</div><br>
As you sit at the bar, an unfamiliar face approaches you, catching your attention. The stranger, obviously drunk, leans in slightly. "20 bucks if you show me your boobs." he says.<br><br>
<span id='refuse'>[[refuse the proposal->Counter]]</span><br>
<<if $mainChar.corruption >= 30>>
<<linkreplace "Accept the proposal">>
You hesitate for a moment, then nod and accept the money, pulling up your shirt and exposing your chest. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Flash.webp")]]
</div><br>
The man, clearly inebriated, stumbles back, clutching his wallet with a wide, appreciative grin. He hands you a few bills, then stumbles away, his steps unsteady as he makes his way to the bar.
You lower your shirt back down and [[turn back.->Counter]]<br><br>
<<MainChar_Stats "money" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "15">>
<<replace #refuse>><</replace>><</linkreplace>><</if>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Bartender.jpg")]]
</div><br>
<<if $pastPassage != $currentPassage>>
The bartender, noticing your arrival, gives you a nod of acknowledgement.
You take a seat at the bar and watch the bartender expertly pour drinks. The rhythmic movements and precision in his actions captivate your attention.<br><br>
<<else>>
You've barely finished your drink when the bartender already comes over to ask, "What can I get you next?"<br>
<</if>>
You glance at the options written on the wall, your mind racing as you try to decide what to order.<br><br>
<<set _coef to 2.5>>
<div style="display: flex; flex-wrap: wrap;">
<<for _index,_i range Object.keys($inventory.food)>>
<<set _key = $inventory.food[_i]>>
<<capture _key>>
<<if _key.intoxication > 0>>
<div style="flex: 1 1 50%">
<<print _key.name>> (<<print _key.price*_coef>>) -
<<if $mainChar.money >= _key.price*_coef>>
<<if $mainChar.intoxication >= 100>>
<<link "Order" "Drunk">>
<<set $mainChar.money -= _key.price*_coef>>
<<AddIntoxication _key.intoxication>>
<<set $mainChar.fitness += _key.fitness>>
<<set $pastPassage to "Counter">>
<</link>>
<<else>>
<<link "Order" "Counter">>
<<set $mainChar.money -= _key.price*_coef>>
<<AddIntoxication _key.intoxication>>
<<set $mainChar.fitness += _key.fitness>>
<<set $pastPassage to "Counter">>
<</link>>
<</if>>
<<else>>
Not enough money
<<endif>><br>
</div>
<</if>>
<</capture>>
<</for>>
</div><br>
You can also <<link "get up.">> <<goto $Bar_location>> <</link>>
<</if>>
<<set $minute +=10>><<if $mainChar.work.barmaid.experience >=40>>
<<Achievements "bartender" "Cocktail Slut">>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/LockerRoom.jpg")]]
</div><br>
<<if ["Normal","Pervy"].includes($mainChar.work.costume)>>
As you change out of your bunny girl outfit, you can't help but feel a sense of accomplishment. Despite the challenges and the sometimes rowdy patrons, you've managed to maintain your composure and professionalism throughout the night.
<<else>>
You stand in the bar's dressing room, surrounded by rows of neatly hung uniforms. The soft hum of chatter and clinking dishes seeps in from the bustling dining area beyond the closed door.
<</if>><br><br>
<<if $mainChar.cleanliness <50>>
You really need to [[take a shower->Resto Shower][$Locker_Location = "Bar Locker Room"]]<br>
<<elseif $mainChar.cleanliness <80>>
You could [[take a shower->Resto Shower][$Locker_Location = "Bar Locker Room"]]<br>
<<elseif $mainChar.cleanliness<99>>
You're already clean, but you can still [[take a shower->Resto Shower][$Locker_Location = "Bar Locker Room"]] if you want.<br>
<</if>>
<<if ! $mainChar.appearance.isCombed>>
Your hair is messed up! <<link "Comb yourself.">>
<<set $minute += 1>>
<<set $mainChar.appearance.isCombed = true>> <br><br>
<<goto "Bar Locker Room">>
<</link>>
<<else>>
Your hair is combed.
<<endif>> <br>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
Strip-Club experience: <<print $mainChar.work.barmaid.experience>><br>
<h4>LOCKER</h4>
<<if !["Sexy","Normal","Pervy"].includes($mainChar.work.costume)>>
* Standard uniform - <<if $mainChar.work.costume == "Normal">>You're wearing it.<<else>>[[Wear->Bar Locker Room][$mainChar.work.costume = "Normal",$mainChar.work.currentWorkName = "Barmaid",$minute += 10]]<<endif>> <br>
<<if $mainChar.work.barmaid.experience >= 20 and $mainChar.corruption >= 20>>
* Sexy uniform - <<if $mainChar.work.costume == "Sexy">>Wearing<<elseif $mainChar.corruption<20>>You're not daring enough to wear such outfit<<else>>[[Wear->Bar Locker Room][$mainChar.work.costume = "Sexy",$mainChar.work.currentWorkName = "Barmaid",$minute += 10]]<<endif>><br>
<</if>>
<<if $mainChar.work.barmaid.experience >= 40 and $mainChar.corruption>=50>>
* Pervy uniform - <<if $mainChar.work.costume == "Pervy">>Wearing<<elseif $mainChar.corruption<50>>You're not daring enough to wear such outfit<<else>>[[Wear->Bar Locker Room][$mainChar.work.costume = "Pervy",$mainChar.work.currentWorkName = "Barmaid",$minute += 10]]<<endif>><br>
<</if>>
<<else>>
Change into your [[usual clothes.->Bar Locker Room][$mainChar.work.currentWorkName = "",$mainChar.work.costume="", $minute += 5]]<br>
<</if>>
<br>
<<if !["Normal","Pervy"].includes($mainChar.work.costume) and ($hour<22 and $hour>=16)>>
You must change into your work outfit to start your shift.
<<elseif $mainChar.energy < 20 and ($hour<22 and $hour>=16)>>
You're too tired to start working now.
<<elseif $mainChar.cleanliness < 30 and ($hour<22 and $hour>=16)>>
You stink! You can't serve customers like that.
<<elseif $hour>=21 or $hour<16>>
It's no longer within your working hours.
<<else>>
<<if $mainChar.cleanliness >=60 and $mainChar.appearance.isCombed and $mainChar.appearance.makeup != "Ruined">>
[[Start your shift.->Work Barmaid Process][$minute += 30]]
<<else>>
You can't start your shift without combed hair, clean makeup and good hygiene.
<</if>>
<</if>><br>
<<if !["Normal","Pervy"].includes($mainChar.work.costume)>>
[[leave the room.->Strip Bar][$mainChar.work.currentWorkName = ""]]
<</if>><div class="default-image-wrapper">[img[String.format($urlPath + "/School/Library/Shelves.jpg")]]</div><br>
You wander through the rows of books, your fingers lightly tracing the spines as you scan the titles. The diverse collection spans genres and subjects, each promising a unique adventure within its pages. <br><br>
<span id='read'>
As you explore, you feel the excitement of discovery, eager to find a book that would suit your tastes. You find interesting subject, such as:<br><br>
[[Social literature->Read a book][$libraryKindOfBook = "Social literature"]]<br>
[[Science book->Read a book][$libraryKindOfBook = "Science book"]]<br>
[[Erotic novel->Read a book][$libraryKindOfBook = "Erotic novel"]]
<br><br></span>
<<if random(2) is 0>>
You hear a whispering and shy giggles behind a bookshelf. It seems there is a couple, hiding in the library. They behave a bit too loudly for a place like that... Should you
<<linkreplace "investigate?">> investigate?<br><br>
You see a boy and a girl. The boy is pressing her against the bookshelf, whispering something to her ear. You definitely can hear her soft moans as the boy keeps rubbing her young kitty eagerly, letting lust control his mind. With passion and force, his hand is working on lucky girl’s clit, making her shiver from pleasure and close her eyes in delight. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Library/Voyeur/Voyeur' + random(2) + '.webp')]]
@@<br>
You decide that it's better to let them be. Just a lusty couple, enjoying each other. You take a step back, exhaling and think about how wet you become just from observing. <<if $mainChar.arousal >=30 and $mainChar.corruption>= 15>> $You could find a quiet corner in the library to [[release your arousal.->ShelvesSex]]<</if>><br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "10">>
<<replace #read>><</replace>>
<</linkreplace>><br><br>
<<elseif $mainChar.arousal >=30 and $mainChar.corruption>= 15>>
Since the place is pretty quiet, you could find a corner behind the shelves to [[release your stress.->ShelvesSex]]<br><br>
<<endif>>
[[Return to the central aisle->School library]]<<if random(30) is 0 and (isNaN($mainChar.abductionDay) or $dayCount >= $mainChar.abductionDay) and $mainChar.corruption >=25 and settings.EnableSlavers != false>>
<<goto "Slave Van">>
<</if>>
<<if $timeOfDay is 'Day'>>
<<set _getRobbed to random(25)>>
<<else>>
<<set _getRobbed to random(15)>>
<</if>>
<<if _getRobbed is 0 and $mainChar.gotRobbed !=$dayCount>>
<<set $mainChar.gotRobbed to $dayCount>>
<<goto "Get Robbed">>
<</if>>
<<include "Street cloth level">>
<<if $timeOfDay == "Day">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/RedLight/Street_Day.jpg")]]</div><br>
You arrive at the red light district, and the atmosphere is exceptionally eerie and unsettling. The area feels almost deserted, a stark contrast to its usual nocturnal activity. The neon signs and dimly lit storefronts cast long shadows, amplifying the sense of foreboding that hangs in the air.
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/RedLight/Street_Night.jpg")]]</div><br>
You arrive at the Red Light District, where the atmosphere is undeniably charged with eroticism. Neon lights cast sultry glows on the cobbled streets, and alluring storefronts showcase a provocative array of services. The air is thick with a mix of anticipation and allure, creating an unforgettable sensory experience. As you navigate the district, you're enveloped in an aura of temptation that's both thrilling and surreal.
<<endif>>
<br><br>
<<SeeCumOnPcWidget "people">>
<<if $mainChar.corruption >=15>>
<<if $mainChar.corruption >=15 and $mainChar.energy>=20 and ($mainChar.jobBrothel is 1 or $mainChar.jobBrothel is 2)>>
[[The Glory Den->Brothel]]<br>
<<elseif $mainChar.energy>=20 and ($mainChar.jobBrothel is 1 or $mainChar.jobBrothel is 2)>>
The Glory Den isn't a place for you.<br>
<<elseif !($mainChar.jobBrothel is 1 or $mainChar.jobBrothel is 2)>>
You see a [[mysterious open door in the alley.->Brothel]]<br>
<<else>> You're too tired to inter the Glory Den.<br>
<</if>><</if>>
<<if $mainChar.corruption >=15 and $mainChar.energy>=10>>
[[Naughty Emporium->SexShop]]<br>
<<elseif $mainChar.energy>=10>>
You're not daring to enter the Naughty Emporium sex shop.<br>
<<else>> You're too tired to go shopping.<br>
<</if>>
<<if ($hour >8 or $hour<4) and $mainChar.energy>=20 and $mainChar.money >=20 and $mainChar.corruption>=15>>[[Velvet Vixens->Strip Bar]]
<<elseif $mainChar.energy>=20 and $mainChar.money >=20>> The strip bar is currently closed.<br>
<<elseif $mainChar.energy>=20>> You don't have enough money to enter. ($20)
<<elseif $mainChar.corruption<15>> You're too prude to enter the strip club.
<<else>> You're too tired to enter the strip club.<</if>><br>
<<if $mainChar.corruption >=30 and $mainChar.energy>=30 and $mainChar.cleanliness>=30 and $mainChar.isWhore != true>><br>
Spend time and [[wait near the lamppost.->Prostitution ini]]
<<elseif $mainChar.isWhore is true and $mainChar.energy>=30 and $mainChar.cleanliness>=30>>
Look for a nice spot and [[start whoreing.->Prostitution]]<br>
<</if>>
<br><br>
Go back to [[Eclipse Avenue.->Go out]]<<if random(40) is 0 and (isNaN($mainChar.abductionDay) or $dayCount >= $mainChar.abductionDay) and $mainChar.corruption >=15 and settings.EnableSlavers != false>>
<<goto "Slave Van">>
<</if>>
<<if $timeOfDay is 'Day'>>
<<set _getRobbed to random(35)>>
<<else>>
<<set _getRobbed to random(25)>>
<</if>>
<<if _getRobbed is 0 and $mainChar.gotRobbed !=$dayCount>>
<<set $mainChar.gotRobbed to $dayCount>>
<<goto "Get Robbed">>
<</if>>
<<if random(25) is 0>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/RedLight/BackAlley/Walk/"+ $timeOfDay +random(2)+".webp")]]</div><br>
You stand on the bustling street corner, the neon lights of the city reflecting off the damp pavement. The air is filled with the distant hum of traffic and the murmur of passing conversations. You're dressed in clothes that leave little to the imagination, your eyes scanning the crowd for potential clients. This isn't your first time out here, but the nervous energy never quite goes away.<br><br>
A car pulls up to the curb, and you step forward, ready to negotiate. But as the window rolls down, you see the flashing lights and the uniforms inside. Your heart sinks as you realize it's a police car. The officers step out, their expressions stern and unyielding. "Hello, miss," one of them says, his voice professional but cold. "You know soliciting is illegal, right?"<br><br>
You swallow hard, your mind racing. "I—I wasn't doing anything wrong," you stammer, but your voice lacks conviction. The other officer shakes his head, his eyes scanning you up and down. "Save it for the judge. You're coming with us." Before you can protest, they take you by the arms, leading you to [[the back of the police car.->Police Car][$mainChar.crime = "whore"]]
<<else>>
<<set $minute += 20>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/RedLight/BackAlley/Walk/"+ $timeOfDay +random(2)+".webp")]]</div>
<<if $timeOfDay is "Day">>
You stand on a street corner in the red light district, your heart hammering as you make yourself available to strangers. Your eyes settle on a disheveled corner of the walkway, where you become aware of every eye that passes over you. You take your spot, feeling exposed in the harsh light of day, but determined to make your living as a prostitute.
<<else>>
You stand on a street corner in the red light district, your heart hammering as you make yourself available to strangers. Your eyes settle on a disheveled corner of the walkway, where the darkness is lit with an eerie crimson hue. You take your spot determined to make your living as a prostitute.
<</if>><br><br>
<<if random(2) > 0 and $mainChar.attractiveness >=10>>
<<set _event to either("dp","fuck","fuck","bj","bj","bj")>>
<<if _event is "dp">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,10)*2)+20>>
<<if $mainChar.isCombed or $mainChar.appearance.makeup is "Ruined" or $mainChar.haveOneCumPlace()>>
You glance at two men approaching you with a mix of surprise and intrigue, their eyes taking in your disheveled appearance and the visible signs of your previous activities. They exchange a knowing glance before speaking.<br>
<<print either('"Looks like you\'ve already had a busy time," the first man says, his voice tinged with amusement. "How about adding us to the mix? Double penetration for $<<print _money>>."',
'"You look like you\'ve been having fun," the first man says, a smirk on his face. "We\'d love to join in. Double penetration for $<<print _money>>. What do you say?"',
'"Seems like you\'re already in the mood," the first man says, his tone suggestive. "Double penetration for $<<print _money>>. Let\'s make it a moment to remember."')>>
<<elseif $mainChar.attractiveness >=50>>
You glance at two men approaching you with eager smiles, their eyes widening as they take in your appearance. They nudge each other, clearly impressed by what they see.<br>
<<print either('"Wow, you\'re gorgeous," the first man says, his voice filled with admiration. "We\'d love to have some fun with you. How about a double penetration for $<<print _money>>?"',
'"You look like a dream come true," the first man says, his eyes lingering on your curves. "We\'re willing to pay top dollar for both of us. $<<print _money>> sound good to you?"',
'"You\'re exactly what we\'re looking for," the first man says, his tone appreciative. "Double penetration for $<<print _money>>. You won\'t regret it, and neither will we."')>>
<<else>>
You glance at two men approaching you casually. Their eyes scan you up and down with a mix of curiosity and interest. They exchange a glance before one of them speaks up.<br>
<<print either('"Hey there, how much for a good time?" the first man asks, his voice friendly but direct. "We were thinking something a bit more... adventurous. Ever done a double penetration?"<br> He shows you $<<print _money>>.',
'"You look like you know how to have fun," the first man chimes in, a smirk playing on his lips. "We\'re willing to pay $<<print _money>> for a double penetration. Interested?"',
'"We saw you standing here and thought you might be up for something special," the first man says, his tone suggestive. "Double penetration for $<<print _money>>. What do you say?"')>>
<</if>><br><br>
<span id="accept"><<if $mainChar.corruption>=70>><<linkreplace "Accept their proposal.">>
Your brazen submission makes you moan with delight as you accept their proposal. You walk a few meters and drop down onto your knees in the middle of the two men, eagerly awaiting what was to come. Their eyes gleam with intensity as they watch you hungrily suck them off in the dark alley while passersby gasp as they catch glimpses of the glorious depravity unfolding around them. <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + '/RedLight/BackAlley/'+$timeOfDay+'/dp{0}.webp',random(4))]]</div><br>
The two men grab you forcefully and make quick work of pounding into your tight hole, pushing you to heights of pleasure never before experienced. Your scream reverberates through the night air as your body is taken over by primal urges that inspire feelings of pure submissiveness and unrestrained bliss. For them, you're just a fleshlight... and you love it.<br><br>
Suddenly, they are both on you like a swarm of savage bees. One thrusts deep into your throat while the other hammers mercilessly into your tender backside. You lie motionless beneath them, feeling utterly ravaged and filled with their scorching release. When they've finally retreated, you lay there on the cold ground, completely drained yet overwhelmed with intense pleasure.<br><br>
You collect your clothes, and decide what to do next: <br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness>=20>>
[[Wait for other clients.->Prostitution]]<br>
<<elseif $mainChar.cleanliness<20>>
You stink. Since no one will want to fuck you smelling like that, you decide to leave the corner.
<<else>>
Since you're too tired to keep going, you decide to leave the corner.
<</if>>
Get back to the [[red light district.->Red Light District]]<br><br>
<<HaveASexWidget "anal" "stranger">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "money" "_money">>
<<MainChar_Stats "arousal" "70">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<MainChar_Stats "intellect" "-2">>
<<set $minute += 30>>
<<replace #refuse>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='refuse'> <<linkreplace "Refuse their proposal.">>
they chuckle, saying it's too bad you won't know the pleasure that would come from them utterly destroying your ass. As they turn away, your mind whirls with images of what could have happened.<br><br>
Now, you wan either [[wait for other clients->Prostitution]] or get back to the [[red light district.->Red Light District]]<br><br>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #accept>><</replace>>
<</linkreplace>> </span>
<<elseif _event is "fuck">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,10))+10>>
<<if $mainChar.isCombed or $mainChar.appearance.makeup is "Ruined" or $mainChar.haveOneCumPlace()>>
You glance at a man approaching you with a mix of surprise and intrigue, his eyes taking in your disheveled appearance and the visible signs of your previous activities. <br>
<<print either('"Looks like you\'ve had a busy time," he says, his voice cautious. "How about one more? I can pay you $<<print _money>> for a quick fuck."',
'"You look like you could use a break," he says, his voice sympathetic. "But if you\'re up for it, I can offer you $<<print _money>> for your pussy."',
'"Rough time, huh?" he says, his voice gentle. "If you\'re still working, I can pay you $<<print _money>> for a quickie."')>>
<<elseif $mainChar.attractiveness >=50>>
A man approaches you cautiously, his eyes widening as he takes in your appearance. <br>
<<print either('"Damn, you\'re gorgeous," he says, his voice smooth. "How about you and I have some fun? I'll make it worth your while, I have $<<print _money>> for a quickie."',
'"Hey, beautiful," he says, his voice low and seductive. "I\'d love to spend some time with you. What do you say to $<<print _money>> for your pussy?"',
'"Wow, you\'re stunning," he says, his voice filled with admiration. "Would you be interested in earning some easy money? I can offer you $<<print _money>> for a quickie."')>>
<<else>>
A man approaches you cautiously, his eyes scanning you up and down. He clears his throat, trying to sound casual. <br>
<<print either('"Hey, how much for a quick one?" he asks, his voice slightly nervous. "I can pay you $<<print _money>>."',
'"Excuse me," he says, his voice polite but direct. "Would you be interested in making some quick cash? I can offer you $<<print _money>> for your time."',
'"Hi there," he starts, his voice a bit hesitant. "I was wondering if you\'d be up for a bit of fun. I can pay you $<<print _money>> for a quickie."')>>
<</if>><br><br>
<span id="accept"><<if $mainChar.corruption>=60>><<linkreplace "Accept his proposal.">>
You can feel his lust burning in the air as you accept his proposal and turn around to face the wall, exposing yourself to him. He firmly grasps your hair and slams into you with a ferocity that consumes both your bodies. You scream out in pleasure from the roughness of it all. You are here, used like a whore by this stranger in this dark alley. His primal need is met when he reaches his own climax, pushing away from you before leaving you breathless and trembling.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + '/RedLight/BackAlley/'+$timeOfDay+'/Fuck{0}.webp',random(6))]]</div><br>
You take a deep breath, get up, and decide what to do next: <br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness>=20>>
[[Wait for other clients.->Prostitution]]<br>
<<elseif $mainChar.cleanliness<20>>
You stink. Since noone will want to fuck you smelling like that, you decide to leave the corner.
<<else>>
Since you're too tired to keep going, you decide to leave the corner.
<</if>>
Get back to the [[red light district.->Red Light District]]<br><br>
<<if random(1)>>
<<HaveASexWidget "anal" "stranger" "onpussy">>
<<else>>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<</if>>
<<MainChar_Stats "money" "_money">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "makeup" "ruined">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 25>>
<<replace #refuse>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='refuse'> <<linkreplace "Refuse his proposal.">>
He chuckle, saying it's too bad you won't know the pleasure that would come from him utterly destroying your pussy in that street. As he turns away, your mind whirls with images of what could have happened.<br><br>
Now, you wan either [[wait for other clients->Prostitution]] or get back to the [[red light district.->Red Light District]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #accept>><</replace>>
<</linkreplace>> </span>
<<else>>
<<set _money to Math.round(gaussian($mainChar.attractiveness,10)*0.5)+5>>
<<if $mainChar.isCombed or $mainChar.appearance.makeup is "Ruined" or $mainChar.haveOneCumPlace()>>
You glance at a man approaching you with a mix of surprise and intrigue, his eyes taking in your disheveled appearance and the visible signs of your previous activities. <br>
<<print either('"Looks like you\'ve had a busy time," he says, his voice cautious. "How about one more? I can pay you $<<print _money>> for a quick blowjob."',
'"You look like you could use a break," he says, his voice sympathetic. "But if you\'re up for it, I can offer you $<<print _money>> for your mouth."',
'"Rough time, huh?" he says, his voice gentle. "If you\'re still working, I can pay you $<<print _money>> for a blowjob."')>>
<<elseif $mainChar.attractiveness >=50>>
A man approaches you with a smirk, his eyes roaming over your body. <br>
<<print either('"Damn, you\'re hot," he says, his voice dripping with desire. "I\'ll give you $<<print _money>> if you suck me off. What do you say?""',
'"You\'re absolutely stunning," he says, his voice sincere. "I can pay you $<<print _money>> for your mouth. Interested?"',
'"Wow, you\'re gorgeous," he says, his voice appreciative. "I\'d love to spend some time with you. I\'ll pay you $<<print_money>> if you're up for a quick blowjob."')>>
<<else>>
A man approaches you cautiously, his steps hesitant. He looks around nervously before speaking.<br>
<<print either('"Hey, are you available?" he asks, his voice low. "I could use some company. I\'ll pay you $<<print _money>> for a blowjob if you\'re interested."',
'"Excuse me," he says, his voice polite but slightly nervous. "I was wondering if you\'d be willing to... suck my cock. I can pay you $<<print _money>> for your mouth."',
'"Hey there," he says, his voice smooth. "I\'m looking for a good time. Would you be interested in earning $<<print _money>> for a quick blowjob?"')>>
<</if>><br><br>
<span id="accept"><<linkreplace "Accept his proposal.">>
You kneel without hesitation, your throat exposed in eager submission to him. He takes advantage, thrusting violently and mercilessly into your mouth as passersby observe with dazed fascination. His pleasure culminates with a wild shudder as he releases his cum all over your face, and you're left there motionless, your face dripping with his essence.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + '/RedLight/BackAlley/'+$timeOfDay+'/bj{0}.webp',random(6))]]</div><br>
You take a deep breath, get up, and decide what to do next: <br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness>=20>>
[[Wait for other clients.->Prostitution]]<br>
<<elseif $mainChar.cleanliness<20>>
You stink. Since noone will want to fuck you smelling like that, you decide to leave the corner.
<<else>>
Since you're too tired to keep going, you decide to leave the corner.
<</if>>
Get back to the [[red light district.->Red Light District]]<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "money" "_money">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "makeup" "ruined">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute += 15>>
<<replace #refuse>><</replace>>
<</linkreplace>><br></span>
<span id='refuse'> <<linkreplace "Refuse his proposal.">>
He chuckle, saying it's too bad you won't know the pleasure that would come from him utterly destroying your throat in that street. As he turns away, your mind whirls with images of what could have happened.<br><br>
Now, you wan either [[wait for other clients->Prostitution]] or get back to the [[red light district.->Red Light District]]<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #accept>><</replace>>
<</linkreplace>> </span>
<</if>>
<<elseif $mainChar.attractiveness <10>>
You nervously stand on the street corner for what feels like an eternity, waiting for someone to come. You try to catch the eyes of some potential clients, offering a seductive smile, but they seem uninterested. Maybe you're not attractive enough, or maybe your outfit isn't enticing enough. You adjust your clothing, trying to make yourself more appealing, but the doubt lingers, gnawing at the edges of your confidence. The seconds drag by like hours as you silently beg for a stranger to show up. <br><br>
You wrap your arms around yourself, feeling a mix of disappointment and determination. The realization hits you hard: if you want to succeed in this line of work, you need to up your game. You need to be more attractive, more alluring.For now, it's evident that you're not attracting any clients, so you decide it's best to [[leave the street.->Red Light District]]<br><br>
<<else>>
You nervously stand on the street corner for what feels like an eternity, waiting for someone to come and take you - to fill you with pleasure instead of this abyss of emptiness. The seconds drag by like hours as you silently beg for a stranger to show up and finally give you the release you crave. But no-one comes, leaving you feeling lost and unsure whether to [[keep waiting->Prostitution]] or [[get back to the red light district.->Red Light District]] <br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<</if>>
<</if>> <div class="default-image-wrapper">[img[String.format($urlPath + "/RedLight/SexShop.jpg")]]</div><br>
You can see a variety of items in the shop from kinky lingerie, toys, lingerie, and fetish apparel. The walls are lined with posters of scantily clad women and men in suggestive poses. the lights dim and sensual, the air thick with a heady mixture of anticipation and embarrassment.<br><br>
<h4>SEXTOYS</h4>
<<for _shopItemTitle, _shopItem range $SexShop.sextoy>>
<<SexShopItemWidget _shopItem>>
<</for>>
<hr>
<h4>ACCESSORIES</h4>
<<for _shopItemTitle, _shopItem range $SexShop.accessories>>
<<AccessoriesItemInTheSexShop _shopItem>>
<</for>>
<hr>
<h4>OUTFITS</h4>
<<for _shopItemTitle, _shopItem range $SexShop.outfits>>
<<ClothesItemInTheSexShop _shopItem>>
<</for>>
<hr>
<h4>CHOKERS</h4>
<<for _shopItemTitle, _shopItem range $SexShop.chokers>>
<<AccessoriesItemInTheSexShop _shopItem>>
<</for>>
<hr>
<h4>FOOD SUPPLEMENTS</h4>
<<for _shopItemTitle, _shopItem range $SexShop.food>>
<<SexShopItemWidget _shopItem>>
<</for>>
<br><br>
[[Leave the shop.->Red Light District]]<<widget "SexShopItemWidget">>
<<set _itemName = $args[0].name + ' (' + $args[0].count + ')'; >>
<<link $args[0].name "SexShop Item View Widget">>
<<set $tempSexShopItem = $args[0] >>
<</link>> for $
<<if settings.lessPrices == true>>
<<if $wereLexenaCosmeticsPricesReduced != true>>
<<set $args[0].price /= 2>>
<<endif>>
<<else>>
<<if $wereLexenaCosmeticsPricesReduced == true>>
<<set $args[0].price *= 2>>
<<endif>>
<<endif>>
<<=$args[0].price>> -
<<if $args[0].use !== 'many'>>
<<if $inventory.has('SexShopItems', $args[0].name)>>
You already have this!
<<else>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<elseif $mainChar.corruption < $args[0].corruption>>
This is too obscene for you
<<else>>
<<link "Buy">>
<<set $minute += 1>>
<<set $mainChar.money -= $args[0].price>>
<<run $inventory.add('SexShopItems', $args[0]);>>
<<goto "SexShop">>
<</link>>
<<endif>>
<<endif>>
<<elseif $args[0].use === 'many'>>
<<if ! $inventory.has('SexShopItems', $args[0].name)>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<else>>
<<link 'Buy'>>
<<set $minute += 1>>
<<set $mainChar.money -= $args[0].price>>
<<run $inventory.add('SexShopItems', $args[0]);>>
<<goto "SexShop">>
<</link>>
<<endif>>
<<else>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<else>>
<<set _countTitle = 'Buy (You have ' + $inventory.SexShopItems[$args[0].name].count + ')'>>
<<link _countTitle>>
<<set $minute += 1>>
<<set $mainChar.money -= $args[0].price>>
<<run $inventory.addCount('SexShopItems', $args[0]);>>
<<goto "SexShop">>
<</link>>
<<endif>>
<<endif>>
<<endif>>
<br>
<</widget>>
<<widget "AccessoriesItemInTheSexShop">>
<!-- $args[0] - market clothes item object -->
<!-- $args[1] - market clothes item title -->
* <<mouseover>>
<<link $args[0].name "Mall Clothes Item View">>
<<set $tempClothesItem = $args[0] >>
<<set $tempLocation to "SexShop">>
<</link>> for $
<<onhover>>
<<if $args[0].type is 'neck'>>
<<replace '#DollAccessoriesNeck'>>
[img[String.format($urlPath + '/PaperDoll/Accessories/Neck/' + $args[0].name+'.png')]]
<</replace>>
<</if>>
<<onmouseout>>
<<if $args[0].type is 'neck'>>
<<replace '#DollAccessoriesNeck'>>
[img[String.format($urlPath + '/PaperDoll/Accessories/Neck/' + $dollNeckAccessories+'.png')]]
<</replace>>
<</if>>
<</mouseover>>
<<=$args[0].price>>
-
<<if $wardrobe.available.includes($args[0].name)>>
You already have this!
<<else>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<else>>
<<if $mainChar.corruption < $args[0].obscenity>>
This looks too lewd for you!
<<else>>
<<if $mainChar.intellect < $args[0].smartness>>
This looks too smart for you!
<<else>>
<<link "Buy">>
<<set $minute += 1>>
<<set $mainChar.money -= $args[0].price>>
<<run $wardrobe.addAccessory($args[0].type, $args[0]); >>
<<goto "SexShop">>
<</link>>
<<endif>>
<<endif>>
<<endif>>
<<endif>>
<br>
<</widget>>
<<widget "ClothesItemInTheSexShop">>
<!-- $args[0] - market clothes item object -->
<!-- $args[1] - market clothes item title -->
* <<mouseover>>
<<link $args[0].name "Mall Clothes Item View">>
<<set $tempSexShopItem = $args[0] >>
<<set $tempLocation to "SexShop">>
<</link>>
<<onhover>>
<<if $args[0].type is 'torso'>>
<<replace '#DollClothesTorso'>>
[img[String.format($urlPath + '/PaperDoll/Clothes/Torso/' + $args[0].name + $dollChestSizeTorsoClothes +'.png')]]
<</replace>>
<<elseif $args[0].type is 'legs'>>
<<replace '#DollClothesLegs'>>
[img[String.format($urlPath + '/PaperDoll/Clothes/Legs/' + $args[0].name + '.png')]]
<</replace>>
<<replace '#DollClothesFeet'>>
[img[String.format($urlPath + '/PaperDoll/Clothes/Feet/' + $args[0].name + '.png')]]
<</replace>>
<</if>>
<<onmouseout>>
<<if $args[0].type is 'torso'>>
<<replace '#DollClothesTorso'>>
[img[String.format($urlPath + '/PaperDoll/Clothes/Torso/' + $dollTorsoClothes + $dollChestSizeTorsoClothes +'.png')]]
<</replace>>
<<elseif $args[0].type is 'legs'>>
<<replace '#DollClothesLegs'>>
[img[String.format($urlPath + '/PaperDoll/Clothes/Legs/' + $dollLegsClothes'.png')]]
<</replace>>
<<elseif $args[0].type is 'feet'>>
<<replace '#DollClothesFeet'>>
[img[String.format($urlPath + '/PaperDoll/Clothes/Feet/' + $dollFeetClothes'.png')]]
<</replace>>
<</if>>
<</mouseover>>
for $
<<=$args[0].price>>
-
<<if $wardrobe.available.includes($args[0].name)>>
You already have this!
<<else>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<else>>
<<if $mainChar.corruption < $args[0].obscenity>>
This looks too lewd for you!
<<else>>
<<if $mainChar.intellect < $args[0].smartness>>
This looks too smart for you!
<<else>>
<<link "Buy">>
<<set $minute += 1>>
<<set $mainChar.money -= $args[0].price>>
<<run $wardrobe.addItem($args[0].type, $args[0]); >>
<<goto "SexShop">>
<</link>>
<<endif>>
<<endif>>
<<endif>>
<<endif>>
<br>
<</widget>>
[[Back->SexShop]]
$tempSexShopItem.description
@@.default-image-wrapper;
[img[$tempSexShopItem.image]]
@@ <<set $SexShop to {
accessories:{
leash: {
name: 'Leash',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Leash.png'),
description: 'Assert your submissiveness',
allure: 10,
obscenity: 80,
smartness: 0,
price: 60,
type: 'neck',
},
Harness: {
name: 'Harness',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Harness.png'),
description: 'A sleek and provocative harness designed to exude submission',
allure: 20,
obscenity: 50,
smartness: 0,
price: 60,
type: 'neck',
},
anal_plug: {
name: 'Butt plug',
image: String.format($urlPath + '/PaperDoll/Accessories/Anus/Butt plug.png'),
description: 'A butt plug, wear everyday.',
price: 70,
allure: 10,
obscenity: 20,
smartness: 0,
type: 'anus',
use: 'single',
},
},
sextoy:{
dildo: {
name: 'Dildo',
image: String.format($urlPath + '/personal_items/Dildo.jpg'),
description: 'An almost-real dildo for enhanced entertainment',
price: 70,
corruption: 20,
},
horsedildo: {
name: 'Horse dildo',
image: String.format($urlPath + '/personal_items/Horse dildo.jpg'),
description: 'A dildo so big that only sluts can take it',
price: 190,
corruption: 45,
},
strapon: {
name: 'Strapon',
image: String.format($urlPath + '/personal_items/Strapon.jpg'),
description: 'The perfect device for lesbians',
price: 90,
corruption: 65,
},
fuckmachine: {
name: 'Fuck Machine',
image: String.format($urlPath + '/personal_items/Fuckmachine.jpg'),
description: 'A relentless mechanical thrusting device designed for deep, intense penetration.',
price: 250,
corruption: 50,
},
},
chokers:{
daddy: {
name: 'Choker Daddy',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Choker Daddy.png'),
description: 'A seductive and submissive choker that boldly declares "Daddy," perfect for role-playing and intimate moments.',
allure: 10,
obscenity: 60,
smartness: 0,
price: 70,
type: 'neck',
},
puppy: {
name: 'Choker Puppy',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Choker Puppy.png'),
description: 'A playful and provocative choker featuring a "Puppy" tag, ideal for those who enjoy pet play.',
allure: 10,
obscenity: 80,
smartness: 0,
price: 70,
type: 'neck',
},
whore: {
name: 'Choker Whore',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Choker Whore.png'),
description: 'A daring and explicit choker labeled "Whore," designed for those who embrace their sexuality openly and unapologetically.',
allure: 10,
obscenity: 65,
smartness: 0,
price: 70,
type: 'neck',
},
slave: {
name: 'Choker Slave',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Choker Slave.png'),
description: 'A submissive and provocative choker labeled "Slave," perfect for those who enjoy power dynamics and BDSM.',
allure: 15,
obscenity: 80,
smartness: 0,
price: 70,
type: 'neck',
},
piss: {
name: 'Choker Piss Slut',
image: String.format($urlPath + '/PaperDoll/Accessories/Neck/Choker Piss Slut.png'),
description: 'A bold and provocative choker with the word "Piss," catering to those who enjoy exploring fetishes and pushing boundaries.',
allure: 15,
obscenity: 110,
smartness: 0,
price: 70,
type: 'neck',
},
},
food: {
dumbnessPill: {
name: 'Dumbness Pills',
image: String.format($urlPath + '/personal_items/Pills.jpg'),
description: 'A tablet of pills to prevent intellect increase.',
count: 5,
price: 150,
use: 'many',
corruption: 30,
},
arousalPill: {
name: 'Arousal Pills',
image: String.format($urlPath + '/personal_items/Pills.jpg'),
description: 'A tablet of pills containing cum to maintain a high level of arousal.',
count: 5,
price: 175,
use: 'many',
corruption: 30,
},
},
} >><h4>STAT MANIPUALTION</h4>
<hr>
*Arousal level: <<textbox "$mainChar.arousal" $mainChar.arousal>> <<set $mainChar.arousal to parseInt($mainChar.arousal)>> <br>
*Cleanliness level: <<textbox "$mainChar.cleanliness" $mainChar.cleanliness>> <<set $mainChar.cleanliness to parseInt($mainChar.cleanliness)>><br>
*Corruption level: <<textbox "$mainChar.corruption" $mainChar.corruption>> <<set $mainChar.corruption to parseInt($mainChar.corruption)>><br>
*Energy level: <<textbox "$mainChar.energy" $mainChar.energy>> <<set $mainChar.energy to parseInt($mainChar.energy)>><br>
*Fitness level: <<textbox "$mainChar.fitness" $mainChar.fitness>> <<set $mainChar.fitness to parseInt($mainChar.fitness)>><br>
*Money amount: <<textbox "$mainChar.money" $mainChar.money>> <<set $mainChar.money to parseInt($mainChar.money)>><br><br>
*Cum: <<link "set">><<set $mainChar.haveCum.face = 1>><<goto "Cheatmenu">><</link>> |
<<link "unset">><<run variables().mainChar.cleanCum()>><<goto "Cheatmenu">><</link>><br><br>
<h4>RELATIONSHIPS MANIPULATION</h4>
<hr>
*Brother: <<textbox "$brother.relationship" $brother.relationship>> <<set $brother.relationship to parseInt($brother.relationship)>><br>
*Dad: <<textbox "$dad.relationship" $dad.relationship>> <<set $dad.relationship to parseInt($dad.relationship)>><br>
*Mom: <<textbox "$mom.relationship" $mom.relationship>> <<set $mom.relationship to parseInt($mom.relationship)>><br>
<br>
<h4>TIME SETTINGS</h4>
<hr>
*Minute: <<textbox "$minute" $minute>> <<set $minute to parseInt($minute)>><br>
*Hour: <<textbox "$hour" $hour>> <<set $hour to parseInt($hour)>><br>
*Day: <<textbox "$day" $day>> <<set $day to parseInt($day)>><br>
<br>
<h4>LOCATION SETTINGS</h4>
<hr>
*<<link "Update Mall">>
<<include "Mall Items">>
<</link>><br><br>
<<link "Go to school">><<set $wasMenuItemEntered = false>><<goto "School">><</link>><br>
<<link "Go to mall">><<set $wasMenuItemEntered = false>><<goto "Mall">><</link>><br>
<<link "Go to office">><<set $wasMenuItemEntered = false>><<goto "Office Desk">><</link>><br>
<<link "Go to beach">><<set $wasMenuItemEntered = false>><<goto "Beach">><</link>><br>
<<link "Go to RedLight">><<set $wasMenuItemEntered = false>><<goto "Red Light District">><</link>><br>
<br>
<<link "Validate">><<set $wasMenuItemEntered = false>><<goto "Cheatmenu">><</link>><br>
<<link "Go back">><<set $wasMenuItemEntered = false>><<goto $pastPassage>><</link>>@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Scold.webp')]]
@@
You watch your friends leave, and the teacher waits for them to exit before addressing your unacceptable behavior. You had been spending your time chatting, not paying attention to the leson, and exhibiting inappropriate behavior. The teacher's tone was stern as they began the conversation.<br><br>
"Young lady, your behavior in this class has been completely unacceptable," the teacher admonished.<br><br>
You stand there calmly, not too bothered by the lecture, simply listening without taking it too much to heart. The teacher continues, <br><br>
"Your actions are disrupting the learning environment for everyone else, and it's important for you to be more responsible and respectful in class."<br><br>
<<if $mainChar.look.clothes.torso.name is "Lewd school uniform" and $mainChar.look.clothes.legs.name == "Lewd school skirt">>
"In addition to your disruptive behavior, your choice of clothing has been highly inappropriate," the teacher emphasized. "Wearing such a short skirt and a tight blouse is not acceptable in a school setting. I can almost see anything..."<br><br>
It seemed that their words about your clothing had little effect on you. You nodded in agreement, though your mind was clearly elsewhere, finding the unexpected focus on your outfit exciting.<br><br>
<</if>>
<<if $mainChar.corruption < 30>>
With that, the teacher <<link "let you go.">><<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>>
<<set $minute += 5>>
<<elseif $mainChar.school.reputation >=20 and gaussian($mainChar.attractiveness,25) >=30 >>
Your professor comes closer to you with a demanding gaze before <<linkreplace "pressing his hands against your chest.">>pressing his hands against your chest.<br><br>
"Look at that, this shirt is so thin I can see your nipples through it..." the teacher growls while slowly rolling them between his fingers. Your breathing becomes labored as he slides his hand up your thigh and beneath your skirt. "And this skirt... you like to show your pussy don't you?" He barks, tightening his grasp on your neck. You remain silent for a moment, unable to speak, until his grip intensifies and you cry out: "Yes mister! I like to show my pussy!" You tremble with anticipation as he begins to explore you with his fingertips, each touch sending a wave of pleasure radiating through every inch of your body. Your pussy is already drenched in arousal by the sudden dominance of your professor when he finally plunges deeper inside.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_TeacherTeasing{0}.webp',random(6))]]
@@<br>
He presses his fingers hard against your sensitive flesh, intensifying the pleasure before suddenly removing them as you try to hold on. You cry out in frustration as he denies you the release you so desperately crave. You writhe and moan with abandon as you feel yourself teetering on the edge of pleasure and pain. <br><br>
<span id='accept'><<if $mainChar.corruption>=40>> Allow him to claim victory on this occasion, and <<linkreplace "beg to be fucked.">>beg to be fucked.<br><br>
you collapse to your knees and beg him to fuck you, offering any humiliation he desires if he would just allow you to be his plaything for the next minutes. A fire of shame rips through you as you realize how much of a slut you have become—begging for your teacher to fuck you during the class break. But even in your embarrassment, a thrill runs through your veins at the thought of being his submissive.<br><br>
Wearing a smile filled with contentment, your professor unzips his pants in front of your face, and allow you to blow him. With shaking hands, you lower your head and start to suck him with an unnatural hunger.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Suck{0}.webp',random(3))]]
@@<br>
Without warning, he slams into you, pushing back on the desk and sending waves of pleasure through your body. You offer yourself to your professor, surrendering all control so that he can take whatever he wants from you, eagerly accepting to become his fucktoy for the next minutes. With each thrust he drives further into you, pushing your boundaries until you reach the peak of pleasure.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Fuck{0}.webp',random(3))]]
@@<br>
The intensity builds quickly until you can barely contain it. Soon an orgasmic wave overtakes you as he sprays your body with his cum.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_cumshot{0}.webp',random(5))]]
@@<br>
"Now take your clothes and go to class," he barks out while yanking the buttons of his shirt back together. You meekly utter a compliant, "Yes sir," and hastily gather your scattered clothing before hurrying from the ampty classroom. Barely managing to contain your joy at having served him, it's time to focus and <<link "leave his office">><<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>><br><br>
<<HaveASexWidget "vaginal" "teacher" "inpussy">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 10>>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'> resist to yield to his tactics and, as if it had no effect on you, <<link "leave his office">><<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>><br><br>
<<MainChar_Stats "arousal" "20">>
</span>
<</linkreplace>>
<<elseif $mainChar.corruption >= 20>>
<span id='tease'> It's a good opportunity to <<linkreplace "tease him.">>tease him.<br><br>
Your professor's brow furrows as he scolds you, but you just smirk and brazenly saunter closer with each step with a lustful smirk on your face.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Detention_Teasing.webp')]]
@@<br>
His eyes follow every movement, and you feel a thrill of power knowing that he is not immune to your teasing and seduction.<br><br>
<<if $mainChar.corruption>=30>>
You wonder wether you should <<linkreplace "push it further.">>push it further.<br><br>
Without uttering a single word you place your hand on his crotch. His eyes follow you in perplexity as you drop to your knees in front of him, a seductive smile playing upon your lips. You passionately start pleasuring your teacher in this empty classroom.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Suck{0}.webp',random(3))]]
@@<br>
<span id='fuck'><<if $mainChar.corruption>=40>> Present your pussy and <<linkreplace "let him fuck you.">>let him fuck you.<br>
With a savage thrust, he slams you onto the desk, pushing every paper off it and onto the floor. His hands grip your wrists tightly, and he pushes into you until you're moaning in pleasure. Your cries of passion are barely muffled by the door, but the noisy hallway prevents them echoing in the school.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Fuck{0}.webp',random(3))]]
@@<br>
The intensity builds quickly until you can barely contain it. Soon an orgasmic wave overtakes you as he sprays your body with his cum.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_cumshot{0}.webp',random(5))]]
@@<br>
"Now take your clothes and go to class," he says while yanking the buttons of his shirt back together. You meekly utter a compliant, "Yes sir," and hastily gather your scattered clothing before hurrying from the ampty classroom. Barely managing to contain your joy at having served him, it's time to focus and <<link "leave his office">><<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>><br><br>
<<HaveASexWidget "vaginal" "teacher" "onpussy">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 10>>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'> Stop it there and <<linkreplace "make him cum.">>make him cum.<br>
The intensity builds quickly until he can barely contain it. Soon an orgasmic wave overtakes your teacher as he sprays your mouth with his cum.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_cumshot{0}.webp',either(0,1,5,6))]]
@@<br>
"Now clean up and go to class," he says while yanking the buttons of his shirt back together. You meekly utter a compliant, "Yes sir," before hurrying from the ampty classroom. Barely managing to contain your joy at having served him, it's time to focus and <<link "leave his office">><<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>><br><br>
<<HaveASexWidget "bj" "teacher" "face">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 10>>
<<replace #fuck>><</replace>><</linkreplace>></span>
<<replace #stop>><</replace>><</linkreplace>><br><</if>>
<span id='stop'> halt there and <<link "leave his office">><<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>> leaving him perplexed, feeling a sense of satisfaction within yourself.</span>
<<replace #leave>><</replace>><</linkreplace>><br></span>
<span id='leave'>Hold out until the <<link "scolding is over">><<set $classActivity = "">> <<set $currentSchoolClass = "">><<goto "PE Locker Room">><</link>></span>
<</if>>
<<set $classActivity = "">> <<set $currentSchoolClass = "">><<set $mainChar.school.detentionSubject to "">>
<<set $mainChar.school.detention +=1>>
<<if $currentSchoolClass is "Math" or $currentSchoolClass is "Science">>
<<set _teacher to "female">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_scold_Female{0}.webp',random(0))]]
@@<br>
<<elseif $currentSchoolClass is "History">>
<<set _teacher to "male">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_scold{0}.webp',random(0))]]
@@<br>
<</if>>
You watch your friends leave, and the teacher waits for them to exit before addressing your unacceptable behavior. You had been spending your time chatting, not paying attention to the lesson, and exhibiting inappropriate behavior. The professor waits until the room is empty before turning to face you, their expression serious. "I've noticed that you've been disrupting class quite a bit lately," they begin, their voice stern. "You spend a lot of time chatting with your friends and distracting others. This behavior is not acceptable and is affecting not only your own learning but also that of your classmates." You shift uncomfortably, your cheeks flushing with embarrassment. "I'm sorry," you mumble, your eyes downcast. The professor sighs, their expression softening slightly. "If this behavior continues, I'll have no choice but to take further action."<br><br>
<<if $mainChar.look.clothes.torso.name is "Lewd school uniform" and $mainChar.look.clothes.legs.name == "Lewd school skirt">>
"In addition to your disruptive behavior, your choice of clothing has been highly inappropriate," the teacher emphasized. "Wearing such a short skirt and a tight blouse is not acceptable in a school setting. I can almost see anything..."<br><br>
It seems that their words about your clothing had little effect on you. You nodd in agreement, though your mind is clearly elsewhere, finding the unexpected focus on your outfit exciting.<br><br>
<</if>>
<<if $mainChar.corruption < 30>>
With that, the teacher [[let you go.->School]]<br><br>
<<MainChar_Stats "school" "-1">>
<<set $minute += 5>>
<<elseif $mainChar.school.reputation >=20 and _teacher is "male" and random(0,2) is 0>>
Your professor comes closer to you with a demanding gaze before <<linkreplace "pressing his hands against your chest.">>pressing his hands against your chest.<br><br>
"Look at that, this shirt is so thin I can see your nipples through it..." the teacher growls while slowly rolling them between his fingers. Your breathing becomes labored as he slides his hand up your thigh and beneath your skirt. "And this skirt... you like to show your pussy don't you?" He barks, tightening his grasp on your neck. You remain silent for a moment, unable to speak, until his grip intensifies and you cry out: "Yes mister! I like to show my pussy!" You tremble with anticipation as he begins to explore you with his fingertips, each touch sending a wave of pleasure radiating through every inch of your body. Your pussy is already drenched in arousal by the sudden dominance of your professor when he finally plunges deeper inside.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_TeacherTeasing{0}.webp',random(6))]]
@@<br>
He presses his fingers hard against your sensitive flesh, intensifying the pleasure before suddenly removing them as you try to hold on. You cry out in frustration as he denies you the release you so desperately crave. You writhe and moan with abandon as you feel yourself teetering on the edge of pleasure and pain. <br><br>
<span id='accept'><<if $mainChar.corruption>=40>> Allow him to claim victory on this occasion, and <<linkreplace "beg to be fucked.">>beg to be fucked.<br><br>
you collapse to your knees and beg him to fuck you, offering any humiliation he desires if he would just allow you to be his plaything for the next minutes. A fire of shame rips through you as you realize how much of a slut you have become—begging for your teacher to fuck you during the class break. But even in your embarrassment, a thrill runs through your veins at the thought of being his submissive.<br><br>
Wearing a smile filled with contentment, your professor unzips his pants in front of your face, and allow you to blow him. With shaking hands, you lower your head and start to suck him with an unnatural hunger.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_Male_bj{0}.webp',random(6))]]
@@<br>
Without warning, he slams into you, pushing back on the desk and sending waves of pleasure through your body. You offer yourself to your professor, surrendering all control so that he can take whatever he wants from you, eagerly accepting to become his fucktoy for the next minutes. With each thrust he drives further into you, pushing your boundaries until you reach the peak of pleasure.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_Male_Fuck{0}.webp',random(6))]]
@@<br>
The intensity builds quickly until you can barely contain it. Soon an orgasmic wave overtakes you as he sprays your body with his cum.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_cumshot{0}.webp',random(5))]]
@@<br>
"Now take your clothes and go to class," he barks out while yanking the buttons of his shirt back together. You meekly utter a compliant, "Yes sir," and hastily gather your scattered clothing before hurrying from the ampty classroom. Barely managing to contain your joy at having served him, it's time to focus and [[go to class.->School]]<br><br>
<<HaveASexWidget "vaginal" "teacher" "onpussy">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 10>>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'> resist to yield to his tactics and, as if it had no effect on you, [[exit the room.->School]]</span>
<</linkreplace>>
<<elseif $mainChar.corruption >= 20 and _teacher is "male">>
<span id='tease'> It's a good opportunity to <<linkreplace "tease him.">>tease him.<br><br>
Your professor's brow furrows as he scolds you, but you just smirk and brazenly saunter closer with each step with a lustful smirk on your face.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/detention_teasing{0}.webp',random(6))]]
@@<br>
His eyes follow every movement, and you feel a thrill of power knowing that he is not immune to your teasing and seduction.<br><br>
<<if $mainChar.corruption>=30>>
You wonder wether you should <<linkreplace "push it further.">>push it further.<br><br>
Without uttering a single word you place your hand on his crotch. His eyes follow you in perplexity as you drop to your knees in front of him, a seductive smile playing upon your lips. You passionately start pleasuring your teacher in this empty classroom.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_Male_bj{0}.webp',random(6))]]
@@<br>
<span id='fuck'><<if $mainChar.corruption>=40>> Present your pussy and <<linkreplace "let him fuck you.">>let him fuck you.<br>
With a savage thrust, he slams you onto the desk, pushing every paper off it and onto the floor. His hands grip your wrists tightly, and he pushes into you until you're moaning in pleasure. Your cries of passion are barely muffled by the door, but the noisy hallway prevents them echoing in the school.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_Male_Fuck{0}.webp',random(6))]]
@@<br>
The intensity builds quickly until you can barely contain it. Soon an orgasmic wave overtakes you as he sprays your body with his cum.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_cumshot{0}.webp',random(5))]]
@@<br>
"Now take your clothes and go to class," he says while yanking the buttons of his shirt back together. You meekly utter a compliant, "Yes sir," and hastily gather your scattered clothing before hurrying from the ampty classroom. Barely managing to contain your joy at having served him, it's time to focus and [[go to class.->School]]<br><br>
<<HaveASexWidget "vaginal" "teacher" "onpussy">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 10>>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'> Stop it there and <<linkreplace "make him cum.">>make him cum.<br>
The intensity builds quickly until he can barely contain it. Soon an orgasmic wave overtakes your teacher as he sprays your mouth with his cum.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_cumshot{0}.webp',either(0,1,5,6))]]
@@<br>
"Now clean up and go to class," he says while yanking the buttons of his shirt back together. You meekly utter a compliant, "Yes sir," before hurrying from the ampty classroom. Barely managing to contain your joy at having served him, it's time to focus and [[go to class.->School]]<br><br>
<<HaveASexWidget "bj" "teacher" "face">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 10>>
<<replace #fuck>><</replace>><</linkreplace>></span>
<<replace #stop>><</replace>><</linkreplace>><br><</if>>
<span id='stop'> halt there and [[exit the room,->School]] leaving him perplexed, feeling a sense of satisfaction within yourself.</span>
<<replace #leave>><</replace>><</linkreplace>><br></span>
<span id='leave'>Hold out until the [[scolding is over.->School]]</span>
<<elseif $mainChar.school.reputation >=20 and _teacher is "female" and random(0,2) is 0>>
Your professor comes closer to you with a demanding gaze before <<linkreplace "pressing her hands against your chest.">>pressing her hands against your chest.<br><br>
"Look at that, this shirt is so thin I can see your nipples through it..." the teacher growls while slowly rolling them between her fingers. Your breathing becomes labored as he slides her hand up your thigh and beneath your skirt. "And this skirt... you like to show your pussy don't you?" She barks while breathing closer to your neck. You tremble with anticipation as she begins to explore you with her fingertips, each touch sending a wave of pleasure radiating through every inch of your body. Your pussy is already drenched in arousal when she finally plunges deeper inside and begin to kiss your lips. <br>
You can't resist the urge anymore and soon enough you are both shedding clothes inside the classroom, ready to explore each other in an intimate encounter.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_FemaleFuck{0}.webp',random(6))]]
@@<br>
The intensity builds quickly until you can barely contain it. Soon an orgasmic wave overtakes you as your teacher squirt all over your body. You both collapse into delirious pleasure, her juices cascading down your neck. <br><br>
You hastily gather your scattered clothing before hurrying from the ampty classroom. Iit's time to focus and [[go to class.->School]]<br><br>
<<HaveASexWidget "masturbated" "teacher">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<set $minute += 10>>
<</linkreplace>>
<<elseif $mainChar.corruption >= 20 and _teacher is "female">>
<span id='tease'> It's a good opportunity to <<linkreplace "tease her.">>tease her.<br><br>
Your professor's brow furrows as she scolds you, but you just smirk and brazenly saunter closer with each step with a lustful smirk on your face.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_Female_teasing{0}.webp',random(1))]]
@@<br>
Her eyes follow every movement, and you feel a thrill of power knowing that she is not immune to your teasing and seduction.<br><br>
<<if $mainChar.corruption>=30>>
You wonder wether you should <<linkreplace "push it further.">>
Without uttering a single word you kiss her lips. Initially puzzled, she quickly dismisses it and closes her eyes, pushing her mouth against yours. You passionately start pleasuring your teacher in this empty classroom.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_FemaleFuck{0}.webp',random(6))]]
@@<br>
The intensity builds quickly until you can barely contain it. Soon an orgasmic wave overtakes you as your teacher squirt all over your body. You both collapse into delirious pleasure, her juices cascading down your neck. <br><br>
You hastily gather your scattered clothing before hurrying from the ampty classroom. Iit's time to focus and [[go to class.->School]]<br><br>
<<HaveASexWidget "masturbated" "teacher">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<set $minute += 10>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>>
<span id='stop'> halt there and old out until the [[scolding is over.->School]]</span>
<<replace #leave>><</replace>><</linkreplace>><br></span>
<span id='leave'>Hold out until the [[scolding is over.->School]]</span>
<</if>>
<<set $classActivity = "">> <<set $currentSchoolClass = "">><<set $minute += 20>>
<<if $mainChar.haveCum.face>0 and $pastPassage =='Classes'>>
<<set $hasMetPrincipal to true>>
<<set $pastPassage to "Principal office">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Principal_office/Scold.jpg")]]
</div><br>
<<if $mainChar.school.reputation < 30>>
You step into the principal's office, attempting to find the right words to explain why the teacher sent you there, knowing that a lecture awaits you.<br><br>
"What on earth made you believe you could show up in such a state?!" The college's principal says. "Such kind of behavior will not be permitted in this place ! I don't want sluts in my establishment !"<br><br>
He orders you to go [[clean up->School girls restroom]] in the restroom.
<<else>>
You step into the principal's office, attempting to find the right words to explain why the teacher sent you there, knowing that a lecture awaits you.<br><br>
"What on earth made you believe you could show up in such a state?!" The college's principal says. "Such kind of behavior will not be permitted in this place ! If you want to be slut, at least have the decency to do it out of sight."<br><br>
He forcefully grabs your wrists and pins you against the desk. His deep blue eyes flash with intense energy as he growls, "Now you'll get what you deserve." <br><br>
"You wanted to be a slut? Get on your knees." He orders.<br><br>
He forces his way down your throat, thrusting hard and fast, the force of each stroke edging you closer and closer to feeling sick. Your eyes water and tears streak down your face as you gag helplessly on him. His inexorable advances ravage your throat, pushing past the limit of your breath until you accept his dominance completely.
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_Male_bj{0}.webp",random(6))]]
</div>
<<if $mainChar.corruption>=40>>
Without warning, he slams into you, pushing back on the desk and sending waves of pleasure through your body. Your moans are muffled by the door, but anyone passing could hear the passionate sounds coming from his office. With each thrust he drives further into you, pushing your boundaries until you reach the peak of pleasure.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_Male_fuck{0}.webp",random(6))]]
</div>
His eyes burn holes into you as he continues to discipline you. Finally, he unleashes is load on you.<br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_cumshot{0}.webp",random(5))]]
</div>
"Now go clean yourself up and go to class," he barks out while yanking the buttons of his shirt back together. You meekly utter a compliant, "Yes sir," and hastily gather your scattered clothing before hurrying from his office. Barely managing to contain your joy at having served the school Principal, it's time to focus and [[go clean up.->School girls restroom]]<br><br>
<<HaveASexWidget "anal" "stranger" "onass">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<else>>
His eyes burn holes into you as he continues to discipline you before finally unleashes is load on you.<br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_cumshot{0}.webp",either(0,1,5,6))]]
</div>
"Now go clean yourself up and go to class," he barks out while yanking the buttons of his pants back together. You meekly utter a compliant, "Yes sir," before hurrying from his office. Barely managing to contain your joy at having served him, it's time to focus and [[go clean up.->School girls restroom]]<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">><br>
<</if>>
<</if>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Principal_office/Office.jpg")]]
</div><br>
You walk into the principal's office, your heart pounding with a mix of excitement and nervousness. He's sitting at his desk, engrossed in paperwork, but looks up as you enter. His expression is one of surprise and confusion, but you don't give him a chance to speak. You close the door behind you and lock it, a mischievous smile playing on your lips. "What are you doing here?" he asks, his voice stern but curious.<br><br>
<<if $mainChar.corruption>=30 and $mainChar.hasFuckedPrincipal != $dayCount and $mainChar.school.reputation >=10 >>
Go to his desk and <<linkreplace "suck him.">>suck him.<br><br>
<<if $mainChar.attractiveness >= 20 and $mainChar.school.reputation <20>>
You don't answer with words. Instead, you slowly sink to your knees in front of him, your eyes never leaving his. You can see the confusion in his gaze, but also a spark of interest. His eyes follow you hungrily as you crawl towards his desk on all fours, a seductive smile playing upon your lips. "What are you doing?" he asks, his voice barely above a whisper. You smile innocently, your hands already working on his belt. "I just wanted to show you how grateful I am for everything you do for the students," you say, your voice sweet and seductive. "Especially for girls like me." He hesitates for a moment, but the sight of you on your knees, your lips parted and eager, is too much for him to resist. You take him into your mouth, your tongue swirling around him as you look up at him with wide, innocent eyes. "Fuck, you're good at this," he groans, his hands gripping the edge of his desk.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_Male_bj{0}.webp",random(6))]]
</div><br>
You moan around his cock, the vibrations sending shivers down his spine. You pull back slightly, letting him slip out of your mouth with a pop. "I've been practicing, sir. I want to be the best little student for you," you say with a wink, before diving back down. He lets out a low groan as your tongue swirl around the tip. You look up at him, your eyes wide and innocent, as you take him deeper into your throat. His breath hitches as you take him deeper, your dirty talk driving him wild. You can feel his control slipping, and you know you have him right where you want him.<br><br>
<span id='push'><<if $mainChar.corruption>=40 and $mainChar.hasFuckedPrincipal != $dayCount>><<linkreplace "Take it further">>
He can't take it anymore. With a savage thrust, the Principal slams you onto the desk, pushing every paper off it and onto the floor. "You like that, don't you?" he growls, his voice thick with lust. "You like being fucked by your principal?" You moan in response, your body shaking with each thrust. "Yes, sir," you gasp. "Breed your little schoolgirl, sir. Fuck me harder." His hands grip your wrists tightly, and he ravages you with each stroke until you're moaning in pleasure. Even though your cries of passion are barely muffled by the door, the hallway is noisy enough to prevent your moans echoing through the school.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_Male_fuck{0}.webp",random(6))]]
</div>
The Principal' thrusts become more urgent as he nears his climax, and with one final push, you feel his cock pulsating. You can feel the hot liquid dripping down your skin, marking you as his. He collapses back into his chair, his chest heaving with exertion.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_cumshot{0}.webp",random(5))]]
</div>
As the pleasure subsides, you exhale a sigh of satisfaction, feeling contented from this intimate moment. Your pussy is left dripping from the intensity of pleasure as you gather your clothes with a joyous smile and the taste of his semen in your mouth. You stand up slowly, a satisfied smile on your face. "Thank you, sir," you say sweetly, before turning and walking out of the office, leaving him in a state of shocked arousal.<br><br>
<<HaveASexWidget "vaginal" "stranger">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $mainChar.hasFuckedPrincipal to $dayCount>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum">>
Your Principal' thrusts in your mouth become more urgent as he nears his climax, and with one final push, you feel the warmth of his semen on your tongue. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_cumshot{0}.webp",either(0,1,5,6))]]
</div>
As the pleasure subsides, you exhale a sigh of satisfaction, feeling contented from this intimate moment even though your mouth hurt a bit. You get up with a joyous smile and the taste of his semen in your mouth. You stand up slowly, a satisfied smile on your face. You wipe yourself clean with a tissue from his desk and adjust your clothes. "Thank you, sir," you say sweetly, before turning and walking out of the office, leaving him in a state of shocked arousal.<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $mainChar.hasFuckedPrincipal to $dayCount>>
<<replace #push>><</replace>><</linkreplace>></span>
<<elseif $mainChar.attractiveness >= 20 and $mainChar.school.reputation >=20>>
You don't answer with words. Instead, you slowly sink to your knees in front of him, your eyes never leaving his. You can see the confusion in his gaze, but also a spark of interest. He looks down at you, a smirk already playing on his lips. He knows your reputation, everyone at the university does. You're the nympho, the girl who fucks anyone and everyone. And he's more than willing to take advantage of that. "Well, well, well," he drawls, leaning back in his chair. "What the school's favorite slut is wants from me?" You brazenly position yourself beneath his desk. "I thought you might need some stress relief," you say, your voice sultry and seductive. You unzip his pants and free his cock, already hard and ready for you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_Male_bj{0}.webp",random(6))]]
</div>
You can feel him growing harder with each passing second, his breaths becoming more ragged. You look up at him, your eyes filled with lust, as you take him deeper into your throat. He grips your hair tightly, guiding your movements, using you for his pleasure. You moan around his cock, the dirty talk turning you on even more.<br><br>
<span id='push'><<if $mainChar.corruption>=40 and $mainChar.hasFuckedPrincipal != $dayCount>><<linkreplace "Take it further">>
With a savage thrust, the Principal slams you onto the desk, pushing every paper off it and onto the floor. His hands grip your wrists tightly, and he ravages you with each stroke until you're moaning in pleasure. Even though your cries of passion are barely muffled by the door, the hallway is noisy enough to prevent your moans echoing through the school.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_Male_fuck{0}.webp",random(6))]]
</div>
"You're such a good little fucktoy," he growls. "Everyone at this university knows it. You're the biggest slut on campus." You grip the edge of the desk, your knuckles turning white as you take every inch of him. "Yes," you moan, your body shaking with pleasure. "I'm your slut. I'm everyone's slut." The Principal' thrusts become more urgent as he nears his climax, and with one final push, you feel the warmth of his semen on your body. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_cumshot{0}.webp",random(5))]]
</div>
As the pleasure subsides, you exhale a sigh of satisfaction, feeling contented from this intimate moment. "Clean yourself up," he says, his voice cold. "And get out of my office. I have work to do." You nod, grabbing your clothes with a joyous smile and the taste of his semen in your mouth.<br><br>
<<HaveASexWidget "vaginal" "stranger">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $mainChar.hasFuckedPrincipal to $dayCount>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum">>
Your boss' thrusts in your mouth become more urgent as he nears his climax, and with one final push, you feel the warmth of his semen on your tongue. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Classroom/Detention_cumshot{0}.webp",either(0,1,5,6))]]
</div>
As the pleasure subsides, you exhale a sigh of satisfaction, feeling contented from this intimate moment even though your mouth hurt a bit. You get up with a joyous smile and the taste of his semen in your mouth.<br><br>
<<Achievements "schoolslut" "Educational Plaything">>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $mainChar.hasFuckedPrincipal to $dayCount>>
<<replace #push>><</replace>><</linkreplace>></span>
<<else>>
Surprised, he looks down and sees you on your knees under the desk between his legs. His eyes widen in shock, and he gives you a look full of incomprehension, with a hint of displeasure. He quickly pushes his chair back, creating distance between you and him, clearly rejecting your advance.<br><br>
"$mainChar.firstName ! Not now! You look like a mess !" He shouts.<br><br>
You freeze for a moment. A wave of embarrassment washes over you as you see the disapproval in his eyes. You quickly stand up, feeling a mix of shame and regret. Your cheeks flush with humiliation, and you avoid making eye contact with him.<br><br>
<<MainChar_Stats "arousal" "-20">>
<<MainChar_Stats "school" "-1">>
<</if>>
<</linkreplace>><br>
<<elseif $mainChar.hasFuckedPrincipal is $dayCount>>
Go to his desk and <<linkreplace "suck him.">>suck him.<br>
"Not now $mainChar.firstName. I need to work."<br>
<</linkreplace>>
<</if>>
<br>
[[Leave his office.->School]]
<</if>><<if $currentSchoolClass == "Math" or $currentSchoolClass =="Science">>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Classroom/Grade_Negociation_Female.jpg')]]@@<br>
<<if gaussian($mainChar.attractiveness,25) <=40 >>
"Professor," you begin, trying to keep your voice steady. "I was wondering if we could talk about my grade. I really thought I did better on this assignment." The professor looks up from her papers, her expression neutral. "I'm sorry, but the grade stands." You feel a pang of desperation. You need this grade to keep your scholarship, to stay on track for graduation.
<br><br>
<span id='tease'> <<if $mainChar.corruption>=20>>Determined to achieve a better grade, you decide to <<linkreplace "tease her.">>tease her. You lean in slightly, letting your voice soften. "I understand, Professor. But I was hoping maybe there was something I could do to improve it. Maybe some extra credit, or..." You let your words trail off, your eyes meeting hers with a hint of suggestion. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_Female_teasing{0}.webp',random(1))]]
@@<br>
<<if gaussian($mainChar.attractiveness,25) >=30>>
The teacher's eyes widen slightly, a flicker of surprise crossing her face. She clears her throat, looking momentarily flustered. "Well, I suppose we could discuss some additional work. But this is highly irregular." You smile, feeling a glimmer of hope. "I'm willing to do whatever it takes to improve." You let your hand rest lightly on the desk, your fingers brushing against hers ever so slightly. The professor's cheeks flush slightly, and she looks away, clearly unsettled. "Alright, I'll consider it. But this stays between us, understood?"<br><br>
You nod, feeling a mix of relief and triumph. "Of course, Professor. Thank you so much." You can't help but feel a sense of satisfaction, knowing that you've managed to turn the situation in your favor. Delighted, you express your gratitude to her and <<link "leave the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br>
<<if $currentSchoolClass == "Math">>
<<set $mainChar.school.Math.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "Science">>
<<set $mainChar.school.Science.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "History">>
<<set $mainChar.school.History.score += random(1,10)/10>>
<</if>>
<<MainChar_Stats "School" "1" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "15">>
<<set $minute += 10>>
<<else>>
She hesitates, her eyes lingering on you for a moment before she shakes her head. "I'm sorry, but the grades are final," she says, though her voice lacks conviction.<br><br>
<span id='push'><<if $mainChar.corruption>=30>><<linkreplace "push it further.">>
You decide to take a risk, leaning in closer, your breath hot on her ear. "Are you sure there's nothing I can do to change your mind?" you whisper, your hand reaching out to lightly touch her arm.
<<if gaussian($mainChar.attractiveness,25) >=20 >>
Before she can respond, you press your lips to hers, feeling her initial resistance melt away. Emboldened, you let your hand trail down her body, slipping beneath her skirt to find the warmth between her legs. She gasps as you begin to stroke her, her eyes fluttering closed. You guide her to sit on the edge of her desk, pushing her skirt up to reveal her glistening pussy. You drop to your knees, your tongue eagerly lapping at her folds. She moans softly, her hands gripping the edge of the desk as you work your magic. You can taste her arousal, sweet and intoxicating, as you bring her closer and closer to the edge.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_FemaleFuck{0}.webp',random(6))]]
@@<br>
Her breath hitches, and you feel her body tense as she reaches her climax. With a cry, she releases, her juices squirting onto your face, coating your skin with her essence. You look up at her, a satisfied smile on your lips, as you wipe your face with the back of your hand. She looks down at you, her cheeks flushed, her breath still ragged. "I suppose I could reconsider your grade," she says, her voice husky. You thank her, your face still dripping of her juice. You run your fingers through your hair, feeling the remnants of her pleasure still clinging to the strands, hastily gather your scattered clothing and <<link "walk out of the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br>
<<if $currentSchoolClass == "Math">>
<<set $mainChar.school.Math.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "Science">>
<<set $mainChar.school.Science.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "History">>
<<set $mainChar.school.History.score += random(1,10)/10>>
<</if>>
<<HaveASexWidget "masturbated" "teacher">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<set $minute += 10>>
<<else>>
But as soon as your hands touch her, she pushes you away firmly.<br><br>
"Stop! This is completely inappropriate," she says, her voice stern. "I am your professor, and this behavior is unacceptable. You need to leave my office immediately."<br><br>
You feel a wave of shame and embarrassment wash over you. You realize the gravity of your mistake and quickly step back, your face flushed with humiliation. "I'm so sorry," you stammer, your voice barely a whisper. "I didn't mean to... I'm sorry." If you were better-looking, this could have work, but right now, your heart pounding with regret and shame, you turn and [[rush out of the classroom.->School]]<br><br>
<<MainChar_Stats "arousal" "-20">>
<<MainChar_Stats "school" "-1">>
<</if>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'>Admit defeat and <<link "leave the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br></span>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='leave'> Admit defeat and <<link "leave the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br></span>
<<else>>
You try to negotiate with the professor, explaining your situation and the effort you put into your work. After listening carefully, the professor nods understandingly. "Alright," they say, "I appreciate your dedication and the extra effort you've shown. I'll increase your grade a bit." You feel a sense of relief and gratitude as the professor makes the adjustment, recognizing your hard work. <br><br>
Delighted, you express your gratitude and <<link "leave the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br>
<<if $currentSchoolClass == "Math">>
<<set $mainChar.school.Math.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "Science">>
<<set $mainChar.school.Science.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "History">>
<<set $mainChar.school.History.score += random(1,10)/10>>
<</if>>
<<set $minute += 5>>
<</if>>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Grade_Negociation_Male.jpg')]]
@@<br>
<<if gaussian($mainChar.attractiveness,25) <=40 >>
As the other students file out, you gather your courage and approach the professor's desk. He looks up from his papers, his expression stern but not unkind. You lean in slightly, letting your blouse gap just enough to give him a glimpse of your cleavage. Your skirt rides up a little as you perch on the edge of his desk, revealing a bit more thigh than is strictly appropriate. <br><br>
"Professor," you begin, your voice soft and sweet, "I was really hoping we could talk about my grade. I know I can do better, and I'm willing to do whatever it takes to improve." He swallows hard, his eyes flickering down to your chest before quickly looking away. "I appreciate your dedication," he says, his voice slightly strained, "but the grade stands. You'll have to work harder next time." You feel a pang of desperation. <br><br>
<span id='tease'> <<if $mainChar.corruption>=20>>Determined to achieve a better grade, you refuse to admit defeat and decide to <<linkreplace "tease him.">>tease him. You lean in closer, your hand resting lightly on his arm. "Please, Professor," you murmur, your breath hot against his ear. "I'll do anything." His eyes flicker with a mix of surprise and desire as you slowly lift the hem of your skirt, revealing your glistening pussy. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/detention_teasing{0}.webp',random(6))]]
@@<br>
His gaze is drawn downward, and you can see the struggle in his expression as he tries to maintain his composure. You take a step back, never breaking eye contact, and begin to unbutton your blouse. Each button reveals more of your smooth skin, the curve of your breasts.
<<if gaussian($mainChar.attractiveness,25) >=30>>
He swallows hard, his eyes locked on your exposed skin. You can see the moment he gives in, the moment his resolve crumbles. He reaches out, his hand trembling slightly as he brushes your cheek. "Alright," he says, his voice rough with desire. "I'll change your grade. But this stays between us, understand?" You nod, a triumphant smile playing on your lips. "Of course, Professor," you purr, leaning in to press a soft kiss to his cheek. "Your secret is safe with me." You button up your blouse and<<link "leave the classroom.">><br><br>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br>
<<if $currentSchoolClass == "Math">>
<<set $mainChar.school.Math.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "Science">>
<<set $mainChar.school.Science.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "History">>
<<set $mainChar.school.History.score += random(1,10)/10>>
<</if>>
<<MainChar_Stats "School" "1" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "15">>
<<set $minute += 10>>
<<else>>
He watches you, his breath growing more ragged with each passing second. You can see the struggle in his eyes, the battle between his professional ethics and the raw desire you're stirring within him. For a moment, it seems like he might give in, his gaze lingering on your exposed skin. But then he takes a deep breath, his expression hardening with resolve. "I'm sorry," he says, his voice firm despite the obvious conflict within him. "I can't do this. Your grade stands."<br><br>
<span id='push'><<if $mainChar.corruption>=30>>You decide to <<linkreplace "push it further.">><br>
You see your opening in his hesitation. You let your hand slide down his arm, then boldly move it to his lap, feeling the bulge in his pants. He inhales sharply but doesn't stop you. Emboldened, you slip off the desk and kneel in front of him, your hands working quickly to unzip his pants. He watches you, his breath coming in short gasps, as you free his erection and take him into your mouth.<br><br>
<<if gaussian($mainChar.attractiveness,25) >=20 >>
You work him with your lips and tongue, feeling him grow harder and more urgent. He leans back in his chair, his hands gripping the armrests tightly, but he doesn't stop you. You can feel his tension building, his body responding to your every touch. You look up at him, your eyes meeting his, and you see the conflict in his gaze—the struggle between desire and duty. You suck him vigorously, the wet, sloppy sounds of your mouth filling the empty classroom. Your head bobs up and down, your lips wrapped tightly around his shaft as you take him deeper with each thrust. You look up at him, your eyes watering slightly, but your gaze locked onto his.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_Male_bj{0}.webp',random(6))]]
@@<br>
"Mmm," you moan around his cock, the vibrations making him groan. You pull back slightly, letting his cock slip out of your mouth with a pop. "You like that, Professor?" you purr, your voice thick with lust. "You like getting your dick sucked by your little student slut?" He groans again, his hands gripping the armrests of his chair so tightly his knuckles turn white. You smile wickedly, knowing you have him right where you want him. You spit on his cock, using your hand to spread the saliva up and down his length before taking him back into your mouth.<br><br>
<<if $mainChar.corruption>=40>>
The professor, visibly excited by your dirty talk, slams you onto the desk with a savage thrust, pushing every paper off it and onto the floor.He spreads your legs wide and thrusts into you, his cock filling you completely. You gasp, your back arching as he begins to fuck you hard and fast, the desk creaking beneath you. "Fuck, yes," you moan, your nails digging into his shoulders. Your cries of passion are barely muffled by the door, but the noisy hallway prevents them echoing in the school. "Fuck me, Professor. Use me like the dirty little slut I am."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_Male_Fuck{0}.webp',random(6))]]
@@<br>
He grunts in response, his hips slamming against yours with each powerful thrust. The room fills with the sounds of your combined moans and the wet slap of flesh against flesh. You can feel his cock hitting all the right spots, driving you closer and closer to the edge. "Come on, Professor," you pant, your voice breathless and desperate. "Fuck me harder. Make me come all over your cock." He complies, his pace increasing until you're both on the brink. With a final, deep thrust, he pulls out and comes all over your body, his hot seed splattering across your skin. You let out a satisfied moan as you watch him mark you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_cumshot{0}.webp',random(5))]]
@@<br>
As he catches his breath, you run your fingers through the cum on your skin, playing with it teasingly. "Now, about that grade," you remind him, your voice sultry and confident. "I think I've earned a better one, don't you?" You say He looks down at you, a mixture of lust and resignation in his eyes. "I... I suppose we can find a way to... adjust your grade," he says, his voice still slightly unsteady. "You've certainly shown... dedication." With a satisfied smile, you slide off the desk, straightening your skirt and blouse as best you can. You give him one last, lingering look before turning and <<link "leaving the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br>
<<if $currentSchoolClass == "Math">>
<<set $mainChar.school.Math.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "Science">>
<<set $mainChar.school.Science.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "History">>
<<set $mainChar.school.History.score += random(1,10)/10>>
<</if>>
<<HaveASexWidget "vaginal" "teacher" "onpussy">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<set $minute += 10>>
<<else>>
You can feel him getting closer, his body tensing as you suck him faster and harder. You let him hit the back of your throat, gagging slightly but pushing through it, determined to take every inch of him. "Come on, Professor," you urge, your voice breathless and desperate. "Come in my mouth. I want to taste your cum. I want to swallow every last drop." You feel his cock pulse in your mouth, and then he's coming, his hot seed spilling down your throat. You swallow eagerly, milking him for every last drop, your eyes never leaving his. As he finally softens in your mouth, you pull back, a satisfied smile on your lips.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Classroom/Detention_cumshot{0}.webp',either(0,1,5,6))]]
@@<br>
"Now, about that grade..." you purr, licking your lips clean. The professor looks down at you, his breath still ragged, his eyes glazed with a mix of satisfaction and disbelief. He takes a moment to compose himself, tucking his shirt back in and adjusting his pants. You stand up slowly, smoothing your skirt and blouse, a triumphant smile playing on your lips. "I... I suppose we can find a way to... adjust your grade," he says, his voice still slightly unsteady. "You've certainly shown... dedication." You smile, feeling a rush of victory. "Thank you, Professor. I really appreciate it." Stepping back, you gather your things and <<link "leave the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br>
<<if $currentSchoolClass == "Math">>
<<set $mainChar.school.Math.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "Science">>
<<set $mainChar.school.Science.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "History">>
<<set $mainChar.school.History.score += random(1,10)/10>>
<</if>>
<<HaveASexWidget "bj" "teacher" "face">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $minute += 10>>
<</if>>
<<else>>
But as soon as your hands touch his crotch, he pushes you away firmly.<br><br>
"This is completely inappropriate," he says, his voice stern. "I am your professor, and this behavior is unacceptable. You need to leave my office immediately."<br><br>
You feel a wave of shame and embarrassment wash over you. You realize the gravity of your mistake and quickly step back, your face flushed with humiliation. "I'm so sorry," you stammer, your voice barely a whisper. "I didn't mean to... I'm sorry." If you were better-looking, this could have work, but right now, your heart pounding with regret and shame, you turn and [[rush out of the classroom.->School]]<br><br>
<<MainChar_Stats "arousal" "-20">>
<<MainChar_Stats "school" "-1">>
<</if>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'>Admit defeat and <<link "leave the
classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br></span>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='leave'> Admit defeat and <<link "leave the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br></span>
<<else>>
You try to negotiate with the professor, explaining your situation and the effort you put into your work. After listening carefully, the professor nods understandingly. "Alright," they say, "I appreciate your dedication and the extra effort you've shown. I'll increase your grade a bit." You feel a sense of relief and gratitude as the professor makes the adjustment, recognizing your hard work. <br><br>
Delighted, you express your gratitude and <<link "leave the classroom.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "School">>
<</link>><br><br>
<<if $currentSchoolClass == "Math">>
<<set $mainChar.school.Math.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "Science">>
<<set $mainChar.school.Science.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "History">>
<<set $mainChar.school.History.score += random(1,10)/10>>
<</if>>
<<set $minute += 5>>
<</if>>
<</if>><<set $Restroom_location to "School">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Restroom.jpg')]]
@@<br>
Fueled by curiosity, you decide to enter the boys' restroom.
<<set _empty to either(true,true,false)>>
<<if _empty is true>>
<<if random(0,2) <=1>>
You find the room empty and decide [[leave the restroom.->School]]
<<else>>
You find it empty at first, but your ears pick up on faint sounds emanating from one of the toilet stalls. Curiosity getting the best of you, you wonder whether you should <<linkreplace "approach the source of the noise.">>approach the source of the noise.<br><br>
You try to silently sneak closer until you are sure: there is a student masturbating inside the last cabin! Seems like he hasn’t noticed your presence yet and continues to masturbate. The excitation grows in you as you keep watching him playing with his shaft.<br><br>
<span id="enter"><<if $mainChar.corruption >=30>>
Enter the stall and <<linkreplace "help him.">>help him.<br><br>
You calmly knock on the door and hear the noises stop instantly, followed by a quick gasp. “Don’t worry, you’d like some help?” you ask calmly. <br>
You’re not sure if you’ve scared him, but after a few seconds of silence, you hear the door unlock and see it opening. You recognize him as the nice but little nerdy boy of your class. He looks a bit helpless, but as you enter and lock the door, he seems to relax. You take off some of your clothes and just see his jaw drop, he’s not saying a single word. You smile as you sit down, knowing you’re going to make this guy’s day. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Men/Suck{0}.webp',random(3))]]
@@<br>
<span id='push'><<if $mainChar.corruption>=40>>Present your ass and <<linkreplace "let him fuck you.">>let him fuck you.<br><br>
You didn’t expect a boy his attitude to have such a cock that you have a hard time sliding it inside your pussy. Maybe going in dry wasn’t the best idea, but it’s too late to back down now, for he already grabbed your waist and started moving his hips while pressing you against him. You have no other choice but to go with it, so you start working with him while moaning full pleasure.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Men/PublicToilet_Fuck{0}.webp',random(6))]]
@@<br>
For a while, you felt his large dick stretching you out with an astonishing force until he slowed down. With his last strong pushes, he makes you cum just before you feel his cock pulsating as he pumps his seed up your pussy. Your legs are pure jelly by now, so you just collapse on him and both of you rest for a minute. <br>
Under his breath, you hear him say “Thank you.” <br>You take your clothes and [[leave the stall.->Empty restroom]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "combed" "false">>
<<set $minute += 20>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Make him cum.">>
you feel his cock pulsating as he pumps his seed up your face. Under his breath, you hear him thank you for the help. You get up and [[leave the stall.->Empty restroom]]<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "cleanliness" "-5">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<set $minute += 10>>
<<replace #push>><</replace>><</linkreplace>></span>
<<replace #arousal>><</replace>><</linkreplace>><br><</if>></span>
<span id='arousal'>[[Leave the restroom->School]] before he sees you.<br><br>
<<MainChar_Stats "arousal" "10">></span>
<</linkreplace>>
<</if>>
<<else>>
You push open the door to the boys' bathroom, the sound of running water and distant chatter filling the air. As you step inside, the conversations abruptly stop, and all eyes turn to you. The boys look surprised and confused, their expressions a mix of curiosity and disbelief.<br><br>
<<if $mainChar.school.reputation < 10>>
<<print either(
'"Uh, are you lost?" one of them asks hesitantly.',
'"Hey, you can\'t be in here!" one of them exclaims sharply.',
'"What are you doing in here?" one of them asks with intrigue.',
'"Uh, you\'re in the wrong bathroom," one of them mumbles, quickly looking away.')>><br>
Another guy chuckles nervously. "Yeah, you might want to check the sign on the door." <br>
They exchange glances, a mix of amusement and curiosity in their eyes.
<<elseif $mainChar.school.reputation < 20 >>
<<print either(
'"Well, well, well," one of them says, a smirk playing on his lips. "Look who it is. $mainChar.firstName, right? Heard you were quite the wild one."',
'"$mainChar.firstName, right?" one of them asks, his voice filled with intrigue. "What brings you here?"',
'"Uh, $mainChar.firstName, right?" one of them stammers, his voice uncertain. "Heard some stuff about you. Didn\'t expect to see you here, though."',
'"Hey, $mainChar.firstName," one of the guys says, his voice low and interested. "What\'s up? Looking for some company?"')>><br>
Another guy chuckles. "Guess the rumors are true, huh?" <br>
They exchange glances, a mix of amusement and curiosity in their eyes.
<<else>>
<<print either(
'"Well, well, well," one of the guys says, a smirk spreading across his face. "Look who it is. $mainChar.firstName, the school slut herself."',
'"Hey, it\'s $mainChar.firstName!" one of them shouts, his voice filled with mockery. "Come to suck us?"',
'"$mainChar.firstName, what a surprise," one of them says, his voice low and suggestive. "You're here to give us a show?"',
'"Look who decided to join us," one of them says, his voice filled with lust. "$mainChar.firstName, the university\'s favorite fuck toy."')>><br>
Another guy grins, his eyes gleaming with mischief. "Maybe you want to join us in the stalls? We've got plenty of room."<br>
They exchange glances, a mix of amusement and curiosity in their eyes.
<<endif>>
<br>
<<if $mainChar.corruption <70>>
You make a quick [[retreat back.->School]] feeling a mix of embarrassment, curiosity and excitment.<br><br>
<<else>>
At the center of attention, you can't decide what to do.<br><br>
<span id='leave'> Retreat back and [[leave the restroom.->School]]<br></span>
<span id='gangbang'> Go in the middle of the room, get on your knees and <<linkreplace "beg to be fucked.">>beg to be fucked.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Suck{0}.webp',random(4))]]
@@<br>
Steady breaths pulse from your lips as the men close in around you. You feel their thick cocks pressing against your face, and without hesitation you take them into your mouth. With every tug and flick of your tongue, moans of pleasure escape the men around you as you desperately attempt to satisfy them all.You feel a hand gripping your hip as other hands begin to explore further. Your pussy and ass are mercilessly stimulated, signalling it's time for you to take the next step. At once, you change positions and spread your legs wide open, ready to serve them.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Fuck{0}.webp',random(4))]]
@@<br>
Your entire body throbs with pleasure as you take in multiple cocks at once. You reach your second orgasm faster than ever before, as each and every one of your holes is filled with throbbing manhood. The sensations become more intense as you begin to take two members in the same hole, pushing your pleasure over the edge. As the waves of euphoria start to crash through you, you become vaguely aware that more are coming. Soon, loads of cum will fill all your orifices from multiple partners at once, building up until you reach the ultimate climax in a sea of semen.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Cum{0}.webp',random(1))]]
@@<br>
When you finally gather your mind, you find yourself alone in the men restroom. You slowly begin to realize that you lay sprawled across the sticky tile of the men's restroom, completely naked in a pool of semen. A nauseatingly sweet taste lingers in your mouth, and you feel a drowsy euphoria which comes from being almost cum-drunk.
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Final.webp',)]]
@@<br>
Since you can't stay here indefinitly, you take your cum-stained clothes and go [[clean up yourself.->Empty restroom]]<br><br>
<<Achievements "gangbang" "Cum-Soaked Fleshlight">>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<HaveASexWidget "anal" "stranger" "onass">>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "School" "2" "50">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "cleanliness" "-50">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-4">>
<<set $minute += 30>>
<<replace #leave>><</replace>><<replace #piss>><</replace>>
<</linkreplace>><br></span>
<span id='piss'><<if $mainChar.corruption>=110>>Sit on your knees and <<linkreplace 'open your mouth aside the urinals.'>>open your mouth aside the urinals.<br><br>
The men are bewildered by your behavior. One of them, with a hint of trepidation, takes a step forward. You lock eyes with him as he unzips his pants in front of your face. You sense his hesitation about the unfolding situation, but you offer him an approving glance. Soon, his hot stream of urine cascades over your tongue, overwhelming your mouth and making you gag on the liquid. You revel in it, a perverse pleasure coursing through you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Men/PublicToilet_Pissing{0}.webp',random(3))]]
@@<br>
Your body quivers with an electric delight as you remain crouched in the corner of the public restroom, submitting yourself and revelling in your unsavoury role as a human urinal. Yet after what seems like hours of no human contact, you reluctantly stand up from the urine-drenched floor with a heavy heart, knowing [[it's time to move on.->Empty restroom]]<br><br>
<<Achievements "watersport" "Human Urinal">>
<<MainChar_Stats "School" "3" "50">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "cleanliness" "-100">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-4">>
<<set $minute +=40>>
<<replace #leave>><</replace>><<replace #gangbang>><</replace>><</linkreplace>><</if>></span>
<</if>>
<</if>><<set $pastPassage to "Empty restroom">>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Restroom.jpg')]]
@@<br>
You stand alone in the public restroom, the echo of the crowd who were just here still lingering in the air. The tiles are cold beneath your feet, and the fluorescent lights above cast a harsh, unforgiving glow on everything. You look at yourself in the mirror, your reflection staring back at you with a mix of exhaustion and satisfaction. Your clothes are disheveled, your hair mussed, and your makeup smeared, but there's a spark in your eyes that wasn't there before. You lean against the counter, taking a deep breath as you survey the damage. Your body aches in places you didn't know could ache, but it's a good kind of pain, a reminder of the intensity of what just happened. <br><br>
Use the huge mirror on the wall to [[have a little refresh.->Bathroom Mirror]]<br><br>
You straighten your clothes, brushing off the wrinkles and adjusting everything until you look somewhat presentable again. But the memories of what just happened linger, a secret thrill that you carry with you. As you turn to leave, you take one last look at yourself in the mirror. The woman staring back at you is more depraved, more willing to embrace the darker sides of her desires. Her eyes hold a darker gleam, a reflection of the corruption that has taken root within her. You step out of the restroom, ready to face whatever comes next, knowing that you are in control of your desires and your destiny.
<<link "Leave the restroom.">><<goto $Restroom_location>><</link>><<set $minute +=20>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/RedLight/Wait_"+$timeOfDay+".jpg")]]</div><br>
You spend some time, standing under the street lamppost.
Suddenly, a figure appears from out of nowhere and his voice slithers across your skin like a snake.<br><br>
"Hey babe! How much for a blowjob?" he leers.<br><br>
Confused, you glance over your shoulder before realizing that he's addressing you. Shock reverberates through your body as you realize that this stranger thinks you are a whore.<br><br>
Images of yourself sucking and fucking strangers in a back alley for money floods your mind with such force that it takes your breath away. Despite being so lewd and filthy, these thoughts cause something deep within you to stir with arousal.<br><br>
You stand there paralyzed, contemplating the decision you need to make.<br>
<span id='leave'>Feeling humiliated by this interaction, you could [[run away,->Red Light District]] </span><<if $mainChar.corruption>=40>> or...you could <<linkreplace "play along.">>plays along.<br><br>
Torn between the desire to set a discouraging price to make him reject the proposal and a subconscious inclination to accept, you settle for a compromise and set the price at $30. <br><br>
A whirlwind of emotions engulfs you as, unexpectedly, he accepts your offer. You experience a complex mix of feelings because of the humiliation of becoming a random streetwalker, yet you're also undeniably excited by the unknown nature of selling your body to strangers on the street.<br><br>
You accompany him into an empty back alley before kneeling down, leaving your throat exposed in eager submission to him. He slams into your throat with a primal ferocity, pushing so deep you feel his shaft touch the back of your neck. Your eyes water and tears stream down your cheeks. You close your eyes to focus on the pleasure that builds inside you. You hear the faint chatter of passersby echoing in the alley while this stranger thrusts violently and mercilessly into your mouth, <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + '/RedLight/BackAlley/'+$timeOfDay+'/bj{0}.webp',random(6))]]</div><br>
You can feel the heat radiating from his bulging veins as he builds towards a climax. With glorious ferocity, he cums hard, filling your mouth with semen, leaving you unable to move or breathe as he finishes. <br><br>
When the last drop has been spilled, you take a deep shuddering breath and stand up on shaky legs, feeling an arousal that goes beyond physical pleasure as you realize you are now forever marked by this experience of streetwalker.<br><br>
Walk back to [[Red Light District.->Red Light District]]<br><br>
<<set $mainChar.isWhore to true>>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "3" "$mainChar.maxCorruption">>
<<MainChar_Stats "money" "30">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<<Achievements "whore" "Your Body, Their Pleasure">>
<<set $minute += 15>>
<<replace #leave>><</replace>><</linkreplace>><</if>>
<<set $minute +=20>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<set _cloth to "naked">>
<<elseif $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name != '' and $mainChar.look.lingerie.groin.name != ''>>
<<set _cloth to "under">>
<<else>>
<<set _cloth to "clothed">>
<</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/livingroom/Window/Relax_"+_cloth +".jpg")]]
@@
You sit on the windowsill with a cup of tea, taking a moment to relax as you gaze out at the city through the window. The hustle and bustle of the urban landscape unfolds before you, a mesmerizing sight as people go about their day. The soft, comforting warmth of the tea in your hands contrasts with the coolness of the glass against your cheek. It's a brief respite from the chaos of life and a tranquil pause to reflect.
<br><br>
<<if gaussian($mainChar.attractiveness,15)>=30 and $mainChar.sawNeighbor != $hour>>
<<set $mainChar.sawNeighbor to $hour>>
As you gaze out, you notice a neighbor in the building across the street. He's standing by his own window, and as he glances over, he catches your eye. A brief, unexpected connection lingers in the air as you <<linkreplace "wave a greeting to him.">>wave a greeting to him.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/livingroom/Window/Greeting_"+_cloth +".webp")]]
@@<br>
<<if $mainChar.corruption>=20 and _cloth != "naked" and $mainChar.energy>=10>><<linkreplace "Flash him.">>
In a sudden burst of daring and excitement, you decide to take things a step further. You stand up, your heart pounding with anticipation. With a mischievous grin, you slowly lift your shirt, revealing your breasts to the neighbor and anyone else who might be passing by on the street below. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/livingroom/Window/window_flash{0}.webp",random(3))]]
@@<br>
The cool air against your skin sends a shiver down your spine, and you feel a rush of adrenaline. The neighbor's eyes widen, and he becomes completely fixated on you, his gaze locked onto your exposed skin. You can see the shock and desire in his eyes, and it only fuels your excitement. The voyeuristic thrill leaves your pussy aching, and you can feel yourself getting wetter with every passing second.
<br><br>
<<MainChar_Stats "arousal" "+20">>
<<if $mainChar.corruption >=40>>
<<linkreplace "Start masturbating.">>
Deciding to push the boundaries even further, you slip your hand into your pants, your fingers finding your already wet pussy. You begin to finger yourself, your movements slow and deliberate, making sure the neighbor and anyone else who might be watching can see every detail. You lean against the window, your breath fogging up the glass as you moan softly, your eyes locked onto the neighbor's.<br><br>
Your breath comes in quick, ragged gasps as you pleasure yourself, the knowledge that you're being watched only heightening your arousal. You can feel the tension building, your body trembling with the intensity of the sensation. You spread your legs wider, giving the neighbor a better view, your fingers moving faster and deeper inside you. The sound of your wetness fills the room, and you can see the neighbor's breath quickening, his hand moving to his own crotch as he watches you.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/livingroom/Window/window_masturbate{0}.webp",random(3))]]
@@<br>
With a final, intense thrust of your fingers, you reach your climax, your body convulsing as you squirt onto the window. The liquid drips down the glass in a display of pure, unadulterated pleasure. You cry out, your voice filled with ecstasy, your body shaking with the force of your orgasm. You can see the neighbor's eyes widen even more, his hand moving faster as he watches you come undone. As you come down from your high, you take a moment to catch your breath, your body still tingling with the aftershocks of your orgasm. <br><br>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<<HaveASexWidget "masturbated" "self" >>
<</linkreplace>><</if>>
<</linkreplace>><</if>>
<</linkreplace>><br><br>
<</if>>
[[Stay there a bit longer.->Window Relax]]<br>
[[Get up.->Living room]]<br><br>
<<MainChar_Stats "energy" "10">>
<<if $parentsBedroomScene == "Dad reading book">>
<<set $minute += 10>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/dadReading.jpg")]]
@@
<br>
<br>
<<set _bookContent to either(
"I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain.",
"You can tell yourself that you would be willing to lose everything you have in order to get something you want. But it’s a catch-22: all of those things you’re willing to lose are what make you recognizable. Lose them, and you’ve lost yourself.",
"The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn like fabulous yellow roman candles exploding like spiders across the stars.",
"He allowed himself to be swayed by his conviction that human beings are not born once and for all on the day their mothers give birth to them, but that life obliges them over and over again to give birth to themselves.",
"There is an idea of a Patrick Bateman, some kind of abstraction, but there is no real me, only an entity, something illusory, and though I can hide my cold gaze and you can shake my hand and feel flesh gripping yours and maybe you can even sense our lifestyles are probably comparable: I simply am not there.")>>
You come closer to your dad and ask if you may join him while he's reading. He looks at you with a smile and offers you to sit next to him. <br><br>
"Of course, <<print $mainChar.firstName>>! Just sit here. I'll read for you." When you are ready, dad inhales and begins to read. <br><br>
<em>"<<print _bookContent>>"</em>
<br><br>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "energy" "5">>
<br><br>
<<if $mainChar.corruption >= 40 and $dad.relationship >= 30>>
[[Suck him while he reads->Parents' bedroom fuck][$parentsBedroomSexScene = "Suck dad while reading"]]<br>
<<endif>>
<<if $hour == 17 and $mainChar.energy >= 5>>
[[Sit a bit more->Parents' bedroom non-sex scenes]] <br>
<<endif>>
[[Thank him and stand up->Parents' bedroom]]
<<endif>><<set $mainChar.did_cleaning_parents to $dayCount>>
<<if $mainChar.look.clothes.torso.name is '' and $mainChar.look.clothes.legs.name is '' and $mainChar.look.lingerie.chest.name is '' and $mainChar.look.lingerie.groin.name is ''>>
<<set _cloth to "nude">>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Cleaning/Cleaning_naked{0}.webp",random(3))]] @@
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Cleaning/Cleaning_clothed{0}.webp",random(2))]] @@
<</if>><br><br>
<<if $dad.location is "Work">>
Alone in your parent's room while they are at work, you take on the task of tidying up. With purposeful movements, you start organizing the scattered items, restoring order to the space. As you dust and straighten, a sense of satisfaction fills the room. The process of transforming the chaos into cleanliness becomes a quiet moment of solace. <br><br>
Finally, you survey your work, pleased with the noticeable improvement.
<br>You can now spend your time to [[something else.->Parents' bedroom]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "energy" "-15">>
<<else>>
As you go about cleaning your parents's room, your dad catches you in the act of tidying up when <<linkreplace "he unexpectedly enters.">>he unexpectedly enters. <br><br>
<<if random(0,2) is 0 or ($mainChar.corruption <60 or $dad.relationship<40)>>
Surprised, he blinks and stammers, "Wait, what are you doing?" <br>
Your hands still clutching a duster, you grin and respond, "Just giving your room a little cleaning. It needed it."<br><br>
<<if _cloth is "nude" and $dad.relationship < 20 >>
"Ok but why are you naked ? Please get some clothes <<print $mainChar.firstName>>."<br><br>
Disappointed and slightly humbled, you nod, your enthusiasm dampened, and you [[leave the room.->Living room]]<br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "corruption" "1" "30">>
<<set $minute +=15>><br>
<<MainChar_Stats "energy" "-15">>
<<elseif _cloth != "nude" and $dad.relationship < 20 >>
"Ok.. thanks I guess... but you should have asked before."
A bit disappointed by his reply, you nod, your enthusiasm dampened, and you [[end your task.->Living room]]<br><br>
<<MainChar_Stats "dad" "1">>
<<set $minute +=15>><br>
<<MainChar_Stats "energy" "-15">>
<<elseif _cloth is "nude" and ($dad.relationship < 40 or $mainChar.corruption < 60)>>
He hesitates, his gaze flickering over your body before quickly looking away. "You're... you're naked," he stammers, clearly flustered.You giggle, enjoying the effect you're having on him. "Oh, this?" you say, gesturing to your body. "It's just more comfortable this way. Plus, it saves on laundry." He stands there for a moment longer, clearly torn, before finally shaking his head and retreating from the room. <br><br>
Finally, you survey your work, pleased with the noticeable improvement and, by the way, very aroused by having been seen naked.
<br>You can now spend your time to [[something else.->Parents' bedroom]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<elseif _cloth is "nude" and $dad.relationship > 40 and $mainChar.corruption >60 >>
"Looks like I'm one lucky dad to have my little girl cleaning naked for me." He says. You smile sweetly. "I just want to make you happy, Daddy," you say, your voice innocent but laced with underlying desire.<br><br>
<span id='finish'><<linkreplace "Continue your task.">>You keep cleaning the bedroom naked , feeling the intensity of your father's gaze upon you. The forbidden passion between you and him almost takes over your mind. You can't help but tease him, almost unconsciously, knowing that it would only fuel his desire even more.<br><br>
Finally, you survey your work, pleased with the noticeable improvement.
<br>You can now spend your time to [[something else.->Parents' bedroom]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<replace #fuck>><</replace>>
<</linkreplace>></span><br>
<span id="fuck"><<linkreplace "Tease him and fuck him.">>
You smirk knowingly, your eyes glinting with mischief as you move closer to him, your body brushing against his as you look up into his eyes. "Don't you want to touch me, Daddy?" you whisper, your voice filled with seduction. "Don't you want to feel how wet I am for you?"<br> He reaches out, his hand cupping your cheek, his thumb brushing gently against your skin. "You're such a good girl," he says, his voice filled with pride and lust.<br><br>
You lean into his touch, your eyes never leaving his. "Yes, Daddy," you whisper, your body already responding to his touch, eager to please him. You take his hand and guide it down your body, letting him feel the heat between your legs. "See how ready I am for you, Daddy? I need you to fuck me." With a low growl, he lifts you up and carries you to the bed, his hands strong and sure on your body. He lays you down gently, his eyes never leaving yours as he climbs on top of you, his body pressing against yours.<br><br>
You look up at him, your eyes filled with lust and desperation. "Oh, Daddy," you moan, your voice dripping with need. "I want you to fuck me hard. I want you to stretch me out and fill me with your thick cock." With a single, powerful thrust, he enters you, filling you completely. You gasp, your back arching as you take him in, your body stretching to accommodate him. He begins to move, his hips thrusting against yours, his cock sliding in and out of you with a rhythm that leaves you breathless.
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck"+either(1,2,4,5)+".webp")]] @@<br>
You cling to him, your nails digging into his back as you meet his thrusts, your body moving in sync with his. The sensation is overwhelming, the pleasure building with each movement, each touch. "Fuck me harder, Daddy," you moan, your voice filled with pleasure. "I love the way you stretch my little hole."<br><br>
He groans, his pace increasing as he chases his own release. You can feel the tension building in his body, the muscles in his back tensing under your touch. "I'm going to come, princess," he growls, his voice rough and urgent. "I'm going to fill your little cunt with my hot cum." You moan in response, your body tightening around him as you feel your own orgasm building. "Yes, Daddy," you gasp. "Come inside me. Breed my little pussy. I want to feel your cum dripping out of me."<br><br>
With a final, powerful thrust, he buries himself deep inside you, his body shaking as he releases, his hot cum filling you completely. You cry out, your own orgasm crashing over you, your body convulsing with pleasure as you feel him pulsing inside you.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck_finish0.webp")]] @@<br>
He collapses on top of you, his breath coming in ragged gasps as he holds you close, his body still trembling with the aftershocks of his release. You wrap your arms around him, a sense of contentment washing over you as you bask in the warmth of his embrace, the pleasure of your shared moment lingering between you.
"Daddy," you murmur, your voice soft and sultry. "It's so hot knowing that you just bred your little girl." With a final kiss on his cheek, you slowly extricate yourself from his embrace, feeling his cum leak out of you as you stand up. "Until next time, Daddy," you say, your voice filled with promise as you [[leave the room->Living room]]<br><br>
<<set $minute +=50>>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "dad" "+1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-30">>
<<replace #finish>><</replace>><</linkreplace>></span>
<<elseif _cloth != "nude" and _cloth != "maid" and ($dad.relationship < 40 or $mainChar.corruption < 60)>>
"Thank you for doing this, babygirl," he says. You smile, feeling a warm glow of happiness at his praise. "I'm glad you like it, Daddy," you say, your voice soft and affectionate. "I wanted to make it nice for you." He walks over to you and pulls you into a gentle hug, his arms wrapping around you in a comforting embrace. "You're such a good girl," he murmurs, his voice filled with warmth and affection. He gives you a final, affectionate pat on your head before letting you [[leave the bedroom.->Parents' bedroom]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "dad" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<elseif _cloth != "nude" and _cloth != "maid" and $dad.relationship > 40 and $mainChar.corruption >60 >>
"Thank you for doing this, babygirl," he says. You smile, feeling a warm glow of happiness at his praise. "I'm glad you like it, Daddy," you say, your voice soft and affectionate. "I wanted to make it nice for you." <br><br>
<span id='finish'><<linkreplace "Continue your task.">>you keep cleaning the bedroom, feeling the intensity of your father's gaze upon you. The forbidden passion between you and him almost takes over your mind. You can't help but tease him, almost unconsciously, knowing that it would only fuel his desire even more. Finally, you survey your work, pleased with the noticeable improvement.
<br>You can now spend your time to [[something else.->Parents' bedroom]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "energy" "-15">>
<<replace #fuck>><</replace>>
<</linkreplace>></span><br>
<span id="fuck"><<linkreplace "Tease him and fuck.">>
You smirk knowingly, your eyes glinting with mischief as you move closer to him, your body brushing against his as you look up into his eyes. "You know, Daddy," you say, your voice barely above a whisper, "I want to take care of all your needs. Even the ones you don't talk about."<br> He reaches out, his hand cupping your cheek, his thumb brushing gently against your skin. "You're such a good girl," he says, his voice filled with pride and lust. "Please, Daddy," you whisper, your voice pleading, "I want you to touch me".<br><br>
You lean into his touch, your eyes never leaving his. "Yes, Daddy," you whisper, your body already responding to his touch, eager to please him. You take his hand and guide it down your body, letting him feel the heat between your legs. "See how ready I am for you, Daddy? I need you to fuck me." With a low growl, he lifts you up and carries you to the bed, his hands strong and sure on your body. He lays you down gently, his eyes never leaving yours as he climbs on top of you, his body pressing against yours.<br><br>
You look up at him, your eyes filled with lust and desperation. "Oh, Daddy," you moan, your voice dripping with need. "I want you to fuck me hard. I want you to stretch me out and fill me with your thick cock." With a single, powerful thrust, he enters you, filling you completely. You gasp, your back arching as you take him in, your body stretching to accommodate him. He begins to move, his hips thrusting against yours, his cock sliding in and out of you with a rhythm that leaves you breathless.
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck"+random(6)+".webp")]] @@<br>
You cling to him, your nails digging into his back as you meet his thrusts, your body moving in sync with his. The sensation is overwhelming, the pleasure building with each movement, each touch. "Fuck me harder, Daddy," you moan, your voice filled with pleasure. "I love the way you stretch my little hole."<br><br>
He groans, his pace increasing as he chases his own release. You can feel the tension building in his body, the muscles in his back tensing under your touch. "I'm going to come, princess," he growls, his voice rough and urgent. "I'm going to fill your little cunt with my hot cum." You moan in response, your body tightening around him as you feel your own orgasm building. "Yes, Daddy," you gasp. "Come inside me. Breed my little pussy. I want to feel your cum dripping out of me."<br><br>
With a final, powerful thrust, he buries himself deep inside you, his body shaking as he releases, his hot cum filling you completely. You cry out, your own orgasm crashing over you, your body convulsing with pleasure as you feel him pulsing inside you.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck_finish0.webp")]] @@<br>
He collapses on top of you, his breath coming in ragged gasps as he holds you close, his body still trembling with the aftershocks of his release. You wrap your arms around him, a sense of contentment washing over you as you bask in the warmth of his embrace, the pleasure of your shared moment lingering between you.
"Daddy," you murmur, your voice soft and sultry. "It's so hot knowing that you just bred your little girl." With a final kiss on his cheek, you slowly extricate yourself from his embrace, feeling his cum leak out of you as you stand up. "Until next time, Daddy," you say, your voice filled with promise as you [[leave the room->Living room]]<br><br>
<<set $minute +=50>>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-30">>
<<replace #finish>><</replace>><</linkreplace>></span>
<</if>>
<<else>>
"There you are, princess," he says, his voice a low rumble that sends a shiver down your spine. "I've been looking for you." You put down the cleaning supplies and turn to face him, a sweet smile playing on your lips. "Hi, Daddy," you say, your voice soft and innocent. "Did you need something?" He steps into the room, closing the door behind him. His eyes roam over your body, taking in your petite frame, your youthful features. You know what he wants, and you're more than willing to give it to him.<br><br>
"You know what I need, baby girl," he says, his voice thick with lust. "Daddy needs to release his stress." You take a step closer to him, your heart pounding in your chest. You reach up, your small hands working to undo his belt and pants. "Of course, Daddy," you say, your voice barely above a whisper. "I'm here to take care of you, just like you take care of me."<br><br>
He pushes you onto the bed, face down, and you feel a thrill of excitement and nervousness. You know what he wants, and you're eager to comply. You bury your face in the mattress, a soft moan escaping your lips as you present him your ass.He spreads your cheeks, and you feel the cool air against your most intimate place. Then, slowly, he begins to push inside you, his thick cock stretching you, filling you completely. You let out a soft moan, a mix of pleasure and pain, as he starts to move, his hips thrusting against you. <br><br>
<<if _cloth is 'nude'>>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/FuckAnal"+random(0,2,3)+".webp")]] @@<br>
<<elseif _cloth is "maid">>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Cleaning/Fuck_maid"+either(0,2)+".webp")]] @@<br>
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/FuckAnal"+random(0,3)+".webp")]] @@<br>
<</if>>
"That's it, baby girl," he says, his voice rough with desire. "Take it all for Daddy. You're such a good little girl." You grip the sheets, your body rocking with each of his thrusts. The sensation is overwhelming, intense, and you can't help but moan, your sounds of pleasure mixing with his grunts of satisfaction. You know you're giving him what he needs, fulfilling his desires, and that knowledge only heightens your own pleasure. <br><br>
With a final, deep thrust, he pulls out and flips you onto your back, his cock pulsing as he releases onto your stomach, his hot seed spilling across your skin. You look down at the mess he's made, a sense of satisfaction washing over you. He grabs a handful of your hair, tilting your head back, and guides his cock into your mouth. "Clean me up, baby girl," he commands, his voice firm and authoritative. You obey, your tongue licking and sucking, tasting the mix of his release and your own essence. He uses your mouth, thrusting gently a few times to ensure he's clean before pulling away.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/brothers_room/Fuck/Fuck_finish0.webp")]] @@<br>
You barely have a moment to process what's happened before he's standing up, tucking himself back into his pants. He looks down at you, a satisfied smirk on his face. "Good girl," he says, his voice softening slightly. "You always know how to take care of Daddy." As you slowly sit up, you take a deep breath, trying to gather your thoughts. The room is quiet, the only sound the distant hum of the house. You look down at your stomach, the evidence of his pleasure still visible. With a sigh, you stand up and [[leave the room.->Living room]]<br><br>
<<set $minute +=50>>
<<HaveASexWidget "rape" "dad" "inass">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-30">>
<</if>><br><br>
<</linkreplace>>
<</if>><<widget "MainChar_Stats">>
<!-- $args[0] - stat name (corruption , arousal ...)-->
<!-- $args[1] - value -->
<!-- Delete first character if it's a "+" -->
<<set $args[1] to $args[1].startsWith("+") ? $args[1].slice(1) : $args[1]>>
<<if $args[0] is "combed">>
<<if $args[1] is "true" and $mainChar.appearance.isCombed is false>>
@@.add; + Combed @@ <<set $mainChar.appearance.isCombed = true>> <br>
<<elseif $args[1] is "false" and $mainChar.appearance.isCombed is true>>
@@.minus; - Combed @@ <<set $mainChar.appearance.isCombed = false>> <br>
<</if>>
<<elseif $args[0] is "makeup">>
<<if $args[1] is "No" and $mainChar.appearance.makeup != "No">>
@@.minus; - Makeup @@ <<set $mainChar.appearance.makeup to 'No'>> <br>
<<elseif $args[1] is "Ruined" and ($mainChar.appearance.makeup != "Ruined" and $mainChar.appearance.makeup != "No")>>
@@.minus; Your makeup is ruined ! @@ <<set $mainChar.appearance.makeup to 'Ruined'>><br>
<<elseif $args[1] is "Ruined" and $mainChar.appearance.makeup != "No">>
<<set $mainChar.appearance.makeup to $args[1]>>
<</if>>
<<elseif $args[0] is "school" or $args[0] is "School" or $args[0] is "reputation">>
<<set _value to parseInt($args[1])>>
<<if isNaN($args[2])>><<set $args[2] to 999>><</if>>
<<if $mainChar.school.reputation <= parseInt($args[2])>>
<<if _value <0>>
<p class="minus">$args[1] School reputation</p> <<set $mainChar.school.reputation += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] School reputation</p> <<set $mainChar.school.reputation += _value>><br>
<</if>>
<</if>>
<<elseif $args[0] is "arousal">>
<<set _value to parseInt($args[1])>>
<<if ($mainChar.arousal + _value >=100 and _value >=30) or _value is 0>>
<p class="add">You climaxed!</p>
<<if $mainChar.tookArousalPill != 'true'>>
<<set $mainChar.arousal to 0>><br>
<<else>>
<p class="add">You took an arousal pill! Your arousal didn't decrease much.</p> <<set $mainChar.arousal to 80>><br><</if>>
<<else>>
<<if _value <0>>
<<if $mainChar.tookArousalPill != 'true'>>
<p class="minus">$args[1] Arousal</p> <<set $mainChar.arousal += _value>><br>
<<else>>
<p class="add">You took an arousal pill! Your arousal didn't decrease.</p><br><</if>>
<<elseif _value>0>>
<p class="add">+ $args[1] Arousal</p> <<set $mainChar.arousal += _value>><br>
<</if>><</if>>
<<elseif $args[0] is "hunger">>
<<set _value to parseInt($args[1])>>
<<if ($mainChar.arousal + _value >=100 and _value >=25) or _value is 0>>
<p class="add">You are replete!</p>
<<set $mainChar.arousal to 0>><br>
<<else>>
<<if _value <0>>
<p class="minus">$args[1] Arousal</p> <<set $mainChar.arousal += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] Arousal</p> <<set $mainChar.arousal += _value>><br>
<</if>><</if>>
<<elseif $args[0] is "corruption">>
<<set _value to parseInt($args[1])>>
<<if _value <0 >>
<p class="minus">$args[1] Corruption</p> <<set $mainChar.corruption += _value>><br>
<<elseif _value>0 and $mainChar.corruption <= $args[2]>>
<p class="add">+ $args[1] Corruption</p> <<set $mainChar.corruption += _value>><br>
<</if>>
<<elseif $args[0] is "spa">>
<<set _value to parseInt($args[1])>>
<<if _value <0 >>
<p class="minus">$args[1] Masseuse experience </p> <<set $mainChar.work.spa.experience += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] Masseuse experience </p> <<set $mainChar.work.spa.experience += _value>><br>
<</if>>
<<elseif $args[0] is "secretary">>
<<set _value to parseInt($args[1])>>
<<if _value <0 >>
<p class="minus">$args[1] Secretary experience </p> <<set $mainChar.work.secretary.experience += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] Secretary experience </p> <<set $mainChar.work.secretary.experience += _value>><br>
<</if>>
<<elseif $args[0] is "barmaid">>
<<set _value to parseInt($args[1])>>
<<if _value <0 >>
<p class="minus">$args[1] Bunny Girl experience </p> <<set $mainChar.work.barmaid.experience += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] Bunny Girl experience </p> <<set $mainChar.work.barmaid.experience += _value>><br>
<</if>>
<<elseif $args[0] is "fitness">>
<<set _value to parseInt($args[1])>>
<<if $mainChar.fitness + _value >=100>>
<p class="add">You're at peak fitness!</p>
<<set $mainChar.fitness to 100>><br>
<<else>>
<<if _value <0>>
<p class="minus">$args[1] Fitness</p> <<set $mainChar.fitness += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] Fitness</p> <<set $mainChar.fitness += _value>><br>
<<if $mainChar.tookFitnessPill is 'true' and _value >0 and _value <100>>
<p class="add">You took a fitness pill! +1 Fitness</p>
<<set $mainChar.fitness += 1>><br><</if>>
<</if>><</if>>
<<elseif $args[0] is "intellect">>
<<set _value to parseInt($args[1])>>
<<if $mainChar.intellect + _value >=100>>
<p class="add">You're a genius!</p>
<<set $mainChar.intellect to 100>><br>
<<else>>
<<if _value <0>>
<p class="minus">$args[1] Intellect</p> <<set $mainChar.intellect += _value>><br>
<<elseif _value>0>>
<<if $mainChar.tookDumbnessPill != 'true'>>
<p class="add">+ $args[1] Intellect</p> <<set $mainChar.intellect += _value>><br>
<<if $mainChar.tookConcentrationPill is 'true' and _value >0 and _value <100>>
<p class="add">You took a concentration pill! +1 Intellect</p>
<<set $mainChar.intellect += 1>><br><</if>>
<<else>>
<p class="minus">You took a dumbness pill! Your intellect doesn't increase.</p> <br><</if>>
<</if>><</if>>
<<elseif $args[0] is "cleanliness">>
<<set _value to parseInt($args[1])>>
<<if $mainChar.cleanliness + _value >=100>>
<p class="add">You're pristine!</p>
<<set $mainChar.cleanliness to 100>><br>
<<else>>
<<if _value <0>>
<p class="minus">$args[1] Cleanliness</p> <<set $mainChar.cleanliness += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] Cleanliness</p> <<set $mainChar.cleanliness += _value>><br>
<<elseif _value is 0>>
<p class="minus">$args[1] Cleanliness</p> <<set $mainChar.cleanliness to 0>><br>
<</if>><</if>>
<<elseif $args[0] is "energy">>
<<set _value to parseInt($args[1])>>
<<if $mainChar.energy + _value >=100>>
<p class="add">You're fully energized!</p>
<<set $mainChar.energy to 100>><br>
<<elseif $mainChar.energy + _value <=0>>
<p class="minus">You're exhausted!</p>
<<set $mainChar.energy to 0>><br>
<<else>>
<<if _value <0>>
<p class="minus">$args[1] Energy</p> <<set $mainChar.energy += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] Energy</p> <<set $mainChar.energy += _value>><br>
<<elseif _value is 0>>
<p class="minus">$args[1] Energy</p> <<set $mainChar.energy to 0>><br>
<</if>><</if>>
<<elseif $args[0] is "dad">>
<<set _value to parseInt($args[1])>>
<<if $args[2] is undefined or isNaN($args[2])>>
<<set $args[2] to 500>>
<</if>>
<<if _value <0>>
<p class="minus">$args[1] Relationship with dad </p> <<set $dad.relationship += _value>><br>
<<elseif _value>0 and $dad.relationship <= $args[2]>>
<<if isNaN($dad.lastRelationshipChange) or $hourCount > $dad.lastRelationshipChange>>
<<set $dad.lastRelationshipChange to $hourCount>>
<p class="add">+ $args[1] Relationship with dad </p> <<set $dad.relationship += _value>><br><</if>>
<</if>>
<<elseif $args[0] is "corruption">>
<<set _value to parseInt($args[1])>>
<<if _value <0 >>
<p class="minus">$args[1] Corruption</p> <<set $mainChar.corruption += _value>><br>
<<elseif _value>0 and $mainChar.corruption <= $args[2]>>
<p class="add">+ $args[1] Corruption</p> <<set $mainChar.corruption += _value>><br>
<</if>>
<<elseif $args[0] is "mom">>
<<set _value to parseInt($args[1])>>
<<if $args[2] is undefined or isNaN($args[2])>>
<<set $args[2] to 500>>
<</if>>
<<if _value <0>>
<p class="minus">$args[1] Relationship with mom </p> <<set $mom.relationship += _value>><br>
<<elseif _value>0 and $mom.relationship <= $args[2]>>
<<if isNaN($mom.lastRelationshipChange) or $hourCount > $mom.lastRelationshipChange+1>>
<<set $mom.lastRelationshipChange to $hourCount>>
<p class="add">+ $args[1] Relationship with mom </p> <<set $mom.relationship += _value>><br><</if>>
<</if>>
<<elseif $args[0] is "brother">>
<<set _value to parseInt($args[1])>>
<<if $args[2] is undefined or isNaN($args[2])>>
<<set $args[2] to 500>>
<</if>>
<<if _value <0>>
<p class="minus">$args[1] Relationship with brother </p> <<set $brother.relationship += _value>><br>
<<elseif _value>0 and $brother.relationship<= $args[2]>>
<<if isNaN($brother.lastRelationshipChange) or $hourCount > $brother.lastRelationshipChange+1>>
<<set $brother.lastRelationshipChange to $hourCount>>
<p class="add">+ $args[1] Relationship with brother </p> <<set $brother.relationship += _value>><br><</if>>
<</if>>
<<else>>
<<set _stat to $args[0]>>
<<set _statDisplay to _stat.charAt(0).toUpperCase() + _stat.slice(1)>>
<<set _value to parseInt($args[1])>>
<<if _value<0>>
<p class="minus">$args[1] _statDisplay</p> <<set $mainChar[ _stat] += _value>><br>
<<elseif _value>0>>
<p class="add">+ $args[1] _statDisplay</p> <<set $mainChar[ _stat] += _value>><br>
<<elseif _value is 0>>
<p class="minus">$args[1] _statDisplay</p> <<set $mainChar[ _stat] to 0>><br>
<</if>>
<</if>>
<</widget>>You find a dimly lit corner behind towering bookshelves. You drop to your knees onto the musty rug and spread your legs, desperate for pleasure. Your breathing quickens as you explore your body in secret, fingers feverishly dancing over your most sensitive spots. You bite down on your lip to muffle the moans that escape your throat.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Library/Shelves/Masturbate' + random(1) + '.webp')]]
@@<br>
<<if random(3) is 0 or (random(1) is 0 and $mainChar.corruption>=30)>>
"Out of nowhere, the sound of footsteps reaches your ears. Swiveling your head, you spot a student discreetly observing you from behind a nearby bookshelf.<br><br>
<span id='leave'> [[Run away->School library]]<br></span>
<span id='continue'> <<if $mainChar.corruption>=20>><<linkreplace "Keep masturbating">>
Your heart races as you feel his eyes watching you from the shadows of the bookshelf. In an urgent rush of pleasure, you continue to pleasure yourself in the open, knowing that he is witness to your every intimate move. The electricity of his gaze makes you throb with arousal as you revel in the thrill of being exposed.<br><br>
<<if gaussian($mainChar.attractiveness,15)>=30 >>
It took you by surprise, but the male student abandons his hiding place behind the library's bookshelf and approaches you. As he comes to a halt right in front of you, his posture exuding dominance, accentuated by your seated position on the floor while he stands tall, you notice the bulge in his pants.<br><br>
<span id='stop'><<linkreplace "Tell him to leave.">>
Frustration boils within you, and you sternly tell him to leave you alone. However, his response is far from contrite; instead, he brushes it off with a carefree attitude, which only exacerbates your annoyance. As you swiftly make your exit, his words morph into taunts, hurled at your retreating figure. Your heart races as you escape the situation, pondering the unexpected encounter that had turned a simple moment of self-pleasuring into a turbulent exchange. You [[leave the library->School]] unsatisfied.<br><br>
<<MainChar_Stats "corruption" "1" "30">>
<<if $mainChar.school.reputation <20>>
<<MainChar_Stats "school" "1" "20">>
<<else>>
<<MainChar_Stats "School" "-1">>
<</if>>
<<MainChar_Stats "arousal" "-30">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $minute += 10>>
<<replace #suck>><</replace>> <</linkreplace>><br></span>
<span id='suck'><<if $mainChar.corruption>=30>><<linkreplace "Open you mouth.">>
As you continue to pleasure yourself, legs apart, you obediently open your mouth while maintaining unbroken eye contact with him. In complete silence, he rips open his zipper, releasing his thick, hot cock, before thrusting it deep into your mouth. Under the pleasure of feeling his shaft rubbing your throat, you close your eyes, abandoning your mouth to him.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Library/Shelves/suck' + random(6) + '.webp')]]
@@<br>
<span id='push'><<if $mainChar.corruption>=40>><<linkreplace "Push it further.">>
Pushing away any doubt, you stand, turn around and lift your skirt willingly to present your ass to him. His cock immediately penetrates you deeply with a gasp of pleasure from both of you that must have been heard across the library. You can barely contain your moans as his thrusts become more passionate and urgent, pushing you further and further against the hard bookshelf. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Library/Shelves/Fuck' + random(6) + '.webp')]]
@@<br>
Sweat pools along your skin and suddenly, in a wave of ecstasy, he releases himself within you. The last few tremors send shivers down your spine as you hold yourself up against the bookshelf. Taking a deep breath, you gather your clothes before [[continuing your day.->School library]]<br><br>
<<HaveASexWidget "vaginal" "student" "inpussy">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "school" "1" "30">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $minute += 30>>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'><<linkreplace "Make him cum.">>
You increase the pace, trying to give him the best blowjob he ever had. Soon, you feel his cock pulsating as he pumps his seed up your face.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Library/Shelves/cumshot' + random(1) + '.webp')]]
@@<br>
You clean yourself with a tissu before getting up and [[continuing your day.->School library]]<br><br>
<<HaveASexWidget "bj" "student">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "school" "1" "20">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<set $minute += 30>>
<<replace #push>><</replace>><</linkreplace>></span>
<<replace #stop>><</replace>><</linkreplace>><</if>></span>
<<else>>
You push harder and faster until your breathing is out of control, waves of sensation crashing over you and drawing you further into euphoria. Your climax hits like a storm under the gaze of an unknown student, leaving you panting and trembling on the rug of the school library. As you get up, the boy run away. You [[continue your day,->School library]] leaving a puddle of your pussy juice behind you.<br><br>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "school" "1" "10">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<set $minute += 10>>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><</if>></span>
<<else>>
You push harder and faster until your breathing is out of control, waves of sensation crashing over you and drawing you further into euphoria. Your climax hits like a storm, leaving you panting and trembling on the rug of the school library. You get up to [[continue your day,->School library]] leaving a puddle of your pussy juice behind you.<br><br>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<set $minute += 10>>
<</if>><<if $hour >=18>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/School/library/Desk/DeskEmpty.jpg')]]
@@<br>
The library is nearly empty, the usual hum of quiet activity replaced by a heavy stillness. The overhead lights cast long shadows between the rows of bookshelves, and the faint scent of old paper lingers in the air. You glance at your watch—it's late. Too late. A distant rustling breaks the silence, and then the librarian’s voice calls out, firm but not unkind. “We’re closing in five minutes.” You sigh, stretching your stiff limbs before gathering your things.<br><br>
As you make your way toward the exit, your footsteps echo against the polished floor. The librarian stands by the front desk, giving you a knowing smile. “Lost track of time?” “A little,” you admit, adjusting your bag on your shoulder, as you [[leave the library.->Go out]]
<<else>>
<<if random(0,1) is 0>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/School/library/Desk/DeskEmpty.jpg')]]
@@<br>
Settled into the empty desk you notice that this section of the library is completely deserted. The quiet is almost comforting. <br><br>
<<else>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/School/library/Desk/DeskMan.jpg')]]
@@<br>
Sitted at the desk, you exchange a quick smile with the student seated across from you. The area around you is quiet, although the soft hum of distant conversations and the rustling of pages create a gentle background noise. <br><br>
<<if $mainChar.corruption >=20 and $HasFuckedLibrary != $dayCount>>
Feeling a bit naughty, you consider the idea of [[teasing your classmate.->DeskSex]]<br><</if>><</if>>
You can [[use the computer->Computer]] available on the desk, if you need to look something up. <br>
You could also [[browse the shelves->Shelves]] for a good book.
<<if $mainChar.energy <=85>> <br>Or even [[take a nap.->Nap]]<</if>><br>
<<if (7 - $dayCount + $hasHomework) >0 >>
Yet, you may want to [[do your homework.->Homework][$Homework_lastPlace ="Desk"]]
(<<print (7 - $dayCount + $hasHomework) + " days remaining before the due date">>)<br>
<<elseif (7 - $dayCount + $hasHomework) == 0 >>
Yet, you may want to [[do your homework.->Homework][$Homework_lastPlace ="Desk"]] (the due date is today !)<br>
<</if>>
<br>
Or if you change your mind, you can [[head back to the entrance.->School library]]
<</if>> <<set $HasFuckedLibrary to $dayCount>>
@@.default-image-wrapper; [img[String.format($urlPath + "/kitchen/Eating/Feet_tease{0}.webp", random(2))]] @@<br>
You give in your thoughts and begin to place your feet on his lap. The moment your toes brush against his thigh, a jolt of surprise runs through both of you. The male student's eyes widen slightly, and he looks around the library, as if searching for an escape route. The warmth from his body through the fabric of his jeans is unmistakable, and it sends a shiver down your spine.<br>
<<if gaussian($mainChar.attractiveness,25) >=30 >>
"Hey, what are you doing?" he whispers, his voice tinged with both surprise and amusement.<br><br>
Your cheeks flush. "Just... trying to get comfortable," you say, your voice a little softer than usual. The male student raises an eyebrow and smirks, his eyes never leaving yours.<br><br>
"Comfortable, huh?" he teases, while gently caressing your feet with his fingers, sending a strange mix of embarrassment and excitement through you. You look around, half-expecting someone to have noticed, but everyone seems engrossed in their books. Yet, you quickly glance back at him when you hear the sound of a zipper sliding down. <br><br>
Your heart pounds as you realize his intentions. Looking at the unaware students around you, you're unsure about what to do. <br><br>
<span id = "push"> <<if $mainChar.corruption>=20>> <<linkreplace "Give him a footjob.">>You decide to give him the footjob he expected. You start to make small, deliberate strokes with your toes, noticing the subtle shift in his breathing. The subtle friction of his cock against your feet heightens your arousal to the point you can't help but bite your lip to stifle a gasp. You glance around the room, hoping nobody notice you.<br><br>
<<if random(0,1) is 0 and $mainChar.corruption >= 30>>
At this moment, you realize everyone left the place. Alone with your classmate in the now-empty library, you can: <br><br>
<span id = "blowjob"> <<linkreplace "Push it further.">> You push your chair back and get up, your eyes locked in his. Your heart pounds in your chest as you lean in closer, your lips brushing against the fabric of his pants. He moans softly, and you can feel the vibrations of his pleasure through your mouth. His moans grow softer, more muted, and you can sense the rise of his excitement. You maintain the steady rhythm, your movements becoming more confident as you gauge his reactions.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/school/Library/Desk/Suck{0}.webp", random(2))]] @@<br>
<<if $mainChar.corruption >= 40>>
Unable to stop, you tell him with lustful eyes "Fuck me." His eyes widen, and he looks around the library once more. "Here? Now?" he whispers, his voice barely audible. You nod, your heart pounding with anticipation and a touch of nervousness. <br><br>
His breath catches as he begins to push inside you, and the friction is intense. The moment his cock slips into you, a rush of sensations floods your body. The sensation of him filling you, the subtle give of his body as he moves, it all combines to create a heightened state of awareness. He pulls you closer, his thrusts becoming more deliberate and powerful.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/school/Library/Desk/Fuck{0}.webp", random(6))]] @@<br>
The library's ambient noise seems to fade even more, leaving just the two of you in a bubble of intimacy. The moment his fingers dig into your skin, he leans in closer, his lips brushing against your ear once more. <br><br>
"I'm close," he whispers, his breath ragged. The library seems to hum with the intensity of your shared experience. You feel his body tighten, his thrusts growing more urgent. The sensation of him moving inside you intensifies as he nears his climax. you can feel the sudden rush of his orgasm. His body relaxes, his thrusts slowing to a gentle, soothing rhythm, and you can feel the warmth of his release spreading through you. He pulls out slowly, his face a mixture of exhilaration and disbelief. "Wow," he breathes, his voice barely louder than a whisper. <br><br>
You give him a smile while putting your skirt back on. You still feel his cum dripping from your pussy when you decide to [[go back to more serious stuff.->Desk]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "onpussy">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<else>>
"I'm close," he whispers, his breath ragged. You feel his body tighten, his thrusts growing more urgent. The sensation of him moving inside you intensifies as he nears his climax. you can feel the sudden rush of his orgasm. His body relaxes, his thrusts slowing to a gentle, soothing rhythm, and you can feel the warmth of his release spreading in your mouth. He pulls out slowly, his face a mixture of exhilaration and disbelief. "Wow," he breathes, his voice barely louder than a whisper. <br><br>
You give him a smile while wiping your mouth with your arm. You still feel the taste of his cum when you decide to [[go back to more serious stuff.->Desk]]<br><br>
<<HaveASexWidget "oral" "stranger" >>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</if>>
<<replace #stop2>><</replace>><</linkreplace>><br></span>
<span id = "stop2"> <<linkreplace "Make him cum">>
You increase the pace, well determined to release him. "I'm close," he whispers, his breath ragged. You feel his body tighten and his cock pulsating. As his body relaxes, you can feel the warmth of his release flowing on your feet. "Wow," he breathes, his voice barely louder than a whisper. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/school/Library/Desk/FootjobCum{0}.jpg", random(1))]] @@<br>
You give him a smile, almost proud of the effect you had on him. You put your cum-soaked feet back into your shoes, and [[go back to more serious stuff.->Desk]]<br><br>
<<HaveASexWidget "footjob" "stranger" "feet">>
<<MainChar_Stats "School" "1" "15">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #blowjob>><</replace>><</linkreplace>><br></span>
<<else>>
You increase the pace, well determined to release him. "I'm close," he whispers, his breath ragged. You feel his body tighten and his cock pulsating. As his body relaxes, you can feel the warmth of his release flowing on your feet. "Wow," he breathes, his voice barely louder than a whisper. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/school/Library/Desk/FootjobCum{0}.jpg", random(1))]] @@<br>
You give him a smile, almost proud of the effect you had on him. You put your cum-soaked feet back into your shoes, and [[go back to more serious stuff.->Desk]]<br><br>
<<HaveASexWidget "footjob" "stranger" "feet">>
<<MainChar_Stats "School" "1" "15">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<</if>>
<<set $minute += 20>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id = "stop"> <<linkreplace "Stop it there.">> Stop it there by withdrawing your feet.<br><br>
"I... didn't mean to be that forward," you whisper, your cheeks still flushed. The student leans back slightly and buttons up his pants, visibly disappointed. <br><br>
A bit aroused by the situation, you [[go back to more serious stuff.->Desk]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "School" "-1">>
<<replace #push>><</replace>><</linkreplace>></span>
<<set $minute += 5>>
<<else>>
Surprised, he looks at you, his eyes widening with a mix of shock and confusion. A hint of disdain flickers across his face as he tries to process what's happening. He quickly pushes your foot away, his expression turning stern. "What are you doing?" he asks, his voice a low whisper filled with a mix of disbelief and annoyance. <br><br>
The atmosphere in the room shifts, becoming tense and awkward as he tries to regain his composure and focus on the task at hand. Your excitement fades a bit due to his disappointing reaction. You realizing you're not as attractive as you thought, and [[focus on your task.->Desk]]<br><br>
<<MainChar_Stats "arousal" "-1">>
<<MainChar_Stats "school" "-1">>
<</if>>@@.default-image-wrapper;
[img[String.format($urlPath + '/School/library/Desk/Computer.jpg')]]
@@<br>
You sit down at the library computer, the hum of the fluorescent lights above you a familiar comfort. The screen flickers to life as you log in, the cursor blinking patiently, waiting for your command. The air is filled with the soft rustle of pages turning and the quiet tapping of keys. <br>
<span id = "work"> <br><<linkreplace "Study for your next exam.">>
Your laptop is open, displaying the notes for your upcoming exam, and a sheaf of papers filled with scribbled equations and condensed notes from your lectures. The soft hum of the air conditioning and the occasional rustle of pages turning provide a soothing background noise that helps you stay focused. Around you, other students are similarly engrossed, their heads bent over textbooks or laptops. <br><br>
You've been working for an hour now, and you start to feel your concentration slipping. Your eyes begin to glaze over as you stare at the computer screen, the words blurring together. You shift in your seat, trying to find a more comfortable position, but the discomfort persists. You take a deep breath, trying to refocus, but your mind wanders, and you find yourself struggling to absorb the information in front of you. <br><br>
It's time to [[take a break.->Desk][$hour +=1]]<br><br>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "energy" "-30">>
<<replace #stream>><</replace>> <<replace #leave>><</replace>> <</linkreplace>> </span><br>
<span id = "stream"> <<if $mainChar.corruption >= 30 and $mainChar.isCamGirl>><<linkreplace "Stream from the library.">> You log in to the computer and navigate to a social media app, your heart pounding in your chest. The dim library lights cast shadows around you, the ambient noise of rustling books and muted whispers creating an eerie backdrop to your actions. You take a moment to glance around, ensuring no one is watching. The library, usually bustling with students, feels eerily quiet this evening. You adjust the camera settings of the cheap webcam mounted on the computer, the soft glow of the screen illuminating your features.<br><br>
You click the button to start recording, a sudden wave of anxiety coursing through you. You take a deep breath and begin to undress in the middle of the library. The silence feels almost oppressive, your breathing the only sound besides the occasional rustle of papers or the distant hum of a ventilation system. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/School/library/Desk/stream' + random(3) + '.webp')]]
@@<br>
You take another deep breath and continue filming, your eyes darting around the room to ensure no one has noticed you. Your heart pounds in your chest as you read the comments, each one a harsh reminder of the gamble you're taking. "OMG, how did you not get caught?!" says a viewer. <br><br>
The camera continues to roll, capturing every second of your vulnerability. Your hands move with a newfound urgency, the fear of being caught mingling with the thrill of the moment. Deciding not to tempt fate, you finally cut the stream with a trembling hand after what felt like hours. The camera goes dark, and the computer's screen fades back to the desktop. The adrenaline subsides when you [[log off the computer.->Desk]] <br><br>
<<MainChar_Stats "arousal" "30">>
<<set $minute +=20>>
<<MainChar_Stats "corruption" "1" "65">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)/2.5)>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<set $mainChar.camgirl.totalEarnings += _money>>
<<set $mainChar.camgirl.streamNumber += 1>>
<<set _subs to Math.round(gaussian($mainChar.attractiveness,15)/2.5)>>
<p class="add">+_subs Subscribers</p> <<set $mainChar.camgirl.subscribers += _subs>><br>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #work>><</replace>><<replace #leave>><</replace>> <</linkreplace>> <br><</if>></span>
<span id='leave'>
<br> Or you can change your mind and [[shut down the computer.->Desk]]</span>@@.default-image-wrapper;
[img[String.format($urlPath + '/School/library/Desk/sleep.jpg')]]
@@<br>
You rest your head on the hard surface of the library desk, the quiet hum of the university’s library surrounding you. The scent of old books and faint whispers fills the air, but you are far from the bustle. Your eyelids grow heavier, and before you know it, you’re drifting off, cheek pressed against the cool wood. The low buzz of the lights and distant turning of pages fade into the background, leaving you in a cocoon of silence and solitude. You sleep, unaware of the time passing, lost in the stillness of this hidden corner.<br><br>
<<if $hour <17>>
ou wake up an hour later, disoriented and blinking against the soft glow of the library lights. The initial grogginess slowly dissipates as you take in your surroundings. You sit up, stretching your arms and shaking off the remnants of sleep. The desk is cool beneath your fingertips, and you realize the world around you has moved on while you were lost in slumber. <br><br>
With a yawn, you gather your thoughts and <<if $mainChar.energy <=85 >> wonder whether you should [[continue your nap->Nap]] or <</if>> [[get back to work.->Desk]] <br><br>
<<set $hour +=1>>
<<MainChar_Stats "energy" "15">>
<<MainChar_Stats "combed" "false">>
<<else>>
As you settle back into the comforting haze of sleep, a gentle tap on your shoulder pulls you from your dreams. You blink up, eyes adjusting to the sight of the librarian standing over you with a soft, apologetic smile.<br><br>
“It’s 6 p.m., closing time,” she says in a hushed voice, as if still respecting the quiet of the library. You sit up quickly, slightly embarrassed, rubbing your eyes and glancing at the clock. The hour has passed faster than you thought. With a sleepy nod, you gather your things and [[leave the library.->School]]<br><br>
<<set $hour to 18>>
<<set $minute to 0>>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "combed" "false">>
<</if>>@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/Homework.jpg")]]
@@<br>
You sit at the desk, papers spread out in front of you, focused on the task at hand. The room is quiet, save for the soft sound of your pencil scratching against the paper as you jot down notes. The glow of the desk lamp casts a warm light, illuminating the details of your assignment.<br><br>
With each question you tackle, you find yourself sinking deeper into the material, piecing together concepts and ideas. Occasionally, you pause to reflect, tapping your pencil against your chin as you think about the next steps. The clock ticks softly in the background, marking the time as you work through your homework, determined to finish.<br><br>
As you flip through textbooks and reference notes, you can feel the satisfaction of progress building within you, motivating you to push through until everything is complete. After double-checking your work one last time, you gather the materials, knowing you’ve done your best and tackled the homework with determination, it's <<linkreplace "time to relax.">> <<goto $Homework_lastPlace>><</linkreplace>><br><br>
<p class="add">Homework done !</p><<set $hasHomework to 'done'>><br>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "energy" "-20">>
<<set $hour +=1>><<set $mainChar.school.averageGrade = ($mainChar.school.Math.score + $mainChar.school.Science.score + $mainChar.school.History.score + 0.5*$mainChar.school.PE.score)/3.5>>
<<set _subjects to ["Math", "Science", "History", "Physical Education"]>>
<<set _grades to [
$mainChar.school.Math.score,
$mainChar.school.Science.score,
$mainChar.school.History.score,
$mainChar.school.PE.score
]>>
<<set _veryPositiveAppreciations to [
"Excellent work! Keep it up!",
"Outstanding performance!",
"You've exceeded all expectations!",
"Fantastic job!",
"Your dedication is truly impressive!"
]>>
<<set _positiveAppreciations to [
"Good job! Keep working hard.",
"You're on the right track!",
"Nice effort!",
"Well done!",
"You've shown improvement."
]>>
<<set _negativeAppreciations to [
"Needs improvement.",
"You can do better.",
"More effort is required.",
"Keep trying.",
"Room for improvement."
]>>
<<set _veryNegativeAppreciations to [
"Very poor performance.",
"Needs significant improvement.",
"Disappointing results.",
"You need to work much harder.",
"Unacceptable performance."
]>>
<<set _appreciations to []>>
<<for _i to 0; _i lt _grades.length; _i++>>
<<if _grades[_i] >= 15>>
<<set _appreciations to _appreciations.concat(_veryPositiveAppreciations.random())>>
<<elseif _grades[_i] >= 10>>
<<set _appreciations to _appreciations.concat(_positiveAppreciations.random())>>
<<elseif _grades[_i] >= 5>>
<<set _appreciations to _appreciations.concat(_negativeAppreciations.random())>>
<<else>>
<<set _appreciations to _appreciations.concat(_veryNegativeAppreciations.random())>>
<<endif>>
<<endfor>>
<<if $mainChar.school.averageGrade >= 15>>
<<set _generalAppreciation to _veryPositiveAppreciations.random()>>
<<elseif $mainChar.school.averageGrade >= 10>>
<<set _generalAppreciation to _positiveAppreciations.random()>>
<<elseif $mainChar.school.averageGrade >= 5>>
<<set _generalAppreciation to _negativeAppreciations.random()>>
<<else>>
<<set _generalAppreciation to _veryNegativeAppreciations.random()>>
<<endif>>
<table width="100%" align="center" border="5" class="wardrobe-clothes">
<tr>
<th>Subject</th>
<th>Grade</th>
<th>Appreciation</th>
</tr>
<<for _i to 0; _i lt _subjects.length; _i++>>
<tr>
<td>_subjects[_i]</td>
<td>_grades[_i]</td>
<td>_appreciations[_i]</td>
</tr>
<<endfor>>
<tr>
<td>Overall Average</td>
<td>$mainChar.school.averageGrade</td>
<td>_generalAppreciation</td>
</tr>
</table>
Absences: <<print $mainChar.school.absences>> hours <br>
Detention: <<print $mainChar.school.detention>> hours
<<set $mainChar.school.Math.testNumber to 0>>
<<set $mainChar.school.Science.testNumber to 0>>
<<set $mainChar.school.History.testNumber to 0>>
<<set $mainChar.school.PE.testNumber to 0>>
<<set $mainChar.school.averageGrade = Math.round($mainChar.school.averageGrade*10)/10>>
<<if $mainChar.school.averageGrade > 15>>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/GradeReportGood.jpg")]] @@<br>
As you enter the living room, you see your parents sitting on the couch, intently looking at a piece of paper. Upon seeing you, they wave you over, their expressions rather positive. "Come here, we have something to show you," your mother says with a warm smile.<br><br>
You approach them cautiously, wondering what has caught their attention. Your father holds up the paper, and you recognize it immediately—it's your report card. "We just received your grades," he says, his voice filled with pride. "And we have to say, we're very impressed."<br><br>
Your mother nods in agreement, her eyes shining with happiness. "You've done incredibly well this term. We're so proud of you," she adds, handing you <<linkreplace "the report card.">><br><br>
<<include "Report Card">>
<br><br>
As you take it from her, you can't help but feel a sense of accomplishment. The grades are excellent, reflecting all the hard work and dedication you've put into your studies. Your parents' praise feels like a well-deserved reward, and you can't help but smile, knowing that your efforts have paid off. <br><br>
Your parents pull you into a warm embrace, their pride and love evident in their hug.
<<if $mainChar.corruption >=30>>
It feels warm and comforting, but a sudden touch sends a jolt of surprise. Your dad's hand had slipped past the boundary of a hug. His fingers had brushed against your underwear, leaving a mixed sensation of confusion and... pleasure. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/Restaurant/Work/Grope2.webp")]] @@<br>
<<if $mainChar.hasFuckedParents == true>>
As you embrace your dad's touch, you feel your mom's delicate lips touching your neck. The sensation of your mom's kiss sends a ripple of warmth down your spine. The combination of her gentle kisses and your dad's caress leaves you momentarily breathless. Your mom's eyes meet yours, and, after a brief pause, she pushes her mouth against yours. the combination of your mom's tongue in your mouth and the lingering sensation of your dad's hand, now on your crotch, sends a rush of emotions through your body. <br><br>
"Let's celebrate" whispers your dad in your ear, while <<linkreplace "his hands begin to undress you.">> his hands begin to undress you. Soon, you find yourself sitting on the couch, backed against the headrest, your legs spread wide enough for your mom to kneel between them. The sensation of her breath against your skin sends a shiver down your spine, while you reach for your dad's veiny cock. Having prepared your pussy for him, your mom's tongue circles your clit in perfect rhythm with your father's thrusts. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath +
"/livingroom/Grade report/vanilla"+random(3)+".webp")]] @@<br>
As your dad's thrusts become more intense, you feel a wave of heat spread through your body. Your mom's tongue continues its rhythmic dance, each flick bringing you closer to the edge. The room is filled with the sound of your ragged breathing and the occasional moan that escapes your lips. Your dad's hands grip your hips, pulling you closer as he drives deeper, the sensation of his rough skin against your smooth thighs adding to the intensity of the moment. <br><br>
He climaxes with a sudden, deep thrust, and you feel a rush of warmth spread through you as his body tenses and shudders. <<linkreplace "His cum sprays inside you.">>His cum sprays inside you, sending a ripple of pleasure through your core. Your mom places herself between your legs, and lick your father's cum dripping from your pussy.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Grade report/cum"+random(1,3)+".webp")]] @@<br>
You take a moment to gather your emotions. As you lie down, naked, on the couch, your father gives you kiss on the forehead. "You're de best daughter" he says. Your mom gives you a final kiss before leaving the room. With a smile, you get up and
<<link "walk away.">> <<goto "Living room">>
<<set $mainChar.school.Math.score to undefined>>
<<set $mainChar.school.Science.score to undefined>>
<<set $mainChar.school.History.score to undefined>>
<<set $mainChar.school.PE.score to undefined>>
<<set $mainChar.school.absenses to 0>>
<<set $mainChar.school.detention to 0>>
<<set $mainChar.school.gradeReport to $dayCount>>
<</link>><br><br>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "dad" "6" "40">>
<<MainChar_Stats "mom" "6" "40">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-30">>
<</linkreplace>><</linkreplace>>
<<else>>
The three of you pull back slightly, and your mom's eyes glisten with pride. "We're so proud of you," she says, her voice choked with emotion. With a small smile, you turn and
<<link "walk away.">> <<goto "Living room">>
<<set $mainChar.school.Math.score to undefined>>
<<set $mainChar.school.Science.score to undefined>>
<<set $mainChar.school.History.score to undefined>>
<<set $mainChar.school.PE.score to undefined>>
<<set $mainChar.school.absenses to 0>>
<<set $mainChar.school.detention to 0>>
<<set $mainChar.school.gradeReport to $dayCount>>
<</link>><br><br>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "dad" "2" "50">>
<<MainChar_Stats "mom" "2" "50">>
<</if>>
<<else>>
their warm embrace enveloping you in a cocoon of love and pride. The scent of your mother's perfume and your father's cologne, familiar and comforting, fills your senses. You smile, feeling the weight of their approval settle on your shoulders. "Thank you," you murmur, your voice soft but genuine. They finally release you and <<link "walk away.">> <<goto "Living room">>
<<set $mainChar.school.Math.score to undefined>>
<<set $mainChar.school.Science.score to undefined>>
<<set $mainChar.school.History.score to undefined>>
<<set $mainChar.school.PE.score to undefined>>
<<set $mainChar.school.absenses to 0>>
<<set $mainChar.school.detention to 0>>
<<set $mainChar.school.gradeReport to $dayCount>>
<</link>><br><br>
<<MainChar_Stats "dad" "2" "50">>
<<MainChar_Stats "mom" "2" "50">>
<</if>>
<</linkreplace>>
<<elseif $mainChar.school.averageGrade >= 10>>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/GradeReportGood.jpg")]] @@<br>
As you enter the living room, you see your parents sitting on the couch, their eyes fixed on a piece of paper. They look up as you walk in, and your mother waves you over. "Come here, sweetheart," she says, her voice warm but serious. You approach them cautiously, your heart pounding in your chest.<br><br>
Your father holds up the paper, and you recognize it immediately: it's your report card. "We need to talk about this," he says, his expression unreadable. You take a deep breath and brace yourself for what's to come. Your dad hands you <<linkreplace "the report card.">><br><br>
<<include "Report Card">>
<br><br>
As you scan the grades, you realize that they're a bit above average. You feel a mix of relief and pride, but you're not sure how your parents will react. Your mother speaks first, "We're proud of your efforts, but we know you can do even better. Let's discuss how we can support you to reach your full potential."
Your father nods in agreement, "We want to see you excel, and we believe in your abilities. Let's set some goals for the next term and work together to achieve them."
You nod, feeling a sense of determination and support. Your parents' words are firm but encouraging, and you know that with their help, you can do even better next time. You turn and
<<link "walk away.">> <<goto "Living room">>
<<set $mainChar.school.Math.score to undefined>>
<<set $mainChar.school.Science.score to undefined>>
<<set $mainChar.school.History.score to undefined>>
<<set $mainChar.school.PE.score to undefined>>
<<set $mainChar.school.absenses to 0>>
<<set $mainChar.school.detention to 0>>
<<set $mainChar.school.gradeReport to $dayCount>>
<</link>><br><br>
<<MainChar_Stats "dad" "2" "40">>
<<MainChar_Stats "mom" "2" "40">>
<</linkreplace>>
<<elseif $mainChar.school.averageGrade >= 5>>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/GradeReportBad.jpg")]] @@<br>
As you step into the living room, you find your parents seated on the couch, their attention focused on a piece of paper. They glance up as you enter, and your mother gestures for you to come closer. "Come here, $mainChar.firstName," she says with seriousness. You approach them tentatively, your heart racing. <br><br>
Your father holds up the paper, and you instantly recognize it as your report card. "We need to discuss this," he says, his expression neutral but concerned. You take a deep breath, steeling yourself for what's to come. Your dad hands you <<linkreplace "the report card.">><br><br>
<<include "Report Card">>
<br><br>
As you look over the grades, your heart drops. They're below average, and you know your parents won't be pleased. Your mother speaks first, her voice laced with worry. "We're not happy with these grades. We know you're capable of more."
"Whatever, these grades are bad, you need to be punished." says your father, less forgiving. Before you can react, he takes your arm and <<linkreplace "guides you to the couch.">> guides you to the couch. He sits down and, with a swift motion, forces you to lie across his knees. You feel a wave of embarrassment and fear as you realize what's about to happen. "Please add, don't !" you beg. <br><br>
He raises his hand and delivers a firm spanking, each strike echoing through the room. Your mother watches, her expression a mix of disappointment and concern. The tension in the room is palpable as the punishment continues, leaving you with a stinging reminder of their disapproval. The pain is intense, but beneath it, a strange arousal stirs, mingling with the fear that courses through your veins.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Grade report/spanking1.webp")]] @@<br>
Each spank sends a jolt of pain through your body, mingling with an unexpected, jolting arousal. The sensation is disorienting, your body torn between the overwhelming discomfort and a forbidden thrill.
You nod, feeling a mix of guilt and resolve. Your parents' words are stern but encouraging, and you know that with their help, you can turn things around. You get up and
<<link "walk away.">> <<goto "Living room">>
<<set $mainChar.school.Math.score to undefined>>
<<set $mainChar.school.Science.score to undefined>>
<<set $mainChar.school.History.score to undefined>>
<<set $mainChar.school.PE.score to undefined>>
<<set $mainChar.school.absenses to 0>>
<<set $mainChar.school.detention to 0>>
<<set $mainChar.school.gradeReport to $dayCount>>
<</link>><br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "dad" "-3">>
<<MainChar_Stats "mom" "-3">>
<</linkreplace>><</linkreplace>>
<<else>>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/GradeReportBad.jpg")]] @@<br>
As you enter the living room, you see your parents sitting on the couch, their eyes fixed on a piece of paper. As soon as they notice you, they call you over. "Come here, we need to talk to you," your mother says, her voice stern.
You approach them hesitantly, and your father holds up the paper. "This is your report card," he says, his tone serious. "It's not good. In fact, it's very bad." Your dad hands you <<linkreplace "the report card.">><br><br>
<<include "Report Card">>
<br><br>
Your heart sinks as you look at the grades, each one a stark reminder of your struggles. Your parents' expressions grow more severe. "What is going on with you?" your mother asks, her voice rising. "We expected so much more from you."<br><br>
The tension in the room thickens, and the conversation quickly escalates. "You need to take your studies seriously," your father says, his voice firm and loud. "This is unacceptable. We're very disappointed in you." <br><br>
Your father's eyes flash with anger, his gaze burning into you. "You're going to learn to listen and obey." Before you can react, he takes your arm and <<linkreplace "guides you to the couch.">> guides you to the couch. He sits down and, with a swift motion, forces you to lie across his knees. You feel a wave of embarrassment and fear as you realize what's about to happen. "Please add, don't !" you beg. <br><br>
He raises his hand and delivers a firm spanking, each strike echoing through the room. Your mother watches, her expression a mix of disappointment and concern. The tension in the room is palpable as the punishment continues, leaving you with a stinging reminder of their disapproval. The pain is intense, but beneath it, a strange arousal stirs, mingling with the fear that courses through your veins.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath +
"/livingroom/Grade report/spanking"+random(0,3)+".webp")]] @@<br>
Each spank sends a jolt of pain through your body, mingling with an unexpected, jolting arousal. The sensation is disorienting, your body torn between the overwhelming discomfort and a forbidden thrill.
<<if $mainChar.hasFuckedParents == true>>
Suddenly, you see your dad pulling his hand down his pants. You struggle to make sense of the events unfolding around you, and you're taken aback when you feel your dad's cock penetrating your mouth under the complicit glance of your mother. <br><br>Your mother's grip tightens, her hands wrapping around your wrists like shackles. She pulls you closer to your dad. "You'll learn to obey!" says your dad as <<linkreplace "he thrusts harder in you.">> he thrusts harder in you.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Grade report/rough_fuck"+random(0,3)+".webp")]] @@<br>
Your father's intense thrusts continue unabated, you can feel the ache in your lower back intensify with each pounding thrust, your body tense in a mixture of pain, humiliation, and pleasure. Soon, you feel your dad's cock pulsating, before releasing his seed in you. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Grade report/cum0.webp")]] @@<br>
He pulls out, leaving you breathless and trembling. "Never bring home grades like this again." He says, before standing and walking away to the kitchen. You lay there, your heart pounding, the aftershocks of the intense encounter still coursing through your body. You finally get up and
<<link "walk away.">> <<goto "Living room">>
<<set $mainChar.school.Math.score to undefined>>
<<set $mainChar.school.Science.score to undefined>>
<<set $mainChar.school.History.score to undefined>>
<<set $mainChar.school.PE.score to undefined>>
<<set $mainChar.school.absenses to 0>>
<<set $mainChar.school.detention to 0>>
<<set $mainChar.school.gradeReport to $dayCount>>
<</link>><br><br>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "dad" "-6">>
<<MainChar_Stats "mom" "-6">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<</linkreplace>>
<<else>>
You get up and
<<link "walk away.">> <<goto "Living room">>
<<set $mainChar.school.Math.score to undefined>>
<<set $mainChar.school.Science.score to undefined>>
<<set $mainChar.school.History.score to undefined>>
<<set $mainChar.school.PE.score to undefined>>
<<set $mainChar.school.absenses to 0>>
<<set $mainChar.school.detention to 0>>
<<set $mainChar.school.gradeReport to $dayCount>>
<</link>><br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "dad" "-3">>
<<MainChar_Stats "mom" "-3">>
<</if>>
<</linkreplace>>
<</linkreplace>>
<</if>><<include "Regular check">>
<<if $mainChar.school.PE.enteringPE != true>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Gym/FemaleLockerRoom.jpg")]]
</div><br>
As you return to the locker room after the exhilarating sports class, a comforting scent of shampoo and soap fill the air, a testament to the post-workout rituals of your classmates. You can hear the soft murmurs of conversations, the clanging of locker doors, and the rhythmic sound of showers running in the background.<br>
<<include "Locker Room Chat">>
<<if $mainChar.cleanliness <50>>
Judging by your scent, you should [[take a shower->School Shower][$Locker_Location = "PE Locker Room"]] too.<br>
<<elseif $mainChar.cleanliness<=99>>
You could join the group and [[take a shower->School Shower][$Locker_Location = "PE Locker Room"]] if you want.<br>
<</if>><br>
<<if !($mainChar.look.clothes.legs.name.toLowerCase().indexOf('school') !== -1 and $mainChar.look.clothes.torso.name.toLowerCase().indexOf('school') !== -1)>>
<table width="100%" align="center" border="5" class="wardrobe-clothes">
<caption>CLOTHES</caption>
<thead>
<tr>
<th>Head</th>
<th>Torso</th>
<th>Legs</th>
<th>Calves</th>
<th>Feet</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<<if $mainChar.look.clothes.head.name === ''>>
[[-->Head Clothes]]
<<else>>
[[$mainChar.look.clothes.head.name->Head Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.clothes.torso.name === ''>>
[[-->Torso Clothes]]
<<else>>
[[$mainChar.look.clothes.torso.name->Torso Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.clothes.legs.name === ''>>
[[-->Legs Clothes]]
<<else>>
[[$mainChar.look.clothes.legs.name->Legs Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.clothes.calves.name === ''>>
[[-->Calves Clothes]]
<<else>>
[[$mainChar.look.clothes.calves.name->Calves Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.clothes.feet.name === ''>>
[[-->Feet Clothes]]
<<else>>
[[$mainChar.look.clothes.feet.name->Feet Clothes]]
<<endif>>
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="5" class="wardrobe-clothes">
<caption>LINGERIE</caption>
<thead>
<tr>
<th>Chest</th>
<th>Groin</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<<if $mainChar.look.lingerie.chest.name === ''>>
[[-->Chest Lingerie Clothes]]
<<else>>
[[$mainChar.look.lingerie.chest.name->Chest Lingerie Clothes]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.lingerie.groin.name === ''>>
[[-->Groin Lingerie Clothes]]
<<else>>
[[$mainChar.look.lingerie.groin.name->Groin Lingerie Clothes]]
<<endif>>
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="5" class="wardrobe-clothes">
<caption>ACCESSORIES</caption>
<thead>
<tr>
<th>Earlobes</th>
<th>Neck</th>
<th>Wrists</th>
<th>Anus</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<<if $mainChar.look.piercings.earlobes.name === ''>>
[[-->Earrings]]
<<else>>
[[$mainChar.look.piercings.earlobes.name->Earrings]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.accessories.neck.name === ''>>
[[-->Neck Accessories]]
<<else>>
[[$mainChar.look.accessories.neck.name->Neck Accessories]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.accessories.wrists.name === ''>>
[[-->Wrists Accessories]]
<<else>>
[[$mainChar.look.accessories.wrists.name->Wrists Accessories]]
<<endif>>
</td>
<td align="center">
<<if $mainChar.look.accessories.anus.name === ''>>
[[-->Anus Accessories]]
<<else>>
[[$mainChar.look.accessories.anus.name->Anus Accessories]]
<<endif>>
</td>
</tr>
</tbody>
</table>
<<if $wardrobe.outfitPresets != undefined>>
<<for _outfitTitle, _outfit range $wardrobe.outfitPresets>>
<<capture _outfitTitle, _outfit>>
<u>_outfit.name</u> -
<<link "Wear">>
<<set $mainChar.look.clothes = clone(_outfit.clothes)>>
<<goto $currentPassage>>
<</link>> |
<<link "Update set">>
<<set $wardrobe.outfitPresets[_outfitTitle].clothes = clone($mainChar.look.clothes)>>
<<goto $currentPassage>>
<</link>>
<</capture>><br>
<</for>><br><br>
<</if>>
<</if>>
<<if ! $mainChar.appearance.isCombed>>
Looking at the mirror, you notice that the evidence of your intense sports session is unmistakable.<br>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>><br>
<</if>>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
<<if $mainChar.school.PE.hasFriendLeggings is 'true' and $mainChar.look.clothes.legs.name is "Leggings">>
You need to return the leggings your friend lent you.
<<elseif $mainChar.look.clothes.torso.name is '' or ($mainChar.look.clothes.legs.name is '' and $mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') !== -1)>>
You can't leave the locker like this !
<<else>>
Once dressed, you gather your belongings and [[leave the locker room.->School][$minute+=15]]
<<set $mainChar.school.PE.hasFriendLeggings to 'false'>>
<</if>>
<<else>>
<<set _currentLocation to "PE Locker Room">>
<<if $isLateForAClass is true>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Gym/FemaleLockerRoomEmpty.jpg")]]
</div><br>
You step into the locker room, and it’s eerily quiet. The usual noise and bustle are gone, replaced by an empty, echoing space. The lockers sit untouched, and the faint smell of sweat and old gym clothes lingers in the air. You realize you're late — too late. The others have already left for class, leaving the room abandoned. The only sound is your footsteps as you move toward your locker, the silence pressing in on you. You quickly change, feeling the weight of the empty room, a reminder that you’ve fallen behind.
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Gym/FemaleLockerRoom.jpg")]]
</div><br>
You walk into the locker room with your classmates, the sound of their chatter and laughter filling the space. The familiar scent of sweat and old gym bags hits you as you make your way to your locker. Everyone starts to change, the room alive with the sound of zippers, the rustling of clothes, and the clang of lockers being opened and shut. You glance around, catching a few conversations about the latest school drama or weekend plans. The air feels charged with a mix of excitement and routine as you get ready for gym class.<br><br>
<<include "Locker Room Chat">>
<</if>>
<br><br>
You spun the combination lock with practiced ease and swung the door open to grab your slip into sport clothes.
<<include "PE Wardrobe">>
<br>
<<if ($mainChar.look.clothes.torso.sport === 'true') and ($mainChar.look.clothes.legs.sport === 'true' or $mainChar.look.clothes.legs.name is "Leggings") and ($mainChar.look.clothes.feet.sport === 'true') >>
With a final glance in the mirror, you join the stream of students heading out [[to the gym.->Classes]]
<<else>>
You're not wearing the appropriate sports attire. You must change before leaving the room.
<</if>>
<</if>>
<<set $mainChar.look.clothes.calves.name to "Ankle Socks">>
<h5>UPPERWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.torso>>
<<if $wardrobe.clothes.torso[_itemTitle].sport === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.torso[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.torso.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesTorso'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $wardrobe.clothes.torso[_itemTitle] >>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<set $mainChar.look.clothes.legs = $emptyItem>>
<<set $mainChar.look.lingerie.chest = $emptyItem>>
<<set $mainChar.look.lingerie.groin = $emptyItem>>
<</if>>
<</link>>
<<onhover>>
<<replace #DollClothesTorso>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieChest'>><img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'"><</replace>>
<</if>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.torso>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.torso = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle2].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle2].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle2].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<if $mainChar.look.lingerie.chest.name != ''>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>><</if>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.torso[_itemTitle].description >>
</td>
</tr>
<</if>>
<</if>>
<</for>>
</tbody>
</table>
<h5>BOTTOMWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<set _hasSportyClothes = false>>
<<for _itemTitle, _item range $wardrobe.clothes.legs>>
<<if $wardrobe.clothes.legs[_itemTitle].sport === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.legs[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.legs.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.legs[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.legs = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.legs[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.legs = $wardrobe.clothes.legs[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.legs[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.legs[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.legs[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.legs>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.legs = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.legs[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
<<if !_hasSportyClothes and $mainChar.look.clothes.legs.name != 'Leggings'>>
<tr>
<td colspan="2">You don't have any sports pants in your wardrobe! Fortunately, your friend Laura has
<<mouseover>>
<<link "extra pair of leggings" _currentLocation>>
<<set $mainChar.look.clothes.legs.name to 'Leggings'>>
<<set $mainChar.look.clothes.legs.saturation to 0>>
<<set $mainChar.look.clothes.legs.brightness to 30>>
<</link>> in her locker.
<<onhover>>
<<set $mainChar.school.PE.hasFriendLeggings to 'true'>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/Leggings.png`" @style="'filter: hue-rotate(0deg) saturate(0%) brightness(30%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>> </td>
</tr>
<<endif>>
</tbody>
</table>
<h5>FOOTWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.feet>>
<<if $wardrobe.clothes.feet[_itemTitle].sport === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.feet[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.feet.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.feet[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.feet = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.feet[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.feet = $wardrobe.clothes.feet[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.feet[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.feet[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.feet[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.feet>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.feet = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.feet[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
</tbody>
</table>
<<if $wardrobe.outfitPresets != undefined>>
<<for _outfitTitle, _outfit range $wardrobe.outfitPresets>>
<<if _outfit.type is 'sport'>>
<<capture _outfitTitle, _outfit>>
<br><u>_outfit.name</u> -
<<link "Wear">>
<<set $mainChar.look.clothes = clone(_outfit.clothes)>>
<<goto $currentPassage>>
<</link>> |
<<link "Update set">>
<<set $wardrobe.outfitPresets[_outfitTitle].clothes = clone($mainChar.look.clothes)>>
<<goto $currentPassage>>
<</link>>
<</capture>>
<</if>>
<</for>><br><br>
<</if>><<if random(2)>0 or $mainChar.corruption<70>><<set _event to "duo">>
<<else>><<set _event to "group">> <</if>>
<<ClothLevel "in">>
<<set $minute +=10>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/School/Gym/LockerRoom/GroupShower.webp')]]
@@<br>
As you step in the communal shower, you find yourself in the middle of a group of your classmates. You find an empty spot, turn on the shower, and let the hot water cascade over you, washing away the sweat and fatigue from the sports class. <br><br>
As you soap up, you can't help but steal quick glances around, looking at the naked bodies of your female classmate. The way the light reflects off the glistening bodies of your classmates is almost hypnotizing, and their perky boobs seem to shimmer under the steam.
<<if $mainChar.corruption <40>>
Your mind keeps wandering, but you try to focus on your own shower. <br><br>
Cleaned and refreshed, you turn off the shower and reach for your towel before stepping out onto the cool, tiled floor. The steam begins to dissipate, revealing the familiar sight of the locker room. You wrap the towel around your naked body, feeling the soft, comforting fabric against your skin. The sound of your classmates' chatter and laughter continues to fill the air, as you
<<link "go back to your locker">> <<ClothLevel "out">> <<goto "PE Locker Room">><</link>><br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "10">>
<<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<else>>
You try to focus but your mind keep wandering to the various bodies surrounding you. You daydream about the girl next to you, with the way her ass curves enticingly under the water. She's oblivious to your gaze, her back still turned as she lathers up her hair. Thinking about how close your hand is from her ass, and the ease with which you could reach out, you decide to:<br><br>
<span id='leave'><<linkreplace "Step out the shower">> Step out the shower before doing something stupid in public. You turn off the shower and reach for your towel before stepping out onto the cool, tiled floor. The steam begins to dissipate, revealing the familiar sight of the locker room. You wrap the towel around your naked body, feeling the soft, comforting fabric against your skin. The sound of your classmates' chatter and laughter continues to fill the air, as you
<<link "go back to your locker">> <<ClothLevel "out">> <<goto "PE Locker Room">><</link>><br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "10">>
<<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<replace #push>><</replace>><</linkreplace>><br></span>
<span id='push'><<linkreplace "Give in the temptation">> You give in the temptation and delicately brush your fingers against her ass.
<<if random(1) is 0>>
She gasps softly, her body tenses momentarily, and then she quickly turns around, eyes wide with a mix of shock and confusion. Her eyes narrow of anger. "What the hell, girl?" she whispers, before stepping out the showers. <br><br>
You didn't expect this reaction. A bit embarrassed, you turn off the shower and reach for your towel before stepping out onto the cool, tiled floor. The steam begins to dissipate, revealing the familiar sight of the locker room. You wrap the towel around your naked body, feeling the soft, comforting fabric against your skin. The sound of your classmates' chatter and laughter continues to fill the air, as you
<<link "go back to your locker">> <<ClothLevel "out">> <<goto "PE Locker Room">><</link>><br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "40">>
<<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "school" "-1">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<else>>
She gasps softly, her body tenses momentarily, and then she quickly turns around, eyes wide with a mix of confusion and anticipation. At the moment your eyes meet, her look soften and a faint smile plays on her lips. "Is everything okay?" she asks, her voice gentle and playful. Without saying anything, you step closer to her and, after a brief pause, you kiss her.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/School/Gym/LockerRoom/Kiss.webp')]]
@@<br>
<<if _event == "duo">>
At first confused, she seems to melt into the kiss and begin to carress your pussy in the corner of the communal showers. Your classmates, unaware of the situation, continue with their routines, until eventually leaving the place.<br><br>
Soon, you're alone with your classmate, enabling you to <<linkreplace "go further.">> go further. You get on your knees, and gently lick
her clit. She leans back, her eyes closed, a soft moan escaping her lips. Her body responds eagerly, her legs parting slightly, inviting you to continue. Her hands, still under the water, guide you with a subtle pressure, urging you to explore her more deeply.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/showerFuckMom'+random(1,3)+'.webp')]]
@@<br>
The sound of the shower heads and the muffled voices of your classmates become distant and irrelevant as you're completely absorbed in the moment. Soon, you both reach a mutual climax, the rush of pleasure overwhelming you.
As the intensity of the shared climax fades, her eyes flutter open, and she smiles softly at you, her body still trembling with the aftermath of pleasure. "Wow." She breathes softly. You catch your breath, turn off the shower and reach for your towel. Still aroused by the moment you shared with your classmate, you
<<link "go back to your locker">> <<ClothLevel "out">> <<goto "PE Locker Room">><</link>><br><br>
<<MainChar_Stats "arousal" "70">>
<<MainChar_Stats "corruption" "1" "70">>
<<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "reputation" "1">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<</linkreplace>>
<<else>>
At first confused, she seems to melt into the kiss and begin to carress your pussy in the corner of the communal showers. You decide to <<linkreplace "push it further.">> push it further when you get on your knees, and gently begin to lick her clit. She leans back, her eyes closed, a soft moan escaping her lips. Her body responds eagerly, her legs parting slightly, inviting you to continue. Her hands, still under the water, guide you with a subtle pressure, urging you to explore her more deeply.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/bathroom/shower/showerFuckMom'+random(1,3)+'.webp')]]
@@<br>
Your classmates, at first unaware of the situation, become increasingly aware of your intimate actions. Their curiosity piques, and you can sense their eyes on you, kneeled between your classmate's legs, eating her pussy. This moment could have been embarrassing, but you feel lust their eyes. Under the gaze of everyone, your parter no longer try to muffle her moans. They echo through the locker room, and it's obviously a turn on for most of the students watching the action unfold. <br><br>
While eating your classmate's pussy, you catch a glimpse of two other girls teasing each other. Some students leave the communal shower, not wanting to take part on what's going on. But the others, increasingly aroused by your actions, begin to touch each others. One by one, they begin to move closer, and the communal shower, once a place of shared normalcy, transforms into an orgy.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/School/Gym/LockerRoom/LesbianOrgy'+random(3)+'.webp')]]
@@<br>
Most of the girls are now engaged in sexual acts. As the intensity of the scene reaches its peak, students' moans grow louder, and the first girls start to squirt. Soon, puddles of pussy juices from various girls begin to form on the tiles of the communal shower. As most of others, your classmate reach an explosive orgasm, causing her to squirt all over your face. <br><br>
As the intensity of the climax fades, her eyes flutter open, and she smiles softly at you, her body still trembling with the aftermath of pleasure. "Wow." She breathes softly. You catch your breath, remove her pussy juice from your face before turning off the shower and reach for your towel. Still aroused by the moment you shared with each others, your classmates step out the shower while you
<<link "go back to your locker">> <<ClothLevel "out">> <<goto "PE Locker Room">><</link>><br><br>
<<MainChar_Stats "arousal" "70">>
<<MainChar_Stats "corruption" "1">>
<<run variables().mainChar.cleanCum()>>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "reputation" "1">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<</linkreplace>>
<</if>>
<</if>>
<<replace #leave>><</replace>><br><br><</linkreplace>></span>
<</if>>
<<if $classActivity == "Test">>
<<if $mainChar.school.PE.testNumber is undefined>> <<set $mainChar.school.PE.testNumber to 1>> <<else>>
<<set $mainChar.school.PE.testNumber +=1>><</if>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/GymTest.jpg')]]
@@<br>
You step into the gymnasium, ready for the sports exam. The air is filled with a mix of anticipation and nervous energy. The squeak of sneakers on the polished floor and the distant echo of a whistle set the stage for the challenge ahead. Your heart beats a little faster as you take your place among your classmates, each one focused and determined. This is your moment to show what you're made of, to push yourself and prove your skills. The excitement is palpable, and you can't help but feel a rush of adrenaline. You're ready to give it your all.<br><br>
"The first event will be a running race," the professor announces, his voice echoing through the gymnasium. "Please line up at the starting line outside."<br><br>
You line up at the starting point, eyes fixed on the finish line. The whistle blows, and you burst into action, your feet pounding the ground with each stride. This is your moment to show what you're made of, to push yourself and <<linkreplace "prove your skills.">> prove your skills.<br><br>
<<SchoolTestPEResult>>
<</linkreplace>>
<<elseif $classActivity == "Test results">>
<<if $currentSchoolClass is "Math" or $currentSchoolClass is "Science">>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Exam_grades_Female.jpg")]]</div>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Classroom/Exam_grades_Male.jpg")]]</div>
<</if>>
The teacher starts distributing the corrected papers, and your heart races with anticipation.
<<SchoolTestResult>>
<<endif>>@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/GradeNegociation.jpg')]]
@@<br>
As the final whistle blows, signaling the end of the test, you join the stream of students heading back to the locker rooms. The air is filled with a mix of relief and exhaustion, but you have something else on your mind. You spot the teacher, a stern yet fair man, standing by the door, clipboard in hand. You muster up your courage and approach him, a hopeful smile on your face.<br><br>
<<if random(0,2) != 0>>
Unfortunately, the teacher's expression remains unchanged. He listens patiently, but you can sense a hint of finality in his stance. He will not change his mind.<br><br>
<span id='tease'> <<if $mainChar.corruption>=20>>Determined to achieve a better grade, you refuse to admit defeat and decide to <<linkreplace "tease him.">>tease him.<br><br>
While your teacher believes the discussion is over and resumes his
activities, you come closer and flash him.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Teasing{0}.webp',either(0,2,3))]]
@@<br>
"Coach, please." you beg.
<<if random(0,2) is 0>>
His eyes follow every movement, and you feel a thrill of power knowing that he is not immune to your teasing and seduction.<br><br>
He ultimately agrees to increase your grade. Delighted, you express your gratitude to your teacher and <<link "go back to your locker..">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "PE Locker Room">>
<</link>><br><br>
<<if $currentSchoolClass == "Math">>
<<set $mainChar.school.Math.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "Science">>
<<set $mainChar.school.Science.score += random(1,10)/10>>
<<elseif $currentSchoolClass == "History">>
<<set $mainChar.school.History.score += random(1,10)/10>>
<</if>>
<<MainChar_Stats "School" "1" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "15">>
<<set $minute += 10>>
<<else>>
Coach Thompson's eyes widen momentarily, a flicker of surprise crossing his face before he quickly regains his composure. Even with your pussy on display, your coach doesn't want to change your grade.<br><br>
<span id='push'><<if $mainChar.corruption>=30>>You decide to <<linkreplace "push it further.">>push it further.<br>
"Please Mister... I really, really need a better grade..." You says while bitting your lips.<br>
Without uttering a single word you place your hand on his crotch.<br>
His eyes follow you in perplexity as you drop to your knees in front of him, a seductive smile playing upon your lips. You passionately start pleasuring your teacher in this empty classroom.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Suck{0}.webp',random(3))]]
@@<br>
<<if $mainChar.corruption>=40>>
With a savage thrust, he slams you onto the desk, pushing every paper off it and onto the floor. His hands grip your wrists tightly, and he pushes into you until you're moaning in pleasure. Your cries of passion are barely muffled by the door, but the noisy hallway prevents them echoing in the school.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Gym/Fuck{0}.webp',random(3))]]
@@<br>
The intensity builds quickly until you can barely contain it. Soon an orgasmic wave overtakes you as he sprays your body with his cum. He eventually agrees to raise your grade, acknowledging your determination and willingness to "improve". You thank him while licking the last drops of cum from your fingers. You hastily gather your scattered clothing before <<link "going back to the locker room.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "PE Locker Room">>
<</link>><br><br>
<<set $mainChar.school.PE.score += random(1,10)/10>>
<<HaveASexWidget "vaginal" "teacher" "onpussy">>
<<MainChar_Stats "School" "1" "30">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<set $minute += 10>>
<<else>>
The intensity builds quickly until he can barely contain it. Soon an orgasmic wave overtakes your coach as he sprays your body with his cum. He eventually agrees to raise your grade, acknowledging your determination and willingness to "improve". You thank him while licking the last drops of cum from your fingers before <<link "leaving the gymnasium.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "Pe Locker Room">>
<</link>><br><br>
<<set $mainChar.school.PE.score += random(1,10)/10>>
<<HaveASexWidget "bj" "teacher" "face">>
<<MainChar_Stats "School" "1" "20">>
<<MainChar_Stats "corruption" "1">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $minute += 10>>
<</if>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'>Admit defeat and <<link "leave the
gymnasium.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "PE Locker Room">>
<</link>><br><br></span>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='leave'> Admit defeat and <<link "leave the gymnasium.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "PE Locker Room">>
<</link>><br><br></span>
<<else>>
You try to negotiate with the coach, explaining your situation and the effort you put into your work. After listening carefully, he nods understandingly. "Alright," he says, "I appreciate your dedication and the extra effort you've shown. I'll increase your grade a bit." You feel a sense of relief and gratitude as the coach makes the adjustment, recognizing your hard work. <br><br>
Delighted, you express your gratitude and <<link "leave the gymnasium.">>
<<set $minute = 50>>
<<set $classActivity = "">>
<<set $currentSchoolClass = "">>
<<goto "PE Locker Room">>
<</link>><br><br>
<<set $mainChar.school.PE.score += random(1,10)/10>>
<<set $minute += 10>>
<</if>><<set $currentPassage to "Park Cabin">>
<<set $minute += 10>>
<<if $mainChar.enteringCabin == true>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/park/CabinDress.webp")]]
</div> <br><br>
You step into the changing cabin and close the door behind you. With a quick glance around to ensure your privacy, you swiftly remove your clothes and change into your sportwear. <br><br>
<<include "Sport Wardrobe">>
<<if !(($mainChar.look.clothes.torso.sport == 'true' or $mainChar.look.clothes.torso.name == "Tee-shirt") and $mainChar.look.clothes.legs.sport == 'true' and ($mainChar.look.clothes.feet.sport == 'true' or $mainChar.look.clothes.feet.name == "Trainers"))>>
You're not wearing the right clothes for sports. But you can still [[head back out.->Park]]
<<else>>
Ready for your sports session, you can [[step out of the changing room.->Running]]
<</if>>
<<else>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/park/CabinUndress.webp")]]
</div> <br>
<<if (($mainChar.look.clothes.torso.sport == 'true' or $mainChar.look.clothes.torso.name == "Tee-shirt") and $mainChar.look.clothes.legs.sport == 'true' and ($mainChar.look.clothes.feet.sport == 'true' or $mainChar.look.clothes.feet.name == "Trainers"))>>
Back in the cabin after this exhilarating sports session, you open the locker doors to <<linkreplace "change back into your everyday clothes.">>change back into your everyday clothes.
<<set $mainChar.look.clothes to $lockerRoomOutfit>>
<<goto $currentPassage>>
<</linkreplace>><br><br>
<</if>>
<<if ! $mainChar.appearance.isCombed>>
Looking at the mirror in the cabin, you notice that the evidence of your intense sports session is unmistakable.<br>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>><br>
<</if>>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
<<if !(($mainChar.look.clothes.torso.sport == 'true' or $mainChar.look.clothes.torso.name == "Tee-shirt") and $mainChar.look.clothes.legs.sport == 'true' and ($mainChar.look.clothes.feet.sport == 'true' or $mainChar.look.clothes.feet.name == "Trainers"))>>
Once dressed, you gather your belongings and [[leave the cabin.->Park]]
<<else>>
You need to get your clothes back before leaving.
<</if>>
<</if>>
<<set $minute +=20>>
<<if gaussian($mainChar.attractiveness,20) >= 40>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/MaleStripper.webp")]]
</div><br>
As you watch the end of the striptease performance, the stripper finishes her routine and exits the stage, leaving the spotlight empty for a moment. Suddenly, a male stripper takes her place, strutting onto the stage with confidence. He begins to strip, revealing his muscular body to the cheering crowd. As he finishes his routine, he approaches you, his erect penis prominently displayed. He mimics a fellation, making it clear what he wants.<br><br>
<span id='accept'><<if $mainChar.corruption>=30>><<linkreplace "Accept to give him a handjob">>
The crowd around you starts to cheer and encourage, pushing you to comply. You understand what he's asking, and despite the public setting, you feel a mix of excitement and nervousness. Pushed by the energy of the spectators, you decide to go along with it. You reach out and begin to masturbate him, your hand moving rhythmically as the crowd watches and cheers.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/StripperHandjob.webp")]]
</div><br>
The atmosphere is electric, filled with a mix of anticipation and arousal. You focus on your task, feeling the weight of the crowd's gaze on you. The stripper's doesn't even care, he keeps entertaining the crowd and the sound of the crowd's cheers blend together, creating a surreal and intense experience. As you continue, you feel a sense of empowerment and exhilaration, fully embracing the moment. <br><br>
<<if $mainChar.corruption >=40>>
He notices that you are at ease and decides to take things further. <<linkreplace "He grabs your head.">> He grabs your head and places your lips against the tip of his penis. You begin to suck him, the roar of the crowd growing louder as they watch in excitement. The atmosphere is charged with energy, and you feel a mix of exhilaration and nervousness as you continue to please him in front of the cheering spectators. The sounds of their encouragement and the stripper's moans fill the air, creating an intense and surreal experience.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/StripperBlowjob.webp")]]
</div><br>
As you focus on your technique, the crowd becomes invisible to your eyes. You are completely absorbed in the task at hand, your lips and tongue working in rhythm to please him. Suddenly, you feel his penis pulse, and he ejaculates into your mouth.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/StripperCum.webp")]]
</div><br>
The reality of the situation hits you like a wave. You realize that you have just sucked and swallowed the semen of a stranger in front of a crowd. The weight of what you've done settles in, and you take a moment to process the surreal experience.<br><br>
[[keep watching the show.->Stage]]<br>
[[Leave the room.->Strip Bar]]<br><br>
<<HaveASexWidget "bj" "stranger">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<<else>>
He pulls away from your mouth and returns to the stage, continuing his show as if nothing had happened. For him, it was clearly just a game to entertain the crowd, but you feel a small sense of frustration and unfinished work. <br><br>
[[keep watching the show.->Stage]]<br>
[[Leave the room.->Strip Bar]]<br><br>
<<HaveASexWidget "bj" "stranger">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<replace #refuse>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='refuse'><<linkreplace "Refuse the request.">>
The crowd roars with enthusiasm, urging you to comply, but you understand his request and firmly refuse. Despite the crowd's encouragement, you stand your ground, unwilling to perform such an act in front of everyone.<br><br>
The stripper, sensing your resolve, smiles and returns to his routine, continuing to entertain the audience with his provocative moves. The crowd's attention shifts back to [[the show.->Stage]]
<<replace #accept>><</replace>>
<</linkreplace>></span>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Stripper"+random(4)+".webp")]]
</div><br>
The dim, smoky air envelops you as you step into the stage area of the bar. The stage is an elevated platform where the performer is currently spinning, her movements fluid and mesmerizing. The strobe lights flicker, casting an otherworldly glow on her lithe form. She moves gracefully, her every motion designed to captivate the audience with her body.<br><br>
You can [[stay here->Stage]] to watch her performance.<br>
Or, if you change your mind, you can also [[go back.->Strip Bar]]<br><br>
<<MainChar_Stats "corruption" "1" "10">>
<</if>> <<Achievements "cumrag" "Literal Cum Rag">>
<<set _cloth = $mainChar.look.clothes.legs>>
<<set $hour += 4>>
<<set $mainChar.look.clothes.legs = $emptyItem>>
You've had way too much to drink, and now you're completely wasted. You wake up with a start, your head pounding and your vision blurry. The room spins around you as you try to focus, realizing you're still in the strip bar. The pounding bass of the club music feels like it's reverberating through your skull. You blink a few times, trying to clear your vision, and realize that you're undressed.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Drunk"+random(1)+".webp")]]
</div><br>
As you start to come to your senses, you feel <<linkreplace "something strange on your skin.">>
something strange on your skin.<br>
You reach out to touch it, your fingers brushing against something sticky. You pull your hand away and look down, squinting to see cum drooling from your fingers.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Used"+random(2)+".webp")]]
</div><br>
The amount of cum covering you is too much for it to be the work of a single man. You clearly have been used multiple times, or by a group. Or even both ? Confusion washes over you as you try to piece together the past events. Then, you see <<linkreplace "used surrounding around you.">>condoms around you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Condom"+random(0)+".webp")]]
</div><br>
You realize the extent of what happened while you were unconscious. "At least some of them used condom..." you wonder. As you slowly wake up, you notice some of the condoms are full.
<<if $mainChar.corruption <= 30>>
At their left, you see your missing clothes, filthy and cum-stained.<br><br>
Once dressed up, you [[leave the bar.->Go out]]<br><br>
<<MainChar_Stats "corruption" "3">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-50">>
<<MainChar_Stats "cleanliness" "-50">>
<<set $mainChar.look.clothes.legs = _cloth >>
<<else>>
At their left, you see your missing clothes, filthy and cum-stained. Once dressed up, you glance back at the condoms. A strange arousal grows inside you when you see the amount of cum trapped in them.<br><br>
<span id="drink"><<linkreplace "Get closer">>
Piqued by your curiosity, you find yourself drawn to the used condoms that surround you. Excitement bubbles up within you as you lean in closer, and an irresistible urge takes over. Before you can think twice, you reach for a condom, and you bring it to your lips.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/CondomEat.webp")]]
</div><br>
The moment you press the condom to your lips, the bitter, salty taste of this old floods your mouth along with the harsh texture of the latex. You lick the last drops, and [[leave the bar.->Red Light District]]<br><br>
<<MainChar_Stats "corruption" "2" "80">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-50">>
<<MainChar_Stats "cleanliness" "-60">>
<<set $mainChar.look.clothes.legs = _cloth >>
<<replace #leave>><</replace>><</linkreplace>><br></span>
<span id='leave'><<linkreplace "Leave the bar">>
Gathering your mind, you turn around and [[leave the bar.->Go out]]<br><br>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-50">>
<<MainChar_Stats "cleanliness" "-50">>
<<set $mainChar.look.clothes.legs = _cloth >>
<<replace #drink>><</replace>><</linkreplace>></span>
<</if>>
<</linkreplace>><</linkreplace>><br><br>
<<HaveASexWidget "anal" "stranger" "face">>
<<HaveASexWidget "vaginal" "stranger" "onpussy">>
<<HaveASexWidget "bj" "stranger" "body">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "intellect" "-3">><<set $minute +=30>>
<<if gaussian($mainChar.attractiveness,20) >= 40>>
<<set _event to either ("man","drink","flash")>>
<<else>> <<set _event to "">>
<</if>>
<<if ($mainChar.look.clothes.legs.name.includes('skirt') or $mainChar.look.clothes.legs.name.includes('dress')) and $mainChar.look.lingerie.groin.name === ''>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/DancingNoPanties"+random(1)+".webp")]]
</div><br>
You make your way to the dance floor, the pulsating rhythm of the music drawing you in like a magnet. As you step into the crowd, the energy of the room envelops you, and you feel a surge of excitement. You close your eyes and let the beat take control, your body moving effortlessly to the music. <br><br>
With each sway and spin, your dress flows around you, catching the flashing lights and revealing your bare pussy underneath. You feel a thrill of excitement mixed with a hint of nervousness as you notice several pairs of eyes flicker towards you, but the thrill of the moment keeps you moving.
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/Dancing"+random(2)+".webp")]]
</div><br>
You make your way to the dance floor, the pulsating rhythm of the music drawing you in like a magnet. As you step into the crowd, the energy of the room envelops you, and you feel a surge of excitement. You close your eyes and let the beat take control, your body moving effortlessly to the music.
<</if>> <br><br>
<<if _event is "man">>
As you lose yourself in the rhythm of the music, your body moving freely with the beat, you suddenly notice <<linkreplace "an intense gaze fixed on you."<</linkreplace>>an intense gaze fixed on you. An stranger is watching you from across the dance floor, his eyes locked onto yours. He reaches you and, without a word, starts to dance alongside you. His movements are smooth and synchronized with yours, until he begins to brush his fingers against your waist.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/ManDance.webp")]]
</div>
The sensation of his touch sends a shiver down your spine, but you feel a rush of excitement at the same time. He leans in close, his breath warm against your ear. "You're so beautiful," he whispers, his voice barely audible over the music. You glance at him, the dim light making his features almost ethereal. As he grope your ass, you decide to:<br><br>
<span id='push'><<if $mainChar. corruption>=25 or $mainChar.intoxication>=40 >>
<<if $mainChar.intoxication>=40>>
You're too drunk to fight back, so you
<</if>>
<<linkreplace "Let him touch you">>
The sensation of his fingers tracing patterns on your skin is electrifying. Feeling you're okay with his behaviour, he pushes it further, and penetrate your pussy with his fingers.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/ManFinger.webp")]]
</div><br>
The air is thick with the smell of sweat and the relentless thump of the bass, but your focus is solely on the sensation of his fingers moving within you. His breath against your ear is warm and steady, a contrast to the chaotic energy of the club.<br><br>
"You like that?" he murmurs, his voice a soft whisper that seems to pierce through the noise. "hmmm" you whisper. <br><br>
The crowd around you continues to dance, unaware of the situation. But then, the stranger tries to push it even further, as you see him sneakily unzip his pants. When he begins to lift your leg, you understand what's about to happen.<br><br>
<span id='fuck'><<if $mainChar. corruption>=60 or $mainChar.intoxication>=70>>
<<if $mainChar.intoxication>=70>>
But you're way too drunk to prevent it from happening, so you
<</if>>
<<linkreplace "Let him fuck you">>His fingers move deftly, lifting your leg with a practiced ease. He guides his cock in your vagina, and thrusts in you. The sensation of him entering you is overwhelming, and the heat of the moment intensifies. The music is so loud you don't even need to muffle your moans. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/ManFuck.webp")]]
</div><br>
While pounded by this stranger, you look around and realize that the crowd is completely oblivious to what's happening between you two. It only heightens the intensity of the moment, making it feel even more special and intimate. You turn your attention back to him, a small smile playing on your lips, and continue to moan uncontrollably.<br><br>
<<if ($mainChar.corruption >=80 or $mainChar.intoxication >=85) and random(1) ==0>>
As you continue to dance with the stranger, lost in the moment and the electric connection between you, you suddenly <<linkreplace "feel a presence behind you." >> feel a presence behind you. You turn slightly and notice another person approaching, their eyes locked onto you and the stranger. Unlike the oblivious crowd, this person seems fully aware of the intense exchange happening on the dance floor. <br><br>
The man keeps pounding your pussy and rubbing your clit, while the newcomer sets his sights on your ass. You find yourself fucked by two people at once, the three of you moving in perfect sync in the middle of the crowded dance floor. The energy between you is infectious, and other people start to take notice of your actions. They're drawn to he intensity of the scene, their eyes reflecting a mixture of curiosity and envy. Soon, others begin to join in and carress you. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/PartyFuck"+random(2)+".webp")]]
</div><br>
The circle around you grows larger and more animated, with everyone feeding off the collective excitement. What started as a private moment between two people has now transformed into a full-blown fuck party, with the entire crowd engaging in sexual actions.<br><br>
Despite the number of men and women touching you or fucking around you, you focus on the stranger and the newcomer, double-penetrating you. Their thrusts become harder and faster, until they force you to <<linkreplace "get on your knees.">>get on your knees.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/PartyCum"+random(1)+".webp")]]
</div><br>
You close your eyes, and feel the sticky semen of these two strangers flooding your face. As you open your eyes, you see the crowd glancing at you. As you gather your mind, the lust slowly decreasing, you find yourself in the middle of the dance floor, with cum on your face. You get up under the gaze of the crowd before going [[to the restrooms.->Female Public Restroom][$Restroom_location = "Strip Bar"]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "face">>
<<HaveASexWidget "anal" "stranger" "face">>
<<MainChar_Stats "corruption" "1" >>
<<MainChar_Stats "arousal" "70">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "cleanliness" "-35">>
<</linkreplace>>
<</linkreplace>>
<<else>>
He increases the pace and pounds you harder than ever. As you're about to climax, you feel his cock pulsating in your pussy. You squirt in sync with his release, trying to stay on your feet as your legs begin to shake. As he withdraw, semen starts to drool along your legs. The stranger gives you a teasing slap on your ass, and leaves you on the dance floor before disappearing in the crowd. You take a deep breath, collecting yourself, [[ready to go.->Dance]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "90">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<</if>>
<<replace #stop2>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop2'><<if $mainChar.intoxication<70>><<linkreplace "Stop him">>
You suddenly realize you're not ready to cross that boundary. You step back, creating some space between you, and shake your head. His expression changes instantly, a flash of irritation crossing his face. He scoffs slightly and rolls his eyes before turning away, clearly annoyed by your rejection.<br><br>
You feel a mix of relief and unease as you watch him disappear into the crowd. Despite his reaction, you can't deny the rush of excitement that still courses through you. You take a deep breath, collecting yourself, and continue to dance, determined to [[enjoy the night.->Dance]]<br><br>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<replace #fuck>><</replace>><</linkreplace>><br><</if>></span>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<if $mainChar.intoxication<40>><<linkreplace "Stop him">>
You take a step back, breaking the connection, and shake your head firmly. "No, thanks," you say, your voice clear and assertive. He looks surprised and slightly annoyed, but respects your decision, stepping away and disappearing back into the crowd. Despite your rejection, a small part of you feels a bit flattered that you caught his attention. You take a deep breath and [[continue dancing.->Dance]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #push>><</replace>><</linkreplace>><</if>></span>
<</linkreplace>>
<<elseif _event is "flash">>
As you dance, lost in the rhythm of the music, a man approaches you. He leans in, a bit too close for comfort, and holds out a $20 note. "Show me your tattoo, and this is yours," he says, his voice loud enough to be heard over the beat. There's an insistent edge to his tone that makes you slightly uncomfortable.<br><br>
<span id='refuse'>[[refuse the proposal->Counter]]</span><br>
<<if $mainChar.corruption >= 30>>
<<linkreplace "Accept the proposal">>
You hesitate for a moment, then nod and accept the money, pulling up your shirt and exposing your chest. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/PartyFlash"+random(3)+".webp")]]
</div><br>
He smirks, satisfied, but you can't shake the feeling of unease. You lower your shirt back down and turn away, ready to [[lose yourself in the music again.->Dance]]<br><br>
<<MainChar_Stats "money" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "15">>
<<replace #refuse>><</replace>><</linkreplace>><</if>>
<<elseif _event is "drink">>
As you lose yourself in the rhythm of the music, your body moving freely with the beat, you suddenly notice <<linkreplace "an intense gaze fixed on you."<</linkreplace>>an intense gaze fixed on you. An stranger is watching you from across the dance floor, his eyes locked onto yours. He reaches you and leans in close, his voice barely audible over the music. "You dance beautifully," he says, his breath warm against your ear. You feel a flutter of excitement as he continues to flirt with you, his compliments making you blush.<br><br>
He hands you one of the two glasses he holds. "Want a drink?" he asks, his smile never wavering. <br><br>
<span id='accept'><<linkreplace "Take the drink">>
<<if $mainChar.intoxication >=85 or random(1) is 0>>
<<goto "Drunk">>
<<else>>
You accept the drink, feeling a mix of curiosity and attraction. The glass is cool in your hand, and the liquid inside looks inviting. You take a sip, the sweet and tangy flavors dancing on your tongue. The man begin to dance with you, his eyes filled with interest and anticipation.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/ManDance.webp")]]
</div>
"Thank you," you say, returning his smile. The night is young, and the possibilities seem endless. You take another sip of your drink, feeling the warmth of the alcohol spreading through your body. The music continues to pulse around you, and you feel a sense of excitement and adventure as you continue to dance, the man by your side. The heat between you intensifies as you continue to dance, the music and the alcohol fueling your desire. <br><br>
<span id='push'><<if $mainChar.corruption>=40>><<linkreplace "Push it further">>
You feel a magnetic pull towards the man, and without a second thought, you take his hand. He looks at you with a mix of surprise and excitement as you guide him through the throng of people, making your way towards the exit. You lead him down a narrow alleyway behind the club.<br><br>
Once you're hidden from view, you turn to face him, your eyes locked onto his. You can see the desire in his gaze, and it only fuels your own. Without hesitation, you <<linkreplace "drop to your knees in front of him.">> drop to your knees in front of him.<br><br>
You reach for his belt, your fingers working quickly to unbuckle it. You take him in your hand, feeling the heat and hardness of his cock. You look up at him, a small smile playing on your lips before you lean in and take it into your mouth.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/RedLight/BackAlley/'+ $timeOfDay +'/bj' + random(6) + '.webp')]]@@<br>
The sensation is immediate and intense, the taste and feel of him filling your senses. You begin to move your head, taking him deeper with each motion. The sounds of his moans and the wet, slurping noises fill the air, adding to the symphony of your own arousal. You focus on your breathing, adjusting to the presence and beginning to move your tongue and lips in a rhythmic motion. Your mind is a mix of concentration and desire, fully committed to the task at hand.
<<if $mainChar.corruption >= 50>>
Suddenly, he pulls you up, his hands strong and insistent. He turns you around and presses you against the cold brick wall of the alley. You can feel the rough texture against your skin, adding to the intensity of the moment. He penetrates you pussy, his thrusts powerful and rhythmic. The sounds of your moans and the wet, slapping noises fill the air. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/RedLight/BackAlley/'+ $timeOfDay +'/Fuck' + random(6) + '.webp')]]@@<br>
As he continues to thrust, the intensity of the moment builds, and you feel a wave of pleasure wash over you. The sensation is overwhelming, and suddenly, you squirt, the liquid gushing out of you and onto the ground. Just as you reach your climax, he lets out a deep groan and ejaculates inside you, the warmth of his release filling you. He slows his movements, his breath coming in ragged gasps as he leans against you, both of you catching your breath. <br><br>
He pulls out gently, and you feel a mix of relief and exhaustion. He leans down and gives you a small, tender kiss on the top of your head before stepping back. You watch as he adjusts his clothes and walks away, leaving you leaning against the wall, your legs trembling and barely able to support you.<br><br>
You slide down the wall, collapsing onto the ground, your body still shaking from the intensity of the encounter. You take a moment to catch your breath, feeling a mix of satisfaction and vulnerability. You try to gather your strength before you [[stand up.->Night Club]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "cleanliness" "-35">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute +=15>>
<<else>>
As you continue to move your head, taking him deeper with each motion, you feel his body tense. His moans grow louder and more urgent, and you can sense that he's close. You increase the intensity of your movements, your tongue and lips working in perfect harmony to bring him to the edge.<br><br>
Suddenly, he lets out a deep groan, and you feel him release into your mouth. The warm, salty taste of him fills your senses as he comes, his body shuddering with pleasure. You continue to move your head, taking every last drop of him, feeling a sense of satisfaction and accomplishment.<br><br>
You slowly pull back, looking up at him with a small smile. His eyes are filled with a mix of gratitude and awe, and you can see the pleasure written all over his face. You stand up, wiping your mouth with the back of your hand, feeling a sense of power and control. You look at the man, a sense of connection passing between you, before you [[leave the alleyway.->Night Club]] <br><br>
<<HaveASexWidget "bj" "stranger">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute +=15>>
<</if>>
<</linkreplace>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id="stop"><<linkreplace "Keep dancing">>
You continue to move to the rhythm, feeling the energy of the nightclub pulsing through you. The man tries to pull you closer a few times, but you subtly step back, maintaining your space. Seeing your lack of initiative, the man's interest begins to wane. His flirtatious smiles become less frequent, and his attention starts to drift.<br><br>
Eventually, he steps back, his eyes scanning the crowd. He gives you a final, somewhat dismissive smile before turning away and moving towards another group of people. You watch him go, feeling a mix of relief and a slight pang of disappointment.<br><br>
[[Continue to dance.->Dance]]<br>
[[Leave the dancefloor.->Night Club]]<br><br>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<<replace #push>><</replace>><</linkreplace>></span>
<</if>>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Refuse it">>
You take a step back, maintaining your composure, and politely decline. "No, thank you," you say with a firm yet friendly smile, continuing to dance and enjoy the night on your own terms. You read disappointement in his face, but he finally [[leaves you alone.->Dance]]<br><br>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<<replace #accept>><</replace>><</linkreplace>></span>
<</linkreplace>>
<</if>>
<<if _event == "">>
[[Keep dancing->Dance]] <br>
[[Go back->Night Club]]<br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</if>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Restaurant/Kitchen/KitchenEmpty.jpg")]]</div>
<<if isNaN($mainChar.school.clubCuisineFees)>>
You push open the door to the cooking club, the aroma of fresh herbs and simmering sauces immediately enveloping you. The room is bustling with activity, students chopping vegetables, stirring pots, and chatting animatedly. You take a moment to absorb the lively atmosphere, feeling a mix of excitement and nervousness. A friendly face approaches you, a smile lighting up their eyes. "Welcome to the cooking club!" they say warmly. "I'm Paul, one of the club leaders. Are you new here?"<br><br>
You nod, returning the smile. "Our club is all about learning to cook better so we can have more energy and feel great. We focus on healthy, delicious recipes that are easy to make. Plus, it's a lot of fun!" Paul says. They gesture around the room. "We meet every mondays, and each session we cook a new dish. Everyone gets to taste and learn. The only thing is, there are some fees to cover the cost of ingredients and supplies. It's 15€ per month. Does that sound good to you?" You consider it for a moment, the benefits of joining the club weighing heavily in your mind. <br><br>
<<if $mainChar.money>=15>>
<<linkreplace "Join the Cooking club - $15">>
"Of course, no problem. I've got it right here." You pull out your wallet and hand over the money. Paul takes it and gives you a grateful smile. "Thanks so much, $mainChar.firstName. Your support means a lot to us. Feel free to join us anytime. Our next session is actually starting in about fifteen minutes, so you're welcome to stay and see what it's all about," he says, while making his way [[to the oven.->Cuisine Club]]<br><br>
<p class='add'> You joined the Cooking club ! </p><br>
<<set $mainChar.school.clubCuisineFees to $dayCount>>
<<MainChar_Stats "money" "-15">>
<<replace #leave>><</replace>><</linkreplace>>
<<else>>
You don't have enough money to join the club.
<</if>>
<span id='leave'><br>[[Come back later->School][$mainChar.school.clubCuisineFees = -100]]</span>
<<elseif $mainChar.school.clubCuisineFees + 30 <= $dayCount>>
You walk into the familiar setting of the university's cooking club, the comforting smells of cooking food and the sound of friendly chatter greeting you like an old friend. The room is filled with the usual energy, students moving around with purpose, their faces lit up with enthusiasm. As you make your way to the front, you spot Paul, the club leader, who waves you over. "Hey there! Great to see you again. How have you been?" You smile, feeling at ease.<br><br>
"That's great to hear", he says, before his expression turns a bit more serious. "Just a heads-up, it's that time again where we need to renew memberships. The fees are still 15€ per month. Is that okay with you?" You think about the delicious meals you've learned to cook and the friends you've made. <br><br>
<<if $mainChar.money>=15>>
<<linkreplace "Pay the monthly fees - $15">>
"Of course, no problem. I've got it right here." You pull out your wallet and hand over the money. Paul takes it and gives you a grateful smile. "Thanks so much, $mainChar.firstName. Your support means a lot to us. You feel a surge of excitement. "Can't wait to see what we're doing." Paul's eyes light up. "Great! We're starting in just a few minutes."" he says, while making his way [[to the kitchen.->Cuisine Club]]<br><br>
<<set $mainChar.school.clubCuisineFees to $dayCount>>
<<MainChar_Stats "money" "-15">>
<<replace #leave>><</replace>><</linkreplace>>
<<else>>
You don't have enough money to pays the fees.
<</if>>
<span id='leave'><br>[[Come back later->School]]</span>
<<else>>
As you step into the warm, inviting kitchen of the university's cooking club, the aroma of fresh ingredients and the hum of friendly chatter envelop you. You join a group of eager students, all gathered around the counter, aprons tied and smiles on their faces.
You spot a few students already at work, chopping vegetables or cleaning pans. <br><br>
Tying on your own apron and rolling up your sleeves, you decide to join in and
<span id='cook'>: <br><br><<linkreplace "Try your hand at a new recipe">>try your hand at a new recipe. <br><br>
You chop, stir, and season, feeling a sense of camaraderie as you work alongside your peers. After a hard time working on the recip, and learning with your classmates, you nervously lift the lid to reveal your creation.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/CuisineClubCooking.jpg")]]</div>
<<if gaussian($mainChar.cooking,20) >=66>>
Finally, you plate your creation with a flourish, stepping back to admire your work. The dish looks perfect, the colors vibrant and the aroma tantalizing. You take a small bite, and the flavors explode in your mouth, exceeding even your highest expectations. Your classmates gather around, complimenting your skill and the delicious result. The room is filled with smiles and the shared joy of a job well done. You feel a sense of accomplishment and pride, knowing that you've not only learned something new but also created something truly special. <br><br>
With a contented sigh, you begin to clean your workspace, carefully wiping down the countertops and putting away the utensils. Once everything is tidy and in its place, you untie your apron and hang it up. You exchange a few more smiles and words of encouragement with your fellow students before you [[leave the kitchen.->School]]<br><br>
<<MainChar_Stats "cooking" "3">>
<<MainChar_Stats "energy" "30">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $hour +=2>>
<<elseif gaussian($mainChar.cooking,20) >=33>>
As you follow the recipe, the ingredients come together under your hands, but something feels slightly off. The sizzle of the pan and the chop of the knife are there, but the flavors don't seem to be blending as perfectly as you'd hoped. You carefully measure, mix, and taste, adjusting as best you can, but the result is just... okay.<br><br>
Finally, you plate your creation, stepping back to assess it. The dish looks decent, but it's clear that it's not the culinary masterpiece you were aiming for. Your classmates offer polite smiles and encouraging words, but you can't shake the feeling of slight disappointment.<br><br>
With a sigh, you begin to clean your workspace, wiping down the counter and putting away the ingredients. The instructor offers a few kind words, reminding you that every attempt is a learning experience. You nod, appreciating the support, but eager to move on. As you finish tidying up, you untie your apron and [[make your way out.->School]]<br><br>
<<MainChar_Stats "cooking" "2" "66">>
<<MainChar_Stats "energy" "15">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $hour +=2>>
<<else>>
As you follow the recipe, things start to go awry. The sauce is too thick, the vegetables are overcooked, and the seasoning is off. Despite your best efforts, the dish just isn't coming together. The sizzle of the pan turns into a frustrated sigh, and the chop of the knife becomes more hurried and less precise.<br><br>
Finally, you plate your creation, stepping back to assess the damage. The dish looks like a culinary disaster, the colors muted and the aroma less than appetizing. Your classmates give you a reassuring pat on the back, reminding you that even the best chefs have off days.<br><br>
With a heavy heart, you begin to clean your workspace, scraping the failed dish into the trash and wiping down the counter. You feel a mix of disappointment and determination. As you finish tidying up, you untie your apron and [[make your way out.->School]]<br><br>
<<MainChar_Stats "cooking" "2" "33">>
<<MainChar_Stats "cleanliness" "-15">>
<<set $hour +=2>>
<</if>>
<<replace #leave>><</replace>><<replace #help>><</replace>>
<</linkreplace>><br></span>
<span id='help'><<linkreplace 'Help a classmate'>>help a classmate.<br><br>
You spot a familiar face across the room and make your way over, a smile spreading across your face. "Need some assistance?" you ask, rolling up your sleeves. Your classmate looks up, grateful for the offer, and together you begin to chop, stir, and season, the camaraderie making the experience all the more enjoyable. The kitchen comes alive with laughter and shared tips.<br><br>
As the final touches are added to your classmate's dish, you step back to admire your shared work. "Thanks for your help," your classmate says with a grateful smile. "Anytime," you reply, feeling a warmth in your heart. With a satisfied nod, you gather your things and [[make your way out.->School]]<br><br>
<<MainChar_Stats "cooking" "2" "33">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $hour +=2>>
<<replace #leave>><</replace>><<replace #cook>><</replace>><</linkreplace>><br><br></span>
<span id='leave'>Or you can change your mind and [[Leave the kitchen.->School]]</span>
<</if>><<if $mainChar.jobBrothel != 1 and $mainChar.jobBrothel != 2>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/MenEntrance.webp")]]</div><br>
You cautiously enter a dimly lit corridor, finding yourself in a large room filled with men. The walls are lined with circular holes, behind some of which you see open mouths, tongues moving provocatively. You realize <<linkreplace "you've stumbled upon a gloryhole.">>you've stumbled upon a gloryhole, a place shrouded in secrecy and taboo. The atmosphere is charged with a mix of excitement and the forbidden, leaving you hesitant and unsure. <br><br>
As you explore further, you notice other holes revealing the lowerbody of women lying on their backs behind the wall, with their legs up and chained. You notice a puddle of cum and squirt on the floor below one of them. Her pussy in drenched and semen is dripping from it. A message scrawled across her buttocks reads, "Fleshlight." The scene is both provocative and unsettling, adding to the complex emotions of the encounter.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/BrothelMen.jpg")]]</div><br>
<<if $mainChar.corruption >= 50>>
You watch as the semen drips from her well-used pussy, a testament to the countless encounters it has seen. A profound desire stirs within you, a yearning to be in her place, to be used in the same way. The sight ignites a mix of fascination and longing, drawing you deeper into the raw and explicit nature of the scene.
<<elseif $mainChar.corruption >= 25>>
You watch as the semen drips from her well-used ass, a testament to the countless encounters it has seen. You can't help but wonder what it would feel like to be in her place. The sight stirs a mix of curiosity and intrigue, as you try to imagine the sensations and emotions that come with such an experience.
<<else>>
You watch as the semen drips from her well-used ass, and you can't help but wonder what could drive a woman to allow herself to be used as a mere sexual object, to serve others in such a way. As you ponder this, a strange excitement begins to build within you. The thought of being so completely at the mercy of others, of giving up control and being reduced to a vessel for their pleasure, stirs something deep and primal inside you. With a deep breath, you turn away, refocusing your thoughts and leaving the unsettling curiosity behind.
<</if>><br><br>
You continue to explore the room, your curiosity piqued despite your earlier reservations. As you make your way through the crowded space, you notice a door tucked away in the corner. With a mix of trepidation and intrigue, you <<linkreplace "push it open.">> push it open.<br><br>
You find yourself on the other side of the wall. An alignment of women kneels before you, some engaged in oral sex, while others lie on their backs, their lower halves extending through the holes in the wall, being penetrated by unseen partners. The scene is raw and explicit, a tableau of unbridled desire and submission. The air is thick with the sounds of moans and the rhythmic movements of bodies in motion. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/BrothelWomen.jpg")]]</div><br>
As you stand frozen in place, unable to process the scene unfolding before you, one of the young women approaches you with a wide smile. She is completely naked, her body covered in extremely humiliating and degrading words written in bold marker. Phrases like "Cum Dumpster," "Whore," "Slut," and "Use Me" are scrawled across her skin, a stark and shocking display of objectification. Her face and entire body are dripping with semen, a testament to the countless encounters she has endured. <br><br>
As you stand there, unable to hide your shock, the young woman notices your gaze and approaches you with a wide, vacant smile. "Hey, what's up?" she says, her voice high-pitched and ditzy. "Don't freak out or anything. I was just chained up in a room and stuff, and all these guys, like 50 of them, used me. That was sooo cool. That's why I'm all covered in... you know." She giggles, scooping up a bit of semen from her vagina with her finger and licking it off.<br><br>
"My name's Candy by the way, but you can call me whatever you want like Cum Dumpster or Fleshlight. Some people don't call me at all they just whistle haha." She giggles again.<br><br>
<div class="secondary-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/Candy.jpg")]]</div><br>
She tilts her head, her eyes wide and vacant. "I don't know you or anything. Are you new here? Are you here to serve too?" Her questions are punctuated by more giggles, as if she's completely unaware of the intensity and degradation of the situation. The contrast between her bubbly demeanor and her appearance is both jarring and unsettling, leaving you even more confused and overwhelmed.<br><br>
<span id="question"><<if $mainChar.corruption>=15>><<linkreplace "Ask about the job">>
The question intrigues you, and you find yourself wanting to know more about this "work." You hesitate for a moment before asking, "What do you mean by 'serve'? What exactly do you do here?" Your voice is steady, but your mind is racing with a mix of curiosity and disbelief.<br><br>
"Oh, you know, serving is like, doing whatever they want with you," she says, her voice still high-pitched and ditzy. "You gotta be like, their object, their toy. It's kinda fun, actually. You get to, like, please people and stuff." She giggles again, her eyes wide and vacant. "And the best part is, you can come here anytime, day or night, for as long as you want. You just, like, go to one of the holes and let them bang you. Plus, they pay pretty good, so it's like, win-win, you know?" She shrugs, as if the explanation is perfectly reasonable, completely oblivious to the implications of her words.<br><br>
"So, like, would you wanna serve here too?" she asks,<br><br>
<span id='accept'><<linkreplace "Accept the job">>
You hesitate for a moment, taking in the surreal scene around you and the stark reality of what she's proposing. Despite the shock and the unsettling nature of the situation, a part of you is drawn to the idea. With a mix of curiosity and trepidation, you nod slowly. "Yeah, I think I'd like to try it," you say, your voice steady but your heart racing with a blend of excitement and apprehension.<br><br>
Her smile widens, and she pulls you into a hug, her naked body still covered in semen. "Awesome! You're gonna love it here. Just remember, total submission, and you'll be fine." She releases you and steps back. "I gotta go back to serving my men now. See you around!" With that, she turns and walks away, leaving you standing there, overwhelmed by the intensity of the situation, in the [[backstage of the brothel.->Receptacle]]<br><br>
<<set $mainChar.jobBrothel to 2>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "3">>
<<MainChar_Stats "intellect" "-2">>
<<replace #refuse2>><</replace>><</linkreplace>><br></span>
<span id='refuse2'><<linkreplace "Refuse the job">>
You shake your head firmly, a look of determination in your eyes. "No, I don't think so. This isn't for me," you say, your voice steady and resolute. <br><br>
The girl's face falls, and she makes a pouty, puppy-dog expression, her eyes filling with genuine sadness. "Aww, why not? I don't get how anyone could say no to making money like this. It's so easy!" She sighs, her shoulders slumping slightly. "But hey, if you change your mind, you can always come back, okay? We're always here, anytime you want." Her voice is tinged with a mix of confusion and disappointment, but she tries to maintain a semblance of cheerfulness.<br><br>
You nod, feeling a mix of relief and discomfort, and turn to [[leave this place,->Red Light District]]<br><br>
<<set $mainChar.jobBrothel to 1>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1">>
<<replace #accept>><</replace>><</linkreplace>><br></span>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id="refuse"><<if $mainChar.corruption <=25>><<linkreplace "Refuse the job">>
You take a deep breath, regaining your composure, and look the young woman straight in the eye. "No, I'm not here to *serve*," you say firmly. "There's no way I could do what you're doing. I'm not... I'm not like that. I can't even imagine liking something like this." Your voice is steady, but there's a hint of fear underlying your words, a fear of what you might discover about yourself in a place like this.<br><br>
The young woman giggles, her smile never wavering. "Oh, okay, sweetie," she says, her voice bubbly and almost childlike. "No worries, you can come back anytime you want. We're always looking for new friends to play with." She winks at you, seemingly oblivious to the complexity of your emotions.<br><br>
You nod, feeling a mix of relief and discomfort, and turn to [[leave this place.->Red Light District]]<br><br>
<<set $mainChar.jobBrothel to 1>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "5">>
<<set $mainChar.jobBrothel to 1>>
<<replace #question>><</replace>><</linkreplace>><</if>></span>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.jobBrothel is 1>>
<div class="secondary-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/Candy.jpg")]]</div><br>
As you step back into the dimly lit corridor, you're immediately greeted by the familiar sight of the young woman. Her face lights up with a wide, vacant smile as she spots you. "Hey, you're back!" she exclaims, her voice high-pitched and ditzy. "I'm so happy to see you again!"<br><br>
You can't help but notice the strong, pungent smell that emanates from her. Seeing your reaction, she giggles and explains, "Oh, don't worry about the smell. I, like, got peed on and stuff. And I drank some too. It's not so bad once you get used to it." She shrugs, as if it's the most normal thing in the world, completely oblivious to the shock and discomfort on your face.<br><br>
"So, are you here to serve now?" she asks, her eyes wide with anticipation. "I knew you'd come around. Serving men is, like, the best job ever, and you get to make some money!" Her enthusiasm is almost infectious, despite the unsettling nature of her words and appearance.<br><br>
<span id='accept'><<linkreplace "Accept the job">>
You take a deep breath, steeling yourself for what's to come. "Yes, I am," you reply, your voice steady despite the turmoil inside you. "I've decided to accept the job." Her face lights up even more, and she claps her hands excitedly. "Yay! I'm so glad you're joining us. You're gonna love it here, I promise!" She pauses, then adds, "Oh, but I gotta go back to the bathroom. There are more guys waiting to, you know, relieve themselves on me. I'm like, the best toilet here, so they always want me." She giggles again, seemingly unbothered by the degrading nature of her task. <br><br>
With that, she turns and walks away, leaving you standing there, alone with your thoughts and the weight of your decision in the [[backstage of the brothel.->Receptacle]]<br><br>
<<set $mainChar.jobBrothel to 2>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1">>
<<MainChar_Stats "intellect" "-2">>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Change your mind">>
You take a deep breath, your resolve strengthening. "No, I can't do this," you say firmly, shaking your head. "I'm sorry, but this isn't for me." With that, you turn around and quickly make your way out of the corridor, leaving the unsettling scene behind. The girl's puzzled and disappointed expression fades from view as you [[exit the brothel.->Red Light District]]<br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1">>
<<replace #accept>><</replace>><</linkreplace>><br></span>
<</if>>
<<if $mainChar.jobBrothel != 1 and $mainChar.jobBrothel != 2>>
<<goto "BrothelGettingJob">>
<</if>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/MenEntrance.webp")]]</div><br>
As you enter the brothel, the aroma of cum and pussy juice flood your nose, just as you remember it. The girls are still there, renting their bodies for money in the least human way possible. Looking at the lined pussies, asses and open mouths, gives you visions of products displayed in stores.<br><br>
<<if $mainChar.jobBrothel is 1>>
Ask Candy abou the [[job opportunity.->BrothelGettingJob]]
<<else>>
Enter the [[receptacle room.->Receptacle]]
<</if>><br>
<<if $mainChar.jobBrothel is 2 and $mainChar.work.brothel.experience >=30>>
Work in the [[special rooms.->Special Rooms]]<br>
<</if>>
<br>[[Leave the Glory Den.->Red Light District]]
<<if $mainChar.work.brothel.experience is undefined>>
<<set $mainChar.work.brothel.experience to 0>>
<</if>>
<<if $mainChar.work.brothel.experience is 0 or $mainChar.work.brothel.experience is 10 or $mainChar.work.brothel.experience is 20 or $mainChar.work.brothel.experience is 30>>
<<goto "BrothelStory">>
<</if>>
<<set _money to gaussian(50,10)>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/BrothelWomen.jpg")]]</div><br>
You find yourself on the "receptacle" side of the brothel, the area designated for the women who serve. Around you, naked girls are positioned against the walls, actively engaged in their duties. The air is filled with the wet, sloppy sounds of deep throating, the moans of pleasure and pain, and the slick, smacking noises of wet pussies being penetrated. Other girls move from one point to another in the room, their appearances visibly degraded. Their makeup is smeared, and they are covered in semen and humiliating words scrawled across their skin. <br><br>
Yet, despite their condition, all the girls seem genuinely happy. Their smiles are wide and their laughter fills the room, creating an atmosphere that is both surreal and strangely uplifting. <br><br>
You take a moment to absorb the scene, and it suddenly dawns on you that you are now doing the same work as these girls. A sense of realization washes over you, a mix of curiosity and arousal. You take a deep breath and make your decision for this session:<br><br>
<<set _event to random(4)>>
<<if _event is 0>>
You see Candy, walking like a duck.<br>
"Oh my gosh, like, my butt is so sore from all those guys! I can barely walk straight, it's so painful, I love it!" she exclaims, her voice high-pitched and ditzy. <br><br>
<<elseif _event is 1>>
You see Candy, smelling of piss.<br>
"Oh my gosh, like, I just had the wildest golden shower! I totally smell like pee, but it's so hot, right?" she exclaims, her voice high-pitched and ditzy. <br><br>
<<elseif _event is 2>>
You see Candy, with degrading words written all over her. <br>
"Oh my gosh, like, they wrote all these nasty things on me! It's so humiliating, I love it!" she exclaims, her voice high-pitched and ditzy. <br><br>
<<elseif _event is 3>>
You see Candy, with traces of irritation on her skin.<br>
"Oh my gosh, like, I was tied up so tight, my skin is all red and stuff! It's so intense!" she exclaims, her voice high-pitched and ditzy. <br><br>
<<elseif _event is 4>>
You see Candy, covered in semen. <br>
"Oh my gosh, like, I just had the craziest bukkake session ever! I'm literally dripping in it, isn't it awesome?" she exclaims, her voice high-pitched and ditzy. <br><br>
<</if>>
<<if $mainChar.energy >=20>>
<span id='mouth'><<linkreplace "Rent your mouth">>
You decide to rent out your mouth. Kneeling down in front of the circular hole in the wall, you position yourself on a well-worn cushion that is damp with saliva. Once in place, you open your mouth, waiting for the first client of the session to approach. The anticipation builds as you hear muffled footsteps and the distinct sound of a zipper being pulled down. Suddenly, you feel him enter your mouth. Your mind is a mix of concentration and arousal, fully committed to the task at hand, determined to provide the best service possible.<br><br>
@@.default-image-wrapper;[img[String.format($urlPath + '/Public_restroom/Gloryhole/Suck{0}.webp',random(6))]]@@<br>
The session lasts for an hour, during which you serve nearly $random(5,20) people. Your mouth is tired from the constant activity, and your throat feels raw from the varied intensity of the clients. Some were gentle, while others were more forceful, pushing the limits of your comfort. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Gloryhole/CumFace{0}.webp',random(3))]]
@@<br>
Despite the physical demands, there's a sense of accomplishment and a newfound understanding of the work you've chosen. As you take a deep breath, you notice that your breath smells of semen, a lingering reminder of the intense hour you've just experienced. Your knees are slightly sore from the prolonged kneeling, and hurt when you [[get up.->Receptacle]]<br><br>
<p class="add">+<<print _money/2>> Money</p> <<set $mainChar.money += _money/2>><br>
<p class="add">+1 Brothel Exp</p> <<set $mainChar.work.brothel.experience += 1>><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-1">>
<<set $hour += 1>>
<<replace #ass>><</replace>><<replace #pussy>><</replace>><<replace #leave>><</replace>>
<</linkreplace>><br></span>
<span id='pussy'><<if $mainChar.corruption >=40 and $mainChar.work.brothel.experience >= 10>><<linkreplace "Rent your pussy">>
For this session, you decide to rent out your vagina. You position yourself on a raised platform, a sort of elevated bed, with your lower body extending through a hole in the wall, visible to the clients on the other side. You feel the anticipation build as you hear muffled footsteps and the faint sounds of movement. You take a deep breath and spread your legs, ready to receive the client.<br><br>
Suddenly, you feel him enter you. The sensation is immediate and intense, filling your senses. Your wet pussy makes a slapping sound with each thrust, adding to the symphony of wet, rhythmic noises that fill the air. You focus on your breathing, adjusting to the presence and beginning to move your hips in a rhythmic motion. Your mind is a mix of concentration and arousal, fully committed to the task at hand.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/RedLight/Brothel/pussy{0}.jpg',random(3))]]
@@<br>
The session lasts for an hour, during which you serve nearly random(5,25) people. Your body is tired from the constant activity, and your vagina feels sore from the varied intensity of the clients. Some were gentle, while others were more forceful, pushing the limits of your comfort. Your muscles ache, and your skin feels sensitive. Your pussy is dripping with the semen of those who finished inside you, while your belly holds the remnants of those who pulled out. Yet, the pleasure was intense, and you squirts at least twice during the session.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/RedLight/Brothel/climax.jpg')]]
@@<br>
You take a deep breath, feeling the lingering scent of sex and the dampness between your legs. You slowly sit turn around, your legs barely able to support you as you [[get up.->Receptacle]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "onpussy">>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<HaveASexWidget "vaginal" "stranger" "onpussy">>
<<HaveASexWidget "vaginal" "stranger" "body">>
<<HaveASexWidget "vaginal" "stranger" "body">>
<p class="add">+<<print _money>> Money</p> <<set $mainChar.money += _money>><br>
<p class="add">+1 Brothel Exp</p> <<set $mainChar.work.brothel.experience += 1>><br>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "intellect" "-2">>
<<set $hour += 1>>
<<replace #mouth>><</replace>><<replace #ass>><</replace>><<replace #leave>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='ass'><<if $mainChar.corruption >=40 and $mainChar.work.brothel.experience >= 20>><<linkreplace "Rent your ass">>
For this session, you decide to rent out your ass. You position yourself on a raised platform, a sort of elevated bed, with your lower body extending through a hole in the wall, visible to the clients on the other side. You feel the anticipation build as you hear muffled footsteps and the faint sounds of movement. You take a deep breath, steeling yourself for what's to come. You spread your legs, ready to receive the client, and make your ass giggle to tease him.<br><br>
Suddenly, you feel him enter you. The sensation is immediate and intense, filling your senses. Your ass stretches, making a slapping sound with each thrust. Your mind is a mix of concentration and arousal, fully committed to the task at hand.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/RedLight/Brothel/anal0.jpg')]]
@@<br>
As the hour comes to an end, you feel a mix of relief and exhaustion. Your muscles ache, and your skin feels sensitive. Your ass is dripping with the semen of those who finished inside you, while your lower back holds the remnants of those who pulled out. Despite the physical demands, there's a sense of accomplishment and a newfound understanding of the work you've chosen.<br><br>
Your ass has been stretched and dilated by the number of cocks you've taken. Despite the fact that your legs are weak and trembling from the prolonged activity, and your difficulty to walk, you manage to [[get up.->Receptacle]]<br><br>
<<HaveASexWidget "anal" "stranger" "inass">>
<<HaveASexWidget "anal" "stranger" "inass">>
<<HaveASexWidget "anal" "stranger" "onass">>
<<HaveASexWidget "anal" "stranger" "body">>
<<HaveASexWidget "anal" "stranger" "body">>
<p class="add">+<<print _money*2>> Money</p> <<set $mainChar.money += _money*2>><br>
<p class="add">+1 Brothel Exp</p> <<set $mainChar.work.brothel.experience += 1>><br>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "arousal" "80">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "energy" "-50">>
<<MainChar_Stats "intellect" "-2">>
<<set $hour += 1>>
<<replace #mouth>><</replace>><<replace #pussy>><</replace>><<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<<else>> You're too tired to work. <</if>>
<span id='leave'>
<br> [[Refresh yourself->Bathroom Mirror][$Mirror_place='Bathroom mirror',$pastPassage ="Receptacle"]]<br>
[[Take a shower->Resto Shower][$Locker_Location = "Receptacle"]]<br>
<br>[[Leave the receptacle room.->Brothel]]</span> <<Achievements "brothel" " Cock Worshipper">>
<<set _money to gaussian(50,10)>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/RedLight/Brothel/SpecialRooms.jpg')]]
@@<br>
You make your way to the section of "special rooms" where certain particular fetishes take place. As you approach this area, you see girls exiting the rooms, their bodies covered in semen or urine, some looking completely wrecked and barely able to walk. The sight is both shocking and intriguing, giving you a glimpse into the intense and varied experiences that happen behind these doors.<br><br>
<span id='gangbang'><<if $mainChar.corruption >=70>><<linkreplace "Gangbang">>
For this session, you decide to do a gangbang. You make your way to the designated room, which is empty except for a small, padded bench in the middle. You position yourself on the bench, feeling a mix of excitement and apprehension. <br><br>
The first group enters, and you are immediately surrounded by a sea of eager faces. They begin to use you, filling every hole, manipulating your body like a rag doll. You are completely devoted to their pleasure, your body their sexual plaything. The sounds of wet, rhythmic noises fill the air, punctuated by the occasional grunt or moan. You focus on your breathing, trying to adjust to the intensity of the experience.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Fuck{0}.webp',random(4))]]
@@<br>
Group after group passes through, each one using you in their own way. Some are gentle, while others are brutally forceful, pushing the limits of your comfort. Your body aches from the constant activity, and your skin feels raw and sensitive. You feel a mix of pain and pleasure, completely at the mercy of their desires. <br><br>
As the session continues, you lose track of time and the number of people who have used you. Your body is sore and exhausted, but you push through, determined to fulfill your role. As the waves of euphoria start to crash through you, you become vaguely aware that more are coming. Soon, loads of cum will fill all your orifices from multiple partners at once, building up until you reach the ultimate climax in a sea of semen.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Cum{0}.webp',random(1))]]
@@<br>
Finally, the last group leaves, and you are left alone in the room. You take a moment to catch your breath, feeling a mix of relief and exhaustion. Your body is covered in sweat and the remnants of their pleasure. You slowly stand up, your legs weak and trembling from the prolonged activity. A nauseatingly sweet taste lingers in your mouth, and you feel a drowsy euphoria which comes from being almost cum-drunk.
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_Restroom/Gangbang/Final.webp',)]]
@@<br>
Despite your difficulty to walk, you manage to [[get up.->Special Rooms]]<br><br>
<<Achievements "gangbang" "Cum-Soaked Fleshlight">>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<HaveASexWidget "anal" "stranger" "onass">>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-4">>
<<replace #piss>><</replace>><<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='piss'><<if $mainChar.corruption>=110>><<linkreplace 'Watersport'>>
For this session, you decide to do a "water room" session, where you allow people to urinate on you. You make your way to the designated room, which has white, easy-to-clean tiles on the floor. You kneel down in the middle of the room, feeling a mix of excitement and anticipation. <br><br>
The first client enters the room. You open your mouth, ready to receive the warm stream of urine. The sensation is immediate and intense, the warm liquid hitting your skin and running down your body. You rub the urine into your skin, as if you're cleansing yourself. The smell of urine fills the air, and you feel a strange sense of satisfaction and arousal. You open your mouth regularly, drinking a bit of the urine from the strangers as they pass by. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/Public_restroom/Men/PublicToilet_Pissing'+random(3)+'.webp')]]
@@<br>
The session continues, with more clients entering the room and relieving themselves on you. You feel the warmth of the urine on your skin, and the sensation of your own touch as you continue to masturbate. As the session comes to an end, you feel a mix of relief and exhaustion. Your skin is damp and sticky, and the scent of urine lingers in the air. You take a moment to catch your breath, feeling a sense of accomplishment and a newfound understanding of the work you've chosen. You finally get up and [[leave the room.->Receptacle]]<br><br>
<p class="add">+<<print _money*2.5>> Money</p> <<set $mainChar.money += _money*2.5>><br>
<<Achievements "watersport" "Human Urinal">>
<<MainChar_Stats "arousal" "60">>
<<MainChar_Stats "corruption" "1" "$mainChar.maxCorruption">>
<<MainChar_Stats "cleanliness" "-100">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "intellect" "-4">>
<<replace #gangbang>><</replace>><<replace #leave>><</replace>>
<</linkreplace>><</if>><br></span>
<span id='leave'>
<br> [[Refresh yourself->Bathroom Mirror][$Mirror_place='Bathroom mirror',$Mirror_lastPlace ="Special Rooms"]]<br>
[[Take a shower->Resto Shower][$Locker_Location = "Special Rooms"]]<br>
<br>[[Leave the special rooms.->Brothel]]</span><div class="secondary-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/Candy.jpg")]]</div><br>
<<if $mainChar.work.brothel.experience is 0>>
You spend some time sitting in the corner of the room, looking at the girls servicing strangers' cocks, moaning and filling the air with wet, sloppy deepthroat noises. Finally, you see Candy reappearing, as degraded and as happy as usual.<br><br>
"Nice you're still there!" She giggle. "Ok, welcome to the receptacle room!" Candy exclaims, her voice high-pitched and enthusiastic. "This is where you get to serve all these amazing men. Just look at those girls over there, sucking and fucking like there's no tomorrow. Isn't it awesome?".<br><br>
Candy continues her explanation, her eyes gleaming with a mix of admiration and lust. You can't help but notice how she almost idolizes these men. She speaks about them with a reverence that borders on worship.<br><br>
"And don't worry about getting all messy," she continues, gesturing towards a door. "There are showers over there where you can clean up. But honestly, I'd rather keep the gifts from the men on me. It's such a shame that people out in the street don't like it when you walk around covered in cum or piss. Such a waste, right?" Candy giggles, her eyes sparkling with a mix of mischief and naivety. She shrugs, her smile never wavering. "Anyway, the hours are totally flexible. You can come and go as you please. Just make sure you give these guys the best service possible. They deserve it, you know?"<br><br>
You nod, taking in the scene and Candy's words. Despite her over-the-top enthusiasm, there's a sense of honesty in her words. You take a deep breath, ready to embrace this new world and all that it entails. You <<linkreplace "ask her about your job.">> ask her about your job.<br><br>
Candy leads you to a designated area and points to a row of cushions on the floor. "Okay, so since you're new, you'll be over here with the cock gobblers. It's super easy, you just sit down and suck the dicks that come your way. Guys love it when you give them nice, sloppy deepthroats. It's like, the best way to make them happy, you know?"<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/RedLight/Brothel/BrothelWomen.jpg")]]</div><br>
She giggles, her eyes wide with excitement. "Once you get more experience, you can move on to other things, so you'll be able to serve them even more, you know?"<br><br>
Candy claps her hands together, her enthusiasm infectious despite her stupidity. "So, whe nyou're ready, just sit down, open wide, and show them what you've got! You'll do great, I just know it!"<br><br>
You take a deep breath, feeling a mix of nervousness and determination, prepared to [[give the best service you can.->Receptacle]]<br><br>
<</linkreplace>>
<<elseif $mainChar.work.brothel.experience is 10>>
Several days have passed since you started working here with these girls, who aren't very intelligent and have clearly internalized their objectification. Despite this, you find yourself appreciating your work more and more. You even have curious thoughts, wondering if you might want to serve the men in a more intense way than just with your mouth.<br><br>
Candy seems to have noticed your growing interest, as she comes over to you one day with a proposition. "Hey, girl! I've been watching you, and I think you're ready to become a penetree, you know, a girl who gets her pussy fucked. It's like, the next level of serving the men, and it's so amazing!"<br><br>
She leads you to a different section of the room, her eyes gleaming with excitement. "So, over here, you'll be getting fucked. It's super easy, you just lie down and spread your legs. The guys do their thing."<br><br>
Candy gestures to the various positions and props available, her voice filled with enthusiasm. "You can use these pillows to get comfortable, and there is lube if you need it. Just make sure you're ready to take it all, okay? It's like, such an honor to be able to serve the men this way, you know?"<br><br>
She claps her hands together, her excitement infectious despite her stupidity. "So, are you ready to become a 'penetree'? I just know you'll do great!"<br><br>
<<if $mainChar.corruption >=40>>
You take a deep breath, feeling a mix of nervousness and excitement. You nod, ready to take the next step in [[your new role.->Receptacle]]<br><br>
<<else>>
You take a deep breath, feeling a mix of nervousness and uncertainty. "Candy, I appreciate the offer, but I don't think I'm ready for that yet. It's a big step, and I need more time to get comfortable with the idea."<br><br>
Candy's excitement fades slightly, and she looks at you with a puzzled expression. "Oh, really? I don't get it, like, how can you not want to take a dick in your cunt? It's so good!" She shakes her head, clearly not understanding your hesitation. "But hey, it's cool, you do you. Just let me know when you're ready, okay? There's no rush. You're doing great as a gobbler and that's totally fine. Just take your time and do what feels right for you."<br><br>
You take a deep breath, ready to continue serving in your current role, knowing that you have the support to [[take things at your own pace.->Receptacle]]
<</if>>
<<elseif $mainChar.work.brothel.experience is 20>>
You've been working here for a good while now, and you've fully embraced your role as a "penetree." When the stranger hidden behind the wall finishes using you and you feel him come on or inside you, you can't help but feel a sense of pride for having served him properly.<br><br>
Candy approaches you with a new proposition. "Hey, $mainChar.firstName ! You're doing so great as a 'penetree,' but I think you're ready to take it to the next level. How about becoming a 'canine' ? It's like, the ultimate way to serve a man, you know?"<br><br>
She leads you to another section of the room, her eyes gleaming with excitement. "Over here, you'll be getting fucked in the ass. It's super intense, but it's so amazing! You just need to bend over here, relax your hole, and let them do their thing."<br><br>
Candy gestures to the various positions and props available, her voice filled with enthusiasm. "You can use these pillows to get comfortable, and there's plenty of lube over there. Just make sure you're ready to take it all, okay? Some of them are very rough, personnaly I like it. It's like, such an honor to be able to serve the men this way, you know?"<br><br>
She claps her hands together, her excitement infectious despite her stupidity. "So, are you ready to become a canine? I just know you'll do great!"<br><br>
<<if $mainChar.corruption >=40>>
You take a deep breath, feeling a mix of nervousness and excitement. You nod, ready to take the next step in your new role. As the first client approaches, you position yourself, prepared to [[give the best service you can.->Receptacle]]<br><br>
<<else>>
You take a deep breath, feeling a mix of nervousness and uncertainty. "Candy, I appreciate the offer, but I don't think I'm ready for anal yet. It's a big step, and I need more time to get comfortable with the idea."<br><br>
Candy's excitement fades slightly, and she looks at you with a puzzled expression. "Oh, really? I don't get it, like, how can you not want to take a dick in your ass? It's so hot!" She shakes her head, clearly not understanding your hesitation. "But hey, it's cool, you do you. Just let me know when you're ready, okay? There's no rush. You're doing great as a 'penetree,' and that's totally fine. Just take your time and do what feels right for you."<br><br>
You take a deep breath, ready to continue serving in your current role, knowing that you have the support to [[take things at your own pace.->Receptacle]]
<</if>>
<<if $mainChar.work.brothel.experience is 30>>
You've been working here for a very long time, and you've fully embraced your role as a "canine." When the stranger hidden behind the wall finishes using your ass, and you feel him ejaculate on or inside you, knowing that your body has served a man to its fullest value is an incredible sensation, one that you almost prefer to your own orgasm.<br><br>
Candy approaches you and proposes that you become a "broken girl," meaning you would work in the special rooms. She leads you down a corridor where several doors line the walls. She explains that this is where the men are served best, and that it's the dream of all the girls to serve here.<br><br>
She stops in front of the door marked "gangbang" and explains the concept of the room in detail. "So, in here, there's a little padded bench where you wait for groups of guys to come and fuck all your holes at the same time. It's like, the ultimate way to serve the men, you know? They just love it when you're completely at their mercy."
Candy's eyes shine with excitement, her voice filled with passion. "It's like, the best feeling ever, being surrounded by all those cocks, all wanting you at the same time. You just have to lie there and take it all. No thinking, you're just a ragdoll. It's so intense, but so amazing!"
She claps her hands together, her enthusiasm infectious despite her stupidity. "So, are you ready to become a 'broken girl'? It's like, the ultimate honor to serve the men this way. I just know you'll love it!"
You take a deep breath, feeling a mix of nervousness and excitement. You nod, ready to take this next step in your journey. As Candy opens the door to the gangbang room, you prepare yourself for the intense experience that awaits you.
<<else>>
You take a deep breath, feeling a mix of nervousness and uncertainty. "I don't think I'm ready for that, Candy," you say, your voice steady but hesitant. Candy looks at you, her brow furrowing slightly in confusion. "Oh, really? But.. having all your holes filled at once, it's like, the best way to serve the men! Are you sure?"<br><br>
You nod, your decision firm. Candy pauses for a moment, then shrugs, her smile returning. "Okay, I get it. No worries, girl. You just let me know when you're ready, okay? There's no rush."<br><br>
You take a deep breath, ready to continue serving in your current role, knowing that you have the support to [[take things at your own pace.->Special Rooms]]
<</if>>
<</if>><br><br>
<<MainChar_Stats "arousal" "10">>
<<set $minute += 20>>
<<set $mainChar.work.brothel.experience +=1>><<if $mainChar.money <=20 or $mainChar.haveCum.face>0 or $mainChar.cleanliness<30>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/BouncerBad.jpg")]]
</div><br>
<<if $mainChar.haveCum.face>0>>
As you arrive at the nightclub, you approach the entrance, eager to join the festivities inside. However, as you reach the bouncer, he takes one look at you and his expression turns stern. He notices the semen on you and immediately blocks your path.<br><br>
"Sorry, miss, but you can't come in like that," he says, his voice firm and unyielding. "This is a night club, not a porn set. Go clean yourself up before you even think about entering this club," he says, his tone leaving no room for argument.<br><br>
You take a deep breath, trying to maintain your composure despite the stares of the people around you. Feeling a mix of shame, and a slight arousal of having been seen like that, you [[turn away from the club.->Go out]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<elseif $mainChar.attractiveness <20>>
As you approach the nightclub, the pulsating bass of the music grows louder, and the neon lights flicker invitingly. You reach the entrance, where a burly bouncer stands guard, his arms crossed over his chest. He looks you up and down, his expression turning from neutral to disdainful in an instant.<br><br>
"Sorry, miss, but you can't come in," he says, his voice firm and unyielding. "We have standards here, about... look and hygiene, you know?" he says, his tone dripping with disdain. <br><br>
You feel a wave of embarrassment wash over you, but you try to maintain your composure and reason with him. The bouncer shakes his head, his expression unchanged. "I don't care. You're not coming in," he says, his words cutting deep. You take a step back, feeling the sting of his words. You turn away, feeling a mix of humiliation and frustration, wondering what to do next, as you [[leave the place.->Go out]]<br><br>
<<elseif $mainChar.money <=20>>
As you arrive at the nightclub, the pulsating beat of the music greets you even before you step inside. The neon lights flicker invitingly, and the crowd outside is buzzing with anticipation. You make your way to the entrance, where a burly bouncer stands guard, his arms crossed over his chest.<br><br>
"ID and cover charge, please," he says gruffly, extending his hand. You reach into your pocket, pulling out your ID and a few crumpled bills. As you hand them over, the bouncer counts the money with a skeptical look.<br><br>
"Sorry, you're short," he says, handing the money back to you. "You need to pay the full cover charge to get in." You feel a wave of disappointment wash over you. You stand there for a moment, feeling deflated. The nightclub's allure is just out of reach, and you're left wondering what to do next.<br><br>
<span id='push'><<if $mainChar.corruption >=30>><<linkreplace "Try to bargain">>
Desperate to get inside, you decide to take a risk. You glance around to make sure no one is watching too closely, then you discreetly pull down the neckline of your top, revealing a glimpse of your breasts.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/BouncerFlash"+random(2)+".webp")]]
</div><br>
"Come on, please?" you say, trying to use your charm. "I really want to have a good time tonight."
<<if random(1) is 0>>
The bouncer's eyes widen slightly as he takes in the sight, but he quickly regains his composure. "Look, I can't just let you in for free," he says, his voice a bit softer but still firm. "But if you're willing to make it worth my while, we might be able to work something out."<br><br>
You feel a mix of embarrassment and determination. "What do you mean by 'make it worth your while'?" you ask, trying to gauge his intentions. The bouncer leans in slightly, lowering his voice. "You know what I mean. A little something extra, and I'll let you in. But it's up to you."<br><br>
You take a deep breath, considering your options. The nightclub's allure is just out of reach, and you're left wondering if you're willing to cross that line to get inside.<br><br>
<span id='bj'><<if $mainChar.corruption >=40>><<linkreplace "Give him a blowjob">>
You take a deep breath and accept his proposal. The bouncer nods and looks over at his colleague, who is standing nearby. He gives a subtle signal, and his colleague nods back with a knowing smile, understanding the situation. The bouncer then gestures for you to follow him.<br><br>
He leads you away from the entrance and around the side of the building, into a dimly lit alleyway behind the nightclub. The sounds of the city are muffled here, and the air is cool and damp. The bouncer turns to face you, his expression serious. <br><br>
"Alright, let's make this quick," he says, unzipping his pants. You kneel down in front of him, feeling the rough concrete beneath your knees. You take a deep breath and begin to suck his cock. <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + '/RedLight/BackAlley/'+$timeOfDay+'/bj{0}.webp',random(6))]]</div><br>
After a few moments, the bouncer lets out a satisfied grunt and release his seeds in your mouth. You swipe the cum with your hand as you get up. "You can go in now," says the bouncer, zipping his pants back up. He leads you back to the entrance, where his colleague lets you in without a word. <br><br>
You take a deep breath, knowing what you had done to be here, and [[step inside the nightclub.->Night Club]]<br><br>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<<set $minute +=10>>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'>[[Refuse his proposal.->Go out]]</span>
<<else>>
The bouncer's eyes widen slightly as he takes in the view. He hesitates for a moment before a smirk spreads across his face. "Alright, fine," he says, his voice a bit softer. "You can go in, but just this once."<br><br>
You let out a sigh of relief and gratitude. "Thank you so much!" you say, quickly adjusting your top as you step past the bouncer and [[into the nightclub.->Night Club]]<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "corruption" "40">>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='leave'>[[Leave the club->Go out]]</span>
<</if>>
<<set $minute +=5>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "NightClub/BouncerGood.jpg")]]
</div><br>
As you approach the nightclub, the pulsating beat of the music grows louder, and the neon lights cast a kaleidoscope of colors on the sidewalk. You reach the entrance, where a burly bouncer stands guard, his arms crossed over his chest. He looks you up and down, assessing you with a critical eye.<br><br>
"ID, please," he says, his voice gruff and authoritative.<br><br>
You quickly pull out your ID and hand it to him. The bouncer examines it closely, his eyes scanning the details. He hands it back to you with a nod. "You're good to go," he says, stepping aside to let you [[inter the nightclub.->Night Club]] <br><br>
<<set $minute +=10>>
<<MainChar_Stats "money" "-20">>
<</if>><div class="default-image-wrapper">
[img[String.format($urlPath + "/RedLight/StripBar/Bar.jpg")]]
</div>
<<SeeCumOnPcWidget "people">>
<<MeetAPersonWidget "bar" "friend">>
The moment you enter, the energy of the club envelops you. The music is loud and infectious, the bass thumping in your chest. The dance floor is packed with people moving to the beat, their bodies glistening with sweat under the flashing lights. The air is filled with a mix of excitement, perfume, and the faint scent of alcohol.<br><br>
You make your way through the crowd, feeling the rhythm of the music pulsing through your veins. The atmosphere is electric, and you can't help but feel a sense of exhilaration.<br><br>
You spot the bar where you can [[sit and take a drink.->Counter][$Bar_location = "Night Club"]]<br>
Or you can [[go on the dancefloor.->Dance]]<br>
In the corner of the room, you see the restrooms: [[Female WC->Female Public Restroom][$Restroom_location = "Night Club"]]
<<if $mainChar.corruption>=40 and $mainChar.energy>=30>> | [[Male WC->Male Public Restroom][$Restroom_location = "Night Club"]]<</if>><br>
<br><br>
[[Go out.->Go out]]<<set $mainChar.work.secretary.coef to 1>>
<<set $mainChar.work.secretary.BossRelationship to 1>>
<<if $mainChar.work.secretary.hasJob !=1>>
<<set $minute +=10>>
<<if $mainChar.attractiveness >=20>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/ReceptionJobHappy.jpg")]]
</div><br>
You take a deep breath and say, "Good morning. I would like to apply for a secretary position. Could you please direct me to the appropriate person?"<br><br>
The receptionist smiles and nods. "Of course! The manager is currently looking for a secretary. You can take the elevator to the fifth floor. Once you get off the elevator, turn left and follow the hallway to the manager's office. Good luck!" She gives you a visitor badge to use the elevator.<br><br>
You thank her and make your way to the elevator, feeling a mix of excitement and nervousness as you prepare to meet the manager and [[discuss the opportunity.->OfficeGetJob][$mainChar.work.secretary.hasJob = 1]]
<<else>>
<<set $hour +=1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/ReceptionJobUnhappy.jpg")]]
</div><br>
The receptionist's smile fades slightly as she looks you over. Her expression turns less friendly, and she seems to scrutinize your appearance. <br><br>
"Good morning," you reply. "I would like to apply for a position as a secretary." You says, with excitement.<br><br>
After a moment, she says, "I'm sorry, but we don't have any positions available at the moment."
From the way she look at you, you sense that she isn't being entirely truthful and that your appearance might be the issue. You feel a mix of disappointment and determination. You understand that you might need to come back looking a bit more polished and professional to make a better impression. With a nod, you thank her and decide to return another day, better prepared to present yourself in a way that aligns with the company's standards.<br><br>
[[Go back.->Go out]]
<</if>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/jobInterview.jpg")]]
</div><br>
You arrive at the mentioned floor and approach the manager's office. You knock gently on the door, and a voice from inside invites you to enter. As you step into the office, the manager looks up from his desk and greets you with a professional smile.
"Hello," you say, "I'm here to apply for the secretary position."<br><br>
The manager nods and gestures to a chair in front of his desk. "Please, have a seat," he says, welcoming you to begin the conversation. You take a seat in front of the manager's desk, feeling a mix of excitement and nervousness. The manager begins the interview, asking you a series of questions about your background, experience, and why you are interested in the position. You answer each question thoughtfully and confidently, highlighting your skills and enthusiasm for the role.<br><br>
After discussing your qualifications and what you can bring to the team, the manager leans back in his chair and says, "Thank you for your detailed responses. Before we proceed, could you please provide me with your most recent report card or transcript?"<br><br>
With a slight tremble in your hands, you reach into your bag and pull out your report card. You hand it to the manager, hoping that your grades will be sufficient. "Here it is," you say, trying to keep your voice steady. The manager takes the report card and <<linkreplace "begins to review it.">>begins to review it.<br><br>
<<if $mainChar.school.averageGrade >=15>>
After a moment, he looks up with a satisfied expression. "Your grades are good, and I think you'll be a great fit for our team. I'd like to offer you the position of part-time secretary, working around your class schedule. Would that work for you?"<br><br>
A wave of relief and excitement washes over you. "Yes, that would be perfect! Thank you so much for the opportunity," you reply, feeling grateful and eager to start your new role. You get up, shake his hand, and [[leave his office.->Office]]<br><br>
<<set $mainChar.work.secretary.experience +=1>>
<<else>>
After a moment, he looks up with a concerned expression. "I'm sorry, but your grades are not quite up to the standard we require for this position."<br><br>
It's a small shock, and you feel a wave of disappointment wash over you. <br><br>
<span id='leave'><<linkreplace "Thank him and leave">>
"I understand," you say, trying to keep your voice steady. "Thank you for your time."<br><br>
You stand up, thank the manager once more, and [[leave his office,->Go out]] accepting your defeat and moving on with determination to find other opportunities.<br><br>
<<set $mainChar.work.secretary.hasJob to 0>>
<<replace #negociate>><</replace>><</linkreplace>><br></span>
<span id='negociate'><<if $mainChar.corruption >=30>><<linkreplace "Try to negociate">>
In a moment of desperation, you decide to try negotiating by using your feminine charms. You lean forward slightly, maintaining eye contact, and say with a soft smile, "I understand your concerns, but I believe I have other qualities that could be valuable to the team. Perhaps we could discuss this further and find a way for me to prove my worth?". Having catch his attention, you open your shirt to expose your breasts.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/flash2.webp")]]
</div><br>
It seems to work. The manager stands up and walks towards you, his hands moving to his zipper. You quickly understand what he expects. To secure the position, you realize you'll need to perform oral sex on him in his office. You take a deep breath, steeling yourself for what's to come.<br><br>
You kneel down in front of him, your heart racing. As he unzips his pants, you take him into your mouth, beginning to move your lips and tongue in a rhythmic motion. The sounds of wet, slurping noises fill the air as you work, determined to provide the best service possible. Your mind is a mix of concentration and arousal, fully committed to the task at hand, hoping that this will secure the job you so desperately want.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/bj"+random(6)+".webp")]]
</div><br>
While you suck him, the manager begins to define the terms of the contract. "You'll work part-time to accommodate your studies," he says, his voice steady despite the situation. "And since you're only good with your mouth, you'll be paid the minimum wage."<br><br>
You listen intently, trying to process the terms while continuing your task. The realization of what you're doing and the conditions being set sink in, but you remain focused, hoping that this sacrifice will lead to the opportunity you seek. Yet, hearing you'll be paid the minimum wage is harsh.<br><br>
<span id='suck'><<linkreplace "Keep sucking">>
You increase the pace, moving your head faster and using your tongue more vigorously. The manager's breath quickens, and soon, he reaches his climax, ejaculating into your mouth. You swallow, feeling a mix of relief and accomplishment.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(3)+".webp")]]
</div><br>
The manager steps back, zipping up his pants. "You've got the job," he says, his voice returning to a professional tone. "You can start whenever you want... it's not like this job is based on your professional skills."<br>
You stand up, wiping the semen from your mouth with the back of your hand. You thank him and leave the office, feeling a mix of emotions as you walk away, ready to [[start your new job.->Office]]<br><br>
<<set $mainChar.work.secretary.hasJob to 2>>
<<HaveASexWidget "bj" "stranger" >>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<<replace #push>><</replace>><</linkreplace>><br></span>
<span id='push'><<if $mainChar.corruption>=40>><<linkreplace "Negociate the salary">>
Determined to negotiate your salary, you pause briefly and then lean forward, placing your hands on the desk. You spread your legs, exposing yourself to him. <br>
"I know I have no skills, but this wet cunt deserves more than just minimum wage, don't you think?", you say, hoping to entice him further and gain leverage in the negotiation. <br><br>
The manager's eyes widen slightly as he takes in the sight of you, spread out before him. He pauses for a moment, considering your offer. You can see the wheels turning in his mind as he weighs the proposition.
"You certainly know how to make a compelling argument," he says, his voice taking on a more interested tone as he malaxes your ass. "Alright, I give you a 20% increase."<br><br>
You feel his shaft sliding effortlessly into your tight pussy thanks to the sloppy blowjob you gave him. You're acutely aware that you're offering your body in exchange for a job, but you push through. Each thrust sends waves of sensation through your body, and you focus on the rhythm, trying to match his pace. The sound of skin slapping against skin fills the room, punctuated by his grunts and your soft moans.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/fuck"+random(6)+".webp")]]
</div><br>
The desk creaks beneath you as he leans in, his hands gripping your hips tightly. You can feel the sweat on his skin, the heat of his body pressing against yours. The intensity of the moment is overwhelming, but you hold on, knowing that this is your chance to secure the position you desperately want. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(4,6)+".webp")]]
</div><br>
Finally, he ejaculates on you, marking the end of the encounter. He steps back, adjusting his clothes, and looks at you with a satisfied expression. "You've got the job," he says, his voice firm. "You can start whenever you want... it's not like this job is based on your professional skills. Now, clean yourself up and get out of here."<br><br>
You stand up slowly, feeling a mix of relief and shame. Your body aches from the exertion, and you can feel the stickiness of his semen on your skin. You gather your things, trying to maintain your composure as you [[leave the office.->Office]]<br><br>
<<set $mainChar.work.secretary.hasJob to 2>>
<<set $mainChar.work.secretary.coef to 1.2>>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<<replace #suck>><</replace>><</linkreplace>><</if>></span>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<</if>>
<</linkreplace>>
<</if>><<set $minute +=2>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Lift.jpg")]]
</div><br>
You step into the elevator and straighten your clothes in the mirror. The doors close smoothly behind you, and you press the button for your next destination.<br><br>
[[Direction floor->BossDesk]]<br>
[[Office floor->Work floor]]<br>
[[Reception floor->Office]]<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Reception.jpg")]]
</div><br>
As you enter the lobby of Zenith Ventures, you are immediately struck by the sleek and modern design. The space is filled with natural light, streaming in through floor-to-ceiling windows. The walls are adorned with abstract art, and the furniture is both stylish and comfortable. <br>
<<if $mainChar.work.secretary.hasJob != 2>>
At the front desk, you see a receptionist. She is dressed professionally, with a warm smile that instantly puts you at ease.<br><br>
[[Ask for a job->OfficeGetJob]]
<<else>>
At the front desk, you see Sophie, the receptionist. As you approach, she looks up from her computer and greets you with a friendly, "Good morning!" You smile back and say, "Hi, Sophie!". <br><br>
You can [[take the elevators.->Lift]]
<</if>><br><br>
[[Leave the building->Go out]]<<if $mainChar.work.secretary.BossRelationship is 1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
While diligently working as a secretary, your phone rings. You pick it up to hear your boss's voice, cordial and professional. "$mainChar.firstName, could you please come to my office for a moment?" he asks, his tone friendly yet firm. "Of course, I'll be right there," you reply, feeling a mix of curiosity and nervousness. You quickly save your work and make your way to his office, <<linkreplace "knocking softly on the door.">>knocking softly on the door.<br><br>
"Come in," he calls out, his voice welcoming. You enter his office, feeling a sense of anticipation as you take a seat across from him. He looks up from his desk, his eyes meeting yours with a friendly smile. "How are things going for you so far, $mainChar.firstName?" he asks, his voice genuine and concerned. "I hope you're settling in well."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/Briefing.jpg")]]
</div><br>
You nod, feeling a sense of relief at his cordial tone. "Yes, things are going well. I'm getting the hang of everything, and everyone has been very helpful." He smiles, his eyes warm and understanding. "That's great to hear. I've had feedbacks from your co-workers, and they agree to say that you do a good job, especially socially. You're fitting in well with the team." You feel a sense of pride at his compliment. "Thank you, I appreciate that."<br><br>
<<if $mainChar.work.secretary.coef !=1>>
"In fact, it seems that I'm not the only one who has benefited from your... feminine attributes." You feel a wave of shock and embarrassment wash over you. He leans forward, his voice lowering slightly. "Let's just say that your efforts to be accommodating have not gone unnoticed. It seems that you've been quite generous with your time and your... talents." You blush deeply, feeling a mix of humiliation and fear. "I... I didn't realize it was that obvious," you say, your voice barely above a whisper. He smiles, his eyes gleaming with a hint of amusement. "It's not a bad thing, $mainChar.firstName. In fact, it shows that you're willing to go the extra mile to make people happy. I like it."<br><br>
<</if>>
He leans back in his chair, his eyes thoughtful as he considers you. "Before you go, $mainChar.firstName, I wanted to mention something. It's a small thing, but it could make a difference in how you're perceived around here." You look at him, feeling a mix of curiosity and nervousness. "Of course, what is it?" He hesitates for a moment, choosing his words carefully. "Don't be afraid to show off your assets a bit more, if you know what I mean. It can help you make a stronger impression and fit in even better with the team."<br><br>
You feel a mix of surprise and uncertainty at his suggestion. "Oh, I see. Thank you for... the advice. I'll keep that in mind." He smiles, his eyes warm and encouraging. "Great. I think it could really benefit you. You have a lot of potential, and I want to see you succeed here." You nod, feeling a sense of gratitude and determination. "Thank you, I appreciate your support. I'll definitely consider it."<br><br>
As you leave his office, you carry with you a mix of curiosity and uncertainty, wondering how to implement his advice while maintaining your professionalism. Or maybe professionalism isn't the point here ? <br><br>
[[Go back to Work->Office Desk]]
<</linkreplace>>
<<elseif $mainChar.work.secretary.BossRelationship is 2>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
You're sitting at your desk, focused on your work, when your phone rings. You pick it up to hear your boss's voice, warm and cordial as always. "$mainChar.firstName, could you come to my office, please? I need you to pick up a document for me," he says, his tone friendly and inviting. "Of course, I'll be right there," you reply, feeling a mix of curiosity and nervousness. You quickly save your work and <<linkreplace "make your way to his office.">> make your way to his office, wondering what he might need this time.<br><br>
As you enter his office, he greets you with a smile. "Come in, $mainChar.firstName. Have a seat," he says, gesturing to the chair in front of his desk. You sit down, feeling a sense of anticipation. He hands you the document, his eyes lingering on you for a moment. "Here you go, sweetheart," he says, his voice taking on a more familiar tone.<br><br>
You feel a mix of surprise and uncertainty at the unexpected nickname. "Thank you," you reply, trying to sound professional. He leans back in his chair, his eyes scanning you thoughtfully. "You know, $mainChar.firstName, you're looking really good today. That outfit really suits you," he says, his voice filled with a subtle intensity. <<linkreplace "You blush slightly.">> You blush slightly, feeling a mix of surprise and flattery. "Thank you. I've been trying to take your advice to heart."<br><br>
He nods, his eyes meeting yours with a subtle intensity. "And it shows. You've got a great figure, and it's nice to see you showing it off a bit more. It's definitely caught the attention of your colleagues." You feel a mix of nervousness and curiosity. "Really? That's good to know." He leans forward, his voice taking on a more casual tone. "Yeah, they've been giving me some great feedback about you. They appreciate your dedication and your... assets." You feel a mix of surprise and uncertainty. "That's... that's good to hear."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/Grope2.webp")]]
</div><br>
Before you can react, he playfully smacks your ass, his hand lingering for a moment. You let out a small gasp of surprise, feeling a mix of shock and arousal. "See you later, sweet cheeks," he says, his voice filled with a playful tone. You hesitate for a moment, feeling a mix of surprise and uncertainty. But you quickly recover, a small smile playing on your lips. "See you later," you reply, your voice soft and compliant.
<br><br>
[[Go back to Work->Office Desk]]<br><br>
<<MainChar_Stats "secretary" "1">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<</linkreplace>><</linkreplace>>
<<elseif $mainChar.work.secretary.BossRelationship is 3>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
You're sitting at your desk, diligently working on your tasks, when your phone rings. You pick it up to hear your boss's voice, warm and cordial as always. "$mainChar.firstName, could you come to my office, please? I need to discuss something with you," he says, his tone friendly yet firm. "Of course, I'll be right there," you reply, feeling a mix of curiosity and nervousness. You quickly save your work and <<linkreplace "make your way to the boss office.">> make your way to the boss office, wondering what he might want to discuss this time.<br><br>
As you enter his office, he greets you with a smile. "Come in, $mainChar.firstName. Have a seat," he says, gesturing to the chair in front of his desk. You sit down, feeling a sense of anticipation. He leans back in his chair, his eyes meeting yours with a subtle intensity. "I wanted to talk to you about your performance and your role here at the company," he begins, his voice serious yet warm. "Of course, I'm all ears," you reply, trying to sound confident.<br><br>
He nods, his eyes never leaving yours. "You've been doing an excellent job, $mainChar.firstName. You've been doing a great job satisfying your colleagues, and I think you have the potential to go even further. Don't hesitate to explore that side of yourself." You feel a mix of arousal and shock. "T... Thank you for the advice."<br><br>
He leans forward, his voice taking on a more intimate tone. "But I think there's more you can do to really excel in your role. I think you could benefit from being more... available to the needs of the company. Specifically, to the needs of your superiors."
You hesitate for a moment, feeling a mix of surprise and uncertainty. "I'm not sure I understand." He leans back in his chair, his eyes never leaving yours. "What I mean is, $mainChar.firstName, I think you could be of great service to me, personally."<br><br>
You hesitate for a moment, feeling a mix of nervousness and curiosity. "I... I've never thought about it that way before." He smiles, his voice warm and encouraging. "I understand. It's a big decision. But I think you have the potential to be great at it. And I think it could be a very rewarding experience for both of us."<br><br>
<span id='refuse'><<linkreplace "Refuse his request">>
You hesitate for a moment, feeling a mix of nervousness and curiosity. "I... I can't do that. I'm not comfortable with that arrangement." His smile fades, and his voice grows colder, more dominant. "I understand your reservations, $mainChar.firstName. But let me make this clear: either you accept this arrangement, or you will be terminated. The choice is yours."<br><br>
<<linkreplace "Get Fired">> As you leave his desk, you think about the situation. You confirm your choice to <<link "quit your job,">>
<<set $mainChar.work.secretary.experience to 0>>
<<set $mainChar.work.secretary.hasJob to 0>>
<<goto "Go out">>
<</link>> or step back and
<</linkreplace>>
<</linkreplace>> <br></span>
<<linkreplace "Accept his request">>
You take a deep breath, feeling a sense of determination. "Okay. I'm willing to give it a try." He smiles, his eyes gleaming with a mix of satisfaction and dominance. "Good. I'm glad to hear that. Now, let's see how you can help me." He stands up and walks towards you, his eyes never leaving yours. He leans in and kisses you, his lips firm and demanding against yours. You melt into the kiss, feeling a wave of arousal wash over you.<br><br>
He pulls back, his eyes gleaming with a wicked intensity. "You're doing well, $mainChar.firstName. Now, let's see how you can serve me." He begins to caress your body, his touch both gentle and teasing. You let out a soft moan, feeling the pleasure building inside you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/Grope0.webp")]]
</div><br>
He continues to caress you, his fingers moving expertly over your sensitive flesh. You can feel the orgasm building, your body responding to his touch with a mix of arousal and submission. He leans in and kisses you again, his lips firm and demanding against yours. He takes your head in his hands, guiding you down to your knees in front of him. You look up at him, feeling a mix of submission and anticipation. He unzips his pants, revealing his hard cock. "Show me how much you like your job, $mainChar.firstName," he says, his voice filled with a mix of dominance and desire.<br><br>
You hesitate for a moment, feeling a mix of nervousness and arousal. But you quickly comply, taking his cock into your mouth. You begin to suck him, your movements guided by his hands on your head. He thrusts his hips, pushing deeper into your mouth, his grip on your head tightening. "That's it, $mainChar.firstName," he says, his voice filled with a mix of praise and dominance. "You're doing so well. Keep going."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/bj"+ random(6) +".webp")]]
</div><br>
You continue to suck him, your body responding to his touch with a mix of arousal and submission. He continues to thrust into your mouth, his movements growing more intense as he seeks his release. Finally, he reaches the peak of his orgasm, his body convulsing with pleasure as he comes in your mouth.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+ random(3) +".webp")]]
</div><br>
He smiles, his eyes gleaming with a mix of satisfaction and dominance. "Good girl," he says, his voice filled with a mix of praise and humiliation. "You'ra very useful as a secretary, $mainChar.firstName. Now, get dressed and get back to work." You nod, feeling a sense of submission and gratitude. "Yes, I'll get right back to work."
<br><br>
[[Go back to Work->Office Desk]]<br><br>
<<HaveASexWidget "bj" "stranger" >>
<<MainChar_Stats "secretary" "1">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<replace #refuse>><</replace>>
<</linkreplace>><</linkreplace>>
<<elseif $mainChar.work.secretary.BossRelationship is 4>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
You're sitting at your desk, trying to focus on your work, when your phone rings. You pick it up to hear your boss's voice, firm and commanding."$mainChar.firstName, I need you in my office right now," he says, his tone leaving no room for argument. "Of course, I'll be right there," you reply, feeling a mix of curiosity and nervousness. You quickly save your work and <<linkreplace "make your way to his office.">> make your way to his office, wondering what he might want this time.<br><br>
As you enter his office, he looks up from his desk, his eyes meeting yours with a cold intensity. "Close the door," he orders, his voice firm and unyielding. You do as he says, feeling a sense of vulnerability as the door clicks shut behind you. "I've had a stressful day, and I need to relax," he says, his voice filled with a mix of dominance and desire. "You're going to help me with that." You hesitate for a moment, feeling a mix of nervousness and submission. "Of course, what do you need me to do?"<br><br>
He smirks, his eyes gleaming with a wicked intensity. "I need you to get on your knees and put that mouth of yours to good use." You feel a wave of humiliation wash over you, but you quickly comply, <<linkreplace "lowering yourself to your knees.">> lowering yourself to your knees in front of him. He unzips his pants, revealing his hard cock.<br><br>
"That's a good little slut," he says, his voice filled with a mix of praise and humiliation. "Now, get to work. Show me how much you enjoy serving your boss." You take his cock into your mouth, your movements guided by his hands on your head. He thrusts his hips, pushing deeper into your mouth, his grip on your head tightening. "That's it, $mainChar.firstName," he says, his voice filled with a mix of praise and dominance. "You're doing so well. Keep going."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/bj"+ random(6) +".webp")]]
</div><br>
You continue to suck him, your body responding to his touch with a mix of arousal and submission. He continues to thrust into your mouth, his movements growing more intense as he seeks his release. After a few moments, he pulls back, his eyes gleaming with a wicked intensity. "You're doing well, but I need more. Get up and bend over my desk." You hesitate for a moment, feeling a mix of nervousness and arousal. But you quickly comply, standing up and bending over his desk, feeling a sense of vulnerability as you <<linkreplace "expose yourself to him.">> expose yourself to him. <br><br>
He moves behind you, his hands gripping your hips firmly. "You're such a good little assistant, $mainChar.firstName," he says, his voice filled with a mix of praise and humiliation. "You satisfy me so well." He thrusts into you, his movements rough and demanding. You let out a soft cry, feeling a mix of pleasure and pain as he fucks you with a violent intensity. His hands grip your hips tightly, his body slamming against yours with each thrust.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/fuck"+ random(6) +".webp")]]
</div><br>
"That's it, $mainChar.firstName," he says, his voice filled with a mix of praise and dominance. "Take it like the good little office slut you are." You continue to take his thrusts, your body responding to his touch with a mix of arousal and submission. He continues to fuck you, his movements growing more intense as he seeks his release. Finally, he reaches the peak of his orgasm, his body convulsing with pleasure as he comes on you. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+ random(6) +".webp")]]
</div><br>
He pulls back, his eyes gleaming with a mix of satisfaction and dominance. "Good girl," he says, his voice filled with a mix of praise and humiliation. "You've served me well today, $mainChar.firstName." He steps away from you, zipping up his pants and returning to his desk. "Now, get dressed and get back to work. I have things to do." You nod, feeling a sense of submission and gratitude. "Yes, of course."<br><br>
While you gather your clothes, your boss returns to his work, his focus shifting back to his tasks as if nothing had happened. You are dismissed from his mind, your purpose served, and he continues with his day as if the encounter never occurred.
<br><br>
[[Go back to Work->Office Desk]]<br><br>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats "secretary" "1">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<elseif $mainChar.work.secretary.BossRelationship is 4>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
You're sitting at your desk, focused on writing another report, when your phone rings. You pick it up to hear your boss's voice, firm and commanding. "$mainChar.firstName, come to my office immediately," he says, his tone leaving no room for argument. "Of course, I'll be right there," you reply, feeling a mix of curiosity and nervousness. You quickly save your work and <<linkreplace "make your way to his office.">> make your way to his office, wondering what he might want this time. <br><br>
As you enter his office, he looks up from his desk, his eyes meeting yours with a cold intensity. "Close the door," he orders, his voice firm and unyielding. You do as he says, feeling a sense of vulnerability as the door clicks shut behind you. He stands up and walks towards you, his eyes never leaving yours. "You've been doing a great job, $mainChar.firstName," he says, his voice filled with a mix of dominance and satisfaction. "The employees are much more relaxed thanks to your... services. You're a real asset to the office."<br><br>
You feel a mix of pride and humiliation at his words. "Thank you," you reply softly, unsure of how to respond. He smirks, his eyes gleaming with a wicked intensity. "I mean it, $mainChar.firstName, you're a great office whore. Your holes have been very useful in keeping the morale high around here." You hesitate for a moment, feeling a mix of shock and submission. "I... I'm glad to hear that."<br><br>
He gestures to his desk. "Now, sit on my desk and spread your legs. I want to taste you." You comply, feeling a sense of vulnerability as you sit on his desk and spread your legs, <<linkreplace "exposing yourself to him.">> exposing yourself to him. He moves closer, his eyes locked on yours with a cold intensity. He leans in and begins to lick your pussy, his tongue moving expertly over your sensitive flesh. You let out a soft moan.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/ManLick"+ random(3) +".webp")]]
</div><br>
He continues to lick you, his movements growing more intense as he seeks to bring you to the edge of orgasm. You can feel the pleasure building inside you, your body responding to his touch with a mix of arousal and submission. After a few moments, he pulls back, his eyes gleaming with a wicked intensity. "You taste so good, $mainChar.firstName. Now, let's use that pussy."<br><br>
He unzips his pants, revealing his hard cock. He moves closer, positioning himself between your legs. He thrusts into you, his movements rough and demanding. You let out a soft cry, feeling a mix of pleasure and pain as he fucks you with a violent intensity. His hands grip your hips tightly, his body slamming against yours with each thrust.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/fuck"+ random(6) +".webp")]]
</div><br>
"That's it, $mainChar.firstName," he says, his voice filled with a mix of praise and dominance. "Take it like the good little slut you are." You continue to take his thrusts, your body responding to his touch with a mix of arousal and submission. He continues to fuck you, his movements growing more intense as he seeks his release. Finally, he reaches the peak of his orgasm, his body convulsing with pleasure as he <<linkreplace "comes on your body.">> comes on your body.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+ random(6) +".webp")]]
</div><br>
He pulls back, his eyes gleaming with a mix of satisfaction and dominance. "Good girl," he says, his voice filled with a mix of praise and humiliation. "You've served me well today, $mainChar.firstName, like to office whore you are." He steps away from you, zipping up his pants and returning to his desk. "Now, get dressed and get back to work. I have things to do." You nod, feeling a sense of submission and gratitude. "Yes, of course."
<br><br>
[[Go back to Work->Office Desk]]<br><br>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats "secretary" "1">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<elseif $mainChar.work.secretary.BossRelationship is 5>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
You're sitting at your desk, trying to focus on your work, when your phone rings. You pick it up to hear your boss's voice, firm and commanding. "$mainChar.firstName, come to the conference room immediately. We're having a meeting, and I need you to be present," he says, his tone leaving no room for argument. "Of course, I'll be right there," you reply, feeling a mix of curiosity and nervousness. You quickly save your work and <<linkreplace "make your way to the conference room.">> make your way to the conference room, wondering what this meeting could be about.<br><br>
As you enter the conference room, you see that everyone is already there. Your boss is standing at the head of the table, his eyes meeting yours with a cold intensity. He gestures for you to take a seat, and you comply, feeling a sense of vulnerability as all eyes turn to you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/Meeting.jpg")]]
</div><br>
"Thank you all for being here," your boss begins, his voice firm and authoritative. "The purpose of this meeting is to officially announce a new role within our company. A role that, I believe, will greatly benefit the morale and productivity of our team." You feel a mix of curiosity and nervousness, unsure of what he's about to say. "$mainChar.firstName has been an excellent addition to our team," he continues, his eyes meeting yours with a wicked intensity. "She has shown great dedication and has been very... accommodating to the needs of our employees."<br><br>
You feel a wave of humiliation wash over you as he pauses, his eyes scanning the room. "In fact, I think it's safe to say that everyone here knows that $mainChar.firstName is a bit of a slut. She's already fucked just about everyone in this office, and it's time we make her role official." You feel a mix of shock and humiliation as he continues, his voice filled with a mix of dominance and satisfaction.<br><br>
"From now on, $mainChar.firstName will be our official office whore. She will be available to satisfy the needs of any employee who requires her services. She will be available to anyone who requires her services, and she will do so with enthusiasm and dedication. This will help to keep morale high and ensure that everyone is happy and productive, don't you think $mainChar.firstName?"<br><br>
You nod, feeling a sense of submission and humiliation. "Y... Yes, of course," you reply softly, your voice barely above a whisper. One of the employees speaks up, his voice filled with excitement. "Can we inaugurate her in her new role right now?" he asks, already reaching out to grab you and <<linkreplace "pull you to him.">> pull you to him. He begins to massage your breasts and your pussy, his hands rough and demanding.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingGrope.webp")]]
</div><br>
Your boss smiles, his eyes gleaming with a mix of satisfaction and dominance. "Of course, that's what she's here for. But remember, don't play with her too much. We need to think about work too. If productivity drops, I'll confiscate her." With his approval, the other employees begin to approach you, their hands reaching out to touch and grope you. You feel a mix of humiliation and arousal as they begin to use you like a mere object, their touches rough and demanding.<br><br>
The room quickly turns into a frenzy as more employees join in. One of them pushes you onto the conference table, <<linkreplace "spreading your legs wide.">> spreading your legs wide. Another employee unzips his pants and thrusts into you without hesitation. You let out a soft cry of pleasure and pain, feeling a mix of arousal and submission as you serve their needs. More employees gather around, taking turns to use you. One grabs your hair, pulling your head back to kiss you roughly. Another squeezes your breasts, pinching your nipples hard. You feel hands all over your body, groping, squeezing, and penetrating you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingGroup"+random(1)+".webp")]]
</div><br>
The room is filled with the sounds of moans, grunts, and the slapping of flesh against flesh. You feel a mix of humiliation and pleasure as they use you, their bodies slamming against yours with a violent intensity. They use all of your holes and come inside you, their bodies convulsing with pleasure as they fill you with their cum. You feel the warm liquid dripping down your thighs, throat and ass, your body covered in their semen.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingCum"+random(1)+".webp")]]
</div><br>
Finally, they finish with you, their bodies spent and satisfied. They leave you naked and dripping on the table of the conference room, their laughter and satisfied grunts echoing in the room as they return to their work. You slowly stand up, feeling a mix of humiliation and submission. You gather your clothes and wipe yourself clean, trying to regain some semblance of dignity. You return to your desk, determined to continue your day as the official office whore, knowing that this is your new role and that you must serve the needs of your colleagues with enthusiasm and dedication.
<br><br>
[[Go back to Work->Office Desk]]<br><br>
<<set $mainChar.work.secretary.hasJob to 4>>
<<HaveASexWidget "vaginal" "stranger" >>
<<HaveASexWidget "anal" "stranger" >>
<<HaveASexWidget "bj" "stranger" >>
<<MainChar_Stats "secretary" "2">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<else>>
<<set $mainChar.work.secretary.hasTeased to $dayCount>>
<<if $mainChar.work.secretary.hasJob <4>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on his office door, and he calls you in. As you enter, he looks up from his desk, his eyes meeting yours with a mix of curiosity and surprise. "What can I do for you, $mainChar.firstName?" he asks, his voice warm and inviting. You close the door behind you, feeling a sense of anticipation. "I hope I'm not disturbing you," you say, your voice soft and seductive. "I just thought you might need a little break, a chance to relax." He raises an eyebrow, his eyes searching yours. "A break? What do you have in mind?"<br><br>
You take a deep breath, feeling a mix of nervousness and excitement. "Well, I've been feeling a bit... restless today. And I thought maybe I could help you relax a bit too. I'm just a little slutty secretary, after all, and I'd love to assist my boss in any way I can." His eyes widen slightly, a hint of amusement and interest sparking in them. "Is that so? And how exactly do you plan to assist me?" You smile, your voice filled with a mix of seduction and playfulness. "Well, every boss needs a little stress relief, don't they? And I'm just the kind of secretary who loves to provide that relief."
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/flash"+random(4)+".webp")]]
</div><br>
He stands up, his eyes never leaving yours. "Alright, then. Let's see just how dedicated you are. Get on your knees and show me how much you want to help me." You comply, feeling a mix of arousal and submission as you lower yourself to your knees in front of him. He unzips his pants, revealing his hard cock. You take him into your mouth, your movements guided by his hands on your head. He thrusts his hips, pushing deeper into your mouth, his grip on your head tightening.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/bj"+random(6)+".webp")]]
</div><br>
"That's it, little slut," he says, his voice filled with a mix of praise and dominance. "You're doing so well. Keep going, show me how much you enjoy serving me." You continue to suck him, your body responding to his touch with a mix of arousal and submission. After a few moments, he pulls back, his eyes gleaming with a wicked intensity. "You're doing well, but I need more. Get up and bend over my desk." <br><br>
He moves behind you, his hands gripping your hips firmly, before thrusting into you, his movements rough and demanding. You let out a soft cry, feeling a mix of pleasure and pain as he fucks you with a violent intensity. His hands grip your hips tightly, his body slamming against yours with each thrust.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/fuck"+random(6)+".webp")]]
</div><br>
You continue to take his thrusts, your body responding to his touch with a mix of arousal and submission. He continues to fuck you, his movements growing more intense as he seeks his release. Finally, he reaches the peak of his orgasm, his body convulsing with pleasure as he comes inside you. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(6)+".webp")]]
</div><br>
He pulls back, his eyes gleaming with a mix of satisfaction and dominance. "Good girl," he says, his voice filled with a mix of praise and humiliation. "You've served me well today, little slut." He steps away from you, zipping up his pants and returning to his desk. "Now, get dressed and get back to work. I have things to do." You nod, feeling a sense of submission and gratitude. "Yes, of course."
<br><br>
[[Go back to Work->Office Desk]]<br><br>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-10">>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You find yourself standing outside your boss's office. Today, you're in heat, and you need to satisfy your cravings. You knock softly on his door, hoping to catch his attention. "Come in," he calls out, his voice firm and commanding. You enter his office, closing the door behind you. He looks up from his desk, his eyes meeting yours with a cold intensity. You take a deep breath, feeling a wave of nervousness and excitement wash over you.<br><br>
"The office whore herself! What do you need, $mainChar.firstName?" he asks, his voice filled with a mix of dominance and curiosity. You walk towards him, your hips swaying seductively. "I'm in heat, sir," you say, your voice soft and submissive. "I need you to use me, to fuck me like the worthless slut I am." He raises an eyebrow, his eyes gleaming with a wicked intensity. "Is that so? And why should I bother with a dirty little whore like you?" he says, while you try to arouse him.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/flash"+random(4)+".webp")]]
</div><br>
You take a deep breath, feeling a mix of humiliation and arousal. "Because I'm here to serve you, sir. I'm just a piece of meat, a hole for you to fuck. I exist to please you, to be used and discarded. I'm nothing more than a dirty, worthless slut, and I need you to treat me like one." He smirks, his eyes never leaving yours. "You certainly know how to talk dirty, don't you? But actions speak louder than words. Show me how much you want it."<br><br>
You comply, feeling a sense of submission and excitement. You begin to strip, your movements slow and seductive. You expose your body to him, feeling a mix of vulnerability and arousal. You turn around, bending over to show off your ass and pussy, spreading your legs wide. "Look at these holes, sir," you say, your voice filled with a mix of humiliation and desire. "They are all empty. You need to fill this slut, sir."<br><br>
He stands up, his eyes gleaming with a mix of satisfaction and dominance. He walks towards you, his hands reaching out to grab your hips firmly. He unzips his pants, revealing his hard cock. He thrusts into you, his movements rough and demanding. You let out a soft cry, feeling a mix of pleasure and pain as he fucks you with a violent intensity. His hands grip your hips tightly, his body slamming against yours with each thrust. "That's it, slut," he says, his voice filled with a mix of praise and dominance. "Take it like the good little whore you are."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/Fuck"+random(6)+".webp")]]
</div><br>
You continue to take his thrusts, your body responding to his touch with a mix of arousal and submission. He continues to fuck you, his movements growing more intense as he seeks his release. Finally, he reaches the peak of his orgasm, his body convulsing with pleasure as he comes inside you. He pulls back, his eyes gleaming with a mix of satisfaction and dominance. "Good girl," he says, his voice filled with a mix of praise and humiliation. "You've served me well today, slut."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(6)+".webp")]]
</div><br>
He zips up his pants and returns to his desk, his focus shifting back to his work as if nothing had happened. You stand up, gather your clothes and wipe yourself clean. As you leave his office, you carry with you a mix of pride and humiliation, knowing that you have served him well, that you have accepted your place as his good little sex toy. You return to your desk, determined to continue your day, accepting your new role and the responsibilities that come with it.
<br><br>
[[Go back to Work->Office Desk]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "face">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<</if>>
<<set $mainChar.work.secretary.BossRelationship +=1>><div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/DeskFloor.jpg")]]
</div><br>
As you walk down the hallway of the office building, the soft hum of activity fills the air. The floor is bustling with colleagues moving between meetings, the sound of printers whirring, and the occasional ring of a phone. You pass by the open doors of various offices, catching glimpses of your coworkers engrossed in their tasks. The scent of fresh coffee wafts from the break room, adding a comforting aroma to the professional atmosphere.<br><br>
<<if $mainChar.look.clothes.torso.office == 'true' and $mainChar.look.clothes.legs.office == 'true' and $mainChar.look.clothes.feet.office == 'true' and $mainChar.attractiveness>=20>>
[[Go to work->Office Desk][$mainChar.work.secretary.event = 'work',$mainChar.isEnteringOffice = "false"]]
<<elseif $mainChar.attractiveness <10>>
Refresh yourself in the [[locker Room->Office Locker Room][$pastPassage = "Work floor",$lockerRoomOutfit = clone($mainChar.look.clothes),$mainChar.isEnteringOffice = "true"]]
<<else>>
[[Locker Room->Office Locker Room][$mainChar.isEnteringOffice = "true"]]
<</if>>
<br><br>
[[Wait for the elevator->Lift]]<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/LockerRoom.jpg")]]
</div><br>
You step into the locker room of the building where you work, the familiar scent of cleanliness and faint traces of perfume and cologne filling the air. The room is quiet, with only the soft hum of the fluorescent lights overhead. You walk past rows of lockers until you find yours.<br><br>
<<if $mainChar.cleanliness <50>>
You really need to [[take a shower->Resto Shower][$Locker_Location = "Office Locker Room"]]
<<elseif $mainChar.cleanliness <80>>
You could [[take a shower->Resto Shower][$Locker_Location = "Office Locker Room"]]
<<elseif $mainChar.cleanliness<99>>
You're already clean, but you can still [[take a shower->Resto Shower][$Locker_Location = "Office Locker Room"]] if you want.
<</if>>
<br>
<<if ! $mainChar.appearance.isCombed>>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>>
<<else>>
Your hair is combed.
<<endif>> <br>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
Secretary experience: <<print $mainChar.work.secretary.experience>>
<<if $mainChar.isEnteringOffice is "true">>
<h4>LOCKER</h4>
<<include "Office Wardrobe">>
<<if $mainChar.look.clothes.torso.office === 'true' and $mainChar.look.clothes.legs.office === 'true' and $mainChar.look.clothes.feet.office === 'true' and $mainChar.attractiveness>=0>>
With a final glance in the mirror, you leave the locker and head out [[to your desk.->Office Desk][$mainChar.work.secretary.event = "work",$mainChar.isEnteringOffice = "false"]]<br>
<<elseif $mainChar.attractiveness<0>>
Glancing at the mirror, you realise that you clearly lack of attractiveness. You can't go out like that.<br>
<<else>>
You're not wearing the appropriate office attire. You must change before leaving the room.<br>
<</if>>
[[Leave the locker room->Work floor][$mainChar.work.secretary.event = '']]
<<else>><br><br>
<<if $mainChar.look.clothes.torso.office === 'true' and $mainChar.look.clothes.legs.office === 'true' and $mainChar.look.clothes.feet.office === 'true' and $mainChar.attractiveness>=0 and $hour<20 and !($lockerRoomOutfit is undefined)>>
You open the locker doors to <<linkreplace "change back into your everyday clothes.">>change back into your everyday clothes.
<<set $mainChar.look.clothes to $lockerRoomOutfit>>
<<unset $lockerRoomOutfit>>
<<goto $currentPassage>>
<</linkreplace>><br><br>
[[Go back to work->Office Desk][$mainChar.work.secretary.event = "work",$mainChar.isEnteringOffice = "false"]] <br>
<</if>>
[[Leave the locker room->Work floor][$mainChar.work.secretary.event = '']]
<</if>>
<h5>UPPERWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.torso>>
<<if $wardrobe.clothes.torso[_itemTitle].office === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.torso[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.torso.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesTorso'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $wardrobe.clothes.torso[_itemTitle] >>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<set $mainChar.look.clothes.legs = $emptyItem>>
<<set $mainChar.look.lingerie.chest = $emptyItem>>
<<set $mainChar.look.lingerie.groin = $emptyItem>>
<</if>>
<</link>>
<<onhover>>
<<replace #DollClothesTorso>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieChest'>><img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'"><</replace>>
<</if>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.torso>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.torso = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle2].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle2].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle2].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<if $mainChar.look.lingerie.chest.name != ''>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>><</if>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.torso[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
</tbody>
</table>
<h5>BOTTOMWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.legs>>
<<if $wardrobe.clothes.legs[_itemTitle].office === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.legs[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.legs.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.legs[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.legs = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.legs[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.legs = $wardrobe.clothes.legs[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.legs[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.legs[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.legs[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.legs>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.legs = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.legs[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
</tbody>
</table>
<h5>CALVES</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.calves>>
<<if $wardrobe.clothes.calves[_itemTitle].office === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.calves[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.calves.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.calves[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.calves = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesCalves'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.calves[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.calves = $wardrobe.clothes.calves[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$wardrobe.clothes.calves[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.calves[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.calves[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.calves[_itemTitle].brightness+ '%);'">
<</replace>>
<<replace
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.calves>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.calves = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$wardrobe.clothes.calves[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.calves[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
</tbody>
</table>
<h5>FOOTWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.feet>>
<<if $wardrobe.clothes.feet[_itemTitle].office === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.feet[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.feet.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.feet[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.feet = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.feet[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.feet = $wardrobe.clothes.feet[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.feet[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.feet[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.feet[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.feet>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.feet = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.feet[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
</tbody>
</table>
<<if $wardrobe.outfitPresets != undefined>>
<<for _outfitTitle, _outfit range $wardrobe.outfitPresets>>
<<if _outfit.type is 'office'>>
<<capture _outfitTitle, _outfit>>
<br><u>_outfit.name</u> -
<<link "Wear">>
<<set $mainChar.look.clothes = clone(_outfit.clothes)>>
<<goto $currentPassage>>
<</link>> |
<<link "Update set">>
<<set $wardrobe.outfitPresets[_outfitTitle].clothes = clone($mainChar.look.clothes)>>
<<goto $currentPassage>>
<</link>>
<</capture>>
<</if>>
<</for>><br><br><</if>><<if $mainChar.work.secretary.AlexRelationship >=10>>
<<Achievements "mistress" "Owned Toy">>
<</if>>
<<if $mainChar.work.secretary.hasJob ==4 and 0>>
<<Achievements "office" "Executive Whore">>
<</if>>
<<if $mainChar.work.secretary.event is "work" or $mainChar.work.secretary.event is
undefined or $mainChar.work.secretary.event is "">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/Work.jpg")]]
</div><br>
<<if $mainChar.energy >=20 and ($hour <20 and $hour >=8)>>
<<include "SecretaryEvents">>
<<if $mainChar.work.secretary.hasJob<4>>
You greet your co-worker before sitting at your desk.
<<if $mainChar.work.secretary.coef !=1>>You know that you got this job by sucking the manager's dick, not because of your qualifications, and that he doesn't expect much from you professionally. Despite this, you try to do your best. <</if>>The computer screen flickers to life as you log in, revealing a list of tasks and emails that need your attention. You start by checking your inbox, prioritizing the most urgent messages and flagging those that require immediate action. You try to handle the call as efficiently as possible, taking notes and promising to follow up as needed. <br><br>
<<include "AlexEvents">>
Between calls and emails, you [[keep working->Office Desk][$mainChar.work.secretary.event = "work"]] on updating the office calendar, scheduling meetings, and preparing documents for your supervisor.<br>
<<if $mainChar.arousal < 50 and $mainChar.corruption>=15 and $mainChar.work.secretary.hasTeased != $dayCount>>
Bored by the work, you can also [[tease your coworker,->Office Desk][$mainChar.work.secretary.event = "tease"]] wondering if you can trigger a response.<br>
<</if>>
<<if $mainChar.arousal >=50 and $mainChar.corruption>=15>><br>
Yet, as you sit at your desk, you feel a growing sensation between your legs. Your pussy begins to tingle, and the urge to [[touch yourself->Office Desk][$mainChar.work.secretary.event = "masturbate"]] becomes increasingly difficult to ignore. <br>
You can also [[tease your coworker,->Office Desk][$mainChar.work.secretary.event = "tease"]] wondering if you can trigger a response. <br><</if>>
<<if $mainChar.arousal >=50 and $mainChar.work.secretary.BossRelationship >=3 and $mainChar.work.secretary.hasTeased != $dayCount>>
Or you could take this opportunity to [[take care of your boss.->Boss]]<br>
<</if>>
<<elseif random(2) is 0>>
Now that you are officially the office whore, it becomes increasingly difficult to work normally. Regularly, employees come to use your mouth or your pussy, distracting you from your tasks. But it's your duty to satisfy them, and you accept this role with a mix of submission and resignation.
<<include "AlexEvents">>
Between two blowjobs, you [[keep working->Office Desk][$mainChar.work.secretary.event = "work"]] on updating the office calendar, scheduling meetings, and preparing documents for your supervisor, which was your full job before your promotion.<br><br>
Despite being frequently solicited for sex, you're dedicated enough to your new mission to regularly [[tease your coworker.->Office Desk][$mainChar.work.secretary.event = "tease"]] or take the lift to [[take care of your boss.->Boss]]<br>
<<if $mainChar.arousal >=30>>
You even feel the urge to [[touch yourself.->Office Desk][$mainChar.work.secretary.event = "masturbate"]]<br>
<</if>>
<<else>>
Now that you are officially the office whore, it becomes increasingly difficult to work normally. Regularly, employees come to use your mouth or your pussy, distracting you from your tasks. But it's your duty to satisfy them, and you accept this role with a mix of submission and resignation.<br><br>
As you sit at your desk, trying to focus on your work, you hear footsteps approaching. You look up to see one of your colleagues standing in front of you, his eyes filled with lust and dominance. Without a word, he unzips his pants and pulls out his hard cock, gesturing for you to get on your knees. You comply, feeling a mix of humiliation and arousal as you take his cock into your mouth. You begin to suck him, your movements guided by his hands on your head. He thrusts his hips, pushing deeper into your mouth, his grip on your head tightening.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/bj"+random(6)+".webp")]]
</div><br>
"That's it, slut," he says, his voice filled with a mix of praise and humiliation. "You're doing so well. Keep going, show me how much you enjoy serving me." You continue to suck him, your body responding to his touch with a mix of arousal and submission. He continues to thrust into your mouth, his movements growing more intense as he seeks his release. Finally, he reaches the peak of his orgasm, his body convulsing with pleasure as he comes in your mouth.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(3)+".webp")]]
</div><br>
He pulls back, zipping up his pants and returning to his work without a word. You stand up, feeling a sense of submission and humiliation. You wipe your mouth and try to regain your composure, determined to continue your work.<br><br>
A few moments later, another colleague approaches you. He grabs you by the arm and leads you to a nearby empty office. He pushes you onto the desk, spreading your legs wide. He unzips his pants and thrusts into you without hesitation. You let out a soft cry of pleasure and pain, feeling a mix of arousal and submission as you serve his needs. He fucks you roughly, his movements intense and demanding. You feel his hands gripping your hips tightly, his body slamming against yours with each thrust. He grunts and moans, his pleasure building as he uses you for his satisfaction.
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/Fuck"+random(6)+".webp")]]
</div><br>
Finally, he reaches the peak of his orgasm, his body convulsing with pleasure as he comes on you. He pulls back, zipping up his pants and leaving the room without a word. You stand up, feeling a mix of humiliation and submission. You clean yourself up and return to your desk, determined to continue your work.
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(6)+".webp")]]
</div><br>
This pattern continues throughout the day. Employees come to use you, their touches rough and demanding. They barely acknowledge you as a person, referring to you only as "slut" or "whore." You are no longer a colleague to them; you are merely an object to satisfy their desires. Despite the constant interruptions and the humiliation, you remain dedicated to your role. You know that this is your duty, and you accept it with a mix of submission and resignation. You [[continue to work,->Office Desk]] trying to balance your tasks with the demands of your new role as the office whore.<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "anal" "stranger" "onpussy">>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<if $mainChar.corruption <=120>>
<<set $mainChar.corruption += 1>>
<</if>>
<<set $mainChar.energy -=15>>
<<set $mainChar.cleanliness -=15>>
<<set $mainChar.arousal to 0>>
<</if>>
<<elseif $mainChar.energy <20>>
You find yourself slumped in your chair, exhaustion weighing heavily on your shoulders. Your eyes are tired from staring at the computer screen, and your mind feels foggy. Your productivity has hit rock bottom, and you can't seem to muster the energy to continue. <br>
<<else>>
As the workday comes to an end, you feel a mix of exhaustion and relief. You've spent the day serving the needs of your colleagues, and you're ready to leave the office behind. You gather your belongings and make your way to the exit.
<</if>>
<br>
[[Leave your desk.->Office Locker Room][$mainChar.work.secretary.event = "", $pastPassage = "Office Desk",$mainChar.isEnteringOffice = "false"]]<br><br>
<<set $hour +=1>>
<p class="add"> +0.5 intellect </p><<set $mainChar.intellect +=0.5>><br>
<<MainChar_Stats 'energy' '-15'>>
<<elseif $mainChar.work.secretary.event is "tease">>
<<set $mainChar.work.secretary.hasTeased to $dayCount>>
<<if $mainChar.work.secretary.hasJob<4>>
You stand up from your chair, making sure to adjust your skirt slightly, revealing a bit more of your thigh. You walk over to the filing cabinet near his desk, bending over just enough to give him a glimpse of your cleavage. You can feel his eyes on you as you pretend to search for a specific file, taking your time to shuffle through the papers.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/tease"+random(3)+".webp")]]
</div><br>
As you bend over, you make sure to arch your back slightly, accentuating your curves. You glance back at him, catching his gaze for a moment before turning your attention back to the files. You can see the slight flush on his cheeks and the way his eyes linger on your body.<br><br>
You finally find the file you were looking for and stand up, turning to face him. You give him a small, knowing smile before walking back to your desk, making sure to sway your hips just enough to keep his attention. As you sit down, you can feel the tension in the air, and you know that your little game has had the desired effect.<br><br>
Suddenly, your colleague stands up from his desk, his face flushed and his breath slightly ragged. As he walks past you, on his way to the restroom, you notice the unmistakable bulge in his pants, a clear sign of his arousal. You can't help but have an idea of what is going to do in the restroom. <br><br>
<span id='work'>
<<link "Go back to work.">>
<<set $mainChar.work.secretary.event = "work">>
<<set $mainChar.arousal += 10>>
<<set $mainChar.energy -= 10>>
<<MainChar_Stats "corruption" "1" "40">>
<<goto "Office Desk">>
<</link>>
<br>
</span>
<span id='help'><<if $mainChar.corruption >=30>><<linkreplace "Help him relax.">>
As you watch your colleague make his way to the restroom, you decide to act on your impulse. You quicklyintercept him on his way. He stops and turns to face you, a look of confusion and desire mixed in his eyes.<br><br>
You point to the bulge in his pants and say, "I can take care of that for you." His eyes widen slightly, unsure if he's understood you correctly. You take a step closer, your hand reaching out to gently touch his chest. "Let me help you," you whisper, your eyes locked onto his, while beginning to unzip his pants.His erection springs free, and you waste no time in taking him into your mouth. He lets out a soft moan as you begin to suck him, your tongue swirling around the tip of his cock.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/bj"+random(6)+".webp")]]
</div><br>
You can feel him growing harder in your mouth as you work your magic, your lips and tongue moving in a rhythmic motion. He places a hand on the back of your head, guiding you as you take him deeper. The sounds of his moans and the wet, slurping noises fill the air, adding to the intensity of the moment.<br><br>
<span id='cum'><<linkreplace "Make him cum">>
You continue to suck him, determined to bring him to the edge. His breathing becomes more ragged, and you can feel his body tensing up. With a final thrust, he releases into your mouth, his body shuddering with pleasure. You swallow every last drop, looking up at him with a satisfied smile.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(3)+".webp")]]
</div><br>
As he catches his breath, you stand up and adjust your clothes, feeling a sense of accomplishment. "Feel better?" you ask, a playful smirk on your face. He nods, a look of gratitude and desire in his eyes. You turn and walk back to your desk, leaving him to compose himself before [[returning to work.->Office Desk][$mainChar.work.secretary.event = 'work']]<br><br>
<<set $minute +=10>>
<<HaveASexWidget "bj" "stranger">>
<<MainChar_Stats 'secretary' '1'>>
<<MainChar_Stats 'corruption' '1' '60'>>
<<MainChar_Stats 'arousal' '20'>>
<<MainChar_Stats 'energy' '-15'>>
<<MainChar_Stats 'cleanliness' '-15'>>
<<replace #fuck>><</replace>><</linkreplace>><br></span>
<span id='fuck'><<if $mainChar.corruption>=40>><<linkreplace "Let him fuck you">>
As you continue to suck him, you decide to take things further. You stand up and spread your legs, leaning back against the desk. You look him in the eyes and say, "Use me like the slut I am. I need it rough."<br><br>
His eyes widen with surprise and desire. He steps closer, his hands gripping your hips as he positions himself between your legs. You can feel the heat of his cock pressing against your entrance, and you let out a soft moan as he enters you. He begins to thrust, his movements becoming more urgent and forceful. You grip the edge of the desk, your body responding to his every movement. The sound of your bodies slapping together on your office desk fills the air, along with your moans and his grunts.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/fuck"+random(6)+".webp")]]
</div><br>
You can feel the pleasure building inside you, your body tensing with each thrust. He leans down, his breath hot against your ear as he whispers, "You're such a good slut." The words send a shiver down your spine, and you feel yourself reaching the edge. You let out a cry of ecstasy, your own orgasm washing over you. With a final, powerful thrust, he releases his seed, his body shuddering with pleasure. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(6)+".webp")]]
</div><br>
As you both catch your breath, you look up at him, a satisfied smile on your face. "Feel better?" you ask, a playful smirk on your face. He nods, a look of gratitude and desire in his eyes. You adjust your clothes and walk back to your desk, leaving him to compose himself before [[returning to work.->Office Desk][$mainChar.work.secretary.event = 'work']]<br><br>
<<set $minute +=10>>
<<HaveASexWidget "inpussy" "stranger" "inpussy">>
<<MainChar_Stats 'secretary' '2'>>
<<MainChar_Stats 'corruption' '1' '80'>>
<<MainChar_Stats 'arousal' '50'>>
<<MainChar_Stats 'energy' '-25'>>
<<MainChar_Stats 'cleanliness' '-25'>>
<<MainChar_Stats 'intellect' '-1'>>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<<replace #work>><</replace>><</linkreplace>><</if>></span>
<<else>>
You stand up from your chair, making sure to adjust your skirt slightly, revealing a bit more of your thigh. You walk over to the filing cabinet near his desk, bending over just enough to give him a glimpse of your cleavage. You can feel his eyes on you as you pretend to search for a specific file, taking your time to shuffle through the papers.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/tease"+random(3)+".webp")]]
</div><br>
As you bend over, you make sure to arch your back slightly, accentuating your curves. You glance back at him, catching his gaze for a moment before turning your attention back to the files. You want to make it clear what you're offering, and he quickly understands your intentions. He looks up from his work, his eyes meeting yours with a mix of lust and dominance. "Hey, slut," he says, his voice filled with a degrading tone. "Come here and show me what you've got."<br><br>
You comply, feeling a mix of submission and arousal as you approach him. He stands up and grabs you by the arm, pulling you closer. He unzips his pants and pulls out his hard cock, gesturing for you to get on your knees. "Open your mouth, whore," he commands, his voice firm and unyielding. You comply, feeling a sense of duty as you take his cock into your mouth. You begin to suck him, your movements guided by his hands on your head. He thrusts his hips, pushing deeper into your mouth, his grip on your head tightening.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/bj"+random(6)+".webp")]]
</div><br>
"That's it, slut," he says, his voice filled with a mix of praise and humiliation. "You're doing so well. Keep going, show me how much you enjoy serving me." He continues to thrust into your mouth, his movements growing more intense as he seeks his release. After a few moments, he pulls back, his eyes gleaming with a wicked intensity. "Now, turn around and bend over," he orders, his voice filled with dominance. You comply, feeling a sense of vulnerability as you expose yourself to him. He moves behind you, his hands gripping your hips firmly. "You're such a good little fuck toy, aren't you, slut?" <br><br>
"Yes, I'm your good little fuck toy. Thank you for using me, for making me feel like the dirty little whore I am." He thrusts into you, his movements rough and demanding. You let out a soft cry, feeling a mix of pleasure and pain as he fucks you with a violent intensity. he sound of your bodies slapping together on your office desk fills the air, along with your moans and his grunts.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/fuck"+random(6)+".webp")]]
</div><br>
You continue to take his thrusts, your body responding to his touch with a mix of arousal and submission. He continues to fuck you, his movements growing more intense as he seeks his release. Finally, he reaches the peak of his orgasm, his body convulsing with pleasure as he comes inside you. He pulls back, his eyes gleaming with a mix of satisfaction and dominance. "Good girl," he says, his voice filled with a mix of praise and humiliation. "You've served me well today, slut."
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/cum"+random(6)+".webp")]]
</div><br>
He zips up his pants and returns to his desk, his focus shifting back to his work as if nothing had happened. You stand up, feeling a mix of humiliation and submission. You wipe your mouth and try to regain your composure, knowing that you have served your purpose and that you are now dismissed. You adjust your clothes and walk back to your desk, leaving him to compose himself before [[returning to work.->Office Desk][$mainChar.work.secretary.event = 'work']]<br><br>
<<set $minute +=10>>
<<HaveASexWidget "inpussy" "stranger" "inpussy">>
<<MainChar_Stats 'corruption' '1' '80'>>
<<MainChar_Stats 'arousal' '50'>>
<<MainChar_Stats 'energy' '-25'>>
<<MainChar_Stats 'cleanliness' '-25'>>
<<MainChar_Stats 'intellect' '-1'>>
<</if>>
<<elseif $mainChar.work.secretary.event is "masturbate">>
<<if $mainChar.work.secretary.hasJob <4>>
You glance across the room at your colleague, who is engrossed in their own work, seemingly unaware of your internal struggle. You slowly slide your hand down, feeling the softness of your skin against your fingertips.<br><br>
Your heart races as you gently rub your clit, feeling the warmth and wetness that has already gathered there. You close your eyes briefly, savoring the sensation, while muffling the sound of your own soft moans. Yet, the thought of your colleague catching you in the act only heightens your arousal. You imagine their eyes widening in surprise, their gaze locked on you as you bring yourself to the brink. The fantasy of being discovered adds an extra layer of excitement, and you can feel your body responding more intensely.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/mastu"+random(1)+".webp")]]
</div><br>
Your fingers move faster, and you can feel the tension building inside you. You bite your lip to stifle any sounds, but the pleasure is overwhelming. You hope that the wet, slipping noises of your pussy don't attract your colleague's attention. Suddenly, <<linkreplace "you feel the release.">>you feel the release, and you gush all over your desk, the wetness spreading across the surface. The orgasm is intense, leaving you breathless and satisfied. You take a moment to catch your breath, feeling a mix of relief and excitement.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/squirt.webp")]]
</div><br>
As you look up, you see your colleague still focused on their work, completely unaware of what just happened. You smile to yourself, feeling a mix of satisfaction and relief, knowing that you've just experienced a secret, exhilarating moment. You quickly clean up and [[go back to work.->Office Desk][$mainChar.work.secretary.event = "work"]] <br><br>
<<set $minute +=10>>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats 'corruption' '1' '40'>>
<<MainChar_Stats 'arousal' '0'>>
<<MainChar_Stats 'energy' '-15'>>
<<MainChar_Stats 'cleanliness' '-15'>>
<</linkreplace>>
<<else>>
Despite the constant interruptions and the fucking sessions, you can't help but feel aroused. Your pussy tingles with desire, and you decide to pleasure yourself at your desk. You don't even try to hide it; after all, everyone has already used your body and knows your pussy intimately. Being caught masturbating is clearly not a concern for you.<br><br>
As you sit at your desk, you spread your legs and begin to slide your fingers into your wet pussy. You let out soft moans of pleasure, not bothering to conceal your actions. The sensation of your fingers moving in and out of your pussy sends waves of pleasure through your body, and you can feel your orgasm building.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/mastu"+random(1)+".webp")]]
</div><br>
Just as you're about to reach the peak of your pleasure, a colleague walks by in the hallway. He stops and looks at you, a smirk on his face. "Still in heat, huh? She hasn't been fucked enough today?" he says to his colleague, who is walking with him. "She's always horny, she really lives up to her title as the office whore."nYou barely register their words, too focused on the pleasure building inside you. Your moans grow louder, and you can feel your orgasm just within reach.<br><br>
Your neighboring colleague, who has been trying to focus on his work, finally snaps. "For fuck's sake, can the horny slut shut her fuck-hole? Some of us are trying to work here!" he exclaims, his voice filled with frustration. You ignore his outburst, too consumed by your own pleasure. Your fingers move faster, pushing you closer to the edge. Finally, you reach the peak of your orgasm, your body convulsing with pleasure as you let out a loud moan of satisfaction.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/squirt.webp")]]
</div><br>
You slowly withdraw your fingers, feeling satisfied. You clean yourself up and try to regain your composure, determined to [[continue your work.->Office Desk][$mainChar.work.secretary.event = "work"]] <br><br>
<<set $minute +=10>>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats 'corruption' '1' '40'>>
<<MainChar_Stats 'arousal' '0'>>
<<MainChar_Stats 'energy' '-15'>>
<<MainChar_Stats 'cleanliness' '-15'>>
<</if>>
<</if>>
<<set _money = Math.round(10*$mainChar.work.secretary.coef*(1+$mainChar.work.secretary.experience/50))>>
<p class="add"> +_money Money </p><<set $mainChar.money +=_money>><<if $mainChar.work.secretary.event is "meeting">>
<<if $mainChar.work.secretary.hasJob<4>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/Meeting.jpg")]]
</div><br>
You're sitting at your desk, diligently working on your tasks, when you glance at the clock and realize it's time for the scheduled meeting. You gather your notebook and pen, ready to take notes for the meeting minutes. As you enter the conference room, your colleagues are already seated around the table. You take a seat near the end, opening your notebook and <<linkreplace "preparing to take notes.">> preparing to take notes. <br><br>
The meeting begins, and you start jotting down the key points discussed. About halfway through the meeting, you feel a hand on you. You look up to see one of your colleagues, who is sitting next to you, with a smirk on his face, teasing you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingTouch"+random(1)+".webp")]]
</div><br>
You feel a mix of surprise and discomfort, but you try to maintain your composure. <br><br>
<span id='stop'><<linkreplace "Stop him">>
You firmly remove his hand from your thigh and give him a stern look. "Please stop," you say quietly but firmly. Without waiting for a response, you stand up and move to another seat, putting some distance between you and your colleague. You continue to take notes, determined to focus on the meeting and your professional duties. <br><br>
As the meeting continues, you feel a sense of relief that you have taken control of the situation. You remain focused on your notes, ensuring that you capture all the key points discussed. When the meeting finally comes to an end, you gather your notebook and pen, and make your way out of the conference room, determined to return to your desk and [[continue your work.->Office Desk]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<<set $mainChar.work.secretary.experience -=1>>
<<replace #continue>><</replace>><</linkreplace>><br></span>
<span id='continue'><<if $mainChar.corruption>=15>><<linkreplace "Let it go">>
You continue to take notes, unbothered by the behaviour of you colleague. You remain focused on your notes, ensuring that you capture all the key points discussed. When the meeting finally comes to an end, you gather your notebook and pen, and make your way out of the conference room, determined to return to your desk and [[continue your work.->Office Desk]]<br><br>
<<MainChar_Stats "secretary" "1">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "energy" "-10">>
<<replace #stop>><</replace>><</linkreplace>><</if>></span>
<</linkreplace>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/Meeting.jpg")]]
</div><br>
Despite the constant interruptions of blowjobs and quick fucks from your colleagues, you try to maintain a semblance of professionalism. Today, there's a meeting, and you've brought your notebook to take notes for the minutes. As you enter the conference room, your colleagues are already seated around the table. You can can feel the weight of everyone's gaze on you, the office whore. You can't help but wonder if this meeting will end in yet another gangbang. The tension in the air is palpable, and you can feel the undercurrent of desire flowing through the room. You take a seat near the end. When the meeting starts, you open your notebook and <<linkreplace "prepare to take notes.">> prepare to take notes. <br><br>
The leader of the meeting goes through the agenda, discussing projects and deadlines, but you can sense that everyone's mind is elsewhere. About halfway through the meeting, you feel a hand on you. You look up to see one of your colleagues, who is sitting next to you, with a smirk on his face, teasing you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingTouch"+random(1)+".webp")]]
</div><br>
You feel a mix of surprise and discomfort, but you try to maintain your composure. Finally, as the meeting comes to a close, the leader looks around the room with a sly smile. "Alright, everyone, the buffet is now open," he announces, his eyes locking onto you. The room falls silent for a moment, and then the atmosphere shifts. The smiles on your colleagues' faces turn predatory, and their eyes gleam with lust. You can feel the tension in the room building as they all turn their attention to you.<br><br>
One by one, they begin to unzip their pants, revealing their hard cocks. You take a deep breath, preparing yourself for what's to come. You know your role, and you accept it with a mix of submission and resignation. You start by getting on your knees, opening your mouth to receive the first cock. You suck it eagerly, feeling the familiar mix of arousal and humiliation. As you continue to suck, more cocks are presented to you, and you take them all, one after the other, feeling the warm, salty taste of precum on your tongue.<br><br>
Meanwhile, other colleagues begin to position themselves behind you, lifting your skirt and pulling down your panties. You feel hands gripping your hips, and then the first cock thrusts into your pussy. You let out a soft moan, feeling the pleasure and pain of being used so roughly. The room is filled with the sounds of moans, grunts, and the slapping of flesh against flesh. You continue to suck and fuck, taking cock after cock, feeling the warm liquid of their cum filling your mouth and dripping down your thighs.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingGroup"+random(1)+".webp")]]
</div><br>
As the gangbang continues, you lose track of time and space. You become a vessel for their pleasure, a living sex toy to be used and discarded. You embrace your role, knowing that this is what you were made for, to be used and degraded for their pleasure. Finally, as the last cock pulls out of you, you stand up, feeling a mix of exhaustion and satisfaction. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingCum"+random(1)+".webp")]]
</div><br>
You wipe your mouth and clean yourself up, trying to regain some semblance of dignity. You gather your notes and leave the room, determined to continue your day as the office whore, accepting your new role and the responsibilities that come with it. As you return to your desk, you carry with you a mix of pride and humiliation, knowing that you have served your colleagues well and fulfilled your role as the office whore. <br><br>
You [[continue your work,->Office Desk]] accepting the constant interruptions and the degradation that comes with your new position, determined to show your boss and your colleagues that you can be the good little helper they expect you to be.<br><br>
<<HaveASexWidget "vaginal" "stranger" >>
<<HaveASexWidget "anal" "stranger" >>
<<HaveASexWidget "bj" "stranger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<</if>>
<<elseif $mainChar.work.secretary.event is "report">>
<<if $mainChar.work.secretary.hasJob < 4>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
You're sitting at your desk, diligently working on your tasks as a secretary. The office is bustling with activity, and you're focused on completing your assignments for the day. Suddenly, your phone rings. You pick it up to hear the voice of one of your colleagues. "$mainChar.firstName, could you come to my office, please? I need some information on a file," he says, his tone friendly and professional. "Of course, I'll be right there," you reply, feeling a mix of curiosity and helpfulness. You quickly save your work and gather the file he needs, <<linkreplace "making your way to his office.">>making your way to his office.<br><br>
As you enter his office, you see that he is not alone. Another colleague is sitting in a chair across from him, and they both look up as you enter. "Come in, $mainChar.firstName," your colleague says, gesturing for you to approach. "Thanks for bringing the file." You walk over to his desk and place the file in front of him. "Here you go," you say, smiling politely. "Is there anything else you need?"<br><br>
Your colleague opens the file and begins to scan the documents. "Thanks, $mainChar.firstName. This is exactly what I needed. You're a lifesaver." The other colleague in the room looks up from his work and smiles at you. "Yeah, thanks for bringing that over. We really appreciate your help." You feel a sense of pride and satisfaction at their words. "No problem at all. I'm glad I could help."<br><br>
<span id='leave'> [[Go back to work->Office Desk]] <br></span>
<span id='tease'><<if $mainChar.corruption>=15>><<linkreplace "Tease them">>
As you turn to leave, you suddenly feel a playful mood come over you. You decide to give them a little show before you go. You bend over slightly, making sure to accentuate your curves as you pretend to adjust something on the desk. Your breasts press against the fabric of your blouse, and your ass is prominently displayed in your tight skirt.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/tease"+random(3)+".webp")]]
</div><br>
You glance back at them with a mischievous smile, catching their eyes as they take in the sight of you. "Oops, sorry about that," you say with a playful laugh, straightening up but not before giving them a good view. Your colleagues exchange a glance, their eyes lingering on you with a mix of surprise and appreciation. "No problem at all, $mainChar.firstName," one of them says, a slight smirk playing on his lips.<br><br>
You wink at them, feeling a sense of satisfaction at their reaction. "Have a great day, guys," you say, turning to leave the office with a confident stride. "Wait a second, $mainChar.firstName," one of your colleagues says, his voice taking on a more playful tone. "We've got some time to kill. Why don't you stay and hang out with us for a bit?" He pats his thighs, gesturing for you to sit on his lap. "Come on, take a load off. We can have some fun." You hesitate, feeling a mix of nervousness and uncertainty. <br><br>
<span id='leave2'><<linkreplace "Go back to work">>
"I... I appreciate the offer, but I really have a lot of work to do. Maybe another time," you reply, trying to sound polite but firm. Your colleagues exchange a glance, their smiles fading slightly. "Alright, no problem," the one who invited you says, his voice returning to a more professional tone. "We understand. Thanks again for bringing the file." You nod, feeling a sense of relief. "No problem at all. Have a great day, guys."<br><br>
As you leave the office, you carry with you a sense of accomplishment and pride, knowing that you've done your job well and that your colleagues appreciate your efforts. You [[return to your desk,->Office Desk]] determined to continue your work with the same dedication and professionalism, but with a playful twist that keeps things interesting.<br><br>
<<MainChar_Stats "secretary" "1">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "40">>
<<replace #push>><</replace>><</linkreplace>><br></span>
<span id='push'><<if $mainChar.corruption >=70>><<linkreplace "Stay with them">>
You feel a mix of excitement and nervousness, but you decide to go along with it. You walk over to him and sit down on his lap, feeling his hands immediately begin to explore your body. He starts by caressing your breasts, his touch both gentle and teasing. You let out a soft moan, feeling the pleasure building inside you. His hands move lower, tracing a path down your stomach before moving to your thighs. You can feel the anticipation building as he moves closer to your most intimate area.<br><br>
The other colleague watches with interest, his eyes never leaving yours. He stands up and moves closer, unzipping his pants and pulling out his hard cock. "Why don't you come over here and take care of this for me?" he says, his voice filled with a mix of desire and dominance. You comply, feeling a mix of arousal and submission. You slide off the first colleague's lap and move to your knees in front of the second one. You take his cock into your hand, and begin to jerk him off your movements guided by his hands on your head. He thrusts his hips, pushing deeper into your mouth, his grip on your head tightening.<br><br>
As you continue to suck him, the first colleague moves behind you, his hands gripping your hips firmly. He lifts your skirt and pulls down your panties, exposing your pussy to him. He begins to caress you, his fingers moving expertly over your sensitive flesh. You let out a soft moan, feeling the pleasure building inside you. He moves behind you, positioning himself between your legs. He thrusts into you, his movements rough and demanding. You let out a soft cry, feeling a mix of pleasure and pain as he fucks you with a violent intensity. His hands grip your hips tightly, his body slamming against yours with each thrust.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/ThreesomeFuck"+random(2)+".webp")]]
</div><br>
The second colleague continues to thrust into your mouth, his movements growing more intense as he seeks his release. You continue to suck him, your body responding to his touch with a mix of arousal and submission. Finally, they both reach the peak of their orgasm, their bodies convulsing with pleasure as they come inside you. You feel the warm liquid dripping down your thighs, your body covered in their semen.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingCum1.webp")]]
</div><br>
They pull back, their eyes gleaming with a mix of satisfaction and dominance. "Good girl," they say, their voices filled with a mix of praise and humiliation. You stand up, gather your clothes and wipe yourself clean, trying to regain some semblance of dignity after this session. You return to your desk, determined to [[continue your day.->Office Desk]]<br><br>
<<HaveASexWidget "bj" "stranger" >>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats "secretary" "2">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "intellect" "-1">>
<<replace #leave2>><</replace>><</linkreplace>><</if>></span>
<<replace #leave>><</replace>><</linkreplace>><</if>></span>
<</linkreplace>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
As you sit at your desk, trying to focus on your work, your phone rings. You pick it up to hear one of your colleagues, his voice filled with a mix of dominance and contempt. "Hey, slut, get your ass over to my office. I need some info on a file," he says, his tone leaving no room for argument. "Of course, I'll be right there," you reply, feeling a mix of nervousness and resignation. You quickly gather the file he needs and make your way to his office, wondering what awaits you.<br><br>
As you enter his office, you see that there are two colleagues present. You approach them and place the file on the desk. "Here's the file you needed," you say, trying to maintain a professional demeanor. One of the colleagues looks you up and down, his eyes lingering on your body with a mix of lust and objectification. "She does have a nice ass, though. Can't deny that." You feel a bit of arousal, knowing that this is part of your role. You start to turn to leave, but the first colleague speaks up again.<br><br>
"Hey, since you're here, we might as well make use of you," he says, his voice filled with a mix of dominance and desire. The other colleague nods in agreement. "Yeah, come over here and let us have some fun," he says, his voice filled with a mix of excitement and command. You hesitate for a moment, feeling a mix of nervousness and submission. But you quickly comply, knowing that this is your duty. You approach them, feeling a sense of vulnerability as they begin to touch and grope you.<br><br>
One of the colleagues grabs you by the waist and pulls you closer, his hands moving to your breasts, squeezing and caressing them. The other colleague moves behind you, his hands gripping your ass firmly, his touch both rough and demanding. "That's it, slut," the first colleague says, his voice filled with a mix of praise and humiliation. "You're here to serve us, to satisfy our every desire." You let out a soft moan, feeling a mix of pleasure and humiliation as they continue to use you. The first colleague unzips his pants and pulls out his hard cock, gesturing for you to get on your knees. You comply, feeling a sense of submission as you take his cock into your mouth.<br><br>
The other colleague moves behind you, his hands gripping your hips firmly. He unzips his pants and thrusts into you without hesitation, his movements rough and demanding. You let out a soft cry, feeling a mix of pleasure and pain as they use you for their satisfaction. They continue to fuck you, their bodies slamming against yours with a violent intensity. You feel their hands all over your body, groping, squeezing, and penetrating you. The room is filled with the sounds of moans, grunts, and the slapping of flesh against flesh.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/ThreesomeFuck"+random(2)+".webp")]]
</div><br>
Finally, they reach the peak of their orgasm, their bodies convulsing with pleasure as they come inside you. You feel the warm liquid dripping down your thighs, your body covered in their semen. They pull back, zipping up their pants and returning to their work without a word. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Boss/MeetingCum1.webp")]]
</div><br>
You stand up, feeling a mix of humiliation and submission. You clean yourself up and return to your desk, determined to [[continue your day->Office Desk]] as the office whore, knowing that this is your role and that you must serve the needs of your colleagues with enthusiasm and dedication.<br><br>
<<HaveASexWidget "bj" "stranger" >>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<</if>>
<<set $mainChar.work.secretary.event to "work">><<if $mainChar.work.secretary.AlexRelationship ==1 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1>>
You find yourself settling into the routine of your new job. The initial nerves have begun to fade, and you're starting to feel more comfortable in your role. Yet, as you finish up a task, you remember the kindness of Alexandra, and the sense of comfort she provided. Feeling a desire to connect with her again, you consider taking a break and [[visit Alexandra.->Alexandra]]<br><br>
<<elseif $mainChar.work.secretary.AlexRelationship ==2 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1>>
The stress of the job has been building recently, and you find yourself craving another one of Alexandra's comforting massages. You know that her touch would help you relax. Feeling a desire to connect with her again, you decide to take a break and [[visit Alexandra.->Alexandra]]<br><br>
<<elseif $mainChar.work.secretary.AlexRelationship ==3 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1 and $mainChar.corruption >=15>>
While working on a meeting report, you find yourself in need of a document that Alexandra has in her office. <br>
You should [[go to her desk.->Alexandra]] <br><br>
<<elseif $mainChar.work.secretary.AlexRelationship ==4 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1 and $mainChar.corruption >=25>>
The stress of the job has been building recently, and you find yourself remembering the massage Alexandra had promised you. You know that her touch would help you relax and wonder whether you should take a break and [[visit Alexandra.->Alexandra]]<br><br>
<<elseif $mainChar.work.secretary.AlexRelationship ==6 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1 and $mainChar.corruption >=30>>
While working, you remember what happened between Alexandra and you the previous days, and you're not really sure about what to think about your relationship. It may be time to clarify it and [[visit Alexandra.->Alexandra]]<br><br>
<<elseif $mainChar.work.secretary.AlexRelationship ==8 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1 and $mainChar.corruption >=40>>
While working on a meeting report, you find yourself in need of a document that Alexandra has in her office. <br>
You should [[go to her desk.->Alexandra]] <br><br>
<<elseif $mainChar.work.secretary.AlexRelationship ==9 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1 and $mainChar.corruption>=45>>
You find yourself needing to clarify your situation with Alexandra. You're not sure what to think or how to feel about what's been happening between you. Maybe it's time to [[confront her.->Alexandra]]<br><br>
<<elseif $mainChar.work.secretary.AlexRelationship >= 10 and $dayCount >= $mainChar.work.secretary.AlexLastEncounter + random(5) and $mainChar.corruption>=45 and random(2) is 0>>
<<set _event to random(2)>>
<<if _event == 0>>
<<set $mainChar.work.secretary.AlexRelationship to 10>>
While working on a meeting report, you find yourself in need of a document that Alexandra has in her office. <br>
You should [[go to her desk.->Alexandra]] <br><br>
<<elseif _event ==2>>
<<set $mainChar.work.secretary.AlexRelationship to 12>>
You find yourself struggling to concentrate at your desk. Your mind is filled with thoughts of your Mistress, and the way she dominates and humiliates you. You can't help but fantasize about the treatment she subjects you to, the way she makes you feel both degraded and desired. [[Go see her.->Alexandra]]<br><br>
<</if>>
<</if>>
<<if $mainChar.work.secretary.AlexRelationship ==0 or isNaN($mainChar.work.secretary.AlexRelationship)>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
As you settle into your first day, you hear a knock at your office door. You look up to see Alexandra, a woman who works in the office across from yours, standing in the doorway. She has a confident air about her, with sharp eyes and a commanding presence. You smile at her, grateful for the interruption. "Hi, I'm Alexandra," she says, extending her hand. "I work just across the hall. Thought I'd come by and introduce myself." You shake her hand, feeling a sense of comfort in her presence. "Nice to meet you. I'm $mainChar.firstName," you reply, trying to match her confident demeanor.<br><br>
Alexandra takes a seat across from you, her eyes scanning your desk with a critical gaze. "So, how are you finding your first day so far?" she asks, her voice firm yet friendly. You shrug, trying to hide your nervousness. "It's been okay. A bit overwhelming, but I'm trying to get the hang of things." Alexandra nods understandingly. "It can be a lot to take in at first, but don't worry, you'll get the hang of it. If you need any help, just let me know. I've been here for a while, so I know the ropes." You feel a wave of relief wash over you. "Thank you, that's really kind of you."<br><br>
Alexandra leans in slightly, her voice dropping to a more intimate tone. "You know, it's important to have someone you can rely on in this place." You nod eagerly, feeling a sense of comfort and a desire to let go of your worries. Alexandra leaves your office, and you watch her go, feeling a mix of relief and curiosity. As you settle back into your chair, you can't help but reflect on the encounter. There was something about Alexandra that made you feel at ease, a sense of comfort and security that you hadn't expected to find on your first day.
<br><br>
[[Go back to work->Office Desk]]
<<elseif $mainChar.work.secretary.AlexRelationship ==1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
As you knock on her door, she welcomes you in with a warm smile. "Come in, come in," she says, gesturing for you to take a seat. "How are you holding up?" <br>
"It's been rather good, actually. I'm starting to get the hang of things, I think. Thanks for checking in on me the other day. It really helped."<br><br>
Alexandra leans back in her chair, her eyes studying you carefully. "You feel a bit tired, Are you sure everything's fine?". You sigh. "Well, I'm just feeling a bit overwhelmed," you admit. She nods in agreement. "It's not easy starting a new job, especially in a place like this. But you're doing great. You just need to relax a bit."<br><br>
She stands up and moves behind you, <<linkreplace "placing her hands on your shoulders.">> placing her hands on your shoulders. You feel a wave of relief as she begins to massage the tension away. Her touch is firm yet gentle, and you can feel the knots in your muscles starting to loosen. "Just let go," she whispers, her voice soothing. "Let me take care of you."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassageShoulder.jpg")]]
</div><br>
You close your eyes, allowing yourself to relax under her touch. The sensation of her hands on your shoulders is comforting, and you feel a sense of trust building. "That's it," Alexandra murmurs, her voice soft and reassuring. "Just let go. You don't have to worry about anything right now. Just focus on feeling better." You find yourself wanting to give in to her guidance, allowing Alexandra to take the lead. <br><br>
Alexandra finishes the massage, her hands lingering on your shoulders for a moment before she steps back. Her expression shifts, becoming more authoritative. "Now, it's time to get back to work. You can't let a little stress get the best of you, can you?" You feel a slight jolt of surprise at her change in demeanor, but you nod obediently. "No, you're right." Alexandra nods, her eyes holding a glint of satisfaction. "That's a good girl. Now, get to work."<br><br>
As you leave her office and return to your desk, you feel a renewed sense of purpose, but also a lingering awareness of the subtle power dynamic that has just been established. You take a deep breath and dive back into your work, determined to prove your worth.
<br><br>
[[Go back to work->Office Desk]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "10">>
<<MainChar_Stats "energy" "10">>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==2>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on her office door, and she welcomes you in with a knowing smile. "Come in, $mainChar.firstName," she says, her voice warm and inviting. "What brings you by today?" You find it difficult to ask her directly, feeling a bit submissive and unsure of how to approach the subject. fidgeting with your hands as you try to find the right words, you finally tell her "I... I just needed a moment to relax," you say, your voice soft and uncertain.<br><br>
Alexandra raises an eyebrow, her eyes searching yours. You blush slightly, feeling a mix of embarrassment and desire. "Well, I... I was hoping you could help me relax like you did the other day," you admit, your voice barely above a whisper. <br><br>
Alexandra's smile widens, and she leans back in her chair, her eyes gleaming with a hint of amusement. "You mean you want another massage, sweetie?" she asks, her voice taking on a slightly teasing tone. You nod, feeling a sense of relief that she understands. "Yes, please. If it's not too much trouble."<br><br>
Alexandra gestures you to sit. You comply, and let her move behind you, her hands resting gently on your shoulders. "Of course, sweetie. I'm always here to help you. But you need to learn to ask for what you want. It's important to be clear about your needs." You nod again, feeling a sense of submission as she begins to <<linkreplace "massage your shoulders.">> massage your shoulders. Her touch is firm yet gentle, and you can feel the tension starting to melt away.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassageShoulder.jpg")]]
</div><br>
"That's a good girl," she says, her voice soft and soothing. "You just need to relax and let me take care of you." You close your eyes, letting the comfort of her words and the warmth of her touch wash over you. "Thank you, Alexandra. I really appreciate this." Alexandra smiles back, her eyes warm and understanding. "You're welcome, sweetie. I'm glad I could help."<br><br>
You hesitate for a moment, feeling a mix of gratitude and a desire to reciprocate. "Is there anything I can do to return the favor?" you ask, your voice soft and sincere. Alexandra pauses, her eyes thoughtful as she considers your offer. "Well, I wouldn't say no to a massage myself," she says, her voice taking on a slightly playful tone.<br><br>
You nod eagerly, ready to show your appreciation. "Of course. I'd be happy to." You start to move towards her shoulders, but Alexandra points to her long, slender leg, clad in sheer tights. "Actually, sweetie, my feet are killing me. These heels are a bit much sometimes," she says, her voice gentle yet firm. "A foot massage would be wonderful."<br><br>
You hesitate for a moment, taken aback by the request. You hadn't expected this, but you quickly recover, determined to show your gratitude. "Ok, I can do that," you say, your voice steady despite your surprise. You kneel down in front of her, <<linkreplace "taking her foot in your hands.">> taking her foot in your hands. Alexandra leans back in her chair, a satisfied smile on her face. "That's a good girl," she says, her voice taking on a slightly condescending tone. "You're so helpful and kind." <br><br>
You begin to massage her foot, your fingers working gently yet firmly into the muscles. Alexandra lets out a soft sigh of pleasure, her eyes closing briefly as she enjoys the sensation. "You're doing such a good job, sweetie," she says, her voice soft and soothing. "You have a natural talent for this."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassageFeet.webp")]]
</div><br>
You nod. "Thank you, Alexandra. I just want to make sure you're comfortable." She smiles, her eyes opening to look down at you. "You're a good little helper. Keep it up, and you'll go far."You continue to massage her foot, feeling a mix of pride and submission. You focus on your task, determined to show your gratitude and to prove that you are worthy of her support. "That's enough for now, sweetie," she says, her voice gentle yet firm. She withdraws her foot from your hands, a satisfied smile playing on her lips. <br><br>
"Now, it's time for you to get back to work. There's still so much for you to do. Show me that you can be a good girl and get your work done." "Yes, Alexandra. I'll get right back to it," you nod, feeling a renewed sense of purpose. As you leave her office, you carry with you a mix of gratitude and a desire to prove yourself. You return to your desk, determined to show Alexandra that you can be the good little helper she expects you to be.
<br><br>
[[Go back to work->Office Desk]]<br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "10">>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==3>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on her door, and she welcomes you in with a nod, her eyes meeting yours with a subtle intensity. "Come in, $mainChar.firstName," she says, her voice firm yet gentle. "What can I do for you?" You hesitate, feeling a mix of nervousness and determination. "I need to get a document from you. It's for a project I'm working on."<br><br>
Alexandra gestures for you to come closer, her eyes never leaving yours. She reaches for the document on her desk and holds it out, but as you reach for it, she grips it tightly, preventing you from taking it. "Is everything alright, $mainChar.firstName?" she asks, her voice taking on a more dominant tone. "You seem a bit stressed."<br><br>
You nod, feeling a sense of submission. "Yes, I'm just a bit stressed. There's a lot going on right now." Alexandra's eyes soften slightly, but her grip on the document remains firm. "I can help with that," she says, her voice gentle yet firm. "How about another massage? It might help you relax." You hesitate for a moment, but ultimately find yourself nodding, eager for the relief her touch can bring. "Yes, please. That would be great."<br><br>
Alexandra smiles, her eyes gleaming with a hint of amusement. "Good. But this time, you'll have to earn it." You look at her, surprised. "Earn it? How?" Alexandra points to her feet. "You can start by giving me a foot massage. These heels are a bit much sometimes, and I could use some relief." You hesitate for a moment, but ultimately <<linkreplace "comply to her request.">> comply to her request. You kneel down in front of her, taking her foot in your hands. Alexandra leans back in her chair, a satisfied smile on her face. "That's a good start, $mainChar.firstName," she says, her voice firm yet gentle. <br><br>
You begin to massage her foot, your fingers working gently yet firmly into the muscles. Alexandra lets out a soft sigh of pleasure, her eyes closing briefly as she enjoys the sensation. "You're doing well, $mainChar.firstName," she says, her voice taking on a more dominant tone. "Keep it up, and you'll earn your reward."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassageFeet.webp")]]
</div><br>
You continue to massage her foot, feeling a mix of pride and submission. Alexandra's words and her dominant yet gentle guidance are starting to make you understand your place, and you find a strange comfort in it. You focus on your task, determined to show your gratitude and to prove that you are worthy of her support. "That's enough for now, $mainChar.firstName," she says, her voice firm yet gentle. She withdraws her foot from your hands, a satisfied smile playing on her lips. "Now, be a good girl and put my heels back on for me."<br><br>
You nod, feeling a mix of pride and submission. You carefully slip her heels back onto her feet, making sure they are secure. Once you've finished, you stand up, looking at her expectantly. Alexandra steps closer to you, her eyes meeting yours with a subtle intensity. She raises her hand and <<linkreplace "gently cups your face.">> gently cups your face, her touch both comforting and dominant. She caresses your cheek, her fingers tracing the line of your jaw. Before you can react, she leans in and kisses you, her lips firm and confident against yours. The kiss is intense, leaving you feeling both surprised and aroused.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/kiss0.webp")]]
</div><br>
She pulls back, her eyes still locked on yours. "I have some urgent work to attend to, so I can't give you that massage right now," she says, her voice taking on a more business-like tone. "Come back when I'm less busy." You nod, feeling a mix of disappointment and anticipation. "Of course, Alexandra. I understand. I'll come back another day." She smiles, her eyes softening slightly. "Good. Now, get back to work." You take a deep breath, feeling a renewed sense of purpose. As you leave her office, you carry with you a mix of gratitude and a desire to prove yourself.<br><br>
[[Go back to work->Office Desk]]<br><br>
<<MainChar_Stats 'secretary' '1'>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "30">>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==4>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on her office door, and she welcomes you in with a nod, her eyes meeting yours with a subtle intensity. "Come in, $mainChar.firstName," she says, her voice firm yet gentle. "What can I do for you?" You hesitate, feeling a mix of nervousness and desire. "I... I was wondering if you had some time for me," you say, your voice soft and uncertain. "You mentioned a massage the other day, and I could really use it right now."<br><br>
Alexandra gestures for you to sit down, her eyes never leaving yours. She doesn't say a word, but her silence is filled with a sense of dominance and control. You sit down, feeling a mix of anticipation and submission. She moves behind you and <<linkreplace "begins to massage your shoulders.">> begins to massage your shoulders, her touch firm yet gentle. You can feel the tension starting to melt away as she works her magic.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassageShoulder.jpg")]]
</div><br>
"You're right, $mainChar.firstName," she says, her voice soft yet firm. "It's important to take care of yourself too." Her hands move lower, tracing the line of your collarbone before moving to your breasts. She massages them gently, her touch both comforting and arousing. You let out a soft sigh, feeling a mix of pleasure and surprise. <br><br>
She continues to move lower, her hands tracing a path down your stomach before <<linkreplace "moving to your thighs.">> moving to your thighs. You can feel the anticipation building as she moves closer to your most intimate area. Her hands finally reach your pussy, and she begins to massage you gently, her touch both firm and teasing.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassagePussy0.webp")]]
</div><br>
You can feel the pleasure building, your body responding to her touch. But just as you're about to reach the peak of your pleasure, she stops. She withdraws her hands, her eyes meeting yours with a subtle intensity. "That's enough for now, $mainChar.firstName," she says, her voice firm yet gentle. She leans in and kisses you on the mouth, her lips firm and confident against yours. The kiss is brief but intense, leaving you feeling both surprised and aroused. She pulls back, her eyes still locked on yours. "You can go now." <br><br>
You hesitate, feeling a mix of disappointment and confusion. You want to tell her that she denied you your orgasm, but you can't find the words. You stand up, feeling a sense of submission and uncertainty. "Thank you, Alexandra," you say, your voice soft and uncertain. "I'll... I'll go now." You take a deep breath, feeling the wettness of your pussy.
<br><br>
[[Go back to work->Office Desk]]<br><br>
<<HaveASexWidget "masturbated" "stranger" >>
<<set $mainChar.arousal to 90>>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "cleanliness" "-5">>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==5>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
As you're sitting at your desk, your ears pick up the sound of your phone ringing. You answer it to hear Alexandra's voice, firm and commanding. "Come to my office, $mainChar.firstName. I need you to bring me a report."<br><br>
You quickly gather the report she needs, making sure all the pages are in order and neatly stacked. You stand up from your desk, smoothing out your clothes to ensure you look presentable. With the report in hand, you <<linkreplace "make your way to her office.">><br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
As you enter, she looks up from her desk, her eyes meeting yours with a subtle intensity. "Thank you, $mainChar.firstName," she says, her voice firm yet gentle. "You can place it on my desk."
<br><br>
You do as she asks, placing the report on her desk. As you turn to leave, you hesitate, feeling a mix of nervousness and desire. "Alexandra," you say, your voice soft and uncertain. "I was wondering... if you could give me another... massage. I could really use it right now." Alexandra leans back in her chair, her eyes searching yours. "You want a massage, $mainChar.firstName?" she asks, her voice taking on a more dominant tone.
<br><br>
You nod, feeling a sense of submission. "Yes, please. If it's not too much trouble. I'm willing to massage your feet again if you'd like." Alexandra smiles, her eyes gleaming with a hint of amusement. "Good girl, $mainChar.firstName. I appreciate that." She gestures for you to come closer, her voice firm yet gentle. "Come here, let's see what we can do for you." You approach her, feeling a mix of anticipation and nervousness. <br><br>
She moves behind you, and <<linkreplace "begins to massage your shoulders.">> begins to massage your shoulders, her touch firm yet gentle. You can feel the tension starting to melt away as she works her magic. Just like the last time, her hands move lower, tracing the line of your collarbone before moving to your breasts. She massages them gently, her touch both comforting and arousing.<br><br>
She continues to move lower, You spread your legs in anticipation when her hands trace a path down your stomach before moving to your thighs. Her hands finally reach your clit, and she begins to massage you gently, her touch both firm and teasing. You can feel the pleasure building, your body responding to her touch. But just as you're about to reach the peak of your pleasure, she stops, again. She withdraws her hands, her eyes meeting yours with a subtle intensity.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassagePussy1.webp")]]
</div><br>
"That's enough for now, $mainChar.firstName," she says, her voice firm yet gentle. "You can go now." You hesitate, feeling a mix of disappointment and confusion. You take a deep breath, trying to find the words to express what you're feeling. "Alexandra, I... I was so close," you say, your voice soft and uncertain. "I was about to... to come."<br><br>
Alexandra raises an eyebrow, her eyes searching yours. "You were about to come, $mainChar.firstName?" she asks, her voice taking on a more dominant tone. "And what do you want me to do about that?" You hesitate, feeling a sense of submission and uncertainty. "I... I want you to continue," you say, your voice barely above a whisper.<br><br>
Alexandra leans in, her eyes meeting yours with a subtle intensity. "You want me to make you come, $mainChar.firstName?" she asks, her voice firm yet gentle. "Then you need to ask me properly. Beg me to make you come." You take a deep breath, <<linkreplace "feeling a mix of humiliation and desire.">> feeling a mix of humiliation and desire. "Please, Alexandra," you say, your voice soft and pleading. "Please make me come. I need it so badly."<br><br>
Alexandra smiles, her eyes gleaming with a hint of amusement. "That's a good girl," she says, her voice soft yet firm. She leans in and kisses you, her lips firm and confident against yours. The kiss is brief but intense, leaving you feeling both surprised and aroused. She moves her hand back to your pussy, her fingers sliding inside you. She begins to finger you, her touch both firm and teasing. You can feel the pleasure building, your body responding to her touch. You let out a soft moan, feeling the orgasm building inside you.<br><br>
Suddenly, you come, your body convulsing with pleasure as you gush all over her hand.
Alexandra withdraws her fingers, her eyes meeting yours with a subtle intensity. She brings her fingers, covered in your juices, to your mouth. "Clean me up, $mainChar.firstName," she says, her voice firm yet gentle. "Lick my fingers clean."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/FingerMouth"+random(3)+".webp")]]
</div><br>
You hesitate for a moment, feeling a mix of humiliation and arousal. But you comply, opening your mouth and taking her fingers in, tasting your own juices as you lick them clean. Alexandra watches you, her eyes gleaming with satisfaction. "Good girl," she says, her voice firm yet gentle. "Now, clean yourself up and get back to work." <br><br>
[[Go back to work->Office Desk]]<br><br>
<<MainChar_Stats "arousal" "0">>
<<HaveASexWidget "masturbated" "stranger" >>
<<MainChar_Stats 'secretary' '1'>>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "cleanliness" "-10">>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==6>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on her office door, and she welcomes you in with a nod, her eyes meeting yours with a subtle intensity. "Come in, $mainChar.firstName," she says, her voice firm yet gentle. "What can I do for you?" You hesitate, feeling a mix of nervousness and desire. "I... I wanted to talk to you about us," you say, your voice soft and uncertain. "About what happened between us."<br><br>
Alexandra approaches you, her eyes never leaving yours. She leans in and kisses you, her lips firm and confident against yours. The kiss is intense and dominant, leaving you feeling both surprised and aroused. She moves her hand to your pussy, her fingers sliding inside you. She begins to finger you vigorously, her touch both firm and teasing. You can feel the pleasure building, your body responding to her touch. You let out a soft moan, feeling the pleasure building to a peak.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassagePussy2.webp")]]
</div><br>
"Please, don't stop," you say, your voice soft and pleading. "I'm almost there." But just as you're about to reach the peak of your pleasure, she stops. She withdraws her hand, her eyes meeting yours with a subtle intensity. She sits down in her chair, spreading her legs wide. "Come here, $mainChar.firstName," she says, her voice firm yet gentle. "Get on your knees and make me come first."<br><br>
You hesitate for a moment, feeling a mix of humiliation and arousal. But you comply, getting down on your hands and knees and <<linkreplace "crawling towards her.">> crawnling towards her. You begin to pleasure her, your tongue and fingers working to bring her to the peak of her pleasure. Alexandra lets out a soft moan, her body convulsing with pleasure as she gushes all over your face. She looks down at you, her eyes gleaming with satisfaction. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/LickPussy0.webp")]]
</div><br>
"Good girl," she says, her voice firm yet gentle. "Now, you can have your turn." You look up at her, feeling a mix of humiliation and desire. "Please, Alexandra," you say, your voice soft and pleading. "Please make me come." She smiles, her eyes gleaming with a hint of amusement. "Of course, $mainChar.firstName," she says, her voice taking on a more dominant tone. She extends her leg, her foot clad in a high heel. "You can masturbate against my leg and the tip of my heel. Show me how much you want it." <br><br>
You hesitate for a moment, feeling a mix of humiliation and arousal. But you comply, moving closer to her leg and beginning to <<linkreplace "rub yourself against it.">> rub yourself against it, the tip of her heel adding to the sensation. You can feel the pleasure building, your body responding to the friction. Alexandra watches you, her eyes gleaming with satisfaction. "That's a good girl," she says, her voice firm yet gentle. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/RubPussy0.webp")]]
</div><br>
You let out a soft moan, feeling the pleasure building to a peak. Suddenly, you come, your body convulsing with pleasure as you reach your orgasm. "Thank you, Alexandra," you say, your voice soft and uncertain. "I'll... I'll go now." <br><br>
She smiles, her eyes softening slightly. "Good girl." You take a deep breath, and leave her office.<br><br>
[[Go back to work->Office Desk]]<br><br>
<<MainChar_Stats "arousal" "0">>
<<HaveASexWidget "masturbated" "stranger" >>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==7>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
As you're sitting at your desk, your ears pick up the sound of your phone ringing. You answer it to hear Alexandra's voice, firm and commanding. "Come to my office, $mainChar.firstName. I need you to bring me a report."<br><br>
You quickly gather the report she needs, making sure all the pages are in order and neatly stacked. You stand up from your desk, smoothing out your clothes to ensure you look presentable. With the report in hand, you <<linkreplace "make your way to her office.">><br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on the door before entering. Alexandra is sitting at her desk, a stack of papers in front of her. She looks up as you enter, her eyes meeting yours with a subtle intensity. "Come in, $mainChar.firstName," she says, gesturing for you to approach her desk. "I have a document here that needs to be filed."<br><br>
You walk over to her desk, feeling a mix of nervousness and anticipation. As you reach for the document, Alexandra suddenly leans in and kisses you, her lips firm and confident against yours. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/Kiss1.webp")]]
</div><br>
You're taken aback, but you quickly respond, feeling a surge of excitement and arousal. Her hand moves to your pussy, her touch both firm and teasing. You let out a soft moan, feeling the pleasure building as she continues to kiss you. You reach up to caress her face, your fingers tracing the line of her jaw. <br><br>
She pulls back slightly, her eyes locked on yours. "You want to come, don't you, $mainChar.firstName?" she murmurs, her voice low and dominant. You nod, feeling a mix of desire and submission. "Yes, please," you whisper, your voice barely audible. She smiles, her eyes gleaming with a hint of amusement. "Then, you need to massage my feet first."<br><br>
You Already did it before, but you still feel a mix of surprise and submission. Yet, you quickly recover and <<linkreplace "kneel down in front of her.">> kneel down in front of her, taking her foot in your hands. Alexandra leans back in her chair, a satisfied smile on her face. "That's a good girl, $mainChar.firstName, you please me well." You're taken aback by what she just said, but still begin to massage her foot. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassageFeet.webp")]]
</div><br>
After a few moments, she opens her eyes and looks down at you, her expression serious. "You're not doing it right, $mainChar.firstName," she says, her voice firm. "I think you can do better. Use your mouth." You look up at her, surprised and uncertain. "Use my mouth?" you ask, your voice soft. She nods, her eyes meeting yours with a dominant gaze. "Yes, $mainChar.firstName. Lick my feet and I'll make you squirt."<br><br>
You hesitate for a moment, feeling a mix of embarrassment and submission. But you really need a release, and somehow, the desire to please her is hard to resist. You lean forward, your tongue gently touching her foot. You begin to <<linkreplace "lick her foot.">> lick her foot, your tongue tracing the lines of her skin, feeling the softness and the warmth. "That's better, $mainChar.firstName," she says, her voice firm yet gentle. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/FootLick0.webp")]]
</div><br>
You continue to lick her foot, taking her toes in your mouth, feeling a mix of pride and submission. The touch of her skin and the sound of her voice are both comforting and arousing. After a few moments, she leans forward, her eyes meeting yours with a subtle intensity. "You've done well, $mainChar.firstName," she says, her voice soft yet firm. "Now, come here and let me take care of you."<br><br>
You stand up, feeling a sense of anticipation and excitement. She pulls you close, her hands moving to your pussy, her touch both firm and teasing. You let out a soft moan, feeling the <<linkreplace "pleasure building inside you.">> pleasure building inside you "You've earned it, $mainChar.firstName," she says, her voice firm yet gentle. "Now, let me make you come." You close your eyes, feeling the pleasure building to a peak. Her touch is both firm and gentle, guiding you to the edge of ecstasy. As you reach the peak of your pleasure, you let out a soft cry, feeling the release wash over you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassagePussy0.webp")]]
</div><br>
She smiles, her eyes softening slightly. "Good girl, $mainChar.firstName. Now, get back to work and show me that you can be a good helper." You take a deep breath, feeling a renewed sense of purpose. As you leave her office, you carry with you a mix of gratitude and a desire to prove yourself. You return to your desk, determined to show Alexandra that you can be the good helper she expects you to be.<br><br>
[[Go back to work->Office Desk]]<br><br>
<<HaveASexWidget "masturbated" "stranger" >>
<<MainChar_Stats 'secretary' '1'>>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==8>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on her door, and she welcomes you in with a nod, her eyes meeting yours with a subtle intensity. "Come in, $mainChar.firstName," she says, her voice firm yet gentle. "What can I do for you?" You hesitate, feeling a mix of nervousness and determination. "I need to get a document from you. It's for a project I'm working on."<br><br>
Alexandra gestures for you to come closer, her eyes never leaving yours. She reaches for the document on her desk and holds it out, but as you reach for it, she leans in and kisses you, her lips firm and confident against yours. You can feel the heat rising in your body as she presses against you, her hands moving to your hips.<br><br>
She breaks the kiss, her eyes meeting yours with a subtle intensity. "I've been thinking about you, $mainChar.firstName," she says, her voice low and husky. "I want you." She moves her hand to your pussy, her fingers tracing the line of your panties before slipping inside. You let out a soft gasp, feeling a mix of pleasure and surprise. <<linkreplace "She begins to touch you.">> She begins to touch you, her fingers moving in a rhythmic motion that sends waves of pleasure through your body.<br><br>
You can't help but respond, your hands moving to her body, caressing her curves as you kiss her again. She moans softly, her body pressing against yours as you explore each other. You begin to touch her, your fingers moving in sync with hers as you both explore each other's bodies. The room is filled with the sound of your moans and the wet, rhythmic noises of your mutual pleasure.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/Fuck0.webp")]]
</div><br>
Alexandra's voice takes on a more dominant tone, her words filled with a mix of desire and humiliation. "You're such a good little slut, $mainChar.firstName," she says, her voice low and husky. "You know how to please me, don't you?" You nod, feeling a mix of pleasure and humiliation. "Yes, Alexandra." She smiles, her eyes gleaming with a hint of amusement. "Good. Because I have a surprise for you."<br><br>
She moves away from you, her eyes never leaving yours as she opens a drawer in her desk. She pulls out a strap-on, her eyes gleaming with a mix of desire and dominance. "I want to fuck you, $mainChar.firstName," she says, her voice firm yet gentle. "I want to feel you around me." You hesitate for a moment, feeling a mix of excitement and nervousness. But you quickly recover, determined to show her that you're willing to please her. <br><br>
She smiles, her eyes softening slightly. "Now, bend over the desk and show me that you're a good little slut." You do as she says, feeling a mix of pleasure and humiliation as she positions herself behind you. She slips the strap-on on, her hands moving to your hips as <<linkreplace "she begins to fuck you.">> she begins to fuck you, her movements firm and confident.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/Strapon0.webp")]]
</div><br>
You can feel the pleasure building, your body responding to her touch. She continues to dominate you, her words filled with a mix of desire and humiliation as she takes control of your body. "You're such a good whore," she says, her voice low and husky. Her movements becoming more intense as she takes control of your body. Suddenly, you reach the edge, and your body convulses with an intense orgasm. You gush around the strap-on, your body shaking with the force of your release. As the waves of pleasure subside, you collapse onto the desk, your body spent and exhausted.<br><br>
You take a moment to catch your breath, your mind slowly returning to clarity. You can feel the lingering sensations of pleasure and the dampness between your legs. You take a deep breath, trying to regain your composure. Alexandra steps back, removing the strap-on and placing it back in the drawer. She looks down at you, her eyes filled with a mix of satisfaction and dominance. "That was good, $mainChar.firstName," she says, her voice firm yet gentle. "You've pleased me well."<br><br>
You nod, feeling a mix of pride and submission. "Thank you, Alexandra," you say, your voice soft and uncertain. She helps you stand up, her hands gentle yet firm on your shoulders. "Now, get back to work," she says, her voice taking on a more commanding tone. <br><br>
[[Go back to work->Office Desk]]<br><br>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats 'secretary' '1'>>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==9>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on her office door, and she welcomes you in with a knowing smile. "Come in, $mainChar.firstName," she says, her voice firm yet gentle. "What brings you by today?" You hesitate, feeling a mix of nervousness and confusion. "I... I just wanted to talk to you about what's been happening between us. I'm not sure what to think or how to feel about it."<br><br>
Alexandra steps closer to you, her eyes meeting yours with a subtle intensity. She raises her hand and gently cups your face, her touch both comforting and dominant. "It's quite clear, $mainChar.firstName," she says, her voice soft yet firm. "You are my submissive, and I dominate you because you need to feel controlled."<br><br>
<<linkreplace "She leans in and kisses you.">> She leans in and kisses you, her lips firm and confident against yours. You can feel the heat rising in your body as she presses against you, her hands moving to your hips. The kiss is intense and arousing, leaving you feeling both excited and submissive.<br><br>
"On your knees and open your mouth," she orders, her voice firm and commanding. You hesitate, very confused by her tone. Yet, you comply, get on your knees in a submissive pose, and open your mouth, feeling a mix of fear and submission. She penetrates your mouth with her fingers, her touch both humiliating and dominant. "You're just a little slut, aren't you?" she says, her voice filled with contempt. "You'll do anything I tell you to, won't you?"<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/FingerMouth.webp")]]
</div><br>
You say nothing, feeling a sense of humiliation and submission. "Then, from now on, I want you to call me Mistress when we're alone. Understood ?" she says. You're puzzled by her request, and don't know what to say. In your position, her fingers in your mouth, it's hard to think. "Y... Yes..., Mistress," you reply, your voice soft and uncertain.<br><br>
She pulls back, her eyes never leaving yours. "Go get the strap-on. I want to fuck you" she adds. You hesitate for a moment, feeling a mix of excitement and nervousness, but you comply. You move to the drawer where she keeps the strap-on, your hands shaking slightly as you retrieve it.<br><br>
Alexandra watches you, her eyes filled with a mix of satisfaction and dominance. "That's a good girl, $mainChar.firstName," she says, her voice firm yet gentle. She takes the strap-on from you and slips it on, her eyes never leaving yours. "Now, bend over the desk and show me that you're a good little slut," she says, her voice low and husky.<br><br>
You do as she says, feeling a mix of pleasure and humiliation as she positions herself behind you. <<linkreplace "She begins to fuck you.">> She begins to fuck you, her movements firm and confident. You can feel the pleasure building, your body responding to her touch. She continues to dominate you, her words filled with a mix of desire and humiliation. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/Fuck1.webp")]]
</div><br>
As the session comes to an end, you feel a mix of relief and exhaustion. Your body is tired from the constant activity, and your mind is filled with a mix of pleasure and humiliation. Alexandra steps back, removing the strap-on and placing it back in the drawer. She looks down at you, her eyes filled with a mix of satisfaction and dominance. "That was good, my obedient pet," she says, her voice firm yet gentle. "You've pleased me well. Now, get back to work and show me that you can be a good girl." <br><br>
[[Go back to work->Office Desk]]<br><br>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship == 10>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
You knock softly on her office door, and she welcomes you in with a nod, her eyes meeting yours with a subtle intensity. "Come in, $mainChar.firstName," she says, her voice firm yet gentle. "What can I do for you?"<br><br>
You hesitate, feeling a mix of nervousness and determination. "I... I need to get a document from you, Mistress. It's important for my work." Alexandra reaches for the document on her desk, holding it out to you. As you reach to take it from her hands, she suddenly pulls it back, a smirk playing on her lips. "Not so fast, $mainChar.firstName," she says, her voice taking on a more dominant tone. "If you want this document, you'll have to earn it."<br><br>
You expected this type of behavior. "How should I please you today, Mistress?" Alexandra points to her long, slender leg, clad in sheer tights. "You can start by giving me a foot worship. Show me how much you want this document." You kneel down in front of her, <<linkreplace "taking her foot in your hands.">> taking her foot in your hands. Alexandra leans back in her chair, a satisfied smile on her face. "That's a good start, $mainChar.firstName," she says, her voice firm yet gentle. "Now, show me how much you appreciate me."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/footlick"+random(3)+".webp")]]
</div><br>
You begin to lick her foot, your tongue working gently around her toes, taking them in your mouth. "Good girl," she says, her voice filled with satisfaction. "Now, get on your knees and sit back on your heels. I want to see you in a submissive position." You comply, feeling a sense of humiliation as you position yourself as she commands. Alexandra stands up and moves in front of you, her eyes meeting yours with a subtle intensity.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/Kneel.webp")]]
</div><br>
"Open your mouth," she orders, her voice firm and commanding. You open your mouth, feeling a mix of fear and submission. She penetrates your mouth with her fingers, her touch both humiliating and dominant. "You're just a little slut, aren't you?" she says, her voice filled with contempt. "Begging to follow my commands and satisfy my needs, don't you?". "Yes Mistress", you say with the voice muffled by her fingers in your mouth, feeling a sense of humiliation and submission. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/FingerMouth"+random(2)+".webp")]]
</div><br>
Alexandra smiles, her eyes softening slightly. "Good. Remember your place, $mainChar.firstName. You are mine to command." She withdraws her fingers from your mouth and sit on her chair. "Lick my clit, make me cum on your slutty face, and you'll have your report." She says while spreading her legs. You immediately <<linkreplace "crawl towards her.">> crawl towards her, knowing what you need to do to satisfy her, and determined to give your best. You begin to lick her pussy, your tongue moving in rhythmic motions, trying to give her the pleasure she craves.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/LickPussy"+random(3)+".webp")]]
</div><br>
But Alexandra is not gentle. She grabs your face roughly, her fingers digging into your cheeks as she forces your mouth against her pussy. She begins to grind against your face, her movements violent and demanding. You struggle to keep up, your breath coming in ragged gasps as you try to satisfy her. "That's right, you little slut," she growls, her voice filled with contempt. "Lick me like the worthless whore you are." Suddenly, she lets out a loud moan, her body convulsing as she reaches her climax. She gushes onto your face, her juices dripping down your cheeks and chin. You can feel the warmth of her release, the taste of her on your lips.<br><br>
She pulls back, her eyes gleaming with satisfaction. She looks down at you with dominance. "Look at you, covered in my cum like the pathetic little bitch you are. You're truly a great plaything, you know?" You nod. She walks over to her desk and picks up a document, tossing it at you with disdain. "Now, pet, take this and get back to work." You take the document, feeling a mix of relief and humiliation. "Thank you, Mistress," you say, your voice soft and uncertain. She nods, her eyes never leaving yours. "Good."<br><br>
[[Go back to work->Office Desk]]<br><br>
<<HaveASexWidget "masturbated" "stranger" >>
<<MainChar_Stats 'secretary' '1'>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==11>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
While diligently working as a secretary, your phone rings, interrupting your focus. You pick it up to hear Alexandra's voice, firm and commanding. "$mainChar.firstName, my little pet, come to my office immediately," she orders, her tone leaving no room for argument. "I want your tongue. Now."<br><br>
You hesitate for a moment, taken aback by the bluntness of her demand. "Mistress," you whisper, hoping your co-workers don't overhear you using this word, "I... I'm in the middle of something important." You try to find the right words, feeling a mix of nervousness and submission.<br><br>
Her voice grows colder, more dominant. "I don't care what you're in the middle of. You're my little toy, and I need you to do as I say. I want to fuck your pussy. Don't make me wait." You feel a wave of shock and submission wash over you. "Yes, Mistress. I'll be right there," you reply, your voice soft and compliant. You quickly save your work and stand up, feeling a mix of anticipation and nervousness as you <<linkreplace "make your way to her office.">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/WomanDoor.jpg")]]
</div><br>
As you enter, Alexandra is sitting behind her desk, her eyes locked on you with a piercing intensity. "Close the door and come here," she orders, her voice leaving no room for argument. You do as she says, closing the door behind you and approaching her desk. She stands up, her eyes never leaving yours. "On your knees, $mainChar.firstName," she commands, her voice firm and dominant. You kneel down in front of her, your eyes looking up at her expectantly. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/FingerMouth"+random(2)+".webp")]]
</div><br>
"Good girl," she smirks, her eyes gleaming with a hint of amusement. "Now, spread your legs. I want to taste you." You quickly comply, spreading your legs, <<linkreplace "showing your pussy to your Mistress.">>showing your pussy to your Mistress. Alexandra kneels down in front of you, her eyes locked on yours. "You're such a good little slut, aren't you, $mainChar.firstName?" she says, her voice filled with contempt. "You're here to please me, to do whatever I want."<br><br>
Alexandra straddles you, her legs intertwined with yours as she begins to grind against you. Her movements are rough and demanding, her eyes never leaving yours. You begin to moan as you feel her wet pussy grinding against your. "You're a better sex toy than my wand," she says, her voice filled with contempt. You serve me so well. You know your place, and you accept it like the good little slut you are."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/Fuck"+random(1)+".webp")]]
</div><br>
You feel a wave of pleasure wash over you at her words. Despite the humiliation, there's a part of you that enjoys being used by her, that finds satisfaction in serving her needs. You let out a soft moan, your body responding to her touch with a mix of arousal and submission. "Thank you, Mistress," you whisper, your voice filled with a mix of gratitude and submission.<br><br>
After a few moments, she pulls back, her eyes gleaming with a wicked intensity. "Now, it's time for something more intense. Stay where you are." She stands up and walks over to her desk, opening a drawer and <<linkreplace "pulling out a strap-on. ">> pulling out a strap-on. She fastens it around her waist, her eyes never leaving yours. "You're going to take this like a good little slut, aren't you, $mainChar.firstName?" she says, her voice filled with cruelty. "You're going to let me fuck you hard and rough, just like the toy you are."<br><br>
She kneels down in front of you, her eyes locked on yours. "Now, spread your legs wider. I want to see you take every inch of this." You comply, feeling a mix of fear and arousal as she positions herself between your legs. She thrusts the strap-on into you, her movements rough and demanding. You let out a soft cry, feeling a mix of pleasure and pain as she fucks you with a violent intensity.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/Strapon"+random(3)+".webp")]]
</div><br>
You close your eyes, feeling a sense of submission and humiliation as she continues to fuck you, her movements rough and unyielding. You know that you're nothing more than a toy for her pleasure, and you accept your place with a mix of fear and arousal. As she brings you to the edge of orgasm, she leans down, her voice filled with a mix of praise and humiliation. "That's it, $mainChar.firstName. Come for me. Show me how much you enjoy serving me, how much you enjoy being my good little sex toy."<br><br>
You let out a soft cry, your body convulsing with pleasure as you reach the peak of your orgasm. You feel a sense of release and satisfaction, knowing that you've served her well, that you've accepted your place as her good little sex toy. As you come down from your high, Alexandra pulls back, her eyes meeting yours with a mix of satisfaction and dominance. "Good girl," she says, her voice filled with a mix of praise and humiliation. "You've served me well today, $mainChar.firstName. Now, get dressed and get back to work."<br><br>
[[Go back to work->Office Desk]]<br><br>
<<HaveASexWidget "vaginal" "stranger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<elseif $mainChar.work.secretary.AlexRelationship ==12>>
You make your way to Alexandra's office, your heart racing with a mix of anticipation and nervousness. As you enter her office, Alexandra looks up from her desk, her eyes meeting yours with a knowing smirk. "What brings you here, toy?" she asks, her voice filled with a mix of dominance and amusement.<br><br>
You hesitate for a moment, feeling a mix of submission and desire. "I... I need you, Mistress. I need you to help me, to... I can't concentrate, I can't stop thinking about you." Alexandra stands up and walks towards you, her eyes never leaving yours. She leans in and kisses you, her lips firm and demanding against yours. You melt into the kiss, feeling a wave of arousal wash over you.
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/Kiss"+random(2)+".webp")]]
</div><br>
She pulls back, her eyes gleaming with a wicked intensity. "You need a release, don't you, $mainChar.firstName? You need to be used." You nod, feeling a mix of humiliation and arousal. "Yes, Mistress. I need it. I need you to help me." She smirks, her eyes searching yours. "Very well. Come here." She gestures for you to stand in front of her. She reaches out and begins to <<linkreplace "caress your pussy.">> caress your pussy, her touch both gentle and teasing. You let out a soft moan, feeling the pleasure building inside you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/MassagePussy"+random(2)+".webp")]]
</div><br>
She continues to caress you, her fingers moving expertly over your sensitive flesh. You can feel the orgasm building, your body responding to her touch with a mix of arousal and submission. But just as you're about to reach the peak of your pleasure, she stops. She pulls her hand away, her eyes gleaming with a wicked intensity. "Not yet, $mainChar.firstName. You don't get to come that easily." You let out a soft cry of frustration, feeling a mix of humiliation and desire. "Please, Mistress. I need to come. I beg you, I'll do anything, let me worship your feet." <br><br>
She smirks, her eyes searching yours. "I don't have time for you, slut. You want to find your release? Then you'll have to work for it." She gestures to her leg, her eyes gleaming with a wicked intensity. "Come here. Rub yourself against my leg, against my heels. Show me how much you want it, how much you need it." You quickly comply, moving closer to her and beginning to <<linkreplace "rub yourself against her leg.">> rub yourself against her leg. The sensation of her smooth skin and the hard edge of her heels against your sensitive flesh is both arousing and humiliating. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/Alexandra/RubPussy"+random(1)+".webp")]]
</div><br>
You continue to rub yourself against her, your movements growing more desperate as you seek your release. Alexandra watches you with a mix of amusement and satisfaction, her eyes never leaving yours. "That's it, pet" she says, her voice filled with a mix of praise and humiliation. "Hump on my leg like the bitch you are."<br><br>
You let out a soft cry, feeling the pleasure building inside you. You continue to rub yourself against her, your movements growing more frantic as you seek your release. Finally, you reach the peak of your orgasm, your body convulsing with pleasure as you find your release. You collapse against her, your breath coming in ragged gasps as you recover from the intense sensation. Alexandra smiles, her eyes gleaming with a mix of satisfaction and dominance. "Now, get back to work you horny slut." You nod, feeling a sense of submission and gratitude. "Yes, Mistress. I'll get right back to work. Thank you for your time."<br><br>
[[Go back to work->Office Desk]]<br><br>
<<HaveASexWidget "masturbated" "stranger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</linkreplace>>
<</linkreplace>>
<</if>>
<<if isNaN($mainChar.work.secretary.AlexRelationship)>>
<<set $mainChar.work.secretary.AlexRelationship =1>>
<<else>>
<<set $mainChar.work.secretary.AlexRelationship +=1>>
<</if>>
<<set $mainChar.work.secretary.AlexLastEncounter to $dayCount>>
<<if $mainChar.work.secretary.AlexRelationship ==0 or isNaN($mainChar.work.secretary.AlexRelationship)>>
<<goto Alexandra>>
<<elseif $mainChar.work.secretary.AlexRelationship ==5 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1 and $mainChar.corruption >=25>>
<<goto Alexandra>>
<<elseif $mainChar.work.secretary.AlexRelationship ==7 and $dayCount > $mainChar.work.secretary.AlexLastEncounter +1 and $mainChar.corruption>=30>>
<<goto Alexandra>>
<<elseif $mainChar.work.secretary.AlexRelationship >= 10 and $dayCount >= $mainChar.work.secretary.AlexLastEncounter + random(5) and $mainChar.corruption>=45 and random(2) is 0>>
<<goto Alexandra>>
<</if>>
<<if $mainChar.work.secretary.experience >=5 and $mainChar.work.secretary.BossRelationship ==1>>
<<goto "Boss">>
<<elseif $mainChar.work.secretary.experience >=10 and $mainChar.work.secretary.BossRelationship ==2 and $mainChar.corruption>=15>>
<<goto "Boss">>
<<elseif $mainChar.work.secretary.experience >=20 and $mainChar.work.secretary.BossRelationship ==3 and $mainChar.corruption>=30>>
<<goto "Boss">>
<<elseif $mainChar.work.secretary.experience >=35 and $mainChar.work.secretary.BossRelationship ==4 and $mainChar.corruption>=40>>
<<goto "Boss">>
<<elseif $mainChar.work.secretary.experience >=50 and $mainChar.work.secretary.BossRelationship ==5 and $mainChar.corruption>=70>>
<<goto "Boss">>
<</if>>
<<if random(4) is 0>>
<<set $mainChar.work.secretary.event to "meeting">>
<<goto "Office Misc Events">>
<<elseif random(4) is 0>>
<<set $mainChar.work.secretary.event to "report">>
<<goto "Office Misc Events">>
<</if>><<set _money to Math.round(random($mainChar.money / 10 , $mainChar.money / 3))>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Street/GettingRobbed"+$timeOfDay+".jpg")]]</div>
As you walk down the street, the cool evening air brushing against your skin, you suddenly feel a presence behind you. Before you can react, an individual steps in front of you, blocking your path. His eyes are cold and his expression is menacing. He leans in close, his voice low and threatening.<br><br>
"Give me all the money you have, bitch." he demands, his hand reaching out as if to emphasize his point. Your heart races as you quickly assess the situation. <br><br>
<span id='money'><<linkreplace "Give him your money">>
You know better than to argue or resist. With trembling hands, you reach into your pocket and pull out the cash you have on you. You hand it over to him, your eyes never leaving his face. He snatches the money from your hand, his gaze lingering on you for a moment longer. "You're pathetic," he spits out, his voice dripping with contempt. "Next time, don't make it so easy."<br><br>
With that, he turns and walks away, disappearing into the crowd. You stand there, frozen for a moment, as the adrenaline slowly subsides. You take a deep breath, trying to calm your racing heart, and [[continue on your way,->Go out]] grateful that the encounter is over but shaken by the experience.<br><br>
<p class="minus">-_money Money</p> <<set $mainChar.money -= _money>>
<<replace #run>><</replace>><<replace #suck>><</replace>><</linkreplace>><br></span>
<span id='taser'><<if $inventory.techItems['Self-defense taser']>>
<<if $inventory.techItems['Taser recharges'].count >0>>
<<linkreplace 'Use your taser'>>
Your heart races, but you keep your composure. You reach into your pocket, your fingers wrapping around the cool metal of your taser. You look him straight in the eye, your voice steady. "I don't think so," you say, pulling out the taser and aiming it at him. Before he can react, you press the trigger. The taser crackles to life, sending a jolt of electricity through the air. The man convulses, his body shaking as the current courses through him. He collapses to the ground, incapacitated.<br><br>
You stand over him, your breath coming in quick gasps. You feel a mix of relief and adrenaline, knowing you've protected yourself. You quickly gather your belongings and [[rush out of the alley,->Go out]] leaving the would-be thief behind, a reminder of the dangers of the city and the importance of being prepared.
<<replace #run>><</replace>><<replace #suck>><</replace>><<replace #money>><</replace>><</linkreplace>>
<<else>>
Your taser is empty !
<</if>>
<br><</if>></span>
<span id='run'><<linkreplace "Sprint away">>
<<if $mainChar.look.clothes.feet.name.toLowerCase().indexOf('heel') == -1 and $mainChar.energy >=20 and $mainChar.fitness >=75>>
Fear surges through you, but you don't let it paralyze you. Instead, you tap into your fitness training, your muscles tensing and ready to act. In a split second, you make your decision. You spin around and take off, sprinting down the street as fast as your legs will carry you.<br>
Your heart pounds in your chest, and your breath comes in quick, sharp gasps. The sound of your footsteps echoes off the pavement, mixing with the distant hum of the city. You can hear the man shouting behind you, but you don't look back. You focus on the rhythm of your stride, pushing yourself harder and faster. The adrenaline courses through your veins, giving you an extra burst of speed. You dart around corners, weaving through alleys and side streets, putting as much distance between you and your pursuer as possible. The cityscape blurs around you, but you keep going, driven by the instinct to survive.<br><br>
Finally, after what feels like an eternity, you slow down, your lungs burning and your legs aching. You glance over your shoulder, but there's no sign of the man. You've outrun him. Relief washes over you, and you take a moment to catch your breath, grateful for your fitness and the quick thinking that saved you from a dangerous situation. You take a moment to catch your breath, feeling a mix of emotions as you gather yourself and prepare to [[continue on your way.->Go out]]<br><br>
<<MainChar_Stats "energy" "-20">>
<<else>>
<<if $mainChar.look.clothes.feet.name.toLowerCase().indexOf('heels') !== -1 >>
Fear surges through you, but you don't let it paralyze you. Instead, you spin around and take off, sprinting down the street as fast as your legs will carry you. However, your heels make it difficult to run. You stumble, your ankle twisting painfully as you try to maintain your balance. The man catches up to you easily, his heavy footsteps closing in behind you. You try to scream, but his hand clamps over your mouth, muffling your cries. <br><br>
<<elseif $mainChar.energy <=20 or $mainChar.fitness<=75>>
Fear surges through you, but you don't let it paralyze you. Instead, you spin around and take off, sprinting down the street as fast as your legs will carry you. Despite your best efforts, you hear his footsteps growing closer. Panic rises within you, but you refuse to give up. You push yourself even harder, but it's not enough. He catches up to you, grabbing your arm and pulling you to a stop.<br><br>
<</if>>
He pushes you roughly against the wall, his breath hot on your face. "You shouldn't have run," he sneers, his eyes filled with malice. He quickly searches your pockets and purse, taking all the money you have. But he doesn't stop there. With a cruel laugh, he forces you to the ground, pinning you down with his weight. You struggle, but he's too strong. He tears at your clothes, his hands rough and unyielding. You feel a wave of terror and helplessness as he forces himself on you, taking what he wants without mercy.<br><br>
<<if $timeOfDay is "Day">>
<div class="default-image-wrapper">[img[String.format($urlPath + '/Street/Exhib/Forced'+random(2)+'.webp')]]</div><br>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + '/Street/Exhib/Forced3.webp')]]</div><br>
<</if>>
Surprisingly, you find that it doesn't displease you as much as you thought it would. There's a strange mix of fear and excitement coursing through your veins. The sensation of his rough hands on your body, the raw power he exerts, stirs something deep within you. You stop struggling, giving in to the moment, allowing yourself to be taken.
The world around you blurs into a haze of intense sensations. You feel a mix of pain and pleasure, a confusing blend of emotions that you can't quite understand. As he finishes, you lie there, breathing heavily, your body still tingling from the unexpected encounter.<br><br>
As he leaves, you're left with a sense of shock and confusion. The night feels different, charged with a new kind of energy. You stand up slowly, adjusting your clothes, and take a deep breath, trying to process what just happened. Despite the circumstances, you can't shake the feeling that there was something strangely thrilling about the experience. You [[continue on your way.->Go out]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "money" "- _money">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "hair" "- combed">>
<</if>>
<<replace #money>><</replace>><<replace #suck>><</replace>><<replace #taser>><</replace>><</linkreplace>><br></span>
<span id='suck'><<if $mainChar.corruption >=40>> <<linkreplace "Suck him instead">>
"I don't have any money," you say, trying to keep your voice steady. "But I can offer you something else." The man's eyes narrow, but there's a flicker of interest in his gaze. "What are you talking about?" he growls.<br><br>
"I can suck you off," you say, your heart pounding in your chest. "Would that be enough?" He hesitates for a moment, considering your offer. Then, with a nod, he agrees. "Fine. But you better make it good." You take a deep breath, steeling yourself for what's about to happen. You lead him to a nearby alley, away from the prying eyes of passersby. The air is cool and damp, and the sound of distant traffic fills the silence. You kneel down in front of him, your heart racing as you prepare to fulfill your end of the bargain. <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + '/RedLight/BackAlley/'+$timeOfDay+'/bj{0}.webp',random(6))]]</div><br>
The man unzips his pants, and you take him into your mouth, determined to make good on your promise. The sounds of wet, slurping noises fill the alley as you work, focusing on providing the best service possible. Despite the circumstances, you feel a sense of control and power, knowing that you've managed to turn a threatening situation into something you can handle. <br><br>
<<if $mainChar.corruption >= 50>>
But as you continue, you notice a change in his demeanor. He becomes more aggressive, his hands gripping your hair tightly. Suddenly, he pulls you up and lifts you against the wall, his intentions clear. He wants more.<br><br>
"I want to fuck you," he growls, his breath hot on your face. Before you can react, he's already pulling your underwear aside. You feel a mix of fear and resignation as he enters you, the rough brick wall pressing against your back. The sound of his heavy breathing and the rhythmic slapping of skin against skin fill the alley. You close your eyes, trying to disconnect from the moment, focusing on the sensation and the knowledge that this will soon be over.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + '/RedLight/BackAlley/'+$timeOfDay+'/Fuck{0}.webp',random(6))]]</div><br>
As he finishes, you feel a wave of relief wash over you. He pulls away, adjusting his clothes. "You're not bad," he says, his voice still harsh. "But I'm still taking some of your money." He reaches into your pocket and takes a handful of cash, leaving you with a portion of it. You feel a mix of relief and anger as he stuffs the money into his pocket.<br><br>
"Consider it a tip," he sneers, before turning and disappearing down the alley, leaving you alone with your thoughts. You take a moment to catch your breath, feeling a mix of emotions as you gather yourself and prepare to [[continue on your way.->Go out]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "money" "- _money/2">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "intellect" "-1">>
<<else>>
Suddenly, he tenses and releases into your throat. You swallow quickly, feeling the warmth spread through you. "You're not bad," he says, his voice still harsh. "But I'm still taking some of your money." He reaches into your pocket and takes a handful of cash, leaving you with a portion of it. You feel a mix of relief and anger as he stuffs the money into his pocket.<br><br>
"Consider it a tip," he sneers, before turning and disappearing down the alley, leaving you alone with your thoughts. You stand up slowly, feeling a mix of emotions. Your throat is sore, and your knees ache from the hard ground. You take a deep breath, trying to process what just happened. You stand up slowly, brushing off your knees, and make your way back to the street, ready to [[continue on your journey.->Go out]]<br><br>
<<HaveASexWidget "bj" "stranger">>
<<MainChar_Stats "money" "- _money/2">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<replace #run>><</replace>><<replace #money>><</replace>><<replace #taser>><</replace>><</linkreplace>><</if>></span>
<<set $mainChar.school.fees to $dayCount>>
@@.default-image-wrapper;
[img[String.format($urlPath + "/bedroom/bedroom_"+ $timeOfDay +".jpg")]]
@@<br>
You are in your bedroom, the soft glow of the setting sun casting a warm light through the window. The room is your sanctuary, filled with personal touches and the comforting scent of your favorite perfume. Suddenly, the door creaks open, and your father steps in.<br><br>
"Hey, $mainChar.firstName" he says, his voice deep. "It's that time again. I need the $100 for your school fees and your share of the rent." You look up from what you were doing. "Of course," you reply, reaching for your wallet on the nightstand.
<<if $mainChar.money >=100>>
You count out the bills carefully and hand them to him. He takes the money, his eyes meeting yours briefly before he nods. "Thanks," he says, his tone softening slightly. "You know how important it is to keep up with these things." You nod, understanding the weight of responsibility that comes with being part of a family. As the door closes behind him, you take a deep breath, ready to [[continue your day.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "money" "-100">>
<<elseif $dad.relationship <40 and $mainChar.corruption <=60>>
You look up at him, a mix of anxiety and guilt washing over you. "I... I don't have it," you admit, your voice barely above a whisper. His expression darkens, and you can see the disapproval in his eyes. "What do you mean you don't have it?" he demands, his voice rising slightly. "You know the rules. You have responsibilities, and I expect you to meet them."<br><br>
You swallow hard, trying to find the right words. "I'm sorry, Dad. I've been trying to save up, but things have been tight. I promise I'll get the money soon." He crosses his arms, his stance unyielding. "That's not good enough. You need to take your responsibilities seriously. I won't have you shirking your duties. Give me what you have."<br><br>
You feel a knot form in your stomach, the weight of his disappointment heavy on your shoulders. He takes the few bills you have, his eyes meeting yours briefly before he nods. You know you need to find a solution, and fast. The room feels smaller, the air thicker, as you try to think of a way to make things right. As the door closes behind him, you take a deep breath, ready to [[continue your day.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "money" "-$mainChar.money">>
<<else>>
You look up at him, a mix of anxiety and guilt washing over you. "I... I don't have it," you admit, your voice barely above a whisper. His expression darkens, and you can see the disapproval in his eyes. "What do you mean you don't have it?" he demands, his voice rising slightly. "You know the rules. You have responsibilities, and I expect you to meet them."<br><br>
You swallow hard, trying to find the right words. "I'm sorry, Dad. I've been trying to save up, but things have been tight. I promise I'll get the money soon." He crosses his arms, his stance unyielding. "That's not good enough. You need to take your responsibilities seriously. I won't have you shirking your duties. Give me what you have."<br><br>
<span id='give'><<linkreplace "Give him some money">>
You feel a knot form in your stomach, the weight of his disappointment heavy on your shoulders. He takes the few bills you have, his eyes meeting yours briefly before he nods. You know you need to find a solution, and fast. The room feels smaller, the air thicker, as you try to think of a way to make things right. As the door closes behind him, you take a deep breath, ready to [[continue your day.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "money" "-$mainChar.money">>
<<replace #alt>><</replace >><</linkreplace>><br></span>
<span id='alt'><<linkreplace "Propose an alternative">>
An idea forms in your mind, and you take a deep breath, steeling yourself for what you're about to do. "What if... what if I offered an alternative payment?" you suggest, your voice soft and tentative. You reach out, gently caressing his crotch, feeling the heat of his body through his pants. He looks down at you, a mix of surprise and desire in his eyes. "What are you suggesting?" he asks, his voice gruff.<br><br>
"Let me take care of you, Daddy," you say, your voice taking on a childlike tone. "I can make you feel good, and maybe that can be my payment for now." He hesitates for a moment, then nods, his breath catching in his throat. You kneel down in front of him, your hands trembling slightly as you unzip his pants. You take him into your mouth, your lips and tongue working in rhythm, determined to please him.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Fuck/bj"+random(3) +".webp")]]
@@<br>
The sounds of wet, slurping noises fill the room as you work, your mind focused on pleasing your dad. After a while, he pulls you up, his hands firm on your shoulders. He turns you around, bending you over the bed, and you feel him enter you from behind. You let out a soft moan, your body adjusting to the sensation. "Yes, Daddy," you whisper, playing the role of the obedient daughter. "Take me, please."
<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Fuck/Fuck"+ either("","Anal")+random(6) +".webp")]]
@@<br>
He moves with a steady rhythm, his hands gripping your hips tightly. The room is filled with the sounds of flesh against flesh, and you feel a mix of pleasure and submission. You continue to speak in a childlike voice, encouraging him, "You feel so good, Daddy. I love it when you take care of me like this." Suddenly, you feel him release inside you, his body shuddering with pleasure. He continues to thrust a few more times before finally slowing down and stopping. He leans over and plants a gentle, paternal kiss on your forehead.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/brothers_room/Fuck/Creampie"+ random(2) +".webp")]]
@@<br>
"Give me whatever money you have for now," he says, his voice softening slightly. "We'll figure out the rest later." With that, he leaves the room, closing the door behind him. You collapse onto your bed, exhausted and spent. You can feel your father's semen dripping from your pussy, a lingering reminder of what just happened. You take a moment to catch your breath, feeling a mix of relief and confusion as you lie there, your body still tingling from the encounter. You take a deep breath, ready to [[continue your day.->Bedroom]]<br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "90">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "money" "-$mainChar.money">>
<<replace #give>><</replace >><</linkreplace>><br></span>
<</if>>
<h5>SWEAMWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.torso>>
<<if $wardrobe.clothes.torso[_itemTitle].swim === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.torso[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.torso.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesTorso'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $wardrobe.clothes.torso[_itemTitle] >>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<set $mainChar.look.clothes.legs = $emptyItem>>
<<set $mainChar.look.lingerie.chest = $emptyItem>>
<<set $mainChar.look.lingerie.groin = $emptyItem>>
<</if>>
<</link>>
<<onhover>>
<<replace #DollClothesTorso>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieChest'>><img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'"><</replace>>
<</if>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.torso>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.torso = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle2].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle2].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle2].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<if $mainChar.look.lingerie.chest.name != ''>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>><</if>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.torso[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
</tbody>
</table>
<<if $wardrobe.outfitPresets != undefined>>
<<for _outfitTitle, _outfit range $wardrobe.outfitPresets>>
<<if _outfit.type is 'swim'>>
<<capture _outfitTitle, _outfit>>
<br><u>_outfit.name</u> -
<<link "Wear">>
<<set $mainChar.look.clothes = clone(_outfit.clothes)>>
<<goto $currentPassage>>
<</link>> |
<<link "Update set">>
<<set $wardrobe.outfitPresets[_outfitTitle].clothes = clone($mainChar.look.clothes)>>
<<goto $currentPassage>>
<</link>>
<</capture>>
<</if>>
<</for>><br><br><</if>><<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Pharmacy_CumReac.jpg")]]</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the pharmacy nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the pharmacy.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Pharmacy.jpg")]]</div>
You step into Vitality Vista Pharmacy, the automatic doors sliding open with a soft whoosh. The air inside is cool and refreshing, a welcome change from the heat outside. The pharmacy is brightly lit, with clean, white walls and shelves lined with an array of medications, supplements, and health products. The scent of antiseptic and a hint of lavender fills the air, creating a sense of cleanliness and well-being.<br>
<h4>PRODUCTS</h4>
<<for _cosmeticItemTitle, _cosmeticItem range $Mall.pharmacy>>
<<if _cosmeticItem.name.toLowerCase().indexOf('condom') == -1>>
<<DeviceItemWidget _cosmeticItem>>
<</if>>
<</for>>
<h4>PROTECTION</h4>
<<for _cosmeticItemTitle, _cosmeticItem range $Mall.pharmacy>>
<<if _cosmeticItem.name.toLowerCase().indexOf('condom') !== -1>>
<<DeviceItemWidget _cosmeticItem>>
<</if>>
<</for>>
<br>
<br>
[[Go back->Mall]]
<</if>><<if !isNaN($inventory.cosmetics['Fitness Pills']) and $inventory.cosmetics['Fitness Pills'].count > 0 and $mainChar.tookFitnessPill != 'true'>>
You can <<link "take a fitness pill">>
<<set $mainChar.tookFitnessPill to 'true'>>
<<goto $currentPassage>>
<</link>>
<<elseif $mainChar.tookFitnessPill is 'true'>>
You already took a fitness pill. <</if>><br><br>
<h5>UPPERWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.torso>>
<<if $wardrobe.clothes.torso[_itemTitle].sport === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.torso[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.torso.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesTorso'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.torso[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.torso = $wardrobe.clothes.torso[_itemTitle] >>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<set $mainChar.look.clothes.legs = $emptyItem>>
<<set $mainChar.look.lingerie.chest = $emptyItem>>
<<set $mainChar.look.lingerie.groin = $emptyItem>>
<</if>>
<</link>>
<<onhover>>
<<replace #DollClothesTorso>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$mainChar.appearance.chest.size}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieChest'>><img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'"><</replace>>
<</if>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.torso>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.torso = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle2].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle2].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle2].brightness+ '%);'">
<</replace>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <</replace>>
<<replace '#DollLingerieGroin'>> <</replace>>
<<replace '#DollLingerieChest'>> <</replace>>
<</if>>
<<onmouseout>>
<<if $mainChar.look.clothes.torso.name != ''>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>>
<<if $wardrobe.clothes.torso[_itemTitle].swim is 'true'>>
<<replace '#DollClothesLegs'>> <img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<<replace '#DollLingerieGroin'>> <img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<<if $mainChar.look.lingerie.chest.name != ''>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<<else>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/MainBody/Chest/${ $dollChestSizeTorsoClothes}.png`">
<</replace>>
<</if>><</if>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.torso[_itemTitle].description >>
</td>
</tr>
<</if>>
<</if>>
<</for>>
</tbody>
</table>
<h5>BOTTOMWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.legs>>
<if $wardrobe.clothes.legs[_itemTitle].sport === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.legs[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.legs.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.legs[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.legs = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.legs[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.legs = $wardrobe.clothes.legs[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.legs[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.legs[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.legs[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.legs>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.legs = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.legs[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
</tbody>
</table>
<h5>SOCKS</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.calves>>
<<if $wardrobe.clothes.calves[_itemTitle].sport === 'true'>>
<tr>
<td>
<<capture _itemTitle>>
<<if $wardrobe.clothes.calves[_itemTitle].name === $mainChar.look.clothes.calves.name>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.calves[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.calves = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesCalves'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<div id="DollClothesCalves">
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.calves[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.calves = $wardrobe.clothes.calves[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$wardrobe.clothes.calves[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.calves[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.calves[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.calves[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<div id="DollClothesCalves">
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.calves[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<h5>FOOTWEAR</h5>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.feet>>
<<if $wardrobe.clothes.feet[_itemTitle].sport === 'true'>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.feet[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.feet.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.feet[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.feet = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.feet[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.feet = $wardrobe.clothes.feet[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.feet[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.feet[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.feet[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.feet>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.feet = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.feet[_itemTitle].description >>
</td>
</tr>
<</if>><</if>>
<</for>>
</tbody>
</table>
<<if $wardrobe.outfitPresets != undefined>>
<<for _outfitTitle, _outfit range $wardrobe.outfitPresets>>
<<if _outfit.type is 'sport'>>
<<capture _outfitTitle, _outfit>>
<br><u>_outfit.name</u> -
<<link "Wear">>
<<set $mainChar.look.clothes = clone(_outfit.clothes)>>
<<goto $currentPassage>>
<</link>> |
<<link "Update set">>
<<set $wardrobe.outfitPresets[_outfitTitle].clothes = clone($mainChar.look.clothes)>>
<<goto $currentPassage>>
<</link>>
<</capture>>
<</if>>
<</for>><br><br><</if>><div class="default-image-wrapper"> [img[String.format($urlPath + "/park/Night/WalkNight.jpg")]]</div><br>
You decide to venture deeper into the park, the cool night air providing a refreshing contrast to the warmth of the day. Despite the lugubrious atmosphere, there's something invigorating about the stillness and the quiet. You take a deep breath, feeling the tension in your shoulders ease slightly as you walk along the dimly lit path.<br><br>
The sound of your footsteps echoes softly, the only accompaniment to the distant hum of the city. The trees rustle gently in the breeze, their leaves whispering secrets to the night. You can feel the weight of the day lifting, replaced by a sense of calm and solitude. However, the park's eerie silence is occasionally punctuated by distant, unidentifiable noises that send a shiver down your spine. The shadows seem to shift and move in ways that make you question whether you're truly alone. Despite the unease, you press on, determined to enjoy the solitude and the fresh air, even if it comes with a touch of fear.<br><br>
<<if random(0) is 0>>
<<set _event to either('wait', 'suck','group','rape')>>
<</if>>
<<if _event is 'wait'>>
As you continue to walk through the park, the cool night air filling your lungs, <<linkreplace "you notice a figure standing.">> you notice a figure standing beneath one of the flickering streetlights. The woman is dressed in high heels and a provocative outfit that leaves little to the imagination. Her makeup is bold, and her posture is confident, despite the eerie atmosphere of the park. "Hey there," she calls out, her voice soft but carrying through the still air. "Looking for some company?" <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/park/Night/Prostitute"+random(1)+".webp")]]</div><br>
<<if random(2) is 0 and $mainChar.work.brothel.experience !=0>>
Suddenly, recognition dawns on her face. "Oh my god, it's you! You're the girl from the brothel!" she exclaims, her voice filled with excitement. "Candy?" you ask, surprised to see her here. "Yeah, it's me!" she giggles, her voice taking on a distinctly ditzy tone. "What are you doing out here?" she add. "I was just taking a walk to clear my head," you explain. "What about you? Why aren't you at the brothel?" Candy shrugs, her eyes sparkling with mischief. "Oh, I still work there, but sometimes I like to come out here and get some fresh air, you know? Plus, I love banging outdoors. It's so much more exciting! I just sucked like five dicks and got fucked in the ass by three guys. It's been a busy night!"<br><br>
<<if $mainChar.isWhore>>
You chuckle, appreciating her frankness. "Well, I can relate. I love like being fucked outdoors too. There's something about the fresh air that makes it even better." Candy nods enthusiastically. "Right? It's like, the more dicks, the merrier! And doing it outside just adds that extra thrill, you know?" You both laugh, feeling a sense of connection and understanding. The park may be eerie and a bit dangerous, but with Candy by your side, it feels a little less daunting. You continue to chat, sharing stories and experiences, feeling a sense of camaraderie in the shared world of sex work. After a moment, you focus on the path ahead, determined to [[return to the entrance.->Park]]<br><br>
<<set $minute +=50>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<<else>>
She pauses, looking at you with a mischievous glint in her eye. "You should try it too, you know. It's a lot of fun!" You shake your head, a small smile playing on your lips. "I appreciate the offer, but I think I'll stick to my walks for now." Candy shrugs, still grinning. "Suit yourself, but if you change your mind, you know where to find me!"
she replies, waving goodbye as you continue on your way. The encounter adds a layer of surrealism to the already eerie atmosphere of the park, reminding you that the night holds more than just shadows and silence. You focus on the path ahead, determined to leave the fantasy behind and [[return to the entrance.->Park]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<<else>>
You hesitate for a moment, not sure how to respond. Before you can say anything, she takes a closer look at you and her expression changes. "Oh, you're a girl," she says, her tone shifting from seductive to matter-of-fact. "Sorry, sweetie, but I only deal with dicks. Nothing personal, just business."<br><br>
<<if $mainChar.isWhore>>
As you continue on your way, you can't help but think about your own experiences in the red light district. You know the ins and outs of the business, the risks and the rewards. You wonder if this part of the park pays as well as the alleys you're familiar with. The thought lingers in your mind, adding a layer of intrigue to the already eerie atmosphere of the park. How much has she made tonight? How many cocks has she sucked? The questions linger in your mind as you walk, the eerie atmosphere of the park now tinged with a sense of familiarity and curiosity. You focus on the path ahead, determined to leave the fantasy behind and [[return to the entrance.->Park]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<<else>>
As you continue on your way, leaving the prostitute behind, your mind begins to wander. You can't help but think about her situation, imagining what it must be like to stand there, night after night, offering her body to strangers for money. The thought sends a shiver down your spine, a mix of curiosity and unease. You picture yourself in her place, dressed in provocative clothing, waiting for the next client. The image of sucking and fucking in a public place for money flashes through your mind, and you feel a sudden rush of excitement. The idea of being desired, of being used for pleasure, stirs something deep within you. <br><br>
But as quickly as the fantasy takes hold, you snap back to reality. A wave of shame washes over you, and you feel your cheeks flush with embarrassment. You shake your head, trying to dispel the thoughts. What is wrong with you? How could you be excited by something so degrading and dangerous? You focus on the path ahead, determined to leave the fantasy behind and [[return to the entrance.->Park]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<</if>>
<</linkreplace>>
<<elseif _event is 'suck'>>
As you continue to walk through the park, the cool night air filling your lungs, <<linkreplace "you see a figure kneeling.">> you see a figure kneeling on the ground. As you get closer, you realize it's a prostitute, dressed in high heels and provocative clothing. She is on her knees, her head bobbing rhythmically as she performs oral sex on someone hidden in the shadows. The scene is both shocking and intriguing, and you can't help but pause, your eyes fixed on the intimate act.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/park/Night/ProstituteSuck"+random(1)+".webp")]]</div><br>
<<if $mainChar.isWhore>>
As you continue on your way, you can't help but think about your own experiences in the red light district. You know the ins and outs of the business, the risks and the rewards. You wonder if this part of the park pays as well as the alleys you're familiar with. The thought lingers in your mind, adding a layer of intrigue to the already eerie atmosphere of the park. How much has she made tonight? How many cocks has she sucked? The questions linger in your mind as you walk, the eerie atmosphere of the park now tinged with a sense of familiarity and curiosity. You focus on the path ahead, determined to leave the fantasy behind and [[return to the entrance.->Park]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-10">>
<<else>>
As you continue on your way, leaving the prostitute behind, your mind begins to wander. You can't help but think about her situation, imagining what it must be like to stand there, night after night, offering her body to strangers for money. The thought sends a shiver down your spine, a mix of curiosity and unease. You picture yourself in her place, dressed in provocative clothing, waiting for the next client. The image of sucking and fucking in a public place for money flashes through your mind, and you feel a sudden rush of excitement. The idea of being desired, of being used for pleasure, stirs something deep within you. <br><br>
But as quickly as the fantasy takes hold, you snap back to reality. A wave of shame washes over you, and you feel your cheeks flush with embarrassment. You shake your head, trying to dispel the thoughts. What is wrong with you? How could you be excited by something so degrading and dangerous? You focus on the path ahead, determined to leave the fantasy behind and [[return to the entrance.->Park]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<</linkreplace>>
<<elseif _event is 'group'>>
As you walk deeper into the park, the cool night air providing a refreshing contrast to the warmth of the day, <<linkreplace "you notice a figure.">> you notice a figure in the distance. The scene is illuminated by the faint glow of a nearby streetlight, casting an eerie light on the tableau before you. A woman, dressed in high heels and provocative clothing, is bent over, her body positioned in a way that leaves little to the imagination. She is engaged in a graphic act, her mouth working on one man while another stands behind her, thrusting into her from behind. The sounds of wet, rhythmic noises and muffled moans fill the air, breaking the otherwise silent night.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/park/Night/ProstituteGroup"+random(1)+".webp")]]</div><br>
"Yes, yes, more!" she cries out, her voice filled with a mix of pain and pleasure. "Use me like the dirty slut I am!" The men laugh and comply, their movements becoming rougher and more degrading. The whore's face is a mask of bliss, her eyes rolling back as she surrenders completely to the sensation. She begs for more, her words slurred and desperate. "I'm just a worthless whore," she moans, her body convulsing with each thrust. "Treat me like the trash I am. I love it, I need it! Fuck me like you hate me!"<br><br>
You freeze in your tracks, your heart pounding in your chest. The sight is shocking and unexpected, a stark contrast to the tranquility you had been seeking. The woman's movements are deliberate and intense, her body responding to the dual sensations with a mix of pleasure and submission. The men, their faces hidden in the shadows, seem completely absorbed in the act, their bodies moving in sync with hers. The scene is raw and primal, a display of unbridled lust and desire. <br><br>
<<if !$mainChar.isWhore>>
As you continue on your way, you can't help but think about your own experiences in the red light district. You know the ins and outs of the business, the risks and the rewards. You wonder if this part of the park pays as well as the alleys you're familiar with. The thought lingers in your mind, adding a layer of intrigue to the already eerie atmosphere of the park. How much has she made tonight? How many cocks has she sucked? The questions linger in your mind as you walk, the eerie atmosphere of the park now tinged with a sense of familiarity and curiosity. You focus on the path ahead, determined to leave the fantasy behind and [[return to the entrance.->Park]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-10">>
<<else>>
As you continue on your way, leaving the prostitute behind, your mind begins to wander. You can't help but think about her situation, imagining what it must be like to stand there, night after night, offering her body to strangers for money. The thought sends a shiver down your spine, a mix of curiosity and unease. You picture yourself in her place, dressed in provocative clothing, waiting for the next client. The image of sucking and fucking in a public place for money flashes through your mind, and you feel a sudden rush of excitement. The idea of being desired, of being used for pleasure, stirs something deep within you. <br><br>
But as quickly as the fantasy takes hold, you snap back to reality. A wave of shame washes over you, and you feel your cheeks flush with embarrassment. You shake your head, trying to dispel the thoughts. What is wrong with you? How could you be excited by something so degrading and dangerous? You focus on the path ahead, determined to leave the fantasy behind and [[return to the entrance.->Park]]<br><br>
<<set $minute +=30>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-10">>
<</if>>
<</linkreplace>>
<<elseif _event is 'rape'>>
As you continue to walk through the park, the cool night air providing a refreshing contrast to the warmth of the day, you suddenly feel <<linkreplace "a strong grip on your arm.">> a strong grip on your arm. Before you can react, you're pulled off the path and into the dense woods. Your heart races as you struggle to free yourself, but the grip is unyielding.<br><br>
In the darkness, you can barely make out the figure of a man. He pushes you to the ground, his strength overpowering you. You try to scream, but his hand covers your mouth, muffling your cries. Panic surges through you as you realize what's about to happen. He tears at your clothes, exposing your body to the cold night air. You feel his rough hands on your skin, his touch both brutal and possessive. He forces your legs apart, and you feel him enter you, his movements forceful and unyielding. The sensation is intense, a mix of pain and unexpected pleasure.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/park/Night/Fuck"+random(3)+".webp")]]</div><br>
He takes you roughly, his hips moving with a relentless rhythm. You feel his breath hot on your neck, his words filled with humiliation and dominance. "Take that you dumb slut," he growls, his voice low and menacing. Surprisingly, you find yourself responding to his touch, your body betraying you as waves of pleasure wash over you. The humiliation and the roughness of his actions ignite something within you, a dark desire that you never knew existed. <br><br>
After what feels like an eternity, he lets out a final, guttural groan and pulls out of you, leaving you lying on the cold ground. You feel his semen dripping from your pussy, a tangible reminder of what just happened. He stands up, adjusts his clothes, and disappears into the darkness, leaving you alone and exposed. You lie there for a moment, your body trembling and your breath coming in ragged gasps. The night air feels colder now, and the silence of the park seems even more oppressive. You slowly stand up, your legs shaky and your mind reeling from the experience. As you gather your clothes and try to compose yourself, you can't shake the lingering sense of pleasure and confusion that courses through your veins. You gather your mind, determined to [[return to the entrance.->Park]]<br><br>
<<set $minute +=50>>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "arousal" "35">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<</linkreplace>>
<</if>><<set $mainChar.HasPetPlayed to $daycount>>
Your heart pounding with a mix of excitement and nervousness. He looks up from his desk, his eyes meeting yours with a questioning gaze. You take a deep breath and lower yourself to the floor, getting down on all fours like a dog. "Can you take me for a walk outside?" you ask, your voice soft and submissive.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_intro' +random(1)+'.webp')]]
@@<br>
He looks at you, a mix of surprise and amusement in his eyes. "You want to do this outside? Are you sure?" he asks, his voice taking on a dominant tone. You nod, your eyes filled with determination. "Yes, please. I want to be your good little doggie." He stands up and walks over to you, his steps slow and deliberate. He reaches down and begins to undress you, his hands rough and unyielding as he removes your clothes. You feel a sense of vulnerability and excitement as you are exposed, your body trembling with anticipation.<br><br>
Once you are completely naked, he takes the leash attached to the collar around your neck, sending a shiver down your spine. He gives the leash a firm tug, and you begin to crawl after him, your movements mimicking those of a dog. He leads you out of the room, the sound of your hands and knees against the floor echoing through the appartement. You feel a mix of humiliation and arousal as you follow him, your body responding to the sensation of being treated like an animal. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/BDSM/Leash_walk' + random(4) + '.webp')]]
@@<br>
He opens the door leading to the building hallway before <<linkreplace "leading you in the street.">> leading you in the street. As you step outside, the cool air hits your skin, and you feel a sense of exhilaration. You continue to crawl, your brother leading you down the street, the leash held firmly in his hand. You bark and make dog-like noises, fully embracing your role as his submissive pet.<br><br>
Passersby stare in shock and disbelief, their eyes wide with surprise and judgment. You feel a sense of shame and humiliation, but also a deep sense of satisfaction. You love the feeling of being dominated and treated like an object, and you revel in the attention, both positive and negative. Your brother continues to lead you, his steps firm and unyielding. He occasionally tugs on the leash, reminding you of your place and reinforcing his dominance. You respond with barks and whimpers, your body trembling with a mix of fear and desire. You embrace the pleasure caused by the humiliation.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/PetOutdoor/PetStreet' + random(3) + '.webp')]]
@@<br>
<<if random(1) is 0>>
You crawl on the pavement, leashed and collared, under the gaze of passerby. You notice that your brother is leading you <<linkreplace "to the city park.">> to the city park. As you approach it, the sounds of nature fill the air—birds chirping, leaves rustling, and the distant laughter of children playing. Your brother guides you through the entrance, and you feel a sense of freedom and excitement as you step onto the soft grass.<br><br>
He leads you along the winding paths, the earthy scent of the dirt trails filling your nostrils. You move with a rhythmic motion, your hands and knees sinking slightly into the ground with each step. The sensation of the grass and dirt beneath you is both comforting and stimulating, adding to the experience of being a dog. Your brother walks ahead of you, his grip on the leash firm and confident. He treats you like a true pet, his voice filled with commands and encouragement. "Good girl," he says, his voice filled with a mix of pride and dominance. "Keep up, little doggie."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/PetOutdoor/PetPark' + random(3) + '.webp')]]
@@<br>
You respond with barks and whimpers, your voice taking on a playful and submissive tone. You enjoy the feeling of being controlled and humiliated, knowing that you're pleasing your brother and fulfilling your role as his pet. The park is filled with people, some of whom glance your way with curiosity or disapproval. But you don't care; you're focused on your brother and the unique bond you share. The sun warms your skin, and the breeze rustles the leaves above you, creating a soothing background to your adventure. <br><br>
Your brother leads you to a secluded area, where the grass is lush and the trees provide shade. He sits down on a bench, and you kneel beside him, your body trembling with anticipation. He pets your head, his touch gentle yet firm. "You're a good bitch," he says, his voice filled with affection. You look at the landscape, feeling a sense of contentment and belonging. You're his pet, and he is your master. <br><br>
After a moment of contemplation, you <<linkreplace "follow your brother back home.">> follow your brother back home. The walk back is quieter, the excitement of the park giving way to a sense of calm and reflection. As you step into the house, you feel a mix of relief and sadness, knowing that your adventure is coming to an end. Your brother leads you into the kitchen, where he fills a bowl with milk and places it on the floor. He unclips the leash from your collar, the metal clasp clicking softly. You feel a pang of disappointment, knowing that your time as his pet is over for now.<br><br>
"Here you go, little doggie," he says, his voice filled with a mix of affection and dominance. "Drink up." You kneel down and begin to lap up the milk, your tongue making soft splashing sounds against the bowl. The cool liquid is refreshing, and you drink eagerly, feeling a sense of gratitude and submission.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/PetOutdoor/BackHome.webp')]]
@@<br>
As you finish drinking, your brother looks down at you, his expression filled with a mix of amusement and disdain. "You're really fucked up, you know that?" he says, his voice taking on a harsh tone. "Only a truly messed-up person would enjoy being humiliated like this." You look up at him, your eyes filled with a mix of sadness and acceptance. "I know," you say softly, your voice barely above a whisper. "But I can't help it. I like it when you treat me like this. I like being treated like a worthless, objectified slut." <br><br>
He shakes his head, a smirk playing on his lips. "You're pathetic," he says, his voice filled with contempt. "But I guess that's what makes you so much fun to play with." You feel a wave of humiliation wash over you, but you embrace it, knowing that this is part of your dynamic. You enjoy the feeling of being degraded and controlled, knowing that it brings you both pleasure. As you stand up, you feel a mix of exhaustion and satisfaction. You take a deep breath and [[walk back to your room.->Bedroom]]<br><br>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "150">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-50">>
<<MainChar_Stats "intellect" "-3">>
<</linkreplace>><</linkreplace>>
<<else>>
You crawl on the pavement, leashed and collared, under the gaze of passerby. You notice that your brother is leading you <<linkreplace "to the beach.">> to the beach. The sound of the waves crashing against the shore grows louder, and the scent of saltwater fills the air. You feel a sense of anticipation as you approach the sand, your hands and knees sinking slightly with each step. <br><br>
Your brother leads you onto the beach, the sand warm and soft beneath you. You feel a sense of freedom and exhilaration as you move through the dunes, the leash still firmly in your brother's grip. The sun warms your skin, and the sound of the ocean creates a soothing backdrop to your adventure. You continue to bark and whimper, your voice taking on a playful and submissive tone. Your brother treats you like a pet, his voice filled with commands and encouragement. "Good bitch," he says, his voice firm and dominant. "Keep up, little doggie." <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/PetOutdoor/PetBeach' + random(3) + '.webp')]]
@@<br>
As you explore the beach, you feel a sense of connection and intimacy with your brother. The sand shifts beneath you as you climb the dunes, the leash jingling softly with each movement. You feel the warmth of the sun on your back and the cool breeze against your skin. The beach is relatively quiet, but the few people who pass by cast curious glances in your direction, adding an extra layer of excitement and humiliation to the experience.<br><br>
After a moment of contemplation, you <<linkreplace "follow your brother back home.">> follow your brother back home. The walk back is quieter, the excitement of the park giving way to a sense of calm and reflection. As you step into the house, you feel a mix of relief and sadness, knowing that your adventure is coming to an end. Your brother leads you into the kitchen, where he fills a bowl with milk and places it on the floor. He unclips the leash from your collar, the metal clasp clicking softly. You feel a pang of disappointment, knowing that your time as his pet is over for now.<br><br>
"Here you go, little doggie," he says, his voice filled with a mix of affection and dominance. "Drink up." You kneel down and begin to lap up the milk, your tongue making soft splashing sounds against the bowl. The cool liquid is refreshing, and you drink eagerly, feeling a sense of gratitude and submission.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/brothers_room/PetOutdoor/BackHome.webp')]]
@@<br>
As you finish drinking, your brother looks down at you, his expression filled with a mix of amusement and disdain. "You're really fucked up, you know that?" he says, his voice taking on a harsh tone. "Only a truly messed-up person would enjoy being humiliated like this." You look up at him, your eyes filled with a mix of sadness and acceptance. "I know," you say softly, your voice barely above a whisper. "But I can't help it. I like it when you treat me like this. I like being treated like a worthless, objectified slut." <br><br>
He shakes his head, a smirk playing on his lips. "You're pathetic," he says, his voice filled with contempt. "But I guess that's what makes you so much fun to play with." You feel a wave of humiliation wash over you, but you embrace it, knowing that this is part of your dynamic. You enjoy the feeling of being degraded and controlled, knowing that it brings you both pleasure. As you stand up, you feel a mix of exhaustion and satisfaction. You take a deep breath and [[walk back to your room.->Bedroom]]<br><br>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "brother" "1">>
<<MainChar_Stats "corruption" "1" "150">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-50">>
<<MainChar_Stats "intellect" "-3">>
<</linkreplace>><</linkreplace>>
<</if>>
<</linkreplace>><<set $TattooItems to {
AbdomenFairy: {
name: 'Fairy',
obscenity: 10,
price: 200,
type: 'abdomen',
},
AbdomenButterfly: {
name: 'Butterfly',
obscenity: 10,
price: 250,
type: 'abdomen',
},
AbdomenFuckMe: {
name: 'Fuck Me',
obscenity: 50,
price: 350,
type: 'abdomen',
},
AbdomenNaughty: {
name: 'Naughty',
obscenity: 30,
price: 250,
type: 'abdomen',
},
AbdomenSlutty: {
name: 'Slutty',
obscenity: 50,
price: 250,
type: 'abdomen',
},
LeftAnkleFairy: {
name: 'Fairy',
obscenity: 10,
price: 210,
type: 'leftAnkle',
},
LeftAnkleFlowers: {
name: 'Flowers',
obscenity: 10,
price: 220,
type: 'leftAnkle',
},
LeftAnkleTribal: {
name: 'Tribal',
obscenity: 10,
price: 190,
type: 'leftAnkle',
},
LeftArmFairy: {
name: 'Fairy',
obscenity: 10,
price: 320,
type: 'leftArm',
},
LeftArmFlowers: {
name: 'Flowers',
obscenity: 10,
price: 320,
type: 'leftArm',
},
LeftArmTribal: {
name: 'Tribal',
obscenity: 10,
price: 300,
type: 'leftArm',
},
LeftThighFairy: {
name: 'Fairy',
obscenity: 10,
price: 340,
type: 'leftThigh',
},
LeftThighFlowers: {
name: 'Flowers',
obscenity: 10,
price: 340,
type: 'leftThigh',
},
LeftThighFuckMeMommy: {
name: 'Fuck Me Mommy',
obscenity: 60,
price: 470,
type: 'leftThigh',
},
LeftThighSlave: {
name: 'Slave',
obscenity: 80,
price: 350,
type: 'leftThigh',
},
LeftThighTribal: {
name: 'Tribal',
obscenity: 10,
price: 450,
type: 'leftThigh',
},
LeftThighTribalband: {
name: 'Tribal Line',
obscenity: 10,
price: 280,
type: 'leftThigh',
},
RightAnkleFairy: {
name: 'Fairy',
obscenity: 10,
price: 300,
type: 'rightAnkle',
},
RightAnkleFlowers: {
name: 'Flowers',
obscenity: 10,
price: 280,
type: 'rightAnkle',
},
RightAnkleTribal: {
name: 'Tribal',
obscenity: 10,
price: 260,
type: 'rightAnkle',
},
RightThighCuntLicker: {
name: 'Cunt Licker',
obscenity: 50,
price: 370,
type: 'rightThigh',
},
RightThighFairy: {
name: 'Fairy',
obscenity: 10,
price: 350,
type: 'rightThigh',
},
RightThighFlowers: {
name: 'Flowers',
obscenity: 10,
price: 340,
type: 'rightThigh',
},
RightThighFuckDoll: {
name: 'Fuck Doll',
obscenity: 70,
price: 360,
type: 'rightThigh',
},
RightThighTribal: {
name: 'Tribal',
obscenity: 10,
price: 450,
type: 'rightThigh',
},
RightThighTribalband: {
name: 'Tribal Line',
obscenity: 10,
price: 280,
type: 'rightThigh',
},
RightArmFairy: {
name: 'Fairy',
obscenity: 10,
price: 310,
type: 'rightArm',
},
RightArmFlowers: {
name: 'Flowers',
obscenity: 10,
price: 320,
type: 'rightArm',
},
RightArmTribal: {
name: 'Tribal',
obscenity: 10,
price: 300,
type: 'rightArm',
},
} >>
<<widget "TattooItemWidget">>
<<set _itemName = $args[0].name + ' (' + $args[0].count + ')'; >>
$args[0].name for $ $args[0].price-
<<mouseover>>
<<link "View">>
<<if $tattooShow == true>>
<<set $tattooShow = false>>
<<replace '#tattoo-image'>><</replace>>
<<else>>
<<set $tattooShow = true>>
<<replace '#tattoo-image'>>
[img[String.format($urlPath + '/PaperDoll/Tattoos/'+ $args[0].type +'/' + $args[0].name + '.png')]]
<</replace>>
<<endif>>
<</link>>
<<onhover>>
<<replace '#tattoo-image'>>
[img[String.format($urlPath + '/PaperDoll/Tattoos/'+ $args[0].type +'/' + $args[0].name + '.png')]]
<</replace>>
<<onmouseout>>
<<replace '#tattoo-image'>><</replace>>
<</mouseover>>
-
<<if State.variables.mainChar.look.tattoos[State.variables.args[0].type] && $mainChar.look.tattoos[$args[0].type].name == $args[0].name>>
You already this tattoo !
<<elseif State.variables.mainChar.look.tattoos[State.variables.args[0].type] && $mainChar.look.tattoos[$args[0].type].name != ''>>
You already have a tattoo here !
<<else>>
<<if $mainChar.money < $args[0].price>>
You don't have enough money
<<elseif $mainChar.corruption < $args[0].corruption>>
This is too obscene for you
<<else>>
<<link "Buy">>
<<set $mainChar.money -= $args[0].price>>
<<set $mainChar.look.tattoos[$args[0].type].name = $args[0].name>>
<<goto "Tattoo Operation">>
<</link>>
<<endif>>
<<endif>>
<br>
<</widget>><div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/Break.jpg")]]
</div><br>
As you step away from the bustling dining room, the clatter of dishes and the hum of conversation fade into the background. You make your way to the small staff room at the back, feeling the relief of a moment's respite wash over you. Your colleague, another waitress, is already there, taking a moment to relax. The room is filled with the scent of fresh coffee and the soft murmur of the radio playing in the corner. You both settle into the worn-out chairs, letting out a collective sigh as you enjoy the brief pause in your busy day.<br><br>
<<if $mainChar.corruption < 15>>
<<if random(1) is 0>>
She leans in, a mischievous glint in her eye. "You won't believe what happened to me earlier. I was between two tables, taking orders, and both customers started caressing my butt and thighs at the same time. It was so exciting!" You raise an eyebrow, intrigued. "Really? What did you do?"<br><br>
She laughs softly. "I just let them. It was a bit naughty, but they both left me a huge tip. Sometimes, a little flirting can go a long way." You both chuckle, sharing a moment of camaraderie. "Alright, let's get back out there," you say, feeling rejuvenated. She nods in agreement. "Yep, let's do this."
<<else>>
"Hey, how's your day going?" she asks, patting the seat next to her. You sit down with a sigh, grateful for the moment of rest. "It's been busy, but not too bad. How about you?" She leans in a bit closer, her eyes sparkling with a hint of mischief. "Well, something interesting happened earlier," she says, lowering her voice slightly. "There was this customer, really handsome, and as I was taking his order, he slipped his hand under my skirt and started to tease my clit."<br><br>
Your eyes widen in surprise, but she continues, "It was so unexpected and exciting. He had this confident smile, and his touch was gentle but firm. I could feel the warmth of his hand as he slid it up my thigh, and then his fingers found their way to my clit. He started to rub it and I had to bite my lip to keep from moaning out loud."<br><br>
She takes a sip of her coffee, her cheeks flushing slightly at the memory. "I could feel the heat building between my legs, and it was all I could do to keep taking his order without losing my composure." You listen intently, feeling a mix of curiosity and excitement. "Wow, that's quite a story. What happened after that?" She grins, "He left a huge tip. Like, way more than usual. It was definitely worth it." <br><br>
You both laugh, sharing a moment of camaraderie. The restaurant world is full of surprises, and sometimes, those surprises come with unexpected perks. You take a sip of your own coffee, feeling a sense of intrigue and wondering what the rest of your shift might bring.
<</if>>
<<elseif $mainChar.corruption < 20>>
<<if random(1) is 0>>
"You won't believe what happened to me today," she says, her eyes wide with a mix of amusement and disbelief. "This guy at one of my tables asked me to lift my skirt and show him my pussy in exchange for a big tip." You raise an eyebrow, intrigued. "And what did you do?"<br><br>
She leans in, lowering her voice. "Well, I thought about it for a moment. He was offering a lot of money, and I could really use it. So, I made sure no one was looking, and I discreetly lifted my skirt just enough for him to get a quick glimpse. He slipped me the cash right after, and let me tell you, it was worth it."<br><br>
You listen, a mix of surprise and curiosity on your face. "Wow, that's quite the story. Did anyone else notice?" She shakes her head. "No, I was careful. It was just a quick flash, and then I went back to taking his order like nothing happened. He was happy, and I got a nice bonus. It's crazy what people will do for a little extra cash."
<<else>>
"Hey, finally taking a break?" she asks, her eyes sparkling with a hint of mischief. You nod, grabbing a chair and sitting down next to her. "Yeah, it's been non-stop out there. How about you?" "You won't believe what happened to me earlier," she says, her eyes widening with a mix of disbelief and amusement. "There was this guy at one of my tables, and he kept giving me these looks, you know? Like he was trying to figure out if I'd be up for something."<br><br>
She pauses, glancing around to make sure no one else is within earshot. "So, he calls me over and says, 'I'll give you a big tip if you lift your shirt and show me your tits.' I was like, 'Seriously?' But then I thought, why not? The money was good, and it's not like anyone else was watching." She continues, detailing the scene. "I made sure no one was looking, and then I quickly lifted my shirt. He got this huge grin on his face, and I could see him trying not to stare too obviously. It was kind of awkward, but he kept his word and left me a massive tip. I mean, it was worth it, right?"<br><br>
You listen, a mix of surprise and curiosity on your face. "Wow, that's crazy," you reply, trying to process the story. "I can't believe you did that. But hey, if it paid off, good for you." She shrugs, a small smile playing on her lips. "Yeah, it was a bit weird, but sometimes you gotta do what you gotta do, right?"
<</if>>
<<elseif $mainChar.corruption < 30>>
<<if random(1) is 0>>
"You won't believe what happened to me today," she says, leaning in with a conspiratorial smile. "A customer asked me to suck him off under the table in exchange for a big tip." You raise your eyebrows, intrigued. "And what did you do?"<br><br>
She laughs softly. "Well, I thought about it for a second, and then I figured, why not? The money was good, and he was pretty discreet about it. So, I got down on my knees under the table, unzipped his pants, and took him in my mouth." You listen intently, a mix of curiosity and surprise on your face.<br><br>
"He was already hard, so it didn't take long," she continues. "I worked him with my mouth. He was moaning softly, trying not to draw attention. I could feel him getting close, so I sped up, and then he came. I swallowed it all, cleaned him up, and got back to work like nothing happened." <br><br>
She shrugs, a satisfied look on her face. "And the tip was worth it. I mean, it's not something I do every day, but sometimes you gotta do what you gotta do, right?"
You nod, taking in her story, feeling a mix of shock and admiration for her boldness.
<<else>>
"Hey, finally taking a break?" she asks, her eyes sparkling with a hint of mischief. You nod, grabbing a chair and sitting down next to her. "Yeah, it's been non-stop out there. How about you?" She leans in, her voice low and conspiratorial, as she shares a story that makes your eyes widen. <br><br>
"So, this client today, she asked me to lick her pussy under the table in exchange for a big tip," she says, a mischievous glint in her eyes. "I was like, 'Why not?' So, I got down on my knees and crawled under the table. She spread her legs for me, and I started licking her, slowly at first, then faster. She was so wet, and I could taste her juices. I licked and sucked until she started moaning softly. Then, she came, gushing all over my face. I swallowed every drop. After she finished, she handed me a napkin so I could clean up my face." <br><br>
You listen, a mix of shock and curiosity on your face. "Wow, that's... intense," you say, trying to process the details. "Did she actually give you a big tip?" Your colleague nods, a satisfied smile on her lips. "Oh yeah, it was worth it. She left me a huge tip. Sometimes, you just have to go with the flow, you know?"
<</if>>
<<else>>
<<if random(1) is 0>>
"Hey, finally taking a break?" she asks, her eyes sparkling with a hint of mischief. You nod, grabbing a chair and sitting down next to her. "Yeah, it's been non-stop out there. How about you?" She leans in, lowering her voice slightly. "Well, I had an interesting encounter during my last shift," she says, a smirk playing on her lips.<br><br>
You raise an eyebrow, intrigued. "Oh, really? What happened?" She takes a sip of her coffee before continuing. "So, there was this guy at one of my tables. He was really flirty and kept making suggestive comments. Then, he leaned in and whispered that he wanted to rent my pussy for a quickie in the alley." Your eyes widen in surprise. "And what did you do?" <br><br>
She grins, "I thought about it for a second, and then I agreed. He offered a huge tip, and I figured, why not? So, we snuck out to the alley and before I knew it, he had me pinned against the wall." She pauses, her eyes gleaming with excitement. "He was all over me, kissing my neck, running his hands up my skirt. It was intense. And then he lifted my skirt, and just went for it. The thrill of it, the risk of getting caught... it was actually kind of exciting."<br><br>
You listen, both shocked and intrigued. "And then what happened?" She continues, her voice low. "After he was done, he made me get on my knees. He finished in my mouth, and let me tell you, it was a lot." You shake your head, trying to process the story. "Wow, that's... that's something else. Did you at least get the tip?"She laughs softly. "Oh yeah, he paid up. It was clearly worth it."
<<else>>
"You won't believe what happened to me today," she starts, her eyes wide with a mix of excitement and disbelief. "A customer at one of my tables asked me if I'd be willing to take a dick in my ass for a big tip." You raise an eyebrow, intrigued but also a bit shocked. "And what did you say?"<br><br>
She smirks, "Well, I thought about it for a second, and then I agreed. He met me in the alley behind the restaurant. He pushed me against the wall, pulled down my pants, and started fucking my ass. It was intense, and I could feel every thrust. He was rough, but it was kind of hot in a way."<br><br>
You listen intently, trying to picture the scene. "And then what happened?" "After he was done with my ass, he made me get on my knees. He came in my mouth, and it was a lot. I had to take a moment to recover. I still feel a bit sore down there, but the tip was worth it." She shakes her head, a mix of amusement and pain in her expression. "I can't believe I did that, but sometimes you just need the extra cash, you know?"
<</if>>
<</if>>
<br><br>
As the conversation winds down, you both stand up, ready to get back to work. With a new perspective and a sense of camaraderie, you return to the dining room, feeling a bit more confident and ready to face the [[rest of your shift.->Work Waitress Process]]<br><br>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "10">>
<<MainChar_Stats "arousal" "5">><<if $mainChar.haveCum.face>0 or $mainChar.cleanliness<15>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Jewellery_CumReac.jpg")]]</div><br><br>
<<if $mainChar.cleanliness<15>>
You walk into the store casually, but your unpleasant odor and unkempt appearance draw the attention of both customers and staff. Murmurs and disapproving glances fill the air as you browse the aisles. Eventually, a store employee approaches you and politely asks you to leave, citing concerns about the disturbance your presence has caused. <br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]]
<<else>>
Entering the boutique nonchalantly, you catch the staff's attention who prepare to greet you with a warm smile. However, their expression suddenly changes to one of disgust upon seeing that you are cum-stained. Instead of greeting you, they request you to leave the place immediately.<br><br>
You comply with their request, feeling embarrassed, and [[leave the boutique.->Mall]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<</if>>
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/Jewellery.jpg")]]</div><br>
As you step into the jewelry store, the soft chime of the doorbell announces your arrival. The atmosphere inside is immediately captivating, with a blend of elegance and warmth. The lighting is gentle, casting a subtle glow on the gleaming display cases that line the walls. Each case is filled with an array of sparkling gems and intricate designs, from delicate necklaces to stunning diamond rings.
<br><br>
<h4>EARRINGS</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.jewellery>>
<<if _clothesItem.type is 'earlobes'>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<hr>
<h4>NECKLACES</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.jewellery>>
<<if _clothesItem.type is 'neck'>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<hr>
<h4>WATCHES</h4>
<<for _clothesItemTitle, _clothesItem range $Mall.jewellery>>
<<if _clothesItem.type is 'wrists'>>
<<ClothesItemInTheMarket _clothesItem _clothesItemTitle>>
<</if>>
<</for>>
<br><br>
[[Go back->Mall]]
<</if>><<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
You reach into your jewelry box for a hidden compartment. You draw it out and lift the lid to reveal an array of sparkling gems and gleaming metal—earrings and all manner of stylish accessories. Your heart flutters with excitement as you take in the sight.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.piercings.earlobes>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.piercings.earlobes[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.piercings.earlobes.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.piercings.earlobes[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.piercings.earlobes = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollPiercingsEarlobes'>>
<</replace>>
<<onmouseout>>
<<replace '#DollPiercingsEarlobes'>>
<img @src="`${$urlPath}/PaperDoll/Piercing/Earlobes/${$dollEarlobesPiercing}.png`" @style="'filter: hue-rotate('+ $mainChar.look.piercings.earlobes.hue +'deg) saturate('+ $mainChar.look.piercings.earlobes.saturation + '%) brightness('+ $mainChar.look.piercings.earlobes.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.piercings.earlobes[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.piercings.earlobes = $wardrobe.piercings.earlobes[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollPiercingsEarlobes'>>
<img @src="`${$urlPath}/PaperDoll/Piercing/Earlobes/${$wardrobe.piercings.earlobes[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.piercings.earlobes[_itemTitle].hue +'deg) saturate('+ $wardrobe.piercings.earlobes[_itemTitle].saturation + '%) brightness('+ $wardrobe.piercings.earlobes[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollPiercingsEarlobes'>>
<img @src="`${$urlPath}/PaperDoll/Piercing/Earlobes/${$dollEarlobesPiercing}.png`" @style="'filter: hue-rotate('+ $mainChar.look.piercings.earlobes.hue +'deg) saturate('+ $mainChar.look.piercings.earlobes.saturation + '%) brightness('+ $mainChar.look.piercings.earlobes.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.piercings.earlobes>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.piercings.earlobes = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollPiercingsEarlobes'>>
<img @src="`${$urlPath}/PaperDoll/Piercing/Earlobes/${$wardrobe.piercings.earlobes[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollPiercingsEarlobes'>>
<img @src="`${$urlPath}/PaperDoll/Piercing/Earlobes/${$dollEarlobesPiercing}.png`" @style="'filter: hue-rotate('+ $mainChar.look.piercings.earlobes.hue +'deg) saturate('+ $mainChar.look.piercings.earlobes.saturation + '%) brightness('+ $mainChar.look.piercings.earlobes.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.piercings.earlobes[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
You delve into your jewelry box, uncovering a secret compartment. As you open it, you're greeted by a dazzling array of bracelets and wrist accessories, each one more captivating than the last. Your eyes widen with delight as you admire the collection, feeling a thrill of anticipation.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.accessories.wrists>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.accessories.wrists[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.accessories.wrists.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.accessories.wrists[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.accessories.wrists = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollAccessoriesWrists'>>
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesWrists'>>
[img[String.format($urlPath + '/PaperDoll/Accessories/Wrists/' + $dollWristsAccessories + '.png')]]
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.accessories.wrists[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.accessories.wrists = $wardrobe.accessories.wrists[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollAccessoriesWrists'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$wardrobe.accessories.wrists[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.accessories.wrists[_itemTitle].hue +'deg) saturate('+ $wardrobe.accessories.wrists[_itemTitle].saturation + '%) brightness('+ $wardrobe.accessories.wrists[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesWrists'>>
[img[String.format($urlPath + '/PaperDoll/Accessories/Wrists/' + $dollWristsAccessories + '.png')]]
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.accessories.wrists>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.accessories.wrists = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollAccessoriesWrists'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$wardrobe.accessories.wrists[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesWrists'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$dollWristsAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.wrists.hue +'deg) saturate('+ $mainChar.look.accessories.wrists.saturation + '%) brightness('+ $mainChar.look.accessories.wrists.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.accessories.wrists[_itemTitle].description >>
</td>
</tr>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]<<if $mainChar.haveCum.face is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Spa.jpg")]]
</div><br>
You enter the spa, and the atmosphere immediately shifts to one of tranquility and relaxation. The soft sound of water flowing and the gentle hum of soothing music fill the air. The spa is designed with elegance and comfort in mind, and you can feel the stress of the day beginning to melt away.<br><br>
<<if $mainChar.work.spa.experience == 0>>
[[Ask for work.->SpaGettingJob]]
<<elseif $mainChar.energy >=20 and $mainChar.cleanliness >=40>>
[[Start your shift.->Spa Locker Room]]
<<else>>
You are not in a condition to work.
<</if>><br><br>
<<if isNaN($mainChar.spaSubscription) or $mainChar.spaSubscription != $dayCount>>
You see a beautiful pool, its surface shimmering under the soft lighting, inviting you to take a dip. <br>
Nearby, there is a massage parlor, where the scent of essential oils wafts through the air, promising a rejuvenating experience. <br><br>
[[Buy a day access->Spa][$mainChar.spaSubscription = $dayCount, $mainChar.money -=50]] ($50)<br>
<<elseif $hour <19>>
You see a beautiful [[swimming pool,->Spa Cabin][$pastPassage = 'Spa', $lockerRoomOutfit = clone($mainChar.look.clothes)]] its surface shimmering under the soft lighting, inviting you to take a dip. <br>
Nearby, there is a [[massage parlor,->Massage][$mainChar.work.costume = "Normal",$mainChar.work.currentWorkName = "Towel"]] where the scent of essential oils wafts through the air, promising a rejuvenating experience.
<<else>>
You see a beautiful pool, its surface shimmering under the soft lighting, inviting you to take a dip. <br>
Nearby, there is a massage parlor, where the scent of essential oils wafts through the air, promising a rejuvenating experience. <br><br>
Yet, the spa is about to close, and you are requested to leave the place.
<</if>>
<br><br>
[[Leave the spa.->Go out]]
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Spa_CumReac.jpg")]]
</div><br>
Entering the spa nonchalantly, you catch a staff's attention who prepare to greet you with a warm smile. However, her expression suddenly changes to one of disgust upon seeing you are cum-stained. Instead of greeting you, she request you to leave the place immediately.<br><br>
You comply with her request, feeling embarrassed, and [[leave the spa.->Go out]] <br>Yet upon reflection, you find a hint of excitement as well in meeting yourself to someone with cum on you.<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "intellect" "-1">>
<</if>><<set $minute +=30>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/GettingJob.jpg")]]
</div><br>
You approach the reception desk and inquire about a job.
<<if $mainChar.attractiveness <=30>>
The receptionist's smile fades slightly as she looks you over. Her expression turns less friendly, and she seems to scrutinize your appearance. <br><br>
"Good morning," you reply. "I would like to apply for a position as a masseuse." You says, with excitement.<br><br>
After a moment, she says, "I'm sorry, but we don't have any positions available at the moment."
From the way she look at you, you sense that she isn't being entirely truthful and that your appearance might be the issue. You feel a mix of disappointment and determination. You understand that you might need to come back looking a bit more polished and professional to make a better impression. With a nod, you thank her and decide to [[return another day,->Spa]] better prepared to present yourself in a way that aligns with the spa's standards.<br><br>
<<else>>
The receptionist greets you warmly and informs you that there is a position available. She offers you an interview on the spot, which you eagerly accept. As you discuss your background, she notices that you don't have any prior experience. However, she begins to explain the role of a masseuse with a sense of reverence and passion. <br><br>
"Being a masseuse is more than just a job," she says, her eyes lighting up. "It's about understanding and respecting the human body. It's about providing relief, relaxation, and even healing. You'll learn to read the body's language, to feel the tension and know how to release it. It's a sacred art, and we treat every client's body with the utmost care and respect."<br><br>
Her words are filled with a deep appreciation for the craft, and you can feel her enthusiasm. As she speaks, you become more intrigued and excited about the opportunity. You realize that this could be a chance to learn a new skill and make a positive impact on people's lives. You listen intently, feeling a growing sense of determination to excel in this role. The receptionist pauses and asks, "What skills do you have that could be useful for this role?"<br><br>
<<if $mainChar.corruption >=50>>
You take a moment to think before responding confidently, "I am extremely skilled at satisfying people with my body." The implication is clear, and a subtle smile plays on your lips.<br><br>
The receptionist's smile widens, and she nods understandingly. "That's a wonderful quality to have," she says warmly. "I think you'll fit in perfectly here. We value those who are dedicated to making our clients feel their best. Would you like to accept the position?"<br><br>
<span id='accept'><<linkreplace "Accept">>
You nod eagerly, feeling a mix of excitement and anticipation. The receptionist extends her hand, and you shake it firmly, sealing the deal. You're ready to embark on this new journey, eager to put your skills to good use.<br><br>
[[Leave the room->Spa]]<br><br>
<<set $mainChar.work.spa.experience +=1>>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Refuse">>
You take a moment to consider, feeling a mix of emotions. After a brief pause, you shake your head gently. "I'm not sure if this is the right fit for me," you say, declining the offer. "Thank you for the opportunity, but I think I need to explore other options." The receptionist nods understandingly, her smile never wavering. "I completely understand," she says. "If you change your mind in the future, feel free to come back. We'd be happy to have you." You thank her and leave the spa, feeling a sense of clarity and relief, knowing that you've made the right decision for yourself.<br><br>
[[Leave the room->Spa]]<br><br>
<<set $mainChar.work.spa.experience +=1>>
<<replace #accept>><</replace>><</linkreplace>><br></span>
<<elseif $mainChar.corruption >=30>>
You hesitate for a moment before responding, "Well, I'm... I'm actually quite good at satisfying people with my body." You say it with a slight blush, unsure of how it will be received.<br><br>
The receptionist's smile widens, and she nods understandingly. "That's a wonderful quality to have," she says warmly. "I think you'll fit in perfectly here. We value those who are dedicated to making our clients feel their best. Would you like to accept the position?"<br><br>
<span id='accept'><<linkreplace "Accept">>
You nod eagerly, feeling a mix of excitement and anticipation. The receptionist extends her hand, and you shake it firmly, sealing the deal. You're ready to embark on this new journey, eager to put your skills to good use.<br><br>
[[Leave the room->Spa]]<br><br>
<<set $mainChar.work.spa.experience +=1>>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Refuse">>
You take a moment to consider, feeling a mix of emotions. After a brief pause, you shake your head gently. "I'm not sure if this is the right fit for me," you say, declining the offer. "Thank you for the opportunity, but I think I need to explore other options." The receptionist nods understandingly, her smile never wavering. "I completely understand," she says. "If you change your mind in the future, feel free to come back. We'd be happy to have you." You thank her and leave the spa, feeling a sense of clarity and relief, knowing that you've made the right decision for yourself.<br><br>
[[Leave the room->Spa]]<br><br>
<<set $mainChar.work.spa.experience +=1>>
<<replace #accept>><</replace>><</linkreplace>><br></span>
<<elseif $mainChar.corruption <=15>>
You hesitate for a moment, gathering your thoughts before responding. "Well," you say, searching for the right words, "I... kind of appreciate being of service to people." You pause, uncertain, the silence stretching just long enough to feel uncomfortable. The statement feels tentative, lacking the conviction you know she wants to hear.<br><br>
She regards you for a moment. She seems doubtful of your enthusiasm and capabilities and [[ends the conversation->Spa]] with a polite, "I'll call you if we need you."
<</if>>
<</if>>
<<if random(2) is 0>>
<<set _event to either('man','girl')>>
<</if>>
<<set $hour +=1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Pool/Swimming.jpg")]]
</div><br>
As you step into the pool, the water is perfectly warm, enveloping you in a soothing embrace. You take a deep breath and dive in, feeling the weightlessness of the water as you glide through it. The pool is large enough to swim laps or simply float and relax. You decide to do a few laps, enjoying the rhythmic motion of your strokes and the gentle resistance of the water.<br><br>
After a while, you pause to catch your breath and lean back against the edge of the pool, letting the water support you. The sun filters through the windows, casting a soft glow on the water's surface. You close your eyes, feeling the warmth on your face and the gentle movement of the water around you. This moment of peace and relaxation is exactly what you needed.<br><br>
<<if _event is 'man'>>
As you swim, you notice an attractive man sitting alone on the edge of the pool. He seems to be watching the other swimmers with a thoughtful expression, his gaze occasionally drifting towards you. You can't help but feel a mix of curiosity and caution as you continue your laps, stealing glances at him from time to time. <br><br>
<span id='tease'>
<<if $mainChar.corruption >= 30>>
<<linkreplace "Flash him">>
Feeling playful and confident, you decide to catch his attention. With a mischievous grin, you swim closer to him and, in a smooth motion, lift the top of your bikini, briefly exposing your breasts before quickly covering them again.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Pool/Tease" + random(3) + ".webp")]]
</div><br>
The man's eyes widen in surprise and appreciation, and you can see the immediate effect your bold move has on him as a visible erection begins to form through his swim trunks. His gaze lingers on you, and you notice a subtle shift in his posture as he becomes visibly aroused. You enjoy the feeling of being desired and the playful interaction, knowing that you've made an impression.<br><br>
<span id='bj'>
<<if $mainChar.corruption >= 40>>
<<linkreplace "Help him relax">>
You swim back towards the man, feeling a mix of boldness and excitement. As you approach him, you stand up in the shallow end of the pool, the water cascading down your body. You move closer, your voice low and sultry as you speak to him. "I see you're having a bit of a situation there," you say, your eyes flicking down to his noticeable erection. You reach out, lightly tracing the tip of his hard cock through his swim trunks with your fingertips. His breath hitches at the contact, and you can see the desire in his eyes.<br><br>
"I can help you with that," you whisper, a playful smile on your lips. Without waiting for a response, you gently pull down his swim trunks just enough to free his erection. You lean in, your mouth meeting his cock, and you begin to suck him, the water lapping around you both.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Pool/Suck" + random(3) + ".webp")]]
</div><br>
The sensation of the warm water and your skilled mouth drives him wild. He lets out a soft groan, his hands finding their way to your hair as you take him deeper. You feel a sense of power and pleasure as you bring him closer to the edge, your movements confident and deliberate. The pool becomes a private oasis for your intimate encounter, and you revel in the thrill of the moment.<br><br>
<span id='fuck'>
<<if $mainChar.corruption >= 50>>
<<linkreplace "Let him fuck you">>
With a swift movement, he turns you around and presses you against the edge of the pool. The cool tiles contrast with the warmth of the water and the heat of his body behind you. You feel his hands grip your hips firmly, and then he enters you from behind, his cock sliding into your wet pussy with ease. The sensation of being taken in the water is intense and exhilarating. You can feel the waves of pleasure building as he thrusts into you, the water splashing around you both. His movements are strong and rhythmic, driving you closer to the edge. You grip the side of the pool, your breath coming in short gasps as you match his pace.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Pool/Fuck" + random(3) + ".webp")]]
</div><br>
Just as you feel yourself reaching the peak of pleasure, he pulls out and turns you back around to face him. He guides his cock back into your mouth, and you taste the mix of your own arousal and his desire. He thrusts a few more times before he reaches his climax, his body tensing as he releases into your mouth. You take him deep, feeling the warmth of his cum filling you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Pool/Cum" + random(1) + ".webp")]]
</div><br>
As he pulls back, you both catch your breath, the water gently lapping around you. The encounter leaves you both satisfied and exhilarated, a secret moment of passion shared in the tranquil setting of the pool. With a playful wink, you step back and continue with your day, leaving him with a memorable experience and a sense of fulfillment.<br><br>
<<if $mainChar.energy >= 20 and $hour<19>>
[[Keep swimming->Swimming Pool]]<br>
<</if>>
[[Go back to your chair->Spa Relax]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "inmouth">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<if $mainChar.cleanliness >= 30>>
<<MainChar_Stats "cleanliness" "-15">>
<<else>>
<<MainChar_Stats "cleanliness" "15">>
<</if>>
<<replace #cum>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='cum'>
<<linkreplace "Make him cum">>
You continue to work your magic, taking him deeper into your mouth with each movement. You feel him growing more and more aroused, his breaths becoming ragged and his grip on your hair tightening. Finally, with a deep groan, he releases, his hot cum filling your mouth.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Pool/Cum" + random(1) + ".webp")]]
</div><br>
You gently clean his cock with your tongue, making sure to leave no trace of his pleasure. As you finish, you give the tip of his now softening cock a final, tender kiss. You look up at him with a satisfied smile, seeing the gratitude and desire still lingering in his eyes. You pull his swim trunks back up, covering him once again. With a playful wink, you step back and continue with your day, leaving him with a memorable experience and a sense of fulfillment.<br><br>
<<if $mainChar.energy >= 20 and $hour<19>>
[[Keep swimming->Swimming Pool]]<br>
<</if>>
[[Go back to your chair->Spa Relax]]<br><br>
<<HaveASexWidget "bj" "stranger" "inmouth">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<if $mainChar.cleanliness >= 30>>
<<MainChar_Stats "cleanliness" "-15">>
<<else>>
<<MainChar_Stats "cleanliness" "15">>
<</if>>
<<replace #fuck>><</replace>>
<</linkreplace>></span>
<<replace #leave2>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='leave2'>
<<linkreplace "Move on">>
As you continue to swim, you can feel his eyes following you, and the thrill of the encounter adds an extra layer of excitement to your time in the pool.<br><br>
<<if $mainChar.energy >= 20 and $hour<19>>
[[Keep swimming->Swimming Pool]]<br>
<</if>>
[[Go back to your chair->Spa Relax]]<br><br>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<if $mainChar.cleanliness >= 30>>
<<MainChar_Stats "cleanliness" "-15">>
<<else>>
<<MainChar_Stats "cleanliness" "15">>
<</if>>
<<replace #bj>><</replace>>
<</linkreplace>></span>
<<replace #leave>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='leave'>
<<linkreplace "Move on">>
As you continue to swim, you can feel his eyes following you, and the thrill of the encounter adds an extra layer of excitement to your time in the pool.<br><br>
<<if $mainChar.energy >= 20 and $hour<19>>
[[Keep swimming->Swimming Pool]]<br>
<</if>>
[[Go back to your chair->Spa Relax]]<br><br>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<if $mainChar.cleanliness >= 30>>
<<MainChar_Stats "cleanliness" "-15">>
<<else>>
<<MainChar_Stats "cleanliness" "15">>
<</if>>
<<replace #tease>><</replace>>
<</linkreplace>></span>
<<elseif _event is "girl">>
As you swim, you notice a very beautiful young woman watching you from time to time. Her gaze is subtle but unmistakable, and you can't help but feel a flutter of excitement. She has a captivating presence, with her long hair cascading down her shoulders and a smile that lights up her face. You catch her eyes a few times, and each time, she holds your gaze for a moment longer than necessary, a hint of interest sparkling in her eyes. You continue to swim, but your mind is now partially focused on her. At one point, she lifts her bikini top, <<linkreplace "revealing her breasts to you.">>revealing her breasts to you. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Pool/Tease" + random(3) + ".webp")]]
</div><br>
The gesture is bold and unexpected, and you can't help but feel a mix of surprise and intrigue. You slow your strokes, taking a moment to appreciate her confidence and beauty. You feel a flutter of excitement and curiosity, a sensation you didn't expect to feel here. <br><br>
<span id='tease'><<if $mainChar.corruption >=40>><<linkreplace "Go see her">>
The atmosphere in the pool area suddenly feels charged with a new energy, and you decide to swim closer to her, ready to see where this interaction might go. "Hi," you say, breaking the silence with a friendly greeting. She smiles back at you, her eyes sparkling with mischief. "Hi there," she responds, her voice soft and melodic. "I couldn't help but notice you. You swim beautifully." You feel a sense of anticipation building. "I'm glad I decided to come today," you say, your voice filled with genuine warmth. "It's nice to meet you."<br><br>
She gently begins to caress your buttocks, her fingers tracing the curve of your body under the water. You feel a shiver of pleasure run through you at her touch. She then moves her hand to your inner thigh, her fingers lightly brushing against your skin, sending waves of anticipation through you. She leans in closer to whisper in your ear, "Come sit on the edge of the pool." <br><br>
You comply, swimming over to the edge and hoisting yourself up to sit on the side of the pool. She moves closer, positioning herself between your legs. She looks up at you with a hungry gaze, her intentions clear. Without hesitation, she leans in and begins to kiss your inner thighs, her lips soft and warm against your skin. You let out a soft moan, anticipating what's to come. Finally, she moves her mouth to your center, her tongue exploring you with expert precision. You gasp at the sudden rush of pleasure, your hands gripping the edge of the pool for support. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Pool/Lesbian" + random(3) + ".webp")]]
</div><br>
You can feel the heat building within you, your body responding to her every touch. The sounds of the pool and the spa fade away, replaced by the sound of your own ragged breaths and the soft, wet noises of her mouth against you. You lean back slightly, giving her better access, and she takes full advantage, her tongue delving deeper, her lips sucking gently. The pleasure builds and builds, your body tensing with each wave of sensation. <br><br>
You can feel yourself getting closer to the edge, your breath coming in short gasps. You let out a final, shuddering moan as you reach the peak of your pleasure, your body convulsing with the intensity of your orgasm. She looks up at you with a satisfied smile, her eyes filled with a mix of desire and tenderness. You reach down to touch her face, feeling a deep sense of connection and gratitude for this unexpected, intimate moment.<br><br>
<<if $mainChar.energy >= 20 and $hour<19>>
[[Keep swimming->Swimming Pool]]<br>
<</if>>
[[Go back to your chair->Spa Relax]]<br><br>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<if $mainChar.cleanliness >= 30>>
<<MainChar_Stats "cleanliness" "-15">>
<<else>>
<<MainChar_Stats "cleanliness" "15">>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='leave'><<linkreplace "Move on">>
<<if $mainChar.energy >= 20 and $hour<19>>
[[Keep swimming->Swimming Pool]]<br>
<</if>>
[[Go back to your chair->Spa Relax]]<br><br>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<if $mainChar.cleanliness >= 30>>
<<MainChar_Stats "cleanliness" "-15">>
<<else>>
<<MainChar_Stats "cleanliness" "15">>
<</if>>
<<replace #tease>><</replace>>
<</linkreplace>></span>
<</linkreplace>>
<<else>>
<<if $mainChar.energy >= 20 and $hour<19>>
[[Keep swimming->Swimming Pool]]<br>
<</if>>
[[Go back to your chair->Spa Relax]]<br><br>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "No">>
<<if $mainChar.cleanliness >= 30>>
<<MainChar_Stats "cleanliness" "-15">>
<<else>>
<<MainChar_Stats "cleanliness" "15">>
<</if>>
<</if>><<set $hour +=1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/Massage.jpg")]]
</div><br>
You enter the massage room, and the atmosphere is instantly calming. The soft lighting and the gentle sound of relaxing music create a soothing ambiance. The staff greets you with a warm smile and instructs you to undress and wrap yourself in a towel before lying down on the massage table. You follow their instructions, feeling a mix of excitement and relaxation as you prepare for the session.<br><br>
As you lie down on the table, the staff begins to work their magic. Their skilled hands move expertly over your body, applying just the right amount of pressure to release the tension in your muscles. The scent of essential oils fills the air, enhancing the relaxing experience. You close your eyes and let yourself be carried away by the rhythmic movements of the massage, feeling all your worries and stresses fade away. <br><br>
The masseur's touch is both soothing and invigorating, leaving you with a sense of deep relaxation and renewed energy. You feel a slight pressure, as if they are subtly encouraging you to spread your legs. The sensation of their hands on your body is exciting, but you hesitate, wondering if you might be overinterpreting the gesture. <br><br>
<span id='spread'><<if $mainChar.corruption>=25>><<linkreplace "Spread your legs">>
Nevertheless, you spread your legs slightly, and you feel their fingers glide up your thighs, moving closer to your intimate area. Suddenly, their touch becomes more intimate as they begin to massage your lips and your clit. The sensation is unexpected but incredibly pleasurable. You take a deep breath, trying to process the mix of relaxation and arousal that is now coursing through your body. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/"+either("Lesbian","")+"MassagePussy"+random(1)+".webp")]]
</div><br>
They begins to finger you vigorously, pushing several fingers deep inside you. The sensation is intense and overwhelming, sending waves of pleasure through your body. You can't help but let out a soft moan as their fingers move in and out, exploring every sensitive spot. The combination of their skilled touch and the unexpected intimacy of the moment leaves you breathless and craving more.
<<if random(1) is 0>>
Without warning, the masseuse lowers her head and begins to lick your pussy, her tongue expertly tracing every contour. The sensation is electric, and you can feel the pleasure building with each stroke of her tongue. She focuses on your clit, applying just the right amount of pressure to drive you wild. Your breath quickens, and your body tenses as you feel the orgasm approaching. With a final, intense lick, you reach the peak of pleasure, your body convulsing with waves of ecstasy. You let out a cry of release, completely surrendering to the overwhelming sensation.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/LesbianLick"+random(1)+".webp")]]
</div><br>
As the massage comes to an end, the masseuse looks up at you, wiping her mouth which is glistening with your juices. "I hope you are satisfied with my service," she says with a smile. You take a moment to gather yourself, feeling a mix of satisfaction and surprise. You get up from the table, put your clothes back on, and thank her before [[leaving the room.->Spa][$mainChar.work.costume = "",$mainChar.work.currentWorkName = ""]], still feeling the lingering effects of the intense experience.<br><br>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "energy" "70">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "Cleanliness" "-40">>
<<else>>
The masseur asks you to turn over. As you do, you know that your breasts will be exposed. You feel a mix of excitement and vulnerability as you comply. The masseur begins to massage your stomach, their touch gentle yet firm. Then, they move up to your breasts, gripping and squeezing them with a delicate touch, reminiscent of milking a cow's udders. The sensation is both arousing and comforting, and you find yourself surrendering to the pleasure of their skilled hands. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/MassageBreasts"+random(1)+".webp")]]
</div><br>
You are really excited now. As the masseur continues to massage your breasts, you notice that his crotch is very close to your face. The proximity is tantalizing, and you can't help but fantasize about its cock. The thought of reaching out and gripping it sends a thrill through you, heightening your arousal even more. You imagine the feel of it in your hand, the warmth and the hardness, and the idea of exploring it further makes your heart race. The combination of their skilled touch and your own desires leaves you breathless and eager for more.<br><br>
<span id='bj'><<if $mainChar.corruption>=30>><<linkreplace "Suck him">>
You let go of your inhibitions and reach out, gripping the masseur's crotch. They don't react initially, but you feel a sense of boldness and continue. You unzip their pants and pull out their cock, feeling its warmth and hardness in your hand. Without hesitation, you take it into your mouth and begin to suck, your lips and tongue moving in rhythm with their massage.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/Suck"+random(1)+".webp")]]
</div><br>
The masseur continues to knead your breasts, their touch becoming more intense as you pleasure them. The dual sensations of giving and receiving pleasure create a powerful dynamic, and you feel a deep connection forming between you. You can hear their soft moans, matching your own, as you both lose yourselves in the moment. The room is filled with the sounds of your mutual pleasure, and you feel a sense of satisfaction and excitement as you continue to explore each other's bodies.<br><br>
<span id='fuck'><<if $mainChar.corruption>=40>><<linkreplace "Let him fuck you">>
You take a moment to gather your courage, then look up at the masseur with desire in your eyes. "Can you fuck me?" you ask, your voice filled with anticipation. The masseur looks down at you, a mix of surprise and desire in their eyes. Without a word, they comply, positioning themselves between your legs. You feel their cock press against your entrance, and then they thrust inside you, filling you completely. The sensation is intense and overwhelming, sending waves of pleasure through your body.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/Fuck"+random(1)+".webp")]]
</div><br>
They begin to move in a steady rhythm, their hips meeting yours with each thrust. The sound of your bodies coming together fills the room, along with your soft moans and theirs. You can feel the tension building inside you, the pleasure growing with each movement. Suddenly, the masseur lets out a deep groan and you feel them come inside you, their warm release filling you. They continue to move for a few moments longer, their thrusts becoming slower and more gentle. Then, they pull out and return to massaging your body, their touch now soothing and relaxing.
After a few more minutes, the masseur finishes the massage, leaving you feeling both satisfied and deeply relaxed. You take a deep breath, savoring the moment before slowly getting up from the table, a sense of contentment washing over you. The staff offers you a warm smile and a glass of water, ensuring that you are comfortable before you [[leave the parlor.->Spa][$mainChar.work.costume = "",$mainChar.work.currentWorkName = ""]], trying to process the unexpected turn of events.<br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "energy" "70">>
<<MainChar_Stats "arousal" "55">>
<<MainChar_Stats "Cleanliness" "-30">>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'><<linkreplace "Make him cum">>
The masseur continues to knead your breasts, their touch becoming more intense as you pleasure them. The dual sensations of giving and receiving pleasure create a powerful dynamic, and you feel a deep connection forming between you. You can hear their soft moans, matching your own, as you both lose yourselves in the moment.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/Cum"+random(1)+".webp")]]
</div><br>
Suddenly, the masseur reaches their climax, and you feel them release into your mouth. You swallow, feeling a mix of satisfaction and arousal. The massage continues for a few more moments, their hands moving gently over your body, before they finally come to a stop. The session is over, leaving you with a sense of fulfillment and a lingering warmth from the intimate encounter. You take a moment to gather your thoughts and slowly sit up, feeling a sense of deep relaxation and renewed energy. The staff offers you a warm smile and a glass of water, ensuring that you are comfortable before you [[leave the parlor,->Spa][$mainChar.work.costume = "",$mainChar.work.currentWorkName = ""]] trying to process the unexpected turn of events.<br><br>
<<HaveASexWidget "bj" "stranger" "inmouth">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "70">>
<<MainChar_Stats "arousal" "35">>
<<MainChar_Stats "Cleanliness" "-30">>
<<replace #fuck>><</replace>><</linkreplace>></span>
<<replace #relax2>><</replace>><</linkreplace>><br><</if>></span>
<span id='relax2'><<linkreplace "Keep calm">>
You try to stay calm and think about something else, but the sensations are overwhelming. The massage eventually comes to an end when the masseur gives a tap on your shoulder. You take a moment to gather your thoughts and slowly sit up, feeling a sense of deep relaxation and renewed energy. The staff offers you a warm smile and a glass of water, ensuring that you are comfortable before you leave the room. <br><br>
The masseur looks at you with a satisfied smile and says, "I'm glad you had an enjoyable time." You look at him, a bit perplexed, wondering how they can judge your satisfaction. They glance down at your pussy, and you notice that it is dripping wet. Feeling a bit embarrassed, you quickly get dressed and [[leave the parlor,->Spa][$mainChar.work.costume = "",$mainChar.work.currentWorkName = ""]], trying to process the unexpected turn of events.<br><br>
<<MainChar_Stats "energy" "70">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "Cleanliness" "-30">>
<<replace #bj>><</replace>>
<</linkreplace>></span>
<</if>>
<<replace #relax>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='relax'><<linkreplace "Keep relaxing">>
As the massage continue, you try to relax and enjoy the experience, but a part of you remains curious and slightly on edge, wondering if there was more to that subtle pressure. Despite the lingering questions, you allow yourself to be carried away by the soothing rhythm of the massage, letting the tension in your body melt away. <br><br>
Eventually, the massage ends. You feel a tap on your shoulder, signaling that the session is over. You take a moment to gather your thoughts and slowly sit up, feeling a sense of deep relaxation and renewed energy. The staff offers you a warm smile and a glass of water, ensuring that you are comfortable before you leave the room. You wrap the towel around yourself, feeling refreshed and ready to face the rest of your day as you [[leave the parlor.->Spa][$mainChar.work.costume = "",$mainChar.work.currentWorkName = ""]]<br><br>
<<MainChar_Stats "energy" "70">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "Cleanliness" "-30">>
<<replace #spread>><</replace>>
<</linkreplace>></span><<set $minute += 10>>
<<set $currentPassage to "Spa Cabin">>
<<if $pastPassage is 'Spa'>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/beach/ChangingRoom/SwimsuitOn.webp")]]
</div> <br>
You step into the changing cabin and close the door behind you. With a quick glance around to ensure your privacy, you swiftly remove your clothes and change into your swimsuit. The cool fabric clings to your skin as you adjust the straps and make sure everything fits just right. <br><br>
<<if ! $mainChar.appearance.isCombed>>
Looking at the mirror in the cabin, you notice that the evidence of your intense sports session is unmistakable.<br>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>><br> <br>
<</if>>
<<include "Beach Wardrobe">>
<<if $mainChar.look.clothes.torso.swim is "true">>
Once you're ready, you [[go to the swimming pool.->Spa Relax]]
<<else>>
Keep your clothes and [[head back out.->Spa]]
<</if>>
<<else>>
<<set $mainChar.look.clothes to $lockerRoomOutfit>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/beach/ChangingRoom/SwimsuitOff.webp")]]
</div> <br><br>
You step into the changing cabin and close the door behind you. With a sigh of relief, you peel off your wet swimsuit and quickly slip back into your regular clothes. The feeling of the dry fabric against your skin is comforting after your time in the water. <br><br>
<<if ! $mainChar.appearance.isCombed>>
Looking at the mirror in the cabin, you notice that the evidence of your intense sports session is unmistakable.<br>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>><br>
<</if>>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
Adjusting your outfit and making sure everything is in place, you open the cabin door and [[head back out,->Spa]] ready to continue your day.
<</if>>
<<set $hour +=1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Relax/Chair.jpg")]]
</div><br>
<<if $hour <19>>
The air is warm and inviting, and the sound of water gently lapping against the sides of the pool is soothing. You find a comfortable lounge chair by the poolside, its cushions soft and inviting. With a sigh of relief, you sink into the chair, feeling the tension leave your body. The sun warms your skin, and the gentle breeze carries the faint scent of chlorine and fresh air. The world outside seems to fade away, and you allow yourself to simply be in the moment, enjoying the tranquility of the spa. The sound of distant laughter and the occasional splash of water only add to the peaceful ambiance. <br><br>
<span id='read'><<linkreplace "Read a magazine">>
The world outside seems to fade away, and you allow yourself to simply be in the moment, enjoying the tranquility of the spa. The sound of distant laughter and the occasional splash of water only add to the peaceful ambiance. You reach for a magazine from a nearby table, flipping through the glossy pages. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Relax/Reading.jpg")]]
</div><br>
The articles and images provide a light distraction, allowing your mind to wander without any stress. The sun warms your skin, and the gentle breeze carries the faint scent of chlorine and fresh air. You take a deep breath, feeling completely at ease as you lose yourself in the pages of the magazine, letting the serenity of the spa envelop you completely. After a while, you [[set the magazine down on the table->Spa Relax]] beside you, deciding to fully immerse yourself in the relaxing atmosphere.<br><br>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #nap>><</replace>><<replace #masturbate>><</replace>><<replace #options>><</replace>>
<</linkreplace>><br></span>
<span id='nap'> <<linkreplace "Take a nap">>
You close your eyes, taking a deep breath, and let the serenity of the spa envelop you completely. Your body feels heavy and content, and your mind drifts into a state of calm, dreamless sleep. The minutes tick by, and you sink deeper into the comfort of the lounge chair, allowing yourself to fully recharge and rejuvenate. After some time, the ambiant noise of people chatting forces you to [[wake up.->Spa Relax]]<br><br>
<<MainChar_Stats "energy" "30">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $hour +=2>>
<<replace #read>><</replace>><<replace #masturbate>><</replace>><<replace #options>><</replace>>
<</linkreplace>><br></span>
<span id='masturbate'><<if $mainChar.corruption >=25 and $mainChar.arousal >=40>><<linkreplace "Masturbate">>
You decide to indulge in a moment of self-pleasure. Glancing around to ensure no one is watching, you discreetly slip your hand beneath your towel. Your heart races with a mix of excitement and nervousness as you begin to touch yourself, feeling the warmth and sensitivity of your own body. The sensation is both familiar and thrilling, heightened by the risk of being caught. You keep a watchful eye on your surroundings, making sure no one is paying attention to you. The sound of water splashing and the distant murmur of conversations provide a comforting background noise, masking any subtle movements you make. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Relax/Masturbating"+random(1)+".webp")]]
</div><br>
<<if random(2) is 0>>
As you pleasure yourself, you suddenly notice a girl approaching. You stop immediately, trying to act nonchalant as if nothing had happened. She walks closer with a knowing smile, and before you can react, she sits down on your lounge chair, her hand gently resting on your leg. "I know what you were doing," she says softly, her fingers lightly tracing patterns on your skin. "You don't have to stop. Just spread your legs for me, and I'll take care of the rest." <br><br>
Her touch is gentle yet confident, and her words send a shiver of anticipation down your spine. You look into her eyes, seeing a mix of playfulness and desire. The air between you is charged with a new kind of excitement, and you feel a sense of curiosity and arousal building within you. <br><br>
<span id='accept'><<if $mainChar.corruption>=40>><<linkreplace "Spread your legs">>
You spread your legs, inviting her to continue. She leans in, her breath warm against your skin, and begins to pleasure you with her mouth. The sensation is intense and overwhelming, her tongue expertly exploring every sensitive spot. You can feel the heat building within you, your body responding to her touch with increasing urgency. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Relax/Lesbian"+random(1)+".webp")]]
</div><br>
As she continues, you reach a climax, your body convulsing with pleasure as you gush onto her face. She eagerly drinks your juices, savoring every drop. When you finally come down from your high, she leans in to kiss you, her lips still coated with your essence. During the kiss, she intentionally releases some of your juices into your mouth, sharing the taste of your own pleasure with you.<br><br>
After a moment, she pulls away, a satisfied smile on her lips. "I really like your pussy," she says softly, her eyes meeting yours with a mix of admiration and desire. Without another word, she stands up and walks away, leaving you breathless and filled with a mix of satisfaction and surprise. You watch her go, still tasting yourself on your lips, feeling a sense of exhilaration and wonder at the unexpected encounter.<br><br>
With a final glance around to ensure no one has noticed, you adjust your swimsuit and sit up, ready to [[continue your day.->Spa Relax]]<br><br>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'><<linkreplace "Refuse her proposal">>
However, you feel a wave of embarrassment wash over you. Timidly, you decline her offer, unable to meet her gaze. She smiles, a hint of disappointment in her eyes. "That's a shame," she says, her voice low and sultry. "I would have loved to eat you out." With a final, lingering look, she stands up before adding "Think of me when you come," and she walks away, leaving you alone with your thoughts. <br><br>
Already aroused from your earlier self-pleasure, you find yourself fantasizing about what might have happened if you had accepted her offer. The thought of her going down on you in such a public place sends a wave of excitement through your body. Unable to resist any longer, you begin to touch yourself again, your fingers finding their way back to your sensitive spots. You close your eyes, picturing her between your legs, her mouth working magic on you. The sensation builds quickly, and before you know it, you're on the edge of climax. <br><br>
You can't help but think of her. You bite your lip to stifle any sounds, your breath coming in quick gasps as you ride out the waves of your orgasm. When you finally open your eyes, you feel a mix of satisfaction and a lingering sense of desire, the memory of her words and the fantasy of her touch still fresh in your mind. With a final glance around to ensure no one has noticed, you adjust your towel and sit up, ready to [[continue your day.->Spa Relax]]<br><br>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #accept>><</replace>><</linkreplace>></span>
<<else>>
As you reach the peak of your pleasure, you feel a rush of warmth and release. You climax, your body shuddering slightly as you try to maintain your composure. A small, wet stain appears on the lounge chair between your legs, but it could easily be mistaken for water. You take a moment to catch your breath, feeling a sense of satisfaction and relaxation. Discreetly, you bring your fingers to your mouth, licking off the remnants of your pleasure. The taste is uniquely yours, a secret indulgence that only you know about. With a final glance around to ensure no one has noticed, you adjust your towel and sit up, ready to [[continue your day.->Spa Relax]]<br><br>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-20">>
<</if>>
<<replace #read>><</replace>><<replace #nap>><</replace>><<replace #options>><</replace>>
<</linkreplace>><br><</if>></span>
<span id='options'>
[[Go swimming->Swimming Pool][$mainChar.spaEvent = "swim"]]<br>
<<if random(2) is 0>><br>
You become aware of a few men nearby, their gazes lingering on you. You notice them stealing glances at your breasts and your butt, their eyes filled with admiration and desire. A small smile plays on your lips as you realize that you are the object of their attention. You adjust your position slightly, enjoying the attention and the feeling of being desired. Looking to your right, you catch a man quickly averting his gaze. It's clear he was watching you, and the bulge in his swim trunks confirms that you have caught his interest. <br><br>
<<if $mainChar.corruption >= 40>> <<linkreplace "Help him release">>
You decide to take the initiative and approach the man who was watching you. With a confident stride, you walk over to his lounge chair and sit down on the edge, close to him. He looks up at you, a mix of surprise and desire in his eyes. "If you'd like," you say softly, leaning in slightly, "I can help you with your problem." As you speak, you gently place your finger on the tip of his hard cock, feeling the outline through his swim trunks. The touch is subtle but deliberate, and you can see the effect it has on him. His breath hitches slightly, and his eyes widen with a mix of excitement and anticipation.<br><br>
You take his lack of response as a silent consent. Leaning down, you take him into your mouth, feeling the warmth and hardness of him against your lips. You start slowly, using your tongue to tease the tip before taking him deeper. The sounds of the spa fade into the background as you focus on pleasuring him, your movements becoming more rhythmic and intense. You can feel his body tense with pleasure, his hands gripping the sides of the lounge chair. The taste of him fills your mouth, and you can sense his growing excitement. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Relax/Suck"+random(3)+".webp")]]
</div><br>
You continue to work your magic, using your lips and tongue to bring him closer to the edge. The air is filled with the soft, wet sounds of your mouth on him, and you can feel the power and control you have in this moment. You're determined to give him a release he won't forget.<br><br>
<span id='push'><<if $mainChar.corruption>=50>><<linkreplace "Let him fuck you">>
He reaches out and gently pulls you up, his eyes filled with a mix of desire and urgency. Without a word, he guides you to straddle him on the lounge chair, positioning you so that you are facing away from him, your back to his chest. He lifts your hips slightly and then lowers you onto his hard cock, entering you with a smooth, confident thrust. You let out a soft gasp as he fills you, the sensation of him inside you sending waves of pleasure through your body. He begins to move, his hands gripping your hips as he guides you up and down, setting a steady rhythm.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Relax/Fuck"+random(3)+".webp")]]
</div><br>
The thrill of being taken in such a public place, hidden from view but surrounded by the sounds of the spa, adds an extra layer of excitement. You can feel the heat of his body against yours, the friction of his cock inside you driving you both closer to the edge. His breath is hot on your neck, and you can hear his soft moans of pleasure. <br><br>
Finally, with a deep thrust, he releases inside you, his body shuddering with the intensity of his orgasm. You feel the warmth of him filling you, and you let out a soft sigh of satisfaction. For a moment, you both remain still, catching your breath and enjoying the afterglow of your shared pleasure. The world around you seems to fade away, leaving just the two of you in this intimate, hidden moment. Without a word, you stand up and [[return to your lounge chair,->Spa Relax]] feeling a mix of exhilaration and contentment.<br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "45">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'><<linkreplace "Make him cum">>
Finally, with a few more expert strokes, he reaches his climax, releasing into your mouth. You swallow, feeling a sense of satisfaction and accomplishment. As he catches his breath, you gently pull away, giving him a small, knowing smile. Without a word, you stand up and [[return to your lounge chair,->Spa Relax]] feeling a mix of exhilaration and contentment.<br><br>
<<HaveASexWidget "bj" "stranger" "inmouth">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<replace #push>><</replace>><</linkreplace>></span>
<<replace #read>><</replace>><<replace #masturbate>><</replace>><<replace #nap>><</replace>>
<</linkreplace>><br><br><</if>>
<<set $mainChar.arousal +=10>><</if>>
<br>[[Leave the swimming pool->Spa Cabin][$pastPassage = 'Pool']]</span>
<<else>>
Suddenly, the sound of a soft chime breaks through the tranquility, and you hear an announcement over the spa's intercom system. "Attention, please. The spa will be closing in 15 minutes. We kindly ask all guests to begin making their way to the exit."<br><br>
The serenity of the moment is interrupted, but you know it's time to go. You slowly rise from the lounge chair, taking a moment to stretch your limbs before gathering your belongings. You step out of the swimming pool, and [[enter the changing cabin.->Spa Cabin][$pastPassage = 'Pool']]
<</if>><<if $mainChar.work.spa.level >= 4>>
<<Achievements "spa" "Body Worshipper">>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Restaurant/Work/LockerRoom.jpg")]]
</div><br>
As you enter the vestiaires, the air is filled with a mix of fresh linen and the faint scent of essential oils. The space is clean and well-organized, with rows of lockers and benches. You find your designated locker and open it to reveal a neatly folded uniform. You head to your locker, ready to change into your work attire. <br><br>
<<if $mainChar.cleanliness <50>>
You really need to [[take a shower->Resto Shower][$Locker_Location = "Spa Locker Room"]]
<<elseif $mainChar.cleanliness <80>>
You could [[take a shower->Resto Shower][$Locker_Location = "Spa Locker Room"]]
<<elseif $mainChar.cleanliness<99>>
You're already clean, but you can still [[take a shower->Resto Shower][$Locker_Location = "Spa Locker Room"]] if you want.
<</if>>
<br>
<<if ! $mainChar.appearance.isCombed>>
Your hair is messed up! <<linkreplace "Comb yourself.">><<MainChar_Stats "combed" "true">><<goto $currentPassage>>
<</linkreplace>>
<<else>>
Your hair is combed.
<<endif>> <br>
You can <<linkreplace "apply makeup.">> apply makeup.<br>
@@.default-image-wrapper; [img[String.format($urlPath + '/bedroom/dressingTable/makeup' + random(2) + '.jpg')]] @@<br>
<<include "Apply makeup menu">>
<<set $minute += 5>>
<</linkreplace>>
<br><br>
Masseuse experience: <<print $mainChar.work.spa.experience>>
<h4>LOCKER</h4>
<<if !["Sexy","Normal","Pervy"].includes($mainChar.work.costume)>>
* Standard uniform - <<if $mainChar.work.costume == "Normal">>You're wearing it.<<else>>[[Wear->Spa Locker Room][$mainChar.work.costume = "Normal",$mainChar.work.currentWorkName = "Spa",$minute += 5]]<<endif>> <br>
<<if $mainChar.work.spa.experience >= 20>>
* Sexy uniform - <<if $mainChar.work.costume == "Sexy">>Wearing<<elseif $mainChar.corruption<25>>You're not daring enough to wear such outfit<<else>>[[Wear->Spa Locker Room][$mainChar.work.costume = "Sexy",$mainChar.work.currentWorkName = "Spa",$minute += 5]]<<endif>> <br>
<</if>>
<<if $mainChar.work.spa.experience >= 40>>
* Pervy uniform - <<if $mainChar.work.costume == "Pervy">>Wearing<<elseif $mainChar.corruption<40>>You're not daring enough to wear such outfit<<else>>[[Wear->Spa Locker Room][$mainChar.work.costume = "Pervy",$mainChar.work.currentWorkName = "Spa",$minute += 5]]<<endif>><br>
<</if>>
<<else>>
Change into your [[usual clothes.->Spa Locker Room][$mainChar.work.currentWorkName = "",$mainChar.work.costume="", $minute += 5]]<br>
<</if>>
<br>
<<if !["Sexy","Normal","Pervy"].includes($mainChar.work.costume) and ($hour<19 and $hour>=8)>>
You must change into your work outfit to start your shift.
<<elseif $mainChar.energy < 20 and ($hour<19 and $hour>=8)>>
You're too tired to start working now.
<<elseif $mainChar.cleanliness < 60 and ($hour<19 and $hour>=8)>>
You stink! You can't welcome customers like that.
<<elseif $hour>=19 or $hour<8>>
It's no longer within your working hours.
<<else>>
<<if ($mainChar.cleanliness >=60 and $mainChar.appearance.isCombed and $mainChar.appearance.makeup != "Ruined")>>
[[Start your shift.->Work Spa Process][$minute += 30]]
<<else>>
You can't start your shift without combed hair, clean makeup and good hygiene.
<</if>>
<</if>><br>
<<if !["Sexy","Normal","Pervy"].includes($mainChar.work.costume)>>
[[leave the room.->Spa][$mainChar.work.currentWorkName = ""]]
<</if>>
<<if isNaN($mainChar.work.spa.level)>>
<<set $mainChar.work.spa.level to 1>>
<</if>>
<<if ($mainChar.work.spa.experience >= 1 and $mainChar.work.spa.level is 1)
or ($mainChar.work.spa.experience >= 10 and $mainChar.corruption >=20 and $mainChar.work.spa.level is 2)
or ($mainChar.work.spa.experience >= 20 and $mainChar.corruption >=30 and $mainChar.work.spa.level is 3)
or ($mainChar.work.spa.experience >= 30 and $mainChar.corruption >=40 and $mainChar.work.spa.level is 4)>>
<<goto "Work Spa Special Events">>
<</if>>
<<if random(1) is 0>>
You greet your client, a woman who smiles warmly at you. You introduce yourself and guide her to the massage table, ensuring she feels comfortable and at ease. As she lies down, you begin the massage, starting with gentle, soothing strokes. Your delicate fingers move expertly over her skin, applying just the right amount of pressure. You work your way down her body, paying special attention to her feet, kneading away any tension and stress. You work your way up her calves, then her thighs, paying close attention to her reactions. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/MassageGirl.jpg")]]
</div><br>
As you continue the massage, you notice a slight damp spot on the table between her legs. It becomes clear that she is visibly aroused by your touch. You maintain your professionalism, focusing on providing her with a relaxing and enjoyable experience. Your hands glide smoothly over her skin, working out any knots and bringing a sense of calm to her body.<br><br>
<span id='finger'><<if $mainChar.work.spa.level >=2>><<linkreplace "Massage her pussy">>
You ask her to turn over onto her back, and she complies with a soft sigh. As you reach her hips, you gently spread her legs and begin to massage her inner thighs. You can feel the heat radiating from her, and you know she is ready for more. With a confident yet gentle touch, you move your fingers to her lips, massaging them softly.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/LesbianMassagePussy"+random(1)+".webp")]]
</div><br>
You can feel her growing wetter with each stroke. You find her clit and begin to circle it with your fingers, applying just the right amount of pressure. Her breath quickens, and her body tenses with pleasure.<br><br>
<span id='lick'><<if $mainChar.work.spa.level >=3 >><<linkreplace "Use your tongue">>
You decide to take it a step further. You position yourself between her legs and lower your head, bringing your mouth to her pussy. You begin to lick her with devotion, your tongue exploring every fold and crevice. You can taste her arousal, and it only fuels your desire to please her. You focus on her clit, using your tongue to apply gentle yet firm pressure. Her moans grow louder, and her hips begin to move in rhythm with your tongue. You can feel her getting closer to the edge, her body trembling with anticipation.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/LesbianLick"+random(1)+".webp")]]
</div><br>
You continue to lick her with unwavering dedication, feeling her excitement build until she can no longer hold back. With a cry of pleasure, she releases, her body convulsing as she squirts onto the table. You gently ease her down from her climax, continuing to lick her softly until she is fully satisfied.<br><br>
You help her sit up, offering her a towel to clean up. She looks at you with gratitude and a satisfied smile. "That was incredible," she says softly, and you can't help but feel a sense of pride and accomplishment. You've not only provided a relaxing massage but also given her a deeply pleasurable experience.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "spa" "1">>
<<MainChar_Stats "corruption" "60">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "money" "30">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'><<linkreplace "Release her">>
You continue to massage her, feeling her excitement build until she can no longer hold back. With a soft cry, she releases, her body convulsing as she squirts onto the table. You gently ease her down from her climax, continuing to touch her lightly until she is fully relaxed.<br><br>
You help her sit up, offering her a towel to clean up. She looks at you with gratitude and a satisfied smile. "That was incredible," she says softly, and you can't help but feel a sense of pride and accomplishment. You've not only provided a relaxing massage but also given her a deeply pleasurable experience. <br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "spa" "1">>
<<MainChar_Stats "corruption" "40">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "money" "30">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<replace #lick>><</replace>><</linkreplace>></span>
<<replace #end>><</replace>><</linkreplace>><br><</if>></span>
<span id='end'><<linkreplace "Continue the massage">>
You continue the massage with care and attention, ensuring that every part of her body feels rejuvenated. As the session comes to an end, you gently bring her back to a state of awareness, allowing her to fully relax and enjoy the afterglow of the massage. You thank her for the session and leave her to get dressed, feeling a sense of accomplishment and pride in your work.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "spa" "1">>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "money" "10">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-15">>
<<replace #finger>><</replace>><</linkreplace>></span>
<<else>>
As you enter, you see your first client already lying face down on the massage table, a towel draped over his lower body. You take a deep breath and approach him with a warm smile. "Hello, I'm your masseuse for today. I hope you're ready to relax and enjoy the session," you say softly. He nods, and you begin the massage, starting with his shoulders. Your delicate fingers move expertly over his skin, applying just the right amount of pressure. You can feel the tension in his muscles slowly melting away as you work your way down his back, kneading and soothing each area.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/MassageMan.jpg")]]
</div><br>
As you continue the massage, you notice that he is becoming visibly excited. His body responds to your touch, and you can see the evidence of his arousal beneath the towel. You maintain your professional demeanor, focusing on providing a relaxing and therapeutic experience. Your hands glide smoothly over his skin, working out any knots and bringing a sense of calm to his body.<br><br>
<span id='finger'><<if $mainChar.work.spa.level >=2>><<linkreplace "Massage his cock">>
With a sense of devotion and care, you begin by lightly running your fingers along the length of his cock, feeling its warmth and firmness. Your touch is delicate yet purposeful, designed to heighten his pleasure. You wrap your fingers around his shaft, applying a gentle pressure as you start to stroke him slowly. Your movements are rhythmic and deliberate, aimed at building his excitement gradually.<br><br>
As you continue to stroke him, you pay special attention to his most sensitive areas. You caress his balls with your other hand, feeling their weight and the softness of the skin. You move your fingers up to his gland, circling it gently with your thumb, eliciting a deep moan from him. His hips begin to move in sync with your hand, his body responding to your expert touch.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/HJ"+random(2)+".webp")]]
</div><br>
You increase the pace slightly, your grip becoming firmer as you feel his pleasure building. His breaths come in short gasps, and you can see the tension in his muscles as he approaches the peak of his excitement. You maintain a steady rhythm, your focus entirely on his pleasure and satisfaction.<br><br>
<span id='lick'><<if $mainChar.work.spa.level >=3 >><<linkreplace "Use your mouth">>
As you kneel down in front of him, you take a moment to admire his arousal, feeling a sense of anticipation and desire. You lean in, your breath warm against his skin, and gently wrap your lips around the tip of his cock. You start slowly, teasing him with soft, delicate kisses and light flicks of your tongue. You can feel him respond, his body tensing with pleasure.<br><br>
You begin to take him deeper into your mouth, your lips sliding smoothly over his shaft. You use your tongue to trace the veins and contours, exploring every inch of him with devotion. Your movements are deliberate and rhythmic, building a steady pace that drives him wild. You can hear his breath quickening, his moans growing louder with each passing moment.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/BJ"+random(3)+".webp")]]
</div><br>
You are fully committed to his satisfaction, and you continue to suck and stroke him with unwavering devotion. Every movement, every touch is designed to bring him the ultimate pleasure, and you revel in the knowledge that you are the one giving him this experience.<br><br>
<span id='fuck'><<if $mainChar.work.spa.level>=4>><<linkreplace "Use your pussy">>
You stand up and climb onto the massage table, positioning yourself over him. Your movements are graceful and deliberate, your eyes never leaving his. You lower yourself onto him, feeling his hardness enter you. A soft moan escapes your lips as you begin to move, using your body to bring him the ultimate pleasure. You ride him slowly at first, allowing him to feel every inch of you. Your hips move in a rhythmic dance, your wetness enveloping him completely. You can feel his excitement building, his hands gripping your hips as he guides you. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/Fuck"+random(1)+".webp")]]
</div><br>
You see this act as the most noble thing you can do as a masseuse, using your body as an instrument of pleasure, fully dedicated to his satisfaction. Every movement, every thrust is a testament to your devotion. You can hear his breath growing ragged, his moans filling the room, and you know he is close.<br><br>
As his climax approaches, you lean forward, your lips finding his cock once more. You take him deep into your mouth, determined to collect every drop of his pleasure. You suck him with renewed vigor, your tongue and lips working in harmony to bring him to the edge. His body tenses, and with a final, powerful thrust, he releases into your mouth. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/BJCum"+random(0)+".webp")]]
</div><br>
As he comes down from his climax, you slowly release him from your mouth, looking up at him with a soft, contented smile. You can see the gratitude and satisfaction in his eyes, and it fills you with a sense of pride and accomplishment. You've given him an experience he won't forget, and you feel a deep sense of fulfillment knowing that you've brought him such intense pleasure.<br><br>
You take a moment to wipe your mouth, feeling a mix of excitement and satisfaction. You've not only performed your job with dedication but also created a memorable and intimate experience for your client. As you stand up, you help him to relax and recover, knowing that you've made a positive impact on his day.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "spa" "1">>
<<MainChar_Stats "corruption" "70">>
<<MainChar_Stats "arousal" "45">>
<<MainChar_Stats "money" "50">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "cleanliness" "-35">>
<<replace #cum2>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum2'><<linkreplace "Make him cum">>
As you continue to worship his cock with unwavering devotion, you can feel his body tensing, his breath becoming ragged. You know he's close, and you increase the intensity of your movements, determined to bring him to the peak of pleasure. Your lips tighten around his shaft, your tongue swirling and teasing, while your hands stroke him firmly.<br><br>
Suddenly, he lets out a deep, guttural moan, and you feel him release into your mouth. His warm, salty essence fills your mouth, and you swallow every drop, taking it all in as a sign of respect and devotion. You continue to suck gently, milking every last bit of pleasure from him, ensuring that he feels completely satisfied.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/BJCum"+random(0)+".webp")]]
</div><br>
As he comes down from his climax, you slowly release him from your mouth, looking up at him with a soft, contented smile. You can see the gratitude and satisfaction in his eyes, and it fills you with a sense of pride and accomplishment. You've given him an experience he won't forget, and you feel a deep sense of fulfillment knowing that you've brought him such intense pleasure.<br><br>
You take a moment to wipe your mouth, feeling a mix of excitement and satisfaction. You've not only performed your job with dedication but also created a memorable and intimate experience for your client. As you stand up, you help him to relax and recover, knowing that you've made a positive impact on his day.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "spa" "1">>
<<MainChar_Stats "corruption" "50">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "money" "30">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<replace 'cum2'>><</replace>><</linkreplace>></span>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'><<linkreplace "Release him">>
As you continue to stroke your client, you can feel his body tensing with anticipation. His moans grow louder, and you can see the muscles in his stomach and thighs tightening. You know he's close, so you focus on his most sensitive areas, your thumb circling the head of his cock with each stroke. His body begins to tremble slightly, and you can feel his heart racing beneath your touch.<br><br>
Suddenly, his body tenses, and he lets out a deep, guttural groan. His cock pulses in your hand as he reaches his climax, and you feel the warm, thick liquid of his release spilling onto your fingers. You continue to stroke him gently, riding out the waves of his orgasm with him, your touch becoming softer and more soothing as he comes down from his high.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/HJCum"+random(1)+".webp")]]
</div><br>
You watch as his body relaxes, his breaths slowing and deepening. His eyes flutter open, and he looks at you with a mix of gratitude and satisfaction. You smile softly at him, knowing that you've provided him with a deeply pleasurable experience.<br><br>
Carefully, you reach for a nearby towel and wipe your hands, cleaning off the evidence of his release. You then use the towel to gently clean him, ensuring his comfort and hygiene. As you finish, you can see the contentment in his eyes, and you feel a sense of pride and accomplishment in your work. You've not only provided him with physical relief but also created a moment of intimacy and connection that he'll remember.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "spa" "1">>
<<MainChar_Stats "corruption" "40">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "money" "20">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<replace #lick>><</replace>><</linkreplace>></span>
<<replace #end>><</replace>><</linkreplace>><br><</if>></span>
<span id='end'><<linkreplace "Continue the massage">>
You move your hands down to his lower back, applying gentle pressure to release any remaining tension. Your touch is firm yet gentle, and you can feel his body responding positively to your care. You continue the massage, making sure to cover every area of his back, until the session comes to an end.<br><br>
"Thank you for choosing our spa," you say with a smile as you finish. "I hope you enjoyed the massage and feel relaxed." He thanks you, and you leave the room, feeling a sense of accomplishment and professionalism, knowing that you provided a quality service.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "spa" "1">>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "money" "10">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-15">>
<<replace #finger>><</replace>><</linkreplace>></span>
<</if>><div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/GettingJob.jpg")]]
</div><br>
<<if $mainChar.work.spa.level is 1>>
As you finish changing into your work attire, you take a deep breath and prepare to start your first day. Just as you're about to leave the locker room, your colleague, a friendly and experienced server, approaches you with a smile. "Hey, welcome to the team!" she says warmly. "I'm here to help you get started. Here, take this earpiece." She hands you a small, discreet device. "This will allow me to guide you through your first sessions. I'll be able to give you tips and advice as you go, so you won't feel alone out there."<br><br>
You take the earpiece and put it in, feeling a sense of relief and gratitude. "Thank you so much," you say, appreciating the support. "I'm a bit nervous, but I'm ready to learn." Your colleague smiles reassuringly. "You'll do great. Just remember to listen to my instructions and trust your instincts. Let's make this a fantastic first day for you."<br><br>
With the earpiece in place, you feel more confident and prepared. You follow your colleague out of the locker room, ready to face your first clients with her guidance and support. As your first client enters the room, you take a deep breath to steady your nerves. He is a muscular man, wearing only a simple towel wrapped around his waist. You greet him with a warm smile and gesture <<linkreplace "towards the massage table.">>towards the massage table.<br><br>
"Please, lie down and make yourself comfortable," you say, trying to sound confident. He nods and settles onto the table, face down. You take a moment to gather your thoughts before your colleague's voice comes through the earpiece. "Alright, start by applying some oil to your hands," she instructs, her voice calm and reassuring. "Remember, the body is a temple, and we are here to honor and care for it. Begin with gentle, long strokes along his back, feeling for any tension or knots."<br><br>
You follow her instructions, warming the oil in your hands before gently applying it to his back. You start with slow, deliberate strokes, feeling the muscles beneath your fingertips. Your colleague continues to guide you, her voice filled with reverence. "Take your time, appreciate the contours of his body. Use your touch to soothe and relax him. Move down to his legs, paying attention to the muscles there as well."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/MassageMan.jpg")]]
</div><br>
You follow her guidance, your movements becoming more confident as you work. You can feel the tension in his muscles beginning to ease, and you take pride in knowing that you are providing him with relief and relaxation. Your colleague's voice is a steady presence in your ear, reminding you to take care of him with respect and dedication.<br><br>
As you finish the massage, you gently tap your client on the shoulder and say, "You can take your time getting up. <<linkreplace "The session is over.">> The session is over." He slowly rises from the table, and as he stands, you notice the unmistakable bulge beneath his towel. You blush slightly, unsure of how to react. Just then, your colleague's voice comes through the earpiece.<br><br>
"It's completely normal," she says calmly. "It's a sign that he enjoyed the massage and felt relaxed and comfortable. Don't worry about it; just thank him and let him know he can leave whenever he's ready." You take a deep breath and nod, even though she can't see you. "Thank you for coming in today," you say to the client, maintaining a professional demeanor. "I hope you found the session relaxing and enjoyable."<br><br>
He smiles at you, looking content and relaxed. "Thank you, it was great," he replies before gathering his things and leaving the room. You let out a sigh of relief as he exits, feeling a mix of accomplishment and newfound confidence. Your colleague's voice returns, filled with encouragement. "You did a fantastic job," she says. "Remember, it's all about making the client feel at ease and appreciated. You're off to a great start." You smile, feeling proud of your first session and ready to take on the next challenge.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "money" "10">>
<<MainChar_Stats "energy" "-15">>
<<MainChar_Stats "cleanliness" "-15">>
<<set $mainChar.work.spa.level += 1>>
<</linkreplace>><</linkreplace>>
<<elseif $mainChar.work.spa.level is 2>>
Several days have passed, and you've grown more comfortable and confident in your role as a masseuse. Your colleague approaches you with a smile, handing you an earpiece. "You're ready for the next step," she says encouragingly. "This will help guide you through a more advanced session."<br><br>
You take the earpiece and put it in, feeling a mix of excitement and nervousness. As your next client enters the room, you greet him warmly and <<linkreplace "guide him to the massage table.">> guide him to the massage table. The session goes smoothly, with your colleague's voice in your ear, offering tips and encouragement.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/MassageMan.jpg")]]
</div><br>
"You're doing great," she says. "But remember, a good masseuse can't let her clients leave in discomfort. It's important to address all their needs." Your colleague's voice takes on a more serious tone. "You can't let him leave with an erection. You need to massage his cock."<br><br>
You hesitate for a moment, feeling a wave of uncertainty. But your colleague's voice is steady and reassuring. "It's okay, I'll guide you through it. Start by gently massaging his balls, then move up to the shaft. Pay special attention to the head, it's very sensitive."
You take a deep breath and begin to <<linkreplace "follow her instructions.">> follow her instructions. You can feel the client's body tense with pleasure as you carefully massage his balls, then move up to his shaft. Your colleague's voice is filled with reverence as she guides you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/HJ"+random(2)+".webp")]]
</div><br>
"Use a firm but gentle grip, and don't forget to use plenty of oil. The head of the cock is the most sensitive part, so be sure to give it extra attention. Listen to his body, feel his responses, and adjust your touch accordingly."<br><br>
You continue to follow her guidance, feeling a sense of accomplishment as the client's body responds to your touch. Suddenly, you feel his body tense, and with a soft groan, he releases, ejaculating into your hands. You maintain your composure, continuing to massage him gently until he relaxes completely. Your colleague's voice comes through the earpiece, filled with praise.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/HJCum"+random(1)+".webp")]]
</div><br>
"You did it perfectly," she says. "That's exactly what he needed. Make sure to clean up and help him feel comfortable as he leaves." You take a moment to clean your hands and help your client off the table, ensuring he feels at ease. "Thank you for coming in today," you say with a warm smile. "I hope you found the session satisfying and relaxing."<br><br>
He smiles back at you, looking content and relieved. "Thank you, it was great," he replies before gathering his things and leaving the room. You let out a sigh of relief, feeling a mix of accomplishment and newfound confidence. Your colleague's voice returns, filled with encouragement. "You did an amazing job," she says. "You're really growing into this role. Keep up the great work." You smile, feeling proud of your progress and ready to take on whatever comes next.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "money" "20">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $mainChar.work.spa.level += 1>>
<</linkreplace>><</linkreplace>>
<<elseif $mainChar.work.spa.level is 3>>
Several days have passed, and you've grown more comfortable and confident in your role as a masseuse. Your colleague approaches you with a smile, handing you an earpiece. "You've come a long way," she says. "I think you're ready to take your skills to the next level. This earpiece will guide you through it."<br><br>
You take the earpiece and put it in, feeling a mix of anticipation and nervousness. As your client enters the room, you greet him warmly and <<linkreplace "guide him to the massage table.">>guide him to the massage table. The session begins smoothly, with your colleague's voice in your ear offering guidance and encouragement.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/MassageMan.jpg")]]
</div><br>
As often, your client his hard. You start to massage his cock, your colleague's voice takes on a more instructive tone. "Now that you have more experience, it's important to treat our clients with the utmost professionalism and respect," she says. "Their bodies are temples, and we should worship them accordingly. I want you to suck his cock, to worship it. I'll guide you through it."<br><br>
You take a deep breath, steeling yourself for this new challenge. Following her instructions, you lean down and <<linkreplace "take his cock in your mouth.">>take his cock in your mouth, starting with gentle, reverent licks. Your colleague's voice is calm and detailed, guiding you through each movement.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/BJ"+random(3)+".webp")]]
</div><br>
"Start by licking the shaft, slowly and gently," she instructs. "Use your tongue to explore every inch of him. Show him that you appreciate and respect his body. Now, take the head into your mouth, swirl your tongue around it. Be attentive to his reactions, let his pleasure guide you." You follow her guidance, using your tongue and lips to worship his cock, paying attention to his every moan and shiver. Your colleague continues to coach you, her voice filled with reverence and encouragement.<br><br>
"Take your time, make this a sacred act," she says. "Let him feel your devotion and respect. This is about more than just pleasure; it's about honoring his body and making him feel truly special." As you continue to worship his cock, you feel a deep sense of purpose and connection. Your client's pleasure is your ultimate goal, and you are determined to give him an experience he will never forget.<br><br>
As you continue to worship your client's cock, following your colleague's detailed instructions, you feel his body tense with pleasure. Your mouth and tongue work in harmony, providing him with the ultimate experience of respect and devotion. Suddenly, he lets out a deep groan, and you feel the warm, salty taste of his ejaculate <<linkreplace "filling your mouth.">>filling your mouth. You pause for a moment, unsure of what to do next. Your colleague's voice comes through the earpiece, calm and reassuring.<br><br>
<<if random(1) is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/BJCum0.webp")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/Cum1.webp")]]
</div>
<</if>><br>
"You've done an amazing job," she says. "Now, swallow. This is the purest form of respect you can show him. It's a way of honoring his body and the pleasure you've given him." You take a deep breath and swallow, feeling the warmth slide down your throat. Your colleague's voice is filled with pride and encouragement. "Well done," she says. "You've shown him the utmost respect and professionalism. This is what true cock-worship is about."<br><br>
You gently release his cock from your mouth and look up at your client, who is now relaxed and content. "Thank you for coming in today," you say with a warm smile. "I hope you found the session satisfying." He smiles back at you, looking deeply satisfied. "Thank you, it was great," he replies before gathering his things and leaving the room.<br><br>
You let out a sigh of relief, feeling a mix of accomplishment and pride. Your colleague's voice returns, filled with praise. "You've truly excelled," she says. "Keep up the great work. You're making a real difference in the lives of our clients." You smile, feeling confident and ready to continue growing in your role.<br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "money" "30">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<set $mainChar.work.spa.level += 1>>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<elseif $mainChar.work.spa.level is 4>>
Several days have passed, and you've become comfortable with masturbating and sucking your clients to satisfy them. Your colleague approaches you before your next session, handing you an earpiece with a knowing smile. "You've made incredible progress," she says. You take the earpiece and put it in, feeling a mix of anticipation and nervousness. As your client enters the room, you greet him warmly and <<linkreplace "guide him to the massage table.">>guide him to the massage table. The session begins smoothly, with your colleague's voice in your ear offering guidance and encouragement.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/MassageMan.jpg")]]
</div><br>
As you start to suck his cock, your colleague's voice takes on a more instructive tone. "You know $mainChar.firstName, the ultimate place for a cock is inside a pussy," she says, her voice filled with reverence. "It's about offering yourself completely to him, honoring his body and your own. I want you to let him penetrate you, to give yourself fully to him."<br><br>
You take a deep breath, preparing yourself for this new experience. Following her instructions, you position yourself on the massage table, spreading your legs to <<linkreplace "welcome him.">> welcome him. Your colleague's voice is calm and detailed, guiding you through each movement. "Start by guiding him inside you," she instructs. "Take your time, let your body adjust to his. Move your hips slowly, using your vagina to pleasure him. Feel the connection between your bodies, the sacred union."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/Fuck"+random(1)+".webp")]]
</div><br>
You follow her guidance, feeling him enter you slowly and carefully. You focus on the sensations, moving your hips in a rhythm that pleases both of you. Your colleague continues to coach you, her voice filled with encouragement and reverence. "Use your body to worship his," she says. "Let him feel your devotion and respect. This is about more than just pleasure; it's about honoring his body and making him feel truly special."<br><br>
"Remember, your vagina is a sacred space, designed to bring pleasure and satisfaction," she says. "Use it to worship his cock, to give him the ultimate experience. Keep going, let him feel your complete surrender and devotion. Make your vagina the ultimate source of his pleasure." Suddenly, your colleague's voice comes through the earpiece with a new instruction. "Don't waste his semen," she says. "Make sure he ejaculates in your mouth so you can swallow and show him the ultimate respect." <br><br>
You nod slightly, understanding her instructions. As you feel his body tense and his pleasure build, you gently withdraw and position yourself to <<linkreplace "take his cock in your mouth.">>take his cock in your mouth. You continue to use your tongue and lips to worship him, feeling his every moan and shiver. With a deep groan, he releases, filling your mouth with his warm, salty ejaculate. You swallow, showing him the utmost respect and devotion. Your colleague's voice is filled with pride and encouragement. <br><br>
<<if random(1) is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Work/BJCum0.webp")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Spa/Massage/Cum1.webp")]]
</div>
<</if>><br>
"Well done," she says. "You've given him the ultimate gift of pleasure and respect. This is what true devotion looks like." You gently release his cock from your mouth and look up at your client, who is now relaxed and content. "Thank you for coming in today," you say with a warm smile. "I hope you found the session satisfying and respectful."<br><br>
He smiles back at you, looking deeply satisfied. "Thank you, it was great," he replies before gathering his things and leaving the room. You let out a sigh of relief, feeling a mix of accomplishment and pride. Your colleague's voice returns, filled with praise. "You've truly excelled," she says. "You've shown your total devotion and your ability to worship clients, which makes you an experienced masseuse. Keep up the great work. You're making a real difference in the lives of our clients." You smile, feeling confident and ready to continue growing in your role. <br><br>
<<if $mainChar.energy >=20 and $mainChar.cleanliness >=30 and $hour <20>>
[[Start another session->Work Spa Process]]<br>
<</if>>
[[Leave the massage parlor->Spa Locker Room]]<br><br>
<<MainChar_Stats "arousal" "35">>
<<MainChar_Stats "money" "40">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "cleanliness" "-35">>
<<set $mainChar.work.spa.level += 1>>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<else>>
<</if>><<set $hour += 2>>
<<set _event to "">>
<<if random(3) is 0 and $hour >8>>
<<set _event to either('bj','fuck','group')>>
<</if>>
<<if $mainChar.cleanliness <=20>>
<<set _event to 'shower'>>
<</if>>
<<if ($dayCount >= $mainChar.abductionDay + 2 and random(0,1) is 0) or $dayCount >= $mainChar.abductionDay + 4>>
<<goto "Basement Leaving">>
<</if>>
<<if $dayCount > $mainChar.abductionDay and _event != 'shower' and _event != "">>
<<set $mainChar.work.costume = "Sexy">>
<<set $mainChar.work.currentWorkName = "Slave">>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(3)+".webp")]]</div><br>
You've been in the basement for what feels like an eternity, though it could be just a day or two — you've lost all sense of time. The door creaks open once again, and you know what's coming. You've been through this enough times now that the initial shock and horror have begun to fade, replaced by a numbing acceptance.<br><br>
As the footsteps approach, you find yourself wondering if it might be easier, if it might help your situation, to welcome the individual with submission and obedience. The thought is unsettling, but there's a part of you that wonders if compliance might lessen the brutality, if being a "good girl" might make this ordeal more bearable. <br><br>
<span id='submit'><<if $mainChar.corruption >=60>><<linkreplace"Submit to them">>
You take a deep breath, steeling yourself for what's to come. As the footsteps approach, you lower yourself to your knees, a sense of resignation and submission washing over you. You open your mouth, sticking out your tongue in a gesture of complete obedience. When he reaches you, he begins to caress your face, his touch both gentle and demeaning. "Look at you," he says, his voice dripping with contempt. "Such a submissive little thing. You know your place, don't you?"<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(0)+".webp")]]</div><br>
You remain silent, your eyes downcast, accepting the humiliation as part of your new reality. He unzips his pants and pulls out his cock, holding it in front of your face. "Since you seem so eager and obedient," he says, a cruel smile playing on his lips, "you know what to do." You lean forward, taking his cock into your mouth, your hands bound behind your back. You begin to suck him with devotion, taking him deep into your throat, performing a deep throat without the aid of your hands. He caresses your hair and your face, murmuring words of degradation. "Good girl," he says, his voice filled with a twisted sense of approval. "You're such a good little bitch."<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Suck"+random(1)+".webp")]]</div><br>
Despite the humiliation, you feel a strange sense of excitement, a perverse pleasure in giving up control. You continue to suck him, your body responding to the degradation in ways you can't fully understand. He finally releases, spilling his seed <<linkreplace "into your mouth.">>into your mouth. You swallow, feeling a mix of shame and a twisted sense of accomplishment. He looks down at you, a smirk on his face. "You're a good little cum dumpster," he says, his words cutting deep. "Keep it up, and maybe you'll earn a reward." With that, he zips up his pants and walks away, leaving you alone in the basement. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/AfterFaceFuck"+random(0)+".webp")]]</div><br>
For a moment, you feel a flicker of pride, content with the compliment, before the reality of your situation crashes back down on you. You remember that this man is one of your abusers, that your compliance is a survival tactic, not a source of pride. The shame and confusion wash over you, leaving you to grapple with the dark truths of your situation. <br><br>
The taste of his release lingers in your mouth, a bitter reminder of what you've just done. But there's also a strange sense of relief, a feeling that maybe, just maybe, this path of obedience and devotion might make your situation more bearable. You prepare yourself mentally, steeling your resolve for the next encounter. You will be the good girl they want you to be. But for now, [[you try to rest.->Basement Submission]]<br><br>
<<HaveASexWidget "rape" "stanger" "face">>
<<HaveASexWidget "bj" "stanger" >>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<</linkreplace>>
<<replace #stay>><</replace>><</linkreplace>><br><</if>></span>
<span id='stay'><<linkreplace "Don't do it">> But you refuse to give in and reject the idea. <br><br>
<<silently>><<repeat 0.125s>> <<run $("#events").css("display", "block")>><</repeat>><</silently>>
<<replace #submit>><</replace>><</linkreplace>></span>
<<else>>
<<silently>><<repeat 0.125s>> <<run $("#events").css("display", "block")>><</repeat>><</silently>>
<</if>>
<span id="events" style="display: none">
<<if _event is 'bj'>>
The door at the top of the stairs creaks open, and heavy footsteps descend. You tense, your heart pounding in your chest, but there's also a strange sense of anticipation. You know what's coming, and you hate yourself for the tiny, traitorous part of you that doesn't entirely resist. As the man approaches you, his presence fills the room with a sense of dread and anticipation. He reaches out, his rough hands tracing the contours of your face, then moving down to your breasts, lingering there before continuing their descent. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Tease"+random(3)+".webp")]]</div><br>
You try to remain still, to not react, but your body betrays you. His touch is firm, possessive, and you can feel the heat of his gaze as he looks at you with a mix of lust and contempt. "You like this, don't you?" he growls, his voice low and menacing. "You like being treated like a piece of meat, like a toy for us to use." His hand moves lower, touching you intimately, and you can't help but feel a rush of shame as he finds you wet.<br><br>
He smirks, a cruel twist of his lips, as he sees the evidence of your body's response. "Look at you, all wet and ready," he sneers. "You're just a little slut, aren't you? You love being violated, being used." His words are like poison, seeping into your mind, and for a moment, you find yourself questioning your own reality. Is he right? Is there a part of you that enjoys this degradation? The thought is fleeting, but it leaves a lingering doubt that you can't shake off.<br><br>
You try to push the thoughts away, to focus on anything else, but his words echo in your head, a constant reminder of your situation. You cling to the hope that this is just a momentary weakness, that you are stronger than this, but the doubt lingers, a dark shadow in the corner of your mind. But suddently, you feel a surge of panic and fear as the man forces your head down to the <<linkreplace "level of his groin.">> level of his groin. His grip is unyielding, and you have no choice but to comply as he pushes himself into your mouth. The act is brutal, devoid of any gentleness or consideration. He uses you like an inanimate object, a tool for his pleasure, with no regard for your comfort or well-being. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/FaceFuck"+random(6)+".webp")]]</div><br>
You struggle to breathe, the sensation of being used so violently overwhelming you. Tears stream down your face as you gag and choke, but his hold on you is relentless. He continues to thrust, his movements rough and forceful. "You're nothing but a worthless whore," he spits, punctuating his words with sharp slaps to your face. Despite the violence and degradation, something within you responds. It's a dark, twisted part of your psyche that you can't understand or control. As he continues to ravage your mouth, you feel a mix of pain, humiliation, and a perverse kind of pleasure that you can't explain building within you. Your body betrays you once again, and you find yourself climaxing, the orgasm ripping through you like a storm.<br><br>
As the man finally pulls away, you're left gasping for air, your body shaking with a mix of shock and shame. He looks down at you with a cruel smirk, his eyes gleaming with satisfaction and contempt. Without warning, he grabs your face, forcing you to look up at him as <<linkreplace "he paints your cheeks">>he paints your cheeks and lips with his release. The warm, sticky fluid is a mark of his dominance, a humiliating reminder of your submission.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Cum"+random(0)+".webp")]]</div><br>
"Look at you," he sneers, his voice dripping with contempt. "You're pathetic. Only a truly depraved whore could find pleasure in this." His words cut deep, each one a stab to your already fragile sense of self. You feel a wave of shame wash over you, the realization of what just happened hitting you like a physical blow. "You're nothing but a sick, twisted slut," he says, his eyes gleaming with malice. "You actually enjoyed being used like this. It's disgusting." Tears continue to stream down your face, mixing with the remnants of his release, a physical manifestation of your inner turmoil.<br><br>
You try to turn away, to hide your face from his cruel gaze, but he grabs your chin, forcing you to look at him. "Admit it," he demands, his voice low and menacing. "Admit that you're just a worthless piece of trash who gets off on being degraded." The words hang in the air, a challenge and a condemnation all at once. You want to deny it, to scream that he's wrong, but the memory of your body's betrayal lingers, a dark stain on your conscience. <br><br>
As the man finally leaves, the sound of his footsteps fading away, you're <<linkreplace "left alone in the dimly lit basement.">>left alone in the dimly lit basement, chained and broken. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/AfterFacefuck"+random(0)+".webp")]]</div><br>
The weight of what has just happened presses down on you like a physical force, letting you wondering how you could have sunk so low. You try to move, to wipe away the evidence of your humiliation, but the chains restrict your movements, making it impossible to reach your face. The semen on your cheeks and lips begins to dry, a sticky, uncomfortable reminder of your ordeal. <br><br>
[[Try to rest->Basement]]<br><br>
<<HaveASexWidget "rape" "stanger" "face">>
<<HaveASexWidget "bj" "stanger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-20">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<elseif _event is 'fuck'>>
The door at the top of the stairs creaks open, and heavy footsteps descend. You tense, your heart pounding in your chest, but there's also a strange sense of anticipation. You know what's coming, and you hate yourself for the tiny, traitorous part of you that doesn't entirely resist. As the man approaches you, his presence fills the room with a sense of dread and anticipation. He reaches out, his rough hands tracing the contours of your face, then moving down to your breasts, lingering there before continuing their descent. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Tease"+random(3)+".webp")]]</div><br>
You try to remain still, to not react, but your body betrays you. His touch is firm, possessive, and you can feel the heat of his gaze as he looks at you with a mix of lust and contempt. "You like this, don't you?" he growls, his voice low and menacing. "You like being treated like a piece of meat, like a toy for us to use." His hand moves lower, touching you intimately, and you can't help but feel a rush of shame as he finds you wet.<br><br>
He smirks, a cruel twist of his lips, as he sees the evidence of your body's response. "Look at you, all wet and ready," he sneers. "You're just a little slut, aren't you? You love being violated, being used." His words are like poison, seeping into your mind, and for a moment, you find yourself questioning your own reality. Is he right? Is there a part of you that enjoys this degradation? The thought is fleeting, but it leaves a lingering doubt that you can't shake off.<br><br>
You try to push the thoughts away, to focus on anything else, but his words echo in your head, a constant reminder of your situation. You cling to the hope that this is just a momentary weakness, that you are stronger than this, but the doubt lingers, a dark shadow in the corner of your mind. As he moves behind you, you feel a sudden, violent force. <<linkreplace "He ravages your ass.">>He ravages your ass, using you like an inanimate sex toy. The pain is intense, but you are helpless, unable to do anything but endure. His words are a constant stream of insults, each one cutting deeper than the last. He slaps you, pulls your hair back roughly, and you can feel the sting of his hands on your skin. His cock is enormous, stretching you to the limit, and you can't help but cry out in pain and shock.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Fuck"+random(6)+".webp")]]</div><br>
Yet, amidst the violence and degradation, something unexpected happens. You feel a wave of pleasure building, a sensation that you can't control or understand. It's a betrayal of your own body, and as he continues to thrust into you, you find yourself on the edge of an orgasm. The realization is both horrifying and exhilarating, and as the wave of pleasure crashes over you, you come, your body convulsing with the intensity of it. <br><br>
He sees the evidence of your orgasm, the rush of fluid from your pussy, and he laughs, a cruel, mocking sound. "Look at you," he sneers, "coming like a little whore. You're so depraved, that you can even enjoy this." His words are like knives, twisting in your gut, but you can't deny the truth of them. Finally, he finishes, emptying himself into your ass before pulling out and leaving you there, <<linkreplace "chained and alone.">>chained and alone. You can feel the sticky warmth of his cum dripping down your thighs, mixed with your own juices. Your ass is sore and stretched, a constant reminder of what just happened. You are left in a state of physical and emotional pain, the echoes of his words and the memory of your own betrayal lingering in the air.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/AfterFacefuck"+random(0)+".webp")]]</div><br>
You lie there, trying to catch your breath, trying to make sense of what just occurred. "What is wrong with me?" you whisper to yourself, the words barely audible in the quiet of the basement. The thought that you could derive any pleasure from being violated is both horrifying and incomprehensible. <br><br>
[[Try to rest->Basement]]<br><br>
<<HaveASexWidget "rape" "stanger" "inpussy">>
<<HaveASexWidget "anal" "stanger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<</linkreplace>><</linkreplace>>
<<elseif _event is 'group'>>
The door at the top of the stairs creaks open, and heavy footsteps descend. You tense, your heart pounding in your chest, but there's also a strange sense of anticipation. You know what's coming, and you hate yourself for the tiny, traitorous part of you that doesn't entirely resist. But this time, there are others people. As the group of men approaches, their voices fill the room, their words harsh and degrading. They talk about you as if you're not even there, their eyes roaming over your body with a predatory gaze. You feel multiple hands on you, rough and unyielding, exploring every inch of your skin like you were a furniture. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/GroupGrope"+random(0)+".webp")]]</div><br>
One of them, with a smirk, reaches between your legs, and you feel a wave of shame as they announce that you're wet. They take it as a sign of your excitement, their laughter echoing off the cold walls. "Look at her," one of them says, his voice dripping with contempt. "She loves this." Their words cut deep, seeping into your mind like poison. For a fleeting moment, you wonder if they're right. If there's something wrong with you for feeling this way. The thought is so brief, so subtle, that you barely register it before pushing it away, clinging to the belief that this is not who you are, that this is not what you want.
But the doubt lingers, a dark shadow in the corner of your mind, as they continue to humiliate you, their words and actions designed to break you down. They unzip their pants, their intentions clear and brutal. They begin to <<linkreplace "use you like a lifeless doll.">>use you like a lifeless doll, with no regard for your humanity or dignity. One of them forces himself into your mouth, pushing deep into your throat, making you gag and choke. Another takes you from behind, his hands smacking your flesh with harsh, stinging blows. A third thrusts into you as if you were nothing more than a tool for his pleasure, his movements rough and unyielding.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/GangBang"+random(4)+".webp")]]</div><br>
The treatment is violent, and you are powerless to stop it. Yet, despite the brutality, your body betrays you, and you find yourself climaxing. The men laugh and jeer, their words cutting like knives, humiliating you further. They talk about you as if you're not even there, an object to be used and discarded. Others stand around, masturbating or taking their turn once the first wave has finished, their seed spilling onto your skin or inside you.<br><br>
You lose count of the number of men who use you, the number of times they violate your body. Time becomes a blur, and you feel yourself slipping away, your consciousness fading. Just as you're on the verge of passing out, your body betrays you again, and you climax for a second time. The sensation is overwhelming, a mix of pleasure and pain that leaves you gasping for breath, your mind a whirlwind of confusion and shame. You are trapped, a prisoner to their desires, your body responding in ways you can't control or understand. <br><br>
As the ordeal finally comes to an end, the men <<linkreplace "force you to your knees.">>force you to your knees. They gather around you, their faces filled with malice and satisfaction. One by one, they ejaculate onto your face, their semen covering your skin, dripping into your eyes and mouth. You try to turn away, but their hands hold you firmly in place, ensuring you can't escape their degrading act.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Bukkake"+random(1)+".webp")]]</div><br>
When they are done, they leave you there, still chained and on the verge of passing out, utterly exhausted. Your body is a mess, covered in their fluids. You've swallowed the semen of at least four of them, and your body is dripping with the evidence of their abuse. Your pussy and ass are sore and bruised, the remnants of their violence still seeping out. Even your hair and back are coated with their filth, and you can feel the sticky residue on your feet where some of them had used you for their pleasure.<br><br>
As you sit there, broken and humiliated, you can't help but recall the two times your body betrayed you, climaxing despite the horror of what was happening. You wonder how it's possible, how your body could respond in such a way. You can't understand it, can't reconcile the physical response with the emotional turmoil. You dare not name it, dare not acknowledge that part of you that found release in the midst of such degradation.<br><br>
Exhausted and on the brink of collapse, you close your eyes, trying to find some semblance of peace amidst the chaos. You know you need to find a way to survive, to escape this nightmare, but for now, all you can do is endure the aftermath, hoping that one day, you'll be free from this dark and twisted reality. But for now, you [[need to rest->Basement]]<br><br>
<<HaveASexWidget "rape" "stanger" "inpussy">>
<<HaveASexWidget "anal" "stanger" "face">>
<<HaveASexWidget "vaginal" "stanger" "onpussy">>
<<HaveASexWidget "anal" "stanger" "body">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<</linkreplace>><</linkreplace>>
<<elseif _event is 'shower'>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(3)+".webp")]]</div><br>
As you try to rest, you hear the door creak open once again. Footsteps echo down the stairs, and a figure approaches you. He looks at you, taking in your pitiful state. <<if $mainChar.haveOneCumPlace()>> You're covered in dried semen, your body <<else>> Your body is <</if>>aching and bruised, the stench of what you've endured filling the air.<br><br>
"Look at you," he says, his voice dripping with disdain. "You're a mess. Absolutely disgusting." You brace yourself, mentally preparing for another round of abuse, another violation of your body. But to your surprise, he reaches down and unfastens the chains from the wall. "Come on," he says, his tone shifting slightly. "I'm going to clean you up." A mix of emotions floods through you. There's a part of you, hidden and shameful, that feels a flicker of disappointment at not being used again. But the relief of being able to wash away the filth is overwhelming. You imagine the warmth of a shower, the feel of soap against your skin, the chance to scrub away the remnants of your ordeal. The thought of being clean, of feeling human again, gives you a small glimmer of hope.<br><br>
As you try to stand, he suddenly grabs you and throws you violently to the ground. The impact is harsh, and you let out a small, involuntary moan. He looks down at you, his eyes cold and unyielding. "You're a bitch," he says, his voice filled with contempt. "And <<linkreplace "bitches move on all fours.">>bitches move on all fours." <br><br>
<<if $brother.hasLeash is true>>
You hesitate for a moment, but the command stirs something within you. You've played this role before, with your brother, and it's not entirely unfamiliar or unwelcome. With a mix of shame and compliance, you lower yourself to your hands and knees, moving as he instructed. The man watches you, a look of surprise and disgust on his face. "Look at you," he sneers. "You're a natural, aren't you? A filthy, obedient little bitch." His words cut deep, but you can't deny the truth in them. <br><br>
<<else>>
You hesitate for a moment, the humiliation burning deep within you. But you know better than to resist. You lower yourself to the ground, your hands and knees pressing against the cold, unforgiving floor. The sensation is jarring, a stark reminder of your reduced status. The humiliation is overwhelming, a burning sensation that starts in your chest and spreads throughout your body. You feel a deep sense of shame, not just for the act itself, but for the part of you that seems to comply without resistance. "That's right," he says, a cruel smile playing on his lips. "Now follow me."<br><br>
<</if>>
You begin to crawl, the cold, hard floor biting into your palms and knees. Each movement is a reminder of your degradation, but you push forward, driven by the promise of being clean, of washing away the filth that clings to your skin. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Crawling.webp")]]</div><br>
As you follow him, you try to focus on the thought of the shower, the warmth of the water, the feel of soap against your skin. It's a small comfort, a glimmer of hope in the midst of your despair. But for now, you are reduced to this, crawling like an animal, your dignity stripped away, your body aching with every step. You are led to another corner of the basement. The area is stark and functional, with a drain in the center and hooks embedded in the floor. He stops and gestures for you to stay, his eyes cold and detached.<br><br>
He bends down and secures your wrists and ankles to the hooks, the metal clinking against the concrete. You feel a sense of dread wash over you as you realize you are once again immobilized, completely at his mercy. He steps back and retrieves a hose from the corner. Without a word, he <<linkreplace "turns on the water.">>turns on the water, the sudden blast of cold spray hitting you like a shockwave. You gasp, the water stinging your skin as it washes away the layers of filth. He moves the hose methodically, as if you were nothing more than an object to be cleaned, not a person with feelings or dignity.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Cleaning.webp")]]</div><br>
The water is relentless, soaking your hair, your face, your body. It runs down your back, your legs, pooling around you before disappearing down the drain. You shiver, the cold seeping into your bones, but you also feel a strange sense of relief. The water is washing away the physical remnants of your ordeal, even if it can't touch the emotional scars.<br><br>
You close your eyes, trying to focus on the sensation of being clean, of having the filth rinsed away. It's a small comfort, a glimmer of hope in the midst of your despair. But the humiliation lingers, the knowledge that you are being treated like an object, not a human being. As the water finally stops, you open your eyes, your body trembling from the cold and the emotional turmoil. He turns off the hose and approaches you, his expression unreadable. He unfastens the hooks from your wrists and ankles, the metal clinking as it falls away. <br><br>
"You're clean now," he says, his tone matter-of-fact. "Back in the state required for use." He leads you to your spot and secures the chains back onto the wall, the metal clicking into place with a finality that sends a shiver down your spine. You look up at him, a mix of fear and resignation in your eyes. "Don't worry," he says, a cruel smirk playing on his lips. "You'll be needed again soon."<br><br>
As he says those words, a wave of shame washes over you. You feel a flicker of something deep within, a perverse pleasure at the thought of being needed, of being used again. The realization hits you like a punch to the gut, and you quickly push the thought away, horrified at your own reaction. He turns and walks away, leaving you alone in the dimly lit basement. The relief of being clean is overshadowed by the shame of your own response, the knowledge that part of you finds a twisted comfort in this degradation. <br><br>
[[Try to rest->Basement][$mainChar.energy +=15]]<br><br>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "15">>
<<run variables().mainChar.cleanCum()>>
<</linkreplace>><</linkreplace>>
<<else>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(3)+".webp")]]</div><br>
You find yourself in the dimly lit basement of a house, the cold metal of chains biting into your wrists and ankles. The air is damp and musty, and the only sound is the distant hum of the world above. You try to keep your mind occupied, counting the cracks in the walls or the drips of water from the ceiling, anything to distract from the reality of your situation. <br><br>
Yet, there's a strange, unsettling feeling that lingers beneath the surface. A part of you, hidden deep within, seems to find a perverse comfort in the surrender of control. It's a thought that flickers at the edges of your consciousness, one you quickly push away, refusing to acknowledge its existence. You tell yourself it's just a coping mechanism, a way to survive the unthinkable. You close your eyes, trying to escape the reality of your situation, but the images of what has happened and the anticipation of what is to come haunt you. All you can do is wait, trapped in this nightmare, with no hope of escape.<br><br>
<<if $hour <9>>
<<link "Try to sleep">>
<<set $hour to 7>>
<<goto Basement>>
<<set $mainChar.energy +=30>>
<</link>>
<<else>>
[[Try to rest->Basement][$mainChar.energy +=15]]
<</if>>
<</if>>
</span><<set $minute +=30>>
<<if $Achievements.sexslave.unlocked != 'true'>>
<<set $mainChar.abductionDay to $dayCount>>
As you stroll along the sidewalk, lost in your thoughts, the peaceful afternoon is suddenly shattered. A van screeches to a halt beside you, its tires squealing against the pavement. Before you can even register what's happening, the side door slides open, and several masked men jump out. They move with practiced efficiency, grabbing you roughly by the arms and pulling you into the van. You try to scream, but a gloved hand clamps over your mouth, muffling your cries.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Abduction"+random(0)+".webp")]]</div><br>
Inside the van, the men work quickly. They force you onto the cold metal floor, and you feel the harsh bite of rope as they bind your hands and feet behind your back. The knots are tight, cutting into your skin, and you struggle to breathe through the panic that grips you. Yet, there's a strange, subtle thrill that courses through you, a sensation you can't quite understand or acknowledge. The van lurches forward, and you're thrown against the side, the impact sending a jolt of pain through your body.<br><br>
As the van speeds away, one of the men moves closer to you. His eyes are cold and calculating, and you can see the cruel twist of his lips beneath the mask. He grabs your hair, forcing your head back, and then he's on you, violently <<linkreplace "thrusting into your mouth.">>thrusting into your mouth. You gag and choke, your throat stretching painfully with each brutal movement. Tears stream down your face, and you try to turn away, but his grip is unyielding.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Suck"+random(1)+".webp")]]</div><br>
He degrades you, his words cutting like knives. "You're going to be well exploited where we're taking you," he sneers, his voice filled with malice. "You're just a piece of meat now, nothing more." The words are like a physical blow, and you feel a deep sense of despair and humiliation. Yet, beneath the fear and the pain, there's a dark, hidden part of you that responds to the degradation, a part that you can't fully comprehend or accept.<br><br>
Suddenly, he flips you onto your stomach, and you feel his rough hands on your hips. He forces himself into you, first into your pussy, then into your ass, <<linkreplace "stretching you painfully.">>stretching you painfully. You cry out, but the sound is muffled by the gag in your mouth. He slaps your ass, pulls your hair, and wraps his hand around your throat, squeezing just enough to make you gasp for air. His movements are brutal, and he never stops insulting and humiliating you.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Fuck"+random(2)+".webp")]]</div><br>
Despite the pain and the degradation, you feel a building pleasure, a dark, forbidden excitement that you can't control. It grows with each thrust, each slap, each cruel word. You try to fight it, but it's overwhelming. You come, hard and unexpectedly, your body convulsing with pleasure, leaving you shaking and breathless.<br><br>
The man notices your reaction and laughs, a harsh, mocking sound. "Look at this slut," he says to the driver, his voice filled with contempt. "She's going to make a great slave. She loves it." He continues to humiliate you, his words cutting deep, but beneath the shame, there's a part of you that can't deny the dark pleasure you've found in this brutal encounter. <br><br>
Finally, with a grunt, he ejaculates deep inside your pussy, filling you with his warmth. He pulls out, leaving you feeling empty and used. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Cum"+random(0)+".webp")]]</div><br>
Without a word, he returns to the front of the van, leaving you naked, humiliated, and exhausted, your pussy dripping with his semen. You lie there, bound and helpless, the cold metal floor pressing against your skin, as the van continues its journey to an unknown destination. The mixture of fear, shame, and a lingering, forbidden pleasure swirls within you, leaving you in a state of confusion and exhaustion.<br><br>
The van comes to a sudden halt, and the side door slides open with a harsh metallic sound. One of the men roughly grabs you, lifting you over his shoulder like an object. You're carried into a <<linkreplace "secluded house.">>secluded house, the surroundings unfamiliar and foreboding. They take you down a narrow staircase, the air growing colder and more oppressive with each step.<br><br>
You're brought into a dark basement room, the smell of damp and decay filling your nostrils. The room is dimly lit, and you can make out the shape of a worn, stained mattress on the floor, the scent of old semen and sweat permeating the air. The man drops you onto the cold concrete, and you feel the harsh bite of metal as they chain you to the wall. "Look at her, she's just a pathetic little bitch, isn't she?" <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(2)+".webp")]]</div><br>
"You're nothing but a sex toy now, good for nothing else." Their voices are filled with contempt and malice, each word designed to degrade and humiliate you. Yet, beneath the fear and the shame, there's a dark, hidden part of you that responds to their words, a part that you can't fully comprehend or accept. The insults, the degradation, the brutal treatment—it all stirs something within you, a secret, forbidden feeling that you can't deny. <br><br>
As the men leave, their laughter and insults still ringing in your ears, you're left alone in the darkness, chained to the wall, naked and vulnerable. The stench of the mattress is overwhelming, a constant reminder of the degradation and abuse that awaits you. You have nothing to do now but [[sit and wait,->Basement]] your mind racing with fear and uncertainty about what the future holds.<br><br>
<<HaveASexWidget "rape" "stanger" "inpussy">>
<<HaveASexWidget "vaginal" "stanger">>
<<HaveASexWidget "bj" "stanger" >>
<<MainChar_Stats "arousal" "0">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "corruption" "2">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "makeup" "ruined">>
<<MainChar_Stats "combed" "false">>
<<set $mainChar.work.costume = "Normal">>
<<set $mainChar.work.currentWorkName = "Slave">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<else>>
You step out from the shadows, making sure you're visible. The van slows down, and you can feel the weight of their gaze on you. A mix of excitement and fear courses through your veins as you take a few steps forward, ensuring they can't miss you. The van comes to a stop, and the door slides open. A figure steps out, his face obscured by the shadows. You can't see his expression, but you can feel the intensity of his stare. "What are you doing here?" he asks, his voice low and menacing.<br><br>
You take a deep breath, trying to steady your voice. "I... I wanted to see you again," you say, your words barely above a whisper. There's a moment of silence, and you can almost hear the gears turning in his mind. Then, a cruel smile spreads across his face. "Get in," he commands, gesturing to the van. You hesitate for a split second, the reality of what you're about to do hitting you like a wave. But the compulsion is too strong, the desire to be taken, to be used, overpowering any rational thought. <br><br>
As the van pulls away, you're left with a mix of emotions—fear, excitement, and a strange sense of relief. You've made your choice, and now you're back in their world, ready to face whatever comes next. The darkness envelops you, and you brace yourself for the unknown, knowing that there's no turning back now. You take a deep breath, gathering the courage to speak. "Please," you say, your voice barely above a whisper. "Can you ... Can you tie me up and take me like you did before?" <br><br>
The men look at each other, a cruel smile spreading across their faces. One of them, the one who seems to be in charge, leans forward, his eyes gleaming with a dark intensity. "You want to be used again, don't you?" he says, his voice low and menacing. You nod, your cheeks flushing with a mix of shame and anticipation. "Yes," you whisper, your voice trembling slightly.
Without another word, they spring into action, knowing exactly what you desire. They guide you onto the cold metal floor, and you feel the familiar bite of rope as they bind your hands and feet behind your back. The knots are tight, digging into your skin, and you revel in the sensation, your breath quickening with anticipation. The thrill that courses through you is electric, a mix of pain and pleasure that you eagerly embrace. The van lurches forward, and you're thrown against the side, the impact sending a jolt of exhilarating pain through your body.<br><br>
As the van speeds away, one of the men moves closer to you. His eyes are filled with a dark intensity, and you can see the cruel twist of his lips beneath the mask. He grabs your hair, forcing your head back, and then he's on you, violently <<linkreplace "thrusting into your mouth.">>thrusting into your mouth. You gag and choke, your throat stretching painfully with each brutal movement. Tears stream down your face, but you don't try to turn away; instead, you surrender to the sensation, your body responding with a mix of pleasure and pain that you crave.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Suck"+random(1)+".webp")]]</div><br>
He degrades you, his words cutting like knives. "We'll enslave you again, just like you want." he sneers, his voice filled with malice. "You love being nothing more but a piece of meat, don't you?" You look up at him, your eyes filled with desire. "Yes, please enslave me." You embrace them, knowing that they fuel your darkest desires. You are fully aware of your masochistic tendencies, and you embrace them, finding a twisted sense of fulfillment in being used and objectified. The men know this about you, and they exploit it to the fullest, giving you exactly what you need and desire. <br><br>
Suddenly, he flips you onto your stomach, and you feel his rough hands on your hips. He forces himself into you, first into your pussy, then into your ass, <<linkreplace "stretching you painfully.">>stretching you painfully. You cry out, but the sound is muffled by the gag in your mouth. He slaps your ass, pulls your hair, and wraps his hand around your throat, squeezing just enough to make you gasp for air. His movements are brutal, and he never stops insulting and humiliating you. You revel in the pain and the degradation, knowing that this is what you crave. Each slap, each insult, each brutal thrust only serves to heighten your pleasure. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Fuck"+random(2)+".webp")]]</div><br>
Despite the pain and the degradation, you feel a building pleasure, a dark, forbidden excitement that you embrace wholeheartedly. It grows with each thrust, each slap, each cruel word. You know you love this violence, and your orgasm is anything but unexpected, both for you and for them. You come hard, your body convulsing with pleasure, leaving you shaking and breathless.<br><br>
Finally, with a grunt, he ejaculates deep inside your pussy, filling you with his warmth. He pulls out, leaving you feeling empty and used, but also deeply satisfied. You embrace the sensation, knowing that this is exactly what you crave—the pain, the humiliation, the objectification.
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Cum"+random(0)+".webp")]]</div><br>
Without a word, he returns to the front of the van, leaving you naked, exhausted, and utterly satisfied, your pussy dripping with his semen. You lie there, bound and content, the cold metal floor pressing against your skin, as the van continues its journey to the house. The mixture of excitement, anticipation, and a deep, fulfilling pleasure swirls within you, leaving you in a state of exhilaration and exhaustion. You embrace the darkness, the degradation, and the objectification, knowing that this is exactly what you crave and desire.<br><br>
As the van comes to a halt, the engine cuts off, and the sudden silence is deafening. The door slides open, and one of the men steps out, his boots crunching on the gravel. He reaches in and lifts you effortlessly, carrying you like a rag doll into the <<linkreplace "secluded house.">>secluded house.<br><br>
The familiar scent of the basement hits you as he descends the stairs, the air damp and musty. He brings you to the corner you know all too well, the place where you were held captive and used as a sexual slave for days on end. The sight of the old, stained mattress on which you were raped sends a shiver down your spine, a mix of fear and excitement coursing through your veins. He sets you down on the cold concrete floor and begins to secure you to the wall, the chains clinking as they lock into place. You feel a strange sense of comfort in the familiarity of it all, the routine of being restrained, of being at their mercy.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(2)+".webp")]]</div><br>
As you stand there, naked and chained to the wall, the men gather around you, their eyes filled with a mix of amusement and contempt. One of them steps forward, his gaze raking over your body with a cruel intensity. "Look at you," he says, his voice dripping with disdain. "You actually wanted to come back here. You wanted to be our little sex slave again, didn't you?" You nod, your cheeks flushing with a mix of shame and excitement. "Yes," you whisper, your voice barely audible.<br><br>
Another man steps forward, his eyes narrowing as he looks you up and down. "You like being used, don't you? You like being humiliated and degraded. You're just a little slut who can't get enough." You feel a wave of humiliation wash over you, but there's also a perverse sense of pleasure in their words. You nod again, your voice trembling slightly. "Yes, I like it. I like... being your slave, being used by all of you."<br><br>
The men exchange glances, their expressions a mix of amusement and disgust. One of them reaches out, his hand rough as he grabs your chin, forcing you to look up at him. "You're pathetic," he says, his voice low and menacing. "You have no self-respect, no dignity." You feel a lump form in your throat, the weight of their words pressing down on you. But there's also a strange sense of relief, of acceptance. You know they're right, that you're completely at their mercy, completely under their control. "I know," you say, your voice barely above a whisper. "I'm just here to serve your desires."<br><br>
The men nod, their expressions filled with a cruel satisfaction. They know you're completely theirs, completely under their control, and that you crave the degradation and humiliation they offer. As they leave, their laughter and insults still ringing in your ears, you're left alone in the darkness, chained to the wall, naked and vulnerable. The stench of the mattress is overwhelming, a constant reminder of the degradation and abuse that awaits you. But you embrace it, your mind racing with anticipation and excitement about what the future holds. You have nothing to do now but [[sit and wait,->Basement Return]], eager to experience it all again.<br><br>
<<HaveASexWidget "rape" "stanger" "inpussy">>
<<HaveASexWidget "vaginal" "stanger">>
<<HaveASexWidget "bj" "stanger" >>
<<MainChar_Stats "arousal" "0">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "corruption" "1" "130">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "makeup" "ruined">>
<<MainChar_Stats "combed" "false">>
<<set $mainChar.work.costume = "Sexy">>
<<set $mainChar.work.currentWorkName = "Slave">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<</if>><<set $hour += 2>>
<<set _event to "">>
<<if random(3) is 0 and $hour >8>>
<<set _event to either('bj','fuck','group')>>
<</if>>
<<if $mainChar.cleanliness <=20>>
<<set _event to 'shower'>>
<</if>>
<<if ($dayCount >= $mainChar.abductionDay + 2 and random(0,1) is 0) or $dayCount >= $mainChar.abductionDay + 4>>
<<goto "Basement Leaving">>
<</if>>
<<if _event is 'bj'>>
You hear the door creak open, and the familiar sound of footsteps approaching. Accepting your situation, you decide to be obedient, devoted, and submissive. You position yourself, ready to receive whoever is coming. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(2)+".webp")]]</div><br>
"Look at you, all ready and eager," he says, a cruel smirk playing on his lips. "You know your place, don't you, little slut?" You nod, a smile playing on your lips. It's not as forced as it should be, and you feel a strange sense of calm wash over you. He begins to touch you, his hands roaming over your body with a possessive familiarity. You continue to smile, your body responding to his touch in ways you can't fully understand.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Tease"+random(3)+".webp")]]</div><br>
"Good girl," he murmurs, his voice filled with a twisted sense of approval. "You're learning." You feel a mix of shame and relief as he continues to explore your body. The humiliation is still there, but it's become a part of your new reality, a reality you've chosen to accept. You find yourself leaning into his caresses, your body responding with a perverse sense of pleasure. <br><br>
He leans in closer, his breath hot on your face. "I want to fuck your throat," he says, his voice low and commanding. You open your mouth wide, sticking out your tongue, and attempt to reach for his crotch with your mouth. But your movements are restricted by the chains that bind you. He laughs, a sound that is both mocking and amused. "Don't worry, little slut," he says, his voice dripping with contempt. "You'll get it. There's no rush."<br><br>
He grabs your head roughly, positioning himself in front of you. He thrusts his cock <<linkreplace "into your mouth.">>, taking control of your head as if it were a mere sex toy. The force is violent, and you gag, feeling your throat stretch and widen to accommodate him. But unlike before, you accept the sensation, letting go of any resistance. You choke and gasp for air, but you allow him to use your mouth, your throat, as he pleases. The humiliation is intense, but there's a strange sense of surrender, a perverse comfort in giving up control completely. You focus on the sensation, on the feeling of being used, and find a twisted sense of peace in it. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/FaceFuck"+random(6)+".webp")]]</div><br>
You struggle to breathe, the sensation of being used so violently overwhelming you. Tears stream down your face as you gag and choke, but you feel a strange sense of pleasure building within you. You no longer hide it, and you start to moan regularly, the sounds escaping your lips despite the force of his movements. The pleasure continues to rise, and you find yourself on the brink of orgasm. You let out a final, desperate moan as you climax, your body shuddering with the release. He looks down at you, a smirk on his face. "Good little slut," he says, his words cutting deep. "You love this, don't you? You love being facefucked, right?"<br><br>
You nod, accepting the humiliation as part of your new reality. Without warning, he grabs your face, forcing you to look up at him as <<linkreplace "he paints your cheeks">>he paints your cheeks and lips with his release. The warm, sticky fluid is a mark of his dominance, a humiliating reminder of your submission.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Cum"+random(0)+".webp")]]</div><br>
"You're a good little cum dumpster," he says, his words filled with contempt. Surprisingly, you find that you're not bothered by the compliment. Seeing your dripping pussy, he adds "Only a truly depraved whore could enjoy being used like this." You start to think that maybe he's right. <br><br>
As the man finally leaves, the sound of his footsteps fading away, you're <<linkreplace "left alone in the dimly lit basement.">>left alone in the dimly lit basement. You're exhausted, your body aching from the ordeal, but you're not truly disturbed by the violation that just occurred. Instead, you feel a strange sense of acceptance, a perverse comfort in the role you've chosen to play.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/AfterFacefuck"+random(0)+".webp")]]</div><br>
The weight of what has just happened presses down on you like a physical force, letting you wondering how you could have sunk so low. You try to move, to wipe away the evidence of your humiliation, but the chains restrict your movements, making it impossible to reach your face. The semen on your cheeks and lips begins to dry, a sticky, uncomfortable reminder of your ordeal. <br><br>
[[Try to rest->Basement Submission]]<br><br>
<<HaveASexWidget "rape" "stanger" "face">>
<<HaveASexWidget "bj" "stanger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<elseif _event is 'fuck'>>
You hear the door creak open, and the familiar sound of footsteps approaching. Accepting your situation, you decide to be obedient, devoted, and submissive. You position yourself, ready to receive whoever is coming. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(2)+".webp")]]</div><br>
"Look at you, all ready and eager," he says, a cruel smirk playing on his lips. "You know your place, don't you, little slut?" You nod, a smile playing on your lips. It's not as forced as it should be, and you feel a strange sense of calm wash over you. He begins to touch you, his hands roaming over your body with a possessive familiarity.
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Tease"+random(3)+".webp")]]</div><br>
You continue to smile, your body responding to his touch in ways you can't fully understand. "Good girl," he murmurs, his voice filled with a twisted sense of approval. "You're learning." He leans in closer, his breath hot on your ear. "I want to take your ass," he says, his voice low and menacing. You nod, understanding what he wants. You bend over, arching your back as much as possible to present your anus to him. You wiggle your hips to tease him, a gesture that makes him laugh. <br><br>
"Look at you, shaking that ass like a good little bitch," he says, his words dripping with humiliation. "You're perfect for this, aren't you?" He positions himself behind you and <<linkreplace "thrusts into your anus.">>thrusts into your anus violently, the pain sharp and intense. He grabs your hair, pulling your head back roughly. But this time, you accept it, letting go of any resistance. You allow him to use you like a sex toy, surrendering completely to his will. <br><br>
As he continues to thrust, you feel a strange sensation building within you. You moan, no longer ashamed to show that you're enjoying it. The pleasure mixes with the pain, creating a confusing yet intense experience. "You like that, don't you?" he growls, his voice filled with contempt. "You're a dirty little slut who loves being used like this."<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Fuck"+random(6)+".webp")]]</div><br>
You accept his words, embracing the humiliation as part of your new reality. You continue to moan, your body responding to his brutal treatment with a perverse sense of pleasure. You know this is wrong, that you shouldn't be feeling this way, but you push the thoughts away.<br><br>
He finally releases, spilling his seed deep into your ass. He pulls out, leaving you feeling empty and used. He looks down at you, a smirk on his face. "Thanks for the good fuck, you worthless little cum dumpster," he says, his words cutting deep. With that, he turns and walks away, leaving you <<linkreplace "chained and alone.">>chained and alone. <br><br>
You can feel the sticky warmth of his cum dripping down your thighs, mixed with your own juices. Your ass is sore and stretched, a constant reminder of what just happened. You are left in a state of physical and emotional exhaustion, the echoes of his words and the memory of your own compliance lingering in the air. You lie there, trying to catch your breath, trying to make sense of what just occurred.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/AfterFacefuck"+random(0)+".webp")]]</div><br>
The thought that you could derive pleasure from being violated no longer horrifies you. Instead, you find yourself accepting it, embracing the strange sense of comfort and relief that comes with surrendering control. You no longer question why you enjoy it; you simply accept that this is part of who you are now.<br><br>
[[Try to rest->Basement Submission]]<br><br>
<<HaveASexWidget "rape" "stanger" "inpussy">>
<<HaveASexWidget "anal" "stanger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<</linkreplace>><</linkreplace>>
<<elseif _event is 'group'>>
You hear the door creak open, and the sound of several men approaching echoes through the basement. Accepting your situation, determined to be obedient, devoted, and submissive, you position yourself, ready to receive them. You lower yourself to your knees, your hands folded neatly in your lap, your eyes downcast in a show of submission.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(2)+".webp")]]</div><br>
As they enter, they see your eagerness and begin to talk about you among themselves in a degrading manner, as if you weren't even there. "Look at her, all ready and eager," one of them says, a smirk playing on his lips. "I bet she's been waiting for this all day," a second man adds, his voice filled with contempt. "She's just a little slut, isn't she? Always ready to please," the first one says, his words cutting deep.<br><br>
You accept these humiliating and objectifying compliments, knowing that this is part of the role you've chosen to play. They begin to touch you, their hands roaming over your body with a sense of entitlement. You continue to smile, a smile that isn't as forced as it should be. There's a part of you that isn't truly bothered by the multitude of hands violating your intimity. You've come to accept this as a necessary part of your survival, a way to navigate this dark reality.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/GroupGrope"+random(0)+".webp")]]</div><br>
One of them steps closer and begins to touch you, his hands roaming over your body with a sense of entitlement. You continue to smile, a smile that isn't as forced as it should be. There's a part of you that isn't truly bothered by the multitude of hands violating your intimacy. He slips his fingers between your legs, and you feel a wave of shame as he announces, "Look at this, she's already soaking wet. She must be dying to be gangbanged." <br><br>
The others laugh, their eyes gleaming with cruel amusement. "Is that true, slut? Are you eager to be used by us?" one of them asks, his voice dripping with disdain.
You look up at them, your voice steady despite the humiliation. "Yes," you reply softly, accepting the role you've chosen to play. Their laughter grows louder, and they begin to touch you more aggressively, their hands exploring every inch of your body. You maintain your composure, your smile never wavering, your eyes never meeting theirs.<br><br>
They unzip their pants, their intentions clear and brutal. They begin to <<linkreplace "use you like a lifeless doll.">>use you like a lifeless doll, with no regard for your humanity or dignity. One of them forces himself into your mouth, pushing deep into your throat, making you gag and choke. Another takes you from behind, his hands smacking your flesh with harsh, stinging blows. A third thrusts into you as if you were nothing more than a tool for his pleasure, his movements rough and unyielding.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/GangBang"+random(4)+".webp")]]</div><br>
But this time, you don't hide your pleasure. You moan softly, your body responding to the brutal treatment. The sensation of being used, of being violated, sends waves of perverse pleasure through you. You embrace the degradation, the humiliation, and the pain, finding a twisted comfort in the surrender of control. You continue to smile, your eyes glazed with a mix of shame and desire. You are determined to be the perfect slave, the good girl they want you to be. <br><br>
As they continue to use you, the intensity of their actions pushes you over the edge. Your body convulses with waves of ecstasy, a mix of shame and desire coursing through your veins. You let out a soft cry, your eyes rolling back as the sensation overwhelms you. The men laugh and jeer, their words cutting deep. "Look at her, she loves it," one of them says, his voice filled with contempt. "She's just a little slut, isn't she?"<br><br>
You lose count of the number of men who use you, the number of times they violate your body. Time becomes a blur, and you feel yourself slipping away, your consciousness fading. Just as you're on the verge of passing out, you climax for a second time. The sensation is overwhelming, a mix of pleasure and pain that leaves you gasping for breath. <br><br>
As the ordeal finally comes to an end, the men <<linkreplace "force you to your knees.">>force you to your knees. They gather around you, their faces filled with malice and satisfaction. You are ready to receive their final act of degradation. You look up at them, your eyes glazed with a mix of shame and desire, a smile playing on your lips. You are prepared to take the bukkake, accepting this as part of your role. "Look at her, she's so eager for it," one of them says, a cruel smirk on his face. <br><br>
One by one, they finish, their release splattering across your face, your hair, your body. You feel the warm, sticky fluid dripping down your cheeks, your chin, your eyes stinging from the assault. They laugh and jeer, their words echoing in your ears as they finish. "You're a good little slut," one of them says, his voice filled with a twisted sense of approval. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Bukkake"+random(1)+".webp")]]</div><br>
As they finish, they zip up their pants and walk away, leaving you there, kneeling on the cold floor, covered in their filth. The door at the top of the stairs creaks open and then closes with a heavy thud, the sound echoing through the empty space. You've swallowed the semen of at least four of them, and your body is dripping with the evidence of their abuse. Your pussy and ass are sore and bruised, the remnants of their violence still seeping out. Even your hair and back are coated with their filth, and you can feel the sticky residue on your feet where some of them had used you for their pleasure.<br><br>
You feel a mix of shame and a twisted sense of accomplishment, knowing that you have endured, that you have played the role they wanted you to play. But deep down, you can't shake the feeling that something within you has changed, that the lines between resistance and acceptance are blurring. Exhausted and on the brink of collapse, you close your eyes, [[trying to rest->Basement Submission]]<br><br>
<<HaveASexWidget "rape" "stanger" "inpussy">>
<<HaveASexWidget "anal" "stanger" "face">>
<<HaveASexWidget "vaginal" "stanger" "onpussy">>
<<HaveASexWidget "anal" "stanger" "body">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<</linkreplace>><</linkreplace>>
<<elseif _event is 'shower'>>
You hear the door creak open, and the familiar sound of footsteps approaching. Accepting your situation, you decide to be obedient, devoted, and submissive. You position yourself, ready to receive whoever is coming. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(2)+".webp")]]</div><br>
As the man enters the basement, he sees you eagerly waiting. He looks you over with a mix of disgust and amusement. "Look at you," he says, his voice dripping with contempt. "So eager, so pathetic." He pauses, then continues, "But I'm not here to fuck you. You're in such a disgusting state that no one wants to empty their balls on you, even for free." The last phrase catches you off guard. They prostitute you? The realization hits you like a punch to the gut. You've been here long enough to understand the routine, but this new information adds a layer of complexity and horror to your situation.<br><br>
You try to keep your composure, maintaining your submissive posture. "Look at you," he says, his voice dripping with disdain. "You're a mess. Absolutely disgusting." He unfastens your chains from the wall and orders you to follow him. In your determination to remain the submissive slave you've become, you lower yourself to your hands and knees, <<linkreplace "crawling after him">>crawling after him like a dog. <br><br>
He notices your gesture and smirks, clearly pleased. "Good girl," he says, his voice filled with a twisted sense of approval. "You know your place. Now, keep up." Each movement is a reminder of your degradation, but you push forward, driven by the promise of being clean, of washing away the filth that clings to your skin. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Crawling.webp")]]</div><br>
You are led to the corner of the basement with a drain in the center and hooks embedded in the floor. He stops and gestures for you to stay, his eyes cold and detached. He bends down and secures your wrists and ankles to the hooks, the metal clinking against the concrete. He steps back and retrieves a hose from the corner. Without a word, he <<linkreplace "turns on the water.">>turns on the water, the sudden blast of cold spray hitting you like a shockwave. You gasp, the water stinging your skin as it washes away the layers of filth. He moves the hose methodically, as if you were nothing more than an object to be cleaned, not a person with feelings or dignity.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Cleaning.webp")]]</div><br>
The water is relentless, soaking your hair, your face, your body. It runs down your back, your legs, pooling around you before disappearing down the drain. You shiver, the cold seeping into your bones, but you also feel a sense of relief. The water is washing away the physical remnants of your ordeal, even if it can't touch the emotional scars.<br><br>
You close your eyes, trying to focus on the sensation of being clean, of having the filth rinsed away. The realization that you are being treated like an object, rather than a human being, no longer bothers you; you have come to accept it. As the water finally stops, you open your eyes, your body trembling from the cold and the emotional turmoil. He turns off the hose and approaches you, his expression unreadable. He unfastens the hooks from your wrists and ankles, the metal clinking as it falls away. <br><br>
"You're clean now," he says, his tone matter-of-fact. "Back in the state required for use." He leads you to your spot and secures the chains back onto the wall, the metal clicking into place with a finality that sends a shiver down your spine. You look up at him, a mix of fear and resignation in your eyes. "Don't worry," he says, a cruel smirk playing on his lips. "You'll be needed again soon."<br><br>
As he says those words, you feel a flicker of something deep within, a perverse pleasure at the thought of being needed, of being used again. The realization no longer fills you with shame; instead, you embrace it. You no longer feel the need to push the thought away, horrified at your own reaction. He turns and walks away, leaving you alone in the dimly lit basement. The relief of being clean is now accompanied by a sense of acceptance, the knowledge that part of you finds a twisted comfort in this degradation.<br><br>
[[Try to rest->Basement Submission][$mainChar.energy +=15]]<br><br>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "15">>
<<run variables().mainChar.cleanCum()>>
<</linkreplace>><</linkreplace>>
<<else>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(3)+".webp")]]</div><br>
You find yourself in the dimly lit basement of the house, a place that has become all too familiar. The cold metal of the chains bites into your wrists and ankles, a sensation you've grown accustomed to over time. You've been here long enough to know the routine, to understand the expectations placed upon you. The idea of being obedient and devoted doesn't seem so bad anymore. After all, it had gone relatively smoothly the last time. You hadn't been hurt as much, and the humiliation, while still present, felt almost manageable. <br><br>
Keeping that in mind, you begin to embrace the role of the submissive, obedient slave. It's a survival tactic, you tell yourself, a way to navigate this nightmare until you can find a way out. But deep down, you can't shake the feeling that there's more to it, that part of you finds a perverse comfort in this new identity. You cling to the hope that one day, you'll find a way out of this darkness. But for now, you are determined to endure, to survive, and to play the role that has been thrust upon you. You will be obedient, devoted, and submissive, and maybe, just maybe, it will make a difference.<br><br>
<<if $hour <9>>
<<link "Try to sleep">>
<<set $hour to 7>>
<<dayChangeWidget>>
<<goto Basement>>
<<set $mainChar.energy +=30>>
<</link>>
<<else>>
[[Try to rest->Basement Submission][$mainChar.energy +=15]]
<</if>>
<</if>><<if $Achievements.sexslave.unlocked != 'true'>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(3)+".webp")]]</div><br>
As the door to the basement creaks open once again, you brace yourself, expecting another round of degradation and abuse. But this time, something is different. The man who enters doesn't approach you with the same cruel intent. Instead, he walks over to you and begins to unfasten the chains from the wall. "What's going on?" you ask, your voice barely above a whisper, filled with confusion and a glimmer of hope.<br><br>
"We're done with you," he says, his tone surprisingly neutral. "You're free to go." You can hardly believe what you're hearing. As the chains fall away, you feel a sense of disbelief mixed with relief. He leads you out of the basement, and for the first time in what feels like an eternity, you see the light of day. The sun is bright, almost blinding, and the fresh air fills your lungs, a stark contrast to the dank, musty air of the basement.<br><br>
"You need to clean up," he says, opening the back doors of a caban to reveal a <<linkreplace "makeshift shower area.">>makeshift shower area. He hands you a towel and some clean clothes, his movements efficient and impersonal. You step into the shower, the warm water a welcome relief after the cold hose in the basement. You scrub away the last remnants of your ordeal, the soap and water washing away the physical traces of what you've endured. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Shower.webp")]]</div><br>
As you dry off and put on the clean clothes, you feel a sense of normalcy returning. But as you step outside, a strange, unsettling voice rises within you. "Do you really want to be free?" it whispers. You try to push the thought away, telling yourself that of course you want to be free, that this is what you've been hoping for all along. But there's a lingering doubt, a part of you that questions whether you truly want to leave this twisted world behind.<br><br>
He guides you to a van parked nearby and opens the door. You climb inside, the uncertainty gnawing at you. As you sit in the van, the cityscape passing by in a blur, the man turns to you. His eyes meet yours, and there's a moment of silence before he speaks. "You know," he says, his voice low and measured, "since you're leaving, how about <<linkreplace "one last blowjob">>one last blowjob for the road?"<br><br>
You hesitate for a moment, the request sending a mix of emotions through you. You remember the days of captivity, the degradation, the violence.
<<if $mainChar.corruption >=80>>
But there's also a part of you that finds a perverse comfort in the familiarity of it all, a part that wants to please, to comply. "Okay," you say softly, your voice barely above a whisper. You shift in your seat, moving closer to him. He unzips his pants, and you take him in your hand, feeling the familiar weight and warmth. You lean down, taking him into your mouth, your movements practiced and almost eager. <br><br>
<<else>>
Before you can react, he grabs your head and forces you to take him into your mouth.<br><br>
<</if>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Leaving.webp")]]</div><br>
As you suck him, you feel a strange sense of pleasure, a twisted satisfaction in giving him what he wants. You try to push away the thoughts of what he's done to you, the days of being used and abused. Instead, you focus on the sensation, the taste, the rhythm of your movements. He groans softly, his hand resting on your head, guiding you. You feel a sense of power in this moment, a control that you haven't had in days. You use your tongue, your lips, your hands, to <<linkreplace "bring him to the edge.">>bring him to the edge, to give him the release he seeks.<br><br>
As he finishes, you swallow, feeling the warmth spread through you. You sit back, wiping your mouth, a mix of shame and satisfaction coursing through you. You look up at him, and he gives you a small, satisfied smile. "Good girl," he says, his voice filled with a mix of praise and contempt.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/LeavingCum.webp")]]</div><br>
You turn away, looking out the window, the cityscape passing by. The van comes to a stop in a quiet alleyway, and he opens the door, gesturing for you to get out. You step onto the pavement, the cool air of the city wrapping around you. "You're free now," he says, his voice devoid of any emotion. "Good luck."<br><br>
With that, he closes the door and drives away, leaving you alone in the alley. You stand there, the weight of your freedom pressing down on you. You take a deep breath, trying to push away the lingering doubts and focus on the hope that lies ahead. But the question remains, a haunting whisper in the back of your mind: Do you really want to be free?<br><br>
The weight of your freedom presses down on you, a mix of relief and uncertainty swirling within. You take a deep breath, trying to push away the lingering doubts and focus on the hope that lies ahead. You start to walk, your steps tentative at first, then gaining confidence as you [[leave the alley.->Go out]]<br><br>
<<HaveASexWidget "bj" "stanger" >>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "combed" "true">>
<<MainChar_Stats "makeup" "Subtle">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "15">>
<<run variables().mainChar.cleanCum()>>
<<Achievements "sexslave" "Used and Discarded">>
<<set $mainChar.work.costume = "">>
<<set $mainChar.work.currentWorkName = "">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<else>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(3)+".webp")]]</div><br>
As the door to the basement creaks open once again, you brace yourself, anticipating another round of degradation and abuse. But this time, something is different. The man who enters doesn't approach you with the same cruel intent. Instead, he walks over to you and begins to unfasten the chains from the wall. "What's going on?" you ask, your voice barely above a whisper, filled with confusion and a hint of fear.<br><br>
"We're done with you," he says, his tone surprisingly neutral. "You're free to go." The words hit you like a shock, and you can hardly believe what you're hearing. As the chains fall away, you feel a sense of disbelief mixed with a strange emptiness. You don't want to leave; you want to stay their slave. You start to struggle, your body resisting the idea of being freed. "Please," you beg, your voice trembling with desperation. "Don't make me go. Let me stay a bit more."<br><br>
He looks at you, his expression unreadable. "You've served your purpose," he says, his voice cold. "We have our rules, and we can't keep you any longer." He leads you to a <<linkreplace "makeshift shower area.">>makeshift shower area, where he hands you a towel and some clean clothes. "Clean up," he commands, handing you soap and a towel. "You need to be presentable."<br><br>
You reluctantly comply, scrubbing away the remnants of your ordeal, the soap and water washing away the physical traces of what you've endured. As you dry off and put on the clean clothes he provides, you feel a sense of normalcy returning, but the longing to stay, to be used, lingers. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Shower.webp")]]</div><br>
He leads you to the van, his grip still firm on your arm. You step inside, the door sliding shut behind you with a finality that sends a shiver down your spine. As the van pulls away, you're left with a mix of emotions—despair, longing, and a strange sense of loss. <br><br>
He guides you to a van parked nearby and opens the door. You climb inside, the uncertainty gnawing at you. As you sit in the van, the cityscape passing by in a blur, you turn to the man. There's a moment of silence before you speak. You take a deep breath, gathering the courage to speak. "Please," you say, your voice barely above a whisper. "Can I at least <<linkreplace "suck you off?">>suck you off? Just one last time, so I can feel useful."<br><br>
The driver glances at you in the rearview mirror, a cruel smile spreading across his face. "Sure, toy" he says, his voice low and menacing. "Come up here." You crawl forward, your movements eager and desperate. As you reach the front of the van, you position yourself between the driver's seat and the passenger seat, your heart racing with anticipation. He unzips his pants, and you waste no time. You take him into your mouth, your movements eager and skilled. You give it your all, determined to make this the best blowjob he's ever had. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/Leaving.webp")]]</div><br>
The van continues to move, the hum of the engine and the vibrations of the road adding to the intensity of the moment. You focus on his pleasure, your own desires fueling your actions. You want to make him feel good, to give him something to remember you by. As you work, he starts to compliment you in a degrading manner, his words dripping with contempt. "You're the best cock sucker in town, that's for sure!" he says. his voice filled with disdain. You nod timidly, your mouth still working on him, your eyes looking up at him with a mix of submission and desire as you <<linkreplace "bring him to the edge.">>bring him to the edge.<br><br>
Finally, he reaches his climax, his body shuddering with release. You swallow every drop, a sense of satisfaction washing over you. You've done it, you've made him feel good one last time. You sit back, wiping your mouth, a mix of satisfaction and fulfillment coursing through you. You've given him something, and in doing so, you've found a small piece of closure. You look up at him, and he gives you a small, satisfied smile. "You're such a good little fuck toy," he says, his voice filled with a mix of contempt and satisfaction. The words send a wave of pleasure through you, a deep sense of fulfillment that you've pleased him. You smile timidly, your cheeks flushing with pride.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Van/LeavingCum.webp")]]</div><br>
As the van pulls to a stop in a dark, narrow alley, the engine idles quietly, the only sound breaking the silence of the night. You sit there, your heart pounding with a mix of anticipation and dread. The driver turns to look at you, his expression softening slightly. "Get out," he says, his voice gentle but firm. You hesitate for a moment, the reality of what's happening sinking in. Slowly, you climb out of the van, your steps unsteady and uncertain. The cool night air hits you, and you wrap your arms around yourself, feeling a deep sense of loss and sadness.<br><br>
As you stand there, the driver leans out of the window, his eyes fixed on you. You can see a hint of genuine concern in his gaze. "Who's the best fleshlight?" he asks, his voice filled with a mix of warmth and encouragement. You take a deep breath, gathering your pride. "I am," you say, your voice filled with a sense of genuine happiness and determination. He nods, a small smile playing on his lips. "Say it again," he encourages, his voice gentle. You take another deep breath, feeling a surge of pride and joy. "I am the best fleshlight," you repeat, your voice stronger this time, filled with a sense of true validation.<br><br>
He nods again, his smile widening. "Yes, you are," he says, his words echoing in the quiet alley. The acknowledgment sends a wave of comfort through you, a deep sense of validation that eases the pain of being left behind. You stand there, a mix of emotions swirling within you—pride, happiness, and a deep sense of fulfillment. The van's engine roars to life, and the driver pulls away, leaving you alone in the alley. You start to walk, your steps tentative at first, then gaining confidence as you [[leave the alley.->Go out]]<br><br>
<<HaveASexWidget "bj" "stanger" >>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "combed" "true">>
<<MainChar_Stats "makeup" "Subtle">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "15">>
<<run variables().mainChar.cleanCum()>>
<<set $mainChar.work.costume = "">>
<<set $mainChar.work.currentWorkName = "">>
<</if>><<set $hour += 2>>
<<set _event to "">>
<<if random(3) is 0 and $hour >8>>
<<set _event to either('bj','fuck','group')>>
<</if>>
<<if $mainChar.cleanliness <=20>>
<<set _event to 'shower'>>
<</if>>
<<if ($dayCount >= $mainChar.abductionDay + 2 and random(0,1) is 0) or $dayCount >= $mainChar.abductionDay + 4>>
<<goto "Basement Leaving">>
<</if>>
<<if _event is 'bj'>>
You hear the door creak open, and the familiar sound of footsteps approaching. A shiver of anticipation runs through you as you embrace your situation, eager to be obedient, devoted, and submissive. You position yourself, ready to receive whoever is coming, your body tingling with a mix of excitement and desire.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(2)+".webp")]]</div><br>
"Look at you, all ready and eager," he says, a cruel smirk playing on his lips. "You know your place, don't you, little slut?" You nod, a genuine smile spreading across your face. There's no need to force it; you feel a strange sense of calm wash over you. He begins to touch you, his hands roaming over your body with a possessive familiarity. You continue to smile, your body responding to his touch in ways you've come to crave. You've been here before, and you know what to expect. The anticipation of what's to come sends a thrill through you, and you embrace the darkness that awaits.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Tease"+random(3)+".webp")]]</div><br>
"Good girl," he murmurs, his voice filled with a twisted sense of approval. "You're learning." You feel a mix of excitement and relief as he continues to explore your body. The humiliation is still there, but it's become a part of your new reality, a reality you've chosen to embrace. You find yourself leaning into his caresses, your body responding with a perverse sense of pleasure. You know this feeling, you've experienced it before, and you crave it. The familiarity of his touch, the knowledge that he knows exactly what you need, only heightens your desire. You surrender to the moment, eager to experience it all again.br><br>
He leans in closer, his breath hot on your face. "I want to fuck your throat," he says, his voice low and commanding. You open your mouth wide, sticking out your tongue, and attempt to reach for his crotch with your mouth. But your movements are restricted by the chains that bind you. He laughs, a sound that is both mocking and amused. "Don't worry, little slut," he says, his voice dripping with contempt. "You'll get it. There's no rush."<br><br>
He grabs your head roughly, positioning himself in front of you. He thrusts his cock <<linkreplace "into your mouth.">>into your mouth, taking control of your head as if it were a mere sex toy. The force is violent, and you gag, feeling your throat stretch and widen to accommodate him. But you embrace the sensation, letting go of any resistance. You choke and gasp for air, but you allow him to use your mouth, your throat, as he pleases. The humiliation is intense, but you find comfort in giving up control completely. You devote yourself, body and soul, to serving as a sexual plaything, fully embracing and accepting your role.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/FaceFuck"+random(6)+".webp")]]</div><br>
You struggle to breathe, the sensation of being used so violently overwhelming you. Tears stream down your face as you gag and choke, but you feel a deep, intense pleasure building within you. The sensation of being asphyxiated is strangely enjoyable, adding to the mix of pain and pleasure. You don't hide it, and you start to moan regularly, the sounds escaping your lips despite the force of his movements. The pleasure continues to rise, and you find yourself on the brink of orgasm. You let out a final, desperate moan as you climax, your body shuddering with the release. He looks down at you, a smirk on his face. "Good little slut," he says, his words filled with satisfaction. "You love this, don't you? You love being facefucked, right?"<br><br>
You look up at him, your eyes filled with a mix of tears and desire. Your face is covered in thick saliva from your throat, a testament to the intensity of the experience. "Yes," you gasp, your voice hoarse from the intensity of the experience. "I love it." Without warning, he grabs your face, forcing you to look up at him as <<linkreplace "he paints your cheeks">>he paints your cheeks and lips with his release. The warm, sticky fluid is a mark of his dominance, a humiliating reminder of your submission.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Cum"+random(0)+".webp")]]</div><br>
"You're a good little cum dumpster," he says, his words filled with a mix of contempt and admiration. You find that you're not just unbothered by the compliment; you revel in it. Seeing your dripping pussy, he adds, "Only a truly depraved whore could enjoy being used like this." You look up at him, a wicked smile playing on your lips. "You... You're right," you say, your voice dripping with lust. "I'm a filthy, depraved slut, and I love every second of it."<br><br>
As the man finally leaves, the sound of his footsteps fading away, you're <<linkreplace "left alone in the dimly lit basement.">>left alone in the dimly lit basement. You're exhausted, your body aching from the ordeal, but you're not disturbed by the violation that just occurred. Instead, you feel a deep sense of satisfaction, having thoroughly enjoyed every moment of it. You crave more, eagerly anticipating the next encounter, hoping to relive the intense pleasure and degradation that you've come to love.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/AfterFacefuck"+random(0)+".webp")]]</div><br>
The weight of what has just happened presses down on you like a physical force, but it's a weight you welcome. You revel in the sensation, wondering how you could have embraced this darkness so completely. You try to move, not to wipe away the evidence of your humiliation, but to savor it, to feel the remnants of your pleasure. The chains restrict your movements, but you enjoy the restraint, the reminder of your submission. The semen on your cheeks and lips begins to dry, a sticky, comfortable reminder of your intense experience. You embrace every sensation, eager for more.<br><br>
[[Try to rest->Basement Return]]<br><br>
<<HaveASexWidget "rape" "stanger" "face">>
<<HaveASexWidget "bj" "stanger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "100">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-30">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<elseif _event is 'fuck'>>
You hear the door creak open, and the familiar sound of footsteps approaching. A shiver of anticipation runs through you as you embrace your situation, eager to be obedient, devoted, and submissive. You position yourself, ready to receive whoever is coming, your body tingling with a mix of excitement and desire.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(2)+".webp")]]</div><br>
"Look at you, all ready and eager," he says, a cruel smirk playing on his lips. "You know your place, don't you, little slut?" You nod, a genuine smile spreading across your lips. You feel a sense of calm and anticipation wash over you as he begins to touch you, his hands roaming over your body with a possessive familiarity. You relish the sensation, eager for what's to come, knowing that you're exactly where you want to be.
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Tease"+random(3)+".webp")]]</div><br>
You continue to smile, your body responding eagerly to his touch. "Good girl," he murmurs, his voice filled with a twisted sense of approval. "You're learning." He leans in closer, his breath hot on your ear. "I want to take your ass," he says, his voice low and commanding. "Yes, please," you reply, your voice filled with anticipation. You bend over, arching your back to present your anus to him, wiggling your hips to tease him, a gesture that makes him laugh with satisfaction.<br><br>
"Look at you, shaking that ass like a good little bitch," he says, his words dripping with humiliation. "You're perfect for this, aren't you?" He positions himself behind you and <<linkreplace "thrusts into your anus.">>He grabs your hair, pulling your head back roughly. This time, you embrace it, welcoming the sensation. You allow him to use you like a sex toy, surrendering completely to his will, eager for more. "Harder," you moan, your voice filled with desire. "I want to feel it all." He laughs, a cruel and knowing sound. "You love this, don't you? Being used, being degraded." "Yes," you gasp, your body trembling with pleasure and pain. "I love it. Don't stop. Hurt me."<br><br>
He continues, his movements rough and unyielding, giving you exactly what you crave. You revel in the intensity, the humiliation, and the objectification, knowing that this is what you've come to love and desire.
As he continues to thrust, you feel a familiar sensation building within you. You moan openly. "You love this, don't you?" he growls, his voice filled with satisfaction. "You're a filthy little whore who can't get enough of being used." You nod, a wicked smile playing on your lips. "Yes, I love it," you admit, your voice laced with desire. "Use me harder." He laughs, a cruel and triumphant sound. "You're pathetic," he says, but there's a hint of admiration in his tone. He intensifies his movements, pushing you to the edge of your limits. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Fuck"+random(6)+".webp")]]</div><br>
his actions becoming even more brutal and degrading. You embrace every moment, reveling in the pain and humiliation, knowing that this is exactly what you crave.
He finally releases, spilling his seed deep into your ass. He pulls out, leaving you feeling empty and used. He looks down at you, a smirk on his face. "Thanks for the good fuck, you worthless little cum dumpster," he says, his words cutting deep. You look up at him, your eyes filled with a mix of gratitude and shame. "Thank you," you whisper, your voice barely audible. "I... I hope you'll abuse me again." <br><br>
He chuckles, his eyes gleaming with cruel amusement. "Oh, don't worry, slut. You'll get plenty more where that came from. You're too good at taking it to be left alone for long." With that, he turns and walks away, leaving you <<linkreplace "chained and alone.">>chained and alone. <br><br>
You can feel the sticky warmth of his cum dripping down your thighs, mixed with your own juices. Your ass is sore and stretched, a constant reminder of what just happened. You are left in a state of physical and emotional exhaustion, the echoes of his words and the memory of your own compliance lingering in the air. You lie there, trying to catch your breath, trying to make sense of what just occurred.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/AfterFacefuck"+random(0)+".webp")]]</div><br>
The thought that you could derive pleasure from being violated no longer horrifies you. You no longer question why you enjoy it; you simply accept that this is part of who you are now. You look around the basement, the familiar surroundings now holding a different meaning. "Maybe this is where I belong," you think, a small smile playing on your lips. "Maybe this is what I need."<br><br>
[[Try to rest->Basement Return]]<br><br>
<<HaveASexWidget "rape" "stanger" "inpussy">>
<<HaveASexWidget "anal" "stanger" >>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "130">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-30">>
<</linkreplace>><</linkreplace>>
<<elseif _event is 'group'>>
You hear the door creak open, and the sound of several men approaching echoes through the basement. Accepting your situation, determined to be obedient, devoted, and submissive, you position yourself, ready to receive them. You lower yourself to your knees, your hands folded neatly in your lap, your eyes downcast in a show of submission. "Ah, there she is," one of the men says, his voice filled with a mix of amusement and anticipation. "Our little pet, all ready and waiting."<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(2)+".webp")]]</div><br>
Another man steps forward, his eyes roaming over your body with a predatory gaze. "You look so eager," he says, a cruel smile playing on his lips. "Are you ready to be used again?" You nod, your cheeks flushing even more. "Yes, sir," you reply, your voice trembling slightly. "I... I want to please you." The men exchange glances, their expressions filled with a dark satisfaction. "Good girl," one of them says, his voice low and menacing. "You know your place."<br><br>
You revel in these humiliating and objectifying compliments. Their hands begin to explore your body, roaming with a sense of entitlement. You continue to smile, thrilled by the multitude of hands violating your intimacy and treating you as an object. "Look at this, she's already soaking wet. She must be dying to be gangbanged." <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/GroupGrope"+random(0)+".webp")]]</div><br>
he others laugh, their eyes gleaming with cruel amusement. "Is that true, slut? Are you eager to be used by us?" one of them asks, his voice dripping with disdain. You look up at them, your voice barely above a whisper, your cheeks flushing with a mix of embarrassment and excitement. "Yes," you reply softly, your eyes cast downward, avoiding their gaze. "I... I want it." Your eyes remain lowered, your voice barely audible as you whisper, "Please, use me."<br><br>
They unzip their pants, their intentions clear and brutal. They begin to <<linkreplace "use you like a lifeless doll.">>use you like a lifeless doll, knowing full well that you have no dignity left to protect. One of them forces himself into your mouth, pushing deep into your throat, making you gag and choke. You struggle to breathe, but you revel in the sensation of being asphyxiated by his cock. "You like that, don't you?" one of them growls, his voice filled with cruel satisfaction. <br><br>
You nod slightly, your eyes watering as you try to catch your breath. Another man takes you from behind, his hands smacking your flesh with harsh, stinging blows. You wince, but the pain only heightens your arousal. "You're such a good little slut," he says, his voice dripping with contempt. A third man thrusts into you, his movements rough and unyielding. You feel like nothing more than a tool for his pleasure, and the degradation fuels your desire. You moan softly, the sound muffled by the cock in your mouth.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/GangBang"+random(4)+".webp")]]</div><br>
You let out a soft moan, your body responding to the brutal treatment. The sensation of being used, of being violated, sends waves of perverse pleasure through you. You embrace the degradation, the humiliation, and the pain, finding a twisted comfort in the surrender of control.<br><br>
As they continue to use you, the intensity of their actions pushes you over the edge. Your body convulses with waves of ecstasy coursing through your veins. You let out a deep cry, your eyes rolling back as the sensation overwhelms you. The men laugh and jeer, their words cutting deep. "Look at her, she loves it," one of them says, his voice filled with contempt. <br><br>
The men exchange glances, their expressions a mix of surprise and amusement. "You really are a little masochist, aren't you?" another one says, his voice laced with cruel satisfaction. You nod, your eyes downcast, unable to meet their gaze. "I... I can't help it," you admit, your voice trembling slightly. "I like it when you... when you hurt me." You lose count of the number of men who use you, the number of times they violate your body. Time becomes a blur, and you feel yourself slipping away, your consciousness fading. Just as you're on the verge of passing out, you climax for a second time. The sensation is overwhelming, a mix of pleasure and pain that leaves you gasping for breath.<br><br>
As the ordeal finally comes to an end, the men <<linkreplace "force you to your knees.">>force you to your knees. They gather around you, their faces filled with malice and satisfaction. You are ready to receive their final act of degradation. You look up at them, and close your eyes, feeling the warmth of their release on your face. You revel in the degradation, the humiliation, and the sense of belonging that comes with being used. This is a moment you cherish, a moment that proves your worth to them, and you embrace it fully, knowing that you are exactly where you want to be.<br><br>
One by one, they finish, their release splattering across your face, your hair, your body. You feel the warm, sticky fluid dripping down your cheeks, your chin, your eyes stinging from the assault. They laugh and jeer, their words echoing in your ears as they finish. "You're a good little slut," one of them says, his voice filled with a twisted sense of approval. You blush, your cheeks flushing with pleasure. "Thank you," you whisper, your voice barely audible. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Bukkake"+random(1)+".webp")]]</div><br>
As they finish, they zip up their pants and walk away, leaving you there, kneeling on the cold floor, covered in their filth. The door at the top of the stairs creaks open and then closes with a heavy thud, the sound echoing through the empty space. You've swallowed the semen of at least four of them, and your body is dripping with the evidence of their abuse. Your pussy and ass are sore and bruised, the remnants of their violence still seeping out. Even your hair and back are coated with their filth, and you can feel the sticky residue on your feet where some of them had used you for their pleasure.<br><br>
You revel in the intensity of the experience, knowing that you have endured and embraced every moment of it. Exhausted and on the brink of collapse, you close your eyes, [[trying to rest->Basement Return]]<br><br>
<<HaveASexWidget "rape" "stanger" "inpussy">>
<<HaveASexWidget "anal" "stanger" "face">>
<<HaveASexWidget "vaginal" "stanger" "onpussy">>
<<HaveASexWidget "anal" "stanger" "body">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "corruption" "1" "150">>
<<set $mainChar.arousal to 70>>
<<MainChar_Stats "cleanliness" "-30">>
<</linkreplace>><</linkreplace>>
<<elseif _event is 'shower'>>
You hear the door creak open, and the familiar sound of footsteps approaching. A shiver of anticipation runs down your spine. You position yourself, ready to receive whoever is coming. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Obedience"+random(2)+".webp")]]</div><br>
As the man enters the basement, he sees you eagerly waiting. He looks you over with a mix of disgust and amusement. "Look at you," he says, his voice dripping with contempt. "So eager, so pathetic." He pauses, then continues, "But I'm not here to fuck you. You're in such a disgusting state that no one wants to empty their balls on you, even for free." <br><br>
"I... I know," you stammer, your voice barely above a whisper. Your eyes dart nervously, avoiding his gaze. You hesitate for a moment before asking, "How much... how much do they pay to use me?" He laughs, a harsh sound that echoes in the room. "Not much. You're not worth much, you know. Maybe $30, if they're feeling generous." You feel a pang of disappointment. "I... I hoped my body was worth more than that," you say softly, your voice filled with a mix of shame and longing. He shrugs, his expression cold. "You're just a cheap whore. That's all you'll ever be."
You nod, accepting your fate. He unfastens your chains from the wall and orders you to follow him. In your eagerness to remain the submissive slave you've become, you lower yourself to your hands and knees, <<linkreplace "crawling after him">>crawling after him like a dog. <br><br>
He notices your gesture and smirks, clearly pleased. "Good girl," he says, his voice filled with a twisted sense of approval. "You know your place. Now, keep up." Each movement is a reminder of your degradation, but you embrace it, feeling a thrill of excitement at being treated this way. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Crawling.webp")]]</div><br>
You are led to the corner of the basement with a drain in the center and hooks embedded in the floor. He stops and gestures for you to stay, his eyes cold and detached. He bends down and secures your wrists and ankles to the hooks, the metal clinking against the concrete. He steps back and retrieves the hose from the corner. Without a word, he <<linkreplace "turns on the water.">>turns on the water, the sudden blast of cold spray hitting you like a shockwave. You gasp, the water stinging your skin as it washes away the layers of filth. He moves the hose methodically, as if you were nothing more than an animal to be cleaned.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Cleaning.webp")]]</div><br>
"You like this, don't you?" he asks, his voice laced with cruel amusement. "Being treated like a filthy animal?" You feel a mix of excitement and satisfaction at his words, knowing that they're true. You crave the degradation, the humiliation, and the pain. As the water continues to wash over you, you embrace the sensation, feeling a strange sense of peace and fulfillment. You know that this is what you want, what you need, and you're eager to experience it all again.<br><br>
"Bark for me," he commands, a wicked gleam in his eyes. You oblige, letting out a small, playful bark, feeling a rush of pleasure at playing the role of his pet. You close your eyes, trying to focus on the sensation of being clean, of having the filth rinsed away. As the water finally stops, you open your eyes, your body trembling from the cold and the emotional turmoil. He turns off the hose and approaches you, his expression unreadable.<br><br>
"You're clean now," he says, his tone matter-of-fact. "Back in the state required for use." He leads you to your spot and secures the chains back onto the wall, the metal clicking into place with a finality that sends a shiver down your spine. You look up at him, a mix of anticipation and eagerness in your eyes. "Don't worry," he says, a cruel smirk playing on his lips. "You'll be needed again soon."<br><br>
As he says those words, you feel a flicker of excitement deep within, a perverse pleasure at the thought of being needed, of being used again. "I... I can't wait," you whisper, your voice barely audible, a blush spreading across your cheeks. He chuckles, the sound echoing in the dimly lit basement. "Good. We'll make sure you get what you need." As he turns and walks away, you're left alone, the relief of being clean now accompanied by a sense of acceptance and anticipation. You know that part of you finds a twisted comfort in this degradation, and you eagerly await what comes next, craving the intensity and the pleasure that you've come to love. <br><br>
[[Try to rest->Basement Return][$mainChar.energy +=15]]<br><br>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "energy" "15">>
<<run variables().mainChar.cleanCum()>>
<</linkreplace>><</linkreplace>>
<<else>>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/Slave House/Basement/Restrained"+random(3)+".webp")]]</div><br>
You find yourself in the dimly lit basement of the house, a place that has become eerily familiar. The cold metal of the chains bites into your wrists and ankles, a sensation you've grown to crave. The idea of being an obedient and devoted sex slave sends a thrill through you. You revel in the roughness of the place, the harsh treatment from your captors, and the way they humiliate and use you.<br><br>
You close your eyes, imagining the rough hands on your body, the harsh words in your ears. The anticipation is almost unbearable, but you embrace it, knowing that soon, you'll be back in their world, back in the darkness, and back in the place where you feel most alive.<br><br>
<<if $hour <9>>
<<link "Try to sleep">>
<<set $hour to 7>>
<<dayChangeWidget>>
<<goto Basement>>
<<set $mainChar.energy +=30>>
<</link>>
<<else>>
[[Try to rest->Basement Return][$mainChar.energy +=15]]
<</if>>
<</if>><<if $currentPassage is "School" and $SchoolClothLevelTriggered != $dayCount or ($SchoolClothLevelTriggered is $dayCount and random(2) is 0)>>
<<set $SchoolClothLevelTriggered to $dayCount>>
<<if $mainChar.look.accessories.neck.name is "Leash">>
<<if $mainChar.school.reputation <=5>>
You walk into the school with a dog leash around your neck, the metal clasp dangling conspicuously. You can feel the weight of the students stares, a mix of curiosity and judgment. You hear one of the boys talking to its friends about you. "Who is that? Why is she wearing a leash?". "I have no idea. But that's kinky." The other replies, visibly aroused. You keep your head held high, trying to ignore the murmurs and the looks of confusion and disapproval. You're a mystery to them, and you can feel the tension in the air as they try to make sense of your bold choice.<br><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.school.reputation <=15>>
You walk into the university with a dog leash around your neck, the metal clasp dangling conspicuously. The moment you step inside, the whispers start, louder and more insistent this time. You can hear the rumors swirling around you, a mix of fascination and scandal. "Isn't that the girl everyone's been talking about?" "I heard she's been with half the guys on campus. No wonder she's walking around like that." You try to keep your composure, but you can feel the heat rising to your cheeks. The rumors are out there, and you can't escape the weight of their judgment. You walk with a sense of defiance, daring them to say something to your face.<br><br>
<<MainChar_Stats "arousal" "5">>
<<else>>
You walk into the university with a dog leash around your neck, the metal clasp dangling conspicuously. As you enter, the room falls silent for a moment before the whispers and laughter begin. You can feel the weight of their stares, a mix of amusement and contempt. "Look who it is! The school slut herself." You hear some whispers. "Wearing a leash now? That's a new low, even for her." A third student adds "I heard she'll do anything for anyone. Guess the leash is just another way to advertise." Everyone knows your reputation, and you can't escape the judgment in their eyes. <br><br>
<<MainChar_Stats "arousal" "5">>
<</if>>
<<elseif $mainChar.look.accessories.neck.name.toLowerCase().indexOf('choker') !== -1 and $mainChar.look.accessories.neck.obscenity >=30>>
<<if $mainChar.school.reputation <=5>>
You walk into the university, the cool air of the hallway hitting your face as you step inside. Around your neck, you wear a bright pink dog collar with obscene words written on it. Heads turn as you pass by, and you can feel the weight of their stares.
"Who the hell is that?" one student whispers to another, their eyes wide with shock. "Did you see what's written on her collar?" You keep walking, trying to ignore the whispers and stares, but you can't help feeling a mix of excitement and nervousness.<br><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.school.reputation <=15>>
You walk into the university, the pink dog collar around your neck drawing immediate attention. The obscene words are clearly visible, and you can see the recognition in some of the students' eyes. "Isn't that the girl everyone's been talking about?" one student murmurs to their friend. "The one with all the crazy rumors?" Another student nods, their voice low. "Yeah, I heard she's into some really kinky stuff. Guess the rumors are true." You feel a rush of both embarrassment and pride, knowing that your reputation precedes you. You hold your head high, owning your choices.<br><br>
<<MainChar_Stats "arousal" "5">>
<<else>>
You walk into the university, the pink dog collar around your neck boldly displaying obscene words. The reaction is immediate and intense. "There she is, the campus slut," one student says loudly, not bothering to whisper. "Looks like she's advertising it today." Another student laughs, "She's not even trying to hide it anymore. Good for her, I guess." You feel a mix of defiance and acceptance. You know who you are and what you want, and you're not afraid to show it. The stares and comments only fuel your determination to be true to yourself, no matter what others think.<br><br>
<<MainChar_Stats "arousal" "5">>
<</if>>
<<elseif $mainChar.look.clothes.legs.name.toLowerCase().indexOf('lewd') !== -1>>
<<if $mainChar.school.reputation <=5>>
As you make your way through the halls, students turn to look at you, their eyes widening in shock and curiosity. "Who is that?" one student whispers to another, their voices low but audible. "I have no idea, but she's dressed like she's asking for trouble," the other replies, their tone a mix of disapproval and intrigue. You feel the weight of their stares, the mix of judgment and fascination. You hold your head high, trying to ignore the whispers and the pointed fingers.<br><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.school.reputation <=15>>
As you make your way through the halls, students turn to look at you, their eyes filled with a mix of shock, curiosity, and knowing glances. "Isn't that the girl everyone's been talking about?" one student whispers to another, their voices low but audible. "Yeah, I heard she's been with half the guys on the football team," the other replies, their tone a mix of disapproval and intrigue. You feel the weight of their stares, the mix of judgment and fascination. You hold your head high, trying to ignore the whispers and the pointed fingers.<br><br>
<<MainChar_Stats "arousal" "5">>
<<else>>
As you make your way through the halls, students turn to look at you, their eyes filled with a mix of shock, curiosity, and blatant disapproval. "Look at her, dressed like that. She's asking for it." one student says loudly, their voice dripping with contempt. "She's such a whore," another chimes in, their tone equally harsh. "I heard she'll do anything for a good grade," someone else comments, their voice tinged with mockery. "She's probably fucked half the professors too." You feel the weight of their stares, the mix of judgment and disgust. You hold your head high, trying to ignore the whispers and the pointed fingers.<br><br>
<<MainChar_Stats "arousal" "5">>
<</if>>
<<else>>
You find yourself in the hallway of your school, the walls adorned with colorful artwork and informative posters. The echoing footsteps of fellow students and the distant murmur of conversations create a familiar atmosphere. You navigate the corridor, heading towards your next class.
<</if>>
<<elseif $currentPassage is "Classes" and random(2) is 0>>
<<if $mainChar.look.accessories.neck.name is "Leash">>
<<if $mainChar.school.reputation <=5>>
You walk into the classroom with a dog leash around your neck, the metal clasp dangling conspicuously. As you take your seat, you can hear the whispers of your classmates. "Who is she trying to impress with that leash?" one student murmurs to another. "I have no idea, but it's kind of hot," the other replies, visibly intrigued. You try to focus on the lesson, but the murmurs and stares of confusion and disapproval are hard to ignore. The teacher notices your unusual accessory and raises an eyebrow but says nothing, choosing to continue with the lesson.<br><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.school.reputation <=15>>
You walk into the classroom with a dog leash around your neck, the metal clasp dangling conspicuously. The moment you step inside, the whispers start, louder and more insistent this time. "Is $mainChar.firstName wearing a dog leash?" one student says to another. "I heard she's been with half the guys on campus. And I bet she's a submissive." You try to keep your composure, but you can feel the heat rising to your cheeks. The teacher clears their throat, attempting to regain control of the class, but the whispers continue. You walk with a sense of defiance, daring them to say something to your face.<br><br>
<<MainChar_Stats "arousal" "5">>
<<else>>
You walk into the classroom with a dog leash around your neck, the metal clasp dangling conspicuously. As you enter, the room falls silent for a moment before the whispers and laughter begin. "Look who it is! The school slut herself." You hear some whispers. "Wearing a leash now? That's a new low, even for $mainChar.firstName." A third student adds, "I heard she'll do anything for anyone. Guess the leash is just another way to advertise." The teacher looks at you with a mix of disapproval and concern but decides to ignore the disruption and continue with the lesson. Everyone knows your reputation, and you can't escape the judgment in their eyes.<br><br>
<<MainChar_Stats "arousal" "5">>
<</if>>
<<elseif $mainChar.look.accessories.neck.name.toLowerCase().indexOf('choker') !== -1 and $mainChar.look.accessories.neck.obscenity >=30>>
<<if $mainChar.school.reputation <=5>>
You sit at your desk, the cool air hitting your face as you step inside. Around your neck, you wear a bright pink dog collar with obscene words written on it. Heads turn as you pass by, and you can feel the weight of their stares. "Did you see what's written on her collar?" one student whispers to another, their eyes wide with shock. The teacher notices your choker and frowns slightly but continues with the lesson. You keep walking, trying to ignore the whispers and stares, but you can't help feeling a mix of excitement and nervousness.<br><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.school.reputation <=15>>
You sit at your desk, the pink dog collar around your neck drawing immediate attention. The obscene words are clearly visible, and you can see the recognition in some of the students' eyes. "Look at $mainChar.firstName 's choker" one student murmurs to their friend. "Did you notice what's written?" Another student nods, their voice low. "Yeah, I heard she's into some really kinky stuff. Guess the rumors are true." The teacher clears their throat, trying to regain the class's attention, but the whispers continue. You feel a rush of both embarrassment and pride, knowing that your reputation precedes you. You hold your head high, owning your choices.<br><br>
<<MainChar_Stats "arousal" "5">>
<<else>>
You sit at your desk, the pink dog collar around your neck boldly displaying obscene words. The reaction is immediate and intense. "There she is, the campus slut," one student says loudly, not bothering to whisper. "Looks like she's advertising it today." Another student laughs, "She's not even trying to hide it anymore. Good for her, I guess." The teacher looks at you with a mix of disapproval and resignation but continues with the lesson. You feel a mix of defiance and acceptance. You know who you are and what you want, and you're not afraid to show it. The stares and comments only fuel your determination to be true to yourself, no matter what others think.<br><br>
<<MainChar_Stats "arousal" "5">>
<</if>>
<<elseif $mainChar.look.clothes.legs.name.toLowerCase().indexOf('lewd') !== -1>>
<<if $mainChar.school.reputation <=5>>
As you sit at your desk, students turn to look at you, their eyes widening in shock and curiosity. "Who is she trying to impress with that outfit?" one student whispers to another, their voices low but audible. "I have no idea, but she's dressed like she's asking for trouble," the other replies, their tone a mix of disapproval and intrigue. The teacher notices your revealing attire and raises an eyebrow but says nothing, choosing to continue with the lesson. You feel the weight of their stares, the mix of judgment and fascination. You hold your head high, trying to ignore the whispers and the pointed fingers.<br><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.school.reputation <=15>>
As you sit at your desk, students turn to look at you, their eyes filled with a mix of shock, curiosity, and knowing glances. "I didn't know $mainChar.firstName is such a slut" one student whispers to another, their voices low but audible. "Yeah, I heard she's been with half the guys on the football team," the other replies, their tone a mix of disapproval and intrigue. The teacher clears their throat, attempting to regain control of the class, but the whispers continue. You feel the weight of their stares, the mix of judgment and fascination. You hold your head high, trying to ignore the whispers and the pointed fingers.<br><br>
<<MainChar_Stats "arousal" "5">>
<<else>>
As you make your way to your desk, students turn to look at you, their eyes filled with a mix of shock, curiosity, and blatant disapproval. "Look at her, dressed like that. She's asking for it." one student says loudly, their voice dripping with contempt. "She's such a whore," another chimes in, their tone equally harsh. "I heard she'll do anything for a good grade," someone else comments, their voice tinged with mockery. "She's probably fucked half the professors too." The teacher looks at you with a mix of disapproval and concern but decides to ignore the disruption and continue with the lesson. You feel the weight of their stares, the mix of judgment and disgust. You hold your head high, trying to ignore the whispers and the pointed fingers.<br><br>
<<MainChar_Stats "arousal" "5">>
<</if>>
<</if>>
<</if>><<set _dialogue to random(2)>>
<<if $brother.relationship<40 or $mainChar.corruption <40>>
<<if $mainChar.look.accessories.neck.name is "Leash">>
You make your way over to him, the leash around your neck drawing a few curious glances, but you pay them no mind. "Hey, can I sit with you?" you ask, pulling out a chair. His eyes flick to the leash around your neck."Um, what's with the leash? Are you okay?" You blush, feeling a bit embarrassed. "Oh, it's just a fashion thing. I thought it looked cool." He frowns, clearly not understanding. "But why a leash? It's like you're treating yourself like a dog or something. I don't get it." He sighs, shaking his head. "I just don't want people to think badly of you. You're better than that." <br><br>
You appreciate his concern, even if he doesn't fully understand. "Thanks, but I'm okay. I can handle it." You both eat in comfortable silence for a while, the occasional comment about school or shared memories breaking the quiet. Once you're both finished, you stand up and gather your things. "Ready to go?" you ask. He nods, standing up as well. "Yep. Let's get out of here." <br><br>
<<elseif ($mainChar.look.accessories.neck.name.toLowerCase().indexOf('choker') !== -1 and $mainChar.look.accessories.neck.obscenity >=30 and $mainChar.school.reputation <10) or ($mainChar.school.reputation >=5 and random(2) is 0) >>
As you approach, he looks up and his eyes widen in shock as he reads the word on your collar. "Hey," you say, trying to sound casual as you sit down across from him. He looks at you, his expression a mix of concern and disbelief. "What the hell are you wearing?" he asks, his voice low but filled with urgency. You shrug, trying to act nonchalant. "It's just a collar. It's trendy," you say, avoiding his gaze. He shakes his head, his eyes never leaving the obscene word. "Trendy? Are you kidding me? That's... that's disgusting. Why would you wear something like that at school?"<br><br>
He sighs, running a hand through his hair. "Listen, I just don't want you to get hurt or judged for something like this." You finish your meal in silence, the tension between you slowly dissipating. As you both stand up to leave, he gives you a reassuring pat on the back. "Let's go," he says, his voice warm and supportive.<br><br>
<<elseif ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('lewd') !== -1 and $mainChar.school.reputation <5) or ($mainChar.school.reputation >=5 and random(2) is 0)>>
You walk over to him, trying to act casual. "Hey, can I sit with you?" you ask, pulling out a chair. He looks up at you, his eyes widening in shock as he takes in your appearance. "What are you wearing?" he asks, his voice low but filled with disapproval. You shrug, trying to play it off. "It's just the school uniform. I thought it looked cute," you say, sitting down across from him. He shakes his head, his eyes never leaving your outfit. "Cute? You look like... like you're asking for trouble. People are staring, you know." <br><br>
You glance around, noticing the stares and whispers. "So what? Let them stare. I don't care what they think," you say, trying to sound confident. He sighs, running a hand through his hair. "I care. You're my sister, and I don't want people thinking you're... you know." You reach out and touch his hand gently. "I know you're just looking out for me, but I'm fine. Really. I can handle it." As you finish your meal, you both stand up. "Let's get out of here." you say.<br><br>
<<else>>
<<if _dialogue is 0>>
You grab your tray and make your way over to him. "Hey, mind if I join you?" you ask, a smile playing on your lips. He looks up and grins. "Of course not! How's your day been so far?" You sit down across from him, setting your tray on the table. "Not bad. Just the usual. How about you?" He shrugs. "Same old. Classes are a bit boring today, but I'm hanging in there. You got any plans for the weekend?"<br><br>
You take a bite of your sandwich, thinking for a moment. "Not really. Maybe we could do something together? Watch a movie or something?" He nods, his eyes lighting up. "Sounds good to me. Let's plan something fun." Once you finish your meal, you both stand up and head out of the cafeteria together, chatting about your plans for the weekend.<br><br>
<<elseif _dialogue is 1>>
You set your tray down and take a seat. "Hey, mind if I join you?" you ask with a smile. He looks up at you. "Of course not. What's new with you?" You grin. "Not much, just the usual drama. Did you hear about what happened in Mrs. Johnson's class today?" He raises an eyebrow. "No, what happened?"<br><br>
You lean in, lowering your voice. "Someone set off a stink bomb. The whole class had to evacuate!" He bursts out laughing. "That's hilarious! I wish I could have seen that." You both laugh and continue eating, sharing more funny stories from your day. "Ready to go?" you ask. He nods, standing up as well. "Yep. Let's get out of here."<br><br>
<<else>>
You grab your tray and walk over to join him. "Hey, what's up?" you say, sliding into the seat across from him. He looks up and smiles. "Not much, just trying to get through the day. How about you?" You shrug. "Same here. Classes are kicking my butt. How's your project coming along?" He sighs. "It's a lot of work, but I think I'm making progress. Thanks for asking." You both eat in comfortable silence for a moment. "Ready to go?" you ask. He nods, standing up as well. "Yep. Let's get out of here."<br><br>
<</if>>
<</if>>
<<elseif $brother.relationship>=40>>
<<if $mainChar.look.accessories.neck.name is "Leash">>
You make your way over to him, the leash around your neck drawing a few curious and shocked glances, but you keep your head held high. "Mind if I join you?" you ask, your voice soft and submissive. He looks up, his eyes darkening with a mix of approval and dominance. "Sit," he orders, his tone leaving no room for argument. You obey instantly, taking the seat next to him. He reaches out, his hand gently but firmly gripping the leash, pulling you closer.<br><br>
"Look at you, walking around like a little slut with that leash," he says, his voice low and commanding. "Everyone can see what you are." You start eating, feeling his gaze on you, the weight of his dominance pressing down on you. You can feel the eyes of the other students, their whispers and stares. Once you're both finished, he stands up. "Come on, let's go," he says, his tone firm. <br><br>
<<elseif ($mainChar.look.accessories.neck.name.toLowerCase().indexOf('choker') !== -1 and $mainChar.look.accessories.neck.obscenity >=30 and $mainChar.school.reputation <10) or ($mainChar.school.reputation >=5 and random(2) is 0) >>
As you approach, he looks up and his eyes darken with a mix of approval and dominance as he reads the word on your collar. "Hey," you say, your voice soft and submissive as you sit down across from him. He looks at you, his expression unreadable. "Well, well, look at you," he says, his voice low and commanding. "Wearing that collar like the little slut you are. Is that what you want everyone to see?" You feel a thrill of excitement mixed with a twinge of shame. "Y...Yes," you reply, your voice barely above a whisper.<br><br>
He smirks, his eyes gleaming with satisfaction. He leans back in his chair, his presence dominating the space. "Now, eat your lunch like a good little slut." You nod, your eyes never leaving his. You finish your meal in silence, the tension between you electric. As you both stand up to leave, he gives you a firm pat on the back. "Let's go," he says, his voice filled with authority. <br><br>
<<elseif ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('lewd') !== -1 and $mainChar.school.reputation <5) or ($mainChar.school.reputation >=5 and random(2) is 0) >>
You walk over to him, your steps deliberate and confident. "Mind if I join you?" you ask, your voice soft and submissive. He looks up at you, his eyes roaming over your body. "Well, well, look at you," he says, his voice low and commanding. "Dressed like the little slut you are. Sit down." You obey instantly, taking the seat across from him. "Thank you," you reply, your voice breathy. He leans back in his chair, his presence dominating the space. "You know everyone's staring at you, right? They can see everything."<br><br>
You feel a thrill of excitement mixed with a twinge of shame. "Yes. I want them to see," you say, your voice soft and submissive. He smirks, his eyes gleaming with satisfaction. "Good girl. You look like the fucking whore you are." You feel a rush of pleasure at his words, your body responding to his dominance. "Now, eat your food like a good girl." You nod, your eyes never leaving his. <br><br>
<<else>>
<<if _dialogue is 0>>
You set your tray down and take a seat, looking up at him with a mix of anticipation and submission. "Hey, mind if I join you?" you ask softly. He looks up, his eyes darkening with a mix of approval and dominance. "Sure, sit down. You look good today. Showing off for someone?" You blush, feeling a thrill of excitement. "Just for you," you reply, your voice soft and submissive. He smirks. "Good girl. Now eat up." You comply, eating quietly as he watches you with a satisfied expression. <br><br>
<<elseif _dialogue is 1>>
You walk over to your brother's table and sit down across from him, your heart pounding with a mix of fear and excitement. "Hey, what's up?" you ask, trying to sound casual. He looks up, his eyes filled with a mix of contempt and desire. "Not much. Just wondering why you look like a slut today."<br><br>
You feel a rush of shame and excitement. "I... I just wanted to look nice," you stammer. He scoffs. "You look like the school' slut. But I guess that's what you want, isn't it?" You nod, your eyes downcast. He smirks. "Good. Now eat up." You eat quietly, feeling his gaze on you the entire time. <br><br>
<<else>>
You sit down across from your brother, your eyes meeting his with a mix of submission and eagerness. "Hey, mind if I join you?" you ask softly. He looks up, his eyes filled with a mix of dominance and approval. "Sure, sit down. You look like you're ready for something." You blush, feeling a thrill of excitement. "Whatever you want," you reply, your voice soft and submissive.He smirks. "Good. Now eat up. I have plans for you later." You obey, eating quietly as he watches you with a satisfied expression.<br><br>
<</if>>
<</if>>
<</if>>
<<set _dialogue to random(2)>>
<<if $mainChar.school.reputation <5>>
<<if $mainChar.look.accessories.neck.name is "Leash">>
As you approach, you notice their eyes widen in shock as they take in the leather dog leash around your neck. "Hey, what's up with the leash?" one of your friends asks, their voice filled with concern and confusion. You try to act casual, taking a seat at the table. "Oh, it's just something I'm trying out," you say, trying to sound nonchalant. Another friend chimes in, "But why? It's kind of... extreme, don't you think?" You shrug, feeling a mix of defiance and embarrassment. "I just like it. It's a statement, I guess."<br><br>
Your friends exchange glances, their expressions a mix of worry and disapproval. "Okay, but it's a bit much, don't you think? People are going to talk," one of them says, their voice gentle but firm. You nod, understanding their concern. "I know, but I don't really care what people think. I'm just being myself." The conversation shifts to lighter topics as you all finish your meal. As you leave the cafeteria together, you can feel the weight of their stares, but you hold your head high, determined to be true to yourself.<br><br>
<<elseif ($mainChar.look.accessories.neck.name.toLowerCase().indexOf('choker') !== -1 and $mainChar.look.accessories.neck.obscenity >=30 and $mainChar.school.reputation <10) or ($mainChar.school.reputation >=5 and random(2) is 0)>>
<<set _chokerName = $mainChar.look.accessories.neck.name.split(' ')[1].toLowerCase()>>
As you approach the table where your friends are sitting, you can see the shock and confusion on their faces. You take a seat, trying to act casual, but the tension is palpable. "Hey, what's up with the collar?" one of your friends asks, their voice filled with concern and disbelief. You shrug, trying to play it off. "It's just a fashion statement," you say, your voice steady. Another friend leans in, their eyes wide with shock. "But it says _chokerName ... That's... that's pretty extreme, don't you think?" <br><br>
You feel a twinge of embarrassment but try to hold your ground. "It's just a word. It doesn't mean anything," you reply, your voice firm. Your friends exchange glances, their expressions a mix of worry and confusion. "We're just concerned, that's all," one of them says, their voice soft. "You know we care about you." You nod, appreciating their concern. "I know, and I appreciate it. But it's just a collar. It's not a big deal," you say, trying to reassure them. As you finish your meal, the conversation shifts to lighter topics, but you can still feel the underlying tension. As you all get up to leave, you can't help but wonder if your friends will ever fully understand your choices..<br><br>
<<elseif ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('lewd') !== -1 and $mainChar.school.reputation <5) or ($mainChar.school.reputation >=5 and random(2) is 0) >>
You spot your friends at a table and make your way over to join them. As you sit down, you notice the shocked expressions on their faces. "Wow, what are you wearing?" one of your friends asks, their voice filled with disbelief. "Yeah, that's... a lot," another friend chimes in, their eyes wide. You try to play it cool, shrugging nonchalantly. "It's just a uniform. I thought it looked good," you say, trying to sound confident. Your friends exchange glances, clearly uncomfortable. "It's just... really revealing," one of them says, their voice tentative. "Are you sure you want to wear that around school?"<br><br>
You feel a twinge of defensiveness. "Why not? It's just clothes," you reply, trying to keep your voice steady. The conversation turns to lighter topics as you all start eating, but you can feel the tension lingering in the air. As you finish your meal, you stand up, ready to leave. "See you guys later," you say, offering a small smile. Your friends nod, their expressions a mix of concern and confusion. "Yeah, see you later," they reply, watching as you walk away, your provocative outfit drawing stares from everyone in the cafeteria.<br><br>
<<else>>
<<if _dialogue is 0>>
You spot your friends sitting at a table, their laughter and chatter filling the space. You make your way over to them, a smile spreading across your face. As you sit down, your friend Sarah looks up and grins. "Hey, you made it! We were just talking about the upcoming dance. Are you going?" You nod, taking a bite of your sandwich. "I don't know, I was thinking about it. Who are you going with?" Jake chimes in, "I'm taking Lisa. You should come with us!"<br><br>
You laugh, feeling a sense of belonging. "I don't know yet." You keep talking with your friends, sharing more funny stories from your day. "Ready to go?" you ask. They nod, standing up as well. "Yep. Let's get out of here."<br><br>
<<elseif _dialogue is 1>>
As you join your friends, Matt looks up and smiles. "Hey, we were just talking about the new movie that came out. Have you seen it yet?" You shake your head. "No, not yet. Is it good?" Emma nods enthusiastically. "It's amazing! We should all go see it together this weekend. You have to see it!" You agree, feeling excited. "That sounds like fun. Let's do it. Maybe we can grab some dinner before the movie too." Matt grins. "Definitely. There's a new pizza place downtown that's supposed to be really good. We can check it out and then head to the theatre." <br><br>
You feel a sense of anticipation. "Sounds perfect. I can't wait. Let's make a whole evening out of it." After finishing your meal, you all stand up and make your way out of the cafeteria, chatting and laughing as you go. You feel lucky to have such great friends and look forward to the fun times ahead.<br><br>
<<else>>
As you sit down, Lisa looks up and grins. "Hey, we were just talking about the new teacher. Have you had any classes with them yet?" You nod, taking a sip of your drink. "Yeah, I had them for math. They seem pretty cool. They have this really interesting way of explaining things that makes it easy to understand." Jake laughs. "I heard they're really strict. You must be lucky. Maybe they just like you or something." You smile, feeling content. "Maybe I am. Let's hope it stays that way. I really need to do well in math this year."<br><br>
Lisa nods in agreement. "Definitely. Maybe we can all study together sometime. It's always more fun to study with friends." You feel a sense of camaraderie. "That's a great idea. Let's plan a study session soon. We can all help each other out and make sure we ace our tests." After finishing your meal, you all stand up and make your way out of the cafeteria, chatting and laughing as you go. You feel grateful for your supportive friends and the sense of community you share.<br><br>
<</if>>
<</if>>
<<elseif $mainChar.school.reputation <15>>
<<if $mainChar.look.accessories.neck.name is "Leash">>
ou spot your friends at a table and join them, feeling the weight of the whispers and stares from the other students. "Wow, you're really going for it, aren't you?" one of your friends says, their voice filled with a mix of admiration and curiosity. You smile, feeling a rush of excitement. "Yeah, I guess I am. Why not?" Another friend leans in, their voice low. "I heard some rumors about you. People are talking, you know." You feel a twinge of pride mixed with nervousness. "Oh yeah? What are they saying?" <br><br>
Your friend grins, their eyes sparkling with mischief. "Just that you're into some pretty wild stuff. The leash is definitely adding to the rumors." You laugh, feeling a sense of power. "Well, let them talk. I'm just being myself." The conversation continues, filled with laughter and playful banter. As you finish your meal and leave the cafeteria, you can feel the weight of the rumors, but you embrace them, knowing that you're making a statement and owning your choices.<br><br>
<<elseif ($mainChar.look.accessories.neck.name.toLowerCase().indexOf('choker') !== -1 and $mainChar.look.accessories.neck.obscenity >=30 and $mainChar.school.reputation <10) or ($mainChar.school.reputation >=5 and random(2) is 0) >>
As you approach the table where your friends are sitting, you can see the recognition and curiosity in their eyes. You take a seat, feeling a mix of excitement and nervousness. "Wow, that's quite the statement," one of your friends says, their voice filled with a mix of admiration and intrigue on your collar. You smile, feeling a rush of pride. "Yeah, I thought it was time to own it," you say, your voice confident. Another friend leans in, their eyes sparkling with mischief. "I heard some rumors about you. Are they true?" You feel a thrill of excitement. "Depends on what you heard," you reply, your voice teasing. <br><br>
Your friends exchange glances, their expressions a mix of fascination and envy. "We heard you're into some pretty wild stuff," one of them says, their voice low. You shrug, a smirk playing on your lips. "Maybe. Maybe not. Guess you'll have to find out for yourselves," you say, your voice filled with mystery. As you finish your meal, the conversation is filled with laughter and playful banter. As you all get up to leave, you can feel the weight of their stares, the mix of admiration and curiosity. You know that your reputation is growing, and you can't help but feel a sense of pride and excitement.<br><br>
<<elseif ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('lewd') !== -1 and $mainChar.school.reputation <5) or ($mainChar.school.reputation >=5 and random(2) is 0) >>
You spot your friends at a table and make your way over to join them. As you sit down, you notice the curious and excited expressions on their faces. "Damn, you're really going for it today, huh?" one of your friends says, their voice filled with admiration. "Yeah, I heard some rumors about you," another friend chimes in, their eyes sparkling with intrigue. "Is it true you've been hooking up with half the football team?" You feel a rush of excitement mixed with a twinge of embarrassment. "Maybe," you reply coyly, a small smile playing on your lips. Your friends exchange glances, clearly impressed. "Wow, you're really living up to the rumors," one of them says, their voice filled with a mix of envy and admiration. <br><br>
The conversation turns to gossip and stories about other students as you all start eating. You can feel the weight of the rumors hanging in the air, but you embrace it, enjoying the attention and the thrill of being the center of conversation. As you finish your meal, you stand up, ready to leave. "See you guys later," you say, offering a confident smile. Your friends nod, their expressions a mix of admiration and excitement. "Yeah, see you later," they reply, watching as you walk away, your provocative outfit drawing even more stares from everyone in the cafeteria.<br><br>
<<else>>
<<if _dialogue is 0>>
As you sit down, Sarah leans in and whispers, "Hey, we were just talking about you. Everyone's been saying you're the life of the party lately." You blush, feeling a mix of pride and embarrassment. "Really? I guess I've been having fun. It's just nice to let loose and enjoy myself." Jake grins. "You should come to the next party. It's going to be wild. There's going to be a live band and everything. You can't miss it." You nod, feeling a thrill. "Sounds like a plan. I'll be there. Maybe I can even bring some friends from my other classes." Sarah's eyes widen with excitement. <br><br>
"That would be awesome! The more the merrier. Let's make it a night to remember." You feel a sense of anticipation. "Definitely. I can't wait. It's always more fun with a big group of people." After finishing your meal, you all stand up and make your way out of the cafeteria, chatting and laughing as you go. You feel a mix of excitement and nervousness about your growing popularity and the rumors spreading about you.<br><br>
<<elseif _dialogue is 1>>
As you join your friends, Matt looks up and smiles. "Hey, we were just talking about the rumors going around. Is it true you jerked someone off in the restroom?" You feel a rush of excitement mixed with a twinge of embarrassment. "Maybe. Who told you that?" Emma laughs. "Everyone's talking about it." You smile, feeling a mix of pride and nervousness. Sarah chimes in, "Maybe you can give us some more juicy details about what really happened in there!"<br><br>
You laugh, feeling a thrill. "Maybe I will, maybe I won't. You'll just have to wait and see. Let's keep the mystery going." After finishing your meal, you all stand up. You feel a mix of pride and excitement about your growing reputation and the fun times ahead. <br><br>
<<else>>
As you sit down, Lisa leans in and whispers, "Hey, we were just talking about the rumors. Is it true you got fingered in class?" You shake your head, feeling a mix of excitement and nervousness. "Maybe. Why, what have you heard?" Jake grins. "Just that you and some guy were getting pretty handsy under the desk. You're becoming quite the talk of the school." You laugh, feeling a thrill. "I guess I am. Let's keep them talking. Maybe I can even start some new rumors." Lisa's eyes widen with curiosity. "Ooh, like what? You have to tell us all the details! And what about the rumor that you licked a girl's pussy in the locker room?"<br><br>
You feel a sense of mischief. "Maybe I will, maybe I won't. You'll just have to wait and see. Let's keep the mystery going." Emma chimes in, "Come on, spill the beans! We want to know everything!" You smile, feeling a mix of excitement and nervousness. "Alright, alright. Maybe I'll tell you a little bit. But you have to promise to keep it a secret." Your friends lean in, eager to hear more. You feel a rush of excitement as you share just enough to keep them guessing and wanting more. You feel a mix of excitement and nervousness about the rumors spreading about you and the attention you're receiving.<br><br>
<</if>>
<</if>>
<<elseif $mainChar.school.reputation >=15>>
<<if $mainChar.look.accessories.neck.name is "Leash">>
You spot your friends at a table and join them, feeling the weight of the stares and whispers from the other students. "There she is, the school slut," one of your friends says loudly, not bothering to whisper. You smile, feeling a mix of defiance and acceptance. "Yeah, that's me. What's up?" Another friend laughs, their voice filled with amusement. "Looks like you're not even trying to hide it anymore. Good for you, I guess." You shrug, owning your reputation. "Why should I? I know who I am and what I want. No point in pretending." <br><br>
The conversation continues, filled with laughter and playful banter. Your friends discuss your latest escapades, their voices filled with a mix of admiration and envy. "I heard you hooked up with half the football team last weekend," one of them says, their voice tinged with mockery. You grin, feeling a sense of pride. "That may be true..." As you finish your meal and leave the cafeteria, you feel a sense of empowerment. You know who you are, and you're not afraid to show it. The stares and comments only fuel your determination to be true to yourself, no matter what others think.<br><br>
<<elseif $mainChar.look.accessories.neck.name.toLowerCase().indexOf('choker') !== -1 and $mainChar.look.accessories.neck.obscenity >=30>>
<<set _chokerName = $mainChar.look.accessories.neck.name.split(' ')[1].toLowerCase()>>
As you approach the table where your friends are sitting, you can see the amusement and acceptance in their eyes. You take a seat, feeling a mix of defiance and pride. "There she is, the campus slut herself," one of your friends says loudly, their voice filled with a mix of amusement and respect. You smile, owning your reputation. "That's me," you say, your voice confident. Another friend leans in, their eyes gleaming with mischief. "So, what's the story behind the collar? Another conquest?" You laugh, feeling a rush of excitement. "Something like that," you reply, your voice teasing.<br><br>
Your friends exchange glances, their expressions a mix of admiration and envy. "You're living the dream, aren't you?" one of them says, their voice filled with awe. You shrug, a smirk playing on your lips. "Maybe. Maybe not. But I'm having fun, and that's all that matters," you say, your voice filled with confidence. As you finish your meal, the conversation is filled with laughter and playful banter. As you all get up to leave, you can feel the weight of their stares, the mix of admiration and acceptance. You know that your reputation is set, and you're not afraid to own it. <br><br>
<<elseif ($mainChar.look.clothes.legs.name.toLowerCase().indexOf('lewd') !== -1 and $mainChar.school.reputation <5) or ($mainChar.school.reputation >=5 and random(2) is 0)>>
You spot your friends at a table and make your way over to join them. As you sit down, you notice the knowing and amused expressions on their faces. "Look who it is, the school slut herself," one of your friends says, their voice filled with a mix of teasing and admiration. "Yeah, you're really owning it today," another friend chimes in, their eyes roaming over your body. "I heard you'll do anything for anyone. Is that true?" You feel a mix of defiance and pride. "Maybe," you reply, your voice steady and confident. "Why, you interested?"<br><br>
Your friends exchange glances, clearly impressed. "Damn, you're bold," one of them says, their voice filled with a mix of respect and desire. The conversation turns to explicit and provocative topics as you all start eating. You can feel the weight of your reputation hanging in the air, but you embrace it, owning your choices and the attention they bring. As you finish your meal, you stand up, ready to leave. "See you guys later," you say, offering a seductive smile. Your friends nod, their expressions a mix of admiration and lust. "Yeah, see you later," they reply, watching as you walk away, your provocative outfit drawing even more stares and whispers from everyone in the cafeteria. You know who you are, and you're not afraid to show it.<br><br>
<<else>>
<<if _dialogue is 0>>
As you sit down, Sarah leans in and whispers, "Hey, we were just talking about your latest conquest. Who was it this time?" You smirk, feeling a rush of excitement. "Just a guy from the football team. Why, are you jealous?" Jake laughs. "Maybe a little. You're becoming quite the legend around here. People are saying you're the most depraved girl in the school." You nod, feeling proud. "I guess I am. Let's keep the legend going. Maybe I can even top my last adventure." Sarah's eyes widen with curiosity. "Ooh, what do you have in mind? You have to tell us everything!" <br><br>
You feel a sense of adventure. "Maybe I will, maybe I won't. You'll just have to wait and see. Let's keep the excitement going." After finishing your meal, you all stand up and make your way out of the cafeteria, chatting and laughing as you go. You feel a mix of defiance and acceptance about your reputation and the attention you receive.<br><br>
<<elseif _dialogue is 1>>
As you join your friends, Matt looks up and grins. "Hey, we were just talking about the rumors going around. Is it true you've been with half the guys on campus?" You feel a mix of defiance and pride. "Maybe. Who's counting? I just like to have fun and enjoy myself." Emma laughs. "You're crazy. But I guess that's why everyone talks about you." You smile, feeling accepted. "I guess it is. Let's keep them wanting me." After finishing your meal, you all stand up. You feel a mix of pride and excitement about your reputation and the fun times ahead. <br><br>
<<else>>
As you sit down, Lisa leans in and whispers, "Hey, we were just talking about your reputation. Is it true you'll do anything for anyone?" You shrug, feeling a mix of defiance and acceptance. "Maybe. Depends on who's asking. I just like to have a good time and not take life too seriously." Jake grins. "You're wild. But I guess that's what makes you so fun to be around. People are saying you're the most depraved girl they know."<br><br>
You laugh, feeling a thrill. "I guess I am. Let's keep the fun going. Maybe I can even start some new rumors." Lisa's eyes widen with curiosity. "Ooh, like what? You have to tell us all the details!" You feel a sense of mischief. "Maybe I will, maybe I won't. You'll just have to wait and see. Let's keep the mystery going." You feel a mix of defiance and acceptance about your reputation and the attention you receive.<br><br>
<</if>>
<</if>>
<</if>><<if $parentsBedroomSexScene == "Taxes">>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Working/Taxes.jpg")]]
@@<br>
You see your Daddy seated at his desk, surrounded by stacks of papers and his laptop open to tax and financial documents. He looks focused and a bit stressed, his brow furrowed in concentration. <br><br>
<span id='suck'><<if $mainChar.corruption >=40 and $dad.relationship>=30>><<linkreplace "Help him relax">>
You walk over to him, your steps soft and deliberate. As you reach him, you gently place your hands on his shoulders, feeling the tension in his muscles. "Daddy, you look so stressed," you say, your voice sweet and innocent, yet laced with a hint of seduction. "Let me help you relax." He looks up at you, a mix of surprise and desire in his eyes. "What do you have in mind, sweetheart?" he asks, his voice rough with fatigue but warming at your touch. You smile, your eyes wide and innocent. "I thought I could take care of you, Daddy. Just like a good little girl should." <br><br>
You slowly lower yourself to your knees between his legs, your hands gently unfastening his belt and pants. You free him, feeling a rush of excitement as you take him into your mouth. You begin to suck, your movements slow and deliberate, designed to please him completely. He lets out a low groan, his body tensing as he tries to focus on his work. "You're such a good girl, sweetheart," he says, his voice filled with a mix of pleasure and approval. "Daddy's little nympho, always ready to please." You feel him tense, a low groan escaping his lips. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Working/Suck"+random(3)+".webp")]]
@@<br>
You look up at him, your eyes wide and innocent. "Keep working, Daddy," you say, your voice soft and encouraging. "Pretend like nothing's happening. Let me be your good little girl." You continue to pleasure him, your mouth and hands working in harmony. The sound of the keyboard clicking mixes with the soft, wet noises of your ministrations. You feel a sense of pride and satisfaction, knowing that you're fulfilling his desires, being the perfect little girl he deserves. He looks down at you, his eyes filled with a mix of satisfaction and love. "You're the best, sweetheart."<br><br>
<span id='cum'><<linkreplace "Make him cum">>
You can feel his body responding to your touch, his breath growing more ragged. You increase your pace, your movements becoming more urgent, more desperate to bring him to the edge. And then, with a final, deep thrust, he releases, his hot, thick seed filling your mouth. You swallow eagerly, savoring the taste of him, the feeling of his essence sliding down your throat. You continue to suck gently, milking every last drop from him, your eyes never leaving his.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Working/Cumshot0.webp")]]
@@<br>
"Mmm, Daddy," you whisper, pulling back just enough to speak. "You taste so good." He looks down at you, his eyes filled with a mix of satisfaction and adoration. You rest your head on his thigh, feeling his hand gently stroke your hair, a silent acknowledgment of the bond you share. In this moment, you are his, completely and utterly, his good little girl, his everything.<br><br>
After a few moments of quiet contentment, you stand up slowly, giving him a soft kiss on the cheek. "I'll let you get back to your work, Daddy," you say, your voice filled with warmth and affection. "I just wanted to make sure you were relaxed." He smiles at you, his eyes soft with gratitude. "Thank you, sweetheart. You always know just what I need." You smile back, feeling a sense of fulfillment. With that, you quietly [[leave the room,->Living room]] closing the door softly behind you.<br><br>
<<HaveASexWidget "bj" "dad">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "dad" "1" "50">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "energy" "-10">>
<<set $minutes +=30>>
<<replace #fuck>><</replace>><</linkreplace>><br></span>
<span id='fuck'><<linkreplace "Let him fuck you">>
Feeling emboldened, you decide to go further. You look up at him, your eyes filled with desire. "Daddy, I want you to fuck me," you say, your voice soft but insistent.He pauses, his eyes darkening with a mix of surprise and lust. "Sweetheart, I'm working," he says, his voice hesitant. "I don't know if we should..." You insist, your voice filled with determination. "Daddy, feeling my tight pussy around your cock will relax you. Please, let me take care of you." He stands up, his presence dominating the room. He lifts you onto the desk, pushing the papers aside. You feel a thrill of excitement as he positions himself between your legs, his hands gripping your hips firmly.<br><br>
"Daddy's little slut, always ready for me." he says, his voice filled with desire. You moan softly as he enters you, the sensation of him filling you completely. You wrap your legs around him, pulling him deeper, your body responding to his every movement. "Yes, Daddy," you whisper, your voice breathy and filled with pleasure. "Fuck me." He thrusts into you, his movements powerful and urgent. You feel a wave of pleasure wash over you, your body trembling with each thrust. You cling to him, your nails digging into his back, your breath coming in ragged gasps.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Working/Fuck"+random(3)+".webp")]]
@@<br>
As he reaches his climax, he pulls out and guides your head back down to his cock. You take him into your mouth, feeling his hot, thick seed fill your mouth. You swallow eagerly, savoring the taste of him, the feeling of his essence sliding down your throat. You continue to suck gently, milking every last drop from him, your eyes never leaving his. "Mmm, Daddy," you whisper, pulling back just enough to speak. "You taste so good. I love being your good little girl, taking all of you." <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + "/parents_bedroom/Working/Cumshot0.webp")]]
@@<br>
He looks down at you, his eyes filled with a mix of satisfaction and adoration. "You're such a good girl, sweetheart." You stand up, feeling a sense of contentment and pride. You lean down and give him a soft kiss on the cheek. "I'll let you get back to work, Daddy," you say, your voice filled with love. He smiles, his eyes softening. "Thank you, sweetheart. You're the best." You [[walk out of the room,->Living room]] leaving him to his work, feeling a deep sense of satisfaction and love for your Daddy.<br><br>
<<HaveASexWidget "vaginal" "dad" "inpussy">>
<<MainChar_Stats "arousal" "35">>
<<MainChar_Stats "dad" "1">>
<<MainChar_Stats "corruption" "1" "90">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-20">>
<<set $minutes +=45>>
<<replace #cum>><</replace>><</linkreplace>><br></span>
<<replace #leave>><</replace>><<replace #kiss>><</replace>><</linkreplace>><br><</if>></span>
<span id='kiss'><<linkreplace "Give him a hug">>
As you step into the room, you can feel the tension in the air. You walk over to him, your steps soft and deliberate, not wanting to startle him. You place a gentle hand on his shoulder, feeling the tight muscles beneath your touch. "Hey, Dad," you say softly, your voice filled with warmth and affection. "You look like you could use a break." He looks up, his eyes meeting yours, and you can see the stress and fatigue etched on his face. But as he sees you, a small smile tugs at the corners of his mouth. "Hey, sweetheart," he replies, his voice tired but appreciative. "What brings you here?" <br><br>
You lean down and wrap your arms around him in a tight hug, feeling his body relax slightly in your embrace. "I just wanted to give you a hug and a kiss," you say, pressing a soft kiss to his cheek. "You work so hard." He sighs, his body melting into your hug, the tension slowly easing away. "Thank you, honey," he murmurs, his voice filled with gratitude. You hold him for a moment longer, feeling the warmth and love between you. Then, you gently pull away, giving him one last kiss on the cheek before stepping back. <br><br>
"I'll let you get back to it," you say, your voice soft and caring. "But remember to take breaks, okay? You deserve it." He nods, a small smile playing on his lips. "I will, sweetheart. Thank you for the reminder." You know how hard he works to take care of the family, and you're grateful for every moment you can bring a little bit of comfort and relaxation into his life. As you turn to [[leave the room,->Living room]] you can't help but feel a sense of pride and love for your father. <br><br>
<<MainChar_Stats "dad" "1" "30">>
<<MainChar_Stats "energy" "-5">>
<<replace #suck>><</replace>><<replace #leave>><</replace>><</linkreplace>><br></span>
<span id='leave'>[[Let him work->Living room][$minutes +=5]]<br></span>
<</if>><<set $minute +=5>>
<<if $currentPassage is "Brother's room">>
<<if $brother.activity = "Preparing for school">>
<<if $brother.relationship<=10>>
<<if $mainChar.school.reputation <=10>>
He looks up briefly, his expression annoyed. "What do you want?" he snaps, his voice cold. "I'm busy getting ready for school." You hesitate, feeling a mix of frustration and disappointment. "I just wanted to talk for a minute," you say, trying to keep your voice steady. He scoffs, shaking his head. "Not now," he says, turning his back to you and continuing to pack his bag. You sigh, feeling the tension between you. "Fine, I'll go," you say, turning to leave the room. As you close the door behind you, you can't help but feel a sense of distance and resentment.
<<elseif $mainChar.school.reputation <=20>>
He looks up briefly, his expression a mix of annoyance and disdain. "What do you want now?" he snaps, his voice cold. "I've heard enough about your newfound popularity and the rumors. I don't need that drama in my life." You hesitate, feeling a mix of frustration and disappointment. "I just wanted to talk for a minute," you say, trying to keep your voice steady. He scoffs, shaking his head. "Not now. And frankly, I don't want to be associated with whatever reputation you're building at school," he says, turning his back to you and continuing to pack his bag. You sigh, feeling the tension between you. "Fine, I'll go," you say, turning to leave the room.
<<elseif $mainChar.school.reputation >=20>>
He looks up briefly, his expression annoyed. "What do you want?" he snaps, his voice cold. "I'm busy getting ready for school." You hesitate, feeling a mix of frustration and disappointment. "I just wanted to talk for a minute," you say, trying to keep your voice steady. He scoffs, shaking his head. "Not now. I have to go. And seriously, what's going on with you at school? People are talking, they call you a slut." You feel a wave of embarrassment but try to brush it off. "It's just people being jealous. It's nothing," you say, trying to sound confident. He shakes his head. "Whatever. Just keep it away from me. Now leave me alone," he says, turning his back to you and continuing to pack his bag. You sigh, feeling the tension between you. "Fine, I'll go," you say, turning to leave the room.
<</if>>
<<elseif $brother.relationship<=60>>
<<if $mainChar.school.reputation <=10>>
He looks up and smiles as you enter. "Hey, what's up?" he asks, his voice friendly. "I'm just getting ready for school. What do you need?" You smile back, feeling a sense of warmth and familiarity. "I just wanted to chat for a bit before you go. How are you feeling about school today?" He shrugs, continuing to pack his bag. "It's okay. Just another day. How about you? Anything exciting happening today?" You sit down on the edge of his bed, feeling comfortable in his presence. "Not really. Just the usual. Maybe we can do something fun after school?" He nods, smiling. "Sounds like a plan. Let's catch up later, okay?" You stand up, feeling content. "Okay, see you later," you say, leaving the room with a sense of camaraderie and closeness.<br><br>
<<MainChar_Stats "brother" "1" "20">>
<<elseif $mainChar.school.reputation <=20>>
He looks up, his eyes narrowing with a mix of disapproval and concern. "What are you doing here?" he asks, his voice firm. "I've been hearing things about you at school. Are you okay with all the attention?" You feel a twinge of guilt but try to hold your ground. "It's just rumors, nothing serious," you say, trying to sound confident. He nods, his eyes softening. "Okay, just be careful. People can be mean. Anyway, let's catch up later, okay?" You stand up, feeling content. "Okay, see you later," you say, leaving the room with a sense of camaraderie and closeness.<br><br>
<<MainChar_Stats "brother" "1">>
<<elseif $mainChar.school.reputation >=20>>
He looks up and smiles as you enter. "Hey, what's up?" he asks, his voice friendly. "I'm just getting ready for school. What do you need?" You smile back, feeling a sense of warmth and familiarity. "I just wanted to chat for a bit before you go. How are you feeling about school today?" He shrugs, continuing to pack his bag. "It's okay. Just another day. Oh, and I know what's been going on at school. You're getting quite the reputation." You feel a twinge of self-consciousness but try to brush it off. "Yeah, I guess people are talking. It's not a big deal," you say, trying to sound confident. He nods, his eyes softening. "Just be careful, okay? People can be judgmental. Anyway, let's catch up later, okay?" You stand up, feeling content. "Okay, see you later," you say, leaving the room with a sense of camaraderie and closeness. <br><br>
<<MainChar_Stats "brother" "1" "20">>
<</if>>
<<elseif $brother.relationship > 60>>
<<if $mainChar.school.reputation <=10>>
He looks up as you enter, his eyes darkening with a mix of approval and dominance.
"Well, well, look who it is," he says, his voice low and commanding. "What do you want, little one?" You feel a thrill of excitement mixed with a twinge of submission. "I just wanted to see you before you go to school," you say, your voice soft and submissive. He smirks, his eyes gleaming with satisfaction. "Is that right? You know I don't have much time, but I can always make time for my little sis." You sit on his bed and begin to chat with him. "Let's catch up later, okay?" He finally says after some time. You stand up, feeling content. "Okay, see you later," you say, leaving the room with a sense of camaraderie and closeness.
<<elseif $mainChar.school.reputation <=20>>
He looks up as you enter, his eyes darkening with a mix of approval and dominance. "Well, well, look who it is," he says, his voice low and commanding. "What do you want, little one?" You feel a thrill of excitement mixed with a twinge of submission. "I just wanted to see you before you go to school," you say, your voice soft and submissive. He smirks, his eyes gleaming with satisfaction. "Is that right? You know I don't have much time, but I can always make time for my little sis. By the way, I've been hearing things about you at school. Seems like you're becoming quite the talk of the town." You blush, feeling a mix of embarrassment and pleasure at his words. "Yeah, people are talking, but it's not a big deal," you say, trying to sound confident. "Anyway, let's catch up later, okay?" he says. You stand up, feeling content. "Okay, see you later," you say, leaving the room with a sense of camaraderie and closeness.
<<elseif $mainChar.school.reputation >=20>>
He looks up as you enter, his eyes darkening with a mix of approval and dominance. "Well, well, look who it is," he says, his voice low and commanding. "What do you want, little one?" You feel a thrill of excitement mixed with a twinge of submission. "I just wanted to see you before you go to school," you say, your voice soft and submissive. He smirks, his eyes gleaming with satisfaction. "Is that right? You know I don't have much time, but I can always make time for my little slut. I heard you're getting quite the reputation at school. Everyone knows you're the school slut now." You blush, feeling a mix of embarrassment and pleasure at his words. "Yeah, it's true. But I don't mind," you say, trying to sound confident. He chuckles, his hand gently stroking your cheek. "Good girl. Anyway, I have to go" he says, his voice filled with love and a hint of dominance. "Okay, see you later," you say, leaving the room with a sense of camaraderie and closeness.
<</if>>
<</if>>
<</if>>
<</if>>
<<if $brother.activity is "Preparing for hanging out" and $currentPassage is "Brother's room">>
<<if $brother.relationship <=10>>
Your brother is putting on his jacket, getting ready to meet his friends in town. He looks up briefly, his expression cool and distant. "What do you want?" he asks, his voice firm and unyielding. You hesitate, feeling a mix of frustration and disappointment. "I just wanted to talk for a minute," you say, trying to keep your voice steady. He sighs, shaking his head. "I'm about to go out. Can't this wait?" You feel a wave of resentment but try to brush it off. "It won't take long. I just wanted to—" He interrupts you, his voice sharp. "Not now, $mainChar.firstName. I need to get going." You sigh, feeling the tension between you. "Fine," you murmur, turning to leave the room.
<<elseif $brother.relationship <=60>>
Your brother is putting on his shoes, getting ready to meet his friends in town. He looks up and smiles as you enter. "Hey, what's up?" he asks, his voice warm and friendly. You smile back, feeling a sense of warmth and familiarity. "I just wanted to know what you guys are planning to do tonight," you say, trying to sound casual.
He shrugs, continuing to get ready. "We're just going to hang out, maybe grab some drinks. How about you? Anything exciting happening today?" You sit down on the edge of the bed, feeling comfortable in his presence. "Not really. Just the usual. I thought maybe we could catch up a bit before you head out." He smiles, his eyes filled with affection. You stand up, feeling content. "Okay, have a great time with your friends," you say, leaving the room with a sense of camaraderie and closeness.<br><br>
<<MainChar_Stats "brother" "1" "20">>
<<elseif $brother.relationship >=60>>
Your brother is putting on his jacket, getting ready to meet his friends in town. He looks up as you enter, his eyes darkening with a mix of approval and dominance.
"Well, well, look who it is," he says, his voice low and commanding. "What brings my little slut here?" You feel a thrill of excitement mixed with a twinge of submission. "I just wanted to know what you're planning to do with your friends," you say, your voice soft and submissive. He smirks, his eyes gleaming with satisfaction. "Why do you need to know that? You should stay in your place and not worry about what I do with my friends." You blush, feeling a mix of embarrassment and pleasure at his words. "I just wanted to make sure you have a good time," you say, trying to sound confident. He walks over to you, his presence dominating the room. "That's very thoughtful of you, but you don't need to know everything." You feel a rush of pleasure at his words, your body responding to his dominance. "Yes, I understand," you whisper, your voice breathy. He smirks, his eyes gleaming with satisfaction. "Good girl."
<</if>>
<</if>>
<<if $currentPassage is "Kitchen" and $mom.activity is "Preparing breakfast">>
<<set $minute +=5>>
<<if $mom.relationship <=10>>
She looks up as you enter, her expression tightening slightly. "What are you doing here?" she asks, her voice cool and distant. "I'm busy getting breakfast ready." You hesitate, feeling a mix of frustration and disappointment. "I just wanted to help," you say, trying to keep your voice steady. She sighs, shaking her head. "Fine, but don't get in the way. You can set the table." You nod, moving to the cabinet to get the plates and utensils. As you set the table, you can feel the tension in the air. Your mother continues to work in silence, her movements efficient but lacking warmth.
<br><br>
<<MainChar_Stats "mom" "1" "20">>
<<elseif $mom.relationship<=40>>
"Good morning, sweetie!" she says, her voice filled with affection. You smile back, feeling a sense of warmth and familiarity. "What can I do to help?" She hands you a spatula, her eyes softening. "Could you flip the pancakes for me? I need to get the eggs started." You nod, taking the spatula and moving to the stove. "Sure thing." You feel a sense of contentment as you work together, the kitchen filled with the sounds of sizzling food and the comforting hum of conversation. <br><br>
<<MainChar_Stats "mom" "1" "20">>
<<else>>
Your mom looks up as you enter, her eyes lighting up with a mix of amusement and approval. "Oh, look who it is! My little princess is here to help Mommy," she coos, her voice filled with affection and a hint of teasing. "Can you flip the pancakes for Mommy? Be careful, sweetie, we don't want you to get burned."nYou nod, taking the spatula and moving to the stove. "Sure, Mom," you say, your voice soft and submissive. She watches you with a smile, her eyes gleaming with satisfaction. "That's my good girl. You're doing such a great job. Mommy is so proud of you."<br><br>
<</if>>
<<elseif $currentPassage is "Kitchen" and $mom.activity is "Cooking dinner">>
<<set $minute +=5>>
<<if $mom.relationship <=10>>
Your mother is chopping vegetables with a practiced ease. She looks up as you enter, her expression tightening slightly. "What are you doing here?" she asks, her voice cool and distant. "I'm busy getting lunch ready." You hesitate, feeling a mix of frustration and disappointment. "I just wanted to help," you say, trying to keep your voice steady. She sighs, shaking her head. "Fine, but don't get in the way. You can start by washing the vegetables. Make sure you do it right," she says, her voice firm. "I don't want to have to redo it." You feel a wave of resentment but try to brush it off. "Okay, Mom," you say, focusing on the task at hand. <br><br>
<<MainChar_Stats "mom" "1">>
<<elseif $mom.relationship<=40>>
Your mother is chopping vegetables with a practiced ease. She looks up as you enter, a warm smile spreading across her face. You smile back. "Anything I can do, mom?" She hands you a pot, her eyes softening. "Maybe you could also start sautéing the onions and garlic? I need to get the sauce started." You nod, taking the pot and moving to the stove. "Sure thing." She laughs softly, her voice gentle. "Thanks for helping, honey. It means a lot to me." You feel a sense of contentment as you work together, the kitchen filled with the sounds of sizzling food and the comforting hum of conversation. "No problem, Mom. I'm happy to help."<br><br>
<<MainChar_Stats "mom" "1" "20">>
<<else>>
Your mother is chopping vegetables with a practiced ease. She looks up as you enter, her eyes lighting up with a mix of amusement and approval. "Oh, look who it is! My little princess is here to help Mommy," she coos, her voice filled with affection and a hint of teasing. "Come here, sweetie, and give Mommy a kiss." You blush, feeling a mix of embarrassment and pleasure at her words. You walk over to her, and she pulls you into a tight hug, her hands lingering a little too long. "You're such a good girl, helping Mommy with lunch," she says, her voice teasing. "Now, can you start boiling some water for the pasta for Mommy? Be careful, sweetie, we don't want you to get burned." You nod, taking the pot and moving to the stove. "Sure, Mom," you say, your voice soft. She watches you with a smile, her eyes gleaming with satisfaction. "That's my good girl. You're doing such a great job. Mommy is so proud of you."<br><br>
<</if>>
<<elseif $currentPassage is "Kitchen" and $mom.activity is "Cooking supper">>
<<set $minute +=5>>
<<if $mom.relationship <=10>>
Your mother is seasoning a roast with herbs and spices. She looks up as you enter, her expression tightening slightly. "What are you doing here?" she asks, her voice cool and distant. "I'm busy getting dinner ready." You hesitate, feeling a mix of frustration and disappointment. "I just wanted to help," you say, trying to keep your voice steady. She sighs, shaking her head. "Fine, but don't get in the way. You can start by setting the table." You feel a wave of resentment but try to brush it off. "Okay, Mom," you say, focusing on the task at hand.<br><br>
<<MainChar_Stats "mom" "1" "20">>
<<elseif $mom.relationship<=40>>
Your mother is seasoning a roast with herbs and spices. She looks up as you enter, a warm smile spreading across her face. "Hey, sweetie! Perfect timing. I could use some help with dinner," she says, her voice filled with affection. "Could you start peeling the potatoes?" You smile back, feeling a sense of warmth and familiarity. "Of course, Mom." She hands you a peeler, her eyes softening. " Thanks for helping, honey. It means a lot to me." You feel a sense of contentment as you work together, the kitchen filled with the sounds of chopping and the comforting hum of conversation. "No problem, Mom. I'm happy to help."<br><br>
<<MainChar_Stats "mom" "1">>
<<else>>
You walk into the kitchen as the evening light fades, casting a soft glow on the countertops. Your mother is already there, seasoning a roast with herbs and spices. She looks up as you enter, her eyes lighting up with a mix of amusement and approval.
"Oh, look who it is! My little princess is here to help Mommy," she coos, her voice filled with affection and a hint of teasing. "Can you start peeling the potatoes for Mommy? Be careful, sweetie, we don't want you to cut yourself." You nod, taking the peeler and moving to the counter. "Sure, Mom," you say, your voice soft and submissive. As she steps back, her eyes widen slightly as she notices a small stain on your shirt. "Oh, sweetie, you have a little something on your shirt," she says, her voice teasing. She begins to gently wipe the stain, her touch lingering on your chest, her fingers brushing against your breasts in a way that feels more erotic than necessary. "There you go, all clean," she says, her eyes gleaming with satisfaction. <br><br>
<</if>>
<</if>>
<<if $dad.activity is "Preparing for work" and $currentPassage is "Parents' bedroom">>
<<if $dad.relationship <=10>>
Your father is buttoning up his shirt, getting ready for work. He looks up briefly, his expression cool and distant. "What do you want?" he asks, his voice firm and unyielding. You hesitate, feeling a mix of frustration and disappointment. "I just wanted to talk for a minute," you say, trying to keep your voice steady. He sighs, shaking his head. "I don't have time for this. I need to get to work." You feel a wave of resentment but try to brush it off. "It won't take long. I just wanted to—" He interrupts you, his voice sharp. "Not now, $mainChar.firstName." You sigh, feeling the tension between you. "Fine," you murmur, turning to leave the room.
<<elseif $dad.relationship <=40>>
Your father is tying his tie, getting ready for work. He looks up and smiles as you enter. "Hey, sweetie! What brings you here?" he asks, his voice warm and friendly. You smile back, feeling a sense of warmth and familiarity. "I just wanted to chat for a bit before you go to work. How's your day looking?" He shrugs, continuing to adjust his tie. "Busy as usual, but I'm used to it. How about you? Anything exciting happening today?" You sit down on the edge of the bed, feeling comfortable in his presence. "Not really. Just the usual. have a great day at work," you say, leaving the room with a sense of camaraderie and closeness.<br><br>
<<MainChar_Stats "dad" "1" "20">>
<<else>>
Your father is putting on his suit jacket, getting ready for work. He looks up as you enter. "Well, well, look who it is," he says, his voice low and commanding. "What brings my little princess here?" You feel a thrill of excitement. "I just wanted to see you before you go to work, Daddy," you say, your voice soft and innocent, yet laced with a hint of seduction. He walks over to you, his presence dominating the room. "That's very thoughtful of you, babygirl. Now, come here and give Daddy a proper goodbye." You obey instantly, walking over to him before he reaches out, his hand gently but firmly gripping your chin, forcing you to look up at him. "You look so beautiful this morning, my little girl," he says, his voice filled with a mix of desire and contempt.
<</if>>
<</if>>
<<if $dad.activity is "Preparing for going out" and $currentPassage is "Parents' bedroom">>
<<if $dad.relationship <=10>>
Your father is lacing up his running shoes, getting ready to go for a run in the park. He looks up briefly, his expression cool and distant. "What do you want?" he asks, his voice firm and unyielding. You hesitate, feeling a mix of frustration and disappointment. "I just wanted to talk for a minute," you say, trying to keep your voice steady. He sighs, shaking his head. "I'm about to go for a run. Can't this wait?"
You sigh, feeling the tension between you. "Fine," you murmur, turning to leave the room.
<<elseif $dad.relationship <=60>>
Your father is stretching, getting ready to go for a run in the park. He looks up and smiles as you enter. "Hey, sweetie! What brings you here?" he asks, his voice warm and friendly. You smile back, feeling a sense of warmth and familiarity. "I just wanted to chat for a bit before you go for your run. How are you feeling today?" He shrugs, continuing to stretch. "Feeling good. Ready to hit the park. How about you? Anything exciting happening today?" You sit down on the edge of the bed, feeling comfortable in his presence. "Not really. Just the usual. I thought maybe we could catch up a bit before you head out." He smiles, his eyes filled with love. "I appreciate that, sweetie." You stand up, feeling content. "Okay, have a great run," you say, leaving the room with a sense of camaraderie and closeness.<br><br>
<<MainChar_Stats "dad" "1" "20">>
<<elseif $dad.relationship >=60>>
Your father is putting on his running gear, getting ready to go for a run in the park. He looks up as you enter, his eyes darkening with a mix of approval and dominance. "Well, well, look who it is," he says, his voice low and commanding. "What brings my little princess here?" You feel a thrill of excitement. "I just wanted to see you before you go for your run, Daddy," you say, your voice soft and innocent, yet laced with a hint of seduction. He walks over to you, his presence dominating the room. "That's very thoughtful of you, babygirl. Now, come here and give Daddy a proper goodbye." You obey instantly, walking over to him, your heart pounding with a mix of fear and anticipation. He reaches out, his hand gently but firmly gripping your chin, forcing you to look up at him. "You look so beautiful this morning, my little girl," he says, his voice filled with a mix of desire and contempt.
<</if>><</if>>
<<if $mainChar.look.clothes.torso.name is '' or ($mainChar.look.clothes.torso.name.toLowerCase().indexOf('dress') is -1 and $mainChar.look.clothes.legs.name is '')>>
<<set _dialogue to random(2)>>
<<if _dialogue is 0>>
A middle-aged woman pushing a stroller stops in her tracks, her eyes widening in shock. "Oh my goodness!" she exclaims, her hand flying to her mouth. She quickly turns the stroller around, shielding her child's eyes. She hurries away, her face flushed with embarrassment and disapproval.
<<elseif _dialogue is 1>>
A group of teenage boys walking by do a double-take, their jaws dropping in surprise. They exchange glances, trying to suppress their laughter. "Dude, is she serious?" one of them whispers, nudging his friend. They slow down, their eyes lingering on you with a mix of amusement and curiosity. "This is crazy," another one says, pulling out his phone to snap a quick picture before moving on, their voices filled with excitement and disbelief.
<<else>>
A young couple holding hands pauses mid-step, their expressions shifting from casual to bewildered. "Is this... real?" the woman asks, her voice barely above a whisper. Her partner shakes his head, equally confused. "I can't believe this is happening," he murmurs, looking around as if expecting a hidden camera crew to jump out. They exchange a glance, their faces a mix of disbelief and uncertainty, before quickly moving on, shaking their heads in bewilderment.
<</if>><br>
<<if $mainChar.StreetCloth != $dayCount>>
<<MainChar_Stats "corruption" "1" "20">><</if>>
<<MainChar_Stats "arousal" "10">>
<<elseif $mainChar.attractiveness < 5 and random(1) is 0>>
As you walk through the bustling mall, you're aware that your appearance isn't at its best, and you can't help but notice the subtle reactions of the people around you.
<<set _dialogue to random(2)>>
<<if _dialogue is 0>>
A well-dressed woman walking with her young child catches sight of you and quickly steers her child away, her nose wrinkling in disgust. "Come on, sweetie, let's go this way," she says, her voice laced with disdain. She hurriedly moves to the other side of the aisle, putting as much distance between you and her as possible.
<<elseif _dialogue is 1>>
A group of teenagers, dressed in the latest fashion trends, spot you and exchange glances filled with judgment. "Ew, look at her," one of them whispers loudly, her voice dripping with contempt. "Seriously, who let her out of the house like that?" They snicker and roll their eyes, their disapproval clear as they continue on their way, leaving you feeling even more self-conscious.
<<else>>
A group of friends sitting at a café table pause their conversation as you walk by. One of them leans in, whispering something to the others. They glance at you briefly, their expressions a mix of curiosity and mild discomfort. They quickly return to their conversation, but you can feel their occasional glances, a subtle acknowledgment of your presence without any overt rudeness.
<</if>><br>
<<MainChar_Stats "arousal" "-10">>
<<elseif $mainChar.attractiveness >30 and random(2) is 0>>
As you stroll through the bustling shopping mall, your striking appearance naturally draws attention. Your attractiveness doesn't go unnoticed.
<<set _dialogue to random(2)>>
<<if _dialogue is 0>>
A young man walking past does a quick double take as he catches sight of you. His steps falter for a moment, and he turns his head slightly to get a better look. He tries to be discreet, but you notice the slight smile that plays on his lips before he continues on his way, glancing back over his shoulder one last time.
<<elseif _dialogue is 1>>
A group of teenage girls huddled together near a clothing store whisper and giggle as you walk by. One of them nudges her friend and murmurs, "She's so pretty," just loud enough for you to hear. They exchange knowing looks and continue their conversation, their eyes following you until you're out of sight.
<<elseif _dialogue is 2>>
An older woman sitting on a bench watches you with a mix of admiration and curiosity. She gives you a subtle nod of approval, her eyes lingering on your outfit and the way you carry yourself. As you pass, she leans back with a satisfied smile, as if appreciating the sight of someone who takes pride in their appearance.
<</if>><br>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.attractiveness >60 and random(2) is 0>>
As you stroll through the bustling mall, your extremely high level of attractiveness draws attention from everyone around you. Your beauty make you stand out, turning the heads of men and eliciting a mix of jealousy and envy from women.
<<set _dialogue to random(3)>>
<<if _dialogue is 0>>
A middle-aged man, dressed in a crisp suit, pauses mid-stride as you walk past. His eyes widen slightly, and a soft smile spreads across his face. "Wow," he murmurs under his breath, his gaze lingering on you for a moment longer before he shakes his head slightly, as if snapping out of a trance. He adjusts his tie and continues on his way, glancing back over his shoulder one last time before disappearing into the crowd.
<<elseif _dialogue is 1>>
A group of women, likely in their late twenties, are chatting animatedly near a clothing store. As you approach, their conversation falters, and their eyes narrow. One of them, with perfectly styled hair and a designer handbag, leans in to whisper to her friends, her voice laced with envy. "Who does she think she is, walking around like that? She must think she's better than everyone else." Her friends nod in agreement, their expressions a mix of disdain and curiosity as they watch you pass by.
<<elseif _dialogue is 2>>
A lanky teenager, his face flushed with acne and awkwardness, is standing near the food court. As you walk by, his eyes widen, and he trips over his own feet, nearly dropping the tray of food he's holding. "Oh, man," he stammers, his cheeks turning a deep shade of red. He quickly looks away, trying to regain his composure, but you can see him stealing glances at you as you continue on your way, a small, embarrassed smile playing on his lips.
<<elseif _dialogue is 3>>
A young couple is walking hand in hand through the mall. The girl, with her hair tied back in a neat ponytail, notices her boyfriend's eyes wander as you walk by. His gaze is fixed on you, his mouth slightly open in awe. The girl's expression darkens, and she tugs on his arm, her voice sharp. "Hey, eyes over here," she snaps, her tone a mix of annoyance and jealousy. He quickly looks away, a guilty flush spreading across his cheeks. "Sorry, babe," he mumbles, trying to focus back on her, but you can see him stealing another glance at you as you continue on your way, leaving a trail of admiration and envy in your wake.
<</if>><br>
<<MainChar_Stats "arousal" "5">>
<br>
<</if>>
<<set $mainChar.StreetCloth to $dayCount>>You can reach out to me using the form below. <br>
* Keep in mind that you're playing a free game, created during my free time. <br>
* Feel free to write your message in French, English, or Italian, as these are the languages I speak. <br><br>
If you're reporting a bug, please make sure to: <br>
* Specify the bug and any error messages you received. <br>
* Indicate where the issue occurred and what actions led to it. <br>
* Provide as many character details as possible (such as corruption, energy, clothing, family relationship, if relevant...).
<style>
.contact-container {
display: flex;
justify-content: center;
align-items: center;
min-height: 85vh;
}
.contact-card {
background-color: #444; /* Darker card background */
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
padding: 20px;
max-width: 500px;
width: 100%;
color: white; /* Light text color */
}
.contact-card h2 {
font-size: 2rem;
color: #fff; /* White color for the heading */
margin-bottom: 5px;
text-align: center;
}
.contact-card label {
font-size: 1rem;
color: #ccc; /* Light gray text */
font-weight: bold;
margin-bottom: 5px;
display: block;
}
.contact-card input,
.contact-card textarea {
width: 97%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #666; /* Lighter border */
border-radius: 4px;
font-size: 1rem;
color: white; /* White text inside inputs */
background-color: #333; /* Dark background for inputs */
}
.contact-card button {
display: block;
width: 100%;
padding: 12px;
background-color: #e74c3c;
color: white;
border: none;
border-radius: 4px;
font-size: 1.2rem;
cursor: pointer;
transition: background-color 0.3s;
}
.contact-card button:hover {
background-color: #c0392b;
}
.contact-card textarea {
height: 150px;
}
.contact-card input:focus,
.contact-card textarea:focus {
outline: none;
border-color: #e74c3c;
}
</style>
<div class="contact-container">
<div class="contact-card">
<h2>Contact Me</h2>
<label for="thename">Name</label>
<input type="text" class="form-control" id="thename" placeholder="Enter Name (Optional)">
<label for="themail">Email</label>
<input type="email" class="form-control" id="themail" placeholder="Enter Email (Optional, for reply)">
<label for="themsg">Message</label>
<textarea class="form-control multiline-placeholder" id="themsg" placeholder="Enter Message (French, English or Italian)"></textarea>
<button class="btn btn-danger btn-sm" onclick="sendemail();">Send</button>
</div>
</div>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
</script>
<script>
function sendemail() {
const user_id = "7ymRE2gUPGhltSV1Y";
emailjs.init({
publicKey: "7ymRE2gUPGhltSV1Y",
});
const name = document.getElementById('thename').value.trim();
const email = document.getElementById('themail').value.trim();
const message = document.getElementById('themsg').value.trim();
if (!message) {
alert("Please enter your message.");
return;
}
const contactDetails = {
from_name: name,
from_email: email,
message: message
};
emailjs.send('service_yrxk5w9', 'template_wqhk6cq', contactDetails)
.then((res) => {
alert("Email sent successfully!");
document.getElementById('thename').value = '';
document.getElementById('themail').value = '';
document.getElementById('themsg').value = '';
})
.catch((error) => {
console.error("Error:", error);
alert("An error occurred while sending the email. Please try again." + error);
});
}
</script><<script>>
function updateVariable(variableName, defaultValue) {
// Si la variable n'existe pas, on l'ajoute avec sa valeur par défaut.
if (typeof variables()[variableName] === 'undefined') {
variables()[variableName] = defaultValue;
} else if (typeof defaultValue === 'object' && defaultValue !== null) {
// Si c'est un objet, on vérifie chaque clé.
for (const key in defaultValue) {
if (typeof variables()[variableName][key] === 'undefined') {
variables()[variableName][key] = defaultValue[key];
}
}
}
}
updateVariable("mainChar", new GirlCharacter({
maxCorruption: 150,
maxRelationship: 100,
money: 100,
cooking: 10,
fitness: 50,
fitnessBoost: 0,
intellect: 50,
intellectBoost: 0,
attractiveness: 10,
hunger: 0,
camgirl: {
subscribers: 0,
streamNumber: 0,
totalEarnings: 0,
},
school: {
reputation: 0,
detentionSubject: '',
absences: 0,
detention: 0,
Math: { lastDayVisited: 0, score: undefined, testNumber: 0 },
Science: { lastDayVisited: 0, score: undefined, testNumber: 0 },
History: { lastDayVisited: 0, score: undefined, testNumber: 0 },
PE: { lastDayVisited: 0, score: undefined, testNumber: 0 },
},
schoolClubs: {
Smarties: 0,
LiteratureClub: 0,
SchoolHelpers: 0,
Strongmen: 0,
},
work: {
currentWorkName: '',
costume: '',
barmaid: { experience: 0 },
waitress: { experience: 0 },
brothel: { experience: 0 },
secretary: { experience: 0 },
spa: { experience: 0 },
},
dimension: {
culture: 0,
obedience: 0,
},
crime: {
crimesList: [],
daysInJailRemain: 0,
},
lastDayBreakfast: 0,
lastDayDinner: 0,
lastDaySupper: 0,
menstruation: {
day: 1,
isProtected: false,
},
foodBoost: {
corruption: 0,
fitness: 0,
attractiveness: 0,
},
appearance: {
isCombed: true,
makeup: 'Subtle',
teethBrushed: true,
image: '',
head: {
image: '',
hair: { color: 'ginger', length: 'chest', style: 'straight', modification: '', lastHaircut: 0 },
eyes: { color: 'brown' },
},
chest: { size: 'b', image: '' },
body: { image: '' },
},
look: {
clothes: {
head: { name: '', image: '' },
stomach: { name: '', image: '' },
hands: { name: '', image: '' },
legs: { name: 'Jeans', image: '' },
calves: { name: 'Ankle Socks', image: '' },
feet: { name: 'Trainers', image: '' },
},
},
}));
<</script>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/Hospital_STD.jpg")]]
</div><br>
You sit in the hospital waiting room, the sterile smell and quiet hum of activity doing little to calm your nerves. The door to the consultation room opens, and the doctor steps out, offering you a friendly smile. "You can come in now," he says, his voice warm and inviting. You follow him into the office, the door clicking shut behind you. The room is small but well-lit, with medical posters and diplomas adorning the walls. You take a seat in front of his desk, your hands fidgeting nervously in your lap.<br><br>
"So, what brings you in today?" the doctor asks. You take a deep breath, trying to steady your voice. "I'm here for an STD screening," you say, feeling your cheeks flush with embarrassment. The doctor nods, his eyes narrowing slightly as he begins to ask you a series of questions. "Have you been sexually active recently?" he asks, his voice firm. You nod, your voice barely above a whisper. "Well...yes..." "With how many partners?" he presses, his tone becoming more insistent.<br><br>
You shift uncomfortably in your seat, your embarrassment growing. "A... A few," you admit, your voice shaking slightly. The doctor continues, his questions becoming more personal and invasive. "Have you engaged in unprotected sex? Have you had any symptoms? Pain, discharge, anything unusual?" You answer each question, your face burning with shame as you reveal intimate details about your sexual history. <br><br>
Finally, he stands up, his expression serious. "Alright, I need you to undress and <<linkreplace 'lie down on the examination table."'>>lie down on the examination table," he says, gesturing to the table in the corner of the room. "Place your feet in the stirrups." <<if $mainChar.corruption <30>> You hesitate for a moment, your heart pounding in your chest. But you comply, standing up and beginning to undress. You feel vulnerable and exposed as you lie down on the table, placing your feet in the stirrups and spreading your legs wide, revealing yourself completely to the doctor. <<else>> You slip off your clothes, folding them neatly on the chair before climbing onto the table. You position your feet in the stirrups, spreading your legs wide, exposing yourself fully to the doctor's gaze.<</if>><br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/STD/Table"+random(1)+".webp")]]
</div><br>
"Let's begin," he says, his voice firm, as you lie on the examination table, feeling a mix of vulnerability and excitement. He begins to touch your pussy, his fingers gently parting your lips, examining you with a clinical detachment that somehow adds to the thrill. You feel a slight pressure as he inserts a speculum, the cool metal spreading you open wider. He adjusts the light, leaning in closer to inspect your mucous membranes. His face is just inches away from your most intimate area, and you can feel his breath, warm and steady, against your skin.<br><br>
"I need to get a better look," he says, his voice matter-of-fact. He reaches for a speculum, the metal cold against your skin as he inserts it. You wince slightly at the sensation, feeling the device spread you open even further. He adjusts it, clicking it into place, and you can feel the stretch, the exposure. He leans in closer, his face just inches from your spread-open vagina. You can feel his breath, warm against your sensitive skin. He examines the muccous membranes carefully, his eyes narrowing as he takes in every detail. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/STD/Exam"+random(2)+".jpg")]]
</div><br>
<<if $mainChar.hasSTD>>
<<if $dayCount <= $mainChar.hasSTDDay + 5>>
As the doctor examines you, his gloved fingers gently probing and inspecting, he suddenly pauses, his brow furrowing slightly. "Hmm," he murmurs, his voice thoughtful. He looks up at you, his expression serious but not alarming. "It seems you have a mild infection," he says, his voice calm and reassuring. "It's nothing too serious, but it's good that we caught it early. You'll need to schedule an appointment for treatment. It's a simple operation, and you should be back to normal in no time."<br><br>
You let out a sigh of relief, the tension in your body easing. "That's not so bad," you say, a small smile playing on your lips. "I can handle that." The doctor nods, his expression professional. "Just make sure you follow the treatment plan, and you'll be fine. You might feel a bit tired for a day or two, but it's nothing to worry about." He pauses, then adds, "And remember, it's important to use protection during sex to minimize the risk of this happening again."<br><br>
<<elseif $dayCount <= $mainChar.hasSTDDay + 15>>
The doctor's examination continues, his touch clinical and methodical. After a moment, he looks up at you, his expression neutral but firm. "I'm afraid you have an STD," he says, his voice steady. "It's not life-threatening, but it will require treatment." You feel a pang of worry, your heart beating a little faster. "What does that mean?" you ask, your voice trembling slightly. "You'll need to schedule an appointment for a cleaning operation," the doctor explains. <br><br>
"If left untreated, you'll start to feel more fatigued and have difficulty with daily activities. But with proper treatment, you should recover fully." He pauses, then adds, "And remember, it's crucial to use protection during sex to avoid future infections." You nod, trying to absorb the information. "Okay, I'll make sure to get that taken care of," you say, your mind already racing with the steps you need to take.<br><br>
<<else>>
As the doctor examines you, his expression grows more and more concerned. He finally looks up at you, his eyes filled with a mix of sympathy and urgency. "I'm afraid you have a serious infection," he says, his voice grave. "It looks like it's been progressing for some time, which is why you've been feeling so exhausted lately." You feel a wave of panic, your heart pounding in your chest. "What does that mean?" you ask, your voice shaking. <br><br>
"You'll need to start treatment immediately," the doctor says, his tone firm. "This is a serious condition, and if left untreated, it can have long-term effects on your health. You'll need to schedule an appointment for an operation." He pauses, then adds, "And it's absolutely essential to use protection during sex to prevent further complications." You nod, feeling a mix of fear and determination. "O.. ok.. I understand," you say, your voice steady despite the turmoil inside you. The doctor offers you a reassuring smile. "Just make sure you schedule the operation, and we'll get you back on track." <br><br>
<</if>>
You stand up, gathering your clothes and quickly getting dressed. As you finish, you take one last look at the doctor, grateful for his professionalism and support. "I'll see you soon for the treatment," you say, your voice firm. The doctor nods. "Take care of yourself, and don't hesitate to reach out if you have any questions or concerns."<br>
With a final nod, you turn and [[walk out of the examination room,->Hospital]] closing the door behind you. <br><br>
<<set $hour +=1>>
<p class='minus'>You have STDs ! </p><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "money" "-50">>
<<set $mainChar.hasSTDDiagnosis to true>>
<<else>>
He continues his examination, his fingers probing gently while you lie still, your breaths shallow. As the doctor completes his initial examination, he removes the speculum and steps back, his expression thoughtful. "Everything looks normal," he says, his voice professional. "I don't see any signs of infection or abnormalities. You're good to go." <br><br>
You let out a sigh of relief, but there's a strange mix of emotions swirling within you. The intimacy and vulnerability of the situation have left you feeling oddly excited, a sensation you can't quite explain. As the doctor begins to turn away, you hesitate, your heart pounding in your chest. <br><br>
<span id='finger'><<if $mainChar.corruption>=25>><<linkreplace 'Ask for a "deeper" exam'>>
"Um, Doctor?" you say, your voice soft and uncertain, "I was wondering... could you maybe... go a little deeper with the exam?" you ask, your voice barely above a whisper. The doctor's eyes widen slightly, and he understands immediately that this has moved far beyond a medical examination. He steps closer, his eyes locked onto yours. "Alright," he says while reaching down, his gloved fingers gently touching your inner thighs. <br><br>
He begins to touch you more intimately, his fingers exploring your folds with a gentle but firm touch. He slowly inserts a finger, then another, his movements careful and deliberate. You gasp softly, the sensation sending a wave of pleasure through your body. He continues to move his fingers, his touch becoming more insistent, more exploratory. You can feel the heat building within you, the excitement growing with each movement. "How does that feel?" he asks, his voice low and intense. You moan softly, your body responding to his touch. "It feels good," you whisper, your voice breathy.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/STD/Finger"+random(2)+".webp")]]
</div><br>
<span id='fuck'><<if $mainChar.corruption >= 40>><<linkreplace "Push it further">>
"Doctor," you say, your voice soft but steady. He looks up, meeting your gaze, his fingers still moving inside you. "I think... I think you could examine me even more deeply if you could use... your cock," you say, your voice barely above a whisper. "To really get a feel for everything." He plays along, a subtle smirk playing at the corners of his mouth. "Well, if it's for the sake of a thorough exam," he says, his voice taking on a more dominant, playful tone. He withdraws his fingers and begins to unbuckle his belt, his eyes never leaving yours. <br><br>
You watch, your breath hitching with anticipation as he reveals himself, his cock already hard and ready. He positions himself between your legs, the stirrups keeping you spread wide open for him. "Let's see how deep we can go," he murmurs, his voice laced with desire. He begins to move, his hips thrusting in a steady rhythm. The examination table creaks slightly under the force of his movements, adding to the illicit thrill of the moment. You can feel him going deeper with each thrust, the sensation of his cock exploring you intimately driving you wild.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/STD/Fuck"+random(3)+".webp")]]
</div><br>
You moan softly, your body responding to his every movement. "It feels so good. So deep." you gasp. He continues to thrust, his movements becoming more urgent, more passionate. You can feel the pleasure building, the sensation of his cock inside you pushing you closer to the edge. You wrap your legs around him, pulling him deeper, urging him on. The room fills with the sounds of your moans and his grunts, the slap of skin against skin. You clutch the edges of the table, your body tensing as you reach your climax, waves of pleasure crashing over you.<br><br>
He follows soon after, his body tensing as he finds his release, his cock pulsing deep inside you. He stays there for a moment, both of you catching your breath, the reality of what just happened settling over you. As he pulls out and begins to clean up, you can't help but feel a mix of satisfaction and disbelief. The examination had taken a turn neither of you had expected, but the pleasure and intimacy of the moment had been undeniable. You sit up, your body still tingling with the aftermath of your shared passion, wondering what comes next. You gather your clothes and turn to [[leave the examination room.->Hospital]] <br><br>
<<set $hour +=1>><<set $minute +=30>>
<p class='add'>You don't have STDs ! </p><br>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "money" "-50">>
<<Achievements "disease" "Dirty slut cleanup">>
<<replace #finish>><</replace>><</linkreplace>><br><</if>></span>
<span id='finish'><<linkreplace "Let him make you come">>
As the doctor's fingers continue to explore you, the sensation becomes almost unbearable. You can feel the pleasure building, the heat intensifying with each careful, deliberate movement. "Please," you whisper, your voice trembling with need. "Go faster." The doctor's eyes meet yours, a flicker of understanding and compliance in his gaze. He increases the pace, his fingers moving with more urgency, more intensity. The sound of your wetness fills the room, mingling with your soft moans and gasps.<br><br>
You grip the edges of the examination table, your knuckles turning white as the pleasure becomes overwhelming. Your body tenses, the sensation building to a crescendo. With a final, deep thrust of his fingers, you reach the peak, your orgasm crashing over you in waves of pure ecstasy. You cry out, your body convulsing with the force of your release. The doctor's movements slow, his fingers gently withdrawing as you ride out the last waves of pleasure.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/STD/Squirt.webp")]]
</div><br>
You lie there, panting, your body limp and sated. As you come back to your senses, you look up at the doctor, a soft smile playing on your lips. "Thank you," you say, your voice filled with genuine gratitude. He nods, his expression returning to its professional demeanor. "You're welcome," he replies, stepping back to give you space. You sit up slowly, your body still tingling with the aftermath of your orgasm. You begin to gather your clothes, slipping them back on with a sense of calm and satisfaction.<br><br>
Once you're fully clothed, you take a deep breath, feeling a mix of relief and contentment. You turn to the doctor, offering him a small, appreciative smile. "I'll see you next time," you say, your voice steady. He nods, a hint of a smile on his lips. "Take care of yourself," he replies. With that, you turn and [[leave the examination room.->Hospital]] <br><br>
<<set $hour +=1>><<$minute +=30>>
<p class='add'>You don't have STDs ! </p><br>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "money" "-50">>
<<replace #fuck>><</replace>><</linkreplace>></span>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<span id='leave'><<linkreplace "Get up">>
You sit up, feeling gratitude as you swing your legs off the examination table. You begin to gather your clothes and dress quickly. The doctor is busy making notes in your chart, giving you the space to compose yourself. Once you're fully dressed, you turn to face him, your cheeks still slightly flushed from the experience. "Thank you," you say, your voice steady. He looks up from his notes, offering you a small smile. "You're welcome. Remember, it's important to stay safe and get regular check-ups. If you have any concerns or questions in the future, don't hesitate to come back."<br><br>
You nod, feeling a sense of closure. "I will. Thank you again." With that, you turn and [[leave the examination room.->Hospital]] <br><br>
<<set $hour +=1>>
<p class='add'>You don't have STDs ! </p><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "money" "-50">>
<<replace #finger>><</replace>><</linkreplace>></span>
<</if>>
<</linkreplace>><<if $mainChar.money >= $mainChar.hasSTDPrice>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/Hospital_surgical.jpg")]]
</div><br>
You sit on the examination table in the doctor's office, the crinkle of the paper sheet beneath you echoing in the quiet room. The sterile smell of the clinic fills your nostrils, and the cool air sends a slight shiver down your spine. You're dressed in a hospital gown, the thin fabric doing little to keep you warm or cover your modesty. You can't help but feel a mix of embarrassment and nervousness about the reason for your visit—an operation to address your sexually transmitted infections (STIs). <br><br>
<<linkreplace "The doctor enters the room.">> The doctor enters the room, his white coat rustling with each brisk step. He offers you a reassuring smile as he sits down on the stool in front of you, your medical chart in his hands. He greets you, his voice professional yet kind. "I'm just going to do a final check before your operation today." You nod, trying to swallow the lump of nervousness in your throat. "Okay," you manage to say, your voice barely above a whisper. He starts by examining the areas affected by the STIs, his touch gentle yet clinical. He explains what he's doing at each step, his voice calm and reassuring. "We'll be addressing the infections thoroughly," he says, making notes in your chart. "This procedure will help clear them up and get you back to feeling healthy."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/STD/Surgery.jpg")]]
</div><br>
You take a deep breath, trying to steady your nerves. "Thank you, Doctor," you say, your voice a bit steadier now. He offers you a warm smile. "You're welcome. Try to relax. You're in good hands, and we'll take care of everything. The nurses will be in shortly to prepare you." As he leaves the room, you take a moment to gather your thoughts, preparing yourself for what's to come. The mix of fear and hope swirls in your chest, but you hold onto the doctor's reassuring words, trusting that everything will be okay and that you'll soon be on the path to recovery. <br><br>
<<linkreplace "The anesthesiologist approaches you.">>The anesthesiologist approaches you, his face kind and professional. "I'm going to administer the anesthesia now. You'll feel a slight pinch, and then you'll start to feel drowsy." You nod, trying to keep your breathing steady. "Okay," you reply, your voice barely above a whisper. He inserts the IV into your arm, the cool liquid flowing into your veins. You feel a slight sting, and then a warmth begins to spread through your body. The room starts to blur, the voices around you becoming distant and muffled. <br><br>
"Count backward from ten for me," the anesthesiologist instructs, his voice soothing. You take a deep breath and begin to count. "Ten... nine... eight..." Your voice grows softer with each number, the world around you fading away. "Seven... six..." The room spins, the lights above you becoming a blur of white. "Three... two..." You manage to murmur before darkness claims you, and you drift off into a deep, [[dreamless sleep.->Recovery]]<br><br>
<<set $hour +=1>>
<<MainChar_Stats "energy" "-25">>
<p class='minus'>- <<print $mainChar.hasSTDPrice>> Money </p>
<<set $mainChar.money -= $mainChar.hasSTDPrice>>
<<unset $mainChar.hasSTD>>
<<unset $mainChar.hasSTDDay>>
<<unset $mainChar.hasSTDPrice>>
<</linkreplace>><</linkreplace>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/STD/CallDad.jpg")]]
</div><br>
<<if $dad.relationship <=20>>
You stand at the hospital reception, your fingers nervously tapping against the counter. You take a deep breath and dial your father's number, feeling a mix of anxiety and embarrassment. "Hey, Dad," you say, your voice slightly shaky. "I'm.. huh.. I'm at the hospital. I need some money to pay for a medical operation... I don't have enough to cover it all." There's a pause on the other end, and you can almost hear the wheels turning in his head. "W... What's wrong $mainChar.firstName? Are you okay?" he asks, his voice tinged with concern. <br><br>
"Yeah its...It's just some medical stuff," you reply, trying to keep your voice steady. "But I really need the money, Dad." He sighs, and you can picture him running a hand through his hair. "Alright, sure, I'll transfer the money. How much do you need?" You tell him the amount, feeling a wave of relief wash over you. "Thank you, Dad. I really appreciate it."<br><br>
"I'll be there as soon as I can," he says, his voice softening slightly. "Take care of yourself."
<<elseif $dad.relationship<=60>>
You stand at the hospital reception, your heart pounding in your chest. You take a deep breath and dial your father's number, feeling a mix of worry and embarrassment. "Hey, Dad," you say, your voice trembling slightly. "I'm... huh... I'm at the hospital. I need some money to pay for a.medical operation... I... I don't have enough to cover it all." "What happened?" he asks immediately, his voice filled with genuine concern. "Are you okay?"<br><br>
"I'm... I'm alright, just some medical stuff," you reply, trying to keep your voice steady. "I really need the money, Dad." "Of course, sweetheart," he says without hesitation. "I'll transfer the money right away. How much do you need?" You tell him the amount, feeling a wave of relief and gratitude. "Thank you, Dad. I really appreciate it."<br><br>
"Don't worry about it," he reassures you. "I'll be there as soon as I can, okay?"
<<else>>
You stand at the hospital reception, your heart fluttering with a mix of anxiety and excitement. You take a deep breath and dial your father's number, feeling a rush of emotions. "Hey, Daddy," you say, your voice soft. "I'm... I'm at the hospital. I need some money to pay for a medical operation. I... I don't have enough to cover it all." "What's wrong, baby girl?" he asks, his voice filled with concern. "Are you okay?" <br><br>
"I'm... alright, just some medical stuff," you reply, trying to keep your voice steady. "I really need the money, Daddy." "Of course, sweetheart," he says, his voice reassuring. "I'll transfer the money right away. How much do you need?" You tell him the amount, feeling a wave of relief. "Thank you, Daddy. I really appreciate it."<br><br>
"Don't worry about it, baby girl," he reassures you. "I'll be there as soon as I can, okay? Daddy will take care of everything."
<</if>>
You hang up, feeling a bit better, and [[follow the nurse->STD Treatment]] to the operation room.<br><br>
<p class='add'>+ <<print 600-$mainChar.money>> Money </p>
<<set $mainChar.money += 600-$mainChar.money>>
<</if>><div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/Surgery/Wakeup.jpg")]]
</div><br>
<<if $surgery is "Eye color">>
You slowly regain consciousness, the sterile scent of the hospital room filling your nostrils. Your eyes are covered with a bandage, leaving you in complete darkness. You try to lift your hand to touch the bandage, but your movements are sluggish and weak. The beeping of medical machines and the distant murmur of voices filter through the haze of your mind.<br><br>
<<else>>
You slowly blink your eyes open, the harsh fluorescent lights of the hospital room coming into focus. Your body feels heavy and groggy, the remnants of the anesthesia still lingering in your system. You take a deep breath, the sterile smell of the hospital filling your nostrils. You're lying in a comfortable bed, the soft hum of machines and the distant murmur of voices filtering through the door. <br><br>
<</if>>
<<if $surgery != 'STDDad'>>
<<silently>><<repeat 0.125s>> <<run $("#doctor").css("display", "block")>><</repeat>><</silently>>
<<else>>
As you begin to stir, <<linkreplace "you notice your father.">>you notice your father,
<<if $dad.relationship <20>>
sitting by your bedside, his face etched with worry and fatigue. "Hey," you say, your voice hoarse from the anesthesia. He looks up, a small smile tugging at the corners of his mouth. "Hey, you're awake. How are you feeling?" You shrug slightly, wincing at the soreness in your body. "Okay, I guess. Thanks for being here." He nods, his expression softening. "Of course. I know things haven't been great between us, but I wanted to be here for you." <br><br>
He pauses, running a hand through his hair. "I gave them the money for the operation. It's going to put me in a bit of a tight spot financially, but that's not important right now. Your health is what matters." You feel a lump form in your throat, touched by his effort despite the strain in your relationship. "Thank you, Dad. I really appreciate it." He reaches out and gives your hand a gentle squeeze. "Just focus on getting better, okay?" <br><br>
<<elseif dad.relationship <=60>>
sitting by your bedside, a playful smirk on his face. "Hey, sleepyhead," he says, his voice teasing. "About time you woke up." You manage a weak smile. "Hey, Dad. Thanks for being here." He leans back in his chair, his eyes twinkling with amusement. "Of course. I couldn't let my favorite daughter go through this alone." He winks at you, and you feel a familiar tension in the air. "By the way, you owe me big time for this. I had to dip into my savings to pay for your operation." <br><br>
You raise an eyebrow, a playful challenge in your voice. "Oh, really? And how do you expect me to repay you?" He leans in, his voice low and suggestive. "I'm sure we can think of something... creative." You feel a flush creep up your cheeks, the tension between you palpable. "We'll see about that," you say, your voice barely above a whisper.<br><br>
<<else>>
sitting by your bedside, his face filled with warmth and concern. "Hey, baby girl," he says, his voice soft and gentle. "You're finally awake." You smile weakly, feeling a rush of comfort at his presence. "Hey, Daddy. Thanks for being here." He reaches out and brushes a strand of hair from your forehead, his touch tender. "Of course, sweetheart. I wouldn't be anywhere else. I took care of the money for your operation. You don't have to worry about a thing." You feel a wave of gratitude wash over you. "Thank you, Daddy. I don't know what I'd do without you." <br><br>
He leans in, his voice playful yet firm. "But you know, baby girl, you owe me now. And I expect you to repay me... in full." His eyes hold a mischievous glint, and you feel a thrill of excitement. You bite your lip, a playful smile on your face. "And how do you want me to repay you, Daddy?" He leans in closer, his voice a low growl. "I think you know exactly how, baby girl. And I expect you to be a good girl and do as you're told." You feel a flush of heat, the promise of what's to come sending a shiver down your spine. "Yes, Daddy. I'll be a good girl for you."<br><br>
<</if>>
<<silently>><<repeat 0.125s>> <<run $("#doctor").css("display", "block")>><</repeat>><</silently>>
<</linkreplace>>
<</if>>
<span id="doctor" style="display: none">
Suddenly, <<linkreplace "the door to your room opens.">>the door to your room opens,
<<if $surgery is "Eye color">>
and you hear footsteps approaching your bed. "Hello," a calm, professional voice says. "I'm Dr. Thompson. How are you feeling?" You swallow hard, your throat dry. "I can't see anything," you manage to say, your voice barely above a whisper. You feel gentle hands carefully unwrapping the bandage from around your eyes. As the last layer is removed, you blink against the sudden brightness, your vision slowly coming into focus. The doctor's face comes into view, his expression reassuring. <br><br>
"Your operation to change the color of your irises went smoothly. There were no complications. he says with a smile. "Your new iris color should be fully visible now. You can go home and rest. Just make sure to follow the aftercare instructions we provided."
<<else>>
and a doctor enters, his white coat rustling with each step. He offers you a warm smile, his eyes kind and reassuring. "How are you feeling?" You try to sit up a bit, wincing slightly at the soreness in your body. "A little groggy," you admit, your voice still hoarse from the anesthesia. "But okay, I think." The doctor nods, pulling up a chair to sit beside your bed. "That's to be expected. The anesthesia can take a while to wear off completely. But I have good news for you—the operation was a success." <br><br>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Hospital/Surgery/WakeupCheck.jpg")]]
</div><br>
A wave of relief washes over you, and you let out a sigh. "Thank you," you say, your voice filled with gratitude. He returns the smile. "You're welcome. You can take your time getting dressed and gathering your things. There's no rush. When you're ready, you can head home. Just make sure to follow the aftercare instructions we provided." You nod, feeling a mix of gratitude and excitement. "I will. Thank you again." <br><br>
The doctor gives you a final reassuring pat on the shoulder before leaving the room. You take a moment to gather your thoughts, feeling a sense of accomplishment and relief. You slowly sit up, the room spinning slightly as you adjust to being awake. You take your time getting dressed, savoring the feeling of being one step closer to recovery and a healthier future.<br><br>
[[Leave the hospital->Go out]]<br><br>
<<set $hour +=1>>
<<if $surgery is 'STD' or $surgery is 'STDDad'>>
<p class='add'> You've been cured of your STDs ! </p>
<<elseif $surgery is 'Eye color'>>
<p class='add'> You now have <<print $mainChar.appearance.head.eyes.color .toLowerCase()>> eyes! </p>
<<else>>
<p class='add'> You now have <<print $mainChar.appearance.chest.size.toUpperCase()>>-cup breasts!</p>
<</if>>
<</linkreplace>></span><<set $seed = random(1000,9999)>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Hall.jpg")]]
</div>
<div style="text-align: center; color: red; font-weight: bold; font-style: italic; font-size: 15px;">
Cheating is strictly prohibited!<br>
Offenders will be escorted to the police station.
</div>
You step through the grand entrance of the casino, the doors sliding open with a soft whoosh. Immediately, the sound of clinking coins, whirring slot reels, and cheers of winners create a symphony of anticipation. You feel a surge of adrenaline, ready to take your chances and see where the moment will lead you. <br><br>
<span id='blackjack'><<linkreplace "Blackjack">>
<<include "Blackjack">>
<<replace #CasinoLeave>><</replace>><<replace #jackpot>><</replace>><<replace #roulette>><</replace>>
<</linkreplace>><br></span>
<span id='roulette'><<linkreplace "Roulette">>
<<include "Roulette">>
<<replace #CasinoLeave>><</replace>><<replace #jackpot>><</replace>><<replace #blackjack>><</replace>>
<</linkreplace>><br></span>
<span id='jackpot'>[[Jackpot][$enterCasino = new Date().getSeconds()]]<br></span>
<span id="CasinoLeave"><br>
You spot the bar where you can [[sit and take a drink.->Casino Bar][$Bar_location = "Casino"]]<br><br>
Or you can <<link "leave the casino.">>
<<goto "Go out">>
<<unset $enterCasino>>
<</link>>
</span>
<<if new Date().getSeconds() != $enterCasino and $currentPassage != 'Casino Bar'>>
<<goto "Casino Cheat">>
<</if>><div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Blackjack.jpg")]]
</div><br>
You take a seat at the blackjack table, the felt surface smooth and inviting under your touch. The dealer, dressed in a crisp uniform, looks at you with a professional smile. <br><br>
<div id="supportercode-form">
You consider betting $ <<textbox "$bet" "10" autofocus>>
<<button "Confirm">>
<<if !isNaN($bet) and $bet>0 and $bet <= $mainChar.money>>
<<replace "#supportercode-form">>You push forward a few chips. "I'll bet <<print $bet>>," you say, feeling a mix of excitement and nervousness.<br>
The dealer nods and begins to deal the cards. The game is on. <br><br><</replace>>
<<silently>><<repeat 0.125s>> <<run $("#game").css("display", "block")>><</repeat>><</silently>>
<<elseif isNaN($bet)>>
<<replace "#supportercode-error">><br><p class='minus'>This is not a number!</p><</replace>>
<<elseif $bet > $mainChar.money>>
<<replace "#supportercode-error">><br><p class='minus'>You can't bet that much money!</p><</replace>>
<<else>>
<<replace "#supportercode-error">><br><p class='minus'>Please enter a valid number.</p><</replace>>
<</if>>
<</button>>
<span id="supportercode-error"></span>
</div>
<script>
function seededRandom(seed) {
let x = Math.sin(seed++) * 10000;
return x - Math.floor(x);
}
function randomSeeded(seed, min, max) {
return Math.floor(seededRandom(seed) * (max - min + 1)) + min;
}
</script>
<span id="game" style="display: none">
<<set _playerHand = 0>>
<<set _dealerHand = 0>>
<span id="dealerHand">Dealer hand: _dealerHand</span><br>
<span id="playerHand">Your hand: 0</span>
<span id='hit'>
<<set $seed +=1>>
<<button "Hit">>
<<set _playerHand += randomSeeded($seed*2, 1, 14)>>
<<replace "#playerHand">>Your hand: <<print _playerHand>><</replace>>
<<if _playerHand > 21>>
<<replace "#hit">><</replace>><<replace "#stand">><</replace>>
<<run $("#lost").show()>>
<<set $mainChar.money -= $bet>>
<<set $mainChar.energy -= 10>>
<<set $mainChar.cleanliness -= 10>>
<<else>>
<<if _dealerHand < 14>>
<<set _dealerHand += randomSeeded($seed, 1, 14)>>
<</if>>
<<replace "#dealerHand">>Dealer hand: <<print _dealerHand>> <<if _dealerHand >= 14>>- Stand<</if>><</replace>>
<</if>>
<</button>>
</span>
<span id='stand'>
<<button "Stand">>
<<set $seed +=1>>
<<replace "#playerHand">>Your hand: <<print _playerHand>> - Stand<</replace>>
<<if _dealerHand < 14>>
<<set _dealerHand = randomSeeded($seed, 14, 25)>>
<</if>>
<<replace "#dealerHand">>Dealer hand: <<print _dealerHand>> - Stand<</replace>>
<<if _dealerHand <= 21 and _dealerHand > _playerHand>>
<<run $("#lost").show()>>
<<set $mainChar.money -= $bet>>
<<elseif (_dealerHand > 21 and _playerHand <= 21) or (_playerHand > _dealerHand)>>
<<run $("#won").show()>>
<<set $mainChar.money += $bet * 2>>
<<else>>
<<run $("#draw").show()>>
<<set $mainChar.money += $bet>>
<</if>>
<<set $mainChar.energy -= 5>>
<<set $mainChar.cleanliness -= 10>>
<<replace "#hit">><</replace>><<replace "#stand">><</replace>>
<</button>>
</span>
</span>
<span id="won" style="display: none"><br>
You watch as the dealer reveals his cards. Your heart races as you see that your hand is closer to 21 than his. The dealer smiles and pushes a stack of chips towards you. "Congratulations, you win," he says. "You double your bet." You feel a rush of excitement as you collect your winnings, the adrenaline of the victory coursing through you. "Thank you," you say, stacking your chips neatly in front of you, ready for the next round.<br><br>
[[Play again->Blackjack Table]]<br>
[[Leave the table.->Casino][$enterCasino = new Date().getSeconds()]]<br><br>
<p class='add'>You have won! <br>
+ <<print $bet *2>> Money </p><br>
</span>
<span id="lost" style="display: none"><br>
The dealer reveals his cards, and your heart sinks as you see that his hand is closer to 21 than yours. The dealer collects your chips with a sympathetic smile. "Better luck next time," he says. You feel a pang of disappointment but shake it off, determined to try again. "Thanks," you say, watching as the dealer prepares for the next round, hoping for a better outcome.<br><br>
[[Play again->Blackjack Table]]<br>
[[Leave the table.->Casino][$enterCasino = new Date().getSeconds()]]<br><br>
<p class='minus'>You have lost! <br> - <<print $bet>> Money</p>
</span>
<span id="draw" style="display: none"><br>
The dealer reveals his cards, and you quickly realize no one won this game. The dealer pushes your original bet back towards you. "It's a push," he says. "You get your bet back." You nod, feeling a mix of relief and anticipation. "Alright, let's try again," you say, ready to place your bet for the next round, hoping for a clear win this time.<br><br>
[[Play again->Blackjack Table]]<br>
[[Leave the table.->Casino][$enterCasino = new Date().getSeconds()]]<br><br>
</span>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/Casino/Blackjack.jpg")]]
</div><br>
You take a seat at the blackjack table, the felt surface smooth and inviting under your touch. The dealer, dressed in a crisp uniform, looks at you with a professional smile. He greets you before asking "do you know the rules of blackjack, Miss?"<br><br>
<span id='yes'><<linkreplace "Say you do">>
You nod confidently. "Yes, I do."<br>
The dealer acknowledges with a nod. "Great. Would you like to bet?" he asks, gesturing to the stack of chips in front of you.<br><br>
[[Sit at the table->Blackjack Table]]<br>
[[Leave the table->Casino][$enterCasino = new Date().getSeconds()]]
<<replace #no>><</replace>><</linkreplace>><br></span>
<span id='no'><<linkreplace "Say you don't">>
You shake your head slightly. "Not really, no."<br>
The dealer nods understandingly. "No problem, I can explain. The goal is to get a hand total that is closer to 21 than the dealer's hand, without going over. You can choose to 'hit' to take another card or 'stand' to keep your current total. Any questions?"<br>
You shake your head. "No, that makes sense. Thank you."<br>
The dealer smiles. "You're welcome. Now, would you like to bet?" he asks, gesturing to the stack of chips in front of you.<br><br>
[[Sit at the table->Blackjack Table]]<br>
[[Leave the table->Casino][$enterCasino = new Date().getSeconds()]]
<<replace #yes>><</replace>><</linkreplace>><br></span><div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Cheat.jpg")]]
</div><br>
You've been trying to turn the odds in your favor, hoping no one would catch you. Yet, you feel a heavy hand on your shoulder. You turn to see two stern-faced security guards standing behind you. "Excuse me, miss," one of them says, his voice firm and unyielding. "We need you to come with us." They lead you to a quiet corner of the casino, away from the bustling crowd. The guards tower over you, their expressions serious. <br><br>
<<if $mainChar.cheater != true>>
<<set $mainChar.cheater to true>>
"Do you think you're clever, trying to cheat in our casino?" one of them asks, his voice laced with disapproval. You swallow hard, trying to maintain your composure. "I—I'm sorry," you stammer, feeling a flush of embarrassment and fear. The other guard steps forward, his eyes narrowing. "This is your last warning," he says, his voice low and threatening. "If we catch you cheating again, you'll be escorted straight to the police station. Do you understand?" You nod quickly, your heart racing. "Yes, I understand. It won't happen again," you promise, your voice barely above a whisper.<br><br>
The guards exchange a glance, then one of them nods. "Good. Now get out of here and don't let us see you trying anything like this again," he says, dismissing you with a wave of his hand. You turn and walk away, feeling a mix of relief and shame. The adrenaline rush of cheating has been replaced by the cold reality of the consequences. You take a deep breath, determined to [[play by the rules->Casino][$enterCasino = new Date().getSeconds()]] from now on.<br><br>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "corruption" "-2">>
<<else>>
You've been in this situation before, but this time feels different. The guards exchange glances, their expressions grave. "We've given you chances before, but this is the last straw," one of them says, pulling out his phone. Minutes later, the door to the room swings open. Two police officers enter, their uniforms crisp and their demeanor professional. "We'll take it from here," one of them says to the guards. They nod, stepping back as the officers approach you.<br><br>
"You're under arrest," the officer says, his voice firm but calm. He reads you your rights as he secures your hands behind your back with cold, metal handcuffs. You're <<link "led out of the casino,">>
<<goto "Police Car">>
<<set $mainChar.crime to "cheat">>
<<unset $enterCasino>>
<</link>>
the eyes of patrons and staff following you with a mix of curiosity and disapproval. <br><br>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "corruption" "-2">>
<</if>><div class="secondary-image-wrapper">
[img[String.format($urlPath + "/Casino/Blackjack.jpg")]]
</div><br>
You take a seat at the roulette table, the felt surface smooth and inviting under your fingertips. The croupier, dressed in a crisp uniform, looks at you with a professional smile. He greets you before asking "do you know the rules of roulette, Miss?"<br><br>
<span id='yes'><<linkreplace "Say you do">>
You nod confidently. "Yes, I do."<br>
The dealer acknowledges with a nod. "Great. Would you like to bet?" he asks, gesturing to the stack of chips in front of you.<br><br>
[[Sit at the table->Roulette Table][$enterCasino = new Date().getSeconds()]]<br>
[[Leave the table->Casino][$enterCasino = new Date().getSeconds()]]
<<replace #no>><</replace>><</linkreplace>><br></span>
<span id='no'><<linkreplace "Say you don't">>
You shake your head slightly. "No, I don't," you admit, feeling a mix of curiosity and nervousness.<br>
The croupier nods understandingly. "No problem, I'll explain. Roulette is a game of chance where you bet on where a ball will land on a spinning wheel. The wheel has numbered slots from 0 to 36. You can bet on individual numbers, groups of numbers, colors, or whether the number will be odd or even. The payout depends on the type of bet you make."<br><br>
He pauses to ensure you're following. "For example, betting on a single number pays 35 to 1, while betting on red or black pays 1 to 1. Any questions?"<br>
You shake your head. "No, I think I understand."<br>
The croupier smiles. "Great. Would you like to bet?" he asks, his voice steady and clear.<br><br>
[[Sit at the table->Roulette Table][$enterCasino = new Date().getSeconds()]]<br>
[[Leave the table->Casino][$enterCasino = new Date().getSeconds()]]
<<replace #yes>><</replace>><</linkreplace>><br></span><<if new Date().getSeconds() != $enterCasino>>
<<goto "Casino Cheat">>
<</if>>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/Casino/Blackjack.jpg")]]
</div><br>
You take a seat at the roulette table, the felt surface smooth and inviting under your fingertips. The croupier, dressed in a crisp uniform, looks at you with a professional smile. He greets you before asking "do you know the rules of roulette, Miss?"<br><br>
<div id="supportercode-form">
You consider betting $ <<textbox "$bet" "10" autofocus>> on:
<<set $Bets to ['Color','Number','Parity','Halves']>>
<<set $Colors to ['Red','Black']>>
<<set $Numbers to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]>>
<<set $Parities to ['Odd','Even']>>
<<set $Halves to ['Manque (1-18)','Passe (19-36)']>>
<<listbox "$selectedbet" autoselect>>
<<optionsfrom $Bets>>
<</listbox>>
<span id='color' style="display: inline">
<<listbox "$selectedcolor" autoselect>>
<<optionsfrom $Colors>>
<</listbox>>
</span>
<span id='number' style="display: none">
<<listbox "$selectednumber" autoselect>>
<<optionsfrom $Numbers>>
<</listbox>>
</span>
<span id='parity' style="display: none">
<<listbox "$selectedparity" autoselect>>
<<optionsfrom $Parities>>
<</listbox>>
</span>
<span id='half' style="display: none">
<<listbox "$selectedhalf" autoselect>>
<<optionsfrom $Halves>>
<</listbox>>
</span>
<script>
$('#listbox-selectedbet').on('change', function () {
document.querySelector('#color').style.display = 'none';
document.querySelector('#number').style.display = 'none';
document.querySelector('#parity').style.display = 'none';
document.querySelector('#half').style.display = 'none';
switch (SugarCube.State.variables.selectedbet) {
case 'Color':
document.querySelector('#color').style.display = 'inline';
break;
case 'Number':
document.querySelector('#number').style.display = 'inline';
break;
case 'Parity':
document.querySelector('#parity').style.display = 'inline';
break;
case 'Halves':
document.querySelector('#half').style.display = 'inline';
break;
}
});
</script>
<<button "Confirm">>
<<if !isNaN($bet) and $bet>0 and $bet <= $mainChar.money>>
<<replace "#supportercode-form">>You push forward a few chips. "I'll bet $<<print $bet>> on the
<<if $selectedbet is 'Number'>>
<<print $selectednumber>>
<<elseif $selectedbet is 'Color'>>
<<print $selectedcolor>>
<<elseif $selectedbet is 'Parity'>>
<<print $selectedparity>>
<<elseif $selectedbet is 'Half'>>
<<print $selectedhalf>>
<</if>> " you say, feeling a mix of excitement and nervousness.<br>
The dealer nods and begins to deal the cards. The game is on. <br><br>
<<set _number to random(36)>>
<<if _number is 0>>
<<set _color to "Green">>
<<else>>
<<if _number is 1 or _number is 3 or _number is 5 or _number is 7 or _number is 9 or _number is 12 or _number is 14 or _number is 16 or _number is 18 or _number is 19 or _number is 21 or _number is 23 or _number is 25 or _number is 27 or _number is 30 or _number is 32 or _number is 34 or _number is 36>>
<<set _color to "Red">>
<<else>>
<<set _color to "Black">>
<</if>>
<</if>>
You place your bet on the table, feeling a mix of excitement and anticipation. The croupier spins the wheel, and the ball dances around the rim before finally settling into a slot. You hold your breath as the croupier announces the winning number. <span style="font-weight: bold; font-size: 22px; color: gold;"> "The winning number is... _number , _color!" </span> he declares, his voice clear and confident.<br><br>
<<set _parity = _number % 2 == 0 ? 'Even' : 'Odd'>>
<<set _half = (_number >= 1 && _number <= 18) ? 'Manque (1-18)' : 'Passe (19-36)'>>
<<if $selectedbet == 'Color'>>
<<if _color == $selectedcolor>>
<<set _win = true>>
<<set _coef = 2>>
<</if>>
<</if>>
<<if $selectedbet == 'Number'>>
<<if _number == $selectednumber>>
<<set _win = true>>
<<set _coef = 36>>
<</if>>
<</if>>
<<if $selectedbet == 'Parity'>>
<<if _parity == $selectedparity>>
<<set _win = true>>
<<set _coef = 2>>
<</if>>
<</if>>
<<if $selectedbet == 'Halves'>>
<<if _half == $selectedhalf>>
<<set _win = true>>
<<set _coef = 2>>
<</if>>
<</if>>
<<set $seed +=1>>
<<if _win>>
A surge of joy rushes through you as you realize you've won. The croupier pushes a stack of chips towards you, a smile on his face. "Congratulations," he says. "Would you like to continue playing, or would you like to cash out?" You feel a sense of triumph, the adrenaline coursing through your veins. <br><br>
[[Play again->Roulette Table][$enterCasino = new Date().getSeconds()]] <br>
[[Leave the table.->Casino][$enterCasino = new Date().getSeconds()]]<br><br>
<p class='add'> You win ! <br>
+ <<print $bet*_coef>> Money</p>
<<set $mainChar.money += $bet * _coef>><br>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-10">>
<</if>>
<<if not _win>>
A wave of disappointment washes over you as you realize you've lost. The croupier sweeps your chips away, his expression neutral. "Better luck next time," he says, his voice professional. "Would you like to place another bet?" You take a deep breath, trying to shake off the loss. <br><br>
[[Play again->Roulette Table][$enterCasino = new Date().getSeconds()]] <br>
[[Leave the table.->Casino][$enterCasino = new Date().getSeconds()]]<br><br>
<p class='minus'> You lose ! <br>
<<print - $bet>> Money</p>
<<set $mainChar.money -= $bet>><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</if>>
<</replace>>
<<elseif isNaN($bet)>>
<<replace "#supportercode-error">><br><p class='minus'>This is not a number!</p><</replace>>
<<elseif $bet > $mainChar.money>>
<<replace "#supportercode-error">><br><p class='minus'>You can't bet that much money!</p><</replace>>
<<else>>
<<replace "#supportercode-error">><br><p class='minus'>Please enter a valid number.</p><</replace>>
<</if>>
<</button>>
<span id="supportercode-error"></span>
</div><<if new Date().getSeconds() != $enterCasino>>
<<goto "Casino Cheat">>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Slot.jpg")]]
</div><br>
You take a seat at a gleaming slot machine, the bright lights and vibrant colors drawing you in. You insert your coins and take a deep breath, feeling a mix of anticipation and excitement. You have 10 attempts to hit a triplet and win 5 times your bet.<br><br>
<div id="supportercode-form">
You consider betting $ <<textbox "$bet" "10" autofocus>>
<<button "Confirm">>
<<if !isNaN($bet) and $bet>0 and $bet <= $mainChar.money>>
<<replace "#supportercode-form">>You insert $<<print $bet>> in the slot machine, feeling a mix of excitement and nervousness. The machine comes to life with a whirring sound. <br><br>
<<set $credits = 100>>
<span id="credits">Credits: $credits</span><br><br>
<span id='spinbutton'>
<<button "Spin">>
<<set $symbols = ["🍒", "🍋", "🍊", "🍉", "🍇", "🍓"]>>
<<set $spin1 = $symbols[random(0, 5)]>>
<<set $spin2 = $symbols[random(0, 5)]>>
<<set $spin3 = $symbols[random(0, 5)]>>
<<set $result =$spin1 + " | " + $spin2 + " | " + $spin3>>
<<if $spin1 == $spin2 and $spin2 == $spin3>>
<<set $credits += 100 * 5>>
<<replace "#result">> Result: <span style="font-size: 30px;"><<print $result>></span> - You win ! <br><br>
To your amazement, all three reels stop on the same symbol. The machine erupts in a flurry of lights and sounds, the jingle of winning bells filling the air. Your heart races as you watch the display show your winnings—a massive increase in your token count. You can't believe your luck. You sit back, taking a moment to absorb the thrill of your win. Now, you face a decision: do you continue playing, riding the wave of your good fortune, or do you cash out and walk away with your substantial winnings? The allure of more wins is tempting, but the risk of losing it all lingers in the back of your mind. <br><br>
[[Stop here->Casino][$enterCasino = new Date().getSeconds(), $mainChar.money -= $bet-$bet*$credits/100]]
<</replace>>
<<else>>
<<set $credits -= 10>>
<<replace "#result">> Result: <span style="font-size: 30px;"><<print $result>></span> - You lose ! <br><br>
The machine falls silent, no winning bells or flashing lights. You sigh, feeling a mix of disappointment and determination. You still have a few tokens left, so you can try your luck again, hoping for a better outcome this time.<br>
Or you can decide to cut your losses and move on to another activity.<br><br>
[[Stop here->Casino][$enterCasino = new Date().getSeconds(), $mainChar.money -= $bet-$bet*$credits/100]]
<</replace>>
<</if>>
<<if $credits <=0>>
<<replace #spinbutton>><</replace>>
<<replace "#result">>Result: <span style="font-size: 30px;"><<print $result>></span><br><br>
The machine falls silent, the lack of winning bells a stark contrast to the excitement around you. You sigh, feeling a pang of disappointment as you realize you've lost. The screen flashes a message: "No more credits. Would you like to re-bet or leave?" You take a moment to consider your options. Do you insert more coins and try your luck again, hoping for a big win? Or do you decide to cut your losses and explore other games or attractions?<br><br>
<<if $mainChar.energy >10>>
[[Try Again->Jackpot][$enterCasino = new Date().getSeconds()]]
<<else>>
You're too tired to continue
<</if>><br>
[[Get up->Casino][$enterCasino = new Date().getSeconds()]]<br><br>
<p class='minus'> You lose ! <br>
- $bet Money</p>
<<set $mainChar.money -= $bet>><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</replace>>
<</if>>
<<replace "#credits">>Credits: <<print $credits>><</replace>>
<</button>>
</span>
<span id="result">Result: -</span><br>
<</replace>>
<<elseif isNaN($bet)>>
<<replace "#supportercode-error">><br><p class='minus'>This is not a number!</p><</replace>>
<<elseif $bet > $mainChar.money>>
<<replace "#supportercode-error">><br><p class='minus'>You can't bet that much money!</p><</replace>>
<<else>>
<<replace "#supportercode-error">><br><p class='minus'>Please enter a valid number.</p><</replace>>
<</if>>
<</button>>
<span id="supportercode-error"></span>
</div>
<<unset $enterCasino>>
<<if $mainChar.intoxication >= 100>>
<<goto "Drunk">>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bar.jpg")]]
</div><br>
<<if $pastPassage != $currentPassage>>
The bartender, noticing your arrival, gives you a nod of acknowledgement.
You take a seat at the bar and watch the bartender expertly pour drinks. The rhythmic movements and precision in his actions captivate your attention.<br><br>
<<else>>
You've barely finished your drink when the bartender already comes over to ask, "What can I get you next?"<br>
<</if>>
You glance at the options written on the wall, your mind racing as you try to decide what to order.
<<if random(1)>>
Yet, your eyes are drawn to a striking figure across the room—a bimbo with platinum blonde hair and a figure that turns heads. She's leaning in close to a man who exudes wealth, his tailored suit and expensive watch catching the light. <br>
<<linkreplace "eavesdrop on their conversation.">>
The bimbo laughs loudly, her voice high-pitched and bubbly. She twirls a strand of hair around her finger, batting her eyelashes as she speaks. "Oh my gosh, you're like, so smart!" she gushes, her words dripping with feigned admiration. "I just love listening to you talk about... stuff." She giggles again, her hand lightly touching his arm.<br><br>
<div class="secondary-image-wrapper">
[img[String.format($urlPath + "/Casino/BimboBar.jpg")]]
</div><br>
You watch as the man smiles, clearly enjoying the attention. He leans in closer, his eyes lingering on her. It's obvious that her act is working, and you can't help but feel a mix of amusement and envy. You take a sip of your drink, a thought forming in your mind. Maybe, just maybe, playing the part of a ditzy, sexy bimbo could be your ticket to making some serious money.<br>
<<if $mainChar.corruption <40>>
But for now, you know you're not quite daring enough to pull that off.
<<elseif $mainChar.attractiveness <40 or $mainChar.cleanliness <50>>
But for now, you're not attractive enough to pull that off.
<<elseif $mainChar.energy <20>>
But for now, you're too tired to pull that of.
<<else>>
You straighten up, ready to [[play the bimbo.->Bimbo Event]]
<</if>><br>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "corruption" "1" "15">>
<</linkreplace>>
<</if>><br><br>
<<set _coef to 2.5>>
<div style="display: flex; flex-wrap: wrap;">
<<for _index,_i range Object.keys($inventory.food)>>
<<set _key = $inventory.food[_i]>>
<<capture _key>>
<<if _key.intoxication > 0>>
<div style="flex: 1 1 50%">
<<print _key.name>> (<<print _key.price*_coef>>) -
<<if $mainChar.money >= _key.price*_coef>>
<<if $mainChar.intoxication >= 100>>
<<link "Order" "Drunk">>
<<set $mainChar.money -= _key.price*_coef>>
<<AddIntoxication _key.intoxication>>
<<set $mainChar.fitness += _key.fitness>>
<<set $pastPassage to "Counter">>
<</link>>
<<else>>
<<link "Order" "Counter">>
<<set $mainChar.money -= _key.price*_coef>>
<<AddIntoxication _key.intoxication>>
<<set $mainChar.fitness += _key.fitness>>
<<set $pastPassage to "Counter">>
<</link>>
<</if>>
<<else>>
Not enough money
<<endif>><br>
</div>
<</if>>
<</capture>>
<</for>>
</div><br>
You can also [[get up.->Casino]]
<<set $minute +=10>><div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bar.jpg")]]
</div><br>
You take a deep breath and decide to go for it. You adjust your posture, pushing your chest out and showing off your legs. You arch your back slightly, adopting a playful, airheaded demeanor. With a giggle, you flip your hair over your shoulder and scan the room, waiting for the right opportunity. It doesn't take long. After a few moments, a well-dressed man approaches you, his eyes lingering on your exaggerated curves. He's dressed in an expensive suit, exuding an air of wealth and confidence. He smiles, his gaze appreciative. "Can I buy you a drink?" he asks, his voice smooth. <br><br>
You bat your eyelashes and giggle, playing up the ditzy act. "Oh my gosh, like, totally!" you exclaim, your voice high-pitched and bubbly. "I would love that!" You accept his offer with a flirty smile, feeling a mix of excitement and nervousness. He smirks, signaling the bartender. "What's your poison, sweetheart?" You bat your eyelashes, feigning innocence. "Um, I don't know, like, something fruity and girly?" You giggle again, <<linkreplace "leaning in closer to him.">> leaning in closer to him. <br><br>
"You pick for me. You seem like you know what you're doing." He chuckles, his hand resting on your lower back as he orders a drink for you. "You're cute," he says, his eyes lingering on your cleavage. You lean in closer, your hand lightly touching his arm. "You're so nice to buy me a drink. Most guys are, like, so mean."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bimbo/Flirt0.jpg")]]
</div><br>
He chuckles, his eyes roaming over you. "Well, I'm not most guys," he says, his voice dripping with self-importance. "I know how to treat a lady." As you start to chat, he casually places his hand on the small of your back, a possessive yet gentle touch. You giggle and bat your eyelashes, continuing to play the part of the ditzy bimbo. "So, like, what do you do for a living?" you ask, your voice high-pitched and bubbly. He smirks, his hand slowly moving to the inside of your thigh. "I'm in finance," he replies, his tone slightly condescending. "It's a bit complicated for someone like you to understand." <br><br>
You pout playfully, pushing down the irritation that bubbles up inside you. "Oh, like, whatever! I might not be smart, but I know how to have fun!" You giggle again, leaning into his touch, reminding yourself of the end goal. He chuckles, his eyes roaming over you. "I bet you do. So, tell me, what do you do besides looking this good?" You twirl a strand of hair around your finger, feigning innocence, even as you feel a twinge of humiliation. "Oh, you know, just being me! I love shopping, going to the beach, and having a good time. Life's too short to be serious all the time, right?"
As you continue your conversation, the man's hand begins to caress the inside of your thigh, his touch growing more intimate. His eyes are fixed on your chest, his gaze unwavering as he speaks to you. You continue to play the role, giggling at his jokes and acting impressed by his stories. The initial discomfort starts to fade, replaced by a strange sense of empowerment. There's something oddly satisfying about being desired so intensely, about having this man's undivided attention. You find yourself enjoying the sensation of his hand on your thigh, the way <<linkreplace "his eyes linger on your body.">>his eyes linger on your body.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bimbo/Flirt1.jpg")]]
</div><br>
You giggle again, leaning in closer to him, your eyes wide and innocent. "So, like, what do you do for fun? Besides being all rich and important?" you ask, your voice playful and light. He chuckles, his hand still resting on your thigh, his fingers gently tracing small circles. "Well, I enjoy the finer things in life," he says, his voice smooth and confident. "Good food, good wine, and good company." His eyes linger on you, the implication clear. You bat your eyelashes and pout slightly. "Oh, I love good company too! Especially when they're as handsome as you." You giggle again, your hand lightly touching his arm. <br><br>
He smirks, his gaze growing more intense. "You know, I have a suite upstairs. It's very... comfortable. We should head up there for a private drink. Continue this conversation in a more... intimate setting." His tone is commanding, leaving little room for debate. He stands up, taking your hand firmly in his, expecting you to follow without question. His dominant demeanor makes it clear that he's used to getting what he wants. <br><br>
You look up at him, your eyes widening slightly at his dominant tone. You can feel a mix of excitement and nervousness coursing through you. With a playful giggle, you bat your eyelashes and nod, feigning a ditzy enthusiasm. "Oh my gosh, like, totally! That sounds so exciting!" You stand up, allowing him to [[lead you by the hand.->Hotel Room]]<br><br>
<<set $minute +=30>>
<<AddIntoxication 30>><br>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "intellect" "-1">>
<</linkreplace>><</linkreplace>><<set $hour +=1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bimbo/Hotel.webp")]]
</div><br>
As you lead the way towards the man's hotel room, you can't help but put an extra sway in your hips, walking with a sensual catwalk stride that's sure to catch his eye. You glance back over your shoulder, giggling and batting your eyelashes, fully embracing your role as the ditzy bimbo. He follows close behind, his eyes glued to your every movement. "Damn, you've got a walk that could stop traffic," he comments, his voice laced with desire and amusement. You giggle, tossing your hair over your shoulder. "Oh, thank you! I just love being all sexy and stuff." You exaggerate your strut, playing up the act as you turn down the hallway leading to his suite.<br><br>
He chuckles, his gaze roaming over you appreciatively. "That's right, sweet cheeks. Keep walking like that. You're giving me quite the show." He reaches out, playfully smacking your behind, a gesture that would normally irritate you, but in this context, it feels almost expected. You let out a high-pitched laugh, not missing a beat. "I just love it when a man knows what he wants." He smirks, catching up to you and wrapping an arm around your waist. "And I know exactly what I want tonight, doll face. You're in for a treat." He leans in, his breath hot against your ear. "Just keep being your sexy, stupid self, and we'll have a great time," he says as <<linkreplace "you reach the door to his suite.">>you reach the door to his suite.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bimbo/Intro"+random(3)+".webp")]]
</div><br>
You take a moment to look around, taking in the luxurious surroundings. "Wow, this is so fancy!" you exclaim, your voice filled with awe. "I've never been in a place like this before." He smirks, clearly enjoying your performance. "I'm glad you like it. Now, why don't you make yourself comfortable? I promise, you're going to love what I have in store for you." You giggle again, perching on the edge of the bed. You know what's coming, and you're prepared to play your part to the end. As he approaches you, his intentions clear, you take a deep breath, reminding yourself of your goal. You have to stay in character, let him believe he's in control, even as you manipulate the situation to your advantage.<br><br>
You look up at him, your eyes wide and innocent, as he stands before you, his gaze hungry and expectant. He smirks, his thumb brushing your lower lip. Now, why don't you show me what that pretty little mouth of yours can do, hmm?" You slide off the bed, dropping to your knees in front of him. You look up at him, your eyes filled with a lust you don't truly feel. You reach for his belt, your hands moving quickly and confidently, even as your stomach churns with discomfort. You unbuckle it and <<linkreplace "unzip his pants.">> unzip his pants.<br><br>
"Wow, it's so big!" you exclaim, your voice filled with awe, even though the sight makes you want to recoil. "I've never seen one so huge before!" He grips your hair, his voice laced with mocking amusement. "I bet you did, you little slut. Now get to work." You make sure to add little moans and sighs, playing up your enthusiasm even as you feel a deep sense of humiliation. He watches you, his eyes filled with lust and contempt. "That's it, sweetheart," he groans, his voice thick with pleasure. "You're just a little fucktoy, aren't you? Born to serve real men like me." You pull back slightly, looking up at him with feigned adoration. "Mmm, yes, big boy," you murmur. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bimbo/bj"+random(2)+".webp")]]
</div><br>
You increase your pace, your head bobbing up and down, your hands working in tandem with your mouth. "Mmm, you taste so good," you murmur, even as your stomach turns. "I love having your big cock in my mouth." He smirks, clearly enjoying your act. He grabs your waist and pulls you closer, his hands roaming over your body with a possessive touch. "You're such a good little slut, aren't you?" he murmurs, his voice low and suggestive. <br><br>
You giggle again, playing up your role as the eager, naive bimbo. "Oh, yes, I love being your little slut!" you coo, your voice breathy and excited. He chuckles, his eyes gleaming with lust and amusement. "Spread your legs for me. Let me see that pretty little pussy of yours." You comply eagerly, <<linkreplace "spreading your legs wide.">>spreading your legs wide and arching your back to give him a better view. You feel a wave of humiliation wash over you, but you push it down, focusing on the role you have to play. "Is this good, big boy?" you ask, your voice filled with feigned innocence. "Do you like what you see?"<br><br>
He smirks, his eyes roaming over your exposed body. "Oh, yes, sweetheart. You're perfect. Now, let's see how well you can take this big cock of mine." He positions himself between your legs, his hands gripping your hips tightly. You brace yourself, knowing what's coming. He thrusts into you, his movements rough and unyielding. You let out a moan, feigning pleasure. "Oh, yes, big boy!" you cry out, your voice filled with fake enthusiasm. "Fuck me harder! Show me what you've got!" He grunts, his hips moving faster and harder. You grip the sheets beneath you, your body rocking with each thrust. You keep your eyes on him, trying to fake your pleasure.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bimbo/Fuck"+random(5)+".webp")]]
</div><br>
Yet, as he continues to fuck you,the humiliation and shame you initially felt start to fade, replaced by a growing sense of pleasure. You find yourself moaning and sighing with genuine enjoyment, your body responding to his touch in ways you hadn't anticipated. "That's it, sweetheart," he groans, his voice thick with pleasure. "Take it all. Show me what a good little slut you are." You realize that playing the role of the bimbo is becoming easier. The dirty talk flows from your lips without effort, and the pleasure you feel is no longer an act. "Oh, yes, big boy! I love it! Fuck me harder!" you cry out, your voice filled with genuine excitement. <br><br>
He complies, his movements becoming more intense and frenzied. You can feel his excitement building, his body tensing with anticipation. You meet his thrusts with your own, your hips moving in sync with his. The pleasure builds within you, and you find yourself on the brink of an orgasm. Before you can react, he positions himself over you, his cock poised above your face. You look up at him, your eyes wide with a mix of surprise and lingering pleasure. He lets out a low groan as he reaches his climax, <<linkreplace "his hot semen spurting onto your face.">>his hot semen spurting onto your face and into your open mouth.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bimbo/Cumshot"+random(2)+".webp")]]
</div><br>
The sensation of his warm, salty fluid hitting your tongue brings you crashing back to reality. You're suddenly aware of the degradation, the humiliation, and the fact that you had, for a moment, genuinely enjoyed playing the role of the bimbo.But you know you have to stay in character, to play the part to the end. You swallow his semen, your eyes never leaving his, even as your mind races with confusion and self-loathing. You force a smile onto your lips, your voice filled with feigned enthusiasm. "Mmm, that was so good, big boy!" you coo, licking your lips and wiping the remnants of his cum from your face with your fingers. "I love the taste of you. You're so yummy!" He smirks down at you, clearly pleased with your performance. "That's a good girl," he says, his voice filled with satisfaction. "Did I do good, big boy?" you ask, your voice breathy and eager. He chuckles, his hand cupping your cheek. "You did great, sweetheart. You're a natural." <br><br>
You giggle and sit up on the bed. "Here you go, doll face," he says, his voice dripping with condescension as he pulls out his wallet and counts out a few bills. "Why don't you treat yourself to a new dress? Something nice and tight, to show off that hot little body of yours." You force a smile onto your lips, looking up at him with wide, innocent eyes, even as your cheeks flush with humiliation. "Oh, wow, thank you so much, big boy!" you exclaim, your voice filled with feigned enthusiasm. "I just love new clothes! You're so generous." <br><br>
He chuckles, clearly pleased with himself as he hands you the money. "That's what good girls get when they behave themselves," he says, his tone patronizing. "Maybe next time, you can wear it for me. Give me a little fashion show." You giggle, tucking the money into your purse, your fingers trembling slightly. "That sounds like so much fun!" you coo, batting your eyelashes at him, even as your heart aches with shame and self-loathing. He watches you with a smirk, his eyes lingering on your body as you begin to <<linkreplace "gather your clothes.">>gather your clothes. You slip into your dress, smoothing it down over your curves, and step into your heels. You avoid his gaze, focusing instead on the task at hand, trying to maintain the facade of the eager, naive bimbo. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Casino/Bimbo/Leaving"+random(3)+".webp")]]
</div><br>
He smirks, his eyes roaming over your body one last time before he turns away, dismissing you with a wave of his hand. "Alright, sweetheart, you can see yourself out. I've got things to do." You nod eagerly, your smile never wavering, even as your heart sinks. "Of course, big boy! I don't want to keep you. Thank you again for everything." You turn and make your way to the door, your heels clicking softly on the floor. You can feel his gaze on your back, and you force yourself to sway your hips, to keep up the act until the very last moment, even as the weight of your actions presses heavily on your shoulders. <br><br>
As you make your way down the hallway and into the elevator, you take a deep breath, trying to steady your nerves. You remind yourself that this was just a means to an end, a necessary evil to achieve your goals. But the taste of his cum lingers in your mouth, and the feel of his money in your purse is a bitter reminder of the price you've paid. But for now, you push those thoughts aside, focusing instead on the money in your purse, as you [[walk away from the hotel.->Go out]]<br><br>
<<HaveASexWidget "vaginal" "stranger" "mouth">>
<<MainChar_Stats "corruption" "1" "100">>
<<set _money to Math.round(gaussian($mainChar.attractiveness,15)*7/50)*50>>
<p class="add">+_money Money</p> <<set $mainChar.money += _money>><br>
<<MainChar_Stats "arousal" "40">>
<<MainChar_Stats "intellect" "-2">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $hour +=1>>
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<</linkreplace>><<if $mainChar.haveCum.face>0>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Hall_CumReac.jpg")]]
</div><br>
You push open the heavy doors of the police station. The officer behind the counter looks up, his eyes widening slightly as henotices the unmistakable traces of semen on you. "Miss, are you okay?" he asks, his voice filled with concern as he stands up from his chair. "Did something happen to you? Were you assaulted?" You blink, taken aback by his question. "Assaulted?" you repeat, your voice confused. "No, I... I don't understand. Why would you think that?" The officer's expression darkens, his eyes narrowing as he takes a closer look at you. "Miss, you have semen on your clothes," he says, his voice firm. <br><br>
You look down at yourself, finally noticing the stains on your clothes. A flush of embarrassment and excitement courses through you as you realize what he's seeing. "Oh, that," you say, your voice trembling slightly. "It's not what you think. I... I was just having some fun with a friend. It got a little messy." The officer's face turns red with anger. "Fun?" he growls. "You think it's appropriate to walk into a police station looking like this? It's disrespectful and indecent. You need to leave before I have you taken into custody for public indecency." You step back, your heart racing with a mix of panic and arousal. "I'm sorry," you stammer. "I didn't mean to cause any trouble. I'll go." <br><br>
The officer nods sharply, his eyes still filled with disapproval. "See that you do. And clean yourself up before you go out in public again." You turn and [[hurry out of the police station,->Go out]] your cheeks burning with embarrassment.<br><br>
<<MainChar_Stats "arousal" "10">>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Hall.jpg")]]
</div><br>
You step into the police station. The atmosphere is heavy with tension, and the faint scent of coffee and paper lingers in the air. Officers move around briskly, some speaking into radios, others shuffling through stacks of paperwork. You walk over to the reception desk. A tired officer looks up from his paperwork as you approach.
The officer glances at you, his expression unreadable. The desk is cluttered with files, a phone, and a computer. He clears his throat before speaking.<br>
"Can I help you with something?" he asks, tapping a pen against the edge of the desk.<br><br>
<span id='name'><<if $mainChar.money <50>>
Ask to change your name ($50)
<<else>>
<<linkreplace "Ask to change your name ($50)">>
You approach the counter and politely ask, "I'd like to change my name, please." The officer looks at you for a moment, then nods. "You'll need to fill out a form," the officer replies, reaching for a clipboard behind the desk. "It requires your current name, proof of identity, and the reason for the change. Once you've completed it, we'll process the request and send it for approval." He hands you the form, along with a pen.<br><br>
Current first name: $mainChar.firstName<br>
New first name: <<textbox "$mainChar.firstName" $mainChar.firstName>>.
<<button "Submit the form">>
<<replace #submit>> <br><br>You finish filling out the form and hand it back to the officer behind the counter. They glance over the details and nod. "Thank you Ms... <<print '$mainChar.firstName'>>. We'll process this and inform you of the next steps," the officer says, taking the form. You turn around to [[leave the police station.->Go out]]<br><br>
<p class='add'> You've changed your name ! </p><br>
<<set $minute +=30>>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "money" "-50">>
<</replace>>
<</button>> <span id='submit'><br><br>[[Change your mind->Police Station]]</span>
<</linkreplace>>
<</if>><br></span>
<<if $Achievements.sexslave.unlocked is true>>
<<linkreplace "Report the sexual slavers">>
You take a deep breath, steeling yourself for what you're about to do. "Yes, I... I need to report something," you say, your voice steady despite the turmoil inside you. <br><br>
<<linkreplace "Tell everything">>
"I was kidnapped and held captive by a group of individuals. I know where they operate, and I want to denounce them." The officer's eyes widen in surprise, and he quickly picks up the phone. <br><br>
"I'll get someone to come and speak with you right away," he says, his voice urgent. He murmurs something into the phone, and within moments, a plainclothes detective approaches the desk. The detective introduces themselves briefly before leading you to a private interview room where you can tell everything you know about the slavers. Finally, the detective thanks you, and let you [[leave the police station.->Go out]]<br><br>
<<set settings.EnableSlavers = false>>
<<replace #warning>><</replace>>
<</linkreplace>> <span id='warning'><p class="minus">(This will disable the slavers' event. It can be re-enabled in the settings.)</p> <br>
[[Change your mind->Police Station]] </span>
<<replace #name>><</replace>><<replace #leave>><</replace>><</linkreplace>><br>
<</if>>
<br>
<span id='leave'>[[Leave the police station->Go out]]</span>
<</if>><div class="secondary-image-wrapper">
[img[String.format($urlPath + "/Police Station/Arrested.jpg")]]
</div><br>
You're guided into the back seat, the door closing with a finality that sends a shiver down your spine. You can't help but feel a mix of regret and fear. This time, there's no escaping the consequences of your actions. The handcuffs dig into your wrists, a stark reminder of the trouble you're in. You look at the officer in the front seat, his eyes focused on the road ahead. <br><br>
<<if random(2)<2>>
"Please," you beg, your voice trembling. "You have to let me go. I didn't mean to do it. It was a mistake." The officer glances at you in the rearview mirror, his expression unyielding. "I've heard that before," he says, his voice firm. "Everyone makes mistakes, but what you did is a serious offense. I can't just let you go." <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Car/CarBack.webp")]]
</div><br>
<span id='pussy'><<if $mainChar.corruption>=40>><<linkreplace "offer your pussy in exchange.">>
Desperation claws at you, and you blurt out the first thing that comes to mind. "I'll do anything," you say, your voice barely above a whisper. "I'll let you have my pussy if you let me go." The officer's eyes flick back to the rearview mirror, and for a moment, he seems to consider your offer.
<<if gaussian($mainChar.attractiveness,20) <= 30 >>
You can see the conflict in his gaze, but then his expression hardens. "No," he says, his voice cold. "I've seen enough. You're not worth the trouble."<br><br>
The rejection stings, and you feel a wave of humiliation wash over you. You sink back into the seat, your cheeks burning with shame. The rest of the ride is silent, the tension in the car palpable. Finally, the car pulls up to the police station. The officer parks and gets out, opening the back door for you. The humiliation of your failed attempt to bargain with your body lingers, but you push it aside, focusing on the reality of your situation. You're here now, and you have to face the consequences of your actions. You step out, your legs feeling unsteady, as [[he guides you into the station.->Interrogation Room]] <br><br>
<<MainChar_Stats "arousal" "-15">>
<<MainChar_Stats "corruption" "1" "60">>
<<set $minute += 20>>
<<else>>
The officer's eyes meet yours in the mirror, and for a moment, he says nothing. Then, without a word, he pulls the car over to the side of the road and puts it in park. He turns to face you, his gaze intense. "Beg me to fuck you," he says, his voice low and commanding. You swallow hard, your mind racing. But you know this is your only chance. You look him in the eyes, your voice filled with desperation and need. "Please, fuck me," you plead. "Take my pussy, punish me for what I've done. I need you to teach me a lesson."<br><br>
He nods, a grim satisfaction in his eyes. He pulls you out of the car and presses you against the side of the vehicle, the metal cold against your back. His hands are rough and demanding. You can feel the weight of his authority, the power he holds over you when <<linkreplace "he enters you forcefully.">>he enters you forcefully. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Car/Fuck"+random(3)+".webp")]]
</div><br>
Each thrust is a punishment, a reminder of your transgressions. You gasp, the sensation overwhelming, a mix of pain and pleasure. His grip on your hips is tight, his movements relentless. You can feel his anger, his frustration, and his desire all rolled into one. You can feel him getting closer, his breaths coming in ragged gasps. With a final, powerful thrust, he pulls out and ejaculates onto you, marking you with his release. You stand there, panting, your body trembling from the intensity of it all. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Car/Cum"+random(1)+".webp")]]
</div><br>
He steps back, his eyes still dark but now with a hint of satisfaction. He adjusts his uniform, his demeanor returning to the professional facade. "Get out of here," he says, his voice cold. "And don't let me catch you again." You nod, your heart still racing. You gather your torn underwear and straighten your clothes, feeling a mix of relief and shame. Without a word, you [[turn and walk away,->Go out]] leaving the officer behind you. <br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-10">>
<<set $minute += 50>>
<</linkreplace>>
<</if>>
<<replace #wait>><</replace>><</linkreplace>><br><</if>></span>
<span id='wait'><<linkreplace "Remain silent">>
Defeated, you slump back in your seat, the handcuffs digging into your wrists. There's nothing more you can say or do. The car continues its journey, the silence between you and the officer heavy and oppressive. You watch the cityscape pass by the window, the neon lights and bustling crowds a stark contrast to the cold, stark reality awaiting you at [[the police station.->Interrogation Room]]<br><br>
<<set $minute += 20>>
<<replace #pussy>><</replace>><</linkreplace>></span>
<<else>>
You look at the officers in the front seat, your voice trembling as you plead, "Please, let me go. I didn't mean to do it. It was a mistake." The officers exchange a glance, their expressions unyielding. "We've heard that before," one of them says, his voice firm. "You're not the first, and you won't be the last. The law is the law." <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Car/CarBack.webp")]]
</div><br>
<span id='pussy'><<if $mainChar.corruption>=70>><<linkreplace "offer them your body in exchange.">>
Panic rises within you, and you grasp at any straw to change your fate. "What if... what if I offered you something in return for my freedom?" you say, your voice barely above a whisper. The officers look at each other again, a hint of curiosity in their eyes. "And what exactly are you offering?" the other officer asks, his tone cautious. You take a deep breath, steeling yourself for what you're about to say. "I'll let you both fuck me," you say, your voice steady despite the turmoil inside you.
<<if gaussian($mainChar.attractiveness,20) <= 30 >>
You can see the conflict in their gaze, but then their expression hardens. "No," the driver says, his voice cold. "I've seen enough. You're not worth the trouble."<br><br>
The rejection stings, and you feel a wave of humiliation wash over you. You sink back into the seat, your cheeks burning with shame. The rest of the ride is silent, the tension in the car palpable. Finally, the car pulls up to the police station. The officer parks and gets out, opening the back door for you. The humiliation of your failed attempt to bargain with your body lingers, but you push it aside, focusing on the reality of your situation. You're here now, and you have to face the consequences of your actions. You step out, your legs feeling unsteady, as [[they guide you into the station.->Interrogation Room]] <br><br>
<<MainChar_Stats "arousal" "-15">>
<<MainChar_Stats "corruption" "1" "60">>
<<set $minute += 20>>
<<else>>
The officers look at each other again, a silent communication passing between them. "You realize there are two of us, right?" one of them says, his voice laced with a dark undertone. You nod, understanding the implication. "I... I can handle it," you say, your voice steady despite the pounding of your heart. The car pulls into a dark, secluded alley, the engine idling as the officers step out. They open the back door, and you slide out, your body trembling with a mix of fear and anticipation. They press you against the side of the car, their hands rough and demanding.<br><br>
One of them unzips his pants, his erection already straining against his boxers. He pushes you down, guiding your mouth to his length. You take him in, your lips wrapping around him as <<linkreplace "you begin to suck.">>you begin to suck. The other officer moves behind you, his cock pressing against your pussy, and then he thrusts in, filling you completely. You're sandwiched between them, their bodies moving in sync as they take you. The sensation of being filled from both ends is overwhelming, a mix of pleasure and pain that leaves you gasping. You can hear their grunts and moans, their breaths coming in ragged pants as they use you for their pleasure.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Car/DoubleFuck"+random(1)+".webp")]]
</div><br>
The alley is filled with the sounds of their thrusts and your muffled cries, the intensity of the moment consuming you. You can feel the tension building, the pressure inside you growing with each thrust. You know you're close, and you can feel them nearing their own release. As they both come, their bodies shuddering with the force of their orgasms, you feel a wave of relief wash over you. They pull out, their breaths heavy as they adjust their clothes. You stand there, your body aching but your mind clear. Without a word, you [[turn and walk away,->Go out]] leaving the officer behind you. <br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "corruption" "1" "110">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "energy" "-30">>
<<set $minute += 50>>
<</linkreplace>>
<</if>>
<<replace #wait>><</replace>><</linkreplace>><br><</if>></span>
<span id='wait'><<linkreplace "Remain silent">>
Realizing that your pleas are futile, you sink back into the seat, a sense of defeat washing over you. There's nothing more you can do, no words that will change their minds. The ride to the police station feels interminable, each passing minute stretching out like an eternity. You try to prepare yourself for what lies ahead, knowing that you'll have to face the consequences of your actions. As the car finally pulls into the station's parking lot, you take a deep breath, steeling yourself for what comes next. The officers open the door and lead you to [[the police station.->Interrogation Room]]<br><br>
<<set $minute += 20>>
<<replace #pussy>><</replace>><</linkreplace>></span>
<</if>><<if $mainChar.corruption <60>>
<<set _solo to 'true'>>
<<else>>
<<set _solo to either('true','false')>>
<</if>>
<<if _solo is 'true'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Solo"+random(1)+".jpg")]]
</div><br>
The officer opens the door and gestures for you to enter. The room is sparsely furnished with a metal table and two chairs. A single, bright light hangs from the ceiling, casting long shadows. You take a seat, the cold metal of the chair sending a chill through you. The officer closes the door behind him, the click of the latch echoing ominously in the small space. You look up at him, a sense of dread washing over you.<br><br>
"Before we proceed," he says, his voice firm, "I need to make sure you're not hiding anything on you. I'll have to conduct a thorough search." You tense, feeling a wave of humiliation and fear. "Is that really necessary?" you ask, your voice trembling. The officer nods, his eyes unwavering. "It's standard procedure. Please stand up." Reluctantly, you <<linkreplace "rise from the chair.">>rise from the chair, your heart pounding in your chest. The officer begins the search, his hands moving methodically over your body. He checks your pockets, your waistband, and then his hands move to more intimate areas. You flinch as he bends you over the table, touches your breasts, his fingers pressing firmly. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/SearchIntro.webp")]]
</div><br>
<<if $mainChar.corruption <20>>
He moves lower, his hands sliding between your legs, checking your inner thighs and then, to your horror, he begins to undo your pants. You try to protest, but his stern gaze silences you. He pulls down your pants and underwear, leaving you completely exposed. You cross your arms over your chest, trying to cover yourself, but the officer's eyes remain clinical and detached. "I need to check all your orifices," he says, his voice devoid of emotion. You feel a rush of shame and vulnerability as he positions himself behind you. <br><br>
His fingers probe between your legs, pushing into your most intimate places. You gasp as he inserts his fingers into your vagina, the intrusion feeling like a violation. He moves his fingers in and out, the motion clinical but humiliating. You bite your lip, trying to hold back tears of shame and anger. He then moves to your anus, his fingers pushing inside, the sensation foreign and invasive. You clench your teeth, feeling a mix of pain and humiliation as he continues his search. The officer's breath is steady, his movements methodical, but you can't help but feel like he's taking a perverse pleasure in your discomfort.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Search"+random(1)+".webp")]]
</div><br>
Finally, he withdraws his fingers, and you straighten up, your body trembling with a mix of relief and lingering violation. You feel exposed, humiliated, and utterly vulnerable. The officer steps back, his expression unchanged. "You can get dressed now," he says, his voice calm. "We'll continue with the interrogation shortly." You quickly gather your clothes, your hands shaking as you dress, the weight of what just happened settling heavily on your shoulders. The room feels colder, the silence deafening as you prepare to face whatever comes next.
<<elseif $mainChar.corruption <60>>
His hands move lower, skimming over your stomach before reaching your hips. Your breath hitchs as his hands move between your legs, his fingers pressing gently against your inner thighs. You can feel the heat rising in your cheeks, but there's also a growing warmth between your legs. "I need to be thorough," he says, his voice low. He begins to undo your clothes, piece by piece, until you're standing completely naked in the cold room. You feel exposed, vulnerable, but also strangely excited by the situation.<br><br>
"I need to check all your orifices," he says, his voice clinical but firm. You feel his fingers, slick with something cool and slippery, press against your entrance. He inserts them gently, his touch surprisingly careful. You gasp, the sensation both invasive and strangely pleasurable. He moves his fingers deeper, checking thoroughly, before withdrawing and moving to your anus. You tense slightly, but his touch remains gentle yet firm. He inserts his fingers, the sensation foreign but not entirely unpleasant. You find yourself relaxing into it, the feeling of being dominated and controlled sending a thrill through you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Search"+random(1)+".webp")]]
</div><br>
As he finishes his inspection, he steps back, his eyes meeting yours. You straighten up, feeling a mix of embarrassment and arousal. The situation is intense, the power dynamic between you and the officer electrifying. You can't help but feel a sense of excitement, the thrill of the forbidden adding to the intensity of the moment. You feel exposed and utterly vulnerable. The officer steps back, his expression unchanged.
<<else>>
He starts with a pat-down, his hands moving methodically over your body. He doesn't shy away from any area, his touch clinical yet invasive as he checks your breasts and between your legs. You can feel your heart racing, a mix of nerves and something else—something darker and more primal. "I need you to remove your clothes," he instructs, his voice steady. You comply, stripping down until you're completely naked, the cold air of the room raising goosebumps on your skin. You stand before him, vulnerable and exposed, but there's a thrill coursing through you that you can't deny. You look back at him, a smirk playing on your lips. "I can't hide anything from you like this," you say, your voice breathy. "I'm totally helpless."<br><br>
"I need to check all your orifices," he says, his voice professional but firm. He guides you to bend over the table, your hands flat against the cold metal surface. You feel his fingers, gloved and cool, as he begins his inspection. He starts with your pussy, his fingers sliding in with a clinical precision that sends a shiver up your spine. You can't help but moan, the sound escaping your lips before you can stop it. You're completely depraved, and you don't even try to hide it. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Search"+random(1)+".webp")]]
</div><br>
As his fingers move inside you, you begin to rock back and forth, using his touch to pleasure yourself. The sensation is overwhelming, the mix of humiliation and arousal driving you wild. He pauses, his breath hitching slightly, but he doesn't stop you. Instead, he moves his fingers to your anus, the intrusion sending a jolt of pleasure through you. You continue to move, fucking yourself on his fingers, the sounds of your moans filling the room. The officer's breath is heavier now, his professional demeanor slipping slightly as he watches you. "You're enjoying this, aren't you?" he asks, his voice low and rough.<br><br>
You look back at him, your eyes filled with lust and desperation. "Yes," you admit, your voice breathy. "I can't help it. It feels so good." He keeps his fingers inside you, allowing you to continue your movements, the room filled with the sounds of your pleasure and his heavy breathing. The line between interrogation and something far more illicit has blurred, and you're lost in the sensation, completely at his mercy.
<</if>>
The officer steps back, his eyes lingering on you for a moment before he turns away, giving you space to redress. You gather your clothes, feeling a mix of relief and anticipation as you slip back into them, the fabric brushing against your sensitive skin. Once you're dressed, he gestures for you to <<linkreplace "sit back down.">>sit back down. <br><br>
<<silently>><<repeat 0.125s>> <<run $("#interrogation").css("display", "block")>><</repeat>><</silently>>
<</linkreplace>><</linkreplace>>
<span id="interrogation" style="display: none">
<<if $mainChar.crime is "cheat">>
"Alright," he begins, his voice steady and authoritative. "Let's start from the beginning. Why were you caught by security? This isn't the first time, is it?" You hesitate, knowing that honesty might be your best option, but also fearing the consequences. "I... I was trying to manipulate the game," you confess, your eyes downcast. "I've done it before, and I thought I could get away with it again." <br><br>
The officer nods, jotting down notes on a pad. "And what made you think you could get away with it this time?" You shrug, feeling a mix of shame and defiance. "I don't know. I guess I just got caught up in the moment. The thrill of it all."
<<elseif $mainChar.crime is "exhib">>
<<if $mainChar.corruption <= 60>>
The officer across from you shuffles through some papers, his expression serious and unreadable. "So, you were caught exhibiting yourself in public," he begins, his voice firm. "Can you explain why you did that?" You look down at your hands, your cheeks flushing with embarrassment. "I... I don't know what came over me," you admit, your voice soft and hesitant. "It was a moment of weakness. I didn't mean to cause any harm or disturbance."
<<else>>
The officer across from you shuffles through some papers, his expression serious and unreadable. "So, you were caught exhibiting yourself in public," he begins, his voice firm. "Can you explain why you did that?" You look down at your hands, your fingers twisting nervously. "I... I don't know," you murmur, your voice soft and submissive. "I just... I like the feeling of being seen. Of spreading my legs... showing off my pussy to anyone who wanted to look." <br><br>
The officer leans back in his chair, his eyes scrutinizing you. "And what exactly do you like about it? The shock? The excitement?" You squirm in your seat, feeling a mix of shame and arousal. "I like feeling desired," you admit, your voice barely above a whisper. "I like knowing that men want me, that they're getting turned on by looking at me." You spread your legs slightly, giving him a glimpse of your pussy. "I'm sorry, officer," you say, your voice pleading. <br><br>
<</if>>
<<elseif $mainChar.crime is "public fuck">>
<<if $mainChar.corruption <= 60>>
"Alright, let's start from the beginning," he says, his voice firm and authoritative. "You were arrested for engaging in sexual activity in a public space. Can you tell me exactly what happened?" You take a deep breath, trying to steady your nerves. "I... I was with someone," you begin, your voice soft and hesitant. "We were chatting, and things just... escalated. We didn't mean for it to happen, it just did." The detective raises an eyebrow, his expression skeptical. "Escalated? You mean you decided to have sex in public, where anyone could see you?" <br><br>
You nod, your cheeks flushing with shame. "Yes, I guess that's what happened. We weren't thinking clearly, and before we knew it, we were... well, you know." He leans back in his chair, his eyes narrowing as he studies you. "And why did you do it? Was it a dare? A thrill? Or something else?" You take a deep breath, trying to find the words to explain something that you barely understand yourself. "I don't know," you admit. "It was a mix of things, I guess. The excitement of doing something forbidden, the rush of adrenaline... and maybe a part of me just wanted to feel alive, to do something reckless and wild."<br><br>
<<else>>
"Alright, let's start from the beginning," he says, his voice firm and authoritative. "You were arrested for engaging in sexual activity in a public space. Can you tell me exactly what happened?" You lean back in your chair, crossing your legs casually. "Sure, why not?" you say, your voice dripping with nonchalance. "I was with this guy, Alex... i think. We were chating together, and things got a little... heated." The detective raises an eyebrow, his expression skeptical. "Heated? You mean you decided to have sex in a public place, where anyone could see you?"<br><br>
You shrug, a wicked smile playing on your lips. "Yeah, pretty much. It was exciting. The thrill of getting caught, the rush of doing something so... taboo. It was hot." He scribbles something down in his notepad, his eyes never leaving your face. "And you weren't concerned about the legal implications? Or the fact that you were exposing yourself to strangers?" You laugh, a sound that's both sultry and dismissive. "Honestly? I was more focused on not choking on his cock than worrying about who might be watching. Besides, if they didn't want to see it, they shouldn't have been looking."<br><br>
<</if>>
<<elseif $mainChar.crime is "whore">>
<<if $mainChar.corruption <= 60>>
The officer across from you shuffles through some papers, his expression serious and unreadable. "So, let's start from the beginning," he says, his voice firm but not unkind. "You were caught soliciting sex. Can you tell me more about that?" You shift uncomfortably in your seat, your cheeks flushing with embarrassment. "I... I was just trying to make some extra money," you say, your voice soft and hesitant. "I don't see the harm in it." The officer leans forward, his elbows on the table. "The harm is that it's illegal, and it can be dangerous," he says, his voice serious. <br><br>
<<else>>
The officer across from you shuffles through some papers, his expression serious and unreadable. "So, you were caught soliciting sex," he says, his voice firm and authoritative. "Care to explain yourself?" You look down at your hands, your fingers twisting nervously. "There... There's not much to explain," you say. "I love it. I love the feel of a man's hands on me, the taste of him in my mouth. I love being used, being fucked. It's who I am." The officer's eyebrows raise slightly, but he maintains his composure. "You realize this is a serious offense, right? Prostitution is illegal." You squirm in your seat, feeling a mix of shame and arousal. "I know, but I can't help it. I'm just... a dirty little slut who loves to please." <br><br>
<</if>>
<</if>>
The officer leans forward, his eyes locking onto yours. "You understand the seriousness of your actions, right? This is a crime, and it has consequences." His expression is serious, all traces of the earlier tension replaced by a professional demeanor. "Given the circumstances and your repeated offenses, you'll be spending a few days in prison. This is a serious matter, and we need to ensure that you understand the consequences of your actions." Your heart sinks, the reality of your situation settling in. <br><br>
<span id='suck'><<if $mainChar.corruption >=30>><<linkreplace "Negociate with a blowjob">>
You lean forward, your elbows on the table, your eyes meeting his. "I understand the situation," you say, your voice soft but determined. "But I'm willing to negotiate. I'll do anything to avoid jail time." He raises an eyebrow, a hint of curiosity in his gaze. "Anything?" You nod, a slight smile playing on your lips. "Anything. I could... please you, for example. Maybe let you... use my mouth?" You let the suggestion hang in the air, watching his reaction. <br><br>
<<if gaussian($mainChar.attractiveness,20) >= 10>>
He raises an eyebrow, a hint of interest sparking in his eyes. He steps closer, unzipping his pants and pulling out his cock, positioning it in front of your face. "Is that what you want?" he asks, his voice low. You nod, licking your lips. "Yes, sir. Anything to make this go away." He grabs a handful of your hair, guiding your mouth to his cock. You take him in, your lips wrapping around his shaft as you begin to suck. You focus on the thought of your freedom, using your skills to please him, hoping it will be enough to change his mind. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Suck"+random(2)+".webp")]]
</div><br>
But as you continue, he becomes more aggressive, his hips thrusting forcefully, using your mouth like a toy for his pleasure. He holds your head in place, his cock hitting the back of your throat, making you gag. "That's it," he groans, his voice harsh. "Take it all, you little slut. This is what you wanted, right?" You mumble an affirmation, your mouth full, your body tense. You can feel the degradation, the humiliation, but you cling to the hope that this will secure your freedom. <br>
"Alright, you win," he says, tucking himself back into his pants. "I'll cut your sentence in half. But remember, this stays between us." <br><br>
<span id='fuck'><<if $mainChar.corruption >=40>><<linkreplace "Bargain for more">> You pull back slightly, looking up at him with tear-streaked eyes but a determined gaze. "Wait," you gasp, your voice hoarse from the intense throat fucking. "I want a better deal. Not just half the sentence—I want it gone completely." He pauses, his cock twitching in your face, his eyes filled with a mix of lust and calculation. "And what makes you think you can negotiate that?" he asks, his voice breathless but firm. You take a deep breath, your heart pounding. "I'll give you my pussy," you say, your voice steady despite your racing pulse. "You can fuck me right here, right now. In exchange, you make my sentence disappear." <br><br>
He considers your offer, his eyes roaming over your naked body, lingering on your breasts and the juncture between your thighs.
<<if gaussian($mainChar.attractiveness,20) >= 15>>
"Fine," he growls, pushing you back onto the table. He spreads your legs wide, positioning himself at your entrance. He thrusts into you, his cock filling you completely. You gasp, your body tensing at the sudden intrusion. He starts to move, his hips pounding against you, his grip on your thighs bruising. "You're a dirty little slut, aren't you?" he grunts, his words degrading but exciting. "Using your body to get what you want. You love this, don't you?" <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Fuck"+random(3)+".webp")]]
</div><br>
He fucks you harder, his body slamming against yours, the table creaking beneath you. You can feel the intensity building, the sensation of his cock driving into you overwhelming. You cling to the edge of the table, your knuckles white, your body rocking with each thrust. Finally, he groans, his body tensing as he reaches his climax. He pulls out, his breath ragged, his eyes locked onto yours. "Deal's done," he says, his voice gruff. "Your sentence is gone. But remember, this never happened." <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Cum"+random(3)+".webp")]]
</div><br>
You nod, a mix of relief and exhaustion washing over you. You've secured your freedom, but the cost was high. As you slip on your pants and pull your shirt over your head, you can feel the wetness between your legs, the evidence of what just happened. Your pussy is still throbbing, the sensation of his cock lingering. You can taste his semen on your tongue, a bitter reminder of the deal you made. He watches you silently, his expression unreadable. Once you're fully dressed, he nods towards the door. "Let's go," he says, his voice back to its professional tone. <br><br>
You follow him out of the interrogation room, your steps unsteady. The hallway feels endless, the fluorescent lights harsh and unforgiving. Finally, you reach the exit. He turns to you, his eyes meeting yours for a brief moment. "Remember, this never happened," he says, his voice low. "Stay out of trouble." You nod, a mix of relief and shame washing over you. "Thank you," you murmur, your voice barely audible. You can still feel his semen on your tongue, the wetness between your legs a constant reminder of the price you paid for your freedom. You start to walk, [[leaving the police station->Go out]] behind you. <br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<MainChar_Stats "arousal" "35">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "combed" "false">>
<<set $hour +=1>>
<<else>>
The officer's expression hardens, and he shakes his head firmly. "That's not how this works, that's too much," he says, his voice stern. You feel a pang of disappointment, but you nod, understanding that there's no way out of this. "Alright," you say softly, accepting your fate. The officer stands up, his chair scraping against the floor. "Come with me," he says, leading you out of the interrogation room and [[toward the cells.->Prison][$mainChar.jailTime = 3]]<br><br>
<<HaveASexWidget "bj" "stranger" "inmouth">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $minute +=40>>
<</if>>
<<replace #accept>><</replace>><</linkreplace>><br><</if>></span>
<span id="accept"><<linkreplace "Accept the deal">>
You nod, wiping your mouth, a mix of relief and shame washing over you. You've secured a better deal, but at what cost? You stand up, your body aching, ready to face whatever comes next, hoping that this ordeal is finally over. The officer stands up, his chair scraping against the floor. "Come with me," he says, leading you out of the interrogation room and [[toward the cells.->Prison][$mainChar.jailTime = 3]]<br><br>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $minute +=40>>
<<replace #fuck>><</replace>><</linkreplace>></span>
<<else>>
The officer's expression hardens, and he shakes his head firmly. "That's not how this works," he says, his voice stern. "Bribery and sexual favors won't get you out of this. You broke the law, and you have to face the consequences." You feel a pang of disappointment, but you nod, understanding that there's no way out of this. "Alright," you say softly, accepting your fate. The officer stands up, his chair scraping against the floor. "Come with me," he says, leading you out of the interrogation room and [[toward the cells.->Prison][$mainChar.jailTime = 6]]<br><br>
<<MainChar_Stats "corruption" "1" "60">>
<</if>>
<<replace #end>><</replace>><</linkreplace>><br><</if>></span>
<span id='end'><<linkreplace "Accept your fate">>
You take a deep breath, feeling a mix of apprehension and resignation. The reality of your situation sinks in, and you nod slowly, accepting your fate. "I understand," you say, your voice steady but tinged with a hint of nervousness. You begin to gather your clothes, feeling a sense of vulnerability as you dress under his watchful gaze.
The officer leads you out of the interrogation room, his hand gently guiding you down the sterile corridors. <br><br>
The sound of your footsteps echoes through the halls, each step bringing you closer to the stark reality of your new surroundings. You take a deep breath, steeling yourself for the days ahead, determined to face your punishment with dignity and resolve. "Come with me," he says while opening the door [[toward the cells.->Prison][$mainChar.jailTime = 6]]<br><br>
<<replace #suck>><</replace>><</linkreplace>></span>
</span>
<<elseif _solo is "false">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Double"+random(1)+".jpg")]]
</div><br>
The officers open the door and gesture for you to enter. The room is sparsely furnished with a metal table and two chairs. A single, bright light hangs from the ceiling, casting long shadows. You take a seat, the cold metal of the chair sending a chill through you. The officers close the door behind them, the click of the latch echoing ominously in the small space. You look up at them, a sense of dread washing over you. "Before we proceed," one of them says, his voice firm, "we need to make sure you're not hiding anything on you. We'll have to conduct a thorough search." You tense, feeling a wave of humiliation and fear. "Is that really necessary?" you ask, your voice trembling. The officers exchange a glance, a hint of a smirk playing on their lips. "It's standard procedure," the other one says, his eyes lingering on you. "Please stand up." <br><br>
Reluctantly, you <<linkreplace "rise from the chair.">>rise from the chair, your heart pounding in your chest. The officers begin the search, their hands moving methodically over your body. They check your pockets, your waistband, and then their hands move to more intimate areas. You flinch as they bend you over the table, one of them touching your breasts, his fingers pressing firmly. The other officer watches, his eyes filled with a mix of amusement and something darker. "You know, we see a lot of people try to hide things," the first officer says conversationally, as if this is just a routine part of their day. "But no one ever succeeds. We always find what we're looking for." His partner chuckles, a low sound that sends a shiver down your spine. "That's right," he agrees. "And sometimes, we find more than we bargained for."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/SearchIntro.webp")]]
</div><br>
<<if $mainChar.corruption <20>>
They move lower, their hands sliding between your legs, checking your inner thighs. To your horror, one of them begins to undo your pants. You try to protest, but their stern gazes silence you. They pull down your pants and underwear, leaving you completely exposed. You cross your arms over your chest, trying to cover yourself, but the officers' eyes remain clinical and detached. "We need to check all your orifices," one of them says, his voice devoid of emotion. The other nods in agreement, a slight smirk playing on his lips. You feel a rush of shame and vulnerability as they position themselves behind you. The first officer's fingers probe between your legs, pushing into your most intimate places. <br><br>
You gasp as he inserts his fingers into your vagina, the intrusion feeling like a violation. He moves his fingers in and out, the motion clinical but humiliating. You bite your lip, trying to hold back tears of shame and anger. "She's tight," he comments to his partner, who chuckles softly. He then moves to your anus, his fingers pushing inside, the sensation foreign and invasive. You clench your teeth, feeling a mix of pain and humiliation as he continues his search. The officers exchange a glance, and the second one steps closer, his eyes lingering on your exposed body. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Search"+random(1)+".webp")]]
</div><br>
Finally, they withdraw their fingers, and you straighten up, your body trembling with a mix of relief and lingering violation. The officers step back, exchanging a glance with each other, their expressions unchanged. One of them smirks slightly, enjoying the power dynamic at play. "You can get dressed now," the first officer says, his voice calm and almost dismissive. The other adds, "We'll continue with the interrogation shortly." You quickly gather your clothes, your hands shaking as you dress, the weight of what just happened settling heavily on your shoulders. <br><br>
<<elseif $mainChar.corruption <60>>
Their hands move lower, skimming over your stomach before reaching your hips. Your breath hitches as one of the policemen moves his hands between your legs, his fingers pressing gently against your inner thighs. You can feel the heat rising in your cheeks, but there's also a growing warmth between your legs. "We need to be thorough," one of them says, his voice low, as the other nods in agreement. They begin to undo your clothes, piece by piece, their movements coordinated and efficient. You feel a mix of embarrassment and vulnerability as you stand completely naked in the cold room, their eyes roaming over your body. Yet, there's also a strange excitement that courses through you, a sensation you can't quite understand. <br><br>
"We need to check all your orifices," the first policeman says, his voice clinical but firm. You feel his fingers, slick with something cool and slippery, press against your entrance. He inserts them gently, his touch surprisingly careful. You gasp, the sensation both invasive and strangely pleasurable. He moves his fingers deeper, checking thoroughly, before withdrawing. The second policeman takes over, his touch equally gentle yet firm. He moves to your anus, and you tense slightly, but his touch remains careful. He inserts his fingers, the sensation foreign but not entirely unpleasant. You find yourself relaxing into it, the feeling of being dominated and controlled sending a thrill through you. The two policemen exchange glances, a silent understanding passing between them. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Search"+random(1)+".webp")]]
</div><br>
As they finish their inspection, the two officers step back, their eyes meeting yours. You straighten up, feeling a mix of embarrassment and arousal. The situation is intense, the power dynamic between you and the officers electrifying. They exchange a glance, a smirk playing on their lips as they discuss you in low voices, their words just out of your reach. You can't help but feel a sense of excitement, the thrill of the forbidden adding to the intensity of the moment.<br><br>
<<else>>
They start with a pat-down, their hands moving methodically over your body. They don't shy away from any area, their touch clinical yet invasive as they check your breasts and between your legs. You can feel your heart racing, a mix of nerves and something else—something darker and more primal. One of the officers speaks up, his voice steady, "We need you to remove your clothes." You comply, stripping down until you're completely naked, the cold air of the room raising goosebumps on your skin. You stand before them, vulnerable and exposed, but there's a thrill coursing through you that you can't deny. You look back at them, a smirk playing on your lips. "I can't hide anything from you like this," you say, your voice breathy. "I'm totally helpless."<br><br>
The officers exchange a glance, a hint of amusement in their eyes. "We need to check all your orifices," one of them says, his voice professional but firm. They guide you to bend over the table, your hands flat against the cold metal surface. You feel their fingers, gloved and cool, as they begin their inspection. One of them starts with your pussy, his fingers sliding in with a clinical precision that sends a shiver up your spine. You can't help but moan, the sound escaping your lips before you can stop it. The other officer watches, a slight smirk on his face. "She's enjoying this," he comments to his partner, his voice low. You can feel their eyes on you, assessing, judging. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/DoubleSearch"+random(1)+".webp")]]
</div><br>
As their fingers move inside you, you begin to rock back and forth, using their touch to pleasure yourself. The sensation is overwhelming, the mix of humiliation and arousal driving you wild. They pause, their breath hitching slightly, but they don't stop you. "She's enjoying this, isn't she?" one of them says to the other, his voice low and rough. "Looks like it," the other replies, a smirk playing on his lips. <br><br>
<</if>>
The officers step back, their eyes lingering on you for a moment before they turn away, giving you space to redress. You gather your clothes, feeling a mix of relief and anticipation as you slip back into them, the fabric brushing against your sensitive skin. They exchange a few words between themselves, their voices low but audible, commenting on the situation with a hint of amusement. You try to ignore their remarks, focusing instead on the task at hand. Once you're dressed, one of them gestures for you to <<linkreplace "sit back down.">>sit back down. <br><br>
<<silently>><<repeat 0.125s>> <<run $("#interrogation").css("display", "block")>><</repeat>><</silently>>
<</linkreplace>><</linkreplace>>
<span id="interrogation" style="display: none">
<<if $mainChar.crime is "cheat">>
<<set $mainChar.jailTime to random(3,8)>>
"Alright," one of the officers begins, his voice steady and authoritative. His partner stands nearby, arms crossed, watching you intently. "Let's start from the beginning. Why were you caught by security? This isn't the first time, is it?" The other officer chimes in, "Yeah, you seem pretty familiar with this situation." You hesitate, knowing that honesty might be your best option, but also fearing the consequences. The first officer prompts you again, "Come on, the sooner you cooperate, the sooner we can figure this out." You take a deep breath, your eyes downcast. "I... I was trying to manipulate the game," you confess. "I've done it before, and I thought I could get away with it again." <br><br>
The second officer raises an eyebrow, a smirk playing on his lips. "Pretty bold move. What made you think you could pull it off this time?" You shrug, feeling a mix of shame and defiance. "I don't know. I guess I just got caught up in the moment. The thrill of it all." The first officer nods, jotting down notes on a pad. "Well, that thrill just landed you in a lot of trouble," he says, glancing at his partner, who adds, "And it's not looking good for you right now." They exchange a look, clearly enjoying the power dynamic at play. <br><br>
<<elseif $mainChar.crime is "exhib">>
<<set $mainChar.jailTime to random(3,6)>>
<<if $mainChar.corruption <= 60>>
The officer across from you shuffles through some papers, his expression serious and unreadable. "So, you were caught exhibiting yourself in public," he begins, his voice firm. "Can you explain why you did that?" the other officer adds. You look down at your hands, your cheeks flushing with embarrassment. "I... I don't know what came over me," you admit, your voice soft and hesitant. "It was a moment of weakness. I didn't mean to cause any harm or disturbance."
<<else>>
The two officers seated across from you exchange a glance as they shuffle through some papers, their expressions serious and unreadable. One of them, the older of the two, begins, "So, you were caught exhibiting yourself in public. Can you explain why you did that?" You look down at your hands, your fingers twisting nervously. "I... I don't know," you murmur, your voice soft and submissive. "I just... I like the feeling of being seen. Of spreading my legs... showing off my pussy to anyone who wanted to look." The officers lean back in their chairs, their eyes scrutinizing you. The younger one smirks slightly, enjoying the spectacle. "And what exactly do you like about it? The shock? The excitement?" he asks, his voice tinged with amusement.<br><br>
You squirm in your seat, feeling a mix of shame and arousal. "I like feeling desired," you admit, your voice barely above a whisper. "I like knowing that men want me, that they're getting turned on by looking at me." You spread your legs slightly, giving them a glimpse of your pussy. "I'm sorry, officers," you say, your voice pleading. The older officer raises an eyebrow, exchanging another glance with his partner. "Sorry isn't going to cut it this time," he says, his voice stern. "You've caused quite a stir. We're going to need to discuss this further." The younger officer nods in agreement, a smug smile playing on his lips as they both take advantage of the situation, their eyes lingering on your exposed body. <br><br>
<</if>>
<<elseif $mainChar.crime is "public fuck">>
<<set $mainChar.jailTime to random(1,4)>>
<<if $mainChar.corruption <= 60>>
"Alright, let's start from the beginning," the first detective says, his voice firm and authoritative. "You were arrested for engaging in sexual activity in a public space. Can you tell us exactly what happened?" You take a deep breath, trying to steady your nerves. "I... I was with someone," you begin, your voice soft and hesitant. "We were chatting, and things just... escalated. We didn't mean for it to happen, it just did." The second detective, seated next to the first, raises an eyebrow, his expression skeptical. "Escalated? You mean you decided to have sex in public, where anyone could see you?"<br><br>
You nod, your cheeks flushing with shame. "Yes, I guess that's what happened. We weren't thinking clearly, and before we knew it, we were... well, you know." The first detective leans back in his chair, his eyes narrowing as he studies you. "And why did you do it? Was it a dare? A thrill? Or something else?" You take a deep breath, trying to find the words to explain something that you barely understand yourself. "I don't know," you admit. "It was a mix of things, I guess. The excitement of doing something forbidden, the rush of adrenaline... We were caught up in the moment, and before we knew it, we were... doing it."<br><br>
<<else>>
"Alright, let's start from the beginning," he says, his voice firm and authoritative. "You were arrested for engaging in sexual activity in a public space. Can you tell me exactly what happened?" You lean back in your chair, crossing your legs casually. "Sure, why not?" you say, your voice dripping with nonchalance. "I was with this guy, Alex... i think. We were chating together, and things got a little... heated." The detective raises an eyebrow, his expression skeptical. "Heated? You mean you decided to have sex in a public place, where anyone could see you?"<br><br>
You shrug, a wicked smile playing on your lips. "Yeah, pretty much. It was exciting. The thrill of getting caught, the rush of doing something so... taboo. It was hot." He scribbles something down in his notepad, his eyes never leaving your face. "And you weren't concerned about the legal implications? Or the fact that you were exposing yourself to strangers?" You laugh, a sound that's both sultry and dismissive. "Honestly? I was more focused on not choking on his cock than worrying about who might be watching. Besides, if they didn't want to see it, they shouldn't have been looking."<br><br>
<</if>>
<<elseif $mainChar.crime is "whore">>
<<if $mainChar.corruption <= 60>>
<<set $mainChar.jailTime to random(1,3)>>
The officer across from you shuffles through some papers, his expression serious and unreadable. "So, let's start from the beginning," he says, his voice firm but not unkind. The older officer raises an eyebrow. "You were caught soliciting sex. Can you tell us more about that?" You shift uncomfortably in your seat, your cheeks flushing with embarrassment. "I... I was just trying to make some extra money," you say, your voice soft and hesitant. "I don't see the harm in it." The officers exchange another glance before the younger one leans forward, his elbows on the table. "The harm is that it's illegal, and it can be dangerous," he says, his voice serious. <br><br>
<<else>>
The two officers seated across from you exchange a glance as one of them shuffles through some papers, their expressions serious but with an undercurrent of something more. "So, you were caught soliciting sex," the first officer says, his voice firm and authoritative. The second officer leans back in his chair, a smirk playing at the corners of his mouth. "Quite the predicament you've got yourself into," he adds, his eyes lingering on you a bit too long. You look down at your hands, your fingers twisting nervously. "There... There's not much to explain," you say softly. "I love it. I love the feel of a man's hands on me, the taste of him in my mouth. I love being used, being fucked. It's who I am."<br><br>
The first officer's eyebrows raise slightly, but he maintains his composure. "This isn't a game. You're facing serious charges here." The second officer nods, but his gaze remains fixed on you, a gleam in his eyes that suggests he's enjoying the situation more than he should. You squirm in your seat, feeling a mix of shame and arousal. "I know, but I can't help it. I'm just... a dirty little slut who loves to please."
<</if>>
<</if>>
The officers lean forward, their eyes locked onto yours. "Given the circumstances," the first officer continues, "you'll be spending a few days in prison. This is a serious matter, and we need to ensure that you understand the consequences of your actions." They exchange a glance, a silent communication passing between them. Your heart sinks as the reality of your situation settles in. <br><br>
<span id='suck'><<if $mainChar.corruption >=50>><<linkreplace "Negociate with a blowjob">>
You lean forward, your elbows on the table, your eyes meeting theirs. "I understand the situation," you say, your voice soft but determined. "But I'm willing to negotiate. I'll do anything to avoid jail time." The two officers exchange a glance, a hint of curiosity and amusement in their gazes. One of them raises an eyebrow. "Anything?" You nod, a slight smile playing on your lips. "Anything. I could... please you both, for example. Maybe let you... use my mouth?" You let the suggestion hang in the air, watching their reactions. "I can handle both of you," you add, your voice steady despite the nervous flutter in your stomach. The officers look at each other again, a silent conversation passing between them as they consider your offer.<br><br>
<<if gaussian($mainChar.attractiveness,20) >= 10>>
One of the policemen raises an eyebrow, a spark of interest in his eyes. He steps closer, unzipping his pants and pulling out his cock, positioning it in front of your face. "Is this what you want?" he asks, his voice low and almost taunting. His partner watches, a smirk playing on his lips, clearly enjoying the spectacle. You nod, licking your lips nervously. "Yes, sir. Anything to make this go away," you say, your voice barely above a whisper. The first policeman grabs a handful of your hair, guiding your mouth to his cock. You take him in, your lips wrapping around his shaft as you begin to suck, your mind focused on the thought of your freedom. <br><br>
Meanwhile, the second policeman unzips his pants, revealing his own erection. You switch between the two, sucking one while stroking the other with your hand, your movements mechanical but determined. The policemen exchange glances, their conversation filled with crude jokes and laughter, clearly enjoying the power they hold over you. "Look at her, she's really putting in the effort. Maybe we should give her a badge for this."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/DoubleSuck"+random(2)+".webp")]]
</div><br>
But as you continue, the two policemen become more aggressive, their hips thrusting forcefully, using your mouth like a toy for their pleasure. One of them holds your head in place, his cock hitting the back of your throat, making you gag. "That's it," he groans, his voice harsh, while the other watches, a smirk on his face. "Take it all, you little slut. This is what you wanted, right?" they taunt, their words intermingling with cruel laughter. You mumble an affirmation, your mouth full, your body tense. You can feel the degradation, the humiliation, but you cling to the hope that this will secure your freedom. <br><br>
"Alright, you win," one of them says, "we'll cut your sentence in half. But remember, this stays between us," they warn, while abusing your throat.<br><br>
<span id='fuck'><<if $mainChar.corruption >=40>><<linkreplace "Bargain for more">> You pull back slightly, looking up at the two policemen with tear-streaked eyes but a determined gaze. "Wait," you gasp, your voice hoarse from the intense throat fucking. "I want a better deal. Not just half the sentence—I want it gone completely." The officers exchange a glance, their cocks twitching in your face, their eyes filled with a mix of lust and calculation. One of them, the taller one, speaks first, his voice breathless but firm. "And what makes you think you can negotiate that?" he asks, a smirk playing on his lips. <br><br>
The other officer chimes in, his voice laced with amusement. "Yeah, what do you have to offer that's worth that kind of deal?" You take a deep breath, your heart pounding. "I'll give you my pussy and ass," you say, your voice steady despite your racing pulse. "Both of you can fuck me right here, right now. In exchange, you make my sentence disappear." The officers consider your offer, their eyes roaming over your naked body, lingering on your breasts and the juncture between your thighs. They exchange another glance, a silent conversation passing between them.<br><br>
<<if gaussian($mainChar.attractiveness,20) >= 15>>
"Fine," one of the policemen growls, pushing you back onto the table. They both stand over you, their eyes filled with a mix of lust and contempt. The first officer spreads your legs wide, positioning himself at your entrance, while the other moves behind you, his intentions clear. The first officer thrusts into you, his cock filling you completely. You gasp, your body tensing at the sudden intrusion. He starts to move, his hips pounding against you, his grip on your thighs bruising. Simultaneously, the second officer enters you from behind, his movements rough and unyielding. <br><br>
"You're a dirty little slut, aren't you?" the first officer grunts, his words degrading but exciting. "Using your body to get what you want. You love this, don't you?" The second officer chimes in, his voice cold and mocking. "Look at her, taking us both like a pro. She's enjoying every second of it." Their words cut through you, a mix of humiliation and a dark, unwanted thrill. You try to push the feelings away, to focus on anything but the sensations coursing through your body. But their relentless pace and degrading comments make it impossible to ignore the physical response they're drawing from you. You're trapped, overwhelmed, and struggling to reconcile the betrayal of your own body.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/DoubleFuck"+random(3)+".webp")]]
</div><br>
They fuck you harder, their bodies slamming against yours in sync, the table creaking loudly beneath you. You can feel the intensity building, the sensation of their cocks driving into you overwhelming. You cling to the edge of the table, your knuckles white, your body rocking with each coordinated thrust. They grunt and groan, their breaths ragged as they reach their climaxes almost simultaneously. One of them pulls out first, his chest heaving, his eyes locked onto yours. "Deal's done," he says, his voice gruff. The other follows suit, panting heavily as he adds, "Your sentence is gone. But remember, this never happened." They exchange a glance, a silent agreement passing between them before they step back, leaving you there, your body still trembling from the intensity of it all. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Interrogation/Cum"+random(3)+".webp")]]
</div><br>
You nod, a mix of relief and exhaustion washing over you. You've secured your freedom, but the cost was high. As you slip on your pants and pull your shirt over your head, you can feel the wetness between your legs, the evidence of what just happened. Your pussy is still throbbing, the sensation of both their cocks lingering. You can taste their semen on your tongue, a bitter reminder of the deal you made. The two officers watch you silently, their expressions unreadable. Once you're fully dressed, one of them nods towards the door. "Let's go," he says, his voice back to its professional tone.<br><br>
You follow them out of the interrogation room, your steps unsteady. The hallway feels endless, the fluorescent lights harsh and unforgiving. Finally, you reach the exit. They turn to you, their eyes meeting yours for a brief moment. "Remember, this never happened," one of them says, his voice low. "Stay out of trouble." You nod, a mix of relief and shame washing over you. "Thank you," you murmur, your voice barely audible. You can still feel their semen on your tongue, the wetness between your legs a constant reminder of the price you paid for your freedom. You start to walk, [[leaving the police station->Go out]] behind you.<br><br>
<<set $mainChar.jailTime to 0>>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<HaveASexWidget "anal" "stranger" "mouth">>
<<MainChar_Stats "arousal" "55">>
<<MainChar_Stats "corruption" "1" "110">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "cleanliness" "-35">>
<<MainChar_Stats "combed" "false">>
<<set $hour +=1>>
<<else>>
The officers exchange a glance, their expressions hardening in unison. One of them shakes his head firmly. "That's not how this works," he says, his voice stern. The other officer chimes in, "You ask for too much." You feel a pang of disappointment but nod, understanding that there's no way out of this. "Alright," you say softly, accepting your fate. Both officers stand up, their chairs scraping against the floor. "Come with us," one of them says, leading you out of the interrogation room and [[toward the cells.->Prison]]<br><br>
<<set $mainChar.jailTime to Math.max(1,Math.round($mainChar.jailTime/2))>>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $minute +=40>>
<</if>>
<<replace #accept>><</replace>><</linkreplace>><br><</if>></span>
<span id="accept"><<linkreplace "Accept the deal">>
You nod, wiping your mouth, a mix of relief and shame washing over you. You've secured a better deal, but at what cost? You stand up, your body aching, ready to face whatever comes next, hoping that this ordeal is finally over. The two officers stand up, their chairs scraping against the floor. They exchange a glance, a silent understanding passing between them. "Come with us," one of them says, leading you out of the interrogation room, the other following closely behind. As you walk, you can feel their eyes on you, their presence a constant reminder of what has just transpired. You hope that this is the end, that you can finally put this behind you, but the uncertainty of what lies ahead gnaws at you. You are led [[toward the cells.->Prison]]<br><br>
<<set $mainChar.jailTime to Math.max(1,Math.round($mainChar.jailTime/2))>>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "corruption" "1" "80">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<set $minute +=40>>
<<replace #fuck>><</replace>><</linkreplace>></span>
<<else>>
The officers exchange a glance, their expressions hardening in unison. One of them shakes his head firmly. "That's not how this works," he says, his voice stern. The other officer chimes in, "You can't bribe us or use sexual favors to escape this. You broke the law, and you have to face the consequences." You feel a pang of disappointment but nod, understanding that there's no way out of this. "Alright," you say softly, accepting your fate. The officers stand up, their chairs scraping against the floor. "Come with us," one of them says, leading you out of the interrogation room and [[toward the cells.->Prison]]<br><br>
<<MainChar_Stats "corruption" "1" "60">>
<</if>>
<<replace #end>><</replace>><</linkreplace>><br><</if>></span>
<span id='end'><<linkreplace "Accept your fate">>
You take a deep breath, feeling a mix of apprehension and resignation. The reality of your situation sinks in, and you nod slowly, accepting your fate. "I understand," you say, your voice steady but tinged with a hint of nervousness. The two officers lead you out of the interrogation room, discussing something between themselves in low voices. The sound of your footsteps echoes through the halls, each step bringing you closer to the stark reality of your new surroundings. You take a deep breath, steeling yourself for the days ahead, determined to face your punishment with dignity and resolve. "Come with us," one of them says, as they open the door leading [[toward the cells.->Prison]]<br><br>
<<replace #suck>><</replace>><</linkreplace>></span>
</span>
<</if>>
<<set $mainChar.work.currentWorkName = "Prison">>
<<set $mainChar.work.costume to "Normal">>
<<timeWidget>>
<<if $mainChar.jailEvent is undefined>>
<<if isNaN($mainChar.OverallJailTime)>>
<<set $mainChar.OverallJailTime = $mainChar.jailTime>>
<<else>>
<<set $mainChar.OverallJailTime += $mainChar.jailTime>>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/PrisonEnter.webp")]]
</div><br>
You are led down a narrow, dimly lit corridor, the echo of your footsteps bouncing off the cold, concrete walls. The two officers escorting you walk in silence, watching your every move. Finally, they stop in front of a heavy metal door. One of the officers steps forward, unlocking it with a loud, ominous clank. The door swings open, revealing a small, stark cell. You take a deep breath, steeling yourself for what's to come, and step inside. The cell is barely large enough to hold a narrow bunk, a sink, and a toilet. The walls are bare, the air is cold, and the only light comes from a single, barred window set high in the wall. You hear the door clang shut behind you, the sound of the lock turning echoing through the small space like a death knell. <br><br>
You sit down on the bunk, the thin mattress doing little to cushion the hard metal beneath. You wrap your arms around your knees, trying to make yourself as small as possible, as if that could somehow protect you from the reality of your situation. You're going to be here for a few days, trapped in this tiny, stark room, with nothing but your thoughts and the distant sounds of the prison around you. You take a deep breath, trying to calm your racing heart. You can do this, you tell yourself. <br><br>
[[Try to calm down->Prison][$mainChar.jailEvent = 'wait']]<br><br>
<<set $hour +=1>>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $mainChar.jailEvent is 'wait'>>
<<if $hour is 8>>
<<set $mainChar.jailEvent = 'breakfast'>>
<<goto "Prison">>
<<elseif $hour is 11>>
<<set $mainChar.jailEvent = 'dinner'>>
<<goto "Prison">>
<<elseif $hour is 16>>
<<set $mainChar.jailEvent = 'shower'>>
<<goto "Prison">>
<<elseif $hour is 18>>
<<set $mainChar.jailEvent = 'supper'>>
<<goto "Prison">>
<<elseif $hour >=21>>
<<set $mainChar.jailEvent = 'sleep'>>
<<goto "Prison">>
<</if>>
<<if random(5) is 0>>
<<goto "Prison Events">>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Wait"+random(2)+".webp")]]
</div><br>
You sit on the hard bunk, the cold seeping into your bones despite the thin blanket wrapped around your shoulders. The cell is quiet, almost eerily so, with only the distant hum of the prison and the occasional echo of footsteps breaking the silence. You hug your knees to your chest, trying to find some semblance of comfort in the stark, unyielding space. Time seems to stretch out endlessly before you, each second ticking by with agonizing slowness. You try to distract yourself, counting the cracks in the walls, the rust spots on the metal bars, anything to keep your mind from spiraling into darker thoughts. But the minutes drag on, and the silence becomes oppressive, pressing down on you like a physical weight. <br><br>
You shift on the bunk, trying to find a more comfortable position, but the hard metal beneath you offers no relief. You close your eyes, taking deep breaths, trying to find some inner peace amidst the chaos of your thoughts. Memories of the past few days flash through your mind, unbidden and unwelcome, and you push them away, focusing instead on the present moment. The sound of distant voices filters through the bars, reminding you that you're not entirely alone, even if it feels that way. You strain to listen, trying to catch snippets of conversation, anything to break the monotony of your solitude. But the voices fade away, leaving you once again in silence. You sigh, leaning your head back against the cold wall. <br><br>
Days until release : <<print $mainChar.jailTime>><br><br>
You take a deep breath and [[try to rest.->Prison][$mainChar.jailEvent = 'wait']] <br>
You can also [[read a book.->Prison][$mainChar.jailEvent = 'read']]
<<if $mainChar.energy >=30>><br>Since there's not much to do, you can also [[start a workout session.->Prison][$mainChar.jailEvent = 'workout']] <</if>>
<<if $mainChar.arousal >=80 and $mainChar.corruption>=30>>
<br> Since you're very aroused, you can also [[masturbate.->Prison Events][$mainChar.jailEvent = 'masturbate']]
<</if>><br>
You can also <<link "use the sink">>
<<MainChar_Stats "energy" "5">>
<<MainChar_Stats "cleanliness" "10">>
<<MainChar_Stats "combed" "true">>
<<MainChar_Stats "makeup" "Subtle">>
<<run variables().mainChar.cleanCum()>>
<<goto "Prison">>
<</link>> to freshen up.<br><br>
<<set $hour +=1>>
<<MainChar_Stats "energy" "10">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $mainChar.jailEvent == 'breakfast' or $mainChar.jailEvent == 'dinner' or $mainChar.jailEvent == 'supper'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/JailHallway.jpg")]]
</div><br>
<<if $mainChar.haveOneCumPlace()>>
<<goto "Officer Events">>
<</if>>
<<if $mainChar.jailEvent == 'breakfast'>>
The clanking of metal against metal echoes through the corridor, signaling the start of a new day. The guard unlocks your cell door with a heavy key, the sound reverberating in the small space. "Breakfast time," he grunts, motioning for you to follow him. You stand up, stretching your stiff limbs, and step out into the hallway. The other inmates are already lining up, their faces a mix of resignation and hunger. You join the queue, shuffling along with the rest as you make your way to the cafeteria.<br><br>
The smell of stale coffee and burnt toast fills the air as you enter the large, echoing room. You grab a tray and move down the line, accepting a plate of scrambled eggs, a slice of toast, and a cup of lukewarm coffee.
<<elseif $mainChar.jailEvent == 'dinner'>>
The midday sun filters weakly through the high, barred window, casting a dim light into your cell. The sound of the guard's footsteps echoes down the corridor, and you hear the jangle of keys as he approaches. The door swings open, and he gestures for you to follow. "Lunchtime," he says, his voice flat. You rise from the bunk, your stomach rumbling with hunger. You fall into line with the other inmates, the shuffle of feet and the clanking of chains creating a dismal symphony. The cafeteria is filled with the smell of boiled vegetables and overcooked meat, a far cry from any meal you've ever enjoyed. <br><br>
You take a tray and move down the line, accepting a plate of unidentifiable stew, a hunk of bread, and a glass of water. You find a seat, trying to focus on the food rather than the oppressive atmosphere. The guard keeps a watchful eye, his presence a constant reminder of your situation.
<<else>>
The evening brings a chill to the air, and the sound of the guard's footsteps signals the end of another day. The door to your cell opens, and he motions for you to follow. "Dinnertime," he says, his voice weary. You stand up, your body aching from the long hours of inactivity. You join the line of inmates, the shuffle of feet and the clanking of chains a familiar rhythm by now. The cafeteria is filled with the smell of reheated food, a mix of stale bread and overcooked pasta. <br><br>
You take a tray and move down the line, accepting a plate of limp pasta, a side of canned vegetables, and a cup of weak tea. You find a seat, trying to ignore the murmurs and stares of the other inmates. The guard watches from the corner, his eyes scanning the room with a practiced indifference.
<</if>>
You glance at one of the long tables, trying to ignore the murmurs and stares of the other inmates, and [[find a seat.->Prison Canteen]]
<<elseif $mainChar.jailEvent == 'sleep'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Wait"+random(2)+".webp")]]
</div><br>
As the day wears on, the light filtering through the small, barred window begins to fade, casting long shadows across the cold, concrete walls of your cell. The distant sounds of the prison grow quieter, signaling the end of another interminable day. You shift on the hard bunk, trying to find a comfortable position, but the thin mattress does little to cushion the unyielding metal beneath. Suddenly, the sound of heavy footsteps echoes down the corridor, growing louder as they approach your cell. You sit up, your heart pounding in your chest, as the guard appears at the bars. He looks at you with a stern expression, his keys jangling ominously in his hand. <br><br>
"Lights out," he says, his voice gruff and authoritative. With a swift motion, he flips a switch, and the harsh fluorescent light above you flickers off, plunging the cell into darkness. The only remaining light is the faint glow from the corridor, casting eerie shadows on the walls. You lie back down, pulling the thin blanket up to your chin, trying to find some warmth in the chilly air. The silence of the night settles around you, broken only by the distant sounds of other prisoners settling in for the night. You close your eyes, willing sleep to come, but your mind races with thoughts of the day and the uncertain future ahead. <br><br>
The guard's footsteps fade away, leaving you alone in the darkness. You take a deep breath, trying to calm your racing heart. You know you need to rest, to gather your strength for whatever tomorrow may bring. Slowly, the sounds of the prison fade into the background, and you [[drift into an uneasy sleep,->Prison][$mainChar.jailEvent = 'morning']] your dreams haunted by the echoes of your reality. <br><br>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $mainChar.jailEvent == 'morning'>>
<<set $hour to 7>> <<set $minute to 30>>
<<set $mainChar.energy to 80>>
<<set $mainChar.jailTime -= 1>>
<<if $mainChar.jailTime <=0>>
<<goto "PrisonExit">>
<</if>>
<<dayChangeWidget>>
<<set $timeOfDay = "Night">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Sleep.jpg")]]
</div><br>
The faint light of dawn filters through the small, barred window, casting a dull glow across the cold concrete walls of your cell. You stir, your body aching from the hard bunk and thin mattress. The chill of the night still lingers in the air, and you pull the blanket tighter around yourself, seeking any remnant of warmth. Your eyes flutter open, adjusting to the dim light. For a moment, you lie still, trying to orient yourself to your surroundings. The reality of your situation sinks in, and a heavy sigh escapes your lips. Another day in this stark, unyielding place. <br><br>
The sound of distant footsteps and the clanging of metal doors signal the start of the morning routine. You sit up, rubbing the sleep from your eyes, and take a deep breath. The air is stale, but you force yourself to inhale deeply, trying to find some semblance of calm amidst the chaos of your thoughts. You stand, stretching your stiff muscles, and make your way to the small sink in the corner of the cell. The water is cold, but you splash it on your face, hoping it will help wake you up. You glance at your reflection in the tiny, cracked mirror above the sink. Your eyes look tired, your face pale, but there's a determination in your gaze that you cling to. <br><br>
[[Start your day->Prison][$mainChar.jailEvent = 'wait']]<br><br>
<<elseif $mainChar.jailEvent == 'shower'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Wait"+random(2)+".webp")]]
</div><br>
<<if $mainChar.haveOneCumPlace()>>
<<goto "Officer Events">>
<</if>>
The sound of footsteps echoing down the corridor signals the approach of the guard. You stand up from the bunk, your heart pounding with a mix of apprehension and relief. The heavy metal door swings open, and the guard, a stern-faced woman, stands in the doorway. "Time for your shower," she says, her voice firm but not unkind. You nod, gathering your towel and a small bar of soap from the corner of the cell. The guard leads you down the corridor, her presence both reassuring and intimidating. <br><br>
You arrive at the communal shower area, a large, tiled room with several showerheads lining the walls. The guard stands by the door, her arms crossed, watching you with a neutral expression. You take a deep breath, steeling yourself for the vulnerability of the moment. Slowly, you begin to undress, feeling the guard's eyes on you. You try to focus on the task at hand, folding your clothes neatly and placing them on a nearby bench. The air is cool against your skin, and you wrap your arms around yourself, trying to ward off the chill, as you <<linkreplace "step under the showerhead.">>step under the showerhead. You turn the knob to release a stream of water. It is is lukewarm, but it feels refreshing against your skin. You lather the soap in your hands, running it over your body, trying to wash away the grime and the stress of the past few days. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Shower.webp")]]
</div><br>
The guard watches you, her expression unreadable. You try to ignore her presence, focusing instead on the sensation of the water and the soap, the simple act of cleansing. You rinse off, the water running down your body, carrying away the dirt and the tension. You turn off the water and step out of the shower, wrapping the towel around yourself. The guard nods, a small gesture of acknowledgment, and you gather your clothes, feeling a sense of relief that the ordeal is over.<br><br>
As you dress, you can't help but feel a mix of emotions—vulnerability, relief, and a strange sense of detachment. You follow the guard [[back to your cell,->Prison][$mainChar.jailEvent = 'wait']] the sound of your footsteps echoing down the corridor.<br><br>
<<set $hour +=1>>
<<MainChar_Stats "energy" "15">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "combed" "true">>
<<MainChar_Stats "makeup" "Subtle">>
<<run variables().mainChar.cleanCum()>>
<</linkreplace>>
<<elseif $mainChar.jailEvent == 'read'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Read.jpg")]]
</div><br>
In the quiet of your cell, you decide to seek solace in the pages of a book. You reach under your bunk, pulling out a worn, dog-eared paperback that you've been allowed to keep. The cover is faded, the title barely legible, but it's a lifeline, a escape from the stark reality of your surroundings. You sit back against the cold wall, the thin blanket wrapped around your shoulders for warmth. The light from the small, barred window is just enough to illuminate the pages. You open the book, the spine crackling softly, and begin to read. <br><br>
The words on the page transport you to another world, far away from the cold concrete and the distant echoes of the prison. You lose yourself in the story, the characters becoming like friends, their adventures a welcome distraction from your own situation. The hours pass, and for a while, you forget where you are, lost in the rhythm of the prose and the turn of the plot. But eventually, the sound of footsteps in the corridor or the clang of a distant door brings you back to reality. You look up from the page, your eyes taking a moment to adjust to the harshness of your surroundings. You sigh, marking your place in the book with a scrap of paper, and close the cover. <br><br>
The book has provided a temporary escape, a moment of respite from the monotony and the fear. But it's also a reminder of the world outside, of the life you once had, and the life you hope to have again. You [[tuck the book->Prison][$mainChar.jailEvent = 'wait']] safely back under your bunk, holding onto the hope that one day, you'll be able to read freely, to lose yourself in a story without the constant reminder of where you are.<br><br>
<<MainChar_Stats "intellect" "1">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<elseif $mainChar.jailEvent == 'workout'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Workout0.jpg")]]
</div><br>
You've been here for what feels like an eternity, the monotony of prison life wearing on you. But you refuse to let it break you. You've found ways to keep your mind and body sharp, to maintain a sense of control in an environment designed to strip it away. You stand in the center of your cell, the cold concrete floor beneath your bare feet. You take a deep breath, steeling yourself for the physical challenge ahead.<br><br>
You start slow, focusing on your form, feeling the burn in your arms and chest as you lower yourself to the ground and push back up. One, two, three... you count each rep, your breath steady and controlled. The rhythm is soothing, a meditative escape from the reality of your surroundings. Your muscles protest, but you push through the discomfort, determined to complete your set. Sweat beads on your forehead, dripping down onto the floor as you continue. Ten, eleven, twelve... each push-up is a small victory, a testament to your resilience.<br><br>
You take a few moments to rest, your mind wandering to thoughts of freedom and the life you left behind. But you quickly push those thoughts aside, focusing instead on the present. You have goals, and you won't let anything stand in your way. With renewed determination, you sit up and begin another set of exercises. Sit-ups, squats, lunges—you push your body to its limits, feeling the strength and endurance building with each passing day. You know that physical fitness is just one part of the battle, but it's a crucial one. It keeps your mind sharp, your spirit unbroken.<br><br>
As you finish your workout, you stand up, stretching your muscles and taking a deep breath. You look around your cell and [[wipe the sweat from your brow.->Prison][$mainChar.jailEvent = 'wait']]<br><br>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-20">>
<</if>><div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Canteen.jpg")]]
</div><br>
You try to blend with the crowd, keeping your head down on your tray to avoid drawing attention to yourself.
<<if random(4) <4>>
<<set _dialogue to random(3)>>
<<if _dialogue is 0>>
Yet, it doesn't take long for you to feel eyes on you. You look up to see a group of girls at a nearby table, whispering and pointing in your direction. One of them, a tall girl with a sharp gaze, leans back in her chair and calls out, "Hey, new girl! What's your story? You look like you've been through the wringer." Their laughter rings out, and you feel your cheeks burn with embarrassment. You try to focus on your food, but their words cut deep, each jab feeling like a physical blow. <br><br>
"I bet she's one of those who likes to be used," the first girl says, her voice loud enough for everyone to hear. "Look at her, all quiet and submissive. She probably gets off on it." You finish your meal quickly, trying to ignore their taunts. You're saved by the approach of a guard. "Time to go," he says, his voice gruff. You nod before following the guard out of the cafeteria, [[back to your cell.->Prison][$mainChar.jailEvent = 'wait']]<br><br>
<<elseif _dialogue is 1>>
But it's not long before you feel eyes on you, and you look up to see a group of men at a nearby table, their gazes predatory. One of them, a burly man with a cruel smile, leans forward and says, "Well, well, look what we have here. Fresh meat." Another laughs, his voice low and threatening, "I bet she's just begging for it. Look at her, all innocent and scared. She probably loves it." You try to focus on your food, but their words make your stomach churn. You can feel their eyes on you, undressing you, judging you. <br><br>
"I bet she's a screamer," the first man says, his voice loud enough for everyone to hear. "She probably gets off on being used by a bunch of guys." You finish your meal quickly, trying to ignore their taunts. You're saved by the approach of a guard. "Time to go," he says, his voice gruff. You nod before following the guard out of the cafeteria, [[back to your cell.->Prison][$mainChar.jailEvent = 'wait']] <br><br>
<<elseif _dialogue is 2>>
You notice two girls at a nearby table, their heads bent together in quiet conversation. You can't help but overhear their discussion. "I don't know, Lisa," one of them says, her voice soft but audible. "Sometimes I think it's just easier to let them do what they want. Fighting it only makes things worse." Lisa nods, her expression thoughtful. "I get it. I mean, last night, they came to my cell again. I just... let it happen. It's not like I enjoy it, but it's not as bad as you'd think." The other girl, Sarah, looks at her with a mix of sympathy and understanding. "Yeah, I know what you mean. Sometimes it's just about survival, you know? Doing what you have to do to get by." <br><br>
You finish your meal, feeling a mix of unease and curiosity. Their conversation is a stark reminder of the reality of your situation, and you can't help but wonder if they're right, if surrender is the only way to survive. At this moment, a guard approaches you. "Time to go," he says, his voice gruff. You nod before following the guard out of the cafeteria, [[back to your cell.->Prison][$mainChar.jailEvent = 'wait']] <br><br>
<<elseif _dialogue is 3>>
You overhear a conversation between two guards standing nearby. Their voices are low, but you can still make out their words. "You won't believe what happened yesterday," one of the guards says, a smirk playing on her lips. "I had this prisoner lick my pussy in exchange for a longer shower. She was so desperate, it was pathetic." The other guard raises an eyebrow, intrigued. "Really? How did that go down?" The first guard leans in, her voice tinged with contempt. "I told her she could have an extra five minutes if she did a good job. She didn't hesitate. Dropped to her knees right there in the shower room. I made her lick every inch, made her work for it." <br><br>
You try to focus on your food, but their words make your stomach churn. You can feel their eyes on you, assessing, judging. You hope they don't notice your discomfort, don't single you out as their next target. "And that's not all," the first guard continues, her voice dripping with disdain. "I made her deep-throat my baton. She gagged and choked, but I didn't let up. Told her she had to take it all if she wanted that extra time. She was a mess by the end of it, tears streaming down her face, but she did it."<br><br>
You finish your meal as quickly as possible, trying to ignore their taunts and laughter. At this moment, a guard approaches you. "Time to go," he says, his voice gruff. You nod before following the guard out of the cafeteria, [[back to your cell.->Prison][$mainChar.jailEvent = 'wait']] <br><br>
<<else>>
You notice a group of prisoners at a nearby table, their voices loud and boisterous. One of them, a tall, muscular man with a smug expression, is holding court, his words drawing laughter and nods from the others. "You know, I've got it made in here," he says, leaning back in his chair with a arrogant grin. "I've got this little whore who lets me empty my balls whenever I want. Just have to walk over to her cell, and she's ready and waiting." The other prisoners laugh, their eyes gleaming with a mix of envy and amusement. "Yeah, right," one of them scoffs. "You're full of shit." <br><br>
The tall man shrugs, his smile never wavering. "Believe what you want, but I'm telling you, it's true. She knows her place, knows what she's here for. Makes my time in this hellhole a lot more bearable." You try to focus on your food, but their words make your stomach churn. You can feel their eyes on you, assessing, judging. You hope they don't notice your discomfort, don't single you out as their next target. "I should give her a visit tonight," the tall man continues, his voice loud enough for everyone to hear. At this moment, a guard approaches you. "Time to go," he says, his voice gruff. You nod before following the guard out of the cafeteria, [[back to your cell.->Prison][$mainChar.jailEvent = 'wait']] <br><br>
<</if>>
<<set $minute +=40>>
<<MainChar_Stats "energy" "30">>
<<else>>
you notice that the atmosphere has shifted. The usual hum of conversation has died down, and you realize that the guards are nowhere to be seen. The other female prisoners are looking at you strangely, their eyes filled with a mix of curiosity and something darker, more predatory. You try to ignore the growing sense of unease, focusing on your food, but the tension in the air is palpable.
Suddenly, without warning, <<linkreplace "the girls lunges at you.">> the girls lunges at you. Hands grab at your clothes, tearing them off with rough, urgent movements. "Hold her down," the brunette commands, her voice cold and authoritative. "Let's see how she likes it." You try to struggle, but there are too many of them, their grip too strong. You feel fingers probing, invading your most intimate places, rough and unyielding. Some of them grab your hair, pulling your head back to kiss you forcefully, their tongues invading your mouth. "She's got a sweet mouth," she comments, her voice dripping with malice. You are nothing more than a toy to them, a plaything to be used and abused. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/CanteenEvent0.webp")]]
</div><br>
Before you can process what's happening, you find yourself surrounded by strap-ons. They force you to your knees, pushing the fake cocks into your mouth, making you suck them. You gag and choke, but they don't relent, their hands holding your head in place as they thrust deeper. You feel overwhelmed, surrounded by a sea of phalluses, your mouth used roughly and without mercy.
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/CanteenEvent2.webp")]]
</div><br>
They lift you onto the table, spreading your legs wide. You feel the cold, hard surface against your back as <<linkreplace "they begin to penetrate you.">>they begin to penetrate you, their strap-ons filling your mouth, your pussy, your ass. The sensations are overwhelming, a mix of pain and pleasure that leaves you gasping for breath. "She's so tight," the brunette comments, her voice tinged with satisfaction. "Let's see how long she can take it." They use you roughly, their hips thrusting against you, their hands holding you down. You can hear their laughter, their taunts, their cruel words echoing in your ears. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/CanteenEvent1.webp")]]
</div><br>
Despite the brutality, you feel a wave of pleasure building within you. Your body betrays you, responding to the stimulation, and you climax hard, your body convulsing with the force of it. "Look at her, she's loving it," the piercing-eyed girl laughs, her voice filled with cruel amusement. As the orgasm subsides, you feel a wave of exhaustion wash over you. You collapse to the floor, your body limp and spent. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/CanteenEvent3.webp")]]
</div><br>
The girls, satisfied with their conquest, step back, leaving you there, naked and exposed. You hear their footsteps fading away, their laughter echoing through the cafeteria. You lie there, too exhausted to move, your body aching from the ordeal. "That was fun," the blonde says, her voice filled with satisfaction. "Let's do it again sometime." "Yeah, she's a good toy," the piercing-eyed girl agrees, her voice cold and dismissive. "We'll keep her around for a while." <br><br>
Eventually, the guards return, their voices stern as they order the other prisoners back to their cells. "Damn it, not again. Get her back to her cell," a gaurd says looking at you, lying on the floor. You feel hands lifting you, carrying you At this moment, a guard approaches you. "Time to go," he says, his voice gruff. You nod before following the guard out of the cafeteria, [[back to your cell.->Prison][$mainChar.jailEvent = 'wait']] <br><br>
<<set $minute +=40>>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "energy" "-10">>
<</linkreplace>><</linkreplace>>
<</if>>
<<set $mainChar.work.currentWorkName = "">>
<<unset $mainChar.jailEvent>>
<<set $mainChar.appearance.isCombed to "true">>
<<set $mainChar.appearance.makeup to "None">>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Wait"+random(2)+".webp")]]
</div><br>
The faint light of dawn filters through the small, barred window, signaling the start of your last day in prison. You wake up with a mix of relief and apprehension, the hard bunk and thin mattress feeling even more uncomfortable than usual. You sit up, stretching your stiff muscles, and take a deep breath, trying to prepare yourself for what lies ahead. <br><br>
The sound of footsteps echoes down the corridor, growing louder as they approach your cell. The guard appears at the bars, his keys jangling in his hand. He unlocks the door with a loud clank and swings it open. "Time to go," he says, his voice gruff but tinged with a hint of mockery. You stand, gathering the few belongings you have, and <<linkreplace "follow him down the sterile corridors.">>follow him down the sterile corridors.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/JailEntrance.jpg")]]
</div><br>
He leads you to a small room where you can change back into your own clothes. The familiar fabric feels strange against your skin after days in the prison uniform. You take a moment to adjust, feeling a sense of vulnerability as you dress under his watchful gaze. Once you're ready, the guard escorts you to the entrance of the prison. As you step outside, the guard turns to you, a smirk playing on his lips. "I hope you enjoyed your stay," he says, his voice dripping with sarcasm. Before you can react, he gives you a sharp slap on the ass, the sound echoing in the quiet morning air. You let out a soft moan, the sound escaping your lips before you can stop it. The guard's smirk widens, and you feel a flush of embarrassment and arousal. The heavy metal doors clang shut behind you, the sound echoing through the halls like a final goodbye. <br><br>
As you step out of the prison, the harsh sunlight momentarily blinds you. You shield your eyes, taking a deep breath of the fresh air, a stark contrast to the stale atmosphere you've been breathing for days. As your vision adjusts, <<linkreplace "you see your father standing by the car.">>you see your father standing by the car. <br><br>
<<if $dad.relationship <20>>
his arms are crossed, his expression is a mix of anger and relief. You walk towards him, your steps hesitant. He watches you approach, his eyes scanning your face, searching for any sign of the ordeal you've been through. As you get closer, he uncrosses his arms, his posture softening slightly. "Get in the car," he says, his voice gruff but tinged with a hint of concern. You nod, opening the door and sliding into the passenger seat. The silence between you is heavy, filled with unspoken words and lingering tension. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving1.jpg")]]
</div><br>
As he starts the engine, he glances at you, his expression softening further. "I'm glad you're okay," he says, his voice barely above a whisper. You look at him, surprised by the rare display of emotion. He clears his throat, his gaze returning to the road. "It must have been tough in there." You nod, feeling a lump form in your throat. "It was," you admit, your voice barely audible. He reaches over, giving your shoulder a gentle squeeze, a small gesture that speaks volumes. Despite the distance between you, you can feel him trying, and it means more than you can express. <br><br>
<<elseif $dad.relationship <60>>
He sees you and immediately walks towards you, his arms open wide. You rush into his embrace, feeling the comforting strength of his arms around you. He holds you tightly, his voice choked with emotion. "I'm so glad you're okay," he says, his voice trembling slightly. You feel tears well up in your eyes, the weight of the past few days finally lifting. He pulls back, looking at you with a mixture of love and disappointment. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving1.jpg")]]
</div><br>
"I'm mad at you for what you did, but I'm just so happy to have you back," he says, his voice soft but firm. You nod, understanding his feelings. "I know," you say, your voice barely above a whisper. "I'm sorry." He nods, giving you a small smile. "Let's get you home," he says, leading you to the car. As you slide into the passenger seat, you feel a sense of comfort and safety, knowing that despite everything, your father is there for you.<br><br>
<<else>>
His arms are open wide, with a look of pure relief and love on his face. You run towards him, feeling like a little girl again, seeking the comfort and protection of your daddy. He envelops you in a tight hug, his voice choked with emotion. "My little girl," he says, his voice trembling. "I'm so glad you're okay." You bury your face in his chest, feeling the tears well up in your eyes. "I'm sorry, Daddy," you say, your voice muffled against his shirt. He strokes your hair gently, his voice soft and soothing. "I know, sweetheart," he says. "I'm mad at you for what you did, but I'm just so happy to have you back. It must have been so hard for you in there." <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving1.jpg")]]
</div><br>
You nod, feeling a lump form in your throat. "It was," you admit, your voice barely audible. He pulls back, looking at you with a mixture of love and concern. "Let's get you home," he says, leading you to the car. As you slide into the passenger seat, you feel a sense of comfort and safety, knowing that your daddy is there to take care of you, no matter what. You lean your head against his shoulder, feeling the warmth of his love envelop you, and for the first time in days, you feel truly at peace.<br><br>
<</if>>
As you pull into the garage of the apartment building, your father parks the car and turns off the engine. You both step out, the familiar surroundings feeling both comforting and strange after your time away. You <<linkreplace "follow your father into the apartment.">>follow your father into the apartment, the sound of the door closing behind you echoing through the quiet space.<br><br>
<<if $mom.relationship <20>>
Your mother appears from the kitchen, her expression a mix of relief and tension. She walks towards you, her steps hesitant. "You're home," she says, her voice soft but tinged with a hint of disapproval. She reaches out, giving you a quick, awkward hug, her arms barely wrapping around you. "I'm glad you're okay," she says, pulling back to look at you. Her eyes search your face, a flicker of concern in her gaze. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving2.jpg")]]
</div><br>
"But we need to talk about what happened. You can't just—" She pauses, taking a deep breath, her voice softening. "I'm just glad you're home safe." You nod, feeling a lump form in your throat. "I know, Mom," you say, your voice barely above a whisper. She gives you a small, tentative smile, her eyes filled with a mix of relief and lingering disappointment. Despite the distance between you, you can feel her trying, and it means more than you can express.<br><br>
<<elseif $mom.relationship <60>>
Your mother rushes out from the kitchen, her face lit up with relief and joy. "You're home!" she exclaims, wrapping you in a tight, warm hug. You feel her tears against your cheek, her body shaking slightly with emotion. "I'm so glad you're okay," she says, her voice choked with tears. She pulls back, looking at you with a mixture of love and concern. "I was so worried about you. But I'm also really mad at you for what you did." <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving2.jpg")]]
</div><br>
You nod, feeling a lump form in your throat. "I know, Mom," you say, your voice barely above a whisper. "I'm sorry." She sighs, her expression softening. "I know you are, sweetheart," she says, giving you a small smile. "Let's just focus on moving forward. I'm just so happy to have you back." She turns to your father, who is hanging up his coat, her smile widening. "It's good to have our girl home," she says, her voice filled with warmth and love. <br><br>
<<else>>
Your mother rushes out from the kitchen, her face lit up with a mix of relief and something more intense. "My baby girl is home!" she exclaims, wrapping you in a tight, almost smothering hug. You feel her hands roam over your back, her touch both comforting and slightly invasive. She pulls back, looking at you with love and emotion. "I was so worried about you, sweetheart," she says, her voice soft. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving2.jpg")]]
</div><br>
She reaches down, her hand resting on your butt, her fingers gently caressing your cheeks. You feel a flush of arousal as her hand moves lower, her fingers tracing the curve of your ass, slipping between your cheeks. "Mom," you whisper, your voice barely audible. She smiles, her eyes filled with a dark, knowing look. "I'm just so glad to have you back, baby girl," she says, her voice low and husky.<br><br>
<</if>>
After the embrace with your mother, you gently pull away, feeling a mix of comfort and relief. You give her a small, grateful smile before turning to <<linkreplace "make your way to your bedroom.">>make your way to your bedroom. You close the door behind you, taking a deep breath as you start to change into something more comfortable. As you're pulling on a cozy sweater, you hear a soft knock at the door. "Come in," you say, your voice tentative. <br><br>
<<if $brother.relationship<20>>
The door creaks open, and your brother steps inside, his expression guarded but with a hint of concern. "Hey," he says, his voice gruff but tinged with a note of relief. "You're back." You nod, feeling a mix of emotions. "Yeah, I'm back," you reply, your voice soft. You look at him, seeing the effort he's making to bridge the gap between you. "I'm glad you're okay," he says, his voice a bit softer now. "I was worried about you." <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving3.jpg")]]
</div><br>
You feel a lump form in your throat. "Thanks," you say, your voice barely above a whisper. "I'm sorry for everything." He nods, his expression softening slightly. "Let's just... let's just try to move forward, okay?" he says, offering you a small, tentative smile. You nod, feeling a glimmer of hope. "Okay," you say, returning his smile. Maybe, just maybe, things can get better between you.<br><br>
<<elseif $brother.relationship<60>>
The door creaks open, and your brother steps inside, his face lit up with a mix of relief and happiness. "You're back!" he exclaims, wrapping you in a tight hug. You feel his warmth and strength, and it brings a sense of comfort and security. "I'm so glad you're okay," he says, pulling back to look at you. "I was really worried about you." You smile, feeling a lump form in your throat. "Thanks, I'm sorry for everything," you say, your voice soft but sincere.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving3.jpg")]]
</div><br>
He shakes his head, his expression filled with understanding. "It's okay, we all make mistakes," he says, giving you a reassuring squeeze. "I'm just glad you're home." You nod, feeling a wave of gratitude wash over you. "Me too," you say, your voice filled with emotion. "It's good to be back." He smiles, his eyes filled with warmth and love. "Let's catch up later, okay? I want to hear all about it." You nod, feeling a sense of comfort and belonging. "Okay, I'd like that," you say, returning his smile.<br><br>
<<else>>
The door swings open, and your brother steps inside, his expression dominant and commanding, but also tinged with relief. "There you are, my little slut," he says, his voice low and husky. You feel a flush of excitement and arousal at his words, your body responding instantly. "Yes, Big bro," you reply, your voice soft and obedient. You look up at him, your eyes filled with anticipation. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Leaving3.jpg")]]
</div><br>
He walks towards you, his steps confident and purposeful. He reaches out, his hand gripping your chin, forcing you to look up at him. "I've missed you, little one," he says, before giving you a soft kiss. You let out a soft moan, your body trembling with need. "I've missed you too," you whisper, your voice barely audible. He smiles, his hand moving to caress your cheek, his touch both gentle and possessive. <br><br>
<</if>>
As your brother leaves the room, the door clicking shut behind him, you find yourself alone in your bedroom. The familiar surroundings feel both comforting and strange, a stark contrast to the harsh reality you've just left behind. You take a deep breath, trying to steady your racing heart and calm your mind. You take a moment to gather your thoughts, to process everything that's happened. The days in prison, the harsh treatment, the constant fear and uncertainty—it all feels like a distant nightmare now. But you know that it's over, and you're determined to [[move forward.->Bedroom]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<if $mainChar.jailEvent is 'masturbate'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Masturbate0.webp")]]
</div><br>
Unable to resist the urge any longer, you slowly slide your hand down your body, your fingers tracing a path over your skin. You can't shake the feeling of being watched, of being exposed. The wall of bars that separates your cell from the corridor leaves you visible to anyone who might pass by. The thought sends a shiver down your spine, but it also ignites a strange, forbidden excitement. You're aware of the risk, of the possibility that someone could see you, hear you, but that only adds to the thrill. You bite your lip, trying to stifle the sounds that threaten to escape, but a soft moan slips out nonetheless. <br><br>
You can feel the tension building, your body responding to your touch in ways that are both familiar and exhilarating. You know you shouldn't be doing this, not here, not now, but you can't stop. The sensation is too intense, too overwhelming. You close your eyes, giving in to the pleasure, your fingers moving faster, more urgently. And then, finally, you let go, a wave of pleasure washing over you, leaving you breathless and shaking. You collapse back onto the bunk, your body still tingling with the aftermath, a small, satisfied smile playing on your lips. For a moment, at least, you've found a way to escape the reality of your situation, to find a little piece of freedom in this otherwise confining place. You lie there for a moment, your eyes closed, your heart slowly returning to its normal rhythm. <br>
You walk over to the sink, splashing some water on your face to cool your flushed cheeks, and [[sit back on your bunk->Prison][$mainChar.jailEvent = 'wait']]<br><br>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<set $minute +=20>>
<<else>>
<<set _event to random(4)>>
<<if _event is 0>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Bored.jpg")]]
</div><br>
You're sitting on your bunk, the boredom of your cell threatening to consume you. The clank of metal against metal echoes through the corridor as the cell doors slide open, signaling the brief period of freedom within the prison walls. You stand up, stretching your limbs, and step out into the hallway. The air is filled with the murmur of voices and the shuffle of feet as other inmates emerge from their cells. You scan the crowd, your eyes landing on two prisoners walking past your cell. They catch your gaze, and you see a flicker of interest in their eyes. <br><br>
They walk by, their gazes locked onto your body, lingering on your chest. You can feel the weight of their stares, the hunger in their eyes. "Hey there," one of them says, his voice a low rumble. "You look like you could use something to pass the time." The other prisoner smirks, his eyes never leaving your body. "We could help with that," he adds, his tone suggestive. "How about the two of us keep you company?" <br><br>
You meet their gazes, a mix of curiosity and defiance in your own. The offer hangs in the air, a tantalizing promise of escape from the monotony of your cell. <br><br>
<span id='accept'><<if $mainChar.corruption >=60>><<linkreplace "Accept their proposal">>
You take a deep breath, considering their proposition. The thought of their hands on you, their bodies pressing against yours, sends a thrill through you. "Alright," you say, your voice steady but tinged with a hint of nervousness. "Follow me." You lead them back into your cell, the small space suddenly feeling even more confined with their presence. Once inside, you turn to face them, your heart pounding in your chest. Slowly, you begin to undress, your eyes locked on theirs as you reveal more of your body. Their gazes grow more intense, their breaths coming faster as they watch you. But their patience is thin. "We don't have time for this," one of them growls, his voice rough with desire. They push you to your knees, their hands firm but not unkind. You look up at them, your heart racing as they unzip their pants, revealing their hard cocks. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/DoubleSuck"+random(2)+".webp")]]
</div><br>
You take one in your mouth, then the other, alternating between them as they guide your head with their hands. You can feel their excitement building, their breaths coming in ragged gasps as you suck and lick. Suddenly, they pull you to your feet, their hands rough and demanding. They lift you up, pressing you against the cold wall of the cell. You wrap your legs around one of them as <<linkreplace "they enter you.">>they enter you, their thrusts hard and urgent. You cry out, the sensation of being filled, of being surrounded by their desire, overwhelming. They take you like that, their bodies pressing against yours, their movements rough and unyielding. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/DoubleFuck"+random(2)+".webp")]]
</div><br>
The world outside fades away, leaving only the three of you, lost in a tangle of limbs and desire. Your pleasure builds, your cries echoing through the cellblock, a testament to your surrender and your need. They use you, their hands gripping your flesh, their cocks pounding into you with a relentless rhythm. Finally, with a series of grunts and groans, they reach their climax, filling you with their hot, sticky seed. You feel it spilling into you, coating your insides, a mix of pleasure and degradation. They hold you there for a moment, their bodies shaking with the aftermath of their release, before pulling out and stepping back.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/DoubleCum"+random(2)+".webp")]]
</div><br>
You slide down the wall, your legs too weak to support you. You sit there, naked and exhausted, as they zip up their pants, their eyes lingering on your used and abused body. "Thanks for the fun," one of them says, a smirk playing on his lips. They turn and leave, the cell door clanging shut behind them, leaving you alone in the stark silence. You lie there, naked and soiled, your mind a whirlwind of confusion and exhaustion. The reality of your situation sinks in, the weight of it pressing down on you like a physical force. You close your eyes, trying to find some semblance of peace, some way to make sense of it all. But for now, all you can do is [[lie there,->Prison][$mainChar.jailEvent = 'wait']] taking deep breaths, and hoping that tomorrow will bring some clarity and strength.<br><br>
<<HaveASexWidget "vaginal" "stranger" "inpussy">>
<<HaveASexWidget "anal" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "arousal" "70">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id='refuse'><<linkreplace "Refuse their proposal">>
The offer hangs in the air, but you know you can't give in to their advances. You take a deep breath, steeling yourself for what's to come. "No, thanks," you say, your voice steady but tinged with nervousness. "I'm good on my own." The prisoners exchange a look, their expressions darkening. The one who spoke first steps closer, his voice dropping to a menacing growl. "You sure about that? We weren't really asking." The second prisoner lets out a harsh laugh. "You're just a little plaything, and we're bored. You should be grateful for the attention." <br><br>
You feel a wave of panic rising within you, but you stand your ground. "I... I don't want this," you say, your voice shaking. The first prisoner's eyes narrow, and he takes another step closer, his voice cold. "Think well about that. Next time we'll not ask." You feel a shiver run down your spine, the reality of your situation sinking in. With a final, threatening look, the prisoners turn and walk away, leaving you alone in the corridor. You take a deep breath, your heart pounding in your chest. You know you've made enemies, but for now, all you can do is [[lie on your bunk,->Prison][$mainChar.jailEvent = 'wait']] hoping that tomorrow will bring some clarity and strength.
<<replace #accept>><</replace>><</linkreplace>></span>
<<elseif _event is 1>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Wait"+random(2)+".webp")]]
</div><br>
You're sitting on your bunk, the boredom of your cell threatening to consume you. The clank of metal against metal echoes through the corridor as the cell doors slide open, signaling the brief period of freedom within the prison walls. You stand up, stretching your limbs, eager to move around and break the monotony. As you step out of your cell, you hear the sound of footsteps approaching. A group of prisoners, their faces hard and unyielding, enter your cell. "Look what we have here. A little plaything to keep us entertained," one of them says. They surround you, their presence overwhelming. You feel a mix of fear and curiosity as they close in, their eyes filled with a dark intent. <br><br>
"Where do you think you're going?" one of them growls, his voice a low rumble. Before you can react, they push you back into the cell, their hands rough and demanding. You try to resist, but they are too strong. They force you to your knees, their bodies pressing in around you. You feel their hands on your shoulders, holding you down, their grip unyielding. "Open up," another one commands, his voice cold and unforgiving. You hesitate, your heart pounding in your chest. But their grip tightens, and you know you have no choice. <br>
You <<linkreplace "open your mouth.">> open your mouth, and they take turns, forcing themselves into you, their movements rough and unrelenting. You feel their hands in your hair, guiding your head, their thrusts deep and unforgiving. "That's it, take it all. You can do better than that," he says. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/GangbangSuck"+random(1)+".webp")]]
</div><br>
The taste of them fills your mouth, their scent overwhelming. You try to breathe, to find a rhythm, but they are relentless, their needs driving them forward. You hear their grunts and groans, their words of encouragement and domination.
<<if $mainChar.corruption <70>>
You feel their release, their seed spilling into your mouth, down your throat. You try to pull away, to catch your breath, but they hold you firm."You're gonna swallow every last drop. Understood?" You feel a mix of humiliation and submission, your body responding to their demands despite the brutality. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/DoubleCum"+random(2)+".webp")]]
</div><br>
Finally, after what feels like an eternity, they release you, their hands falling away. You collapse onto the floor, your body shaking, your breath coming in ragged gasps. "You're doing good, sweetheart. Keep it up and maybe we'll go easy on you." You hear their laughter, their words of satisfaction as they leave your cell, leaving you alone with the taste of them still in your mouth. You sit there, on the cold floor, your mind a whirlwind of confusion and shame. The world outside your cell fades away, leaving only the echo of their presence and the lingering sensation of their touch.<br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "body">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "chest">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "combed" "false">>
<<else>>
<br><br>
<span id="cum"><<linkreplace "Make them cum">> You work them expertly, your mouth and hands moving in sync, your eyes locked on theirs. You feel their bodies tense, their breath coming faster as they approach the edge. You don't let up, your movements relentless, your determination unwavering. One by one, they reach their climax, their releases explosive and satisfying. You feel their seed spilling into your mouth, down your throat. You swallow every drop, a sense of triumph coursing through you. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/DoubleCum"+random(2)+".webp")]]
</div><br>
As they pull away, their bodies spent, you see the look of surprise and respect in their eyes. They had come expecting to use you, to dominate you, but you had turned the tables on them. You had taken control, had made them see you as more than just a victim. "Damn," one of them mutters, a smirk playing on his lips. "You're something else." They leave your cell, their laughter echoing down the corridor, but this time, it's not a sound of mockery, but of respect. <br><br>
You sit back on your heels, a small smile playing on your cum-soaked lips. You had taken control, had made them see you as more than just a prisoner. And in that moment, you feel a sense of power, a sense of satisfaction that you hadn't felt in a long time. You walk over to your bunk and [[sit down->Prison][$mainChar.jailEvent = 'wait']] the cold metal frame offering little comfort. <br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "body">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "chest">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "combed" "false">>
<<replace #fuck>><</replace>><</linkreplace>><br></span>
<span id='fuck'><<linkreplace "Let them fuck you">>
You look up at them, your eyes filled with a mix of submission and need. "Please," you whisper, your voice barely audible. "Fuck me." The prisoners exchange a look, surprise and lust mingling in their eyes. "Did she just say what I think she said?" one of them asks, a smirk on his face. "Guess she wants more," another replies, his voice filled with anticipation. "Get on the bunk," one of them orders, his voice leaving no room for argument. You comply, your body trembling with a mix of fear and anticipation. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/GangbangFuck"+random(2)+".webp")]]
</div><br>
They take you, one by one, filling every part of you. You feel their hands on your hips, your breasts, your thighs, their touch rough and unyielding. They take turns, their bodies pressing against yours, their thrusts deep and unforgiving. "Damn, she's tight," one of them groans, his voice filled with pleasure. You feel them in your mouth, your pussy, your ass, their movements synchronized in a brutal dance of domination and submission. <br><br>
You cry out, your moans a mix of pain and pleasure, your body responding to their demands despite the brutality. They use you, their bodies pressing in around you, their grunts and groans filling the air. You feel their release, their seed spilling into you, onto you, marking you as theirs. You lie there, your body shaking, your breath coming in ragged gasps, as they finish, their bodies sated and satisfied. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/DoubleCum"+random(2)+".webp")]]
</div><br>
"That was fucking amazing," one of them says, a smirk on his face as they begin to leave. "See you around, sweetheart," another adds, his voice filled with mocking affection. As they leave, you remain on the bunk, your body aching, your mind a whirlwind of confusion and submission. The world outside your cell fades away, leaving only the echo of their presence and the lingering sensation of their touch. <br><br>
You sit back on your heels, a small smile playing on your lips. You had taken control, had made them see you as more than just a prisoner. And in that moment, you feel a sense of power, a sense of satisfaction that you hadn't felt in a long time. You walk over to your bunk and [[sit down->Prison][$mainChar.jailEvent = 'wait']] the cold metal frame offering little comfort. <br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "bj" "stranger" "face">>
<<HaveASexWidget "pussy" "stranger" "body">>
<<HaveASexWidget "pussy" "stranger" "face">>
<<HaveASexWidget "anal" "stranger" "chest">>
<<HaveASexWidget "anal" "stranger" "onpussy">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-50">>
<<MainChar_Stats "cleanliness" "-50">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "combed" "false">>
<<replace #cum>><</replace>><</linkreplace>></span>
<</if>>
<</linkreplace>>
<<elseif _event is 2>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Bored.jpg")]]
</div><br>
You're sitting on your bunk, the boredom of your cellule almost unbearable. It's that time of day when the cells are open, and inmates are free to move around. You hear footsteps approaching, and before you can react, a tall, imposing figure darkens your doorway. It's one of the other prisoners, his eyes cold and dominating. "You're going to help me with something," he growls, stepping into your cell. <br><br>
<<if $mainChar.corruption <30>>
You stand up, backing away, but he advances on you, his presence overwhelming. "What do you want?" you ask, your voice trembling. He doesn't answer. Instead, <<linkreplace "he grabs you.">>he grabs you by the arms and pushes you against the wall, his body pressing against yours. You struggle, trying to push him away, but he's too strong. His hand wraps around your throat, squeezing just enough to make you gasp. "Stop!" you cry out, but he silences you with a brutal kiss, his lips crushing against yours. You try to turn your head away, but he holds you firmly in place. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Choking.webp")]]
</div><br>
Suddenly, he forces you to your knees, his hand still gripping your throat. You look up at him, your eyes wide with fear and anger. "Don't do this," you plead, but he ignores you. He undoes his pants, revealing his erection. "Open your mouth," he commands, his voice leaving no room for argument. You hesitate, and he slaps you hard across the face. "I said, open your mouth." Reluctantly, you comply, feeling a wave of humiliation and disgust as <<linkreplace "he forces himself into your mouth.">> he forces himself into your mouth. The sensation is immediate and overwhelming—his thick, hard length filling your mouth entirely, pressing down on your tongue, and hitting the back of your throat. You gag instinctively, your eyes watering as you struggle to accommodate his size. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Suck"+random(2,5)+".webp")]]
</div><br>
He holds your head in place with both hands, his fingers tangled tightly in your hair, controlling your movements. He begins to move his hips, thrusting in and out of your mouth with a brutal rhythm. Each time he pushes deeper, you feel the tip of his cock hitting the back of your throat, making you gag and choke. The sensation is intense and uncomfortable, your throat constricting as it tries to reject the intrusion. You try to breathe through your nose, but it's difficult with the tears streaming down your face and the saliva pooling in your mouth. <br><br>
The taste of him is strong and unfamiliar, and you can't help but feel a wave of nausea. He doesn't seem to care about your discomfort, his movements becoming more forceful and urgent. Finally, after what feels like an eternity, he pulls out, leaving you gasping for breath, your throat sore and your mouth filled with the taste of him. You look up at him, your eyes filled with a mix of anger and despair, as he prepares to take you in another degrading way. He pulls you to your feet and spins you around, pushing you face-first against the wall. You hear him spit, and then <<linkreplace "he enters you.">>he enters you, his thrusts hard and unyielding. You cry out in pain, your hands clutching at the cold concrete.<br><br>
"Please, stop," you beg, but he only laughs, his grip on your hips tightening. You cry out in pain, your hands clutching at the cold concrete wall, trying to find something to hold onto as he invades your body. The sensation of him inside you is overwhelming—a harsh, relentless pressure that fills you completely. Each thrust sends a jolt of pain and humiliation through you, a constant reminder of your helplessness.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Fuck"+random(3)+".webp")]]
</div><br>
You can feel every inch of him, the way he stretches you, the way he forces himself deeper with each brutal movement. Your body responds with a mix of pain and involuntary sensation, your muscles tensing and releasing in a futile attempt to resist. The cold, unforgiving wall against your cheek is a stark contrast to the heat and violence of his actions. He pulls out suddenly, and you feel his hand in your hair, yanking you back to your knees. He forces your face up to look at him, his eyes filled with cruel amusement. He strokes himself, and then he's coming, his release hot and sticky on your face.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Cum0.webp")]]
</div><br>
You kneel there, shaking, as he tucks himself back into his pants. He looks down at you, a smirk on his lips. "Thanks for the help," he says, before turning and walking away. You feel dirty, broken, and you hate every second of it. But for now, all you can do is [[curl up on your bunk, ->Prison][$mainChar.jailEvent = 'wait']] trying to hold back the tears that threaten to fall, trying to find some semblance of peace in the aftermath of your torment. <br><br>
<<HaveASexWidget "pussy" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<<else>>
You stand up, your heart pounding, but you don't resist as he advances on you and <<linkreplace "grabs you.">>grabs you by the arms and pushes you against the wall, his body pressing against yours. "You like it rough, don't you, slut?" he murmurs, his hand wrapping around your throat. You gasp, your eyes widening, but you nod, a small smile playing on your lips. "Yes," you whisper, your voice hoarse with need. He leans in, his lips crashing against yours in a brutal kiss. You moan into his mouth, your body pressing against his. He bites your lip, drawing blood, and you whimper, the pain sending a jolt of pleasure through you. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Choking.webp")]]
</div><br>
Suddenly, he pushes you down, forcing you to your knees. "Open that pretty mouth, bitch," he commands, unzipping his pants. You comply eagerly, your eyes looking up at him, hungry and submissive. He grabs your hair, <<linkreplace "guiding your mouth to his cock. ">> guiding your mouth to his cock. You take him deep, gagging but eager, your hands gripping his thighs. The sensation is immediate and overwhelming—his thick, hard length filling your mouth entirely, pressing down on your tongue, and hitting the back of your throat. <br><br>
You gag instinctively, your eyes watering as you struggle to accommodate his size. "Fuck, you're a good little cocksucker," he groans, his hips moving faster. You moan, the sound vibrating around his shaft, your own arousal growing with each thrust. He holds your head in place with both hands, his fingers tangled tightly in your hair, controlling your movements. He begins to move his hips, thrusting in and out of your mouth with a brutal rhythm. Each time he pushes deeper, you feel the tip of his cock hitting the back of your throat, making you gag and choke.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Suck"+random(2,5)+".webp")]]
</div><br>
Finally, after what feels like an eternity, he pulls out, leaving you gasping for breath, your throat sore and your mouth filled with the taste of him. You look up at him, your eyes filled with a mix of eagerness and submission, as he prepares to take you in another degrading way. He pulls you to your feet and spins you around, pushing you face-first against the wall. "Spread those legs, slut," he orders, kicking your feet apart. You comply, your breath coming in ragged gasps as <<linkreplace "he enters you.">>he enters you, his thrusts hard and unyielding. You cry out in pain, your hands clutching at the cold concrete.<br><br>
"Oh god, yes," you cry out, your fingers gripping the mattress. You can feel every inch of him, the way he stretches you, the way he forces himself deeper with each brutal movement. You scream, the sensation overwhelming, pain and pleasure mixing in a heady cocktail. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Fuck"+random(3)+".webp")]]
</div><br>
Suddenly, he pulls out, spinning you around and forcing you back to your knees. He strokes his cock, his eyes locked on yours. "Open that mouth, bitch," he growls, his body tensing. You open wide, eager for his release. He comes with a roar, his hot seed splashing across your face. You moan, your tongue darting out to lick your lips, tasting him. He looks down at you, a satisfied smirk on his face. "Good girl," he murmurs, tucking himself back into his pants. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Cum0.webp")]]
</div><br>
He looks down at you, a smirk on his lips. "Thanks for the help," he says, before turning and walking away. And with that, he turns and leaves, leaving you there, kneeling on the floor, his cum dripping down your face, a satisfied smile on your lips. "Thank you," you whisper to the empty room, your body still tingling with pleasure, ready for more. But for now, all you can do is [[curl up on your bunk ->Prison][$mainChar.jailEvent = 'wait']] and wait for the day to pass. <br><br>
<<HaveASexWidget "pussy" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "makeup" "Ruined">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>><</linkreplace>><</linkreplace>>
<</if>>
<<elseif _event is 3 and $mainChar.corruption>=30>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Bored.jpg")]]
</div><br>
You're sitting on your bunk, the boredom of your cell threatening to consume you. The clank of metal against metal echoes through the corridor as the cell doors slide open, signaling the brief period of freedom within the prison walls. You stand up, stretching your limbs, eager to break the monotony of your confinement. As you step out into the corridor, you see a fellow prisoner walking by. <br><br>
He's tall and muscular, his eyes scanning the area with a casual indifference. You catch his gaze, a spark of curiosity in your own. He slows his pace, his eyes lingering on you. Decided to pass the time, and slightly excited, an idea crosses your mind. <br><br>
<span id='suck'><<linkreplace "Offer him a blowjob">>
"Hey," you call out, your voice steady but tinged with a hint of nervousness. "You look like you could use a break." He raises an eyebrow, a smirk playing on his lips. "Oh yeah? What did you have in mind?" You take a deep breath, your heart pounding in your chest. "I could suck you off," you say, your voice barely above a whisper. "Just to pass the time." His smirk widens into a grin, and he steps into your cell, the door clanging shut behind him. You feel a mix of excitement and apprehension as he approaches, his eyes never leaving yours. You drop to your knees, your hands reaching for his pants. He watches you, his breath coming faster as you free him from the confines of his clothing. You take him in your hand before leaning in and taking him into your mouth.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Suck"+random(6)+".webp")]]
</div><br>
You work slowly at first, your tongue exploring, your lips tightening around him. He groans, his hands finding their way to your hair, guiding you, urging you on. You pick up the pace, your head bobbing, your mouth and tongue working in unison. The sounds of his pleasure fill the cell, a raw, primal symphony that spurs you on. <br><br>
<span id='continue'><<if $mainChar.corruption>=40>><<linkreplace "Let him fuck you">>
You're still on your knees, the taste of him lingering in your mouth, when you decide to take things further. You stand up, your eyes locked on his, and slowly back away towards your bunk. His gaze follows you, a mix of curiosity and desire in his eyes. You lie back on the narrow mattress, your heart pounding in your chest. You take a deep breath, steeling yourself for what you're about to do. Slowly, deliberately, you lift your legs, bending them at the knees, and spread them wide, exposing yourself to him completely. <br><br>
His eyes widen, his gaze fixed on your glistening pussy. He leans in, his hands gripping your thighs, spreading you even wider. You feel the tip of his cock pressing against your entrance, and you take a deep breath, steeling yourself for what's to come. With a single, powerful thrust, he enters you, his cock stretching you, filling you completely. You gasp, your back arching off the mattress, your hands gripping the rough blanket beneath you. He begins to move, his hips thrusting, his cock sliding in and out of you with a rhythm that is both brutal and exhilarating. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Fuck"+random(3,5)+".webp")]]
</div><br>
You can feel every inch of him, every ridge, every vein. The sensation is overwhelming, your body aching with a mix of pleasure and pain. You wrap your legs around him, pulling him deeper, urging him on. His movements grow faster, more urgent, his breath coming in ragged gasps. Suddenly, he pulls out, his cock glistening with your arousal. He moves up, positioning himself over your face, his eyes locked on yours. You <<linkreplace "open your mouth.">>open your mouth, ready to take him in, your heart pounding with anticipation. He slides his cock into your mouth, his hips moving in a steady rhythm, his hands gripping your hair. <br><br>
You can taste yourself on him, the sensation heightening your arousal. You work your mouth and tongue, your hands gripping his thighs, urging him on. He groans, his body tensing, his grip on your hair tightening as he reaches the edge. With a final, powerful thrust, he comes undone, his release hot and salty in your mouth. You swallow, your eyes locked on his, a sense of satisfaction washing over you. He pulls back, a satisfied grin on his face, his breath coming in ragged gasps. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Cum0.webp")]]
</div><br>
He continues to come, each pulse sending more of his seed into your mouth. You swallow quickly, trying to keep up, but it's overwhelming. Some of it spills from the corners of your mouth, dripping down your chin. You feel a mix of satisfaction and submission, the sensation of his release coating your throat, the taste of him lingering on your tongue.He stands up, tucking himself back into his pants, his eyes never leaving yours. "That was... intense," he says, his voice low and husky. You nod, a small smile playing on your lips, your body still trembling with the aftershocks of pleasure. <br><br>
He turns and walks out of your cell, the door clanging shut behind him, leaving you alone, naked and breathless. You lie there, your body limp and sated, your mind a whirlwind of thoughts and emotions. You take a deep breath, trying to regain your composure, your senses slowly returning to you. You turn around and [[sit on your bunk, ->Prison][$mainChar.jailEvent = 'wait']] waiting for the day to pass. <br><br>
<<HaveASexWidget "vaginal" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "70">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'><<linkreplace "Make him cum">>
You feel him tense, his grip on your hair tightening as he reaches the edge. You don't slow down, don't stop, your mouth and tongue working feverishly until he comes undone. Suddenly, he lets out a deep groan, and you feel the first hot spurt of his release hit the back of your throat. It's more than you expected, and you struggle to swallow it all, the salty, thick liquid filling your mouth. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Cum0.webp")]]
</div><br>
He continues to come, each pulse sending more of his seed into your mouth. You swallow quickly, trying to keep up, but it's overwhelming. Some of it spills from the corners of your mouth, dripping down your chin. You feel a mix of satisfaction and submission, the sensation of his release coating your throat, the taste of him lingering on your tongue.<br><br>
Finally, he pulls back, a satisfied grin on his face. You wipe your mouth with the back of your hand, feeling a strange sense of accomplishment. "Well, that was a hell of a way to pass the time," he says, tucking himself back into his pants. You stand up, a small smile playing on your lips, feeling a sense of power and control that you haven't felt in a long time. As he leaves your cell, you know that this brief encounter has broken the monotony of your day, leaving you with a memory that will linger long after the cell doors close again. But for now, you turn around and [[curl up on your bunk, ->Prison][$mainChar.jailEvent = 'wait']] waiting for the day to pass. <br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-10">>
<<MainChar_Stats "cleanliness" "-10">>
<<MainChar_Stats "combed" "false">>
<<replace #continue>><</replace>><</linkreplace>></span>
<<replace #leave>><</replace>><</linkreplace>><br></span>
<span id='leave'>[[Change your mind.->Prison][$mainChar.jailEvent = 'wait']]
<br></span>
<<elseif _event is 4 or (_event is 3 and $mainChar.corruption <30)>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/LesbianEvent.jpg")]]
</div><br>
You're sitting on your bunk, the boredom of your cell threatening to consume you. It's that time of day when the cell doors are open, and inmates are free to move about. The corridor outside is filled with the distant murmur of voices and the shuffle of feet. Suddenly, a figure appears at your doorway, a fellow prisoner with a friendly smile but a direct gaze. She leans against the doorframe, her eyes scanning your small space before settling on you. "Hey there," she says, her voice confident and assured. "Mind if I come in?" You shrug, gesturing for her to enter. "Sure, why not?" You reply, trying to hide your curiosity.<br><br>
She steps inside, her presence filling the room. She's attractive, with a strong personality that commands attention. She extends a hand. "I'm Alex," she says with a warm smile. You take her hand, feeling a spark at her touch. "I'm... " you start, but she interrupts you with a laugh. "I know who you are," she says, her voice low. "I've seen you around. You look like you could use some company." You raise an eyebrow, a small smirk playing on your lips. "Is that so? And what makes you think that?"
<<linkreplace "She sits down on the bunk.">>She sits down on the bunk next to you, her thigh pressing against yours. "Call it a hunch," she says, her eyes twinkling with amusement. "Plus, I've been where you are. It's tough being alone in here." You feel a pang of sympathy. "Yeah, it is," you admit, your voice softening. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/LesbianEvent1.jpg")]]
</div><br>
"How long have you been here?" Alex leans back, her eyes taking on a distant look. "Too long," she says with a sigh. "But I've learned to make the best of it. You have to find your allies, your moments of joy. Otherwise, this place will eat you alive." She pauses, her hand reaching up to tuck a strand of hair behind your ear. Her fingers linger, tracing the line of your jaw. <br><br>
You feel a shiver run down your spine, your body responding to her touch. "You're tense," she murmurs, her hand moving to your shoulder, kneading the muscles gently. You let out a soft sigh, relaxing into her touch. Her hand moves lower, tracing the curve of your breast, your waist, your hip. You feel a warmth spreading through you, a growing desire. She leans in, her breath hot on your ear. "Let me take care of you," she whispers as <<linkreplace "her hand slips between your legs.">>her hand slips between your legs. <br><br>
You gasp, your body arching into her touch. She rubs you through your clothes, her movements sure and confident. She pushes you back onto the bunk, her body covering yours. She slips her hand into your pants, her fingers finding your clit, circling it slowly. You moan, your hips lifting to meet her touch. She leans down, her forehead pressing against yours. "You're going to come for me," she murmurs, her voice a command. She slips her fingers inside you, her thumb circling your clit. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Fingering0.webp")]]
</div><br>
You cry out, your body tensing. Suddenly, her other hand is on your throat, squeezing gently but firmly. You gasp, your eyes widening in surprise. She smiles, her grip tightening slightly. "Trust me," she says, her voice a low growl. <br><br>
<span id='continue'><<if $mainChar.corruption >=30>><<linkreplace 'Let her continue'>>
You do. You let go, your body surrendering to her touch. Her fingers move inside you, her thumb circling your clit, her hand on your throat, controlling your breath. She pulls her fingers out and begins to trail kisses down your body, her lips soft and warm against your skin. You shiver with anticipation as she moves lower, her breath hot against your thighs. She gently spreads your legs wider, her eyes locked on yours as she lowers her head. Her tongue finds your clit, circling it slowly, sending waves of pleasure through your body. You moan, your hips lifting to meet her mouth. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/LickPussy"+random(1)+".webp")]]
</div><br>
She licks and sucks, her movements deliberate and skilled. You feel yourself getting closer, your body tensing with each flick of her tongue. She moves lower, her tongue tracing a path down to your anus. You gasp, the sensation new and intense. She circles the sensitive area, her tongue wet and warm, sending shivers down your spine. You feel a mix of pleasure and vulnerability, your body responding to her touch in ways you never imagined. She continues to lick and suck, her tongue moving between your clit and your anus, driving you wild with desire. You cry out, your body convulsing as you come, the pleasure overwhelming. She holds you through it, her touch gentle but firm, her body pressed against yours. <br><br>
As you come down from the intense pleasure, Alex smiles at you, her hand cupping your cheek. "Good girl," she murmurs, her thumb brushing your lip. You feel a sense of contentment and satisfaction, but it's short-lived. Alex's eyes darken with desire, and she leans in closer, her voice a low growl. "Now it's my turn," she says, her tone leaving no room for argument. Before you can react, she shifts her position and begin to <<linkreplace "straddle your face.">>straddle your face. You gasp in surprise as she lowers herself onto you, her thighs pressing against your ears, her pussy hovering just above your mouth. You can feel the heat radiating from her, the scent of her arousal filling your nostrils. <br><br>
"Lick me," she commands, her voice firm and demanding. You hesitate for a moment, but she grabs your hair, holding your head in place. "I said, lick me," she repeats, her tone brooking no argument. You tentatively stick out your tongue, tasting her for the first time. She moans, her hips moving in a slow, circular motion, grinding against your face. You can feel her wetness, her desire, as she moves against you, coating your face with her juices. You begin to lick and suck in earnest, your tongue exploring her folds, your lips wrapping around her clit. She moans, her movements becoming more urgent, her breath coming in short gasps. You can feel her body tensing, her muscles coiling as she chases her own release. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/FaceSitting"+random(1)+".webp")]]
</div><br>
She rides your face, her hips moving faster and harder, her pussy grinding against your mouth. You struggle to breathe, your nose and mouth covered by her flesh, but she doesn't let up. She uses your face for her pleasure, her body moving with a single-minded determination. And then, with a cry, she comes, her body convulsing, her juices flooding your face. She grinds against you, riding out the waves of her orgasm, her breath coming in ragged gasps. As she finally comes down, she looks down at you, a satisfied smile playing on her lips. She climbs off your face, her body still trembling with the aftershocks of her orgasm. You lie there, your face coated in her juices, your body still tingling with the remnants of your own pleasure.<br><br>
She leans down, her fingers tracing the outline of your lips, a soft smile on her face. "You did good," she murmurs, her voice soft and gentle. You feel a sense of pride, of accomplishment, at having pleased her. Alex stands up, adjusting her clothes and running a hand through her hair. She looks down at you one last time, her eyes filled with a mix of gratitude and desire. "I'll see you around," she says, her voice a low promise. With that, she turns and walks out of your cell, leaving you alone with your thoughts. You take a deep breath, trying to process what just happened. The taste of her still lingers on your lips, and the memory of her touch is fresh in your mind. You wipe your face with the back of your hand, trying to regain some semblance of composure, and [[gather your clothes.->Prison][$mainChar.jailEvent = 'wait']] <br><br>
<<HaveASexWidget "bj" "stranger" "face">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "0">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<</linkreplace>>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace 'Stop her'>>
Suddenly, a wave of uncertainty washes over you. "Stop," you say, your voice firm but shaky. Alex pauses, her hand stilling. She looks at you, her eyes searching. "What's wrong?" she asks, a hint of annoyance in her voice. "I... I can't do this," you stammer, pushing her hand away. Alex sits back, a smirk playing on her lips. "Really?" she says, her voice cold. She brings her fingers to your mouth. "Taste yourself," she commands, her eyes locked on yours. "Taste how much you wanted it."<br><br>
You hesitate, but she presses her fingers against your lips, forcing you to lick your own juices. The taste is sweet and musky, a reminder of your desire. You feel a mix of shame and arousal, your body betraying you. Alex stands up, her eyes narrowing. "You're pathetic," she says, her voice laced with disgust. "You can't even admit what you want." With that, she turns and walks out of your cell, leaving you alone with your thoughts and the lingering taste of your own desire. You sit there, your mind a whirlwind of confusion and self-loathing. You never expected this, but you can't deny the truth of her words. You're left to grapple with the dark, unsettling truths that lie within. You [[sit down on the bunk,->Prison][$mainChar.jailEvent = 'wait']] trying to process what just occured.<br><br>
<<HaveASexWidget "masturbated" "self">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "energy" "-5">>
<<MainChar_Stats "cleanliness" "-5">>
<<replace #continue>><</replace>><</linkreplace>></span>
<</linkreplace>><</linkreplace>>
<</if>>
<</if>><<if $mainChar.jailEvent == 'breakfast' or $mainChar.jailEvent == 'dinner' or $mainChar.jailEvent == 'supper'>>
<<if random(2) < 2>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/JailHallway.jpg")]]
</div><br>
You're sitting on the hard bunk in your cell, the cold walls pressing in around you, when you hear the heavy footsteps of the guard approaching. It's mealtime, and he's come to escort you to the cafeteria. As he stops in front of your cell, you look up, and his eyes widen in disgust and amusement. "Well, well, well," he says, a cruel smile playing on his lips. "Looks like you've had a busy time." You realize with a start that your face is still covered in the remnants of your earlier encounters with your fellow inmates. You can feel the <<linkreplace "dried semen on your skin.">>dried semen on your skin, and you flush with a mix of humiliation and defiance. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Ruined.jpg")]]
</div><br>
The guard chuckles, shaking his head. "You're a mess, girl," he says. "Go on, rinse your face. You can't go to the cafeteria looking like that. You'll spoil everyone's appetite." He unlocks the cell door, and you stand up, your legs feeling shaky and uncertain. You walk to the small sink in the corner of your cell, turning the faucet and splashing water on your face. The water is cold, and you scrub at your skin, trying to remove the evidence of the past events. The guard watches you, his arms crossed over his chest, that cruel smile still on his face. "Come on, hurry up," he says. "I don't have all day."<br><br>
You <<linkreplace "dry your face.">> dry your face on the rough towel hanging by the sink, your cheeks burning with embarrassment. But there's a spark of anger too, a defiance that keeps your chin up and your eyes steady as you turn to face the guard. "Let's go," he says, gesturing for you to step out of the cell. As you walk past him, he suddenly reaches out and smacks your ass, hard. The sound echoes through the cellblock, and you jump, more from surprise than pain. You can feel the sting, a warm imprint on your flesh, and you grit your teeth, determined not to let him see you flinch. He chuckles, amused by your reaction. "Just a little reminder of who's in charge here," he says, his voice low and threatening. "Now move."<br><br>
You walk ahead of him, your heart pounding, your face flushed. You can feel his eyes on you, watching your every move, and you hold your head high, refusing to let him see your humiliation. The other inmates watch as you pass, their eyes lingering on you, knowing smiles on their faces. You make your way to the cafeteria, the guard's footsteps heavy behind you. You take a tray and move down the line, accepting a plate of limp pasta, a side of canned vegetables, and a cup of weak tea. You find a seat, trying to ignore the murmurs and stares of the other inmates. The guard watches from the corner, his eyes scanning the room with a practiced indifference. <br>
You glance at one of the long tables, trying to ignore the murmurs and stares of the other inmates, and [[find a seat.->Prison Canteen]]
<span id="stats" style="display: none">
<<MainChar_Stats "energy" "5">>
<<MainChar_Stats "cleanliness" "10">>
<<MainChar_Stats "combed" "true">>
<<MainChar_Stats "makeup" "Subtle">>
<<run variables().mainChar.cleanCum()>>
</span>
<</linkreplace>><</linkreplace>>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/JailHallway.jpg")]]
</div><br>
You're sitting in your cell, the cold concrete walls pressing in around you, when you hear the clanking of keys and the heavy footsteps of the guards approaching. It's mealtime, and the door to your cell slides open to reveal a guard and a female officer standing there, smirking at you. You can feel the <<linkreplace "dried semen on your face.">>dried semen on your face, the evidence of how you've been used by your fellow inmates, and you brace yourself for their ridicule. <br><br>
"Looks like you've been having fun," the female guard sneers, her eyes lingering on the mess on your face. "You're a filthy little slut, aren't you?" You can feel your cheeks burning with shame, but you don't say anything, just keep your eyes downcast. The female guard steps closer, her voice dropping to a low, sultry purr. "I bet you'd like to clean that off, wouldn't you?" she says, her fingers tracing a line down your cheek. "Maybe I should make you earn that privilege."<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Ruined.jpg")]]
</div><br>
She turns to the male guard, a wicked smile playing on her lips. "What do you think?" she asks him. "Should we make her suck you off right here in the hallway? Show her what a real man feels like?" The male guard looks at her, his eyes narrowing slightly as he takes in her eager expression. He chuckles, a low, mocking sound that sends a shiver down your spine. "Are you just looking for an excuse to watch?" The female guard's smile falters, her cheeks flushing with a mix of embarrassment and frustration. "I...I just thought..." she stammers, her confidence wavering under his gaze. <br><br>
The male guard smirks, his eyes turning to you. "On your knees," he orders, and you comply, your body moving as if on autopilot. <<linkreplace "You take him into your mouth.">> As you take him into your mouth, you can feel the female guard's eyes on you, her breath coming in ragged gasps. The male guard's hands tangle in your hair, controlling your movements, using you for his pleasure. You try to relax your throat, to take him deeper, but it's a battle against your body's natural reflexes. Each thrust sends a wave of sensation through you, a mix of pain and pleasure that leaves you feeling both used and strangely exhilarated. The sounds of your gagging and the wet, sloppy noises of your mouth fill the hallway, a stark reminder of your submission. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/GuardEvent0.webp")]]
</div><br>
"Is this what you wanted to see?" he asks the female guard, his voice mocking. "Is this what gets you off? Watching her choke on my cock?" The female guard says nothing, her breath coming in ragged gasps, her eyes glued to the sight of you on your knees, your mouth filled, your body being used. The power dynamics in the hallway are clear, and you are caught in the middle, a pawn in their twisted game. The male guard, satisfied with your obedience, suddenly pulls you up by your hair, a cruel smirk playing on his lips. <br><br>
He spins you around, pressing you firmly against the female guard. You can feel her body tense against yours, her breath hot on your neck. He kicks your legs apart, <<linkreplace "positioning himself behind you.">>positioning himself behind you. The female guard's hands rest on your hips, her touch tentative at first, but growing more confident as she feels your body respond to the male guard's rough handling. You can feel her discreetly moving one hand between her own legs, her fingers working beneath her uniform. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/GuardEvent1.webp")]]
</div><br>
The male guard thrusts into you, his movements hard and unyielding. You gasp, your hands gripping the female guard's shoulders for support. She leans in, her breath coming faster, her eyes locked on the male guard's face. He notices her discreet movements, her hand working between her legs, and a wicked grin spreads across his face. "Enjoying the show?" he asks, his voice laced with mockery. The female guard's cheeks flush a deep red, and she abruptly stops, her hand quickly withdrawing from between her legs. She clears her throat, trying to regain her composure, and steps back from you, attempting to act as if nothing had happened. <br><br>
He thrusts into you a final time, his body tensing as he reaches his climax, spilling himself deep inside you. He pulls out, a satisfied smirk on his face, and zips up his pants. "Clean yourself up," he orders, his voice cold and commanding. "You're a mess." You feel a mix of humiliation and relief as you straighten up, your body still trembling from the encounter. The female guard avoids your gaze, her cheeks still flushed, as she tries to maintain a professional demeanor. You quickly <<linkreplace "move to the sink.">>move to the sink, turning on the faucet and splashing water on your face, trying to wash away the evidence of what just happened. The cold water helps to clear your mind, but the lingering sensation of their touch and the humiliation of the encounter remain. <br><br>
You dry your face and hands, feeling a sense of vulnerability and exposure. The male guard watches you both, a smug look on his face. "Let's go," he says, his voice firm. "We're already late for the cantine." The two guards lead you down the corridor, their footsteps echoing in the sterile hallway. You walk between them, your mind a whirlwind of conflicting emotions. The female guard maintains a professional distance, her earlier excitement now hidden behind a mask of indifference. The male guard, on the other hand, seems pleased with himself, his stride confident and arrogant.<br><br>
As you enter the cantine, the noise of the other inmates and the clatter of trays fill the air. You take a deep breath, steeling yourself for what comes next, determined to face whatever challenges lie ahead with as much dignity as you can muster. You glance at one of the long tables, trying to ignore the murmurs and stares of the other inmates, and [[find a seat.->Prison Canteen]]<br><br>
<<HaveASexWidget "vaginal" "stranger">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "30">>
<<MainChar_Stats "cleanliness" "-15">>
<<MainChar_Stats "energy" "-15">>
<span id="stats" style="display: none">
<<MainChar_Stats "energy" "5">>
<<MainChar_Stats "cleanliness" "10">>
<<MainChar_Stats "combed" "true">>
<<MainChar_Stats "makeup" "Subtle">>
<<run variables().mainChar.cleanCum()>>
</span>
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<</if>>
<<elseif $mainChar.jailEvent == 'shower'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Wait"+random(2)+".webp")]]
</div><br>
You're sitting on the hard bunk in your cell, lost in thought, when you hear the sound of footsteps approaching. The clank of the lock turning echoes through the small space, and the door swings open to reveal a stern-faced guard. She looks you over, her eyes lingering on the remnants of dried semen on your face. A cruel smirk tugs at the corners of her mouth. "Looks like you've had a busy day," she says, her voice dripping with mockery. "Pathetic. But then again, maybe you like being their little plaything."<br><br>
The guard steps closer, her eyes roaming over your body with a mix of contempt and interest. She reaches out, her hand roughly squeezing your ass, a degrading touch that sends a jolt through you. "It's shower time," she announces, her tone brisk. She steps even closer, her hand lingering on your body, touching you in ways that are both humiliating and strangely arousing. "You know, the male inmates could use some... relaxation. If you're willing to help them out, I might be able to reduce your sentence by a day. What do you say?""<br><br>
Her words hang in the air, a twisted offer that sends a shiver down your spine. You know what she's asking, and the thought of itintrigues you. The guard watches you closely, waiting for your response, her breath coming a little faster than before. Her hand moves from your ass to your thigh, her touch firm and possessive. You take a deep breath, considering her proposal. The idea of being used by the male inmates is daunting, but the promise of a reduced sentence is tempting. You look into the guard's eyes, seeing the mix of cruelty and desire there, and you make your decision.<br><br>
<span id="accept"><<if $mainChar.corruption>70>><<linkreplace "Accept her proposal">>
"I'll do it," you say, your voice steady despite the turmoil inside you. The guard's smirk widens, and she nods approvingly. "Good choice. Let's get your face cleaned up first. Then we'll see about making those boys happy." She turns on the faucet, the sound of running water filling the silence. She takes a cloth, wetting it under the stream, and begins to wipe the dried semen from your face. Her touch is rough, almost punishing, but there's an underlying gentleness that surprises you. "There," she says, stepping back to inspect her work. "Much better. Now you look almost presentable for the boys." <br><br>
As you walk down the corridor with the guard, her hand firmly gripping your arm, you can hear the catcalls and whistles from the male inmates even before you reach their cells. The guard smirks, enjoying the attention and your discomfort. She stops in front of a row of cells, the inmates pressing against the bars, their eyes hungry and eager. "Gentlemen," the guard announces, her voice loud and clear. "I've brought you a little present. She's been a bit naughty, so feel free to have some fun with her." You feel a flush of humiliation as the inmates cheer and hoot, their eyes roaming over your body. The guard turns to you, her hands rough as she begins to undress you. You try to cover yourself, but the guard slaps your hands away, a cruel laugh escaping her lips. "None of that," she scolds. "Let them see what they're getting." She continues to strip you, her hands lingering on your skin, touching and caressing in a way that sends shivers down your spine. Once you're completely naked, she steps back, her eyes filled with a mix of excitement and sadistic pleasure.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/PrisonHelperEvent0.webp")]]
</div><br>
You stand there, immobile, your heart pounding in your chest. The inmates reach through the bars, their hands rough and eager as they touch your body. They grope your breasts, pinching and squeezing, their touches sending jolts of sensation through you. Hands reach lower, touching your pussy, fingers probing and exploring. You try to stay still, to not react, but your body betrays you, a soft gasp escaping your lips. The guard watches, her eyes filled with lust and excitement. She steps closer, her hand gently caressing your ass, her touch a stark contrast to the rough hands of the inmates. She leans in, her breath hot on your ear. "You like that, don't you?" she whispers, her voice low and sultry. "You like being their little plaything, their toy to use and abuse."<br><br>
You can't respond, can't find the words to deny her accusation. You stand there, trapped and exposed, your body responding to the touches and the guard's words. You know you should be ashamed, should be fighting this, but all you can do is feel, lost in a sea of sensation and desire. With a firm grip, she takes hold of your hair and <<linkreplace "forces you down to your knees.">>forces you down to your knees, positioning you in front of the bars. "Time to earn your keep," she says, her voice cold and commanding. "Open wide."<br><br>
You feel a mix of humiliation and resignation as you comply, opening your mouth. The guard guides your head towards the bars, where the inmates are already eagerly waiting, their pants unzipped and cocks hard. One by one, they push through the bars, their erections pressing against your lips. The guard holds your hair tightly, controlling your movements as you take each cock into your mouth. You can hear the inmates' groans of pleasure, their crude comments and encouragements echoing through the cellblock. The guard watches intently, her breath coming faster, her grip on your hair tightening as she becomes more aroused by the scene.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/PrisonHelperEvent1.webp")]]
</div><br>
You suck and lick, your mouth working automatically as the guard moves your head from one cock to the next. The taste and sensation of each one is overwhelming, but you have no choice but to comply. The guard's grip on your hair is unyielding, keeping you in place, ensuring you service each inmate thoroughly. As the guard helps you to your feet, her grip on your arm is firm but not unkind. She turns you around so that you're facing away from the cells, your back to the eager inmates. You can feel their eyes on you, their hunger palpable even from behind. The guard positions you close to the bars, her hands on your hips, guiding you into place.<br><br>
"Bend over," she commands, her voice low and authoritative. You comply, leaning forward and grasping the cold metal bars for support. Behind you, the inmates reach through the bars, their hands rough and eager as they grab your hips, your ass, pulling you back against them. You feel the first cock <<linkreplace "press against your pussy.">>press against your pussy, pushing into you with a force that makes you gasp. The guard moves to your side, her hands reaching around to caress your breasts, her touch a strange mix of gentle and possessive. She rolls your nipples between her fingers, pinching and tugging in rhythm with the thrusts of the inmate behind you.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/PrisonHelperEvent2.webp")]]
</div><br>
The sensations are overwhelming—the rough, hungry fucking from behind, the guard's skilled touch on your breasts, the cold metal of the bars against your hands. You can hear the grunts and groans of the inmates, their crude words and sounds of pleasure filling the air. The guard leans in, her breath hot on your ear. The inmate behind you fucks you harder, his grip on your hips bruising, his cock filling you completely. You can feel the guard's breath on your neck, her hands on your breasts, her words in your ear, all combining to send you spiraling towards a dark, twisted pleasure.<br><br>
You lose track of time, of the number of inmates who use you. Your body is no longer your own, but a vessel for their pleasure, a tool for their release. And through it all, the guard is there, her touch and her words guiding you, keeping you grounded in the storm of sensation and degradation. As you continue to service the inmates, the guard's grip on your hair remains firm and unyielding. The sounds of their pleasure fill the air, a chorus of grunts and groans that seem to echo endlessly. You get on your knees and, one by one, they reach their climax. <<linkreplace "Their releases splatter across your face.">>Their releases splatter across your face, coating your skin with their warm, sticky seed.<br><br>
You kneel there, panting, your face dripping with their cum. The guard releases your hair and steps back, a satisfied smirk on her lips. You look up at her, your eyes meeting hers, and you see the mix of amusement and arousal in her gaze. "Look at you," she says, her voice laced with mockery. "Covered in their filth. You're a mess, but a useful one." She offers you a hand, helping you to your feet. You stand before her, your body naked and exposed, your face a canvas of their lust. The guard's smile widens, and she turns you around, inspecting the state of your body, her fingers tracing the remnants of their touch on your skin.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/PrisonHelperEvent3.webp")]]
</div><br>
"Time to get you cleaned up," she says, her voice firm. She takes your arm, her grip strong but not harsh, and begins to lead you down the corridor. You walk naked, your face and body covered in the evidence of your ordeal, past the cells of other inmates who watch with a mix of curiosity and lust. The guard parades you through the prison, your humiliation on full display. The other inmates catcall and whistle, their comments crude and degrading. Finally, <<linkreplace "you reach the showers.">>you reach the showers.<br><br>
The guard stands by the door, her arms crossed, watching you with a neutral expression. You take a deep breath and step under the showerhead. You turn the knob to release a stream of water. It is is lukewarm, but it feels refreshing against your skin. You lather the soap in your hands, running it over your body, trying to wash away the grime and the stress of the past few days. "You've got a great body," the guard says, her gaze roaming over you, lingering on your curves.<br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Shower.webp")]]
</div><br>
You try to ignore her presence, focusing instead on the sensation of the water and the soap, the simple act of cleansing. You rinse off, the water running down your body, carrying away the dirt and the tension. You turn off the water and step out of the shower, wrapping the towel around yourself. "Look at you, all fresh and shiny. Almost makes me forget what a dirty whore you were just a few minutes ago," she says, her tone a mix of mockery and genuine appreciation. You gather your clothes, feeling a sense of relief that the ordeal is over.<br><br>
As you dress, you can't help but feel a mix of emotions—vulnerability, relief, and a strange sense of detachment. You follow the guard [[back to your cell,->Prison][$mainChar.jailEvent = 'wait']] the sound of your footsteps echoing down the corridor.<br><br>
<<set $hour +=1>>
<<HaveASexWidget "vaginal" "stranger">>
<<HaveASexWidget "vaginal" "stranger">>
<<HaveASexWidget "anal" "stranger">>
<<HaveASexWidget "anal" "stranger">>
<<HaveASexWidget "bj" "stranger">>
<<HaveASexWidget "bj" "stranger">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "arousal" "45">>
<<MainChar_Stats "energy" "15">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "combed" "true">>
<<MainChar_Stats "makeup" "Subtle">>
<<run variables().mainChar.cleanCum()>>
<<set $mainChar.jailTime -= 1>>
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<replace #refuse>><</replace>><</linkreplace>><br><</if>></span>
<span id="refuse"><<linkreplace "Refuse her proposal">>
You hesitate, the offer tempting but the thought of subjecting yourself to more degradation unbearable. You shake your head, your voice steady despite the turmoil inside you. "No. I won't do it." The guard's expression hardens, disappointment clear in her eyes. "Suit yourself," she says, her voice cold. She grabs your arm, her grip firm as she leads you down the corridor to the showers. You can feel her disappointment, her frustration, but you hold your head high, determined to maintain what little dignity you have left. <br><br>
As you arrive at the communal shower area, you begin to undress, feeling the guard's eyes on you. You try to focus on the task at hand, folding your clothes neatly and placing them on a nearby bench. You step under the showerhead and turn the knob to release a stream of water. It is is lukewarm, but it feels refreshing against your skin. You lather the soap in your hands, running it over your body, trying to wash away the grime and the stress of the past few days. <br><br>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Police Station/Prison/Shower.webp")]]
</div><br>
The guard watches you, her expression unreadable. You try to ignore her presence, focusing instead on the sensation of the water and the soap, the simple act of cleansing. You rinse off, the water running down your body, carrying away the dirt and the tension. You turn off the water and step out of the shower, wrapping the towel around yourself. The guard nods, a small gesture of acknowledgment, and you gather your clothes, feeling a sense of relief that the ordeal is over.<br><br>
As you dress, you can't help but feel a mix of emotions—vulnerability, relief, and a strange sense of detachment. You follow the guard [[back to your cell,->Prison][$mainChar.jailEvent = 'wait']] the sound of your footsteps echoing down the corridor.<br><br>
<<set $hour +=1>>
<<MainChar_Stats "energy" "15">>
<<MainChar_Stats "cleanliness" "100">>
<<MainChar_Stats "corruption" "1" "120">>
<<MainChar_Stats "arousal" "45">>
<<MainChar_Stats "combed" "true">>
<<MainChar_Stats "makeup" "Subtle">>
<<run variables().mainChar.cleanCum()>>
<<replace #accept>><</replace>><</linkreplace>></span>
<</if>><div class="secondary-image-wrapper">
[img[String.format($urlPath + "/Warning.jpg")]]
</div><br>
If you've arrived on this page, it means you've already played this game (assuming I didn't mess up the code... else you can [[escape here->Bedroom][$Update = 'False']]). First of all, <span style="font-weight: bold;">thank you so much for playing!</span><br><br>
I know it's been an incredibly long time since the previous and first version of the game. I haven't had much time or, to be honest, the necessary motivation to continue working on it. However, that time and motivation have returned, so I've picked it back up. And knowing that it's unlikely I'll continue developing this game in the future, due to limited time and feeling like I've explored most of the game's possibilities with this update, I decided to go all out.<br><br>
As I mentioned, I believe I've covered most of the potential with this game. Additional elements could be added, but they would be redundant with what already exists, add irrelevant content, or stray too far from the original vision of the game. This new version includes a lot of new features that, in my opinion, can double the gameplay time (obviously without grinding, as much as possible, because I don't like that mechanic) and add a significant amount of content. Feel free to check out the changelog for a detailed list of modifications (including some things you won't see in this game).<br><br>
The downside is that
<span style="font-weight: bold;">
your previous saves won't work with this version. </span>I think that, given the extent of the modifications and rewrites, it would have been a shame not to start over from the beginning.<br><br>
In any case, I hope you enjoy this new and probably final version of the game. <br> And sorry that you're forced to restart the game.<br><br>
<<link "Return to Main Menu">>
<<script>>
Engine.restart();
<</script>>
<</link>><<set $lockerRoomOutfit to clone($mainChar.look.clothes)>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Clubs/Dance/DanceRoom.jpg')]]
@@<br>
<<if isNaN($mainChar.school.clubDanceFees)>>
You push open the doors to the university dance club, feeling a mix of excitement and nervousness. The room is bright and inviting, with mirrors lining the walls and the faint sound of music playing in the background. A friendly face greets you with a warm smile. "Hi there! Welcome to the university dance club," the girl says, extending her hand. "I'm Emma, one of the club leaders. Are you interested in joining us?" You nod, taking her hand. "Yes, I'd love to learn more about it." Emma's eyes light up. "That's great! Our club is all about building confidence and expressing yourself through dance. We offer a variety of styles, including classical ballet, urban dance, and for those who are feeling more adventurous, pole dance."<br><br>
You raise an eyebrow, intrigued. "Pole dance? That's... unexpected." Emma laughs. "It's a lot of fun and a great workout! But don't worry, you can try out any style you like. The important thing is to find what makes you feel confident and happy." She pauses, then continues, "To participate, there are monthly fees of 15€. This covers the cost of instructors, studio rental, and any equipment we might need. Does that sound okay to you?" You think about it for a moment.<br><br>
<<if $mainChar.money>=15>>
<<linkreplace "Join the Dance club - $15">>
"Yes, that sounds fair. I'd love to join." You pull out your wallet and hand over the money. Emma smiles brightly. "Awesome! Let's get you signed up, and you can start your first class whenever you're ready, the studio is open every Wednesday afternoon. Our next session is actually starting in about fifteen minutes, so you're welcome to stay and see what it's all about," she says, while making his way [[to the stage.->Dance Club]]<br><br>
<p class='add'> You joined the Dance club ! </p><br>
<<set $mainChar.school.clubDanceFees to $dayCount>>
<<MainChar_Stats "money" "-15">>
<<replace #leave>><</replace>><</linkreplace>>
<<else>>
You don't have enough money to join the club.
<</if>>
<span id='leave'><br>[[Come back later->School][$mainChar.school.clubDanceFees = -100]]</span>
<<elseif $mainChar.school.clubDanceFees + 30 <= $dayCount>>
You walk into the familiar dance studio, the sound of music and laughter filling the air. The room is bustling with energy as your fellow dancers warm up and practice their routines. You spot Emma, the club leader, and make your way over to her. "Hey Emma," you say with a smile. Emma looks up and grins. "Hey! Great to see you!" <br><br>
"Well, $mainChar.firstName," she says, her expresiion turning more serious. "You know, it's that time of the month again. To continue participating, we need to collect the monthly fees. It's still 15€, just like before."<br><br>
<<if $mainChar.money>=15>>
<<linkreplace "Pay the monthly fees - $15">>
You nod, reaching into your bag for your wallet. "Of course, no problem." Emma takes the money and hands you a receipt. "Thank you so much! We're glad to have you as part of the club. Keep up the great work," she says, while [[heading to the stage.->Dance Club]]<br><br>
<<set $mainChar.school.clubDanceFees to $dayCount>>
<<MainChar_Stats "money" "-15">>
<<replace #leave>><</replace>><</linkreplace>>
<<else>>
You don't have enough money to pays the fees.
<</if>>
<span id='leave'><br>[[Come back later->School]]</span>
<<else>>
You push open the heavy doors of the university dance club, the familiar scent of wood polish and sweat greeting you as you step inside. The studio is bustling with energy, the sound of music and laughter filling the air. You scan the room, taking in the various groups of dancers already hard at work, their movements fluid and graceful.<br><br>
<<if $mainChar.energy <20>>
You're too tired to begin a dance session.
<<else>>
<<if $wardrobe.available.includes('Ballet leotard') and $wardrobe.available.includes('Ballet tights') and $wardrobe.available.includes('Ballet slippers')>>
<<link "Ballet dance">>
<<set $minute +=10>>
<<set $mainChar.look.clothes.torso.name to "Ballet leotard">>
<<set $mainChar.look.clothes.legs.name to "Ballet tights">>
<<set $mainChar.look.clothes.feet.name to "Ballet slippers">>
<<set $mainChar.look.clothes.calves.name to "">>
<<set $mainChar.look.lingerie.chest.name to "">>
<<goto "Ballet">>
<</link>>
<<else>>
You need a full ballet uniform —leotard, tights, and slippers— to train.
<</if>><br>
<<if $mainChar.corruption>=20>>
<<if $mainChar.look.clothes.legs.sport is 'true' and $mainChar.look.clothes.torso.sport is 'true' and $mainChar.look.clothes.feet.sport is 'true'>>
[[Twerk session->Twerk]]
<<else>>
<<set $currentPassage to "Dance Club">>
[[Twerk session->Club Locker Room]]
<</if>>
<<else>>
Twerking is too lewd for you.
<</if>><br>
<<if $mainChar.corruption>=40>>
<<if $wardrobe.available.includes('Pole Dance Bra') and $wardrobe.available.includes('Pole Dance Shorts') and $wardrobe.available.includes('Pole Dance High Heels')>>
<<link "Pole Dance training">>
<<set $minute +=10>>
<<set $mainChar.look.clothes.torso.name to "Pole Dance Bra">>
<<set $mainChar.look.clothes.legs.name to "Pole Dance Shorts">>
<<set $mainChar.look.clothes.feet.name to "Pole Dance High Heels">>
<<set $mainChar.look.clothes.calves.name to "">>
<<set $mainChar.look.lingerie.chest.name to "">>
<<goto "Pole">>
<</link>>
<<else>>
You need a stripper outfit —top, shorts, and high heels— to train.
<</if>>
<<else>>
Pole dance is too lewd for you.
<</if>>
<</if>>
<br><br>
[[Leave the dance club->School]]
<</if>><div class="default-image-wrapper">[img[String.format($urlPath + "/School/Clubs/Drama.jpg")]]</div><br>
<<if isNaN($mainChar.school.clubDramaFees)>>
You push open the heavy wooden door and step into the bustling Drama club, the hum of excited chatter and the faint scent of old scripts and fresh paint greeting you. The space is warm and inviting, with posters of past performances adorning the walls and a small stage set up in the corner. You take a moment to look around, feeling a mix of excitement and nervousness.<br><br>
A friendly face approaches you, a smile lighting up their eyes. "Welcome!" they exclaim, extending a hand. "I'm Alex, the club president. You must be new here." You shake their hand, returning the smile. "Hi, I'm $mainChar.firstName. Yeah, I thought I'd check it out." Alex nods enthusiastically. "That's great! So, let me tell you a bit about our club. We're all about building confidence and self-expression through Drama. We play games, do improv, and rehearse scenes from all kinds of plays. It's a really supportive environment where you can let go and just be yourself."<br><br>
You listen intently, feeling a spark of excitement. "That sounds amazing." Alex grins. "I'm glad to hear that! There are just a few things you need to know. To participate, we ask for a small monthly fee of 15€. It helps us cover the costs of scripts, props, and sometimes even costumes for our performances."<br><br>
<<if $mainChar.money>=15>>
<<linkreplace "Join the Drama club - $15">>
"Of course, no problem. I've got it right here." You pull out your wallet and hand over the money. Alex takes it and gives you a grateful smile. "Thanks so much, $mainChar.firstName. Your support means a lot to us. We meet every Tuesday afternoon. Feel free to join us anytime. Our next session is actually starting in about fifteen minutes, so you're welcome to stay and see what it's all about," he says, while making his way [[to the stage.->Drama Club]]<br><br>
<p class='add'> You joined the Drama club ! </p><br>
<<set $mainChar.school.clubDramaFees to $dayCount>>
<<MainChar_Stats "money" "-15">>
<<replace #leave>><</replace>><</linkreplace>>
<<else>>
You don't have enough money to join the club.
<</if>>
<span id='leave'><br>[[Come back later->School][$mainChar.school.clubDramaFees = -100]]</span>
<<elseif $mainChar.school.clubDramaFees + 30 <= $dayCount>>
You push open the familiar wooden door and step into the lively Drama club, the sound of laughter and the faint scent of old scripts and fresh paint welcoming you like an old friend. The space is buzzing with energy, and you can't help but feel a sense of belonging as you look around at the familiar faces. Alex, the club president, spots you and waves you over with a warm smile. "Hey, $mainChar.firstName! Great to see you." You return the smile, feeling genuinely happy to be here<br><br>
Alex nods enthusiastically. "Listen, before we get started, I just need to remind you about the monthly fee. It's 15€, as usual, to help us cover the costs of scripts, props, and all that good stuff." You nod, understanding. <br><br>
<<if $mainChar.money>=15>>
<<linkreplace "Pay the monthly fees - $15">>
"Of course, no problem. I've got it right here." You pull out your wallet and hand over the money. Alex takes it and gives you a grateful smile. "Thanks so much, $mainChar.firstName. Your support means a lot to us. We've got some really fun activities planned for today, so I hope you're ready to dive in!" You feel a surge of excitement. "I'm ready! Can't wait to see what we're doing." Alex's eyes light up. "Great! We're starting in just a few minutes."" he says, while making his way [[to the stage area.->Drama Club]]<br><br>
<<set $mainChar.school.clubDramaFees to $dayCount>>
<<MainChar_Stats "money" "-15">>
<<replace #leave>><</replace>><</linkreplace>>
<<else>>
You don't have enough money to pays the fees.
<</if>>
<span id='leave'><br>[[Come back later->School]]</span>
<<else>>
<<set _event to random(1)>>
You step into the Drama club, the scent of old curtains and faint traces of makeup lingering in the air. The stage is dimly lit, and a small group of students stands in a loose circle, their voices animated as they discuss something with excitement. One of them notices you and waves you over. "Hey, perfect timing! We need someone for a role," they say, grinning<br><br>
<span id='play'><<linkreplace "Accept to play a scene">>
<<if _event is 0>>
"You'll be playing the role of Crystal, the bimbo," he says, his voice filled with enthusiasm. They hand you the script with a smile.
<<if $mainChar.corruption <20>>
You take the script, your hands trembling slightly. "Um, okay," you say, your voice barely above a whisper. You scan the pages, your eyes widening as you read the explicit and degrading lines. Your cheeks flush with embarrassment, and you look up at your camrades, your expression pleading. "Are you sure about this? I don't think I can pull this off." An actor pats your shoulder reassuringly. "You'll do great, just trust me. Now, let's start with the first scene." You take a deep breath, trying to steady your nerves. The other actors take their places, and the scene begins.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Clubs/Drama_rehearsal"+random(1)+".jpg")]]</div><br>
You begin. "Oh, hi there! I'm Crystal. I, um, I love this party, there's so much... um, handsome boys..." You stumble over your lines, your voice shaking. You force a smile, but it feels more like a grimace. Your co-star, not convinced by your act, follows you. "Well, Crystal, you sure know how to have a good time. Why don't you show us what you've got?" You hesitate, your eyes darting around the room, feeling incredibly self-conscious. "Um, okay," you mumble, your voice barely audible. You try to mimic the sultry movements described in the script, but your actions are stiff and awkward. You fumble with the hem of your shirt, trying to lift it seductively, but your movements are clumsy and uncoordinated. The other actors exchange uncomfortable glances, clearly picking up on your discomfort. <br><br>
After a few minutes, you feel relieved knowing it's the end of the play. You step off the stage, taking a moment to collect yourself. Despite your embarrassment, you're determined to keep trying, to push through the discomfort and give the role your best effort. The others start discussing notes, debating changes for the next run-through, but your part is done. Grabbing your bag, you [[slip out of the room.->School]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<elseif $mainChar.corruption <50>>
You nod, a small smile playing on your lips. "I'll do my best," you say, your voice steady. You scan the script, your eyes lingering on the explicit and degrading lines. A thrill runs through you, a secret fantasy coming to life. The other actors take their places, and the scene begins with you. "Oh, hi there! I'm Crystal. I love this party, it's full of handsome boys!" You bat your eyelashes, your voice sultry and inviting. "And I know just how to make a good time even better." Your co-star smile at you, before following. "Well, Crystal, you sure know how to have a good time. Why don't you show us what you've got?"<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Clubs/Drama_rehearsal"+random(2)+".jpg")]]</div><br>
You giggle, your hands running over your curves suggestively. "Oh, Jake, you naughty boy. I think you know exactly what I've got." You lean in closer, your voice dropping to a whisper. "And I think you want it too. You want to feel my lips against yours, don't you?" The other actors exchange glances, a mix of surprise and amusement in their eyes. You can feel the energy in the room shifting, the scene taking on a life of its own. "Damn, Crystal, you're something else. I can't wait to see what else you've got in store." You smile, your eyes sparkling with mischief. "Oh, Jake, you have no idea. But I promise, you won't be disappointed. I noticed a bedroom upstairs, want to see it ?" You says with lustful eyes. <br><br>
As the scene continues, you find yourself getting more and more into the role, your inhibitions fading away as you embrace the character of Crystal. The explicit lines roll off your tongue with ease, and you can't help but feel a rush of excitement and arousal. The final words of the script leave your lips, and silence settles over the small rehearsal space. You step off the makeshift stage, your heartbeat still steady from the rush of performing. The others start discussing notes, debating changes for the next run-through, but your part is done. Grabbing your bag, you [[slip out of the room.->School]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "energy" "-15">>
<<else>>
You laugh, your voice filled with confidence. "I can't wait to get started." The other actors take their places, and the scene begins with you. "Oh, hi there! I'm Crystal. This party is great... " You strut across the stage, your hips swaying provocatively. "But I know just how to make a good time even better." Your co-star follows you.
"Well, Crystal, you sure know how to have a good time. Why don't you show us what you've got?" You laugh, your voice sultry and seductive. "Oh, Jake, you naughty boy. I think you know exactly what I've got." You lean in closer, your voice dropping to a whisper. "And I think you want it too. You want to feel my lips wrapped around your cock, don't you? You want to fuck my mouth until you come down my throat." The other actors exchange glances, their expressions a mix of shock and discomfort. You can feel the energy in the room shifting, the scene taking on a life of its own. "Damn, Crystal, you're something else. I can't wait to see what else you've got in store." <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Clubs/Drama_rehearsal2.jpg")]]</div><br>
You smile, your eyes sparkling with mischief. "Oh, Jake, you have no idea. But I promise, you won't be disappointed. I'll suck you dry and then ride you until you can't walk straight. And if you're really good, I'll let you fuck my ass too." As the scene continues, you throw yourself into the role with abandon, your inhibitions completely gone. The explicit lines roll off your tongue with ease, and you can't help but feel a rush of excitement and arousal. You strut and pose, your body language leaving no doubt as to your intentions. "Come on, Jake, don't be shy. I know you want to touch me. I can see it in your eyes." You take his hand, placing it on your hip. "See? Isn't that better? Now imagine my pussy wrapped around your cock, milking you for every last drop." The other actors look at each other, their expressions a mix of shock and unease. You can feel the tension in the room, the scene pushing the boundaries of what's acceptable. But you don't care. You're living the role, embracing the character of Crystal with every fiber of your being. <br><br>
And as the scene comes to a close, you can't help but feel a sense of satisfaction and triumph, knowing that you've left a lasting impression on everyone in the room. The final words of the script leave your lips, and silence settles over the small rehearsal space. You step off the makeshift stage, your heartbeat still steady from the rush of performing. The others start discussing notes, debating changes for the next run-through, but your part is done. Grabbing your bag, you [[slip out of the room.->School]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "reputation" "1">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-15">>
<</if>>
<<elseif _event is 1>>
"You'll be playing the role of Vicky, the confident and seductive character who is supposed to charm Victor, played by Pierre," he says, his voice filled with enthusiasm.
<<if $mainChar.corruption<=20>>
The script for the play is clutched tightly in your hands, your palms sweating with anxiety. He claps his hands together, signaling the start of the rehearsal. "Alright, everyone, let's get started. $mainChar.firstName, you're up first. Remember, Vicky is bold and direct. She knows what she wants and isn't afraid to go after it." You take a deep breath, trying to channel the confidence of Vicky. Pierre stands across from you, a smirk on his face as he gets into character. You glance down at your script, your heart pounding in your chest. "Victor, it's so nice to see you again. I must say, you look even more handsome than I remembered." Your voice trembles slightly, and you can feel the blush creeping up your cheeks. You reach out to touch Pierre's arm, but your hand hovers awkwardly before finally making contact. <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Clubs/Drama_rehearsal"+random(1)+".jpg")]]</div><br>
"I must admit, I've been thinking about you a lot lately. There's just something about you that... draws me in." Your voice trails off, and you look down at the script, your cheeks burning with embarrassment. Pierre raises an eyebrow, clearly unconvinced by your performance. But he continues, staying in character. "Is that so? Well, I must say, the feeling is mutual. You have a way of making a man feel... special." He reaches out, his hand gently cupping your cheek. You flinch slightly at the touch, your discomfort evident. You take a deep breath, trying to regain your composure. You know you need to be more convincing, but the words feel foreign and uncomfortable in your mouth. "I'm glad to hear that, Victor. Because I have a confession to make. I... I want you. More than anything." Your voice wavers, and you can't meet Pierre's gaze. You look down at the script, your hands trembling. <br><br>
Pierre's smirk fades slightly, and he takes a step back, his character breaking for a moment. "Anna, you need to be more convincing. Vicky is supposed to be seductive and confident. You're playing it too safe." You nod, feeling a wave of shame wash over you. "I'm sorry, Pierre. I'm just... not used to playing a role like this. I'll try harder." He steps forward, his voice gentle but firm. "It's okay, $mainChar.firstName. We all start somewhere. Let's end it here today. Remember, Vicky is bold and direct. She knows what she wants and isn't afraid to go after it. You can do this." You take a deep breath, trying to push aside your nerves and embarrassment. You know you have to step out of your comfort zone, to embrace the role of Vicky and give it your all. But for now, there's nothing more to do. Grabbing your bag, you [[slip out of the room.->School]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "corruption" "1" "20">>
<<MainChar_Stats "energy" "-15">>
<<elseif $mainChar.corruption <50>>
You feel a rush of excitement and nervousness. Playing a seductress is a far cry from your usual roles, but the challenge is enticing. As you flip through the pages, you begin to get a sense of Vicky's character. You can do this. You can be Vicky. The rehearsal begins, and you step onto the stage, your heart pounding with anticipation. Pierre, who plays Victor, stands across from you, his eyes meeting yours with a mix of curiosity and interest. You take a deep breath, channeling Vicky's confidence, and begin your scene.<br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Clubs/Drama_rehearsal"+random(2)+".jpg")]]</div><br>
"Victor," you purr, your voice low and sultry as you approach him. "I've been watching you all night. You're quite the catch, aren't you?" Pierre raises an eyebrow, a smirk playing on his lips. "And what makes you say that, Vicky?" You circle him slowly, your hand trailing lightly over his shoulder. "Oh, just a feeling. You have this... aura about you. It's intoxicating." Pierre chuckles, clearly enjoying the interaction. "Well, I'm flattered. But I must admit, you're not so bad yourself." You lean in closer, your voice dropping to a whisper. "I'm glad you think so. Because I have a proposition for you." Pierre's eyes widen with interest. "Oh, really? And what might that be?" You trace a finger down his chest, your eyes locked on his. "How about we ditch this boring party and find somewhere more... private? Just the two of us." Pierre swallows hard, his breath hitching slightly. "That sounds... tempting. But what makes you think I'd be interested?" <br><br>
You smile, your eyes gleaming with mischief. "Oh, I have my ways. Besides, I can see it in your eyes. You want this as much as I do." Pierre's resistance crumbles, and he nods, a grin spreading across his face. "You're right. I do. Lead the way, Vicky." As the scene comes to a close, you step back, a satisfied smile on your face. You did it. You played the role of a seductress, and you nailed it. Pierre approaches you, his eyes filled with admiration. "$mainChar.firstName, that was amazing," he says, his voice sincere. "You were so convincing. I really felt like I was being seduced." You laugh, feeling a rush of pride and accomplishment. "Thank you, Pierre. I'm glad you thought so. It was... surprisingly enjoyable." As you step off the stage, you can't help but feel a sense of exhilaration. Playing Vicky has awakened something within you, a desire for dominance and seduction that you never knew existed. And as you look back at Pierre, you can't help but wonder what other fantasies you might explore, both on and off the stage. Grabbing your bag, you [[slip out of the room.->School]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "energy" "-15">>
<<else>>
You take the script, a mischievous grin spreading across your face. "I can't wait to bring Vicky to life," you say. As rehearsals begin, you throw yourself into the role with enthusiasm. The scene is set at a lavish party, and Vicky is on the prowl, her eyes locked on her target—Victor, played by Pierre, a shy and somewhat awkward classmate. You strut across the stage, your hips swaying provocatively, and approach Pierre, who looks visibly nervous. "Well, well, well," you purr, your voice dripping with seduction. "If it isn't the handsome Victor. I must say, you clean up nicely." You run a finger down his chest, feeling him tense under your touch. Pierre swallows hard, his eyes wide with surprise and a hint of fear. "Uh, thanks, Vicky. You look... amazing." <br><br>
<div class="default-image-wrapper">[img[String.format($urlPath + "/School/Clubs/Drama_rehearsal2.jpg")]]</div><br>
You lean in closer, your breath hot on his ear. "Amazing? Darling, I'm just getting started. Why don't you come with me, and I'll show you what amazing really feels like?" You take his hand, leading him to a secluded corner of the stage. Pierre follows, his steps hesitant but eager. "Vicky, I... I don't know if this is a good idea. I mean, we barely know each other." You turn to face him, your eyes locked on his. "Oh, Victor, where's the fun in playing it safe? Besides, I can tell you want this just as much as I do." You reach out, your hand resting on his chest, feeling the rapid beat of his heart. Slowly, you let your hand trail down, grazing his stomach before resting on his belt. Pierre's breath hitches, and you can see the bulge in his pants growing more prominent. "Vicky, I... I can't think straight when you're this close to me." You smirk, your fingers tracing the outline of his growing erection. "That's the point, darling. I don't want you to think. I want you to feel." You lean in, your lips brushing against his ear. "And I can feel that you're more than ready for me." Pierre's face flushes a deep red, and he lets out a shaky breath. You press your body against his, feeling his hardness against your thigh. Pierre's hands tentatively rest on your hips, his grip tightening as you grind against him. "Vicky, I... I don't know what to do."<br><br>
As the scene unfolds, you can feel the tension in the room growing. Your fellow actors watch in awe as you command the stage, your every movement and word oozing with seduction. As the rehearsal comes to an end, you can't help but notice the admiring glances from your fellow actors. You know that your performance has left a lasting impression, and you're eager to see how the rest of the play unfolds. With your beauty, charisma, and undeniable talent, you're ready to take the stage by storm and captivate the audience like never before. Grabbing your bag, you [[slip out of the room.->School]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "reputation" "1">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-15">>
<</if>>
<</if>>
<<replace #refuse>><</replace>><</linkreplace>><br></span>
<span id='refuse'><<linkreplace "Change your mind">>
<<replace #play>><</replace>><</linkreplace>></span>
<</if>><<if gaussian($mainChar.attractiveness,10)>15>>
<<set _event to random(2)>>
<<else>>
<<set _event to random(1)>>
<</if>>
<<set _event to 2>>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Clubs/Dance/Ballet'+random(3)+'.webp')]]
@@<br>
You feel a shiver of pleasure as you pull on your tutu, the delicate fabric brushing against your skin. The leotard hugs your body like a second skin, accentuating every curve, every line. As you adjust the straps of your leotard, you can't help but steal glances at the other girls and the way the fabric clings to their forms. The class begins, and for the next two hours, you lose yourself in the rhythm of the music, the precision of the movements. The tutu rustles softly with each turn, the fabric brushing against your inner thighs, sending delicate shivers of sensation through you. <br><br>
You can feel the heat building between your legs, the friction of the fabric against your most intimate places adding an extra layer of intensity to your performance.
<<if _event is 0>>
As the class comes to an end, you are breathless and exhilarated, your body alive with the thrill of the dance. You make your way back to the changing room, the other girls around you equally flushed and invigorated. You change out of your dancewear, the cool air against your skin a stark contrast to the heat of the studio. <br>You feel a sense of satisfaction as you slip back into your street clothes and [[make your way out of the club.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<elseif _event is 1>>
As the class comes to an end, you are breathless and exhilarated, your body alive with the thrill of the dance. Yet, while the other dancers file out of the studio, you notice one girl lingering. She continues to practice, her movements fluid and graceful.<br><br>
<span id='leave'><<linkreplace 'Leave the club'>>
You make your way back to the changing room with the other girls. You change out of your dancewear, the cool air against your skin a stark contrast to the heat of the studio. You feel a sense of satisfaction, of accomplishment, as you slip back into your street clothes and [[make your way out of the club.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #continue>><</replace>><</linkreplace>><br></span>
<span id='continue'><<if $mainChar.energy>=20>><<linkreplace "Continue practicing with her">>
You walk over to her, a soft smile playing on your lips. "Mind if I join you?" you ask, your voice gentle but eager.
<<if gaussian($mainChar.attractiveness,10)<15>>
She looks at you, her smile fading as she hesitates. "Actually, I think I'm done for today," she says, her voice tinged with a hint of discomfort. She quickly gathers her things and stands up, avoiding your gaze. "Maybe another time," she adds softly before turning and walking away, leaving you standing alone in the studio. You watch her go, a sense of disappointment washing over you. As the door closes behind her, you turn to face the mirror and you realize that the dance had been particularly vigorous. It dawns on you that your appearance might have been too much for her. You take a deep breath, trying to shake off the feeling of rejection. With a final nod to your reflection, you gather your things and [[leave the studio.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "-5">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<else>>
She looks up, her eyes meeting yours, and returns the smile. "Not at all. I could use the company," she replies, her voice warm and inviting. The studio is quiet now, the only sounds the soft rustle of your tutus and the occasional creak of the floorboards. "You have such beautiful form," she murmurs, her eyes tracing the lines of your body as you spin. You feel a flush of pleasure at her words, your heart beating a little faster. "Thank you," you reply, your voice barely above a whisper. "You're incredible too. The way you move... it's mesmerizing." She smiles, her eyes softening. <br><br>
The tension in the air is palpable, a mix of excitement and anticipation. She reaches out, <<linkreplace "her hand resting on your waist.">>her hand resting on your waist as she guides you through a particularly challenging sequence. You can feel the heat of her touch through the thin fabric of your leotard, the sensation sending shivers down your spine. "Like this," she murmurs, her voice low and husky. You nod, your breath catching in your throat as her hand slides lower, her fingers brushing against the edge of your tutu. She leans in, her lips brushing against yours in a soft, tentative kiss. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Clubs/Dance/BalletLesbianKissing.webp')]]
@@<br>
Her hand slides beneath your tutu, her fingers finding the sensitive spot between your legs. You gasp, your body arching against her touch as she begins to caress you, her movements slow and deliberate. "Is this okay?" she whispers, her voice filled with concern and desire.<br><br>
<span id='lesbian'><<if $mainChar.corruption >=40>><<linkreplace "Let her finger you">>
You nod, your breath coming in short, ragged gasps. "Yes," you manage to say, your voice filled with need. "Please, don't stop." She smiles, her eyes filled with a mix of tenderness and lust. She breaks away from the kiss, her eyes locked onto yours as she slowly sinks to her knees in front of you. She lifts the edge of your tutu, revealing your glistening pussy, already slick with arousal. She leans in, her breath hot against your sensitive flesh, and begins to lick you with slow, deliberate strokes. You moan, your hands gripping her shoulders for support as waves of pleasure wash over you. "Oh god," you gasp, your hips bucking against her mouth. "That feels so good." She looks up at you, her eyes filled with lust and determination. She increases the pressure, her tongue flicking against your clit with expert precision.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Clubs/Dance/BalletLesbian'+random(3)+'.webp')]]@@<br>
You reach down, tangling your fingers in her hair as you grind against her mouth. She moans, the vibration sending shockwaves of pleasure through your body. You can feel her fingers sliding inside you, curling up to hit that perfect spot as she continues to lick and suck your clit. "I want to taste you," you say, your voice filled with lust. She grins, standing up and switching places with you. You waste no time, eager to return the favor. You lift her tutu, revealing her pussy, already wet and ready for you. You increase the pressure, your tongue flicking against her clit with relentless precision. She screams, her body convulsing as she comes, her juices gushing out and coating your face.<br><br>
As she catches her breath, you both look at each other, your faces flushed and your bodies sated. You can't help but laugh, the sound filling the studio with a sense of joy and camaraderie. You both stand up, your legs slightly wobbly, and begin to gather your things. You slip out of your dancewear, the cool air a stark contrast to the heat of your bodies. You help each other dress, your touches lingering, and you both [[leave the studio.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<set $hour +=3>>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "school" "1" "20">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "cleanliness" "-35">>
<<MainChar_Stats "combed" "false">>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Stop her">>
As her fingers continue to caress you, the sensation becomes almost overwhelming. You feel a mix of pleasure and panic, your heart racing in your chest. You take a deep breath, trying to steady yourself, but the intensity of the moment is too much. Gently, you reach down and take her hand, guiding it away from your pussy. She looks up at you, her eyes filled with a mix of surprise and concern. "I'm sorry," you say softly, your voice trembling slightly. "I'm just... I'm not ready for this yet." She nods understandingly, her expression softening. "It's okay," she reassures you, her voice gentle. "I didn't mean to push you. We can take things at your pace."<br><br>
You feel a wave of relief wash over you, grateful for her understanding. "See you at the next class?" she asks, her voice hopeful. You smile, feeling a sense of anticipation for the future. "Definitely," you reply, your voice filled with conviction. "I'll be here." Together, you gather your things and [[make your way out of the studio.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<set $hour +=2>> <<set $minute +=20>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "School" "-1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #lesbian>><</replace>><</linkreplace>></span>
<</linkreplace>>
<</if>>
<<replace #leave>><</replace>><</linkreplace>><</if>></span>
<<elseif _event is 2>>
You're so absorbed in your practice that you don't notice that the dance session came to an end. The studio is quiet now, the only sound the soft rustle of your tutu as you move, wanting to perfect a particularly complex movement that has been giving you trouble. But soon, you realize you're not alone. There's a boy standing in the doorway, watching you with a mix of admiration and embarrassment. <br><br>
<span id='leave'><<linkreplace "End your session">>
You pause mid-movement, a small smile playing on your lips as you notice him. There's something endearing about the way he's trying to be discreet but failing miserably. A small smile tugs at the corners of your mouth as you continue your practice, feeling a slight flush of pleasure at being watched. As you finish the movement, you take a deep breath and begin to gather your things. You can feel his eyes still on you, but you don't acknowledge him directly. Instead, you move with a graceful efficiency, packing your bag and slipping on your shoes. With everything in order, you turn to [[leave the studio.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<set $hour +=2>> <<set $minute +=20>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #help>><</replace>><</linkreplace>><br></span>
<span id='help'><<if $mainChar.corruption>=15>><<linkreplace "Ask him to help you">>
You pause mid-movement, turning to face him with a playful smile. "You know, it's much more helpful if you come over here and assist me, rather than lurking in the shadows," you say, your voice teasing yet inviting. He looks startled, as if he's been caught doing something he shouldn't. He hesitates for a moment before stepping into the studio, his movements tentative but eager. "I didn't mean to disturb you," he says, his voice soft. "Well, since you're here, you might as well make yourself useful," you say, beckoning him closer. <br><br>
You take his hand, guiding him into position behind you. "I need someone to help me with this lift. Think you can handle it?" He nods, his eyes meeting yours in the mirror. You take a deep breath, feeling the heat of his body behind you, the strength of his hands on your waist. As you guide him through the complex movements, his hands find their way to your body, supporting you with a gentle yet firm touch. You can feel the warmth of his palms through the thin fabric of your leotard, his fingers lingering on your waist, your hips, and even brushing against the curve of your buttocks. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Clubs/Dance/BalletTouch'+random(2)+'.webp')]]@@<br>
As you execute a particularly challenging lift, his hands slip lower, grazing the inside of your thighs. You can feel the heat of his touch, the slight pressure of his fingers as they brush against your pussy lips. You gasp softly, your breath hitching as you feel the unmistakable hardness pressing against you. You pause, your heart racing, as you realize the effect you're having on him. <br><br>
<span id='stop'><<linkreplace "End the session">>
"I think that's enough for today," you say, your voice steady, while putting some space between you. He looks at you, surprise and a hint of disappointment in his eyes, but he nods, respecting your decision. "Okay, sure," he replies, running a hand through his hair. You turn away, gathering your things with quick, efficient movements. You can feel his gaze on you, but you don't look back. You slip on your jacket, sling your bag over your shoulder, and [[head for the door.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<MainChar_Stats "corruption" "1" "25">>
<<MainChar_Stats "arousal" "25">>
<<set $hour +=3>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #suck>><</replace>><</linkreplace>><br></span>
<span id='suck'><<if $mainChar.corruption>=30>><<linkreplace "Take care of his boner">>
A playful smile tugs at the corners of your mouth as you turn to face him, your eyes meeting his with a mix of mischief and desire. "You've been such a great help," you say, your voice low and sultry. "I think it's only fair that I return the favor." Before he can react, you slowly sink to your knees in front of him, the soft rustle of your tutu filling the air as it pools around you.s. You can see the surprise and excitement in his eyes as you reach for the waistband of his pants, deftly unbuttoning them. You lean in, your breath hot against his skin, before taking him into your mouth. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Clubs/Dance/BalletSuck'+random(2)+'.webp')]]@@<br>
You feel him shudder as your lips close around him, your tongue swirling around his shaft. You take him deep, your head bobbing up and down as you suck him eagerly. The taste of him fills your mouth, salty and masculine. You can feel the rough fabric of his pants against your cheeks, the cool air of the studio against your exposed thighs. You reach up, your hands gripping his hips, pulling him closer, urging him deeper. He lets out a low groan, his hands tangling in your hair, guiding your movements. You can feel the tension building in his body, his breath coming in ragged gasps. <br><br>
<span id='fuck'><<if $mainChar.corruption>=40>><<linkreplace "Let him fuck you">>
With a sultry smile, you turn and walk over to the wooden barre that runs along the mirror, your hips swaying seductively. You place your leg on the barre, presenting yourself to him, your tutu lifted to reveal your glistening pussy. "Come here," you say, your voice low and inviting. "Wreck my cunt." He hesitates for only a moment before moving towards you, his eyes locked on your exposed flesh. You feel the head of his cock press against your entrance, and you let out a soft moan of anticipation.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Clubs/Dance/BalletFuck'+random(4)+'.webp')]]@@<br>
You gasp, your fingers gripping the barre tightly as he begins to move, his hips slamming against your ass with each forceful stroke. The sound of your bodies coming together fills the studio, a raw, primal rhythm that matches the pounding of your heart. He leans over you, his hands moving to your breasts, squeezing and teasing your nipples through the thin fabric of your leotard. You can feel every inch of him as he fucks you, his cock hitting all the right spots deep inside you. You push back against him, meeting his thrusts with your own, the sensation of him filling you over and over again driving you wild. Your breath comes in ragged gasps, your moans echoing through the empty studio. <br><br>
"You feel so fucking good," he growls, his voice rough with desire. "I want to come inside you. I want to fill you up." You let out a moan of agreement, your body tensing as you feel your own orgasm building. He increases his pace, his thrusts becoming more urgent, more desperate. You can feel him swelling inside you, his body tensing as he reaches the edge. Then, he comes, his cock twitching with each spurt of his release.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Clubs/Dance/BalletCum'+random(2)+'.webp')]]@@<br>
You both take a moment to clean up, the silence between you comfortable and intimate. Once you're both dressed, you gather your things and make your way out of the studio, the sound of your footsteps echoing through the empty halls as [[you leave the dance club.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<HaveASexWidget "pussy" "stranger" "pussy">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "arousal" "45">>
<<set $hour +=3>>
<<MainChar_Stats "school" "1" "30">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<replace #cum>><</replace>><</linkreplace>><br><</if>></span>
<span id='cum'><<linkreplace "Make him cum">>
You increase your pace, your mouth and hands working in unison, determined to bring him to the edge. You feel him tense, his body going rigid as he comes, his hot seed spilling into your mouth. You swallow eagerly, savoring the taste of him, the feeling of his release. You look up at him, your eyes meeting his, a satisfied smile playing on your lips.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath + '/school/Clubs/Dance/BalletCum2.webp')]]
@@<br>
You stand up slowly, your body brushing against his as you rise. "Thank you," you say softly, your voice filled with genuine gratitude. You can feel the heat of his gaze on you, the desire still burning in his eyes. Leaving him to gather his thoughts and his breath, you [[turn and walk away.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<MainChar_Stats "corruption" "1" "40">>
<<MainChar_Stats "arousal" "25">>
<<set $hour +=3>>
<<MainChar_Stats "school" "1" "20">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<replace #fuck>><</replace>><</linkreplace>></span>
<<replace #stop>><</replace>><</linkreplace>><</if>></span>
<<replace #leave>><</replace>><</linkreplace>><br><</if>></span>
<</if>>
<<set _event to random(1)>>
You join the group of girls gathered in the center, their laughter and chatter filling the space. The instructor, a charismatic woman with a contagious smile, calls out the first moves, and you all begin to twerk in unison. The rhythm takes over, and you feel your hips moving in sync with the beat. The instructor starts the routine, her hips moving in a hypnotic rhythm. "Okay, hands on your knees, arch your back, and really pop that booty out," she instructs, demonstrating the move with exaggerated flair. "You want to make sure you're really feeling the beat, letting it move through your body."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Clubs/Dance/Twerk'+random(3)+'.webp')]]@@<br>
You watch the other girls, their bodies fluid and sensual as they dance. Their asses bounce and sway, the sight incredibly arousing. You can't help but feel a rush of excitement, your own body responding to the erotic display. "That's it, ladies!" the instructor cheers. "Own it! Make them want what you've got! You're sexy, and you know it!" As you dance, you feel a growing heat between your legs. The friction of your movements, the sight of the other girls, it's all too much. <br><br>
<<if _event is 0>>
The instructor claps her hands again, a proud smile on her face. "Amazing job, everyone! That was incredible." As the class comes to an end, you are breathless and exhilarated, your body alive with the thrill of the dance. You make your way back to the changing room, the other girls around you equally flushed and invigorated. You change out of your dancewear, the cool air against your skin a stark contrast to the heat of the studio. You feel a sense of satisfaction, of accomplishment, as you slip back into your street clothes and [[make your way out of the club.->School]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<elseif _event is 1>>
As the class comes to an end, you are breathless and exhilarated, your body alive with the thrill of the dance. Yet, while the other dancers file out of the studio, you notice one girl lingering. She continues to practice, her movements bold and explicit.<br><br>
<span id='leave'><<linkreplace 'Leave the club'>>
You make your way back to the changing room with the other girls. You change out of your dancewear, the cool air against your skin a stark contrast to the heat of the studio. You feel a sense of satisfaction, of accomplishment, as you slip back into your street clothes and [[make your way out of the club.->School]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "10">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #continue>><</replace>><</linkreplace>><br></span>
<span id='continue'><<linkreplace 'Continue practicing with her'>>
You walk over to her, a soft smile playing on your lips. "Mind if I join you?" you ask, your voice slightly breathless from the exertion of the dance.
<<if gaussian($mainChar.attractiveness,10)<15>>
She looks at you, her smile fading as she hesitates. "Actually, I think I'm done for today," she says, her voice tinged with a hint of discomfort. She quickly gathers her things and stands up, avoiding your gaze. "Maybe another time," she adds softly before turning and walking away, leaving you standing alone in the studio. You watch her go, a sense of disappointment washing over you. As the door closes behind her, you turn to face the mirror and you realize that the dance had been particularly vigorous. It dawns on you that your appearance might have been too much for her. You take a deep breath, trying to shake off the feeling of rejection. With a final nod to your reflection, you gather your things and [[leave the studio.->School]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "-5">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<else>>
She turns to you with a smile, her eyes sparkling with enthusiasm. "Of course not," she replies, gesturing for you to come closer. You start dancing together, your bodies moving in sync with the music. She offers tips and corrections, her hands guiding your movements. You feel her touch on your hips, your waist, her hands placed on your ass, using them as leverage to guide your movements. You can feel her fingers lightly brushing against your pussy, the sensation sending waves of pleasure through you. <br><br>
She leans in closer, her breath hot on your ear. "You're doing great," she whispers, her voice low and sultry. "But let me show you something even better." Her fingers press more firmly against your clit, rubbing in slow, deliberate circles. You moan softly, your hips moving in time with her touch. She leans in and <<linkreplace "kisses you eagerly.">>kisses you eagerly, her lips soft and demanding. Her other hand moves to your breast, squeezing and teasing your nipple through your clothes. The dual sensations are overwhelming, and you can feel your body trembling with need.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Clubs/Dance/TwerkKissing'+random(0)+'.webp')]]@@<br>
<span if='fuck'><<if $mainChar.corruption >=40>><<linkreplace 'Let her finger you'>>
"Please, don't stop,"you manage to say, your voice filled with need. She smiles, her eyes filled with a mix of tenderness and lust. She breaks away from the kiss, her eyes locked onto yours as she slowly sinks to her knees in front of you. She kisses your glistening pussy, already slick with arousal. She leans in, her breath hot against your sensitive flesh, and begins to lick you with slow, deliberate strokes. You moan, your hands gripping her shoulders for support as waves of pleasure wash over you. "Oh god," you gasp, your hips bucking against her mouth. "That feels so good." She looks up at you, her eyes filled with lust and determination. She increases the pressure, her tongue flicking against your clit with expert precision.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Clubs/Dance/TwerkLesbian'+random(2)+'.webp')]]@@<br>
You reach down, tangling your fingers in her hair as you grind against her mouth. She moans, the vibration sending shockwaves of pleasure through your body. You can feel her fingers sliding inside you, curling up to hit that perfect spot as she continues to lick and suck your clit. "I want to taste you," you say, your voice filled with lust. She grins, standing up and switching places with you. You waste no time, eager to return the favor. You increase the pressure, your tongue flicking against her clit with relentless precision. She screams, her body convulsing as she comes, her juices gushing out and coating your face.<br><br>
As she catches her breath, you both look at each other, your faces flushed and your bodies sated. You can't help but laugh, the sound filling the studio with a sense of joy and camaraderie. You both stand up, your legs slightly wobbly, and begin to gather your things. You slip out of your dancewear, the cool air a stark contrast to the heat of your bodies. You help each other dress, your touches lingering, and you both [[leave the studio.->School]]<br><br>
<<set $hour +=3>>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "reputation" "1">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "cleanliness" "-35">>
<<MainChar_Stats "combed" "false">>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace "Stop her">>
As her fingers continue to caress you, the sensation becomes almost overwhelming. You feel a mix of pleasure and panic, your heart racing in your chest. You take a deep breath, trying to steady yourself, but the intensity of the moment is too much. Gently, you reach down and take her hand, guiding it away from your pussy. She looks up at you, her eyes filled with a mix of surprise and concern. "I'm sorry," you say softly, your voice trembling slightly. "I'm just... I'm not ready for this yet." She nods understandingly, her expression softening. "It's okay," she reassures you, her voice gentle. "I didn't mean to push you. We can take things at your pace."<br><br>
You feel a wave of relief wash over you, grateful for her understanding. "See you at the next class?" she asks, her voice hopeful. You smile, feeling a sense of anticipation for the future. "Definitely," you reply, your voice filled with conviction. "I'll be here." Together, you gather your things and [[make your way out of the studio.->School]]<br><br>
<<set $hour +=2>> <<set $minute +=20>>
<<MainChar_Stats "corruption" "1" "30">>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #fuck>><</replace>><</linkreplace>></span>
<</linkreplace>>
<</if>>
<<replace #leave>><</replace>><</linkreplace>></span>
<</if>>
<<set _event to random(0)>>
<<if gaussian($mainChar.attractiveness,10)>15>>
<<set _event to random(1)>>
<</if>>
You join a group of other girls, all dressed in skimpy outfits that leave little to the imagination. The instructor, a tall, confident girl with a body that screams years of practice, stands at the front of the room. She's dressed in a sleek bodysuit that hugs every curve, her heels clicking on the floor as she moves. "Alright, ladies!" she calls out, her voice cutting through the music. "Let's get started. Remember, pole dancing is all about confidence and sensuality. Own your body, own the pole!" You take your place at one of the poles, wrapping your hands around the cool metal. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Clubs/Dance/Pole'+random(3)+'.webp')]]@@<br>
"Grind against the pole, show us what you've got. Make us want you, make us crave you." You follow her lead, feeling the pole between your hands as you start to spin. The instructor's voice fills your ears, guiding you through the movements. "That's it, girls! Arch your back, stick out that ass. Make it sexy, make it hot!" As you gain confidence, you begin to add more complex moves, your body bending and twisting in ways you never thought possible. The instructor's encouragement becomes more explicit, her words fueling the fire within you. "Spread those legs, wrap them around the pole, and slide down slowly. Make it dirty. Make us want to fuck you right here, right now." You obey, your legs wrapping around the pole as you slide down, your body pressed tightly against the metal. <br><br>
<<if _event is 0>>
As the session comes to an end, the instructor's voice fills the room once more. "Well done, ladies. See you next week!" You are breathless and exhilarated, your body alive with the thrill of the dance. You make your way back to the changing room, the other girls around you equally flushed and invigorated. You change out of your dancewear, the cool air against your skin a stark contrast to the heat of the studio. You feel a sense of satisfaction, of accomplishment, as you slip back into your street clothes and [[make your way out of the club.->School][$mainChar.look.clothes =$lockerRoomOutfit]] <br><br>
<<set $hour +=2>>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<elseif _event is 1>>
As you gather your things, ready to leave the dance club, the instructor's voice calls out to you. "Hey, $mainChar.firstName!" You turn to see her walking towards you, a smile on her lips. The room is now empty, the other girls having already left. "You did great today," she says, her voice warm and genuine. "But I think you can still improve." You feel a mix of pride and nervousness as she stops in front of you, her eyes scanning your body appreciatively. "Here, let me show you," she says, <<linkreplace "guiding you back to the pole.">>guiding you back to the pole. Her hands rest on your hips, her touch firm and confident. "It's all about the way you move your body. "Imagine the pole is a cock," she murmurs, her hands guiding your movements. "You want to fuck it, make love to it. Make it believable."<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Clubs/Dance/PoleHelp'+random(0)+'.webp')]]@@<br>
You feel a flush spreading across your cheeks, your body responding to her words and her touch. She continues to instruct you, her hands roaming over your body, correcting your posture, guiding your movements. "That's it," she purrs, her voice thick with desire. "Grind against it, slide up and down like you're riding a dick. Make it dirty, make it sexy."
Her hands slip lower, cupping your ass as she presses you firmly against the pole. You can feel the heat building between your thighs, your breath coming in short gasps. "Like this," she whispers, her body moving in sync with yours. "Fuck the pole, make it yours. Own it. Make me believe you're fucking it." The air between you is thick with tension, the line between instruction and seduction blurring rapidly. Her hands slide up your body, cupping your breasts as she presses herself against you. You can feel her heartbeat, her breath hot on your skin. "You're so sexy," she murmurs, her voice barely a whisper. Before you can react, <<linkreplace "her lips are on yours.">>her lips are on yours, her kiss hungry and demanding. <br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Clubs/Dance/PoleKissing'+random(0)+'.webp')]]@@<br>
<span if='fuck'><<if $mainChar.corruption >=40>><<linkreplace 'Carress her pussy'>>
As her lips press against yours, the kiss deepens, becoming more urgent and passionate. Your hands roam over her body, exploring every curve and contour. Without breaking the kiss, you slip your hand between her thighs, your fingers finding her wet and ready. She moans into your mouth as you begin to stroke her, your fingers sliding in and out of her slick folds. Her hips buck against your hand, her body responding to your touch with eager abandon. You can feel her growing wetter, her breath coming in short, desperate gasps. Suddenly, she breaks away from the kiss, her eyes filled with a hungry desire. "I need to taste you," she murmurs, her voice thick with lust. Before you can react, she drops to her knees, her hands gripping your thighs as she buries her face between your legs.<br><br>
@@.default-image-wrapper;
[img[String.format($urlPath +'/school/Clubs/Dance/PoleLesbian'+random(1)+'.webp')]]@@<br>
You let out a gasp of pleasure as her tongue finds your clit, her skilled movements sending waves of ecstasy coursing through your body. You grip the pole for support, your knuckles turning white as you hold on tight, your body shaking with each flick of her tongue. "Oh god," you moan, your head thrown back in pleasure. "Yes, just like that. Don't stop." She responds with enthusiasm, her tongue and fingers working in perfect harmony to bring you to the brink of orgasm. You can feel the tension building in your body, your muscles tensing as you prepare for the inevitable release.<br><br>
As you slowly come down from your high, she turns you around, pressing a soft, gentle kiss to your lips. "See?" she murmurs, a satisfied smile on her face. "That's how you make it sexy. That's how you own it." Your body still tingling from the aftermath of your encounter, you [[leave the dance club.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<set $hour +=3>>
<<HaveASexWidget "mastrubated" "stranger">>
<<MainChar_Stats "arousal" "50">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "corruption" "1" "60">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-30">>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<span id='stop'><<linkreplace 'Stop her'>>
As her hand reaches the waistband of your shorts, you suddenly freeze. "Wait," you gasp, your voice barely a whisper. You grab her wrist, stopping her hand from going any further. "I can't. I'm not ready." The instructor looks at you, surprise and concern flashing across her face. She pulls her hand back immediately, taking a step away from you. "I'm sorry," she says, her voice soft and apologetic. "I didn't mean to push you. I thought—" "No, it's okay," you interrupt, your voice shaking slightly. "It's just... I need some time. I need to go." With a final, apologetic smile, you gather your things, your mind a whirlwind of conflicting emotions and [[rush out of the dance club.->School][$mainChar.look.clothes =$lockerRoomOutfit]]<br><br>
<<set $hour +=2>> <<set $minute +=20>>
<<MainChar_Stats "arousal" "20">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "corruption" "1" "50">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<replace #fuck>><</replace>><</linkreplace>></span>
<</linkreplace>>
<</linkreplace>>
<</if>>
<<set $currentPassage to "Fitness Club">>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Gym.jpg")]]</div><br>
<<if isNaN($mainChar.school.clubGymFees)>>
<<set $minute +=15>>
You step into the university gym, the air thick with the scent of sweat and rubber mats. The rhythmic clang of weights and the low hum of conversation fill the space. A tall, broad-shouldered student near the front desk notices you immediately. He straightens up, flashing you a confident smile as he steps forward. His gaze flickers over you, assessing, before he speaks. "Hey," he says, giving you a quick once-over. "Looking to shape up? Good call." You look at him with a shy smile. "Well, I… I just thought it would be good for me," you mumble.<br><br>
He gestures around the gym. "This place is all about pushing limits, but, y'know, for different reasons. Some students train to dominate the field, some to dominate the bed. And some..." His smile turns sly as his gaze lingers on you "to be worth looking at." A blush creeps up your neck as you shift uncomfortably. His confidence is unwavering, as though everything he’s saying is a simple fact of life. He taps a laminated flyer on the desk. "Fifteen euros a month. Covers all the equipment, maintenance, everything. It’s good to stay fit, keep yourself in top shape, you know? Men appreciate it when a woman takes care of herself."<br><br>
<<if $mainChar.money>=15>>
<<linkreplace "Join the fitness club - $15">>
You nod slowly, feeling a mix of nervousness and curiosity. "Okay, I’ll sign up. Fifteen euros isn’t too bad." You pull out your wallet and hand over the money. He smiles approvingly, reaching for a small form. "Great choice. You’ll see results soon enough. The club is open every thursday, by the way." he says.<br><br>
<<if $mainChar.look.clothes.legs.sport != 'true' or $mainChar.look.clothes.torso.sport != 'true' or $mainChar.look.clothes.feet.sport != 'true'>>
[[Go change in the locker room->Club Locker Room]]
<<else>>
[[Begin a workout session->Fitness Club]]
<</if>><br>
[[Come back later->School]]<br><br>
<p class='add'> You joined the fitness club ! </p><br>
<<set $mainChar.school.clubGymFees to $dayCount>>
<<MainChar_Stats "money" "-15">>
<<replace #leave>><</replace>><</linkreplace>>
<<else>>
You don't have enough money to join the club.
<</if>>
<span id='leave'><br>[[Come back later->School][$mainChar.school.clubGymFees = -100]]</span>
<<elseif $mainChar.school.clubGymFees + 30 <= $dayCount>>
<<set $minute +=15>>
You step back into the gym, the familiar scent of rubber mats and the sound of clanking weights filling the air once again. You glance around, feeling a bit nervous as you make your way to the front desk. The tall student who greeted you last time is there again, his eyes immediately locking onto you with a confident smile. "Back again, huh?" he says, leaning casually against the counter. "How’s the workout going? Feeling more… appealing?" His eyes roam over you, assessing your progress, as if he's taking stock of the changes. You blush, looking down at your feet. "I think it’s going okay… I’m definitely feeling a little better."<br><br>
He raises an eyebrow, clearly pleased with your progress. "Good to hear you’re sticking with it. You know, a woman who works hard at looking good really stands out." He taps the desk with his fingers, the smile never leaving his face. "I see here that you must renew your membership, do you want to do it now?"<br><br>
<<if $mainChar.money>=15>>
<<linkreplace "Pay the monthly fees - $15">>
"Of course, no problem. I've got it right here." You pull out your wallet and hand over the money. He takes it and gives you a grateful smile. "Good girl," he says with a wink. "It’s a good investment—your body, I mean. You can’t put a price on looking good." You shift uncomfortably, but still manage a soft nod. "I guess you’re right," you say. <br><br>
<<if $mainChar.look.clothes.legs.sport != 'true' or $mainChar.look.clothes.torso.sport != 'true' or $mainChar.look.clothes.feet.sport != 'true'>>
[[Go change in the locker room->Club Locker Room]]
<<else>>
[[Begin a workout session->Fitness Club]]
<</if>><br>
[[Come back later->School]]<br><br>
<<set $mainChar.school.clubGymFees to $dayCount>>
<<MainChar_Stats "money" "-15">>
<<replace #leave>><</replace>><</linkreplace>>
<<else>>
You don't have enough money to pays the fees.
<</if>>
<span id='leave'><br>[[Come back later->School]]</span>
<<else>>
You step into the university gym, the scent of rubber mats and faintly metallic air filling your lungs. The hum of treadmills and the rhythmic clang of weights create a steady background noise, blending with bursts of chatter from groups of students. Dressed in your workout clothes, you weave through the rows of machines, glancing at the people around you—some focused, others scrolling on their phones between sets. <br><br>
<<linkreplace "Start training">>
You make your way to an open machine located near the mirrored wall. Settling onto the seat, you adjust the settings, gripping the handles firmly. Your reflection meets your eyes in the mirror—determined, ready. You take a breath, steady yourself, and begin your workout. You push through your sets, feeling the burn in your muscles with each repetition. One set after another, you challenge yourself, pushing just a little further each time. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Workout"+random(3)+".webp")]]</div><br>
<<set _event to random(2,2)>>
<<if _event is 0>>
Your eyes catch on a group of guys near the free weights, their toned arms flexing with each controlled movement. One of them adjusts his stance, his shirt clinging to his torso, emphasizing the lines of his body. You bite your lip, quickly looking away.
You try to focus, gripping the handles tighter, forcing yourself through another rep. But every now and then, your gaze flickers back, tracing the curve of strong shoulders, the way sweat glistens on skin. A flush creeps up your neck—not just from the workout. Soon, you notice an attractive guy across the room, his eyes occasionally flickering in your direction. <br><br>
<span id=continue><<linkreplace "Focus on your reps">>
You continue your workout, trying to focus on your reps, even though you occasionnaly catch him stealing glances at you. An hour passes. Then another. Finally, satisfied and exhausted, you wipe down the machine, stretch out your stiff muscles, and [[head toward the exit.->Club Locker Room]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<replace #flash>><</replace>><</linkreplace>><br></span>
<span id=flash><<if $mainChar.corruption>=20>><<linkreplace "Flash your boobs">>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Flash"+random(3)+".webp")]]</div><br>
Feeling playful and a bit daring, you decide to give him a little show. you casually lift your shirt, flashing your breasts for a brief moment before quickly covering back up.
<<if gaussian($mainChar.attractiveness,10) <20>>
You glance over at him, expecting a reaction, but to your surprise, he barely acknowledges it. He looks away almost immediately, his expression unchanged. You feel a pang of disappointment. You had hoped for at least a smile or a blush, but he seems completely unfazed.<br><br>
You continue your workout, trying to focus on your reps, but your mind keeps drifting back to the moment. Maybe he didn't see it clearly, or maybe he just wasn't interested. You shake off the disappointment and push harder on the machine, determined to finish your sets with the same energy you started with. Despite the letdown, you remind yourself that you're here to work out, not to impress anyone. An hour passes. Then another. Finally, satisfied and exhausted, you wipe down the machine, stretch out your stiff muscles, and [[head toward the exit.->Club Locker Room]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "-5">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<else>>
You glance over at him, and to your delight, he nearly stumbles on the treadmill. His eyes widen in surprise, and he struggles to regain his balance, his cheeks flushing a deep red. You can't help but smile, feeling a rush of satisfaction at the effect you've had on him. You continue your workout, your spirits lifted by the reaction. Every now and then, you catch him stealing glances at you, trying to be discreet but failing miserably. You feel a mix of amusement and pride, knowing that you've made an impression. <br><br>
You finish your sets with renewed energy, enjoying the playful tension in the air. As you move on to the next machine, you notice him still watching you, a shy smile playing on his lips. You return the smile, feeling a connection forming between you. The workout suddenly feels a lot more enjoyable, and you find yourself looking forward to the next time you'll see him at the gym. Finally, satisfied and exhausted, you wipe down the machine, stretch out your stiff muscles, and [[head toward the exit.->Club Locker Room]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<</if>>
<<replace #continue>><</replace>><</linkreplace>><br><</if>></span>
<<elseif _event is 1 and gaussian($mainChar.attractiveness,10)>=20>>
As you push through your sets, focusing on your form, a shadow falls over you. You glance up and see one of the guys from across the gym standing beside you. He’s tall, broad-shouldered, with an easy confidence in the way he holds himself. “You should lower the weight a little,” he says, not really asking. “That way, you’ll get better control.” Before you can respond, <<linkreplace "he reaches over.">>he reaches over, adjusting the settings like it’s the most natural thing in the world. You hesitate for a second but don’t stop him. “Better, right? Keep your elbows tucked in more,” he says, watching you expectantly. You nod and do as he says, feeling the difference immediately. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Help"+random(3)+".webp")]]</div><br>
His hands become more familiar, lingering a little longer on your body with each touch. "You need to push with your heels," he instructs, his hands resting on your thighs. You try to focus on your reps, but it's impossible with his hands on you like this. "You're doing great," he whispers, his hand sliding down your stomach, slipping beneath the waistband of your leggings.<br><br>
<span id="stop"><<linkreplace "Stop him">>
With a steadying breath, you step out of his reach, forcing a polite but decisive smile. "Thanks, I really appreciate the help, but I think I’ll finish on my own," you say, your voice calm despite the rush of conflicting emotions inside you. His eyes flick over you, searching, but he doesn’t press. You grab your towel, turning toward the exit before the temptation to linger can betray you. Your heart beats faster—not just from the workout, but from something deeper, something you push aside as you [[step out of the gym.->Club Locker Room]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "15">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "school" "-1">>
<<MainChar_Stats "combed" "false">>
<<replace #continue>><</replace>><</linkreplace>><br></span>
<span id="continue"><<if $mainChar.corruption>=30>><<linkreplace "Let him continue">>
As you catch your breath, still reeling from the intensity of his touch, he steps closer, his eyes locked onto yours with a predatory gleam. "You liked that, didn't you?" he asks, his voice low and commanding. You let out a soft moan, your hips moving in time with his touch. You grip the machine tightly, your knuckles white as you try to keep your composure. Just as you're about to climax, he pulls his hand away, leaving you panting and desperate. He grins, clearly enjoying the power he holds over you. "Not yet," he says, his voice firm. "First, you're going to take care of me." He steps back, unzipping his pants and pulling out his already hard cock. You look around nervously, aware of the other people in the gym, but he doesn't seem to care. He grabs the back of your head, guiding you forward until your lips are wrapped around him. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Suck"+random(3)+".webp")]]</div><br>
You can taste the saltiness of his precum as he begins to thrust into your mouth, his grip on your hair tightening. "That's it," he growls, his hips moving faster. "Take it all. Show me what a good little cock-sucker you are." You gag slightly as he hits the back of your throat, but he doesn't let up. Tears stream down your face as you struggle to breathe, but there's a part of you that's thrilled by the degradation, by the sheer dominance of the act.<br><br>
<span id='cum'><<linkreplace "Make him cum">>
He continues to use your mouth, his grunts of pleasure filling the air. You can feel his cock swelling, and you know he's close. With a final, deep thrust, he comes, his seed spilling down your throat. You swallow reflexively, your eyes watering as you struggle to catch your breath. He pulls out, a satisfied smirk on his face as he tucks himself back into his pants. "Good girl," he says, patting your cheek condescendingly. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Cum"+random(3)+".webp")]]</div><br>
"Maybe I'll let you finish next time." As he walks away, you're left on your knees, a mix of humiliation and arousal coursing through your veins. You wipe your mouth, your mind racing with the intensity of what just happened. You know you should feel ashamed, degraded, but there's a dark part of you that craves more. You stand up, your legs shaky, and [[leave the gym,->Club Locker Room]] the taste of him still lingering on your tongue.<br><br>
<<HaveASexWidget "bj" "stranger" "mouth">>
<<set $hour +=2>><<set $minute +=15>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "school" "1" "20">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "energy" "-30">>
<<MainChar_Stats "cleanliness" "-25">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<<replace #fuck>><</replace>><</linkreplace>><br></span>
<span id='fuck'><<if $mainChar.corruption>=40>><<linkreplace "Ask him to fuck you">>
You turn to him, your voice barely above a whisper, "Can you... can you fuck me? Please?" Your cheeks flush with embarrassment, but the need in your eyes is clear. He chuckles, a low, dominant sound that sends a shiver down your spine. "Spread your legs," he commands, his voice firm. "Look at you," he says, his voice dripping with condescension. "So eager to be used." With a single, powerful thrust, he enters you, filling you completely. You let out a gasp, your nails digging into his shoulders as he begins to move, his hips slamming against yours.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Fuck"+random(3)+".webp")]]</div><br>
You're vaguely aware of the sounds of the gym around you, the clanking of weights and the distant hum of conversations, but all that matters is the sensation of him inside you. He leans down, his breath hot on your ear. "You love this, don't you? Being fucked in public, like the dirty little whore you are." You nod, your voice caught in your throat. "Yes," you manage to gasp, your body trembling with each thrust. You can feel the tension building in your core, the pleasure intensifying with each movement. "Come for me," he commands, his voice harsh. "Show me how much you love being used." Soon, <<linkreplace "he finds his own release.">>he finds his own release.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Suck"+random(3)+".webp")]]</div><br>
As he pulls out, you slump against the wall, your body still trembling from the intensity of the experience. He tucks himself back into his pants, a satisfied smirk on his face. "Good girl," he says, patting your cheek condescendingly. With that, he walks away, leaving you to clean up and compose yourself. You take a deep breath, feeling a mix of humiliation and satisfaction. You know you should feel ashamed, but there's a part of you that craves more. You straighten your clothes, your mind racing with the intensity of what just happened, and [[leave the gym,->Club Locker Room]] the taste of him still lingering on your tongue.<br><br>
<<HaveASexWidget "pussy" "stranger" "mouth">>
<<set $hour +=2>><<set $minute +=15>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "school" "1" "30">>
<<MainChar_Stats "arousal" "45">>
<<MainChar_Stats "energy" "-35">>
<<MainChar_Stats "cleanliness" "-35">>
<<MainChar_Stats "combed" "false">>
<<MainChar_Stats "makeup" "ruined">>
<</linkreplace>>
<<replace #cum>><</replace>><</linkreplace>><</if>></span>
<<replace #stop>><</replace>><</linkreplace>><br><</if>></span>
<</linkreplace>>
<<elseif _event is 2>>
As you go through your sets, you can't help but notice a strikingly sexy girl across the room, working out on the bench press. You watch her for a moment, admiring her strength and confidence. <br><br>
<span id="event"><<linkreplace "Approach her.">> You walk over to the bench, trying to appear casual despite the butterflies in your stomach. "Hey," you start, offering a small smile. "Need a spotter?" you ask, your voice steady despite your nerves.<br><br>
<<if gaussian($mainChar.attractiveness,5) <15>>
She barely glances at you before shaking her head. "I’m good, thanks." Her tone is polite, but distant. Final. You force a small laugh, nodding as to pretend it’s fine, that you hadn’t expected anything different. "Cool, no worries," you say, stepping back as she leans down to adjust her weights, already focused on her next set. The rejection stings more than you expected. Not just because she turned you down, but because she didn’t even seem to consider it. Maybe you weren’t attractive enough. Either way, you shake it off and refocus, gripping the machine’s handles a little tighter. Finally, satisfied and exhausted, you wipe down the machine, stretch out your stiff muscles, and [[head toward the exit.->Club Locker Room]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<else>>
She looks up at you, a smile spreading across her face. "Sure, that would be great," she replies, her voice warm and inviting. You position yourself behind her, your hands ready to support the bar if needed. As she lowers the weight, your hands naturally come to rest on her chest, providing stability. You feel the softness of her breasts beneath your palm. The tension between you grows with each rep.Between sets, she lets the bar rest on the supports and stretches her arms back, casually placing her hands on the backs of your thighs. Her touch is light but deliberate, her fingers gently massaging your muscles. As she finishes her set, she carefully places the bar back on the rack and sits up, turning to face you. <br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/LesbianHelp"+random(0)+".jpg")]]</div><br>
Her hands remain on your thighs, her touch gentle yet firm. You're standing over her, your crotch level with her face, and you can feel the heat of her breath through your leggings. "Thanks for spotting me," she says, her voice soft and sultry. Her eyes meet yours, and there's a spark of desire in them that sends a shiver down your spine. She leans in slightly, her lips brushing against the fabric covering your pussy, and plants a soft kiss. The sensation sends a jolt of pleasure through you, and you let out a soft gasp. She looks up at you, her eyes searching for permission. "Can I?" she asks, her voice barely above a whisper. <br><br>
<span id='stop'><<linkreplace "Refuse her request">>
You hesitate, your mind racing with a mix of excitement and uncertainty. "I... I don't think we should," you stammer, your voice lacking conviction. Her expression falls, a flicker of disappointment crossing her features. "Are you sure?" she asks, her hands still resting on your thighs, her thumbs gently caressing your skin. "I promise I'll make it worth your while." You step back. "I... I can't," you stammer, your voice barely above a whisper. "It's too fast, and we're in public." You take a deep breath, trying to steady yourself. "I should get back to my workout," you say, your voice still shaky. <br>>br>
Her expression shifts to one of disappointment, but she nods understandingly. "I get it," she says, her hands still lingering on your thighs. "But you can't blame a girl for trying." She gives you a playful wink, trying to lighten the mood. You return to your machine, your mind racing with the intensity of the moment. You can still feel the ghost of her touch on your thighs, the memory of her lips so close to your most intimate place. You try to focus on your workout, but your body is still buzzing with arousal. As you finish your set, you glance back over to where she was, but she's gone. You feel a mix of relief and disappointment. The encounter was intense, and you're not sure what you would have done if she had pushed further. But for now, it's time to [[leave the gym.->Club Locker Room]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "25">>
<<MainChar_Stats "energy" "-25">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "school" "-1">>
<<MainChar_Stats "combed" "false">>
<<replace #lick>><</replace>><</linkreplace>><br></span>
<span id='lick'><<if $mainChar.corruption>=30>><<linkreplace "Let her lick your pussy">>
You nod slightly, your heart racing with anticipation. A slow, seductive smile spreads across her face as she hooks her fingers into the waistband of your leggings and pulls them down, exposing your bare skin to the cool air of the gym. She leans in, her tongue flicking out to taste you. The first touch is electric, sending waves of pleasure coursing through your body. She takes her time, exploring every fold and crevice with her skilled tongue. You can feel your knees weakening, and you grip the bench for support, your breath coming in quick, shallow gasps.<br><br>
<div class="default-image-wrapper"> [img[String.format($urlPath + "/School/Clubs/Gym/Lesbian"+random(3)+".webp")]]</div><br>
Her hands move from your thighs to your ass, gripping firmly as she pulls you closer to her face. She sucks your clit into her mouth, her tongue swirling around the sensitive nub. She looks up at you, her eyes filled with lust and determination. She slides a finger inside you, her tongue never stopping its relentless assault on your clit. With a final, expert flick of her tongue, she sends you over the edge. Your orgasm hits you like a wave, crashing over you with an intensity that leaves you breathless. You grip the bench tightly, your body convulsing as waves of pleasure wash over you. She continues to lick and suck, drawing out every last ounce of your release. You look down at her, your chest heaving, your body still tingling with the aftershocks of your climax.<br><br>
"Wow," you manage to say, your voice breathless and filled with awe. She grins up at you, her eyes sparkling with mischief. "Anytime," she replies, her voice filled with promise. You help her to her feet, your bodies pressing close together as you share a passionate, lingering kiss, the taste of your own arousal still on her lips. "I should probably get back to my workout," you say, your voice still a bit shaky. She nods, understanding in her gaze. The rest of your workout passes in a blur, your mind replaying the intense encounter over and over. As you finish your last set, you glance back one last time, catching her eye across the room. She winks at you, and you [[leave the gym.->Club Locker Room]]<br><br>
<<set $hour +=2>><<set $minute +=30>>
<<HaveASexWidget "masturbated" "stranger">>
<<MainChar_Stats "school" "1" "20">>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "65">>
<<MainChar_Stats "energy" "-40">>
<<MainChar_Stats "cleanliness" "-40">>
<<MainChar_Stats "combed" "false">>
<<replace #stop>><</replace>><</linkreplace>><</if>></span>
<</if>>
<<replace #keepworkingout>><</replace>><</linkreplace>><br></span>
<span id="keepworkingout"><<linkreplace "Focus on your workout.">>
You continue your workout, trying to focus on your reps, even though you occasionnaly glance at her. An hour passes. Then another. Finally, satisfied and exhausted, you wipe down the machine, stretch out your stiff muscles, and [[head toward the exit.->Club Locker Room]]<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "arousal" "5">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<<replace #event>><</replace>><</linkreplace>></span>
<<elseif _event is 1 or _event is 2>>
Minutes blur into an hour, then two. Sweat beads along your temples, dampens your shirt, but you welcome the sensation. It’s satisfying, this exhaustion—the kind that clears your mind, leaving behind nothing but the steady pulse of your heartbeat and the dull ache in your limbs. <br><br>
Finally, you slow your pace, rolling your shoulders as you step away from the machine. A deep breath, a stretch, then you grab your water bottle, taking a long sip as you glance around. The gym is still buzzing with energy, but your time here is done. Slipping your towel around your neck, you [[make your way toward the exit,->Club Locker Room]] the cool air outside calling to you.<br><br>
<<set $hour +=2>>
<<MainChar_Stats "fitness" "1">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "cleanliness" "-20">>
<<MainChar_Stats "combed" "false">>
<</if>>
<<replace #leave>><</replace>><</linkreplace>>
<span id='leave'><br>[[Come back later->Club Locker Room]]</span>
<</if>><div class="default-image-wrapper">
[img[String.format($urlPath + "/School/Gym/FemaleLockerRoomEmpty.jpg")]]
</div><br>
<<if $mainChar.look.clothes.legs.sport is 'true' and $mainChar.look.clothes.torso.sport is 'true' and $mainChar.look.clothes.feet.sport is 'true' and $currentPassage !="Club Locker Room">>
You step into the locker room, your muscles still warm and slightly sore from the workout. The silence feels calming after the steady hum of the training session
<<if $currentPassage != "Dance Club">>, the rhythmic pounding of feet on treadmills, and the clatter of weights hitting the floor<</if>>. Grabbing your towel, you wipe the sheen of perspiration from your arms and neck, relishing the cool relief.<br><br>
At your locker, you twist the combination lock open, the metal cool against your fingertips. Peeling off your workout clothes, you feel the air brush against your skin, the ache in your muscles a satisfying reminder of your effort. You take a moment to stretch, rolling your shoulders and shaking out your legs before
<<if !($mainChar.look.clothes.legs.name.toLowerCase().indexOf('school') !== -1 and $mainChar.look.clothes.torso.name.toLowerCase().indexOf('school') !== -1)>>
<<linkreplace "reaching for your uniform.">>
<<MainChar_Stats "combed" "true">>
<<if $mainChar.appearance.makeup is 'Ruined'>>
<<set $mainChar.appearance.makeup to 'None'>><</if>>
<<set $mainChar.look.clothes to $lockerRoomOutfit>>
<<set $minute +=10>>
<<goto "School">>
<</linkreplace>>
<</if>>
<<else>>
<<set $lockerRoomOutfit to $mainChar.look.clothes>>
You push open the door to the locker room, the scent of detergent and faint traces of sweat lingering in the air. The room is silent, the rows of lockers standing still under the fluorescent lights. You drop your bag onto the bench and begin to change.
<<include "Sport Wardrobe">>
<br>
<<if $mainChar.look.clothes.torso.sport === 'true' and $mainChar.look.clothes.legs.sport === 'true' and $mainChar.look.clothes.feet.sport === 'true'>>
With a quick stretch, you tie your sneakers, grab your water bottle, and take a steadying breath. <br>
<<if $currentPassage is "Dance Club">>
You send a final glance in the mirror, and [[head out to the dance floor.->Dance Club]]
<<else>>
You send a final glance in the mirror, and [[head out to the gym.->Fitness Club]]
<</if>>
<<else>>
You can't go train without a complete sports outfit.<br><br>
[[Come back later->School]]
<</if>>
<</if>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/Office/DeskFloor/WorkPhone.jpg")]]
</div><br>
<<if $mainChar.work.secretary.BossRelationship<=2>>
You knock softly on the door of your boss's office, your heart pounding with a mix of nervousness and anticipation. You've only been working here for a few weeks, and you're still trying to find your footing. The door swings open, and your boss greets you with a warm smile. "Come in, come in," he says, gesturing for you to take a seat. "How can I help you today?" You hesitate, your fingers fidgeting with the hem of your skirt. "I just wanted to make sure I'm doing everything right. I know I'm still new, and I want to make a good impression."<br><br>
He leans back in his chair, his eyes appraising you. "You're doing just fine. In fact, I think you're a great addition to the team. You bring a certain... energy to the office." You blush slightly, feeling a mix of relief and flattery. "Thank you. I'm glad to hear that." He leans forward, his voice dropping to a conspiratorial whisper. "Don't be shy. You're a beautiful woman. I want you to feel comfortable here, to feel valued. And if there's anything you need, anything at all, don't hesitate to ask."<br><br>
You nod, feeling a mix of gratitude and relief. "I will. Thank you again." With that, you stand up and make your way to the door. As you leave the office, you can feel his gaze following you while you [[head towards the elevator.->Lift]]<br><br>
<<set $minute +=20>>
<<MainChar_Stats "energy" "5">>
<<MainChar_Stats "arousal" "5">>
<<elseif $mainChar.work.secretary.BossRelationship<=4>>
You stride confidently into your boss's office, your hips swaying provocatively in your tight skirt. You've been working here for a while now, and you've come to understand the dynamics of the office. The door swings open, and your boss greets you with a knowing grin. "Come in," he says, his eyes appreciatively scanning your outfit. "What can I do for you today, $mainChar.firstName?" You saunter into the room, your hips swaying as you take a seat across from him. "I just wanted to check in and see if there's anything else you need from me," you say, your voice filled with innuendo.<br><br>
He leans back in his chair, his eyes gleaming with interest. "Well, I must say, you've certainly made an impression around here." You smile, feeling a rush of satisfaction. "I'm glad to hear that." He chuckles, his gaze lingering on your cleavage. "Tell me, have you been... helpful to the other employees recently?" You lean forward. "Oh, absolutely. I make sure to take care of everyone's needs." He leans back in his chair, his gaze lingering on your curves. "I have no doubt about that. Now go out there and make sure everyone knows just how valuable you are."<br><br>
You nod, feeling a sense of determination. "I will. Thank you again." With that, you stand up and make your way to the door. As you leave the office, you can feel his eyes on your ass, appreciating the view. You head towards the elevator, your hips swaying provocatively with each step. As the [[elevator doors close behind you,->Lift]] you can't help but smile, knowing that you've made a lasting impression.<br><br>
<<set $minute +=20>>
<<MainChar_Stats "energy" "5">>
<<MainChar_Stats "arousal" "10">>
<<else>>
You walk into your boss's office with a sense of purpose, your heels clicking on the floor. You've been in this role for a while now, and you know exactly what's expected of you. You're the office slut, the one who satisfies the sexual needs of the employees. And you're damn good at it. Your boss looks up from his desk, a smirk playing on his lips. "Ah, there you are. I was wondering when you'd stop by. How's your day been so far?" You smile, taking a seat across from him. "Busy, as always. I've had quite a few... appointments. I think I've sucked off half the office already."<br><br>
He chuckles, his eyes gleaming with amusement. "Impressive. You're certainly living up to your title. How many was it yesterday?" You think for a moment, counting in your head. "Let's see, there was John from accounting, Mike from IT, and Steve from marketing. Oh, and I can't forget about Nathalie's pussy... she's so sweet." He nods, his smile widening. "Sounds like you've been keeping busy. And how are you holding up? Is there anything you need from me?" You shake your head, feeling a sense of pride. "Nope, I'm good. I know what I'm here for, and I'm more than happy to fulfill my duties. Is there anything specific you want me to focus on?"<br><br>
He leans back in his chair, his gaze thoughtful. "Just keep doing what you're doing. The guys seem to be more productive when they get to fuck you. Their morale is up, and so is their output. So, keep taking it up the ass and sucking them off. It's good for business." You nod, feeling a mix of determination and a strange sense of satisfaction. "Got it. I'll make sure everyone gets their turn." He smiles, his eyes gleaming with satisfaction. "Good girl. Now get out there and make sure every dick in this office is well-serviced." You stand up, smoothing out your skirt as you prepare to leave. As you turn to walk out of the office, he calls out to you.<br><br>
"Oh, and one more thing," he says, his voice filled with a mix of admiration and crudeness. "That ass of yours is looking particularly fine today. Make sure to give them a good show." You don't respond, but you can't help but feel a rush of pride and arousal at his words. As you walk down the hallway, you accentuate the sway of your hips, making sure your ass is on full display. You can feel his eyes on you, and you know he's enjoying the view as you [[reach the elevator.->Lift]]<br><br>
<<set $minute +=20>>
<<MainChar_Stats "energy" "5">>
<<MainChar_Stats "arousal" "15">>
<</if>><<set _talk to random(2)>><br>
<<if ($hour >=14 and $minute >=30) or $hour is 15>>
<<if $mainChar.school.reputation <10>>
<<if _talk is 0>>
"That was intense today," one girl says, wiping sweat from her forehead. "I thought Coach was going to kill us with those drills." Another girl nods in agreement. "Yeah, I'm exhausted. I can't wait to get home." A third girl chimes in, "I know, right? I'm so sore. But it felt good to push ourselves like that." You listen quietly, not wanting to interrupt.
<<elseif _talk is 1>>
You keep to yourself, listening in but not joining the conversation. "I'm meeting up with some friends downtown," one girl says, pulling on her jeans. "There's a new café that just opened, and I want to check it out." Another girl smiles. "That sounds nice. I wish I could join you, but I have to go to my part-time job. Maybe next time?" A third girl shrugs. "I'm just going to head home and relax. It's been a long day, and I need some downtime."
<<else>>
"I can't believe we have another essay due next week," one girl complains, running a hand through her hair. "I'm already so behind on my reading." Another girl sighs. "Tell me about it. And don't forget about the math test. I'm dreading it." A third girl nods. "Yeah, it's going to be a busy week. I guess we just have to power through it."
<</if>>
<<elseif $mainChar.school.reputation <20>>
<<if _talk is 0>>
"That was a tough session today," one girl says, stretching her arms. "I thought I was going to die during those sprints." You laugh, nodding in agreement. "Yeah, it was intense. But I feel good now that it's over." Another girl chimes in, "I know, right? I'm glad we pushed through it. It's always worth it in the end." A third girl looks at you with a playful smile. "And hey, at least we got to see some of the guys shirtless. That's always a plus. Speaking of which, I heard you gave one of them a special treat after practice last week." You blush slightly, laughing along with the others. "Oh, really? And what exactly did you hear?" She grins mischievously. "Just that you have a way of making the guys feel... very appreciated. If you know what I mean." You smile coyly. "Well, I do like to make people feel good. But rumors can be so exaggerated."
<<elseif _talk is 1>>
"I'm meeting up with some friends downtown," one girl says, pulling on her jeans. "There's a new café that just opened, and I want to check it out." You smile. "That sounds fun. I might do something similar. I need to unwind after that workout." Another girl nods. "Yeah, I'm exhausted. I think I'm just going to head home and take a nap." A third girl looks at you with a mischievous grin. "Or maybe you have other plans? I heard some rumors about you and some of the guys from the school." You laugh, shaking your head. "Oh, please. Don't believe everything you hear. I'm just like anyone else, trying to have a good time."
<<else>>
"I can't believe we have another essay due next week," one girl complains, running a hand through her hair. "I'm already so behind on my reading." You sigh, nodding in agreement. "Yeah, it's a lot to handle. But we can do it. Maybe we can study together sometime?" Another girl smiles. "That would be great. I could use the help. And don't forget about the math test. I'm dreading it." A third girl looks at you with a playful smile. "Maybe you can tutor us? I heard you're good with more than just schoolwork." You blush slightly, laughing along with the others. "Hey, I'm just trying to stay on top of things, like everyone else."
<</if>>
<<else>>
<<if _talk is 0>>
"That was a killer session today," one girl says, fanning herself. "I thought I was going to pass out during those drills." You laugh, your voice confident and seductive. "Yeah, it was intense. But I love a good challenge. It gets the blood pumping, you know?" Another girl chimes in, her eyes gleaming with admiration. "I bet you do. I heard you have quite the stamina, both in and out of the gym." You smirk, your eyes meeting hers with a playful gleam. "Well, I do like to keep things interesting. Variety is the spice of life, after all." A third girl laughs, her voice filled with innuendo. "I bet the guys at the university would agree. You've certainly left your mark on a few of them." You wink, your voice filled with mischief. "Well they certainly left a mark on me too... A white one." You laugh seeing the other girls blush.
<<elseif _talk is 1>>
"I can't believe we have another essay due next week," one girl complains, running a hand through her hair. "I'm already so behind on my reading." You sigh, your voice filled with a mix of sympathy and seduction. "Yeah, it's a lot to handle. But we can do it. Maybe we can study together sometime? I can make it... interesting." Another girl smiles, her eyes gleaming with admiration. "I bet you can. I heard you have a way of making even the dullest tasks exciting. Maybe you can tutor us? I heard you gave a private lesson to one of the professors."" You laugh, your voice filled with innuendo. "Well, I do have a few tricks up my sleeve. But I can't reveal all my secrets. You'll have to find out for yourself."
<<else>>
"There's a huge party this weekend at Jake's house," one girl says, pulling on her jeans. "I heard it's going to be wild. You going?" You smile, your voice filled with seduction. "Yeah, I'll be there. I never miss a good party. Besides, it's the perfect place to let loose and have some fun." Another girl nods, her eyes gleaming with curiosity. "I bet you have a lot of fun at these parties. I heard you're quite the life of the party, if you know what I mean." You laugh, your voice filled with innuendo. "Well, I do like to make an impression. And what's a party without a little excitement, right?" A third girl looks at you with a mischievous grin. "I bet you bring more than a little excitement. I heard about your adventures at the last party. You really know how to keep things interesting." You wink, your voice filled with mischief. "Maybe. But you'll have to come and see for yourself. I promise it won't be boring."
<</if>>
<</if>><br><br>
<<else>>
<<if $mainChar.school.reputation <10>>
<<if _talk is 0>>
"I can't believe they make us wear these uniforms," one girl complains, holding up her school-issued skirt and shirt. "I hate wearing those tight skirts all day" Another girl nods in agreement. "I know, right?" she says, holding workout shorts. "At least these are comfortable." A third girl chimes in. "It's nice to have something loose for a change." Looking at the uniform, she wonders. "At least I don't have to worry about my clothes riding up or anything."
<<elseif _talk is 1>>
"Oh my gosh, look at your bra!" one girl exclaims, pointing at another girl's lacy pink bra. "It's so cute!" The girl blushes slightly, but smiles. "Thanks! I got it for my birthday. I love how it fits." Another girl holds up a pair of boy shorts with a playful pattern. "Check these out! Aren't they adorable?" The first girl laughs. "I wish I had a pair like that. Mine are so boring." You change quietly, trying not to draw attention to yourself.
<<else>>
"I hope we're doing volleyball today," one girl says eagerly. "I love playing volleyball." Another girl groans. "Ugh, I hope not. I'm terrible at volleyball. I always end up getting hit in the face with the ball." A third girl chimes in, "I don't care what we do, as long as it's not running. I hate running."
<</if>>
<<elseif $mainChar.school.reputation <20>>
<<if _talk is 0>>
"I can't believe we have to wear these stupid uniforms," one girl complains, holding up her school uniform. "They're so uncomfortable." Another girl chimes in, "Yeah, but at least we look cute. I mean, have you seen how the guys stare at us when we wear these?" One of the girls turns to you, a mischievous grin on her face. "Speaking of that, I heard some interesting rumors about you and some guys. Something about you being quite... generous with your talents." You laugh, shrugging it off. "Rumors are just rumors. But hey, if it makes them happy, who am I to complain?"
<<elseif _talk is 1>>
"Oh my gosh, look at your bra!" one girl exclaims, pointing at your lacy black bra. "It's so sexy!" You smile, feeling a rush of pride. "Thanks! I love it. It makes me feel confident." Another girl nods in agreement. "Yeah, and the shorts are perfect for showing off your legs. The guys won't know what hit them." You join in, smiling. "I think the most important thing is that we feel comfortable and confident in what we wear." One of the girls looks at you, a playful smirk on her face. "Confident, huh? I heard you're quite confident in other areas too. Like, giving the university guys something to remember you by." You wink at her. "Well, a girl's gotta have her secrets. But let's just say, I know how to keep them happy."
<<else>>
"Did you hear the latest rumor?" one girl asks, her voice filled with excitement and a hint of scandal. "Apparently, someone got a blowjob right in the middle of class!" The other girls gasp and giggle, their eyes widening with shock and curiosity. "No way! Who was it?" another girl asks, leaning in closer. "I don't know for sure, it happened during Mr. Thompson's lecture!" the first girl says, her voice dropping to a conspiratorial whisper. You pause in the middle of unbuttoning your shirt, feeling the weight of the other girls' gazes turning towards you. You try to keep your expression neutral, but you can feel the heat rising in your cheeks. "What ?" you says. The other girls exchange knowing glances, their smiles filled with skepticism. "Come on, that's not the first rumor about you," another girl says, her voice teasing. You roll your eyes, trying to play it off. "It's just a rumor."
<</if>>
<<else>>
<<if _talk is 0>>
"I can't believe how hot these new uniforms are," one girl says, admiring herself in the mirror. "The guys are gonna lose their minds." Another girl nods in agreement before turning to you. "Yeah, and I heard that you, in particular, know how to drive them wild. Something about your... skills." You smile, not bothering to hide your amusement. "Well, I do have a certain reputation to uphold. And if that means giving the guys something to talk about, I'm all for it." One of the girls looks at you, a playful smirk on her face. "So, is it true? Do you really suck off every guy who asks?" You laugh, shrugging it off. "Let's just say, I know how to keep them satisfied. And if that means getting down and dirty, so be it."
<<elseif _talk is 1>>
"I love these new sports bras," one girl says, admiring herself in the mirror. "They're so sexy and supportive." Another girl nods in agreement. "Yeah, and the shorts are perfect for showing off our assets. The guys won't know what hit them." You join in, smiling. "I think the most important thing is to feel confident and sexy in what we wear." One of the girls turns to you, a mischievous grin on her face. "Confident and sexy, huh? I heard you're quite the expert in making guys feel good. Something about your... talents." You wink at her. "Well, I do have a certain knack for pleasing. And if that means getting on my knees and showing them a good time, I'm more than happy to oblige."
<<else>>
"I can't wait to get out there and show off my new sneakers," one girl says, holding up a pair of bright pink shoes. Another girl laughs. "Yeah, and I can't wait to see the guys' faces when they see us in these outfits. We're gonna kill it." You smile, joining the conversation. "I think the most important thing is to have fun and enjoy the game." One of the girls turns to you, a curious look in her eyes. "Fun, huh? Like you with the football team? I've heard something about your... extracurricular activities." You chuckle. "Well, I do like to keep things interesting."
<</if>>
<</if>><br><br>
<</if>>@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Scold.jpg")]] @@<br>
<<if $dad.relationship <=20 and $mom.relationship<=20>>
As you walk through the front door, the atmosphere in the house is thick with tension. Your mom is pacing in the living room, her face flushed with anger. Your dad sits on the couch. "We got a call from the school today. They said you haven't been attending your classes!" he says, his expression stern and unyielding. "Where have you been?" your mom demands, her voice sharp and accusatory. You hesitate, feeling a knot of dread in your stomach. "I... I was out with friends," you stammer, trying to keep your voice steady.<br><br>
Your mom's eyes narrow, her anger boiling over. "Out with friends? You mean skipping school and gallivanting around like you don't have any responsibilities?" Your dad stands up, his expression darkening. "This is unacceptable. You have obligations, and you're throwing them away for what? Some foolish fun with your friends?" You shrink back, feeling the weight of their disappointment and anger. "I'm sorry, I just needed a break—" Your dad steps forward, his voice firm and commanding. "You need to understand the consequences of your actions. Come here."<br><br>
You hesitate, your heart pounding with fear. "Dad, please—" "Now," he orders, his voice leaving no room for argument. You walk over to him, your legs trembling. He takes your arm and guides you over his knee, positioning you <<linkreplace "for a spanking.">>for a spanking. <br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Grade report/spanking1.webp")]] @@<br>
<<if $mainChar.corruption <=20>>
You let out a gasp of surprise and pain as his hand comes down hard on your ass. Each smack of his hand sends a jolt through you, the pain intensifying with every strike. Your mom watches from the side, her expression a mix of anger and satisfaction. After what feels like an eternity, your dad finally stops, his breath coming in ragged gasps. "Go to your room," he orders, his voice leaving no room for argument. "And you will think about your actions and the consequences they bring." You nod, your voice choked. "Yes, Dad. I'm sorry."<br>
With that, you turn and [[rush to your bedroom.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-3">>
<<MainChar_Stats "mom" "-3">>
<<MainChar_Stats "energy" "-20">>
<<set $mainChar.arousal to 0>>
<<set $minute +=20>>
<<else>>
The moment his hand comes down hard on your ass, you can't help but let out a soft moan, the sound escaping your lips before you can stop it. Your dad's hand freezes mid-air, and you can feel the shock radiating from him. "What was that?" he demands, his voice filled with disbelief and anger. You try to stifle your moans, but the damage is done. You can feel the heat rising in your cheeks, the embarrassment and arousal mixing in a confusing whirlwind. "I... I don't know," you stammer, your voice trembling with a mix of fear and excitement. You can't believe what just happened, the way your body betrayed you in front of your parents. Your dad pulls you up, his eyes wide with shock and disgust. "Go to your room," he orders, his voice cold and distant. You nod, your face flushed with embarrassment. "Yes, Dad. I'm sorry."<br>
With that, you turn and [[rush to your bedroom.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-3">>
<<MainChar_Stats "mom" "-3">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "arousal" "10">>
<<set $minute +=20>>
<</if>>
<</linkreplace>>
<<elseif $dad.relationship <=20 and $mom.relationship<=60>>
As you walk through the front door, the atmosphere in the house feels heavy and tense. Your mom is waiting for you in the living room, her arms crossed and her expression stern. Your dad stands beside her, his face a mask of anger. "Sit down," your mom commands, her voice firm but not overly harsh. "We need to talk about your recent behavior." You take a seat on the couch, feeling a mix of nervousness and resignation. Your mom continues, "We've received a call from your school. You've been skipping classes, and this is unacceptable. You need to focus more on your studies and less on whatever foolishness you're getting up to with your friends."<br><br>
You look down, feeling a bit embarrassed but also a strange sense of comfort in her scolding. "I'm sorry, Mom. I just... I needed a break." Your dad steps forward, his voice booming with anger. "A break? You think skipping school is a break?" Before you can react, he grabs your arm and <<linkreplace "pulls you over his knee.">>pulls you over his knee. You struggle briefly, but his grip is firm. He lifts your skirt and brings his hand down hard on your bare bottom. You yelp in pain, tears springing to your eyes.<br><br>
@@.default-image-wrapper; [img[String.format($urlPath + "/livingroom/Grade report/spanking1.webp")]] @@<br>
<<if $mainChar.corruption <=20>>
"Ow! Dad, stop!" you cry out, but he continues, each smack sending waves of pain and humiliation through you. Your mom watches, her expression a mix of disapproval and concern. "That's enough, dear," she says softly after a few moments. "I think she's learned her lesson." Your dad finally stops, and you scramble off his lap, rubbing your sore bottom. You look up at your mom, feeling a mix of gratitude and shame. "Go to your room and think about what you've done," your mom says, her voice gentle but firm. "We'll discuss this further later." You nod, sniffling, feeling a strange mix of relief and submission.<br>
With that, you turn and [[rush to your bedroom.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-3">>
<<MainChar_Stats "mom" "-2">>
<<MainChar_Stats "energy" "-10">>
<<$set $mainChar.arousal to 0>>
<<set $minute +=20>>
<<else>>
The moment his hand comes down hard on your ass, you can't help but let out a soft moan, the sound escaping your lips before you can stop it. Your dad's hand freezes mid-air, and you can feel the shock radiating from him. "What was that?" he demands, his voice filled with disbelief and anger. You try to stifle your moans, but the damage is done. You can feel the heat rising in your cheeks, the embarrassment and arousal mixing in a confusing whirlwind. "I... I don't know," you stammer, your voice trembling with a mix of fear and excitement. You can't believe what just happened, the way your body betrayed you in front of your parents. Your dad pulls you up, his eyes wide with shock and disgust. "Go to your room and think about what you've done," your mom says, her voice gentle but firm. "We'll discuss this further later." You nod, sniffling, feeling a strange mix of relief and submission.<br>
With that, you turn and [[rush to your bedroom.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-3">>
<<MainChar_Stats "mom" "-2">>
<<MainChar_Stats "energy" "-20">>
<<MainChar_Stats "arousal" "10">>
<<set $minute +=20>>
<</if>>
<</linkreplace>>
<<elseif $dad.relationship <=60 and $mom.relationship<=20>>
As you enter the house, the tension is palpable. Your mom is pacing the living room, her face flushed with anger. Your dad stands nearby, his expression stern but more controlled. "Where have you been?" your mom demands, her voice shaking with fury. "We got a call from your school. You've been skipping classes! What were you thinking?" You shrink back, feeling a wave of fear and embarrassment. "I... I'm sorry, Mom. I just needed some time off." Your mom's eyes flash with anger. "Time off? You think you can just take time off from school?"<br><br>
Your dad steps forward, his voice firm but calmer than your mom's. "Your mother is right. You need to take your studies more seriously. No more fooling around with your friends. It's time to grow up and focus on your future." You look down, feeling a mix of shame and submission. "Yes, Dad. I understand." Your dad nods, his expression softening slightly. "Good. Now go to your room and think about what you've done. We'll discuss this further later."
You nod, feeling a sense of relief wash over you as you make your way upstairs. Despite the scolding, you can't help but feel a strange sense of comfort in your dad's firm but fair discipline.<br>
You nod, and [[make your way to your bedroom.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-2">>
<<MainChar_Stats "mom" "-3">>
<<set $minute +=20>>
<<elseif $dad.relationship >60 and $mom.relationship<=60>>
As you walk through the front door, the familiar scent of home envelops you. You can hear the muffled voices of your parents coming from the living room, and you know immediately that something is up. You take a deep breath and make your way towards them, steeling yourself for whatever is about to come. "Hey, Mom, Dad," you say, trying to sound casual as you enter the room. Your father looks up from his armchair, his eyes meeting yours with a mix of concern and curiosity. "Come sit down. We need to talk."<br><br>
You nod, feeling a knot of anxiety form in your stomach as you take a seat across from them. "We've been getting some calls from your school," your father begins, his voice stern and unyielding. "They say you've been skipping classes. We're worried about you." You shift uncomfortably in your seat, your cheeks flushing with a mix of embarrassment and guilt. "I... I know. I'm sorry. I just... I needed some time to myself." Your mother leans forward, her eyes filled with a mix of concern and understanding. "Time to yourself? You mean time to go out and do god knows what with god knows who. We expect better from you. You need to focus on your studies, not on whatever distractions you've been chasing."<br><br>
You look down at your hands, twisting them nervously in your lap. "I know, Mom. I'm sorry. I'll do better." Your father reaches out, placing a comforting hand on your shoulder. "We just want what's best for you. You can't let your personal life interfere with your education." You feel a rush of gratitude and affection for your father. You look up at him, your eyes filled with a silent plea for understanding. "I know, Dad. I promise I'll try harder. But sometimes... sometimes it's just so hard to resist. You know how I get." Your father smiles, his eyes gleaming with a mix of amusement and pride. "Oh, I know, babygirl. But you have to learn to control yourself, to prioritize. There will be plenty of time for... extracurricular activities later."<br><br>
You nod, feeling a sense of relief wash over you. You glance over at your mother, seeing the stern expression on her face. "Now, go on up to your room and get some rest. Tomorrow is a new day, and we expect to see some improvement." With that, you [[make your way to your bedroom.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "mom" "-1">>
<<set $minute +=20>>
<<elseif $dad.relationship <=60 and $mom.relationship>60>>
As you walk through the front door, the familiar scent of home envelops you. You can hear the muffled voices of your parents coming from the living room, and you know immediately that something is up. You take a deep breath and make your way towards them, steeling yourself for whatever is about to come. "Hey, Mom, Dad," you say, trying to sound casual as you enter the room. Your mother looks up from her seat on the couch, her eyes meeting yours with a mix of concern and curiosity. "Hi, sweetie. Come sit down. We need to talk." You nod, feeling a knot of anxiety form in your stomach as you take a seat across from them. <br><br>
"We've been getting some calls from your school," your mother begins, her voice soft and gentle. "They say you've been skipping classes. We're worried about you, honey." You shift uncomfortably in your seat, your cheeks flushing with a mix of embarrassment and guilt. "I... I know. I'm sorry. I just... I needed some time to myself." Your father leans forward, his eyes narrowing as he speaks. "Time to yourself? You mean time to go out and do god knows what with god knows who. We expect better from you. You need to focus on your studies, not on whatever distractions you've been chasing." You look down at your hands, twisting them nervously in your lap. "I know, Dad. I'm sorry. I'll do better."<br><br>
Your mother reaches out, placing a comforting hand on your knee. "We just want what's best for you, sweetie. You can't let your personal life interfere with your education." You feel a rush of gratitude and affection for your mother. You look up at her, your eyes filled with a silent plea for understanding. "I know, Mom. I promise I'll try harder. But sometimes... sometimes it's just so hard to resist. You know how I get." Your mother smiles, her eyes gleaming with a mix of amusement and pride. "Oh, I know, sweetie." she murmurs. "But you have to learn to control yourself, to prioritize. There will be plenty of time for... extracurricular activities later." <br><br>
You glance over at your father, seeing the stern expression on his face. "Now, go on up to your room and get some rest. Tomorrow is a new day, and we expect to see some improvement." With that, you [[make your way to your bedroom.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "mom" "-1">>
<<set $minute +=20>>
<<elseif $dad.relationship >60 and $mom.relationship>60>>
As you walk through the front door, the familiar scent of home envelops you. You can hear the muffled voices of your parents coming from the living room, and you know immediately that something is up. You take a deep breath and make your way towards them, steeling yourself for whatever conversation is about to unfold. "Hey, Mom, Dad," you say, trying to sound casual as you enter the living room. Your parents are sitting on the couch, their expressions a mix of concern and frustration. "Hi, sweetie," your mom says, her voice warm but firm. "Come sit down. We need to talk."<br><br>
You take a seat across from them, feeling a mix of anticipation and nervousness. Your dad clears his throat, his eyes meeting yours with a stern gaze. "We've noticed that you've been skipping classes lately," he begins, his voice steady and commanding. "And while we understand that you have... other interests, it's important that you focus on your studies." Your mom nods in agreement, her eyes gleaming with a mix of understanding and annoyance. You shift uncomfortably in your seat, feeling a rush of embarrassment and arousal. "I know, I know," you admit, your voice trembling slightly. "It's just... it's hard to focus on school when there are so many... distractions."<br><br>
Your mom chuckles, her eyes gleaming with amusement and a hint of pride. "Oh, we know all about your 'distractions,' sweetie. We're not blind. We see how the boys look at you, how you look at them. And we know you enjoy the attention." You feel a rush of excitement and embarrassment, your cheeks flushing with heat. "Yeah, I guess I do. But I promise, I'll try to focus more on my studies." Your dad leans forward in his chair, his eyes locked on yours. "Listen, you need to prioritize. Use that pretty little head of yours for more than just sucking dicks." You nod, and [[make your way to your bedroom.->Bedroom]]<br><br>
<<MainChar_Stats "dad" "-1">>
<<MainChar_Stats "mom" "-1">>
<<set $minute +=20>>
<</if>><div class="default-image-wrapper">[img[String.format($urlPath + "/Misc Places/HairSalon.jpg")]]</div><br>
"I was hoping to get a custom color," you say, your voice steady. "Something unique and eye-catching." The coiffeuse nods, her eyes lighting up with interest. "Absolutely! Let me grab something," she says while walking over to her desk. She comes back to you with a color chart, flipping through the various shades and tones.<br><br>
<div style="display: flex; align-items: center; gap: 10px;">
<label for="hueslider">Hue: </label>
<span class="hueslider">
<input type="range" min="0" max="360" step='1' value="0" class="slider" id="huevalue">
</span>
<span id="huevaluedisplay"></span>°
</div>
<div style="display: flex; align-items: center; gap: 10px;">
<label for="saturationslider">Saturation: </label>
<span class="saturationslider">
<input type="range" min="0" max="200" step='1' value="100" class="slider" id="saturationvalue">
</span>
<span id="saturationvaluedisplay"></span>%
</div>
<div style="display: flex; align-items: center; gap: 10px;">
<label for="brightnessslider">Brightness: </label>
<span class="brightnessslider">
<input type="range" min="0" max="200" step='1' value="100" class="slider" id="brightnessvalue">
</span>
<span id="brightnessvaluedisplay"></span>%
</div>
<<script>>
$(document).one(":passagerender", function (event) {
var urlPath = State.variables.urlPath;
var imageUrl = String.format(urlPath + '/PaperDoll/MainBody/Hair/' + State.variables.mainChar.appearance.head.hair.length + '/' + State.variables.mainChar.appearance.head.hair.style + '.png');
$(event.content).find("#huevaluedisplay").html($(event.content).find("#huevalue").val());
$(event.content).find("#saturationvaluedisplay").html($(event.content).find("#saturationvalue").val());
$(event.content).find("#brightnessvaluedisplay").html($(event.content).find("#brightnessvalue").val());
function updateHairFilter() {
var huevalue = $("#huevalue").val();
var saturationvalue = $("#saturationvalue").val();
var brightnessvalue = $("#brightnessvalue").val();
State.variables.selectedhue = $("#huevalue").val();
State.variables.selectedsaturation = $("#saturationvalue").val();
State.variables.selectedbrightness = $("#brightnessvalue").val();
$('#selection').show();
$("#huevaluedisplay").html(huevalue);
$("#saturationvaluedisplay").html(saturationvalue);
$("#brightnessvaluedisplay").html(brightnessvalue);
$('#DollHair').html('<img src="' + imageUrl + '" alt="Doll Hair" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
}
$(event.content).find("#huevalue, #saturationvalue , #brightnessvalue").on("input", updateHairFilter);
});
<</script>>
<br>
<span id='selection' style="display: none;">
<<linkreplace "Select this shade">>
The coiffeuse beams at you, her eyes lighting up with excitement. "Great! Let's get started. You're going to look amazing." As she begins to prepare the dye, you can't help but feel a sense of anticipation. This is going to be a transformation, a bold statement that reflects your unique style and personality. And with the coiffeuse's expert touch, you know that you're in good hands, ready to embrace [[your new look->Hair salon]] with confidence.<br><br>
<<set $minute +=30>>
<<MainChar_Stats "money" "-80">>
<<set $mainChar.appearance.head.hair.hue to Number($selectedhue)>>
<<set $mainChar.appearance.head.hair.brightness to Number($selectedbrightness)>>
<<set $mainChar.appearance.head.hair.saturation to Number($selectedsaturation)>>
<<set $mainChar.appearance.head.hair.color to 'Custom'>>
<<replace #leave>><</replace>><<replace #price>><</replace>>
<</linkreplace>> <span id='price'>- ($50)</span>
</span>
<span id='leave'> <br><br>[[Change your mind->Hair salon]]</span>
<<set $pastPassage to $currentPassage>>
<<set $minute +=5>>
<<if $tempClothesItem.type is 'torso' or $tempClothesItem.type is 'legs' or $tempClothesItem.type is 'hands' or $tempClothesItem.type is 'chest' or $tempClothesItem.type is 'groin'>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/FittingRoomClothes.jpg")]]</div><br>
You step into the fitting room, drawing the curtain closed behind you. The small space is lined with mirrors, reflecting your image from different angles under the soft, overhead lighting. You take a moment to glance at yourself before turning your attention to the garment in your hands. You glance at the tag, reading the product description:
<<elseif $tempClothesItem.type is 'feet' or $tempClothesItem.type is 'calves'>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/FittingRoomShoes.jpg")]]</div><br>
You stand in the fitting area of the store. The small space is lined with mirrors, reflecting your image from different angles under the soft, overhead lighting. You take a moment to glance at yourself before turning your attention to your feet as you slip off your current footwear to try something new. You flex your toes, testing the fit and making a few careful steps let you gauge the comfort. You glance at the tag, reading the product description:
<<else>>
<div class="default-image-wrapper">[img[String.format($urlPath + "/Mall/FittingRoomJewels.jpg")]]</div><br>
You stand in front of the mirror, tilting your head slightly as you admire the way the new piece of jewelry catches the light. It rests against your skin, unfamiliar yet tempting, as if it already belongs to you. Adjusting your posture, you imagine how it would feel to wear it every day. You glance at the tag, reading the product description:
<</if>>
@@.narrator;
$tempClothesItem.description
<<if $tempClothesItem.description.slice(-1) != "." >>.
<</if>>
It’s specifically designed for
<<if $tempClothesItem.sport is 'true'>>
sport
<<elseif $tempClothesItem.office is 'true'>>
office work
<<else>>
daily use
<</if>>, making it a suitable choice for your needs. @@
<span id='undressAll'>
<<set _wearName to 'Wear ' + $tempClothesItem.name + ' only'>>
<<link _wearName>>
<<if $tempClothesItem.type != "hands">>
<<replace "#DollClothesHands">><</replace>>
<</if>>
<<if $tempClothesItem.type != "chest">>
<<replace "#DollLingerieChest">><</replace>>
<</if>>
<<if $tempClothesItem.type != "groin">>
<<replace "#DollLingerieGroin">><</replace>>
<</if>>
<<if $tempClothesItem.type != "calves">>
<<replace "#DollClothesCalves">><</replace>>
<</if>>
<<if $tempClothesItem.type != "feet">>
<<replace "#DollClothesFeet">><</replace>>
<</if>>
<<if $tempClothesItem.type != "legs">>
<<replace "#DollClothesLegs">><</replace>>
<</if>>
<<if $tempClothesItem.type != "torso">>
<<replace "#DollClothesTorso">><</replace>>
<</if>>
<<script>>
document.getElementById('undressAll').style.display = 'none';
document.getElementById('dressAll').style.display = 'inline';
document.getElementById('dressTop').style.display = 'none';
document.getElementById('undressTop').style.display = 'none';
<</script>>
<</link>><br>
</span>
<span id='dressAll' style="display:none">
<<link "Dress up again">>
<<replace "#DollAccessoriesVagina">>
[img[String.format($urlPath + '/PaperDoll/Accessories/Vagina/' + $dollVaginaAccessories + '.png')]]
<</replace>>
<<if $tempClothesItem.type != 'neck'>>
<<replace "#DollAccessoriesNeck">>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$dollNeckAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.neck.saturation +'deg) saturate('+ $mainChar.look.accessories.neck.saturation + '%) brightness('+ $mainChar.look.accessories.neck.brightness+ '%);'">
<</replace>>
<</if>>
<<replace "#DollAccessoriesHair">>
[img[String.format($urlPath + '/PaperDoll/Accessories/Hair/' + $dollHairAccessories + '.png')]]
<</replace>>
<<replace "#DollClothesHead">>
[img[String.format($urlPath + '/PaperDoll/Clothes/Head/' + $dollHeadClothes + '.png')]]
<</replace>>
<<replace "#DollAccessoriesEyes">>
<img @src="`${$urlPath}/PaperDoll/Accessories/Eyes/${$dollEyesAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.eyes.saturation +'deg) saturate('+ $mainChar.look.accessories.eyes.saturation + '%) brightness('+ $mainChar.look.accessories.eyes.brightness+ '%);'">
<</replace>>
<<if $tempClothesItem.type != 'hands'>>
<<replace "#DollClothesHands">>
[img[String.format($urlPath + '/PaperDoll/Clothes/Hands/' + $dollHandsClothes + '.png')]]
<</replace>>
<</if>>
<<if $tempClothesItem.type != 'wrists'>>
<<replace "#DollAccessoriesWrists">>
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$dollWristsAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.wrists.saturation +'deg) saturate('+ $mainChar.look.accessories.wrists.saturation + '%) brightness('+ $mainChar.look.accessories.wrists.brightness+ '%);'">
<</replace>>
<</if>>
<<replace "#DollAccessoriesFingers">>
<img @src="`${$urlPath}/PaperDoll/Accessories/Fingers/${$dollFingersAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.fingers.saturation +'deg) saturate('+ $mainChar.look.accessories.fingers.saturation + '%) brightness('+ $mainChar.look.accessories.fingers.brightness+ '%);'">
<</replace>>
<<replace "#DollClothesStomach">>
[img[String.format($urlPath + '/PaperDoll/Clothes/Stomach/' + $dollStomachClothes + '.png')]]
<</replace>>
<<if $tempClothesItem.type != 'chest'>>
<<replace "#DollLingerieChest">>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${$dollChestSizeChestLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.saturation +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<</if>>
<<if $tempClothesItem.type != 'calves'>>
<<replace "#DollClothesCalves">>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.saturation +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</if>>
<<if $tempClothesItem.type != 'feet'>>
<<replace "#DollClothesFeet">>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.saturation +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</if>>
<<if $tempClothesItem.type != 'legs'>>
<<replace "#DollClothesLegs">>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.saturation +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</if>>
<<if $tempClothesItem.type != 'torso'>>
<<replace "#DollClothesTorso">>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.saturation +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</if>>
<<script>>
document.getElementById('undressTop').style.display = 'inline';
document.getElementById('undressAll').style.display = 'inline';
document.getElementById('dressAll').style.display = 'none';
document.getElementById('dressTop').style.display = 'none';
<</script>>
<</link>><br>
</span>
<span id='undressTop'>
<<if $tempClothesItem.type != 'legs' and $tempClothesItem.type != 'torso'>>
<<link "Undress to underwear">>
<<replace #DollClothesTorso>><</replace>>
<<replace #DollClothesLegs>><</replace>>
<<script>>
document.getElementById('undressTop').style.display = 'none';
document.getElementById('undressAll').style.display = 'none';
document.getElementById('dressAll').style.display = 'none';
document.getElementById('dressTop').style.display = 'inline';
<</script>>
<</link>><br>
<</if>>
</span>
<span id='dressTop' style="display:none">
<<if $tempClothesItem.type != 'legs' and $tempClothesItem.type != 'torso'>>
<<link "Dress up again">>
<<replace #DollClothesTorso>><img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.saturation +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'"><</replace>>
<<replace #DollClothesLegs>><img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.saturation +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'"><</replace>>
<<script>>
document.getElementById('undressTop').style.display = 'inline';
document.getElementById('undressAll').style.display = 'inline';
document.getElementById('dressAll').style.display = 'none';
document.getElementById('dressTop').style.display = 'none';
<</script>>
<</link>>
<br>
<</if>>
</span>
<br>
As you adjust the fit, you notice a small display nearby offering customization options. Among them, a selection of colors catches your eye. If you’d prefer a different shade, you could try altering it before making your final decision.<br><br>
<span style="display: flex; align-items: center; gap: 10px;">
<label for="colorSelect">Color preset: </label>
<select id="colorSelect" >
<<if !($wardrobe.colorPreset is undefined)>>
<<for _preset range $wardrobe.colorPreset>>
<<print '<option value="' + _preset.hue + ',' + _preset.saturation + ',' + _preset.brightness + '">' + _preset.name + '</option>'>>
<</for>>
<</if>>
<option value="0,0,35">Black</option>
<option value="80,70,80">Brown</option>
<option value="100,110,160">Gold</option>
<option value="130,100,90">Khaki</option>
<option value="160,80,170">Light green</option>
<option value="0,100,120">Pink</option>
<option value="255,65,150">Sky blue</option>
<option value="65,125,90">Red</option>
<option value="0,0,190">White</option>
<<if $tempClothesItem.hue is undefined>>
<option value="0,100,100">Original</option>
<<else>>
<<print '<option value="' + $tempClothesItem.hue + ',' + $tempClothesItem.saturation + ',' + $tempClothesItem.brightness + '">' + 'Original' + '</option>'>><</if>>
</select>
</span><br><br>
<script>
document.getElementById("colorSelect").addEventListener("change", function() {
var values = this.value.split(",");
var hueSlider = document.getElementById("huevalue");
var selectedhue = values[0];
var saturationSlider = document.getElementById("saturationvalue");
var selectedsaturation = values[1];
var brightnessSlider = document.getElementById("brightnessvalue");
var selectedbrightness = values[2];
hueSlider.value = selectedhue;
hueSlider.dispatchEvent(new Event("input"));
hueSlider.click();
saturationSlider.value = selectedsaturation;
saturationSlider.dispatchEvent(new Event("input"));
saturationSlider.click();
brightnessSlider.value = selectedbrightness;
brightnessSlider.dispatchEvent(new Event("input"));
brightnessSlider.click();
});
document.getElementById("huevalue").addEventListener("input", function() {
document.getElementById("huevaluedisplay").textContent = this.value;
});
document.getElementById("saturationvalue").addEventListener("input", function() {
document.getElementById("saturationvaluedisplay").textContent = this.value;
});
document.getElementById("brightnessvalue").addEventListener("input", function() {
document.getElementById("brightnessvaluedisplay").textContent = this.value;
});
</script>
<div style="display: flex; align-items: center; gap: 50px; flex-wrap: wrap;">
<div style="display: flex; align-items: center; gap: 10px;">
<label for="hueslider">Hue: </label>
<span class="hueslider">
<input type="range" min="0" max="360" step='1' value="0" class="slider" id="huevalue" style="width: 150px;">
</span>
<span id="huevaluedisplay"></span>°
</div>
<div style="display: flex; align-items: center; gap: 10px;">
<label for="saturationslider">Saturation: </label>
<span class="saturationslider">
<input type="range" min="0" max="200" step='1' value="100" class="slider" id="saturationvalue" style="width: 150px;">
</span>
<span id="saturationvaluedisplay"></span>%
</div>
<div style="display: flex; align-items: center; gap: 10px;">
<label for="brightnessslider">Brightness: </label>
<span class="brightnessslider">
<input type="range" min="0" max="200" step='1' value="100" class="slider" id="brightnessvalue" style="width: 150px;">
</span>
<span id="brightnessvaluedisplay"></span>%
</div>
</div>
<<script>>
$(document).one(":passagerender", function (event) {
var imageUrl = State.variables.tempClothesItem.image;
$(event.content).find("#huevaluedisplay").html($(event.content).find("#huevalue").val());
$(event.content).find("#saturationvaluedisplay").html($(event.content).find("#saturationvalue").val());
$(event.content).find("#brightnessvaluedisplay").html($(event.content).find("#brightnessvalue").val());
function updateClothFilter() {
var huevalue = $("#huevalue").val();
var saturationvalue = $("#saturationvalue").val();
var brightnessvalue = $("#brightnessvalue").val();
State.variables.selectedhue = $("#huevalue").val();
State.variables.selectedsaturation = $("#saturationvalue").val();
State.variables.selectedbrightness = $("#brightnessvalue").val();
$("#huevaluedisplay").html(huevalue);
$("#saturationvaluedisplay").html(saturationvalue);
$("#brightnessvaluedisplay").html(brightnessvalue);
if (State.variables.tempClothesItem.type === 'torso') {
imageUrl = imageUrl.replace(/c\.png$/, State.variables.dollChestSizeTorsoClothes + ".png");
$('#DollClothesTorso').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'legs') {
$('#DollClothesLegs').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'feet') {
$('#DollClothesFeet').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'calves') {
$('#DollClothesCalves').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'groin') {
$('#DollLingerieGroin').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'chest') {
imageUrl = imageUrl.replace(/c\.png$/, State.variables.dollChestSizeTorsoClothes + ".png");
$('#DollLingerieChest').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'wrists') {
$('#DollAccessoriesWrists').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'eyes') {
$('#DollAccessoriesEyes').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'neck') {
$('#DollAccessoriesNeck').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'head') {
$('#DollClothHead').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
} else if (State.variables.tempClothesItem.type === 'hands') {
$('#DollClothesHands').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
}
else if (State.variables.tempClothesItem.type === 'earlobes') {
$('#DollPiercingsEarlobes').html('<img src="' + imageUrl + '" style="filter: hue-rotate(' + huevalue + 'deg) saturate(' + saturationvalue + '%) brightness(' + brightnessvalue + '%);">');
}
}
$(event.content).find("#huevalue, #saturationvalue , #brightnessvalue").on("input", updateClothFilter);
});
if (State.variables.tempClothesItem.hue === undefined) {
$(document).one(":passagerender", function () {
setTimeout(function() {
$("#huevalue").val(0);
$("#huevalue").trigger("input");
}, 100);
});
} else {
$(document).one(":passagerender", function () {
setTimeout(function() {
$("#huevalue").val(State.variables.tempClothesItem.hue);
$("#huevalue").trigger("input");
$("#saturationvalue").val(State.variables.tempClothesItem.saturation);
$("#huevalue").trigger("input");
$("#brightnessvalue").val(State.variables.tempClothesItem.brightness);
$("#huevalue").trigger("input");
}, 100);
});
}
<</script>><br>
Create color preset: <<textbox "_colorPresetName" "">>
<<link "Save">>
<<if $wardrobe.colorPreset is undefined>> <<set $wardrobe.colorPreset to []>><</if>>
<<set _colorPreset to {
name: _colorPresetName,
hue: $("#huevalue").val(),
saturation: $("#saturationvalue").val(),
brightness: $("#brightnessvalue").val()
}>>
<<run $wardrobe.colorPreset.push(_colorPreset)>>
<</link>>
<<if !($wardrobe.colorPreset is undefined)>>
| <<link "Erase custom presets">>
<<run delete($wardrobe.colorPreset)>>
<</link>>
<</if>><br><br>
You settle on the shade that suits you best and take a moment to admire the garment in the mirror, adjusting it slightly as you consider your reflection. <br><br>
<<if $wardrobe.available.includes($tempClothesItem.name)>>
<<set _name to "Buy another " + $tempClothesItem.name>>
<<else>>
<<set _name to "Buy " + $tempClothesItem.name>>
<</if>>
<<if $mainChar.corruption < $tempClothesItem.obscenity>>
This is too lewd for you.<br>
<<elseif $mainChar.money < $tempClothesItem.price>>
This is too expensive for you.<br>
<<else>>
<<link _name>>
<<set $tempClothesItem.hue to $selectedhue>>
<<set $tempClothesItem.saturation to $selectedsaturation>>
<<set $tempClothesItem.brightness to $selectedbrightness>>
<<if !($mainChar.look.accessories[$tempClothesItem.type] is undefined)>>
<<run $wardrobe.addAccessory($tempClothesItem.type, $tempClothesItem)>>
<<elseif !($mainChar.look.piercings[$tempClothesItem.type] is undefined)>>
<<run $wardrobe.addPiercing($tempClothesItem.type, $tempClothesItem)>>
<<elseif !($mainChar.look.lingerie[$tempClothesItem.type] is undefined)>>
<<run $wardrobe.addLingerie($tempClothesItem.type, $tempClothesItem)>>
<<else>>
<<run $wardrobe.addItem($tempClothesItem.type, $tempClothesItem)>>
<</if>>
<<if $wardrobe.available.includes($tempClothesItem.name)>>
<<set $mainChar.money -= $tempClothesItem.price /2>>
<<else>>
<<set $mainChar.money -= $tempClothesItem.price>>
<</if>>
<<set $minute +=2>>
<<goto $pastPassage>>
<</link>>
<<if $wardrobe.available.includes($tempClothesItem.name)>>
- ($<<print $tempClothesItem.price / 2>>)<br>
<<else>>
- ($<<print $tempClothesItem.price>>)<br>
<</if>>
<</if>>
<<link "Change your mind" >>
<<goto $pastPassage>>
<</link>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div><br>
Your eyes scan the rows upon rows of variations of the same item in different colors. You've always had a soft spot for this particular item, but now, as you look at your wardrobe, you realize it might be time to let some pieces go.<br>
You can sell variations of your <<print $tempCloth.name.replace(/[0-9]/g, '')>> for $<<print Math.round( $tempCloth.price /4)>> : <br><br>
<<if $tempCloth.type is 'legs'>>
<table width="60%" border="5" class="wardrobe-clothes" align="center" style="margin: auto;">
<tbody>
<<set _cpt to 1>>
<<for _itemTitle, _item range $wardrobe.clothes.legs>>
<<if _item.name != _item.name.replace(/[0-9]/g, '') and _item.name.replace(/[0-9]/g, '') is $tempCloth.name.replace(/[0-9]/g, '')>>
<tr>
<td>
<<set _clothesName to 'Sell variation # ' + _cpt>>
<<set _cpt +=1>>
<<capture _itemTitle _item>>
<<mouseover>>
<<link _clothesName 'Wardrobe Sell Clothes'>>
<<run delete $wardrobe.clothes.legs[_itemTitle]>>
<<set $mainChar.money += Math.round( _item.price /4)>>
<</link>>
<<onhover>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$wardrobe.clothes.legs[_itemTitle.replace(/[0-9]/g, '')].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.legs[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.legs[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.legs[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesLegs'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Legs/${$dollLegsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.legs.hue +'deg) saturate('+ $mainChar.look.clothes.legs.saturation + '%) brightness('+ $mainChar.look.clothes.legs.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</capture>>
</td>
<td>
Color:
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item.hue +'deg) saturate('+ _item.saturation + '%) brightness('+ _item.brightness+ '%);'">
</span>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<<elseif $tempCloth.type is 'torso'>>
<table width="60%" border="5" class="wardrobe-clothes" align="center" style="margin: auto;">
<tbody>
<<set _cpt to 1>>
<<for _itemTitle, _item range $wardrobe.clothes.torso>>
<<if _item.name != _item.name.replace(/[0-9]/g, '') and _item.name.replace(/[0-9]/g, '') is $tempCloth.name.replace(/[0-9]/g, '')>>
<tr>
<td>
<<set _clothesName to 'Sell variation # ' + _cpt>>
<<set _cpt +=1>>
<<capture _itemTitle _item>>
<<mouseover>>
<<link _clothesName 'Wardrobe Sell Clothes'>>
<<run delete $wardrobe.clothes.torso[_itemTitle]>>
<<set $mainChar.money += Math.round( _item.price /4)>>
<</link>>
<<onhover>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$wardrobe.clothes.torso[_itemTitle.replace(/[0-9]/g, '')].name}${$dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.torso[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.torso[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.torso[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesTorso'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Torso/${$dollTorsoClothes}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.torso.hue +'deg) saturate('+ $mainChar.look.clothes.torso.saturation + '%) brightness('+ $mainChar.look.clothes.torso.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</capture>>
</td>
<td>
Color:
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item.hue +'deg) saturate('+ _item.saturation + '%) brightness('+ _item.brightness+ '%);'">
</span>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<<elseif $tempCloth.type is 'feet'>>
<table width="60%" border="5" class="wardrobe-clothes" align="center" style="margin: auto;">
<tbody>
<<set _cpt to 1>>
<<for _itemTitle, _item range $wardrobe.clothes.feet>>
<<if _item.name != _item.name.replace(/[0-9]/g, '') and _item.name.replace(/[0-9]/g, '') is $tempCloth.name.replace(/[0-9]/g, '')>>
<tr>
<td>
<<set _clothesName to 'Sell variation # ' + _cpt>>
<<set _cpt +=1>>
<<capture _itemTitle _item>>
<<mouseover>>
<<link _clothesName 'Wardrobe Sell Clothes'>>
<<run delete $wardrobe.clothes.feet[_itemTitle]>>
<<set $mainChar.money += Math.round( _item.price /4)>>
<</link>>
<<onhover>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.feet[_itemTitle.replace(/[0-9]/g, '')].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.feet[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.feet[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.feet[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesFeet'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$dollFeetClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.feet.hue +'deg) saturate('+ $mainChar.look.clothes.feet.saturation + '%) brightness('+ $mainChar.look.clothes.feet.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</capture>>
</td>
<td>
Color:
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item.hue +'deg) saturate('+ _item.saturation + '%) brightness('+ _item.brightness+ '%);'">
</span>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<<elseif $tempCloth.type is 'calves'>>
<table width="60%" border="5" class="wardrobe-clothes" align="center" style="margin: auto;">
<tbody>
<<set _cpt to 1>>
<<for _itemTitle, _item range $wardrobe.clothes.calves>>
<<if _item.name != _item.name.replace(/[0-9]/g, '') and _item.name.replace(/[0-9]/g, '') is $tempCloth.name.replace(/[0-9]/g, '')>>
<tr>
<td>
<<set _clothesName to 'Sell variation # ' + _cpt>>
<<set _cpt +=1>>
<<capture _itemTitle _item>>
<<mouseover>>
<<link _clothesName 'Wardrobe Sell Clothes'>>
<<run delete $wardrobe.clothes.calves[_itemTitle]>>
<<set $mainChar.money += Math.round( _item.price /4)>>
<</link>>
<<onhover>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Feet/${$wardrobe.clothes.calves[_itemTitle.replace(/[0-9]/g, '')].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.calves[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.calves[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.calves[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesCalves'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Calves/${$dollCalvesClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.calves.hue +'deg) saturate('+ $mainChar.look.clothes.calves.saturation + '%) brightness('+ $mainChar.look.clothes.calves.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</capture>>
</td>
<td>
Color:
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item.hue +'deg) saturate('+ _item.saturation + '%) brightness('+ _item.brightness+ '%);'">
</span>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<<elseif $tempCloth.type is 'neck'>>
<table width="60%" border="5" class="wardrobe-clothes" align="center" style="margin: auto;">
<tbody>
<<set _cpt to 1>>
<<for _itemTitle, _item range $wardrobe.accessories.neck>>
<<if _item.name != _item.name.replace(/[0-9]/g, '') and _item.name.replace(/[0-9]/g, '') is $tempCloth.name.replace(/[0-9]/g, '')>>
<tr>
<td>
<<set _clothesName to 'Sell variation # ' + _cpt>>
<<set _cpt +=1>>
<<capture _itemTitle _item>>
<<mouseover>>
<<link _clothesName 'Wardrobe Sell Clothes'>>
<<run delete $wardrobe.accessories.neck[_itemTitle]>>
<<set $mainChar.money += Math.round( _item.price /4)>>
<</link>>
<<onhover>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$wardrobe.accessories.neck[_itemTitle.replace(/[0-9]/g, '')].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.accessories.neck[_itemTitle].hue +'deg) saturate('+ $wardrobe.accessories.neck[_itemTitle].saturation + '%) brightness('+ $wardrobe.accessories.neck[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesNeck'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Neck/${$dollNeckAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.neck.hue +'deg) saturate('+ $mainChar.look.accessories.neck.saturation + '%) brightness('+ $mainChar.look.accessories.neck.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</capture>>
</td>
<td>
Color:
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item.hue +'deg) saturate('+ _item.saturation + '%) brightness('+ _item.brightness+ '%);'">
</span>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<<elseif $tempCloth.type is 'wrists'>>
<table width="60%" border="5" class="wardrobe-clothes" align="center" style="margin: auto;">
<tbody>
<<set _cpt to 1>>
<<for _itemTitle, _item range $wardrobe.accessories.wrists>>
<<if _item.name != _item.name.replace(/[0-9]/g, '') and _item.name.replace(/[0-9]/g, '') is $tempCloth.name.replace(/[0-9]/g, '')>>
<tr>
<td>
<<set _clothesName to 'Sell variation # ' + _cpt>>
<<set _cpt +=1>>
<<capture _itemTitle _item>>
<<mouseover>>
<<link _clothesName 'Wardrobe Sell Clothes'>>
<<run delete $wardrobe.accessories.wrists[_itemTitle]>>
<<set $mainChar.money += Math.round( _item.price /4)>>
<</link>>
<<onhover>>
<<replace '#DollAccessoriesWrists'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$wardrobe.accessories.wrists[_itemTitle.replace(/[0-9]/g, '')].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.accessories.wrists[_itemTitle].hue +'deg) saturate('+ $wardrobe.accessories.wrists[_itemTitle].saturation + '%) brightness('+ $wardrobe.accessories.wrists[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollAccessoriesWrists'>>
<img @src="`${$urlPath}/PaperDoll/Accessories/Wrists/${$dollWristsAccessories}.png`" @style="'filter: hue-rotate('+ $mainChar.look.accessories.wrists.hue +'deg) saturate('+ $mainChar.look.accessories.wrists.saturation + '%) brightness('+ $mainChar.look.accessories.wrists.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</capture>>
</td>
<td>
Color:
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item.hue +'deg) saturate('+ _item.saturation + '%) brightness('+ _item.brightness+ '%);'">
</span>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<<elseif $tempCloth.type is 'groin'>>
<table width="60%" border="5" class="wardrobe-clothes" align="center" style="margin: auto;">
<tbody>
<<set _cpt to 1>>
<<for _itemTitle, _item range $wardrobe.lingerie.groin>>
<<if _item.name != _item.name.replace(/[0-9]/g, '') and _item.name.replace(/[0-9]/g, '') is $tempCloth.name.replace(/[0-9]/g, '')>>
<tr>
<td>
<<set _clothesName to 'Sell variation # ' + _cpt>>
<<set _cpt +=1>>
<<capture _itemTitle _item>>
<<mouseover>>
<<link _clothesName 'Wardrobe Sell Clothes'>>
<<run delete $wardrobe.lingerie.groin[_itemTitle]>>
<<set $mainChar.money += Math.round( _item.price /4)>>
<</link>>
<<onhover>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$wardrobe.lingerie.groin[_itemTitle.replace(/[0-9]/g, '')].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.lingerie.groin[_itemTitle].hue +'deg) saturate('+ $wardrobe.lingerie.groin[_itemTitle].saturation + '%) brightness('+ $wardrobe.lingerie.groin[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollLingerieGroin'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Groin/${$dollGroinLingerie}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.groin.hue +'deg) saturate('+ $mainChar.look.lingerie.groin.saturation + '%) brightness('+ $mainChar.look.lingerie.groin.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</capture>>
</td>
<td>
Color:
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item.hue +'deg) saturate('+ _item.saturation + '%) brightness('+ _item.brightness+ '%);'">
</span>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<<elseif $tempCloth.type is 'chest'>>
<table width="60%" border="5" class="wardrobe-clothes" align="center" style="margin: auto;">
<tbody>
<<set _cpt to 1>>
<<for _itemTitle, _item range $wardrobe.lingerie.chest>>
<<if _item.name != _item.name.replace(/[0-9]/g, '') and _item.name.replace(/[0-9]/g, '') is $tempCloth.name.replace(/[0-9]/g, '')>>
<tr>
<td>
<<set _clothesName to 'Sell variation # ' + _cpt>>
<<set _cpt +=1>>
<<capture _itemTitle _item>>
<<mouseover>>
<<link _clothesName 'Wardrobe Sell Clothes'>>
<<run delete $wardrobe.lingerie.chest[_itemTitle]>>
<<set $mainChar.money += Math.round( _item.price /4)>>
<</link>>
<<onhover>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$wardrobe.lingerie.chest[_itemTitle.replace(/[0-9]/g, '')].name}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $wardrobe.lingerie.chest[_itemTitle].hue +'deg) saturate('+ $wardrobe.lingerie.chest[_itemTitle].saturation + '%) brightness('+ $wardrobe.lingerie.chest[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollLingerieChest'>>
<img @src="`${$urlPath}/PaperDoll/Lingerie/Chest/${$dollChestLingerie}${ $dollChestSizeTorsoClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.lingerie.chest.hue +'deg) saturate('+ $mainChar.look.lingerie.chest.saturation + '%) brightness('+ $mainChar.look.lingerie.chest.brightness+ '%);'">
<</replace>>
<</mouseover>>
<</capture>>
</td>
<td>
Color:
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item.hue +'deg) saturate('+ _item.saturation + '%) brightness('+ _item.brightness+ '%);'">
</span>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<</if>>
<br>
<br>
[[Back->Wardrobe]]<<if $currentPassage is 'Wardrobe'>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/bedroom/wardrobe.jpg")]]
</div>
<<else>>
<div class="default-image-wrapper">
[img[String.format($urlPath + "/school/Gym/LockerRoom/Locker.jpg")]]
</div>
<</if>><br>
As you inspect your collection, search for the perfect pair of handwear commences. Your fingers brush against the different styles and colors, considering whether to go with a classic pair or opt for something more adventurous. With each evaluation, you draw nearer to finalizing your outfit for the day, knowing that the right choice of shoes can elevate your entire look.<br><br>
<table width="100%" border="5" class="wardrobe-clothes">
<tbody>
<<for _itemTitle, _item range $wardrobe.clothes.hands>>
<<if _item.name.replace(/[0-9]/g, '') is _item.name>>
<tr>
<td>
<<capture _itemTitle _item>>
<<if $wardrobe.clothes.hands[_itemTitle].name.replace(/[0-9]/g, '') === $mainChar.look.clothes.hands.name.replace(/[0-9]/g, '')>>
<<mouseover>>
<<set _clothesName = $wardrobe.clothes.hands[_itemTitle].name + " (take off)" >>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.hands = $emptyItem >>
<</link>>
<<onhover>>
<<replace '#DollClothesHands'>>
<</replace>>
<<onmouseout>>
<<replace '#DollClothesHands'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Hands/${$dollHandsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.hands.hue +'deg) saturate('+ $mainChar.look.clothes.hands.saturation + '%) brightness('+ $mainChar.look.clothes.hands.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<else>>
<<set _clothesName = $wardrobe.clothes.hands[_itemTitle].name + " (wear)" >>
<<mouseover>>
<<link _clothesName $currentPassage>>
<<set $mainChar.look.clothes.hands = $wardrobe.clothes.hands[_itemTitle] >>
<</link>>
<<onhover>>
<<replace '#DollClothesHands'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Hands/${$wardrobe.clothes.hands[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ $wardrobe.clothes.hands[_itemTitle].hue +'deg) saturate('+ $wardrobe.clothes.hands[_itemTitle].saturation + '%) brightness('+ $wardrobe.clothes.hands[_itemTitle].brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesHands'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Hands/${$dollHandsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.hands.hue +'deg) saturate('+ $mainChar.look.clothes.hands.saturation + '%) brightness('+ $mainChar.look.clothes.hands.brightness+ '%);'">
<</replace>>
<</mouseover>>
<<endif>>
<<set _cpt to 0>>
<span id='color'> <<for _itemTitle2, _item2 range $wardrobe.clothes.hands>>
<<if _item.name.replace(/[0-9]/g, '') is _item2.name.replace(/[0-9]/g, '') >>
<<set _cpt +=1>>
<<capture _itemTitle2 _item2>>
<<mouseover>>
<<link '<span style="vertical-align: 3px; font-size: 14px;">Select</span>' $currentPassage>>
<<set $mainChar.look.clothes.hands = _item2 >>
<</link>>
<span @style="'display: inline-block; width: 15px; height: 15px; background-color: rgb(204,80,180); filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%); cursor: pointer;'">
</span>
<<onhover>>
<<replace '#DollClothesHands'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Hands/${$wardrobe.clothes.hands[_itemTitle].name}.png`" @style="'filter: hue-rotate('+ _item2.hue +'deg) saturate('+ _item2.saturation + '%) brightness('+ _item2.brightness+ '%);'">
<</replace>>
<<onmouseout>>
<<replace '#DollClothesHands'>>
<img @src="`${$urlPath}/PaperDoll/Clothes/Hands/${$dollHandsClothes}.png`" @style="'filter: hue-rotate('+ $mainChar.look.clothes.hands.hue +'deg) saturate('+ $mainChar.look.clothes.hands.saturation + '%) brightness('+ $mainChar.look.clothes.hands.brightness+ '%);'">
<</replace>>
<</mouseover>><</capture>>
<</if>><</for>></span>
<<if $currentPassage is 'Wardrobe' and _cpt >=2>>
<span style="vertical-align: 3px; font-size: 14px;">
<<link '| Sell |'>>
<<set $tempCloth to _item>>
<<goto "Wardrobe Sell Clothes">>
<</link>>
</span>
<</if>>
<</capture>>
</td>
<td>
<<= $wardrobe.clothes.hands[_itemTitle].description >>
</td>
</tr>
<</if>>
<</for>>
</tbody>
</table>
<br>
<br>
[[Back->Wardrobe]]