<span style='font-family: Brush Script MT;font-style: italic'>By Lady Nicole</span><br>
<span style='font-size:10px'>Version: 0.3</span><br>
<<print printInvBar()>>
<<if ($changingRooms.contains(State.passage)==true || $debug==true)>>
<<if $story4_progress!=22>>
[[Clothes->Inventory]]<br><br>
<<endif>>
<<else>>
<<endif>>
Day: <<print $day >> - <<print $dayName >><br>
Time: <<print $time>>:00<br>
<<if $story20_progress>=20>>
Penalty points: <<print $player.penaltyPoints>><br>
<<endif>>
<br>
/*main table */
<table style='width:100%'>
<tr>
<td colspan=3>
Arousal:<br>
</td>
</tr>
<tr>
<td>
<table style='border-style: 1px solid;border-color: white;width:100%;padding: 5px;spacing: 2px'>
<tr>
<td width=25px bgcolor=pink class="PPornGirl">0</td>
<td>
<div id="progress-bar-container">
<div id="arousalBar" class="progress-bar-child progress" ></div>
<div id="arousalBar2" class="progress-bar-child shrinker" @style="'width:'+(100-$player.arousal)+'%'"></div>
<div id="arousalBar3" class="arousalBar3">
<<if ($player.arousal==0)>>
<<print "Peaceful">>
<<else>>
<<print $arousalStates[Math.round($player.arousal*(($arousalStates.length-1)/100))]>>
<<endif>>
</div>
</div>
</td>
<td bgcolor=#0096FF class="PPornBoy"> 100</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan=3>
Porn preference:<br>
</td>
</tr>
<tr>
<td>
<table style='border-style: 1px solid;border-color: white;width:100%;padding: 5px;spacing: 2px'>
<tr>
<td bgcolor=pink class="PPornGirl">Girl</td>
<td>
<div id="progress-bar-container">
<div id="arousalBar" class="progress-bar-child progress" ></div>
<div id="arousalBar2" class="progress-bar-child shrinker" @style="'width:'+(100-(100/($allPorns.length-1))*$player.perks.pornPref)+'%'"></div>
<div id="arousalBar3" class="arousalBar3">
<<if ($player.AvailablePorns.contains($allPorns[$player.perks.pornPref]))>>
<<print $allPorns[$player.perks.pornPref]>>
<<else>>
<<print '?'>>
<<endif>>
</div>
</div>
</td>
<td bgcolor=#0096FF class="PPornBoy"> Boy</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<<if $debug==true>>
<<if $warning==true>>
<<button "Cheat it" "Cheat">><</button>>
<<button "Turn debug off" >>
<<run $debug=false>>
<<run SugarCube.UIBar.update()>>
<</button>><br>
<<endif>>
<<else>>
<<if $warning==true>>
<<button "Turn debug on" >>
<<run $debug=true>>
<<run SugarCube.UIBar.update()>>
<</button>><br>
<<endif>>
<<endif>>
<<set $player = {
"penaltyPoints" : 0,
"name" : "Alex",
"arousal" : 0,
"inventory" : ["male_tshirt","male_jeans","male_underwear","male_sneakers","male_socks","pyjama_man_shorts","pyjama_man_tshirt"],
"clothesSet1" : ["male_tshirt","male_jeans","male_underwear","male_sneakers","male_socks"],
"clothesSet1Name" : "Casual clothes",
"CoffeShopUniform" : ["male_tshirt_black","male_trousers_black","male_underwear","male_sneakers","male_socks"],
"clothesSetGymMale" : ["male_tshirt_gym","male_shorts_gym","male_underwear","male_sneakers","male_socks"],
"clothesSetGymFemale" : ["yoga_panties","yoga_bra","yoga_socks","yoga_pants","yoga_top","yoga_shoes"],
"clothesSetSleep" : ["pyjama_man_shorts","pyjama_man_tshirt"],
"clothesSetMaid" : ["maid_dress","maid_gloves","maid_stockings","maid_shoes","maid_collar","maid_panties","maid_bra","maid_headband"],
"clothesSetAT" : ["panties_black_thongs","bra_black","pantyhose_black","maid_shoes","AT_Cos1_hands","AT_Cos1_head","AT_Cos1_dress","butplug_sissy","earings_gold"],
"makeupSet1":[],
"makeupSet1Name": "Light Makeup",
"clothing" :
{
"head" : null,
"top" : "male_tshirt",
"neck" : null,
"hand" : null,
"bottom" : "male_jeans",
"bra" : null,
"earings" : null,
"dress" : null,
"toyFront" : null,
"toyBack" : null,
"underwear" : "male_underwear",
"shoes" : "male_sneakers",
"socks" : "male_socks",
"eyeshadow" : null,
"eyeliner" : null,
"mascara" : null,
"lipstick" : null,
"foundation" : null,
"blush" : null,
"nailpolish" : null,
"toenailpolish" : null
},
perks:{
"feminization" : 0,
"humiliation" : 0,
"sub" : 0,
"slut" : 0,
"anal" : 0,
"heels" : 0,
"oral" : 0,
"housekeeping" : 0,
"pornPref" : 0,
"fitness" : 0,
"bedPOV":1
},
shaved: {
"legs" : false,
"hands" : false,
"intimate parts" : false,
"face" : false,
"belly" : false
},
"dailyTasks": [],
"permanentTasks": [],
"otherTasks": [],
"electrolysis":false,
"punishmentNeeded":false,
"earsPierced":false,
"hormonesTaken":false,
"breast":0,
"availableClasses" : [],
"doneClasses" : [],
"DailyRoutinesAvailable" : [],
"DailyRoutines" : [],
"DailyMakeupRoutine" : false,
"DailyMakeup" : "",
"AvailablePorns":["Vanilla"],
"chosenPorn":"",
"ChasReleaseEvent":false
}>>
<<set $classes = ["Class101","Class102","Class103","Class104","Class105","Class106","Class107","Class108","Class109","Class201","Class202","Class203","Class205","Class206","Class207","Class301","Class302"]>>
<<set $ToDo=[
["Fitness class","Room cleaning"],
[],
["Fitness class","Room cleaning"],
[],
["Fitness class","Room cleaning"],
[],
[]
]>>
<<set $day = 1>>
<<set $dayName = "Monday">>
<<set $time = 7>>
/* Story 1 */
<<set $story1_progress = 0>>
<<set $story2_progress = 0>>
<<set $story3_progress = 0>>
<<set $story4_progress = 0>>
<<set $story20_progress = 0>>
<<set $story21_progress = 0>>
<<set $story22_progress = 0>>
<<set $story30_progress = 0>>
/*Ball */
<<set $letters1 = ["S","T","R","A","P","O","N"]>>
<<set $obtainedLetters=["","","","","","",""]>>
<<set $placedLetters1 = ["","","","","","",""]>>
<<set $freeLetters = []>>
<<set $chosenLetter="">>
<<set $Quiz_guesses=0>>
<<set $LetterPlacing_guesses=0>>
<<set $QuizGuessedLetters=[]>>
<<set $obtainedItems=[]>>
<<set $cardGameItems=["bondage","spanking","flogging","cbt","elec","cuckolding","collaring","facesitting","fisting","furniture","hum","medic","mum","peg","pony","role","findom","sph"]>>
<<set $cardGameItemsDone=[]>>
<<set $chosenCard1="">>
<<set $chosenCard2="">>
<<set $cardGameTurn="Me">>
<<set $onceRevealed=[]>>
<<set $MyPoints=0>>
<<set $PCPoints=0>>
<<set $jobSearched = false>>
<<set $homeChoresEnabled = false>>
<<set $homeChoresTidyRooms = false>>
<<set $homeChoresWipeDust = false>>
<<set $homeChoresMopFloor = false>>
<<set $homeChoresWashDishes = false>>
<<set $classProgress = 0>>
<<set $warning=false>>
<<set $debug=false>>
<<set $stage=1>>
<<set $changingRooms=[]>>
<<set $bedPOV={
1:["morningPOV_1_1.jpg"],
2:["morningPOV_2_1.jpg","morningPOV_2_2.jpg","morningPOV_2_3.jpg"],
3:["morningPOV_3_1.jpg","morningPOV_3_2.jpg","morningPOV_3_3.jpg","morningPOV_3_4.jpg","morningPOV_3_5.jpg"]
}>>
<<set $allPorns=["Vanilla","Blowjob","Anal","Femdom","BDSM","Tranny solo","Tranny anal","Sissy"]>>
<<set $porn ={
"Vanilla":["vanilla1.webp","vanilla2.webp","vanilla3.webp","vanilla4.gif","vanilla5.webp"],
"Blowjob":["blowjob1.webp","blowjob2.webp","blowjob3.webp","blowjob4.webp","blowjob5.webp"],
"Anal":["anal1.webp","anal2.webp","anal3.webp","anal4.webp","anal5.webp"],
"Femdom":["femdom1.webp","femdom2.webp","femdom3.webp","femdom4.webp","femdom5.webp"],
"BDSM":["BDSM0.webp","BDSM1.webp","BDSM2.webp","BDSM3.webp","BDSM4.webp","BDSM5.webp","BDSM6.webp"],
"Tranny solo":["trannySolo1.webp","trannySolo2.webp","trannySolo3.webp","trannySolo4.webp","trannySolo5.webp"],
"Tranny anal":["trannyAnal1.webp","trannyAnal2.webp","trannyAnal3.webp","trannyAnal4.webp","trannyAnal5.webp"],
"Sissy":["sissy1.webp","sissy2.webp","sissy3.webp","sissy4.webp","sissy5.webp"]
}>>
<<set $arousalStates=["Calm","Keen","Nervous","Unfocused","Restless","Horny"]>>
// Shops
<<set $clothingCategories =["head","top","neck","hand","bottom","bra","underwear","socks","shoes","earings","dress","toyFront","toyBack"]>>
<<set $makeupCategories =["lipstick","mascara","eyeshadow","foundation","toenailpolish","nailpolish","blush","eyeliner"]>>
<<set $changingRooms=["HomeBedroom","Bedroom","S3_Bedroom"]>>
<<set $pharmacyShop= {
"type" : "shop",
"stock" : ["razor"]
}>>
<<set $pantiesShop = {
"type" : "shop",
"stock" : ["panties_red","panties_black_gstring","panties_white_tanga"]
}>>
<<set $braShop = {
"type" : "shop",
"stock" : ["bra_red","bra_black","bra_white"]
}>>
<<set $pantyhoseShop = {
"type" : "shop",
"stock" : ["pantyhose_white","pantyhose_black","pantyhose_beige"]
}>>
<<set $shoeShop = {
"type" : "shop",
"stock" : ["shoes_maryjanes_black","shoes_sandals_black","shoes_slingbacks_black"]
}>>
<<set $dressShop = {
"type" : "shop",
"stock" : ["dress_black","dress_black2"]
}>>
<<set $sexShop = {
"type" : "shop",
"stock" : ["dildo"]
}>>
<<set $earingsShop = {
"type" : "shop",
"stock" : ["earings_sissy","earings_gold","earings_gold2"]
}>>
<<set $headShop = {
"type" : "shop",
"stock" : ["wig_pink","wig_blonde"]
}>>
<<set $topsShop = {
"type" : "shop",
"stock" : ["top_crop_black","top_tank_black"]
}>>
<<set $skirtsShop = {
"type" : "shop",
"stock" : ["skirt_aline_black","skirt_pencil_black","skirt_pleated_black"]
}>>
<<set $sissyShop = {
"type" : "shop",
"stock" : ["wig_pink","panties_sissy","bra_sissy","pantyhose_white","dress_sissy","collar_sissy","bracelet_sissy","chasity_sissy","butplug_sissy","earings_sissy","headband_sissy","shoes_sissy","top_sissy","skirt_sissy","gloves_sissy"]
}>>
<<set $makeupShop = {
"type" : "shop",
"stock" : ["lipstick_pink","lipstick_red","mascara_black","eyeline_black","eyeshadow_gold","foundation","blush","nailpolish_red"]
}>>
<img src='img/clinicMall.jpg' /><br>
<br>
<<if $story21_progress==1>>
[[Fulfill panties Task->MallPanties1]]<br>
<<endif>>
<<if $story21_progress==3>>
[[Fulfill bra Task->MallBra1]]<br>
<<endif>>
<<if $story21_progress>3>>
<<endif>>
<<if $story21_progress==5>>
<<if $player.shaved["legs"]==true>>
[[Fulfill pantyhose Task->MallPantyhose1]]<br>
<<else>>
I have to shave the legs first.<br>
<<endif>>
<<endif>>
<<if $story21_progress>5>>
<<endif>>
<<if $story21_progress==7>>
<<if $player.shaved["hands"]==true>>
[[Fulfill top Task->MallTop1]]<br>
<<else>>
I have to shave the hands first.<br>
<<endif>>
<<endif>>
<<if $story21_progress>7>>
<<endif>>
<<if $story21_progress==9>>
<<if $player.shaved["belly"]==true>>
[[Fulfill skirt Task->MallSkirt1]]<br>
<<else>>
I have to shave the belly first.<br>
<<endif>>
<<endif>>
<<if $story21_progress==11>>
[[Fulfill dress Task->MallDress1]]<br>
<<endif>>
<<if $story21_progress==13>>
[[Fulfill heels Task->MallHeels1]]<br>
<<endif>>
<<if $story21_progress>13>>
<<endif>>
<<if $story21_progress==15>>
[[Fulfill wig Task->MallWig1]]<br>
<<endif>>
<<if $story21_progress==17>>
[[Fulfill makeup Task->MallMakeup1]]<br>
<<endif>>
<<if $player.earsPierced==false && $player.permanentTasks.contains("Wear earings")>>
[[Fulfill earrings Task->MallEar1]]<br>
<<endif>>
<<if $story21_progress==19>>
[[Fulfill Mani-pedi Task->MallMani1]]<br>
<<endif>>
<br>
<<print printShops()>><br>
[[Pharmacy->pharmacyShop]]<br>
<br>
[[Return->Corridor]]Welcome to the hosiery shop.<br>
<img src="img/panythoseShop.jpg"><br>
<<print printShop("pantyhoseShop")>>
<br>
[[Return to Mall->Mall]]Welcome to the shoe shop.<br>
<img src='img/shoes.jpg'/><br>
<<print printShop("shoeShop")>>
<br>
[[Return to Mall->Mall]]<video loop src="vids/chasity.webm" width="640" height="480" autoplay></video><<print printInv()>>
<<return "Go back">><<set $warning=true>>
I was inspired by so many super games here so I decided to try to add one too., so hopefully it will be at least playable ;).
<br><br>
If you like it, please consider a small donation, I am trying to buy myself a better PC :)
<br><br>
Visit me on
<a href="https://www.patreon.com/ladynicole">https://www.patreon.com/ladynicole </a><br><br>
<b>Any comment is welcome but please keep in mind that this is very early release</b>
<br><br>
<<button "Beginning" "Beginning">><</button>>
<<button "Skip to Stage 2 (Clinic after tests)" "Bedroom">>&
<<run $story1_progress = 100 >>
<<run $story2_progress = 100 >>
<<run $story3_progress = 100 >>
<<run $story4_progress = 101 >>
<<run $story20_progress = 20 >>
<<run $time=21>>
<</button>>
[[Skip to Stage 3 (After the ball event)->EOS2]]
<br><br><br>
<<if $debug==false>>
<<button "Turn debug on" "Intro">>
<<set $debug=true>>
<</button>>
<<else>>
<<button "Turn debug off" "Intro">>
<<set $debug=false>>
<</button>>
<<endif>>
<br><br><br>
Changelog:
<br>
<h4>v 0.3</h4>
First night with Andrea<br>
Before start checklist complete :)<br>
<h4>v 0.25</h4>
The ball ends<br>
First night with Andrea<br>
<h4>v 0.24</h4>
Arousal completely reworked and finally fixed (guaranteed)<br>
Morning look<br>
Few pics added<br>
<h4>v 0.23b</h4>
Sorry, the arousal issue is bigger then expected, so temporary workaround has been introduced.<br>
<h4>v 0.23a</h4>
Arousal issue fix. Yes, again :)<br>
<h4>v 0.23</h4>
The Ball must go on :)<br>
<h4>v 0.22</h4>
Fixed issues with arousal<br>
<h4>v 0.21</h4>
Fixed issues with capital letters<br>
You cannot wear girl clothes in front of parents :)<br>
Mixed princesses in the quiz<br>
Instructions for the quiz solving<br>
Few minor changes
<h4>v 0.20</h4>
Photoshoot event after ball<br>
Clinic tasks enhancement<br>
Big CSS rework<br>
Screen optimization for laptops
<h4>v 0.11</h4>
Bugfix - not possible to attend the ball<br>
Bugfix - when watching vids on computer.
<h4>v 0.1.</h4>
Huuuuuuuuuuuge contenct update - the ball.
<h4>v 0.0.13</h4>
BugFix - blue drop earrings in Mall<br>
BugFix - Finishing the makeup task does not give you penalty<br>
BugFix - Feet class does not trigger (finally fixed)
<h4>v 0.0.12</h4>
BugFix - no progress after Pool<br>
BugFix - Feet class does not trigger
<h4>v 0.0.11</h4>
New story in Stage 1 - Pool visit<br>
Typos correction in Stage 1
<h4>v 0.0.10</h4>
Feet skills
<h4>v 0.0.9</h4>
Nail Task<br>
Few minor updates
<h4>v 0.0.8</h4>
Sex class education<br>
Practical education
<h4>v 0.0.7</h4>
Breast augmentation task<br>
Butplug insertion help :)
<h4>v 0.0.6</h4>
Fixed bug Error: importScripts failed to load the script "undefinedjs/base.js"<br>
Two more events <br>
Basics of porn categories
Finetuning
<h4>v 0.0.5b</h4>
Daily routine added<br>
Typos :) <br>
Added notice about End of content
<h4>v 0.0.5a</h4>
Fixed the living room exit<br>
Fixed gym wrong "if statement"<br>
Small edit in the hints to have it more clear
<h4>v 0.0.5</h4>
Renaming from Sissy life to Schizophrenia :)<br>
Finished the transformation<br>
Weelky meetings<br>
Gym event
<h4>v 0.0.4</h4>
New location done<br>
Education done<br>
Full inventory system<br>
Finished basic transformation of our hero
<h4>v 0.0.3</h4>
Two more events finished that pushed the main character to new location<br>
Basics of new location<br>
Education<br>
Basics of inventory system<br>
Hints<br>
ToBeDone in next release: Questions and videos (not telling where :)<br>
ToBeDone in next release: Play much more with the time flow<br>
<h4>v 0.0.2</h4>
Reworked practically everything, amoung others:<br>
Navigation<br>
First story progress<br>
Images and dead-ends in story fixed <br>
etc.
<h4>v 0.0.1</h4>
Veeeery short life - deleted from tfgames few minutes after release. it should be added that legally :)<br>
<<if $player.breast==0>>
<img src='img/clinicBedroom1.jpg' width=75% /><br>
<<else>>
<img src='img/clinicBedroom2.jpg' width=75% /><br>
<<endif>>
[[Computer->Computer]]<br>
[[Bathroom->Bathroom]]<br>
<<if $player.hormonesTaken==false && $player.permanentTasks.contains("Take female hormones")>>
[[Take female hormones->TakeHormones]]<br>
<<endif>>
<<if $time >=7 && $time<21>>
[[Leave->Corridor]]<br>
<<else>>
Too late to go out<br>
<<endif>>
<<if $player.DailyRoutinesAvailable.length>0 || $player.DailyMakeupRoutine==true>>
[[Modify Daily routine->Routine]]<br>
<<endif>>
<<if $time>=20>>
<<if $player.punishmentNeeded>>
[[Punishment->Disciplinary]]
<<else>>
<<if $player.arousal>=100>>
<<if $player.clothing.toyFront>>
[[Sleep till morning->Sleep]]<br>
<<else>>
Too aroused to sleep
<<endif>>
<<else>>
[[Sleep till morning->Sleep]]<br>
<<endif>>
<<endif>>
<<else>>
<br><br><br>
Spend the time<br>
<<button "4:00" "Bedroom">><<script>>addTime(4);<</script>><</button>>
<<button "8:00" "Bedroom">><<script>>addTime(8);<</script>><</button>>
<<button "14:00" "Bedroom">><<script>>addTime(14);<</script>><</button>>
<<if ($debug==true)>>
<<button "Do all daily tasks and pass time" "Bedroom">>
<<run addTime(14)>>
<<run $player.dailyTasks.length=0 >>
<</button>>
<<endif>>
<<endif>>
<br><br>
<br><br><br>
Double-click this passage to edit it.About me: Ordinary guy, just graduated high school in my hometown called Oakbury. Oakbury is a quite big place counting approx 200.000 citizen with small piece of privacy
<br><br>
I still live with my parents in a small house in the suburbs. I also have an older sister but she has already moved away, keeping just a few things in her old room.
<br><br>
I do not have a girlfried, although I tried hard to get one. I don't know what I am doing wrong but the truth is that they never had interest in me.
<br><br>
I have also to mention that since the 13 years I always had a big interest in woman clothing I always liked all kind of dresses which wore all girl during any party or event. The best season was spring or autumn, when the girls also had pantyhose underneath which raised the whole impression on a higher level.
But the truth is that I was so excited about it and sad at the same time that so many girls wear trousers, so I somehow wanted to wear the dress as well, however I never gathered enough courage to do so.
<br><br>
So without a job, without an idea about work or living, the story may begin…
<br><br>
[[New Day->Beginning2]]<img src="img/morning.jpg">
<br>
New day but no need to get up early from the bed. Unfortunately my mother had a different opinion.
<<print say("Mother","Wakey, wakey my dear. The breakfast is ready.")>>
I tried to open my eyes. I thought I could sleep as long as I was no longer at school.
<br>
<<print say("me","Yeah, mum, I'm coming.")>>
<br>
[[Kitchen->Kitchen]]<<if $player.breast==0>>
<img src='img/bathroom2.jpg' width=75% /><br>
<<else>>
<img src='img/bathroom3.jpg' width=60% /><br>
<<endif>>
<<if $player.inventory.includes("razor")>>
[[Shaving->Shaving]]<br>
<<else>>
I do not have a razor<br>
<<endif>>
[[Apply makeup->Makeup]]<br>
[[Return->Bedroom]]<img src="img/homeCorridor.jpg">
<br>
[[Bedroom->HomeBedroom]]<br>
<<if $story1_progress >= 10>>
[[Parents' Bedroom->ParentsBedroom]]<br>
<<endif>>
<<if $story1_progress >= 12>>
[[Shoe cabinet->ShoeCabinet]]<br>
<<endif>>
[[Living room->LivingRoom]]<br>
[[Bathroom->HomeBathroom]]<br>
[[Kitchen->Kitchen]]<br>
<<if $story4_progress >= 1 && $story4_progress <= 99>>
[[Coffee shop->CoffeeShop]]<br>
<<endif>>
<<if $story4_progress==21>>
[[Go to Pool->Pool1]]
<<endif>><img src="img/kitchen.jpg">
<br>
<<if $story1_progress == 0>>
<<print say("Mother","Good morning honey, I prepared your favorite cereals")>>
<<endif>>
<<if $story1_progress == 4>>
Both parents were already eating.
<br>
<<endif>>
[[Have Breakfast->Breakfast]]<br>
[[Corridor->HomeCorridor]]<img src="img/homeBedroom.jpg">
<br>
<<if $story1_progress == 3>>
Mum woke me up again as usual at 8 am. it was useless to tell her that it is not necessary any more. At least the breakfast was ready.
<br>
<<set $story1_progress = 4>>
<<endif>>
<<if $story1_progress == 6>>
I powered on my computer and instead of waiting for it to come online I put on the dress. The feeling was epic. subconsciously i started to rub the dress on my body with my hands. When the computer started I went directly to pornhub.com and searched for “Wife in red dress”.
Not taking too long my dick made a small mountain under the dress so I just rolled up the dress and started stroking slowly watching some brunette dressing up for a date with a predetermined ending. The movie was at the very beginning when I squirted and the cum was all over my hand and a few drops also ended on the computer.
<<print say("me","Fuuuuck, that was so intense. I never imagined the dress could be so enjoyable. Much better then stupid suit.")>>
I was lying in my bed for at least half an hour and enjoyed the silk fabric on my body. Afterwards I returned the dress on the hanger in the bathroom, ensuring it was in the same position like in the morning.
<br>
<<set $story1_progress = 7>>
<<set $time +=1>>
<<endif>>
<<if $story1_progress == 8>>
<<set $time = 9>>
I woke up and realized it's already 9am so parents were already gone and mum did not wake me up.
I went down to the kitchen and saw breakfast on the table and no one around. So I took the bowl with cereal and decided to eat it at my computer while playing some games.
<br>
<<set $story1_progress = 9>>
<<endif>>
<<if $story1_progress == 11>>
As soon as I was in my room I tried to put on the panties. But my dick was hard as stone and I simply could not pull them up
<<print say("me","Oh my...")>>
I decided to play one round of computer game to calm down.
<<print say("me","Well, now I am ready")>>
I pulled up the panties without any problems and took the bra. I was unable to hook it behind my back but I remembered mother hooking it upfront and then turning it pulling over breast. Like this it was much easier.
<<print say("me","Ok, panythose next.")>>
I was very careful when dressing them as I feared making a hole in them. Fortunately it went fine and I was ready for the final part - the dress.
That went completely smoothly and I stood before my mirror and could not take my eyes off myself.
<<print say("me","Why must men's clothing be so boring?")>>
I decided to take a few steps in the dress in the corridor. The feeling of having the pantyhose on, one leg rubbing the other was very pleasant. But the cold floor definitely was not.<br>
<img src="img/z6.jpg"><br>
<<print say("me","Mum has red high heeled sandals, maybe our size would be more or less the same.")>>
<<set $story1_progress = 12>>
<<endif>>
<<if $story4_progress == 20>>
This morning I remained in bed for a longer time. I somehow could not sleep well in the night because my brain was still summing up events in the recent days. I need to relax my head or it may explode with all these thoughts. Maybe some trip? But where?, I have no friends outside this town. Gym? No, everybody could make fun of me trying to lift the lightest dumbbells. Go running? No, it's too cold outside. Swimming pool! Yes, before noon there will be almost nobody and it will be relaxing to spend some time in the sauna after the swim.<br>
I packed my swimming trunks and towel and went on the bus. The pool is about 30 minutes with the bus but as long as I have nothing to do (not counting the chores) it does not matter.<br><br>
<<set $story4_progress = 21>>
<<endif>>
[[Computer->HomeComputer]]<br>
<<if checkHomeBedroomClothes()==true>>
[[Corridor->HomeCorridor]]<br>
<<else>>
I cannot go out dressed like this.<br>
<<endif>>
<<if $time gt 18>>
<<if $player.arousal gt 80>>
I am too aroused to sleep<br>
<<else>>
[[Sleep->HomeSleep]]<br>
<<endif>>
<<endif>>
<<if $time lt 20>>
<br><br>
Spend time<br>
<<button "2:00" "HomeBedroom">><<run addTime(2)>><</button>>
<<button "4:00" "HomeBedroom">><<run addTime(4)>><</button>>
<<button "12:00" "HomeBedroom">><<run addTime(12)>><</button>>
<<endif>>
<<if $homeChoresEnabled>>
<br><br>
Chores to be done:<br>
<<if !$homeChoresTidyRooms>>
[[Tidy rooms->homeChoresTidyRooms]]<br>
<<endif>>
<<if !$homeChoresWipeDust>>
[[Wipe dust->homeChoresWipeDust]]<br>
<<endif>>
<<if !$homeChoresMopFloor>>
[[Mop floor->homeChoresMopFloor]]<br>
<<endif>>
<<if !$homeChoresWashDishes>>
[[Wash dishes->homeChoresWashDishes]]<br>
<<endif>>
<<endif>><img src="img/cereals.jpg">
<<if $story1_progress == 0>>
<<print say("Mother","Ok honey, have you thought about your job?")>>
<<print say("me","But mum, I just finished school, can't you give me some time to rest?")>>
<<print say("Mother","Honey, I know but it is not easy to find a good job nowadays so the sooner you start the better.")>>
<<print say("me","Mum, I'll see what I can do. Just give me some time, ok?")>>
<<set $story1_progress=1>>
<<set $time+=1>>
<<endif>>
<<if $story1_progress == 4>>
<<print say("Mother","Wish you luck in finding something, honey.")>>
<<print say("Father","Yeah, son. And don't spend all the time playing stupid games. They will not earn you a penny.")>>
<<print say("Mother","Oh my god, it's almost too late, we need to go.")>>
They quickly finished the meal and in a couple minutes I heard the car leaving.
<br>
<<set $story1_progress = 5>>
<<set $time+=1>>
<<endif>>
<<if $story1_progress == 15>>
<<print say("me","Good morning mum")>>
<<print say("Mother","Hello")>>
She said sadly and angrily at once
<<print say("Mother","I didn't tell father about it because it will hurt him maybe more than me.")>>
<<print say("me","Thanks, I…")>>
<<print say("Mother","But if you want to dress like a girl you will help me with housework like one.")>>
<<print say("me","But I…")>>
<<print say("Mother","I don't want to hear a single little word.")>>
She said and frowned her face
<<print say("Mother","Starting today, you will wash the dishes on a daily basis. Next you will clean all the bedrooms - make all the beds and clean everything in there and last but not least you will wipe the dust and mop the floor in the whole house")>>
I silently listened and just nodded.
<<print say("Mother","And don't dare to fail even one task")>>
Mum then again without any word stood up and left to work.
<<print say("me","Ok, now it's harsh but I will do all of it just for sure and as soon as I get a new job, I will leave this house and her rules.")>>
<<set $story1_progress=100>>
<<set $story2_progress=1>>
<<set $time+=1>>
<<set $homeChoresEnabled = true>>
<br>
<<endif>>
<<if $story4_progress==101 >>
<<if $time <= 12>>
<br>
This morning was brutally silent. We just greeted with mum and did not say anything else. After breakfast we entered mum's car and drove to the psychiatrist's office again in deep silence.<br>
[[Psychiatrist->Psych]]
<<else>>
<br>
[[Too late for breakfest->Kitchen]]
<<endif>>
<<endif>>
<<if $story4_progress!=101>>
<br>
[[Finish breakfest->Kitchen]]
<<endif>><img src="img/computerLoginScreen.png">
<br>
[[Jobs Search->JobsSearch]]<br>
<<if $time <21>>
[[Play games->PlayGames]]<br>
<<else>>
Too late to play games<br>
<<endif>>
[[Watch porn->WatchPorn]]<br>
<br>
[[Turn off computer->HomeBedroom]]<img src="img/jobSearch.gif" autoplay width=660 height=330/>
<br>
<<if $story1_progress == 1>>
After nearly an hour of thorough search I gave up. All the jobs were either out of my league or were paying $8/hour. After all I did not study to get eight stupid bucks, didn't I?<br><br>
<<set $story1_progress=2>>
<<set $time+=1>>
<<else>>
After nearly an hour of thorough search I gave up. All the jobs were either out of my league or were paying $8/hour. After all I did not study to get eight stupid bucks, didn't I?<br><br>
<<endif>>
[[Return->HomeComputer]]<img src="img/games.gif">
<br>
I spent few hours playing games
<<run addTime(4)>>
<br>
[[Return->HomeComputer]]<img src="img/livingRoom.jpg"><br>
<<if $story1_progress == 0 || $story1_progress == 1 || ($story1_progress == 2 && $time <= 16)>>
[[Corridor->HomeCorridor]]
<<endif>>
<<if $story1_progress == 2 && $time >= 16>>
The day literally passed by and my parents came home from the theater, eager to learn what job I had found.
<<print say("me","Well, it did not go as planned but it will work out later.")>>
<<print say("Father","Well son, you shouldn't take it too easy. Finding a first job is very important step in your life.")>>
<<print say("Mother","Your father is right. I will try to ask in our company, maybe the warehouse team is looking for somebody.")>>
<<print say("me","Yeah, thanks.")>>
The rest of the evening we spent watching a movie and went to sleep.
<br>
<<set $story1_progress=3>>
[[Play games & sleep->HomeSleep]]
<<endif>>
<<if $story1_progress == 7 && $time >= 16>>
In the evening the parents came back from work and the interrogation could begin.
<<print say("Father","Are invited to any job interview already?")>>
<<print say("me","No, I have replied to some ads, so I am waiting for their reaction.")>>
<<print say("Mother","Honey, you should be more proactive, otherwise you will be outrun by the others.")>>
<<print say("me","I know, don't worry, mum. It will be ok.")>>
The rest of the evening we spent watching a movie and went to sleep before midnight<br>
<<set $story1_progress = 8>>
[[Play games & sleep->HomeSleep]]
<<endif>>
<<if $story1_progress == 14 && $time >= 16>>
I stepped down to the living room and saw mum sitting on the couch with a glass of wine in her hand.
<<print say("Mother","Well, will you explain it to me?")>>
She said when I silently sat on the chair next to her.
<<print say("me","I… I saw the dress and… the material was so pleasant… I wanted to try the feeling.")>>
Mum shook her head in disbelief and siped her wine.
<<print say("Mother","I don't understand it. Do you want to be a girl or what?")>>
She said with a little bit of hostility in her tone.
<<print say("me","No… it was just a curiosity")>>
<<print say("Mother","Just curiosity? You must be joking! What do you think John will tell everyone in the warehouse about us? Or even better in the whole company?")>>
<<print say("me","I'm sorry mum")>>
<<print say("Mother","Go to your room, I have to think it over")>>
Without a word I decided that the best option is to go to my room. [[Play games & sleep->HomeSleep]].
<br>
<<set $story1_progress=15>>
<<endif>>
<<if $story3_progress==100 && $story4_progress==0 && $time >= 16>>
<<print say("Mother","Honey, I have great news for you")>>
<<print say("me","What, mum?")>>
<<print say("Mother","One of my former colleagues told me that she is looking for help in her new coffee shop. It is not something superb, but at least it is something until you find the full time job. You will help her with cleaning the shop and everything she will need.")>>
<<print say("me","But mum, you gave me 14 days and I still have time.")>>
<<print say("Mother","Don't you think you owe me after everything?")>>
I remained silent as I did not want to open the discussion about it so I just nodded my head in approval.<br>
<<set $story4_progress=1>>
[[Play games & sleep->HomeSleep]]
<<endif>>
<<if $story4_progress==100 && $time >= 16>>
<<print say("Mother","$player.name, come here and sit")>>
<<print say("Father","We need to talk.")>>
Shit, Olivia told them. This will end badly. I couldn't be more precise.
<<print say("Mother","Let's summarize events that happened recently. First of all, I saw you messing around the house in my evening gown and in heels. What's more, my colleague from work saw it as well and it was quite hard to convince him not to tell everybody at work about it. Next, I found you masturbating in front of some perverted video.")>>
<<print say("me","Mum, please.")>>
<<print say("Father","Don't interrupt you mother")>>
<<print say("Mother","This was the moment I was a little bit suspicious but I thought that you were just experimenting. Then, when I was putting my lingerie that I left on the bed and noticed a burnt spot on my stocking that definitely was not there.")>>
Oh no…
<<print say("Father","As you know, I work in IT, so we decided with your mother to look into your computer and found very strange things in your browser history. Then we searched the whole computer and found your pics folder you tried to hide.")>>
He made a pause but I did not dare to say anything and just look at the floor
<<print say("Mother","And last night Olivia called me and I do believe you know why. What the hell, $player.name? Are you a girl?")>>
<<print say("me","No I just…")>>
<<print say("Mother","Just what? Win the prize for the biggest perv in the town? What should we do now? My reputation at work is destroyed and everybody is making fun of me and I don't want to imagine what they will do when Olivia tells anyone.")>>
<<print say("Father","Son, you disappointed us a lot. We did not know that you are not normal.")>>
<<print say("me","Mum, dad, please. That was just a small misunderstanding.")>>
<<print say("Mother","No. I called my former classmate who used to work as a psychiatrist. He agreed to see you tomorrow and we will discuss it. Now go to bed, tomorrow you will come with me to him, I already took a day off..")>>
<<set $story4_progress=101>>
<<endif>>
<br>
<<if $story1_progress != 8 and $story1_progress != 3 and $story4_progress != 0>>
[[Corridor->HomeCorridor]]
<<endif>>
I had dreamless night.<br>
<<run sleep()>>
<<if $story4_progress==2>>
<<set $story4_progress=3>>
<<endif>>
[[Morning->HomeBedroom]]<<if $story1_progress != 9>>
<img src="img/bathroom.jpg" width=510 height=342>
<<endif>>
<<if $story1_progress == 5 && $day>2>>
<<set $time+=1>>
<br>
Last night I was too tired to take a shower so I decided to fix it now. I went to the bathroom and started putting off the pajamas. Once done I took a long and refreshing shower.
<br>
I forgot to take my casual clothes with me, but as long as nobody was at home, it did not matter. So I just cleaned my teeth and I wanted to go to my room when i saw something interesting on the [[door->door]]
<<endif>>
<<if $story1_progress == 9 && $day>4>>
<img src="img/dressOnDoor.jpg">
<br>
When I was after my morning routine I again saw the red dress still hanging on the door.
<<print say("me","No, once was enough.")>>
I tried to convince myself but I simply couldn't resist. Maybe just a little touch but then I will go to my room.
<<print say("me","Fuck it, I simply have to.")>>
I took the dress and went to my room. I powered on the computer and put on the nice dress.
<<print say("me","So nice… Mother always wears a pair of panythose. Maybe I can take a look into her dresser for some.")>>
<<set $story1_progress =10>>
<<run addArousal(30)>>
<<endif>>
<br>
[[Corridor->HomeCorridor]]<img src="img/dressOnDoor.jpg">
<<set $story1_progress=6>>
<<run addArousal(30)>>
<br>
It was mum's dress she wore last evening to the theater. I reached the handle of the door and gently touched the dress with my forearm. The material was very soft and pleasant to the touch. I was stunned for a while just looking at the dress and could not resist caressing it.
<br>
A very nice feeling ran through my whole body.
<br>
Then another caress, this time with the back of my hand.
<<print say("me","Hmm, such a nice material, I wonder how does it feel to wear it…")>>
I closed my eyes and imagined a nice girl in this dress. She had her blond hair pulled into a ponytail, wearing decent but still fancy makeup and nice red heeled sandals together with black sheer pantyhose.
<br>
It did not take too long before my dick went up. The sudden urge had to be addressed soon or I could explode.
<br>
I opened the door but immediately I stopped and thought it over. Well I masturbated many times with my hand just watching movies on the computer but this time I could not get rid of the idea of doing it in this lovely dress.
<<print say("me","Well, parents will come in the afternoon at earliest, so it shouldn't be a problem.")>>
I quickly took the dress from the hanger and walked into my [[room->HomeBedroom]]
<<if $story1_progress == 10>>
I didn't know where mother keeps the pantyhose, so I opened a random drawer.
<img src="img/mumLingerieDrawer.jpg">
<br>
and I saw regularly folded lingerie.
<<print say("me","Oh my god!")>>
with my finder I ran over all the panties and immediately after over the bras. My dick again hardend.
<<print say("me","Well if I take a pantyhose, I should wear some underwear too, right?")>>
I thought to myslef.
<<print say("me","But which? All of them are so beautiful… Ok, red dress, so red lingerie.")>>
I found nice red bra and in few seconds also corresponding panties
<img src="img/mumLingerie.jpg">
<<print say("me","Ok, so now just the pantyhose.")>>
I opened another drawer and found the treasure.
<br>
[[Pantyhose drawer->PantyhoseDrawer]]
<<else>>
<br>
[[Corridor->HomeCorridor]]
<<endif>><<set $story1_progress = 11>>
<<set $time = 10>>
<<run addArousal(30)>>
<img src="img/mumPantyhoseDrawer.jpg">
<<print say("me","Fine, so black one should be the best.")>>
I took them and hurried to my [[room.->HomeBedroom]]
<img src="img/mumShoeCabinet.jpg" width=400 height=520>
<<if $story1_progress == 12>>
<<set $time = 11>>
<<print say("me","They must be somewhere here.")>>
I opened few boxes and finally I hit the jackpot.
<img src="img/mumRedSandals.jpg">
<br>
I tried them on and as they do not have toe cap, they fit me well.
When I stood up, I swayed a bit because standing on heels was not so easy.
<<print say("me","They are really sky-high…")>>
I made a few little steps with my hand touching the wall to gain a little certainty. I was very curious how I look, so my next steps were towards the mirror in the hall, just next to the front door.
<<print say("me","Well, without the face it does not look so bad.")>>
I made few turns to check the outcome from different angles, leaning back and forth, trying to show non existing brests.
When testing the look when I was squatting I saw some paper with a note on the floor. Still squatting I advanced couple inches towards the front door until it was within my reach.
<<run addArousal(30)>>
<<set $story1_progress = 13>>
<br>
[[Get the note->GetNote]]
<<else>>
<br>
[[Corridor->HomeCorridor]]
<<endif>><img src="img/stickyNote.png">
<<print say("me","Shiiiit! What time is it?")>>
<img src="img/afterEleven.jpg">
<<print say("me","Shiiiit!")>>
And to the third of all bad things I heard the key in the door
<<print say("Mother","Honey, we are here to…")>>
She even could not finish the sentence when she saw me dressed in her clothes and holding the note.
I tried to stand up as quickly as the heels allowed me but both mother and her colleague were looking at me speechlessly.
[[Look at the door->MumSees]]<<print say("Mother","Honey, we are here to")>>
She even could not finish the sentence when she saw me dressed in her clothes and holding the note.
I tried to stand up as quickly as the heels allowed me but both mother and her colleague were looking at me speechlessly.
<img src="img/shocked.gif">
<br>
[[Run away->HomeRun]]We stared at each other for maybe a whole second before I was able to run away
<br>
<img src="img/runInRedDress.jpg">
<br><br>
Although running in such high heels was not an easy job, I somehow managed to make it to my room in record time.
<<print say("Mother","I am so sorry, I don't know what to say.")>>
I just heard my mum apologizing to her colleague just before closing my bedroom door.
<<print say("me","Now I am totally screwed")>>
I thought to myself sitting on my bed.
I took off my shoes and put them aside.
<<print say("me","What will I do now?")>>
I took off my dress and all the rest of the underwear and shaked my head in total despair.
I layed on the bed for few moments to chill down.
<<print say("me","Ok, she's my mum, I'm her son, it cannot be so terrible.")>>
I finished thinking about it and decided to dress up as ussual and return all the clothes to their previous place.
<<set $story1_progress = 14>>
<<set $time+=1>>
<br>
[[Bathroom->HomeBathroom]]<<return>>
<br>
<<button "Attend Air class101" "AirClass">>
<<run $player.dailyTasks.push("Air class")>>
<<run $player.availableClasses.push("Class501")>>
<</button>>
<<button "Attend Air class102" "AirClass">>
<<run $player.dailyTasks.push("Air class")>>
<<run $player.availableClasses.push("Class502")>>
<</button>>
<<button "Attend Air class103" "AirClass">>
<<run $player.dailyTasks.push("Air class")>>
<<run $player.availableClasses.push("Class503")>>
<</button>>
<br><br>
<<print cheat()>>
Cheat:<br>
Story1_progress <<textbox "$txtCheatStory1_progress" $story1_progress>><br>
<<checkbox "$homeChoresEnabled" false true autocheck>> homeChoresEnabled?<br>
Story2_progress <<textbox "$txtCheatStory2_progress" $story2_progress>><br>
Story3_progress <<textbox "$txtCheatStory3_progress" $story3_progress>><br>
Story4_progress <<textbox "$txtCheatStory4_progress" $story4_progress>><br>
Story20_progress <<textbox "$txtCheatStory20_progress" $story20_progress>><br>
Story21_progress <<textbox "$txtCheatStory21_progress" $story21_progress>><br>
Story30_progress <<textbox "$txtCheatStory30_progress" $story30_progress>><br>
Fitness <<textbox "$txtFitness" $player.perks.fitness>><br>
Housekeeping <<textbox "$txtHousekeeping" $player.perks.housekeeping>><br>
pornPref <<textbox "$txtpornPref" $player.perks.pornPref>><br>
anal <<textbox "$txtAnal" $player.perks.anal>><br>
arousal <<textbox "$txtArousal" $player.arousal>><br>
BedPOV <<textbox "$txtBedPOV" $player.perks.bedPOV>><br>
<<button "Cheat it" "Cheat">>
<<run $story1_progress = parseInt($txtCheatStory1_progress) >>
<<run $story2_progress = parseInt($txtCheatStory2_progress) >>
<<run $story3_progress = parseInt($txtCheatStory3_progress) >>
<<run $story4_progress = parseInt($txtCheatStory4_progress) >>
<<run $story20_progress = parseInt($txtCheatStory20_progress) >>
<<run $story21_progress = parseInt($txtCheatStory21_progress) >>
<<run $story30_progress = parseInt($txtCheatStory30_progress) >>
<<run $player.perks.fitness = parseInt($txtFitness) >>
<<run $player.perks.housekeeping = parseInt($txtHousekeeping) >>
<<run $player.perks.pornPref = parseInt($txtpornPref) >>
<<run $player.perks.anal = parseInt($txtAnal) >>
<<run $player.arousal = parseInt($txtArousal) >>
<<run $player.perks.bedPOV = parseInt($txtBedPOV) >>
<</button>>
<<return>>
<br><br>
<<button "Start Stage 2" "Cheat">>
<<run $story1_progress = 100 >>
<<run $story2_progress = 100 >>
<<run $story3_progress = 100 >>
<<run $story4_progress = 100 >>
<<run $story20_progress = 100 >>
<</button>><br>
<<button "Start BallPrep" "BallPrep1">><</button>>
<<button "Start Ball" "Ball_MainHall">><</button>><br>
<<button "Start TH_letterPlacing" "TH_LetterPlacing">>
<<run $obtainedLetters.push("S")>>
<<run $obtainedLetters.push("T")>>
<<run $obtainedLetters.push("R")>>
<<run $obtainedLetters.push("A")>>
<<run $obtainedLetters.push("P")>>
<<run $obtainedLetters.push("O")>>
<<run $obtainedLetters.push("N")>>
<</button>>
<<button "Start THhuntBeforeJesters" "TH_Ball_MainHall">>
<<set $story30_progress=50>>
<</button>>
<<button "Start THQuiz" "TH_Quiz">>
<<set $obtainedLetters= ["S","T","R","A","P","O","N"]>>
<<set $story30_progress=200>>
<</button>>
<<button "After boardgame" "AfterBoardGame">>
<<set $story1_progress=101>>
<<set $story2_progress=101>>
<<set $story3_progress=101>>
<<set $story4_progress=101>>
<<set $story20_progress=101>>
<<set $story21_progress=101>>
<<set $story30_progress=200>>
<</button>>
<br>
<<button "Before Feet Service" "Ball_FS1">>
<</button>>
<<button "After Feet Service" "BallFinish1">>
<</button>>
<br>
<br>
Attend Air class <<textbox "$txtCheatAddClassA" "Class501">>
<<button "Attend Air class" "AirClass">>
<<run $player.dailyTasks.push("Air class")>>
<<run $player.availableClasses.push($txtCheatAddClassA)>>
<</button>><br>
Attend fashion class <<textbox "$txtCheatAddClass" "Class104">>
<<button "Attend fashion class" "FashionClass">>
<<run $player.dailyTasks.push("Fashion class")>>
<<run $story20_progress=23>>
<<run $player.availableClasses.push($txtCheatAddClass)>>
<</button>><br>
Attend Woman class <<textbox "$txtCheatAddClassW" "Class201">>
<<button "Attend woman class" "WomanshipClass">>
<<run $player.dailyTasks.push("Womanship class")>>
<<run $story20_progress=23>>
<<run $player.availableClasses.push($txtCheatAddClassW)>>
<</button>><br>
Attend Sex class <<textbox "$txtCheatAddClassS" "Class301">>
<<button "Attend sex class" "SexClass">>
<<run $player.dailyTasks.push("Sex class")>>
<<run $story20_progress=23>>
<<run $player.availableClasses.push($txtCheatAddClassS)>>
<</button>><br>
Add permanent Task <<textbox "$txtAddPermanentTask" "Wear panties">><br>
<<button "Add Permanent Task" "Cheat">>
<<run $player.permanentTasks.push($txtAddDatilyTask)>>
<</button>>
<br>
Finish class fashion class <<textbox "$txtCheatAddClass1" "Fashion102">>
<<button "Finish fashion class" "Cheat">>
<<run $player.doneClasses.push($txtCheatAddClass1)>>
<</button>><br>
<br>
<br>
Finish Woman fashion class <<textbox "$txtCheatAddClass2" "Womanship108">>
<<button "Finish Woman class" "Cheat">>
<<run $player.doneClasses.push("$txtCheatAddClass2")>>
<</button>><br>
<br>
[[Classroom->FashionClass]]
<br><br>
Feminization <<textbox "$txtfem" $player.perks["feminization"]>>
<<button "Modify stats" "Cheat">>
<<run $player.perks["feminization"] = parseInt($txtfem) >>
<</button>><br>
<<button "Dress like sissy" "Cheat">>
<<run wear("panties_sissy","Cheat")>>
<<run wear("bra_sissy","Cheat")>>
<<run wear("pantyhose_white","Cheat")>>
<<run wear("shoes_sissy","Cheat")>>
<<run wear("dress_sissy","Cheat")>>
<<run wear("bracelet_sissy","Cheat")>>
<<run wear("chasity_sissy","Cheat")>>
<<run wear("butplug_sissy","Cheat")>>
<<run wear("collar_sissy","Cheat")>>
<<run wear("headband_sissy","Cheat")>>
<<run wear("wig_pink","Cheat")>>
<<run wear("earings_sissy","Cheat")>>
<<run wear("mascara_black","Cheat")>>
<<run wear("eyeshadow_gold","Cheat")>>
<<run wear("eyeline_black","Cheat")>>
<<run wear("blush","Cheat")>>
<<run wear("lipstick_pink","Cheat")>>
<<run wear("foundation","Cheat")>>
<<run wear("nailpolish_red","Cheat")>>
<<run wear("toenailpolish_red","Cheat")>>
<</button>>
<<button "Dress like Princess" "Cheat">>
<<run wear("cinderella_panties","Cheat")>>
<<run wear("cinderella_bra","Cheat")>>
<<run wear("cinderella_stockings","Cheat")>>
<<run wear("cinderella_dress","Cheat")>>
<<run wear("cinderella_shoes","Cheat")>>
<<run wear("cinderella_wig","Cheat")>>
<<run wear("cinderella_earings","Cheat")>>
<<run wear("cinderella_gloves","Cheat")>>
<<run wear("cinderella_nailpolish","Cheat")>>
<<run wear("cinderella_toenailpolish","Cheat")>>
<<run wear("cinderella_necklace","Cheat")>>
<<run wear("cinderella_eyeshadow","Cheat")>>
<<run wear("mascara_black","Cheat")>>
<<run wear("eyeline_black","Cheat")>>
<<run wear("blush","Cheat")>>
<<run wear("cinderella_lipstick","Cheat")>>
<<run wear("foundation","Cheat")>>
<<run wear("chasity_eletric","Cheat")>>
<<run wear("butplug_sissy","Cheat")>>
<</button>><br><br>
<<button "Add all tasks" "Cheat">>
<<run $player.permanentTasks.push('Wear chasity')>>
<<run $player.permanentTasks.push('Wear buttplug')>>
<<run $player.permanentTasks.push('Take female hormones')>>
<<run $player.permanentTasks.push('Breast augmentation')>>
<<run $player.permanentTasks.push('Wear panties')>>
<<run $player.permanentTasks.push('Wear bra')>>
<<run $player.permanentTasks.push('Wear pantyhose or stockings')>>
<<run $player.permanentTasks.push('Shave legs')>>
<<run $player.permanentTasks.push('Shave face')>>
<<run $player.permanentTasks.push('Shave hands')>>
<<run $player.permanentTasks.push('Shave belly')>>
<<run $player.permanentTasks.push('Wear dress')>>
<<run $player.permanentTasks.push('Wear heels')>>,
<<run $player.permanentTasks.push('Wear wig')>>
<<run $player.permanentTasks.push('Wear makeup')>>
<<run $player.permanentTasks.push('Shave intimate parts')>>
<<run $player.permanentTasks.push('Wear earings')>>
<<run $player.permanentTasks.push('Mani-pedi')>>
<</button>>
<br>
Set day <<textbox "$txtDay" $day>><br>
<<button "Set day" "Cheat">>
<<run $day = parseInt($txtDay) >>
<</button>>
<<button "Do all today tasks" "Cheat">>
<<run $player.dailyTasks.length=0 >>
<</button>><br>
<<button "BoardGame" "BoardGame">><</button>>
<<button "TowerGame" "TowerGame">><</button>>
<<button "Wear Cindra dress" "Cheat">>
<<run wear("cinderella_dress","Cheat")>>
<</button>><br>
<<if $stage==3>>
Stage3:<br>
<<print S3_RightBar()>>
<<else>>
<<print printHints()>>
<<if ($story21_progress>31 && $story30_progress<200)>>
<<print printTHmap()>>
<br>
<<print print_TH_obtainedImages()>>
<<else>>
<<print printHints2()>>
<<endif>>
<<endif>>
<img src="img/tidyRoom.gif">
<br>
I went trhough the whole house and cleaned all the rooms
<<set $homeChoresTidyRooms = true>><br>
<<run addTime(3)>>
<<if $story3_progress == 1 && $day>8 >>
It was more like routine now when I went through the whole house and made all the beds and when I lifted mum's blanket a saw lingerie she probably wore last night when having sex with father. <br>
<img src="img/mumLingerie2.jpg"><br>
I was completely astonished by the look. So beautiful material and with the black sheer stockings it made a deadly combination. I was tempted to taste the feeling of it.
<<print say("me","It's my mum's, I shouldn't touch it.")>>
Or can I?<br>
[[Touch it->LaundryEvent]]<br>
[[Leave->HomeBedroom]]
<<else>>
[[Jobs's done->HomeBedroom]]
<<endif>><img src="img/wipeDust.gif">
<br>
I wiped the dust in the whole house
<<set $homeChoresWipeDust = true>><br>
<<run addTime(3)>>
[[Jobs's done->HomeBedroom]]<img src="img/mopFloor.gif">
<br>
I moped all floors in the house
<<set $homeChoresMopFloor = true>><br>
<<run addTime(2)>>
[[Jobs's done->HomeBedroom]]<img src="img/washDishes.gif">
<br>
I went to the kitchen and washed the dishes.
<<set $homeChoresWashDishes = true>><br>
<<run addTime(1)>>
[[Jobs's done->HomeBedroom]][[Vanilla->VanillaPorn]]<br>
<br>
[[Return->HomeComputer]]<img src="vids/porn_vanilla.webp">
<<run addTime(1)>>
<<if $player.arousal lt 70>>
<<set $player.arousal+=30>>
<<else>>
<<set $player.arousal=0>>
<<endif>>
<br>
<<if $story2_progress == 1 && $time>16 && $day>6>>
Just few moments before the grand final I heard mum screaming.
<<print say("Mother","Shit! Fucking tap.")>>
I did not pay too much attention to her and focused more on the finish.
She literally broke into my door and said
<<print say("Mother","Honey, go quickly turn off the water, I will try to…")>>
At that moment she saw my monitor…<br>
She rushed in so quickly and I was frozen for a while. I was looking very frightened at myself and I forgot for a while what I was doing. That lead to the only possible ending - I came all over my computer and all actors in the movie.
<<print say("Mother","You perv!")>>
She slammed the door and I heard her on the stairs down, probably searching for the main water shut.
<<print say("me","Damned!")>>
I said loudly. Then I turned off the movie and began to wipe the cum from the computer and all other places.
<<print say("me","She will kill me for sure")>>
When done I slightly opened the door with a little squeak to check the situation.
<<print say("Mother","Wipe the bathroom, you'll do at least something useful")>>
She shouted from the living room.
<<print say("me","Ok")>>
<<set $story2_progress = 2>>
I just replied and went to the [[bathroom->HomeBathroomFlood]].
<<endif>>
<br>
<<if $story2_progress != 2>>
[[Finish->WatchPorn]]
<<endif>><img src="img/wipeFloorAfterFlood.jpg"><br>
It took me nearly two hours to wipe it all and the plumber came about an hour after I finished and fixed it in a couple minutes.
<<print say("Mother","Honey, we need to talk again")>>
Said mum when the plumber got paid and left.
We sat down in the living room, she lifted her eyebrows and continued
<<print say("Mother","Ok, I found you walking around the house dressed as a girl…")>>
<<print say("me","Mum, please…")>>
<<print say("Mother","Don't interrupt me! Now I have found you masturbating over a dirty porn! Are you insane or what?")>>
<<print say("me","I… I don't know what to say.")>>
<<print say("Mother","We need to do something about this… this thing. I hope it's all because of the fact that you still have too much free time. Either you will finally at least try to find a job or I will get you one by myself. And I will not care if you will be cleaning floors or toilets. How many job interviews have you been to?")>>
<<print say("me","Well, there are not so many opportunities")>>
<<print say("Mother","Just excuses. I will give you 14 days, then it will be my turn. And one more thing - if I ever find you looking at such nasty videos, it will be the last bad stuff you did in your life, understood?")>>
<<print say("me","Yes, mum")>>
<<set $story2_progress = 100>>
<<set $story3_progress = 1>>
Go to [[bedroom->HomeBedroom]]
<<print say("me","I will just try the material, it isn't something weird, right?")>>
I gently swiped the panties with my finger and it was really amazing.
<<print say("me","Nice….")>>
I thought and made a second swipe with all my fingers. I got immediately excited. I took the panties in one hand and bra in the other one.
The way I felt was very hard to describe. It may have looked very strange but I really didn't care.
I exchanged the bra for the black stockings and again swept them with my hand. I examined them very closely and finally tried to put my hand into one stocking. I saw my hand covered in sheer fabric and again - the arousal came in my pants.
<<print say("me","No, no, no, I really should go away. These are my mum's and I shouldn't do anything with them….")>>
[[Go to my room with them->LaundryEvent3]]<br>
[[Leave->HomeBedroom]]
I carefully lay all the lingerie on my bed and was naked in no time. I reached for the panties and pulled them up into the right position. Once the pleasant fabric touched my dick it immediately went forward. I sat on the bed trying to push it between my legs hoping it would eventually get smaller but it was a very difficult job to push it there.<br>
While sitting I reached for the bra. I remembered from the last try how to correctly hook it so it wasn't a major problem. Next my eyes got stuck on the garter belt. The only place I ever saw somebody wearing it was in the porn movies but I never saw it in the real world. And needed to say that I never imagined my mum would ever wear that.<br>
I did the same trick with it as with the bra - hooked it in the front and then turned it back. The strips tickled me on the legs and it was quite funny. And now comes the final part - the stockings.
<<print say("me","Well, now I have to be carefull, I really can't tear them.")>>
My toenails were small so it should not be a risk. I took one stocking and rolled it on my hand. I saw mum putting the pantyhose on a couple times therefore the technique was not the issue. I took off the rolled stocking and put it on my left toes followed by a gentle pull up towards my ankle. Once at the ankle the next target was my knee. Again there was no problem there and the stocking was in the final place. The last task was to attach it to the stripes of the garter belt. Well, the first stripe was a challenge but when I found out how it works it was done promptly. The same was with the back stripe but when I could not see there properly it was harder.<br>
The second stocking was much faster and I could stand up. The dick in my pants got a little smaller so I could adjust the panties a bit higher to prevent my dick from becoming erect as it would definitely not fit in the panties. <br>
I caressed my legs in the stockings and then touched the bra with my left hand and paties with my right. Well, I shouldn't do it as the arousal came through my whole body causing a big bulge in the panties.I just breathed out in a small trance.<br>
<img src='img/story3_l1.jpg'><br>
<<print say("me","Oh my, why am I so aroused only by a couple of pieces of clothing?")>>
I looked down and saw my dick halfly out of the panties.
<<print say("me","Ok, I have to calm down and think about something neutral, right?")>>
I sat back on the bed for some time and really the dick got slightly smaller so it could be hidden back into panties.
<<print say("me","Well, the unshaven legs aren't so nice but no one sees it, so it doesn't matter.")>>
But my thoughts were unstoppable.
<<print say("me","I need to get some high heels to finish the look.")>>
Just immediatelly after I recalled my mum finding me “en femme” with her collegue. But what is the possibility in the whole universe that it will happen again?
I decided to take the risk. I quickly went down the stairs into the [[shoe cabinet->LaundryEvent4]]
It was no brainer. I took the red sandals as they are already tested and the combination of black lingerie and red shoes are really sexy.
<<print say("me","These definitely will go with it.")>>
I took them with me but just for sure I chose to put them on [[upstairs->LaundryEvent5]].
When I returned back to my bedroom, I put the sandals on and immediately grew a few inches. I made couple steps in the room and although I thought that it would be very difficult to walk in heels, it was not hard at all.
<<print say("me","Well, maybe wearing them all day would be more demanding.")>>
The sound the heels made each step on the floor was as if a girl was walking. I closed my eyes and again couldn't resist caressing my lingerie. Right afterwards my dick again started to rise and I tried to prevent it by keeping my legs together.
<<print say("me","I should definitely take a selfie.")>>
[[Take selfie->TakeSelfie]]<img src='img/story3_look.jpg'><br>
I powered on the computer and the arousal was still rising and I really needed to release it.<br>
Before I searched a porn I downloaded the selfie to the computer. I created a folder that was really difficult to find. I am the only user of this computer but just for sure.
<<print say("me","Let's look what will google find if I type Man in lingerie.")>>
I was very surprised by the results. So many movies about men dressed in women's clothes.
<<print say("me","Hmm, it is not so unordinary I see.")>>
I ended up at one movie when a man in white lingerie made love with another girl and while dressed as one too I imagined the scene in my head too. My hand subconsciously went down into my crotch and released the dick from panties prison. I climaxed in no time. I reached for the tissue to wipe my hand from the load and noticed that two drops ended on my left stocking. <br>
<img src='img/story3_l2.jpg'><br>
<<print say("me","No….. Jesus, what will I do now?")>>
I considered my options.<br>
Option 1 - Do nothing and return all the stuff back to the previous location hoping that mum will not notice anything<br>
Option 2 - Wash the stocking and dry it before mum will return from work
<<print say("me","I cannot risk it that mum will notice anything after all what happened, so I will rather wash it")>>
I took everything off and went to [[bathroom->LaundryEvent6]]
I plugged the sink and filled the sink with hot water.
<<print say("me","I will use only water without any detergent.")>>
I immersed the affected part of the stocking in the water and rubbed it with fingers. To my pleasant surprise all the cum from it was washed away.
<<print say("me","Fine, now I have to dry it before mum comes home from work.")>>
I searched the bathroom for a hairdryer. Not after a long time, I found it in one drawer. Holding the stocking in one hand and the blowing gun in the other. The plan seemed to work. Then I made stupid mistake.<br>
As time passed and I was quite nervous that mum would come earlier from work. I was a little hasty and put the hairdryer too close to the stocking. The outcome was visible soon. The material in one place started to melt.
<<print say("me","No…")>>
I immediately put down the hairdryer and tried in vain to cool the stocking down by blowing with my mouth. Well, it did not help.<br>
There was one spot about inch by inch literally baked and the melted spot was impossible to overlook. It was dark and on the sheer material it was truly emerging.
<<print say("me","I will never be able to explain it.")>>
All possible scenarios were played in my brain and the only possible thing I could do is to return everything back into its original position and hope that mum will never connect the burn with my actions.<br>
I returned the lingerie back on the bed taking care to put it back into the original position and covered it with the blanket. Then I walked into the shoe cabinet and returned also the sandals.
<<set $story3_progress=100>>
[[Corridor->HomeCorridor]]
<img src="img/cafe.jpg"><br>
<<if $story4_progress==4 && $day>11>>
<<print say("Olivia","Hi, sorry, I need to get supplies today and have to leave now, so you are in charge now.")>>
She said and vanished in the back. It took her no more than 5 minutes to come back dressed in the blue top, black leggings and shining white sneakers on her feet.
<<print say("Olivia","Here are your keys, just lock the shop and keep them, I have my own pair. So take care and see you tomorrow.")>>
<<print say("me","Yes, bye bye.")>>
I was alone now in the shop for the first time.<br>
<<if $player.clothing.top=="male_tshirt_black" && $player.clothing.bottom=="male_trousers_black">>
[[Work->CoffeeShopWork]]
<<else>>
[[Go change->CoffeeShopBackEnter]]
<<endif>>
<<endif>>
<<if $story4_progress==4 && $day<=11>>
<<if $time>10>>
Too late to work.<br>
[[Go home->HomeCorridor]]
<<else>>
<<if $player.clothing.top=="male_tshirt_black" && $player.clothing.bottom=="male_trousers_black">>
<<print say("Olivia","Ok, let's rock.")>>
She said and we both prepared for the first customer to arrive.
<br>
[[Work->CoffeeShopWork]]
<<else>>
<<print say("Olivia","Hi! Change your clothes in the back.")>>
<br>
[[Go change->CoffeeShopBackEnter]]
<<endif>>
<<endif>>
<<endif>>
<<if $story4_progress==3>>
I arrived at the café and Olivia was just serving customer and waved at me to come to her.
<<print say("Olivia","Hi, $player.name, I'm glad you came. Take a black shirt in the back and you may start.")>>
<<set $story4_progress=4>>
[[Go change my clothes->CoffeeShopBackEnter]]
<<endif>>
<<if $story4_progress==1>>
I entered the coffee shop and saw a woman sitting at one of the tables with a laptop in front of her. As she saw me she stood up and welcomed me.
<<print say("Olivia","Hi, $player.name, I am glad you came to help. I'm Olivia.")>>
<<print say("me","$player.name, nice to meet you")>>
She was wearing a white blouse, black skirt, black sheer pantyhose and black pumps on low heels. <br>
We shaked hands and sat at the table.
<<print say("Olivia","I opened this shop just recently and the revenues are not so big, so I'm really happy that I don't have to pay you.")>>
I stared at her in slight disbelief. What the hell mum arranged? Work here for nothing? Is it some kind of punishment?
<<print say("me","Yes, I will gladly help.")>>
I said surprised.
<<print say("Olivia","Great, I open the café daily at 7am and close it at 7pm each day and afterward I clean the tables, mop the floor, clean the coffee machine and put all the cakes in the big fridge.")>>
<<print say("me","Ok, it looks like a lot of things.")>>
<<print say("Olivia","Don't worry. We will split the duties, ok?")>>
<<print say("me","Ok")>>
I agreed just not to make mum angry. Then she guided me in the background and showed me room with cleaning supplies that served as a changing room as well. If someone can call one chair with a denim skirt and white top a changing room.
Olivia taught me how to clean the coffee machine and all the stuff I am supposed to do like making espresso, latté and all the kinds of coffee I never heard of..
<<print say("Olivia","Ok, can you start tomorrow? I have to buy new supplies")>>
<<print say("me","Yes, I guess.")>>
<<print say("Olivia","Superb, many thanks, you're great.")>>
<<set $story4_progress=2>>
I returned home and went directly to [[bed->HomeSleep]].
<<endif>>
<br>
<<if $story4_progress!=2 && $story4_progress!=4>>
<<if $time>10>>
Too late to work.<br>
<<else>>
[[Go change my clothes->CoffeeShopBackEnter]]<br>
<<endif>>
[[Go home->HomeCorridor]]
<<endif>>
<img src="img/cafe_cloakRoom.jpg"><br>
<<if $story4_progress==4>>
I went to the temporary changing room and looked around. There was quite a mess with all the coffee supplies and a half opened cabinet with black shirt hanging inside next to the blue top that probably belonged to Olivia. There were also black leggings on one shelf and white sneakers on the floor. I sighed and took the shirt and changed.<br>
<<set $story4_progress==5>>
<<endif>>
<<if $story4_progress!=5>>
<<if $player.clothing.top=="male_tshirt_black" && $player.clothing.bottom=="male_trousers_black">>
[[Go to shop->CoffeeShop]]
<<else>>
<a onClick="wearSet('CoffeShopUniform','CoffeeShopBackEnter')">Change to Work uniform</a><br>
<<endif>>
<<else>>
<a onClick="wearSet('CoffeShopUniform','CoffeeShopBackEnter')">Change to Work uniform</a><br>
<<if $player.clothing.top=="male_tshirt_black" && $player.clothing.bottom=="male_trousers_black">>
[[Go to shop->CoffeeShopWork]]
<<endif>>
<<endif>>At 7pm the shift was over and I cleaned the coffee machine as instructed. Next I put all the chairs on the tables and mopped the floor.
<<print say("me","Finally, I can go home")>>
<<set $time=19>>
<<if $story4_progress==4 && $day>11>>
<<set $story4_progress=5>>
<<endif>>
[[Go change my clothes->CoffeeShopBackLeave]]<<run wear("cofeeShop_top")>>
I reached for the blouse and slipped into the blouse and enjoyed the feeling on my skin. As I was standing there in the blouse I looked at myself in the mirror. I have to say that it looked much better on me than the man's shirt. But it lacked the corresponding bottom. My sight ended on the black skirt and pantyhose on the pumps.
<<print say("me","I should finish the look.")>>
<<run addTime(1)>>
[[Finish the look->CoffeeEvent2]]
<<run wear("cofeeShop_skirt")>>
<<run wear("shoes_opentoe_black")>>
<<run wear("pantyhose_black")>>
I put down the pants with socks and grabbed the black pantyhose. While sitting I started to put them on. I recalled the technique from the last try with mum's pantyhose so it went smoothly. Next I put on the skirt and adjust everything in front of the mirror.
<<print say("me","I wonder what size Olivia has.")>>
I thought while looking at the pumps. I checked them and they were a bit smaller than mine but still worth trying.
The try was successful because the pumps were with open toes so my toes were just popped out a bit.
I stood up and again checked myself in the mirror. Yes, the hairy legs were not so sexy but the look was more or less ok.
<<print say("me","I should take a selfie")>><br>
<img src='img/story4_l1.jpg'><br>
I thought and took the phone. It lasted some time before I was able to set it up so that the face was not visible - just for sure.
I wanted to try to work as Olivia and I wanted to take a couple steps in those heels. They were low so I should be able to make it. The curtains are shut and the doors are locked. Even if somebody would try to get in, he simply could not.<br>
I took the courage and walked to the front of the café to the main door. I also tried to twist the hips a little just as Olivia does. Well the first walk may not have looked so sexy. But I had time, so I decided to take [[another round->CoffeeEvent3]].
I realized that I spent nearly an hour trying to walk from the front to back. I have to say that it was simply amazing. My legs were rubbing against each other in pantyhose which was a gorgeous feeling. Although my hips hurt after the twisting, I did not care. I was feeling so nice that some small pain would definitely not spoil it. <br>
I got thirsty so I sat down at one of the tables with a bottle of water. I remembered that each time a girl was sitting down she had her legs either close to each other or crossed. So I crossed them and pulled the skirt down a bit because it climbed a little. I sipped the water and realized why some girls played with their heeled shoes while sitting with one leg over another.<br>
I made myself comfortable in the chair with the bottle in my hand and relaxed for a while.<br>
My phone rang and Olivia was calling.
<<print say("me","Eeee, hello Olivia?")>>
<<print say("Olivia","Yeah hi, I was just wondering, are you still in the shop?")>>
Well that made me nervous. I was not sure what to respond. If I say yes, she may be willing to come, so I lied.
<<print say("me","Ehmm, no I went home, what happened?")>>
<<print say("Olivia","Ok, thanks, bye")>>
She responded in haste and ended the call. It was weird, she was in some haste or what. I should finish the drink and return everything
<<run addTime(1)>>
[[back->CoffeeEvent4]].
It was not more than 5 minutes when I finished the water, stood up and went to the counter to return the bottle.
<<print say("Police","Oakbury police department! Put your hands up immediately!")>>
Out of nowhere two police officers appeared, aiming guns at me and shouting. I was so scared that I dropped the bottle and raised my arms in the air.
<<print say("me","No, no, no, please don't shoot, I work here.")>>
I shutted to calm down the situation.
<<print say("Police","No sudden moves, I put you under arrest.")>>
One policeman was still aiming at me and the other one approached me and cuffed my hand behind my back.<br>
<img src='img/story4_l2.jpg'><br>
<<print say("Police","You have the right to remain silent, everything you will say may and will be used against you. Do you understand your rights?")>>
<<print say("me","Please I work here, I can explain it.")>>
<<print say("Police","Did you understand your rights?")>>
He repeated again.
<<print say("me","Yes but please let me call the owner of the shop, it is a misunderstanding. I work here.")>>
Just after I said that I saw Olivia in the door.
<<print say("Olivia","Oh my god. What the fuck, $player.name")>>
<<print say("me","Olivia, I'm sorry…")>>
<<print say("Police","Madam, do you know this man?")>>
<<print say("Olivia","Yes, he works here")>>
She said in total despair.
<<print say("Police","Do you want us to take him to the station and arrest?")>>
She took her time to respond. The situation made her think about calming everything and revenge.
<<print say("Olivia","No, I apologize.")>>
She finally decided. And the policeman took off the handcuffs from my hands
<<print say("Police","Eitherway, give me your ID, I have to report it.")>>
I handed over my ID and he filled in the report.
<<print say("Police","Dispatch, this is Adam-five-one… 10-24, incident resolved and returning to base.")>>
He announced it all to the radio and returned back with his colleague, both smiling at each other.<br>
[[Sit on the chair->CoofeeEvent5]]When the police left, Olivia came to me.
<<print say("Olivia","What the fuck you're doing here, you perv! I saw the lights on, so I called you. And when you told me that you were home I thought that there were robbers in the shop so I called the police.")>>
She paused for a moment.
<<print say("Olivia","And why the hell you have my clothes on? Go immediatelly in the back, take your clothes and get the fuck out of here.")>>
<<print say("me","Olivia, please, I…")>>
<<print say("Olivia","Shut the fuck up and go!")>>
I rather said nothing more. I took all the clothes off, tried to fold them on the shelf and dressed in my clothes. I wanted to talk once more to Olivia but she just pointed to the door.
<<print say("Olivia","Leave and never come back.")>>
<<set $story4_progress=20>>
<<run wearSet('clothesSet1')>>
<<run removeFromInv('cofeeShop_top')>>
<<run removeFromInv('cofeeShop_skirt')>>
<<run removeFromInv('shoes_opentoe_black')>>
<<run removeFromInv('pantyhose_black')>>
I arrived home and went directly to [[bed->HomeSleep]].
<<print say("Mother","Hi Mark, thanks again for seeing us in such a hurry.")>>
<<print say("Mark","Nothing to be grateful for, I will try to help. But please keep in mind that I do not have my license any more as I told you why.")>>
What? No license? Cannot be better…
<<print say("Mother","I know, but I appreciate any help.")>>
<<print say("Mark","I understand. Did he take the pill?")>>
<<print say("Mother","Yes, about an hour ago.")>>
Pill? What pill? What they are talking about
<<print say("Mark","Yes, that should do. $player.name please, lie on the couch, we will start with the session.")>>
I did not resist and comply. He sat next to me
<<print say("Mark","Ok, $player.name, to fully understand what is happening in your head, I will hypnotize you because in hypnosis you will speak the truth without any shame.")>>
He took a pencil in his hand and put it in front of my eyes.
<<print say("Mark","Now watch closely the pencil and focus on it.")>>
Maybe it was the drug they mentioned because I felt so weak in no time and felt in some kind of [[trance->Psych2]].
Some time must have passed because I half woke in the middle of a conversation between Mark and mum, however I was unable to open my eyes or even move.
<<print say("Mother","Are you really sure it will really help him?")>>
<<print say("Mark","I am convinced. It's experimental but the mental illness will not leave him for sure. One day another incident may and will happen. Both of you will not be happy.")>>
<<print say("Mother","You will give me a call if anything will go wrong,ok?")>>
<<print say("Mark","Don't worry, he will be there with a few other boys like him in later stages, he will not be there alone. Here, sign the contract and we will take him there right now.")>>
I heard a pencil writing on a piece of paper.
<<print say("Mark","I will give a call once we know anything")>>
Then I felt a needle in my hand and lost my consciousness [[once more->EOS1]].
<h1>This is end of stage one</h1>
Now we know why $player.name ended at the Mark's clinic and we can continue with the story<br><br>
It is also very probable that more events will be added to Stage 1
<br><br>
<<run $player.inventory.length=0>>
<<run wear("male_tshirt")>>
<<run wear("male_jeans")>>
<<run wear("male_underwear")>>
<<run wear("male_sneakers")>>
<<run wear("male_socks")>>
<<run addToInv("pyjama_man_shorts")>>
<<run addToInv("pyjama_man_tshirt")>>
[[Clinic->BOS2]]I woke up on the bed in some strange room. It looked like a hospital room. I slowly sat on the table feeling still a bit dizzy. My hand touched my head and a small mount came out of my mouth. I sat for a while to stop my head spinning. On the nightstand that was just next to the bed was a plastic cup of water which I drank on ex.<br>
The dizziness was smaller so I could go to explore the room. It was quite large, however very simple indeed. Just a few pieces of furniture and a bathroom. There was one more door probably leading out of the room, but when I tried the handle, of course it was locked. I also noticed a red light at the ceiling coming out of the camera.
<<print say("me","Where the heck I am?")>>
I heard a buzzer from the door and it opened. Mark came in and checked that the door closed after him.
<<print say("Mark","Hello $player.name, it's good that you are awake.")>>
He sat on the chair and prepared one for me as well. I sat down because I wanted to know what happened
<<print say("me","Where am I? I want to go home.")>>
<<print say("Mark","You may feel a little dizzy but it will go away. Let me explain everything.")>>
he continued.
<<print say("Mark","Your mother told me that you have some problems… well with your identity and we will both try to uncover it and help you..")>>
<<print say("me","I don't have problems, I want to go home. I will call the police.")>>
<<print say("Mark","There is no need to call either your mother or the police. Your mother signed the contract with my clinic to hospitalize you here and do all the necessary things to help you. But enough talking, please, follow me.")>>
He stood up and knocked on the door. The lock opened and two strong guys in medical clothes appeared at the door. They entered the room and just pointed at the door to make it clear that I should leave with them.
I followed Mark outside and saw a corridor and five more doors like mine with signs “Room 1” to “Room 6”. Mine was 3.
<<print say("me","Oh my, I'm not probably here alone.")>>
<<set $story20_progress=1>>
I thought and followed Mark to the door with the sign “[[Examination room->ExamRoom]]”.
<<if $story20_progress>20 && !$player.dailyTasks.includes("Attend Exam room")==true>>
[[Return->Corridor]]
<<endif>>
<<if $story20_progress==1>>
<img src='img/examchair.jpg'/>
There was a chair with some strange machines next to it and one armchair. Mark sat on the armchair and offered me the other one.
<<print say("Mark","Please, have a seat. And do not be afraid. Although it may look dangerous, it is basically just a lie detector. My colleagues will now attach it to you to monitor your pulse, breathing frequency, temperature and and others. Then I will give you a couple questions about everything and mark the answers. It should give us a complete diagnosis to work with.")>>
I turned on the spot and tried to run away. The escape was working, well, maybe one second until I was stopped by the one thug and and the last thing I remembered was a needle in my hand. I immediately felt weak and unable to escape any more.
<<print say("Mark","I apologize for that but if you will not cooperate, we will have to keep you under weak sedatives.")>>
They made me sit on the chair and put all the sensors on my body. One sensor on my wrist, one on my finger, one over my chest and all the time I was unable to resist.
<<print say("Mark","Ok, let's start.")>>
[[Start->ExamRoomQuestions1]]
<<set $story20_progress=3>>
<<endif>>
<<if $story20_progress>=4 && $story20_progress<20>>
[[Take the clinical tests->ExamRoomQuestions1]]
<<endif>>
<<if $story20_progress==20>>
<<print say("Mark","$player.name, ok, let's discuss the results. From what you have responded and how you have reacted on the video tests, I have made a final diagnosis. Iwill call your mother so that she hears that too.")>>
Mark used his phone and dialed my mother.
<<print say("Mother","Hello, Mark.")>>
<<print say("me","Mum, help, call the police, he's mad.")>>
<<print say("Mark","$player.name, please, calm down and let's discuss the results.")>>
<<print say("Mother","Honey, please let Mark tell us the results.")>>
I could not understand why mother remained so calm.
<<print say("Mark","Ok, long story short, what I have observed is that $player.name has schizophrenia at an advanced stage that needs to be cured as soon as possible to prevent it from further progress.")>>
<<print say("me","What, you freak! Let me out of here. You're not even a doctor.")>>
I pushed Mark and stole his ID card and ran to the door. I swiped the card in front of the card reader and the buzzer opened the door. It was very naive to anticipate that the exit path will be clear. One thug was standing just behind the door and I received again syringe in my hand. He hold me for a few moments until I lost control of my limbs and dragged me back to the chair.
<<print say("Mother","Mark, what happened?")>>
<<print say("Mark","Don't worry, we have it under control. $player.name tried to run away, we gave him weak sedatives, so we can continue.")>>
<<print say("Mother","Is he ok?")>>
<<print say("Mark","Ok, let's move on. What I have observed, $player.name has his mind split between the man and woman part. He started as man but during last approximately year his female part began to prevail. This escalated by the recent incidents when he was attracted by woman clothes.")>>
<<print say("Mother","Oh my…")>>
<<print say("Mark","Yes, the current state of the transition is around 60:40 in favor of the woman part. And I am convinced that your recent push on him to find a job and become an independent young man was the stressor that sped up everything.")>>
I wanted to protest but I simply could not. I heard everything but was unable to say anything.
<<print say("Mother","But I didn't want to hurt you, I just wanted him to start his own life…")>>
<<print say("Mark","No, wait. It's not your fault at all. Any other young man after school would appreciate it, at least after some time, but this is not the case. It put him under so much pressure that he simply could not resist.")>>
<<print say("Mother","Can you help him?")>>
<<print say("Mark","We have now basically two options. One is to return him into previous role. He will try to fulfill his man's role and the schizophrenia will evolve which will lead to unknown consequences.")>>
<<print say("Mother","And the second one?")>>
<<print say("Mark","We will help his feminine side to evolve and reduce the male one. He simply will become a girl and his mind will be content and at the end he will live happily. Just to avoid the misunderstanding, we will not cut his male organs or whatsoever. He will only dress like a girl and think like a girl. And you have to accept him as a girl as well. It is a long time run but at the end, he will be happy.")>>
<<print say("Mother","Are you 100% sure that it will help him?")>>
<<print say("Mark","More than that. I will send you all the materials and once you decide, I will start the treatment immediately. But please, do not take your time, I suggest starting tomorrow.")>>
<<print say("Mother","Yes please send me everything and I will call back tonight")>>
Mark left the room and the thugs just put me down on a bed where I remained for some unspecified amount of time.<br>
[[Mark entered->ExamRoomEvent1]]
<<endif>>
<br><br>
<p>I identify myself as:</p>
<label><<radiobutton "$Q1_1" "man" autocheck>>Man</label>
<label><<radiobutton "$Q1_1" "woman" autocheck>>Woman</label>
<label><<radiobutton "$Q1_1" "trans" autocheck>>Trans</label>
<label><<radiobutton "$Q1_1" "sissy" autocheck>>Sissy</label>
<br>
<p>I find attractive</p>
<label><<radiobutton "$Q1_2" "man" autocheck>>Man</label>
<label><<radiobutton "$Q1_2" "woman" autocheck>>Woman</label>
<label><<radiobutton "$Q1_2" "both" autocheck>>Both</label>
<br>
<p>I found myself aroused by</p>
<label><<radiobutton "$Q1_3" "man" autocheck>>Man</label>
<label><<radiobutton "$Q1_3" "woman" autocheck>>Woman</label>
<label><<radiobutton "$Q1_3" "both" autocheck>>Both</label>
<br>
<p>Do I tolerate LBGTQ+</p>
<label><<radiobutton "$Q1_4" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q1_4" "no" autocheck>>No</label>
<br>
<p>Have you ever dreamed of same-sex relationship</p>
<label><<radiobutton "$Q1_5" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q1_5" "no" autocheck>>No</label>
<br><br>
[[Verify the answers->Verify1]]
<<switch $story20_progress>>
<<case 3>>
<img src="vids/porn_vanilla.webp">
<<set $story20_progress=4>><br>
[[Next->ExamRoomVideos]]
<<case 4>>
<img src="vids/porn_bisex.webp">
<<set $story20_progress=5>><br>
[[Next->ExamRoomVideos]]
<<case 5>>
<img src="vids/porn_gay.webp">
<<set $story20_progress=6>><br>
[[Next->ExamRoomVideos]]
<<case 6>>
<img src="vids/porn_trans.webp">
<<set $story20_progress=7>><br>
[[Next->ExamRoomVideos]]
<<case 7>>
<img src="vids/porn_sissy.webp">
<<set $story20_progress=20>><br>
[[Next->ExamRoomVideos]]
<<case 20>>
<<set $time=21>>
Finally all the tests were done and I could go to my room<br>
[[All done->Bedroom]]
<</switch>>[[Watch porn->WatchPornClinic]]<br>
<<if $Story20_progress >0>>
[[Email->Email]]<br>
<<endif>>
[[Turn off computer->Bedroom]]<img src='img/clinicCorridor.jpg' width=75% /><br>
[[Bedroom->Bedroom]]<br>
[[Exam room->ExamRoom]]<br>
<<if $story20_progress>=21>>
[[Classroom->Classroom]]<br>
<<endif>>
<<if $story20_progress>=22>>
[[Mall->Mall]]<br>
<<endif>>
<<if $story20_progress>=23>>
[[Gym->Gym]]<br>
[[Room cleaning->RoomCleaning]]
<<endif>>
<br><br>
<<if $player.dailyTasks.contains("Weekly meeting")>>
[[Weekly meeting->WeeklyMeeting]]<br>
<<endif>>
<<if $player.permanentTasks.contains("Breast augmentation")>>
[[Hospital Wing->HospitalWing]]<br>
<<endif>>
[[From:Mother->MotherEmail]]From: Mother
Text: Hi honey, I know it may look cruel but I was with you during the whole session with Mark and we together came to the conclusion that you need professional help. Mark will make some diagnosis and we will then decide what will be the best for you. Love you, mum.
[[Rerturn->Computer]]<<print say("Mark","Ok, your mother gave me consent to start your treatment. Starting now, you will begin your path to become a girl. We will develop the feminine part of your mind which will help you.")>>
<<print say("me","No, I am happy as I am now, don't you dare even touch me.")>>
But two hands, one on each of my shoulders, showed me who has the advantage.
<<print say("Mark","You will attend special lessons here at the clinic as well as you will fulfill tasks you will be given. If you comply, you will have some benefits, if not you will be punished.")>>
Mark handed me a card.
<<print say("Mark","Take this ID card. It will grant you access to your room as well as the class room for now. Later on you will be granted access to other parts of the clinic.")>>
Then the thugs returned with me to my room.
<<print say("me","Shit, what does this mean? How actually all this happened?")>>
I kept asking myself but was unable to reply to any of the questions.
I decided to spend the rest of the day playing computer games to drive away the bad thoughts, but then new email arrived <br>
<<set $story20_progress=21>>
[[Read email->TeacherEmail]]
From Ms. Williams<br>
Subject: Class begins tomorrow<br><br>
Dear $player.name, my name is Ms. Williams and I will be your tutor for some time now. We will meet tomorrow at 9am in the classroom. Please, don't be late.
Ms. Williams.<br>
<<set $time=21>>
[[Return->Computer]]<<if $story20_progress==22>>
<<if $player.clothing["underwear"].contains("panties")>>
<<print say("teacher","Good, it is said that each long journey begins with one little step.")>>
<<print say("me","But I don't want to. Please, let me go.")>>
<<print say("teacher","Be so kind and don't spoil it. We are doing this together for your own good. You have schizophrenia that will not go away.")>>
<<print say("me","But I am fine. Ok, i did few stupid things but that's not the reason for being a girl.")>>
<<print say("teacher","Trust me, you are closer to a girl than you think. We saw the results. I will guide you through the whole process, but let's take your first set of questions and visual test.")>>
She reached for a folder and took a quick look at it.
[[Look at results->Results]]
<<else>>
<<print say("teacher","No, no, no. You should be wearing panties. Do you need one more penalty point to remind it to you?")>>
<<endif>>
<<endif>>
<<if $story20_progress==21>>
<img src='img/teacherBehind.jpg'/><br>
I entered the room and saw a lady writing on the blackboard. She was writing "BACK TO SCHOOL" and once I entered the room, she offered me a handshake.
<<print say("teacher","Hello, $player.name, I am Mrs. Williams, nice to meet you. Please, have a seat.")>>
I nervously sat down.
<<print say("teacher","We will gradually get to know each other and I will help you with everything you will need on your way")>>
<<print say("me","But I don't want to. I want to go home.")>>
<<print say("teacher","Listen my dear, I am here to help you, not to torture you. Let's collaborate and you will see that you will like it. Let me show you the point system. Each time you fulfill a task in time you will receive a point or more if it is a big one. and each week we will make a summary and evaluate your progress. Each time you fail a task or show a kind of disrespect, you will get a penalty point. When you reach 3 penalty points you will be punished. Do you understand?")>>
<<print say("me","Please let me go, I don't want to be part of this madness.")>>
<<print say("teacher","Do you understand or want to test the penalty system?")>>
<<print say("me","Ok, ok, I understand.")>>
<<print say("teacher","I understand, Ms. Williams.")>>
she looked at me strictly.
<<print say("me","I understand, Ms. Williams")>>
I repeated after her.
<<print say("teacher","Good. Finally we are on the same page. Here is your timetable for the time being with all the classes you are to attend as well as your duties. Part of the clinique is also a small hotel to help us.")>>
She handed me a piece of paper with some table.
<<print say("teacher","We will also set up your first week's task. From tomorrow on, you will be wearing girl panties.")>>
<<print say("me","What?! You must be out of your mind!")>>
<<print say("teacher","Congratulations, you have just earned yourself your first penalty point. Two more and you will see the consequences.I highly recommend not to push your luck.")>>
I rather remained silent.
<<print say("teacher","We have here a so-called mall where all the clients can get all the necessary stuff. I will get all necessary accesses for you. Now you may go to your room and study your new duties.")>>
<<set $story20_progress=22>>
<<run $player.permanentTasks.push("Wear panties")>>
<<set $story21_progress=1>>
<<run SugarCube.UIBar.update()>>
<<set $player.penaltyPoints=1>>
<<endif>>
<<if $story20_progress>=23>>
<<if $story20_progress==23 && $player.clothing.bra>>
<<endif>>
<<if $player.availableClasses.length>0>>
<<run $tasks=printPermanentTasks()>>
<<if $tasks[1]==true>>
<<print printAvailableClasses()>>
<<else>>
<<print say("teacher","I am sorry but because you failed to fulfill all the tasks, I have to give you a penalty point.")>>
<<set $player.penaltyPoints+=1>>
<<endif>>
<<endif>>
<<endif>>
<br>
[[Retrun->Corridor]]<<if !$player.inventory.contains("nightDress_blue") && $player.doneClasses.contains("Fashion102")>>
I was just about to get my pyjamas bed but I could not find my it. Then somebody knocked on the door.
<<print say("teacher","$player.name, it's me, are you sleeping?")>>
<<print say("me","No.")>>
I replied and opened the door. Mrs Williams was standing there holding a small package.
<<print say("teacher","Your pyjamas were a little bit dirty, so I brought you a new one.")>>
<<print say("me","Thanks.")>>
I said and took the package from her. When I opened it, my fears came true<br>
<img src='img/clothes/nightDress_blue.jpg'/>
<<print say("me","Shit, I knew it…")>>
I thought to myself but still it was better then sleeping naked.<br>
[[Put the nightdress on->Bedroom][removeAll();wear("nightDress_blue");updateClothesSet("clothesSetSleep");$player.inventory.delete("pyjama_man_tshirt");$player.inventory.delete("pyjama_man_shorts")]]
<<else>>
<<if $player.doneClasses.contains("Fashion108") && ($day % 7)==0>>
<<if $player.ChasReleaseEvent==false>>
This night was the same as the other ones, I again had problems with falling asleep. I was turning from side to side every few minutes. Sleeping on my stomach was not possible because the cage was pressing so hard on the pubic bone. I also tried a couple times to somehow remove the cage but without removing the lock it was hopeless. I don't know how long my fight with the sleep took but I heard a knock on my door.
<<print say("teacher","$player.name, are you sleeping")>>
I was thinking if it is a dream or not but I replied just No.
Then the door opened and I saw Mrs. Williams at the door. I could not miss the ropes in her hands.<br>
<img src='img/mistressRopes.jpg'>
<<print say("teacher","Good. When I saw you struggling it came to my mind that I will offer you help with… your little problem down there.")>>
<<print say("me","Eeee, what?")>>
<<print say("teacher","I know that it could be hard to prevent men from cumming for a longer time at least at the start so I will offer you a deal. Once per week I will remove the cage and do a hand job with a blow job as well.")>>
<<print say("me","And what's the catch?")>>
I asked immediately as I know it won't be for free.
<<print say("teacher","No catch. I am just trying to make you like it here. Well, maybe one small. If someone loses his sight all other senses sharpen, that's the fact, So I will put a mask on your eyes so that you will experience it more intensively.")>>
<<print say("me","Ok, and what are those ropes for?")>>
<<print say("teacher","You will be tied to the bed for the whole time. Firstly for my protection and secondly to prevent you from removing the mask. That's all, no other conditions, you have my word. So do you take it? But before you reply, this opportunity will not repeat so think carefully.")>>
Refuse (too aroused)<br>
[[Accept->BJ_firstTime]]
<<else>>
<<print printAvailableReleaseClasses()>>
<<endif>>
<<else>>
<<print sleepClinic()>>
<<if $story4_progress==2>>
<<set $story4_progress=3>>
<<endif>>
<<endif>>
<<endif>>Welcome to the panties shop.<br>
<img src="img/lingerieShop.jpg"><br>
<<print printShop("pantiesShop")>>
<br>
[[Return to Mall->Mall]]<img src="img/warning.png"><br>
This game contains explicit adult content that some viewers may find offensive. If you are not of the legal age to view adult content in your community, or if it is illegal to view such such content in your community, please do not play. This is a work of fiction. Names, characters, places and incidents either are products of the author's imagination, or are used fictitiously. Any resemblance to actual events or locales or persons, living or dead, is purely coincidental. All characters portrayed in this game are above the age of 21. Additionally, while this game portrays strong adult themes, they are only used as a form of artistic expression. Real-life acts of non-consensual sexual behaviour or anything illegal are strongly condemned by the author and are fictional and should not be done in real live at all. If you fully understand these disclaimers, and wish to continue, please click the link below. If do not wish to play, please EXIT now.<br>
[[I confirm that I have read, understand and agree to the above terms.->Intro]]
<<print say("teacher","Ok, let's take a look at the results. For me it was very surprising that you identify yourself as a sissy. Not man, not woman, not trans but a sissy. Effeminate boy.")>>
<<print say("me","Well the test did not let me pass through without marking this, It's not true though.")>>
<<print say("teacher","Shush. Let me continue and then you will have a place for comment. You also find attractive both men and women and also find yourself aroused by them. With combination with fact that you tollerate LBGTQ+ and also dreamt of same-sex relation, it leads us to point that you are definitelly bisexual person. So what do you say?")>>
<<print say("me","It's not true at all. I love girls and that's all!")>>
<<print say("teacher","Maybe it's because you did not think about anything else. But let's move on to, at least for me, a very interesting part.")>>
She paused for a moment.
<<print say("teacher","Looking at your answers about women clothing and cosmetics I came to the conclusion that you are a crossdresser - man, who likes to dress as a woman. What do you think about this?")>>
<<print say("me","It was only an experiment. I love girls wearing these things so I just was curious how it would feel to wear those.")>>
<<print say("teacher","Well, it could be true and many of my patients had the same period of time but this leads us to the third part which denies what you said.")>>
She turned a page and continued.
<<print say("teacher","Aah, here. I dream of going out dressed as a girl. You replied yes. This shows us clearly that there is much more behind this. Also when you see a girl in sexy lingerie, you want to be her as well as dressed as a girl all the time. The brain tells us clearly what are your desires. Being dressed as a woman and being inferior to the real one.")>>
<<print say("me","I don't understand this.")>>
<<print say("teacher","I see, you are confused. So let's go over the last two parts. You watch porn with men which confirms everything we talked about previously. And the desires - you desire to have sex with both men and women, find men's body more attractive, want to meet trans person and best in the end - you want to be treated as a girl and have sex dressed like one. Interesting, right?")>>
<<print say("me","This is all wrong?")>>
<<print say("teacher","But the visual testing confirms it. You have the biggest reaction on the sissy porn and the lowest on the straight. To complete the whole picture, most of the men have it vice versa.")>>
<<print say("me","Cannot be true.")>>
<<print say("teacher","Yes it is. Now le's come to conclusion.")>>
<<print say("me","What conclusion?")>>
<<print say("teacher","You are a girl imprisoned in a man's body. So, what do you think about this?")>>
<<print say("teacher","So, what do you think about this?")>>
<<print say("me","Well, I don't know. I don't believe it.")>>
<<print say("teacher","You know the society is expecting from us several things or stereotypes to be more precise. We see it everywhere, starting at our home. Based on biology you are man and you tend to behave like the closest one to you - your father. The society expects that he will physically protect the family, he will always know what to do, he will always be the dominant and what's more, he will always be the one that will penetrate the woman.")>>
She stopped to drink from a glass of water and got ready to carry on.
<<print say("teacher","On the other hand, women are mostly the submissive ones, enjoying that they are protected and basically, they rather receive than give. But we will analyze it later.")>>
<<print say("me","This is insane…")>>
<<print say("teacher","Don't be so disapproving. At the end you will be much happier, trust me. So, starting tomorrow you will receive tasks on daily basis. It will be for example education, work and what ever wil be needed or whatever will help you become a woman")>>
<<print say("me","I will definitely not work for you.")>>
<<print say("teacher","$player.name, what did I tell you about disrespect?")>>
[[Comply->Comply1]]<br>
[[Don't comply->DONTcomply]]<br>
[[Return->Corridor]]
<<print printClass("Hypno class")>>
<<print printClass("Fashion class")>>
<<print printClass("Womanship class")>>
<<print printClass("Sex class")>>
Welcome to the sissy shop.<br><img src="img/gym.jpg">
<br>
<<if $player.dailyTasks.contains("Fitness class")>>
<<if $player.doneClasses.contains("Fashion105")>>
<<if $player.inventory.contains("yoga_panties")>>
[[Change into workout outfit->GymChangeFemale]]
<<else>>
<<print say("fitness","Hi, I have been waiting for you.")>>
<<print say("me","Ok and why?")>>
<<print say("fitness","You have attended several fitness classes to get in shape but training in your old clothes does not support our try to help you. ")>>
<<print say("me","Well…")>>
<<print say("fitness","Don't worry, I brought you a gym outfit, I'm sure you will like it.")>>
When I saw her smile, I quickly realized there was a catch. She handed me a bag and I looked inside.
<img src='img/clothes/yoga_panties.jpg'/>
<img src='img/clothes/yoga_bra.jpg'/>
<img src='img/clothes/yoga_socks.jpg'/>
<img src='img/clothes/yoga_pants.jpg'/>
<img src='img/clothes/yoga_top.jpg'/>
<<print say("fitness","Don't worry, it will suit you perfectly.")>>
<<print say("me","But… This is a women's outfit.")>>
<<print say("fitness","And what did you expect? Go to the changing room and let's start.")>>
<<set $player.perks.fitness=1>>
[[Change into workout outfit->GymChangeFemale]]
<<endif>>
<<else>>
<<print say("fitness","Hi, ready to sweat? Change into the workout outfit and let's start.")>>
[[Change into workout outfit->GymChangeMale]]
<<endif>>
<<else>>
<p>I don't have fitness class today</p>
<<endif>>
<br><br>
[[Return->Corridor]]<img src="img/hotelCleaningService.jpg">
<br>
<<if $player.dailyTasks.contains("Room cleaning")>>
<<if $player.doneClasses.contains("Fashion106")>>
<<if $player.inventory.contains("maid_dress")>>
[[Change into maid uniform->MaidChange]]<br>
<<else>>
When I entered the hotel wing and went to get my cleaning cart, I saw Mrs. Willilams was already waiting for me with a sinister smile on her face.
<<print say("teacher","Hello")>>
She said keeping her smile.
<<print say("me","Hello")>>
I replied a bit anxiously.
<<print say("teacher","You know during the cleaning there is a possibility that you will damage your clothes, right?")>>
I immediately realized where it was heading.
<<print say("teacher","So, long story short, I brought you a new working uniform.")>>
She handed me a big pink box. I did not answer because I expected some kind of bad surprise.
<img src="img/pinkBox.jpg"/>
<<print say("teacher","So, get dressed and you may start. I will wait here and check you.")>>
She sat down on a couch and left me standing there with the box in my hands.<br>
I went with the box in the cleaning closet to change.<br>
[[Cleaning closet->CleaningCloset]]<br><br><br>
<<endif>>
<<else>>
[[Clean the rooms->RoomCleaning3]]<br>
<<endif>>
<<else>>
<p>I don't have to clean the rooms today</p>
<<endif>>
<br>
[[Return->Corridor]]<<if $Q1_1=="sissy" && $Q1_2=="both" && $Q1_3=="both" && $Q1_4=="yes" && $Q1_5=="yes">>
<<print say("Mark","Perfect, all the questions were answerd trully. Lets move to another part.")>>
[[Take the clinical tests->ExamRoomQuestions2]]
<<else>>
<<print say("Mark","Unfortunaltelly the lie detector showed that you did not replied trully some questions. Let's do it again.")>>
<<if $Q1_1!="sissy">>
<p>I identify myself as:</p>
<label><<radiobutton "$Q1_1" "man" autocheck>>Man</label>
<label><<radiobutton "$Q1_1" "woman" autocheck>>Woman</label>
<label><<radiobutton "$Q1_1" "trans" autocheck>>Trans</label>
<label><<radiobutton "$Q1_1" "sissy" autocheck>>Sissy</label>
<<endif>>
<br>
<<if $Q1_2!="both">>
<p>I find attractive</p>
<label><<radiobutton "$Q1_2" "man" autocheck>>Man</label>
<label><<radiobutton "$Q1_2" "woman" autocheck>>Woman</label>
<label><<radiobutton "$Q1_2" "both" autocheck>>Both</label>
<<endif>>
<br>
<<if $Q1_3!="both">>
<p>I found myself aroused at least once by</p>
<label><<radiobutton "$Q1_3" "man" autocheck>>Man</label>
<label><<radiobutton "$Q1_3" "woman" autocheck>>Woman</label>
<label><<radiobutton "$Q1_3" "both" autocheck>>Both</label>
<<endif>>
<br>
<<if $Q1_4!="yes">>
<p>Do I tolerate LBGTQ+</p>
<label><<radiobutton "$Q1_4" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q1_4" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q1_5!="yes">>
<p>Have you ever dreamed of same-sex relationship</p>
<label><<radiobutton "$Q1_5" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q1_5" "no" autocheck>>No</label>
<<endif>>
<br>
[[Verify->Verify1]]
<<endif>><br><br>
<p>I have at least once worn panties</p>
<label><<radiobutton "$Q2_1" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_1" "no" autocheck>>No</label>
<br>
<p>I have at least once worn bra</p>
<label><<radiobutton "$Q2_2" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_2" "no" autocheck>>No</label>
<br>
<p>I have at least once worn pantyhose/stockings</p>
<label><<radiobutton "$Q2_3" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_3" "no" autocheck>>No</label>
<br>
<p>I have at least once worn dress</p>
<label><<radiobutton "$Q2_4" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_4" "no" autocheck>>No</label>
<br>
<p>I have at least once worn high heels</p>
<label><<radiobutton "$Q2_5" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_5" "no" autocheck>>No</label>
<br>
<p>I have at least once worn makeup</p>
<label><<radiobutton "$Q2_6" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_6" "no" autocheck>>No</label>
<br>
<p>I have at least once worn nail polish</p>
<label><<radiobutton "$Q2_7" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_7" "no" autocheck>>No</label>
<br><br>
[[Verify the answers->Verify2]]<<if $Q2_1=="yes" && $Q2_2=="yes" && $Q2_3=="yes" && $Q2_4=="yes" && $Q2_5=="yes" && $Q2_6=="no" && $Q2_7=="no">>
<<print say("Mark","Perfect, all the questions were answerd trully. Lets move to another part.")>>
[[Take the clinical tests->ExamRoomQuestions3]]
<<else>>
<<print say("Mark","Unfortunaltelly the lie detector showed that you did not replied trully some questions. Let's do it again.")>>
<<if $Q2_1!="yes">>
<p>I have at least once worn panties</p>
<label><<radiobutton "$Q2_1" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_1" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q2_2!="yes">>
<p>I have at least once worn bra</p>
<label><<radiobutton "$Q2_2" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_2" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q2_3!="yes">>
<p>I have at least once worn pantyhose/stockings</p>
<label><<radiobutton "$Q2_3" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_3" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q2_4!="yes">>
<p>I have at least once worn dress</p>
<label><<radiobutton "$Q2_4" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_4" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q2_5!="yes">>
<p>I have at least once worn high heels</p>
<label><<radiobutton "$Q2_5" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_5" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q2_6!="no">>
<p>I have at least once worn makeup</p>
<label><<radiobutton "$Q2_6" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_6" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q2_7!="no">>
<p>I have at least once worn nail polish</p>
<label><<radiobutton "$Q2_7" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_7" "no" autocheck>>No</label>
<<endif>>
<br>
[[Verify->Verify2]]
<<endif>><br><br>
<p>I dream of going out dressed as a girl?</p>
<label><<radiobutton "$Q3_1" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q3_1" "no" autocheck>>No</label>
<br>
<p>When I see a girl in sexy lingerie</p>
<label><<radiobutton "$Q3_2" "sex" autocheck>>I want to have sex with her</label>
<label><<radiobutton "$Q3_2" "her" autocheck>>I want to be her and wear the lingerie
</label>
<label><<radiobutton "$Q3_2" "nothing" autocheck>>I feel nothing
</label>
<br>
<p>I want to dress as a girl all the time?</p>
<label><<radiobutton "$Q3_3" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q3_3" "no" autocheck>>No</label>
<br>
<p>I am:</p>
<label><<radiobutton "$Q3_4" "sub" autocheck>>Submissive</label>
<label><<radiobutton "$Q3_4" "dom" autocheck>>Dominant</label>
<br>
<p>I think that superior is</p>
<label><<radiobutton "$Q3_5" "men" autocheck>>Men</label>
<label><<radiobutton "$Q3_5" "women" autocheck>>Women</label>
<br><br>
[[Verify the answers->Verify3]]<<if $Q3_1=="yes" && $Q3_2=="her" && $Q3_3=="yes" && $Q3_4=="sub" && $Q3_5=="women">>
<<print say("Mark","Perfect, all the questions were answerd trully. Lets move to another part.")>>
[[Take the clinical tests->ExamRoomQuestions4]]
<<else>>
<<print say("Mark","Unfortunaltelly the lie detector showed that you did not replied trully some questions. Let's do it again.")>>
<<if $Q3_1!="yes">>
<p>I dream of going out dressed as a girl?</p>
<label><<radiobutton "$Q3_1" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q3_1" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q3_2!="her">>
<p>When I see a girl in sexy lingerie</p>
<label><<radiobutton "$Q3_2" "sex" autocheck>>I want to have sex with her</label>
<label><<radiobutton "$Q3_2" "her" autocheck>>I want to be her and wear the lingerie
</label>
<label><<radiobutton "$Q3_2" "nothing" autocheck>>I feel nothing
</label>
<<endif>>
<br>
<<if $Q3_3!="yes">>
<p>I want to dress as a girl all the time?</p>
<label><<radiobutton "$Q3_3" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q3_3" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q3_4!="sub">>
<p>I am:</p>
<label><<radiobutton "$Q3_4" "sub" autocheck>>Submissive</label>
<label><<radiobutton "$Q3_4" "dom" autocheck>>Dominant</label>
<<endif>>
<br>
<<if $Q3_5!="women">>
<p>I think that superior is</p>
<label><<radiobutton "$Q3_5" "men" autocheck>>Men</label>
<label><<radiobutton "$Q3_5" "women" autocheck>>Women</label>
<<endif>>
<br>
<<if $Q2_6!="no">>
<p>I have at least once worn makeup</p>
<label><<radiobutton "$Q2_6" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_6" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q2_7!="no">>
<p>I have at least once worn nail polish</p>
<label><<radiobutton "$Q2_7" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q2_7" "no" autocheck>>No</label>
<<endif>>
<br>
[[Verify->Verify3]]
<<endif>><br><br>
<p>I have kissed with person of the same sex</p>
<label><<radiobutton "$Q4_1" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_1" "no" autocheck>>No</label>
<br>
<p>I have watched porn showing person of the same sex</p>
<label><<radiobutton "$Q4_2" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_2" "no" autocheck>>No</label>
<br>
<p>I have sucked a dildo?</p>
<label><<radiobutton "$Q4_3" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_3" "no" autocheck>>No</label>
<br>
<p>I have tasted cum</p>
<label><<radiobutton "$Q4_4" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_4" "no" autocheck>>No</label>
<br>
<p>I have worn a butplug</p>
<label><<radiobutton "$Q4_5" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_5" "no" autocheck>>No</label>
<br><br>
[[Verify the answers->Verify4]]<<if $Q4_1=="no" && $Q4_2=="yes" && $Q4_3=="no" && $Q4_4=="no" && $Q4_5=="no">>
<<print say("Mark","Perfect, all the questions were answerd trully. Lets move to another part.")>>
[[Take the clinical tests->ExamRoomQuestions5]]
<<else>>
<<print say("Mark","Unfortunaltelly the lie detector showed that you did not replied trully some questions. Let's do it again.")>>
<<if $Q4_1!="no">>
<p>I have kissed with person of the same sex</p>
<label><<radiobutton "$Q4_1" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_1" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q4_2!="yes">>
<p>i have watched porn with person of the same sex</p>
<label><<radiobutton "$Q4_2" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_2" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q4_3!="no">>
<p>I have sucked a dildo?</p>
<label><<radiobutton "$Q4_3" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_3" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q4_4!="no">>
<p>I have tasted cum</p>
<label><<radiobutton "$Q4_4" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_4" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q4_5!="no">>
<p>I have worn a butplug</p>
<label><<radiobutton "$Q4_5" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q4_5" "no" autocheck>>No</label>
<<endif>>
<br>
[[Verify->Verify4]]
<<endif>>
<br><br>
<p>I desire to have sex with</p>
<label><<radiobutton "$Q5_1" "men" autocheck>>Men</label>
<label><<radiobutton "$Q5_1" "women" autocheck>>Women</label>
<label><<radiobutton "$Q5_1" "both" autocheck>>Both</label>
<br>
<p>If I have to choose one, which body is more attraactive for me</p>
<label><<radiobutton "$Q5_2" "men" autocheck>>Men</label>
<label><<radiobutton "$Q5_2" "women" autocheck>>Women</label>
<br>
<p>I want to mmet a trans person</p>
<label><<radiobutton "$Q5_3" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q5_3" "no" autocheck>>No</label>
<br>
<p>I want to be treated like a girl</p>
<label><<radiobutton "$Q5_4" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q5_4" "no" autocheck>>No</label>
<br>
<p>I want to have sex like a girl and dressed in sexy lingerie</p>
<label><<radiobutton "$Q5_5" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q5_5" "no" autocheck>>No</label>
<br><br>
[[Verify the answers->Verify5]]<<if $Q5_1=="both" && $Q5_2=="men" && $Q5_3=="yes" && $Q5_4=="yes" && $Q5_5=="yes">>
<<print say("Mark","Perfect, all the questions were answerd trully. Lets move to another part.")>>
[[Take the visual tests->ExamRoomVideos]]
<<else>>
<<print say("Mark","Unfortunaltelly the lie detector showed that you did not replied trully some questions. Let's do it again.")>>
<<if $Q5_1!="both">>
<p>I desire to have sex with</p>
<label><<radiobutton "$Q5_1" "men" autocheck>>Men</label>
<label><<radiobutton "$Q5_1" "women" autocheck>>Women</label>
<label><<radiobutton "$Q5_1" "both" autocheck>>Both</label>
<<endif>>
<br>
<<if $Q5_2!="men">>
<p>If I have to choose one, which body is more attraactive for me</p>
<label><<radiobutton "$Q5_2" "men" autocheck>>Men</label>
<label><<radiobutton "$Q5_2" "women" autocheck>>Women</label>
<<endif>>
<br>
<<if $Q5_3!="yes">>
<p>I want to meet a trans person</p>
<label><<radiobutton "$Q5_3" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q5_3" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q5_4!="yes">>
<p>I want to be treated like a girl</p>
<label><<radiobutton "$Q5_4" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q5_4" "no" autocheck>>No</label>
<<endif>>
<br>
<<if $Q5_5!="yes">>
<p>I want to have sex like a girl and dressed in sexy lingerie</p>
<label><<radiobutton "$Q5_5" "yes" autocheck>>Yes</label>
<label><<radiobutton "$Q5_5" "no" autocheck>>No</label>
<<endif>>
<br>
[[Verify->Verify5]]
<<endif>>
<br>
<br>
<br>
<br>
<<if $player.clothing.underwear.contains("yoga")==true>>
<img src='vids/workoutFemale.gif'/>
<<else>>
<img src='vids/workout.gif'/>
<<endif>>
<br>
<<print doTask("Fitness class")>>
<<run addTime(5)>>
<br>
[[Hit the shower->GymChangeBack]]<img src='img/roomCleaning.jpg'/>
<br>
<<print doTask("Room cleaning")>>
<<run addTime(8)>>
<br>
[[Return->RoomCleaning]]<<print say("teacher","Cool, we went all over the questions and one friendly reminder at the end - you already have $player.penaltyPoints penalty points, so take care not gather more of them. Enjoy the rest of the day.")>>
<<set $story20_progress=100>>
<<set $player.availableClasses.push("Class101")>>
<<set $time=21>>
She said goodbye and I left the class
<br><br>
[[Go to room->Bedroom]]<<print say("me","No, you will never made me to do it.")>>
<<print say("teacher","I am really sorry to hear that, but I have to give you 2 more penalty points - one for disrespect to a superior and one for not complying to commands.")>>
Before I could reply, she used a buzzer to call the thugs.
<<print say("teacher","Please, take $player.name to the disciplinary room.")>>
[[Disciplinary room->Disciplinary]]<img src="img/spanking.jpg">
<br>
They dragged me to some kind of bench with many straps. Once I realized what will follow I tried to resist but it was really worthless. One caught me tightly and the second one started to undress me. Once done they made me lie on the bench. <br>
One was still holding me so I could not escape while the other one started to fasten two straps over my back. Then he moved to the front and fastened two straps over each hand, followed by two straps over each leg.<br>
I was there practically on four with legs slightly apart and unable to move. The thugs left the room and I did my best to escape but they did their job well because it was useless.<br>
In maybe one minute Ms. Williams came into the room and headed directly to me.
<<print say("teacher","I am sorry $player.name, but it was you who caused this whole situation. Until you show propriate respect to your superiors and fulfill your duties, we have to take these measures.")>>
She walked to a cabinet and opened it with a small creek. I looked in that direction and saw that the cabinet was full of different kinds of whips, floggers, paddles and canes.
<<print say("teacher","This time, we will use classical whip.")>>
She said and took one of the whips and came to me
<<print say("me","No, please wait, I'm sorry")>>
I tried to stop her but she only shaked her head disapprovingly.
<<print say("teacher","Trust me, it will hurt me much more than you but this is really necessary. And one more thing - to make it more efficient, each time I strike you, you will say loudly the actual count of strikes already administered followed by “Thank you, Mistress”, otherwise it will not count. Ok, let's start.")>>
Without any further warning, the first strike landed on my butt and I just screamed out with pain. I instinctively tried to cover my butt with my hand but the strips did their job too well. Mrs. Williams waited for a moment.
<<print say("teacher","I don't hear anything...")>>
I realized that if I remain silent this strike will not be counted.
<<print say("me","One, thank you mistress.")>>
<<print say("teacher","Good, let's continue.")>>
<<set $strike=1>>
[[Next strike->Strike]]
<<if $strike<=10>>
<<print say("me","$strike, thank you mistress.")>>
<<set $strike+=1>>
[[Next strike->Strike]]
<<else>>
<<print say("teacher","Before I let you go, will you perform all the duties and show respect or should I administer another 10?")>>
It was no brainer
<<print say("me","No, I will comply, mistress")>>
<<print say("teacher","Glad to hear that, so the punishment is over. I will call the guys to release you. I hope it's the last we see each other in this room.")>>
She said and returned the punishment tool back to the cabinet. Not long after her leave, the same thugs came in and released me from the bench. I dressed up and very gladly left the room.
<<set $player.punishmentNeeded=false>>
<<set $player.penaltyPoints=0>>
<<if $story20_progress==22>>
<<set $story20_progress=100>>
<<set $player.availableClasses.push("Class101")>>
<<endif>>
[[Corridor->Corridor]]
<<endif>><img src='vids/shaveLegs.gif'/><br>
<<run shave("legs")>><br>
<<if $player.DailyRoutinesAvailable.contains("Shave legs")==false>>
<<run $player.DailyRoutinesAvailable.push("Shave legs")>>
New item in daily routine available.<br>
<<endif>>
[[Return->Shaving]]<img src='vids/shaveFace.gif' width=50%/><br>
<<run shave("face")>><br>
<<if $player.DailyRoutinesAvailable.contains("Shave face")==false>>
<<run $player.DailyRoutinesAvailable.push("Shave face")>>
New item in daily routine available.<br>
<<endif>>
[[Return->Shaving]]<img src='img/shaveHands.jpg' width=50%/><br>
<<run shave("hands")>><br>
<<if $player.DailyRoutinesAvailable.contains("Shave hands")==false>>
<<run $player.DailyRoutinesAvailable.push("Shave hands")>>
New item in daily routine available.<br>
<<endif>>
[[Return->Shaving]]<img src='vids/shaveIntimate.webp' width=50%/><br>
<<run shave("intimate parts")>><br>
<<if $player.DailyRoutinesAvailable.contains("Shave intimate parts")==false>>
<<run $player.DailyRoutinesAvailable.push("Shave intimate parts")>>
New item in daily routine available.<br>
<<endif>>
[[Return->Shaving]]<img src='img/shaveBelly.jpg' width=50%/><br>
<<run shave("belly")>><br>
<<if $player.DailyRoutinesAvailable.contains("Shave belly")==false>>
<<run $player.DailyRoutinesAvailable.push("Shave belly")>>
New item in daily routine available.<br>
<<endif>>
[[Return->Shaving]]<<if $player.permanentTasks.includes("Shave face")>>
<<if $player.shaved["face"]!=true>>
[[Shave face->shaveFace]]<br>
<<else>>
Face shaved<br>
<<endif>>
<<endif>>
<<if $player.permanentTasks.includes("Shave hands")>>
<<if $player.shaved["hands"]!=true>>
[[Shave hands->shaveHands]]<br>
<<else>>
Hands shaved<br>
<<endif>>
<<endif>>
<<if $player.permanentTasks.includes("Shave intimate parts")>>
<<if $player.shaved["intimate parts"]!=true>>
[[Shave intimate parts->shaveIntimateParts]]<br>
<<else>>
Intimate parts shaved<br>
<<endif>>
<<endif>>
<<if $player.permanentTasks.includes("Shave belly")>>
<<if $player.shaved["belly"]!=true>>
[[Shave belly->shaveBelly]]<br>
<<else>>
Belly shaved<br>
<<endif>>
<<endif>>
<<if $player.permanentTasks.includes("Shave legs")>>
<<if $player.shaved["legs"]!=true>>
[[Shave legs->shaveLegs]]<br>
<<else>>
Legs shaved<br>
<<endif>>
<<endif>>
<br>
[[Return->Bathroom]]Pharmacy
You may buy:
<<print printShop("pharmacyShop")>>
[[Return to Mall->Mall]]Makeup:<br>
<<print printMakeup()>>
<br>
[[Return->Bathroom]]<img src='img/mall.jpg'/><br>
<<print say("shopkeeper","Hello, may I be of service?")>>
The shopkeeper immediately came to me and offered her help.
<<print say("me","Eeeeh, hi?")>>
I had a very difficult time finding the right words.
<<print say("shopkeeper","You must be the new client of the clinic, right? I heard that we have a newcomer. So welcome.")>>
<<print say("me","Thanks…")>>
I replied nervously
<<print say("shopkeeper","Don't be afraid, I guess we will meet more often now. So what's your task?")>>
<<print say("me","Pair of panties.")>>
I said as silently as possible.
<<print say("shopkeeper","Ah, perfect, let me guide you to the panties section. Please, follow me.")>>
She led me to the panties section where I realized that they are really well supplied.<br>
[[Panties section->MallPanties2]]<br>
[[Leave->Corridor]]<img src='img/mall.jpg'/><br>
<<print say("shopkeeper","Hello again, how may I help you today?")>>
<<print say("me","I have to buy pair of pantyhose.")>>
<<print say("shopkeeper","Hmm, and pantyhose or rather stockings. Frankly, stockings are much more sexy")>>
She led me to the hosiery section where I realized that they are really well supplied.<br>
[[Hosiery section->MallPantyhose2]]<br>
[[Leave->Corridor]]
<img src='img/mall.jpg'/><br>
<<print say("shopkeeper","Hello again, how may I help you today?")>>
<<print say("me","I have to buy a bra.")>>
<<print say("shopkeeper","I see, we should find you a matching one. Follow me please")>>
She led me to the bra section where I realized that they are really well supplied.<br>
[[Bra section->MallBra2]]<br>
[[Leave->Corridor]]<img src="img/lingerieShop.jpg"><br>
<<print say("shopkeeper","So, first of all we need to discuss the style. Do you have any preferences? I can would recommend you: Tanga, Thongs or Gstring.")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/panties_black_tanga.jpg'/><br>
<a onclick="wear('panties_black_tanga','MallPanties3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/panties_black_thongs.jpg'/><br>
<a onclick="wear('panties_black_thongs','MallPanties3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/panties_black_gstring.jpg'/><br>
<a onclick="wear('panties_black_gstring','MallPanties3')">Wear</a>
</td></tr></table><img src="img/fittingroom.jpg"><br>
<<print say("shopkeeper","Perfect, so try them on?")>>
<<print say("me","Now?")>>
<<print say("shopkeeper","Sure, you don't want to buy something you will not feel comfortable in, right? There are the fitting rooms.")>>
I entered the fitting room and shut the curtain. I put the hanger with panties on the small chair and began to undress. As soon as I was standing there half naked, I took the panties off the hanger and slipped them on. <br>
<img src="vids/pantieson.webp"><br>
I began to examine myself in the mirror and also tuned and checked myself from the back.
<<print say("shopkeeper","I have to admit that you have a very nice butt")>>
<<print say("me","What?")>>
I turned quickly back at the shopkeeper and instinctively hid the panties with my hands.
<<print say("shopkeeper","Oh, come on, do you know how many naked people like you I have seen here?")>>
<<print say("me","Can you leave me alone? ")>>
I said angrily.
<<print say("shopkeeper","Hey, watch your tongue or do you need a penalty point? Yes, I can leave a note to your teacher.")>>
I did not answer and just dressed the trousers with shoes and headed out
<<print say("shopkeeper","I was a pleasure to meet you.")>>
She just said as I was rushing out. What was very interesting was the feeling on my butt. As the panties were cut out the trousers were directly touching my butt. Also the lace on my intimate parts was very arousing.<br>
<<run addArousal(20)>>
<<set $story21_progress=2>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]<img src="img/lingerieShop.jpg"><br>
<<print say("shopkeeper","Let's pick the color")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/bra_black.jpg'/><br>
<a onclick="wear('bra_black','MallBra3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/bra_red.jpg'/><br>
<a onclick="wear('bra_red','MallBra3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/bra_white.jpg'/><br>
<a onclick="wear('bra_white','MallBra3')">Wear</a>
</td></tr></table><img src="img/fittingroom.jpg"><br>
I entered the fitting room and shut the curtain. I put the hanger with a bra on the small chair and began to undress. This time the shopkeeper stood just next to the curtain to prevent it from shutting. I made a confused face.
<<print say("shopkeeper","Just before you ask, I had lunch with your teacher and we talked about you. I was strictly instructed to accompany you all the time.")>>
I was thinking about saying something inappropriate but I remained silent and began to undress.<br>
As soon as I was standing there in panties only, I took the bra off the hanger.
<<print say("shopkeeper","Hook it in the front of you, then turn it around.")>>
I listened to her advice and did it accordingly. She helped me to pull the bra up and guided my hands through the bra to adjust it into its final position.<br>
<img src="vids/braon.webp" width=50%><br>
<<print say("shopkeeper","Good choice. You need to work a bit on your body and also bigger breasts would make the look nicer.")>>
I put on the trousers and shirt and also headed out. It was very different to feel the bra under the shirt and also it was clearly visible that I wore it.<br>
<<run addArousal(20)>>
<<set $story21_progress=4>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]
<img src="img/panythoseShop.jpg"><br>
<<print say("shopkeeper","Let's choose one")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/pantyhose_black.jpg'/><br>
<a onclick="wear('pantyhose_black','MallPantyhose3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/stockings_black.jpg'/><br>
<a onclick="wear('stockings_black','MallPantyhose3')">Wear</a>
</td></tr></table><img src="img/fittingroom.jpg"><br>
<<print say("shopkeeper","Let me help you first time but pay attention.")>>
She rolled up one panty leg to the toe-part of the tights and began to pull it up until it was over my knee. She repeated the process with the other other one and asked me to stand up. Next she pulled the tights up over my hips and waist.<br>
<img src='img/trystockings.gif'/>
<<print say("shopkeeper","Ta-da!")>>
I could not resist examining myself in the mirror and caressing my leg in sheer material.<br>
She smacked my butt moderately strong and with a smile
<<print say("me","Ouch!")>>
<<print say("shopkeeper","Sorry, I could not resist")>>
I could not resist and took a
[[look down->MallPantyhose4]]
<img src="img/cafe_cloakRoom.jpg"><br>
<<if $story4_progress==5>>
I took off the black shirt and put it in the cabinet. I could not overlook Olivia's uniform hanging there as well. Both her blouse and skirt were hanging there and the pantyhose were laying on her pumps. I could not stop myself from touching her blouse. It was silk and as my finger ran along it a very nice feeling went through my whole body.
<<print say("me","Wow, I have to say the material is much better than my shirt")>>
I was standing there unable to say anything. As I was caressing the blouse, Olivia's perfume came to my nose causing me to close my eyes and enjoy the scent.<br>
Subconsciously I approached the blouse with my face to make the scent more intense and
felt the fabric on my face. I couldn't get rid of the thought of trying the blouse on.
<<print say("me","Olivia will be here tomorrow at earliest so it can't be a problem.")>>
[[Try it on->CoffeeEvent1]]<br>
[[Rather not->CoffeeShop]]<br>
<<endif>>
<<if $player.clothing.top=="male_tshirt_black" && $player.clothing.bottom=="male_trousers_black">>
<a onClick="wearSet('clothesSet1','CoffeeShopBackLeave')">Change to casual clothes</a>
<<else>>
[[Leave->HomeCorridor]]
<<endif>><img src='img/tops.jpg'/><br>
<<print say("shopkeeper","Hello again, how may I help you today?")>>
<<print say("me","I have to buy a top.")>>
<<print say("shopkeeper","Superb, please follow me.")>>
She led me to the top section where I realized that they are really well supplied.<br>
[[Tops section->MallTop2]]<br>
[[Leave->Corridor]]
<<print say("shopkeeper","Let's choose one")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/top_crop_black.jpg'/><br>
<a onclick="wear('top_crop_black','MallTop3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/top_tank_black.jpg'/><br>
<a onclick="wear('top_tank_black','MallTop3')">Wear</a>
</td></tr></table>
Welcome to the hosiery shop.<br>
<img src='img/dresses.jpg'/><br>
<<print printShop("dressShop")>>
<br>
[[Return to Mall->Mall]]<img src="img/fittingroom.jpg"><br>
I entered the fitting room with the shopkeeper behind me. This time it was quite quick because I only removed my shirt and reached for the top to put it on.
<<print say("shopkeeper","Well, it goes quite well with the jeans but you should change their style, they should be more girly.")>>
I did not comment on it, put on the trousers and headed out.
<<run addArousal(20)>>
<<set $story21_progress=8>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]<img src='img/skirts.jpg'/><br>
<<print say("shopkeeper","Hello again, how may I help you today?")>>
<<print say("me","I have to buy a skirt.")>>
<<print say("shopkeeper","Superb, please follow me.")>>
She led me to the skirt section where I realized that they are really well supplied.
<br>
[[Skirt section->MallSkirt2]]<br>
[[Leave->Corridor]]
<<print say("shopkeeper","Let's choose one")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/skirt_aline_black.jpg'/><br>
<a onclick="wear('skirt_aline_black','MallSkirt3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/skirt_pencil_black.jpg'/><br>
<a onclick="wear('skirt_pencil_black','MallSkirt3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/skirt_pleated_black.jpg'/><br>
<a onclick="wear('skirt_pleated_black','MallSkirt3')">Wear</a>
</td></tr></table>
<img src="img/fittingroom.jpg"><br>
I entered the fitting room with the shopkeeper behind me. I removed my jeans and reached for the skirt.
<<print say("shopkeeper","Well, well, well. Look at you! Not long ago we had here a young and smug troublemaker and now I see a young lady.")>>
I quickly checked myself in the mirror and walked away.
<<set $story21_progress=10>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]<img src='img/dresses.jpg'/><br>
<<print say("shopkeeper","Hello again, how may I help you today?")>>
<<print say("me","I have to buy a dress.")>>
<<print say("shopkeeper","Superb, please follow me.")>>
She led me to the dress section where I realized that they are really well supplied.
<br>
[[Dress section->MallDress2]]<br>
[[Leave->Corridor]]
<<print say("shopkeeper","Let's choose one")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/dress_black.jpg'/><br>
<a onclick="wear('dress_black','MallDress3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/dress_black2.jpg'/><br>
<a onclick="wear('dress_black2','MallDress3')">Wear</a>
</td></tr></table>
<img src="img/fittingroom.jpg"><br>
I entered the fitting room with the shopkeeper behind me. I undressed to underwear and looked once more at the chosen dress. One thing is to wear it at home alone and another is to wear it in front of other people.<br>
<img src='vids/trydress.gif'/>
<<print say("shopkeeper","Amazing! Simply amazing. You were really born to wear dresses")>>
I quickly checked myself in the mirror and walked away.
<<set $story21_progress=12>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]<img src='img/shoes.jpg'/><br>
<<print say("shopkeeper","Hello again, how may I help you today?")>>
<<print say("me","I have to buy some heels.")>>
<<print say("shopkeeper","Superb, please follow me.")>>
She led me to the shoe section where I realized that they are really well supplied.
<br>
[[Shoes section->MalHeels2]]<br>
[[Leave->Corridor]]
<<print say("shopkeeper","Let's choose one")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/shoes_maryjanes_black.jpg'/><br>
<a onclick="wear('shoes_maryjanes_black','MallHeels3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/shoes_sandals_black.jpg'/><br>
<a onclick="wear('shoes_sandals_black','MallHeels3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/shoes_slingbacks_black.jpg'/><br>
<a onclick="wear('shoes_slingbacks_black','MallHeels3')">Wear</a>
</td></tr></table>
<img src="img/fittingroom.jpg"><br>
This time it was not necessary to enter the fitting room, so I just sat on one of the chairs and put off my shoes. I opened the box with the heeled shoes and unpack them. I examined the shoes for a while and then decided to put them on and fastened the strap.
<<print say("shopkeeper","Let me help you to stand up, I remember the first time I tried on heels and I was a little clumsy in them.")>>
She offered me her hand and I gladly accepted it. She was right. Despite the low heels I was quite unstable.
<<print say("shopkeeper","You have very nice legs, the heels made them simply perfect. Let's take a few steps together so get used to them.")>>
Although the heels were not so high, I felt like in the space.
<img src='vids/heelswalk.gif'/><br>
I took a few rounds around the shop and decided to leave.
<<set $story21_progress=14>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]<img src='img/pantyhose2.jpg'/>
I have to admint that my legs look really nice. I always looking at legs in black sheer pantyhose or stockings.<br>
I put on the trousers and shirt and headed out.<br>
<<run addArousal(20)>>
<<set $story21_progress=6>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]<<print say("me","Well, I'm more or less ok but I want to go home please.")>>
<<print say("Mark","I'm sorry, but we already discussed this. You cannot leave or your schizophrenia will advance and that will not be good at all.")>>
<<print say("me","But I'm feeling fine")>>
<<print say("Mark","Please, stop it. We will now perform another clinical testing to see the progress we made. I will not call the guys if you promise me to fully cooperate, ok?")>>
<<print say("me","Fine")>>
He put a helmet on my head and blood pressure measurement on my hand. In the meantime Mrs Williams prepared the data projector and started what they called a visual testing.<br>
<<set $story21b_progress=0>>
[[Let's start->VisualTesting]]<<switch $story21b_progress>>
<<case 0>>
<img src="vids/porn_vanilla.webp">
<<set $story21b_progress=1>><br>
[[Next->VisualTesting]]
<<case 1>>
<img src="vids/porn_bisex.webp">
<<set $story21b_progress=2>><br>
[[Next->VisualTesting]]
<<case 2>>
<img src="vids/porn_gay.webp">
<<set $story21b_progress=3>><br>
[[Next->VisualTesting]]
<<case 3>>
<img src="vids/porn_trans.webp">
<<set $story21b_progress=4>><br>
[[Next->VisualTesting]]
<<case 4>>
<img src="vids/porn_sissy.webp">
<<set $story21b_progress=5>><br>
[[Next->VisualTesting]]
<<case 5>>
Finally all the tests were done.<br>
[[All done->ExamRoomEvent3]]
<</switch>><<print say("Mark","Well, just as predicted, your reactions to the porn videos were reinforced. The most dominant is sissy porn with trans porn right behind. And what's more - the diagnosis shows us that your reactions to straight porn are very mixed and your brain does not know how to process them.")>>
<<print say("me","What?")>>
<<print say("Mark","That means that your brain cannot process what your eyes see. One part of the brain wants to be the man and the other one wants to be a girl. That's all because of schizophrenia.")>>
<<print say("me","No, no no, I want to be a boy and that's it.")>>
<<print say("Mark","I'm sorry but we have to do something with your condition.")>>
<<print say("me","What condition? And what are you planning?")>>
<<print say("Mark","Mrs Williams did a very basic test with running a finger over your crotch and it made you aroused, but that's something we do not need.")>>
<<print say("me","What?")>>
<<print say("Mark","From now on you will not be aroused any more by females.")>>
I only raised my eyebrows.
<<print say("me","It's impossible. I like girls and my dick will always stand when a girl caresses it.")>>
<<print say("teacher","Yes, and unfortunately we have to prevent it by using this.")>>
She stopped talking, reached for a box next to her and opened it.<br>
[[Look what's inside->ExamRoomEvent4]]
<img src='img/chasityhand.jpg'/>
<<print say("me","What the hell is this?")>>
<<print say("teacher","Language!")>>
<<print say("Mark","This is called a chastity device. It will help you to control the arousal when looking at females or anything more")>>
<<print say("me","Not a chance to put me in this. I had enough. You are both insane!")>>
<<print say("Mark","Sorry to hear that.")>>
He barely finished the sentence as I felt an injection on my neck. I was gone immediately.
[[Wake up->ExamRoomEvent5]]<<run wear("chasity_sissy")>>
I woke up and again felt the terrible pain in my head. I slowly opened my eyes and closed them back partly as the light was stabbing them. I also had some strange feeling in my crotch. I looked down and saw I was still wearing the dress I had so I pulled it up a bit and couldn't believe my eyes.
<img src='img/chasity1.jpg'/>
<<print say("me","Oh my, what's that shit?")>>
I pulled down the nylons and examined the mysterious device. It was firmly attached to my penis and could not be taken off. They also secured it with a lock.
<<print say("teacher","Perfect, you're awake. Drink a lot of water to ease the headache.")>>
<<print say("me","Please, Mrs. Williams, put it off, it hurts me.")>>
<<print say("teacher","No my dear. First of all it's for your own good and secondly you were really rude and I have a super idea for punishment. Guys!")>>
Two thugs entered, grabbed me and dragged me into the [[disciplinary room->ChaistyTease]].
<img src='img/bedrestrains.jpg'/>
<<print say("teacher","I need to prepare myself a little. Guys, get him naked and tied.")>>
She ordered them and left for the room next door.<br>
Both thugs made me undress so that I wore only the chastity cage. They made me lay on my back and tied my hands and legs to the bed. <br>
I noticed that one of them was examining me much more than the other one. He leaned on me so that his head was very close to my penis in that cage and knocked on it with a big smile.
<<print say("teacher","Fine, all it ready")>>
Mrs Williams entered the room and both guys left. I saw she changed her clothes to a brutally sexy model. Black latex top completely exposing her breast, black sheer pantyhose and thigh high boots. As she came to me I realized that she even has no panties.
<<print say("teacher","Now we will test the chastity cage.")>>
She said with an evil smile. She ripped her pantyhose and exposed her completely shaved pussy. Then she climbed on the bed in position 69 and ensured that her pussy landed on my mouth.
<<print say("teacher","Lick me and do it well or …")>>
Instead of saying anything she smashed my balls and I twiched myself and hissed painfully. I realized that I should do what she asked and started licking. She also started to perform oral sex but as I was in the stupid cage my penis could not stand up. But Mrs Williams was having a great time. After some time her breath quickened and she started to moan. That made my little púrisoner aroused but instead of pleasure I felt big pain when he was hitting the walls of the cage.
<<print say("me","Pl…..s, let …. m… ou…..")>>
I beg her trying to push my voice through her pussy.
<<print say("teacher","Oh shut up and carry on.")>>
<img src='vids/chasityTease.webp'/><br>
She smacked my balls again, but this time all my scream was suffocated in her crotch. I don't know how long she tortured my like this but suddenly she started to moan much louder and stopped to lick my locked penis. She leaned back and literally rode my face until she came. She screamed even louder in pleasure and enjoyed every moment.
<<print say("teacher","Nice job, now lick me clean and get out.")>>
She ensured fulfillment with two small slaps on my face. I did as commanded and as soon as she was satisfied, she climbed down the table. But before she untied me, she massaged my balls.
<<print say("teacher","I hoped you enjoyed it just as I did.")>>
I did not reply and waited for her to untie me and then she again left for the room next door. I got dressed and left the room with very painful crotch.<br>
<<run $player.dailyTasks.delete("Attend Exam room")>>
[[Return->Corridor]]
<img src='img/wigs.jpg'/><br>
<<print say("shopkeeper","Hello again, how may I help you today?")>>
<<print say("me","I have to buy some heels.")>>
<<print say("shopkeeper","Superb, please follow me.")>>
She led me to the shoe section where I realized that they are really well supplied.
<br>
[[Wigs section->MallWig2]]<br>
[[Leave->Corridor]]
<<print say("shopkeeper","Let's choose one")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/wig_pink.jpg'/><br>
<a onclick="wear('wig_pink','MallWig3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/wig_blonde.jpg'/><br>
<a onclick="wear('wig_blonde','MallWig3')">Wear</a>
</td></tr></table>
<img src="img/fittingroom.jpg"><br>
I entered the fitting room with the shopkeeper behind me. I put the wig on my head and adjusted it so that it fits. I have to say that it did not look bad and I checked myself from all angles.<br>
<img src='vids/wigtry.gif' width=50%/>
<<print say("shopkeeper","Good choise, I would not recognize that those are not your hair.")>>
I quickly checked myself in the mirror and walked away.
<<set $story21_progress=16>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]<img src='img/makeup.jpg'/><br>
<<print say("shopkeeper","Hello, how may I be of service?")>>
<<print say("me","Hello, I have to buy makeup.")>>
<<print say("shopkeeper","Well, makeup is a very generic term. I assume you need the whole makeup kit, like foundation, eye shadows, mascara and others, am I right?")>>
<<print say("me","Guess so.")>>
<br>
[[Makeup section->MallMakeup2]]<br>
[[Leave->Corridor]]
<<print say("shopkeeper","I would suggest this one.")>>
She said and presented me a case full of all possible makeup stuff
<img src="img/makeupkit.jpg"/><br>
I only rolled my eyes.
<<print say("shopkeeper","I also assume, that you will need some help with the application, right?")>>
<<print say("me","Definitely.")>>
<<print say("shopkeeper","Let me show you our beauty salon.")>>
[[Beauty Salon->BeautySalon]]
<img src="img/beautysalon.jpg"/>
<<print say("shopkeeper","Hi, how are you?")>>
The shopkeeper greeted the beauty salon personnel.
<<print say("beautyshopkeeper","Oh, hello, what brings you here?")>>
<<print say("shopkeeper","Not what but who. This young lady-to-be is in need of your professional help with the makeup.")>>
<<print say("me","I don't ….")>>
I tried to protest about the name I was given but I could not finish the sentence.
<<print say("beautyshopkeeper","Wonderful, I will take care of it from here. See you soon")>>
Both ladies parted and the beauty salon worker turned to me.
<<print say("beautyshopkeeper","Follow me please and take a seat. I will show you everything you will need.")>><br>
[[Follow->BeautySalon2]]I sat down on the chair and she brought a big makeup kit.
<<print say("beautyshopkeeper","Ok, let's start with the foundation. We have to prepare the base for the rest.")>>
<img src='vids/applyMakeupFoundation.gif' width=50% /><br>
<<print say("beautyshopkeeper","Good, now let's take a look at your eyes. We will draw the eye lines and add eye shadows. ")>>
<img src='vids/applyMakeupEyeliner.gif'/><br>
<<print say("beautyshopkeeper","Look fine, now shadows.")>>
<img src='vids/applyMakeupEyeShadow.gif'/><br>
<<print say("beautyshopkeeper","And final touch for eyes - the mascara")>>
<img src='vids/applyMakeupMascara.gif'/><br>
<<print say("beautyshopkeeper","Eyes are fine, now we come to lips.")>>
<img src='vids/applyMakeupLip1.gif'/><br>
<<print say("beautyshopkeeper","I always draw the lip line first and suggest you do it as well. It makes it easier to apply the lipstick afterwards.")>>
<img src='vids/applyMakeupLip2.gif'/><br>
<<print say("beautyshopkeeper","And the last step - the blush")>>
<img src='vids/applyMakeupBlush.gif' width=50%/><br>
<<print say("beautyshopkeeper","So, we're done. I hope you paid attention, next time you will be alone on it.")>>
<<print say("me","I guess so.")>>
I only whispered, still confused about everything that happened in the last hour.
<<print say("beautyshopkeeper","Now, please take a look in the mirror to see the final outcome.")>>
<<run wear("foundation")>>
<<run wear("eyeline_black")>>
<<run wear("eyeshadow_gold")>>
<<run wear("mascara_black")>>
<<run wear("lipstick_pink")>>
<<run wear("blush")>>
[[Look in the mirror->BeautySalon3]]<img src='vids/beautySalon1.gif'/><br>
<<print say("me","Oh my…")>>
I was unable to say anything more.
<<print say("beautyshopkeeper","I have to say that you are very beautiful.")>>
<<set $story21_progress=18>>
<<run updateMakeupSet('makeupSet1')>>
<<run $player.DailyMakeupRoutine=true>>
New item in daily routine available.<br>
[[Retun->Corridor]]
<img src='img/gymlocker.jpg'/>
<br>
<<run wearSet("clothesSetGymMale")>>
[[Workout->FitnessClass2]]
<img src='img/gymlocker.jpg'/>
<br>
<<run wearSet("clothesSet1")>>
[[Leave->Corridor]]
<img src='img/gymlocker.jpg'/>
<br>
<<run wearSet("clothesSetGymFemale")>>
[[Workout->FitnessClass2]]
<<print printClass('Sex class')>><<switch $story22b_progess>>
<<case 0>>
<img src="vids/porn_vanilla.webp">
<<set $story22b_progess=1>><br>
[[Next->VisualTesting2]]
<<case 1>>
<img src="vids/porn_bisex.webp">
<<set $story22b_progess=2>><br>
[[Next->VisualTesting2]]
<<case 2>>
<img src="vids/porn_gay.webp">
<<set $story22b_progess=3>><br>
[[Next->VisualTesting2]]
<<case 3>>
<img src="vids/porn_trans.webp">
<<set $story22b_progess=4>><br>
[[Next->VisualTesting2]]
<<case 4>>
<img src="vids/porn_sissy.webp">
<<set $story22b_progess=5>><br>
[[Next->VisualTesting2]]
<<case 5>>
Finally all the tests were done.<br>
[[All done->WeeklyMeeting]]
<</switch>>
<img src='img/earings.jpg'/><br>
<<print say("shopkeeper","Hello again, how may I help you today?")>>
<<print say("me","I have to buy some earrings.")>>
<<print say("shopkeeper","Superb, please follow me.")>>
She led me to the shoe section where I realized that they are really well supplied.
<br>
[[Earring section->MalEar2]]<br>
[[Leave->Corridor]]
<<print say("shopkeeper","Let's choose one")>>
<table>
<tr>
<td align="center">
<img style='height:200px;width:200px' src='img/clothes/earings_gold.jpg'/><br>
<a onclick="wear('earings_gold','MalEar3')">Wear</a>
</td><td align="center">
<img style='height:200px;width:200px' src='img/clothes/earings_gold2.jpg'/><br>
<a onclick="wear('earings_gold2','MalEar3')">Wear</a>
</td></tr></table>
<img src="img/fittingroom.jpg"><br>
<<print say("shopkeeper","Have a seat here, I will bring the piercing kit.")>>
She retrned in no time with some kind of small gun in her hand.
<<print say("shopkeeper","It will not be painful, you will see.")>>
I only closed my eyes and did not belive her. Then she took my left ear in her hand and I also felt the gun on my ear lobe.<br>
Click!<br>
<img src='vids/earpierce.gif'/><br>
She repeted the same process on my right ear.
I took a few rounds around the shop and decided to leave.
<<print say("shopkeeper","Nice, take a look.")>>
Instead of looking on my the new weight on my ears and left the shop.
<<set $player.earsPierced=true>>
<<run updateClothesSet('clothesSet1')>>
[[Return->Corridor]]<img src='vids/takeHormones.gif'>
<br>
<<set $player.hormonesTaken=true>>
<<if $player.DailyRoutinesAvailable.contains("Take hormones")==false>>
<<run $player.DailyRoutinesAvailable.push("Take hormones")>>
New item in daily routine available.<br>
<<endif>>
[[Return->Bedroom]]<<print printInvBar()>>
Hints <br>
<<if $story1_progress >=0 && $story1_progress<100>>
Story1:<br>
<<switch $story1_progress>>
<<case 0>>
Have breakfest with mum
<<case 1>>
Try to find job
<<case 2>>
Meet your parents in Living room after 4pm
<<case 4>>
Breakfest
<<case 5>>
Check bathroom
<<case 7>>
Meet parents in Living room after 4pm
<<case 9>>
Check bathroom
<<case 9>>
Look for pantyhose
<<case 12>>
Look for high heels
<<case 14>>
Meet parents in Living room after 4pm
<<case 15>>
Have breakfest with mum
<</switch>>
<<endif>><br>
<<if $story2_progress >=0 && $story2_progress <100 && $story1_progress==100 >>
Story2:<br>
<<switch $story2_progress>>
<<case 1>>
Watch porn
<<case 3>>
Do chores
<</switch>>
<<endif>><br>
<<if $story3_progress >=0 && $story3_progress <100 && $story2_progress==100 >>
Story3:<br>
<<switch $story3_progress>>
<<case 1>>
Do chores
<</switch>>
<<endif>><br>
<<if $story4_progress >=0 && $story4_progress <100 && $story3_progress==100>>
Story4:<br>
<<switch $story4_progress>>
<<case 0>>
Meet parents in Living room after 4pm
<<case 1 3>>
Report at Coffee shop
<<case 5>>
Explore at the back of coffee shop
<</switch>>
<<endif>><br>
<<if $story20_progress >=0 && $story20_progress <100 && $story4_progress==101>>
Story20:<br>
<<switch $story20_progress>>
<<case 0>>
Have breakfest with mum
<<case 3 4 5 6 7>>
Take the clinical tests
<<case 20>>
Hear the results
<<case 21>>
Visit the classroom
<<case 22>>
Obtain panties and wear them to school
<</switch>>
<<endif>>
<<if $story20_progress>=22>>
My daily tasks:<br>
<<print printDailyTasks() >>
<br>
My permanent tasks:<br>
<<run $tasks=printPermanentTasks()>>
<<print $tasks[0] >>
<br>
My other tasks:<br>
<<print printOtherTasks() >>
<<endif>>
<br>
Avail. classes
<<print $player.availableClasses>>
<br>
Finished classes<br>
<<print $player.doneClasses>>
Welcome to the bra shop.<br>
<img src="img/lingerieShop.jpg"><br>
<<print printShop("braShop")>>
<br>
[[Return to Mall->Mall]]Welcome to the tops shop.<br>
<img src='img/tops.jpg'/><br>
<<print printShop("topsShop")>>
<br>
[[Return to Mall->Mall]]Welcome to the skirts shop.<br>
<img src='img/skirts.jpg'/><br>
<<print printShop("skirtsShop")>>
<br>
[[Return to Mall->Mall]]Welcome to the headgear shop.<br>
<img src='img/wigs.jpg'/><br>
<<print printShop("headShop")>>
<br>
[[Return to Mall->Mall]]Welcome to the earings shop.<br>
<img src='img/earings.jpg'/><br>
<<print printShop("earingsShop")>>
<br>
[[Return to Mall->Mall]]<<print printRoutine()>>
[[Return->Bedroom]]Welcome to the makeup shop.<br>
<img src='img/makeup.jpg'/><br>
<<print printShop("makeupShop")>>
<br>
[[Return to Mall->Mall]]<img src='vids/maidCleaning.gif'/><br>
<<print doTask("Room cleaning")>>
<<run addTime(4)>>
<br>
[[Return->RoomCleaning][wearSet("clothesSet1")]]<img src='img/cleaningCloset.jpg'/>
I entered the cleaning closet and put the box on the table, removed the ribbon and took the lid off the box.
<<print say("me","Oh my…")>>
I just said to myself when I unpacked all the content.<br>
<img src="img/clothes/maid_panties.jpg"/>
<img src="img/clothes/maid_bra.jpg"/><br>
<img src="img/clothes/maid_headband.jpg"/>
<img src="img/clothes/maid_collar.jpg"/><br>
<img src="img/clothes/maid_dress.jpg"/>
<img src="img/clothes/maid_gloves.jpg"/><br>
<img src="img/clothes/maid_stockings.jpg"/>
<img src="img/clothes/maid_shoes.jpg"/>
<<print say("me","She must be joking")>>
I started to consider my option. I can comply and make a clown of myself performing my duties in this costume or I can ignore her and keep my current clothes.<br>
[[Comply->CleaningClosetDress]]<br>
Don't comply (Not yet implemented)
When I recalled the last punishment from Mrs.Williams, I decided to comply. I removed all my clothes and reached for the panties.
<<print say("me","Such pleasant material")>>
I thought to myself and put them on.
<<if $player.clothing.toyFront>>
<<if $player.clothing.toyFront.includes("chasity")>>
I only had problems fitting my penis in chastity into the panties that led to a small bulge but there was no other solution.
<<endif>>
<<endif>>
<br>
<img width=50% src='img/wearingPanties.gif'/><br>
Next I took the bra and put it on.<br>
<img width=50% src='img/wearingBra.jpg'/><br>
Next were the stockings. I felt that every time I put them on it took less time.<br>
<img width=50% src='img/wearingNylons.gif'/><br>
Now I took the dress and fastened it on the back<br>
<video width=50% src='img/wearingMaidDress.mp4' autoplay loop></video><br>
Now was the turn for all the accessories - headband, gloves and the choker<br>
<img width=50% height=50% src='img/wearingGloves.gif'/><br>
And the last thing were the black pumps<br>
<img width=50% src='img/wearingHeels.gif'/><br>
<<print say("me","Ok that was the last item, I should check it in the mirror.")>>
I thought to myself and went to the mirror. Well, walking on much higher heels was not so easy, so I was touching the wall with my hand while moving.<br>
<<run wearSet("clothesSetMaid")>>
[[Check in mirror->CleaningClosetMirror]]
<img src='img/maid1.gif'/><br>
I could not believe what I saw. It was simply not me.I saw a real french maid! I carried on to look in the mirror while randomly changing the pose.
<<print say("teacher","$player.name?")>>
I was surprised by Mrs Williams and turned to her and at the same time I saw a flash came out of her camera.
<<print say("teacher","Wow! You were simply born to be a maid.")>>
<<print say("me","What? No! You made me wear this!")>>
<<print say("teacher","Oh, come on! I am curious what your mother will say when she sees it..")>>
Before I was able to say a single word she came to me and adjusted my dress and then…
<img src='vids/ass spank.gif'/><br>
She slapped my ass!
<<print say("me","Ouch!")>>
I screamed
<<print say("teacher","Sorry, I could not resist your beautiful butt. Nevermind, now it's time to start the job.")>>
<<set $player.perks.housekeeping=1>>
[[Clean the rooms->RoomCleaning3]]<br><img width=50% src='img/wearingPanties.gif'/><br>
Next I took the bra and put it on.<br>
<img width=50% src='img/wearingBra.jpg'/><br>
Next were the stockings. I felt that every time I put them on it took less time.<br>
<img width=50% src='img/wearingNylons.gif'/><br>
Now I took the dress and fastened it on the back<br>
<video width=50% src='img/wearingMaidDress.mp4' autoplay loop></video><br>
Now was the turn for all the accessories - headband, gloves and the choker<br>
<img width=50% height=50% src='img/wearingGloves.gif'/><br>
And the last thing were the black pumps<br>
<img width=50% src='img/wearingHeels.gif'/><br>
<<run wearSet("clothesSetMaid")>>
[[Clean the rooms->RoomCleaning3]]<br>
At least I can access porn sites<br>
<<print printPornThemesNEW()>>
<br><br>
[[Return->Bedroom]]
<<print printClinicPornNEW()>>
I browsed through the categories and decided to try
<<print findNewPorn()>>
<img src='img/porncategories.jpg'/><img src='img/hospitalWaitingRoom.jpg'/><br>
<<if $player.breast==0>>
I entered the hospital wing and did not see a single person in there. I decided to sit down and wait until somebody will come. I was very bored after a couple of minutes so I looked around the waiting room. My eyes stopped at the table in front of me with some magazines. I leaned forward and examined them closer.<br>
<<run $_mag=0>>
[[Browse through the magazines->Magazines]]
<<else>>
[[Return->Corridor]]
<<endif>><<if $_mag<5>>
<img @src="'img/mag'+$_mag+'.jpg'"/><br>
<<run $_mag+=1>>
[[Next->Magazines]]
<<else>>
While I was reading the article I was disturbed by somebody.<br>
[[Look up->Nurse1]]
<<endif>><img src='img/nurse2.jpg'/>
<<print say("nurse","Hello $player.name, I heard you will come from Mrs. Williams. The doctor will be ready to see you, but first we will need to complete the medical exam form.")>>
She took a pen and started to mark something down.
<<print say("nurse","Ok, do you have asthma or hay fever?")>>
<<print say("me","No.")>>
<<print say("nurse","Diabetes?")>>
<<print say("me","No.")>>
<<print say("nurse","Epilepsy?")>>
<<print say("me","No.")>>
<<print say("nurse","Kidney or bladder illnesses?")>>
<<print say("me","No.")>>
<<print say("nurse","Allergies?")>>
<<print say("me","No.")>>
<<print say("nurse","Hypertension?")>>
<<print say("me","No.")>>
<<print say("nurse","Any surgeries?")>>
<<print say("me","No.")>>
She stopped asking anymore and finished the writing.
<<print say("nurse","Perfect, this is ready, please wait a little longer, the doctor will be here in any moment")>>
[[Wait->Nurse2]]
<img src='img/reception.jpg'/><br>
After some time the doctor came in and asked the nurse at the reception about today's schedule. They talked a bit and once they finished both laughed at something quite loudly. Then the doctor came to me.
<<print say("Doctor","Hello $player.name, my name is doctor Moore. Please follow me to my office.")>>
I stood up and went after her.<br>
[[Doctor's office->DoctorOffice]]
<img src='img/doctorOffice.jpg'/><br>
We both entered the room and she closed the door.
<<print say("Doctor","Please, have a seat.")>>
I sat down and waited for what would come.
<<print say("Doctor","Mrs. Williams told me that you are interested in breast augmentation. That's perfect, many clients of our clinic used this service and the results were simply amazing. In your case, I would suggest the B cups...")>>
<<print say("me","B cups? No! Listen, I am here because of some imaginary illness.You made me wear this.")>>
I pointed to my girly clothes.
<<print say("me","And now you are trying to perform some surgery on me? No fucking way!")>>
<<print say("Doctor","$player.name, please. I see your medical report. Yes, schizophrenia is not a visible illness but that does not mean you are fine.")>>
<<print say("me","Diagnosis from someone who lost his license? Really?")>>
<<print say("Doctor","If you do not know the circumstances it may look alarming but he is a real expert. But back to you. We shall now perform some blood tests, Electrocardiogram, etc. so that you can undergo the surgery.")>>
<<print say("me","No, I don't want it. She made me do this! I want to leave this madhouse.")>>
I could not stand it any more. Everybody is talking about me without taking care of what I think. I even ended my rage outburst with a strong bang on the table. It was too late to realize that it was a bad idea...<br>
Two thugs immediately entered the room and made my lay on the floor. The resistance was futile and they immobilized me. One of them then used his radio.
<<print say("Thug","Involuntary medical transport to doctor Moore's office!")>>
[[Wait->DoctorOffice2]]
<img src='img/bedrestrains2.jpg'/><br>
I couldn't move an inch and waited on the floor. I only saw a part of the mobile bed with restraints that entered.
<<print say("Doctor","I am very sorry $player.name but you caused it yourself
.")>>
They lift me up and despite my weak resistance they put me in the restraints. I tried to free myself but the ropes were stronger than me. The last thing I saw was one of the thugs.<br>
<img src='img/needle.jpg'/><br>
[[Fade away->Hospital1]]<<run removeAll()>>
<<run wear("hospitalGown")>>
<img src='img/hospitalbed.jpg'/><br>
I woke up with a small headache. The vision was a little bit blurred and I saw a needle in my hand. I looked around the room and it was some kind of ordinary hospital room with all the medical stuff. My body was still in some kind of paralysis so I just remained still trying from time to time to move my limbs. I recalled the discussion about the plastic surgery but I did not see or feel anything on my chest so at least this is fine.
<<print say("Thug","Hello princess, already awake?")>>
I did not reply to him because calling me princess is nothing I am longing for.
<<print say("Thug","Nevermind, all the tests went fine, so you are ready for the new boobs. Hope you will enjoy them. At least I will…")>>
He laughed sinisterly and pushed me on the bed out of the room. I tried to get up but I was still in the restarints. We traveled through the corridor passing by a couple doors that looked like hopital rooms. We stopped at the double door and the thug pushed a button on the wall next to them.
<<print say("Thug","One patient for breast surgery.")>>
He said and I heard the buzzer and saw the door opening. He pushed the bed into the [[operating room->OperatingRoom]].
<img src='img/operatingRoom.jpg'/><br>
<<print say("Doctor","$player.name, how are you?")>>
<<print say("me","Please, let me go.")>>
I said silently, still under the influence of the drug they gave me.
<<print say("Doctor","Try to relax, it will be over soon. I promise, you will like your new breast. Look")>>
<img src='img/implants.jpg'/><br>
<<print say("me","No, please.")>>
<<print say("Doctor","Don't worry. Nurse, I will get myself prepared, please put the patient to sleep")>>
<<print say("nurse","Yes doctor.")>><br>
<img src='img/anesthesia.jpg'/><br>
[[Fade out->Hospital2]]
<<run $player.breast=2>>
I don't know how long I was gone but I woke up again in the same room like last time. But now I felt a moderate pain in my chest.
<<print say("me","Shit")>>
I said silently and looked down.
<img src='img/tits.jpg'/>
<<print say("me","Shit, no!")>>
This time I was much louder
<<print say("Thug","Hello princess, I was waiting for you.")>>
The thug distubed my horror.
<<print say("Thug","They were simply meant for you. I cannot wait to test them.")>>
He licked his mouth obscenely and I quickly put a blanket over my chest. Fortunately a nurse came in to check on me.
<<print say("nurse","$player.name, how do you feel?")>>
<<print say("me","What did you do to me?")>>
<<print say("nurse","Trust me, you will like them. Many other girls will envy you.")>>
<<print say("me","What?")>>
<<print say("nurse","The nature is not always kind to all girls but your breasts look perfect. Nevermind, you will stay here for one week to ensure everything will be fine.")>>
[[One week later->WeekLater]]
<<run $day+=7>>
The week was fine and strange at the same time. Although I enjoyed I did not have to do the room cleaning in those heels or attend those stupid meetings it also have a drawback - I had to get used to new weight on my chest. In the first few days I had to keep looking down on my new tits all the time. Well, I always dreamed about a girl with nice breasts but I never thought that it would be me who has them, even in the wildest dreams.<br>
I also had to think about the thug that made such disgusting suggestions. I had not seen him since that time but still I could not get rid of him in my head. He was just a pig and nothing more.<br>
At the end of the week the doctor came in to release me. Well, release was a very strong term because the release would mean only return to the new normal.
<<print say("Doctor","Ok, 7 days are gone and it looks simply superb. The stitches are self-absorbing so you may leave.")>>
<<print say("Doctor","And one more thing. Mrs. Williams asked me to tell you that your room has been refurbished.")>>
<img src='img/nurseWave.jpg'/><br>
[[Leave Hospital->Corridor][wearSet("clothesSet1")]]I entered my room with the box in my hands. I sat down on the bed just looking at the plug and I did not have the courage to open it. Well on one side I can screw it and not comply but then it would definitely mean a punishment - spanking or even worse. I spent a few moments thinking over it and then Mrs Williams opened the door without knocking.
<<print say("teacher","Hi, I thought you would welcome some help.")>>
<<print say("me","I…")>>
<<print say("teacher","Don't worry, get undressed and we will begin")>>
Before I started to undress, she put on latex gloves.<br>
<img src='vids/latexGloves.gif'/><br>
[[Undress->BedroomButt2]]
<<print say("teacher","Lubrication and slow dilatation are rule number 1. Don't try to make it in 5 minutes. First we will start with one finger to prepare your anus for insertion. And don't be afraid, basically you do the same each morning but this time it will be the opposite direction.")>>
I undressed and sat nervously on the bed again.
<<print say("teacher","No, either lay on the side and put your knees to your chin or maybe better go on all four.")>>
<<print say("me","Please, no...")>>
She just at me with an expression "Again?" and I understood that it has no chance<br>
<img src='vids/prostate-exam-lube.gif'/><br>
[[Take a position->BedroomButt3]]She slowly inserts one finger. I don't know if it was due to the lubrication or what but it definitely was not that brutal as I imagined. She slowly pushed her finger in and out for some time.
<<print say("teacher","Relax and try to ease your muscles. It will be much more pleasant.")>>
I tried to obey and she still pushed in and out. Then she pulled her finger out and poured more lubricant on it. That was at least what I thought. Actually she poured it on two fingers and I experienced it immediately after.<br>
I made a slightly painful sound.
<<print say("teacher","You're doing fine, hang on.")>>
She tried to calm me down and carried on again for some time. She even raised the speed.
<img src="vids/buttplug1.webp"><br>
[[Endure->BedroomButt4]]Using two fingers was more painful and she even tried to get deeper. I don't know when it happened but from time to time the pain was superseded by maybe a slight arousal? I couldn't describe it, it was something I never experienced before. Then again she pulled her fingers out but this time I watched her. She poured the libricat over her four fingers!
<<print say("me","No, this will be too much, please")>>
I tried to soften her heart but she did not listen
<<print say("teacher","Turn around on your back and put legs up.")>>
I did what she said and the whole process started again.This time it was more pain than pleasure - having four fingers in the anus was not really something I wanted to try.
<img src="vids/buttplug2.webp"><br>
[[Endure->BedroomButt5]]
I thought I could not take it any more. Luckily she stopped and reached for the box. After unpacking it she poured the whole plug with lube. I used the time to catch my breath and relaxed a little if I could call it so.
<<print say("teacher","Well, I think you are ready now but I will not take the honor. Here.")>>
She handed me the plug. At first I only rolled my eyes - it would tear me apart!
<<print say("me","But it's too big.")>>
<<print say("teacher","Trust me, you can do it.")>>
I took a deep breath and moved my hand with the plug to my anus and guided the tip to the entry. I tried to ease the muscles and pushed slightly on it. It surprised me that there was no resistance for a moment. It must have been due to the thorough preparation Mrs. Williams gave me. But from the first inch or so it was harder and harder to move forward. I quickened my breath while keeping a stable pressure on the plug. And out of nowhere...<br>
<img src='vids/buttplug3.gif'><br>
<<run wear("butplug_sissy")>>
<<run updateClothesSet("clothesSet1")>>
[[Victory->BedroomButt6]]I was breathing at least a minute through my mouth with a constant feeling I needed to go to the bathroom.
<<print say("teacher","Congratulations, you did it.")>>
<<print say("me","Ok, can we pull it out now?")>>
<<print say("teacher","No, my dear. You have heard, you will keep it in all the time. The only exception is the bathroom and regular lubrication.")>>
She slapped me a bit over my butt and lef the room with a smile.<br>
[[Relax->Bedroom]]<<print say("teacher","Fine, let's get started. Please, lay on the bed on your back. I will attach the bed restraints to the bend and to your hands and legs.")>>
She must have done it many times before as she finished very quickly. I also had an impression that the bed must have been prepared for this in advance.
<<print say("teacher","Ok, now the mask.")>>
She put the mask on my eyes and I lost the visual contact with everything.<br>
<img src='img/bedrestrains3.jpg'><br>I only felt her hand pulling up my skirt and setting free my caged penis from panties. I also heard the key trying to be inserted into the lock.
<<print say("teacher","Ahhh, I took the wrong key. Please, stay here, I will be back in no time.")>>
<<print say("me","But…")>>
I just heard her leaving the room and I began to get scared. Laying on a bed with a mask on my face and she was gone. I don't know how long I waited for her to return but then the door opened.
<<print say("me","Mrs. Williams?")>>
I did not get the answer nor heard the door closing but what I heard was again a key trying to open the lock on the cage but this time successfully. She then removed the front part followed by the ring and I immediately felt the penis rise. She really did not have to do anything and my penis was already stone-hard. That must have been because of that stupid cage.<br>
Then I felt her finger touching and teasing the tip of my penis making me even more aroused. Then she took it in her hand and started to stroke it slowly at the beginning but accelerated quite quickly. After so many days locked up it felt like heaven.<br>
She stopped for a moment but before I could think about the reason I felt her mouth over my penis which escalated the already superb feeling. At the beginning she played with the tip.<br>
<img src='vids/BJdream.webp'><br>
She was even able to deepthroat it without any gag reflex. Simply amazing!<br>
She was switching between handjob and blowjob all the time and I came after some moments. I roared like a lion and shot the whole load out. <br>
<img src='vids/BJcum.webp'><br>
She climbed down the bed without a word leaving me still restrained. I thought I heard the door squeak a bit but then Mrs.Williams removed the mask.
<<print say("teacher","So, was it good?")>>
<<print say("me","Yes, thanks, it was amazing.")>>
She just smiled and reached for the chastity cage from the nightstand.
<<print say("me","No, please, Mrs. Williams. I don't want it anymore.")>>
<<print say("teacher","I'm sorry $player.name, there is no discussion.")>>
She paused for a while.
<<print say("teacher","And one little upgrade. We will add this to your chastity to… let's say help you to obey.")>>
She showed me nearly the same ring I had around my testicles but this one had a small box attached.
<img src='img/elChas.jpg'>
<<print say("me","What's that? And you promised me that it will have no condition!")>>
<<print say("teacher","Take it as an improvement. This is basically the same cage you had but with only one difference - it is electric.")>>
<<print say("me","No, let me out. You can't do this!")>>
<<print say("teacher","Please. As long as you will obey all the orders you have nothing to fear.")>>
I tried to get out of the ropes but Mrs. Williams paid a lot of attention to prevent it. Despite my attempts she grabbed my balls very painfully and I realized that each movement from this time would be a bad idea. She attached the new ring with the front part and secured it with the padlock. The whole process was finished by putting the key around her ankle on a bracelet.<br>
<<print say("teacher","And you know what, we will give it a little try.")>>
She reached for some kind of remote control.<br>
<img src='vids/ChasShock.webp'>
<<print say("me","No please, I…AAAAAAAAAA")>>
I screamed very loudly when a sharp pain ran through my intimate parts.
<<print say("me","Please put it off, it hurts!")>>
I was twisting with pain but Mrs. Williams just smiled at me.
<<print say("teacher","This was strength 3 out of 5. I do believe that this was the last time I used it. For your own good.")>>
Finally she untied me, smiled for the last time and left the room.
<<run wear("chasity_eletric")>><br>
<<run updateClothesSet('clothesSet1')>>
<<set $player.ChasReleaseEvent=true>>
<<set $player.arousal=0>>
<<run $player.availableClasses.push("releaseClass101")>>
[[Sleep->BJAfter]]<<print sleepClinic()>><img src='img/nails.jpg'/><br>
<<print say("shopkeeper","Hello, how are you today?")>>
<<print say("me","Couldn't be better.")>>
I just said because I was tired of her sunshine mood all the time.
<<print say("shopkeeper","That's great, what can I do for you today?")>>
<<print say("me","Well, I have to do my nails.")>>
<<print say("shopkeeper","Nice nails are beautiful addition to nice hands, follow me please.")>>
<br>
[[Makeup section->MallMani2]]<br>
[[Leave->Corridor]]She led me to a table full of nail tools.<br>
<img src='img/nail0.jpg'/><br>
<<print say("shopkeeper","I will now tell you the procedure. First of all, we will remove the dead skin from around the nails, next we will form your nails, apply the nail extensions and finally, the color.")>>
<<print say("me","But I don't need to extend them, just apply the color and that's it.")>>
<<print say("shopkeeper","Sorry but no. This is not a drive through. If you do something, do it properly.")>>
She sat down and started to prepare her tools. I also joined her at the table and put my hands on the table.
<<print say("shopkeeper","Ok, let's start.")>>
<img src='img/nail1.jpg'/><br>
She began to treat my hands and I had to admit that it was not so bad. it is actually quite pleasant when somebody cares for you. She really took her time and even returned back to previous nail when she was not fully satisfied with the outcome.
<<print say("shopkeeper","So tell me, how do you like it here?")>>
<<print say("me","Are you kidding me? I am not here because I wanted to. I was dragged here without against my will and if I do something bad, my balls get electric shock. So, how could I like it here?")>>
<<print say("shopkeeper","Yes, the illness. But I really belive that you feel better now, don't you?")>>
<<print say("me","How many times I have to say that I am not ill.")>>
<<print say("shopkeeper","If you do not see it, it does not mean that it does not exist.")>>
She took the nail extensions.<br>
<img src='img/nail2.jpg'/><br>
<<print say("shopkeeper","You have very nice hands, really.")>>
I did not comment on this.
<<print say("shopkeeper","Ok, final step is the color. Which one do you like?")>>
<table><tr><td>
<img style='height:75%;width:75%' src='img/clothes/nailpolish_red.jpg'/><br>
<a onclick="wear('nailpolish_red','MallMani2');wear('toenailpolish_red','MallMani3')">Apply</a>
</td><td align="center">
<img style='height:75%;width:75%' src='img/clothes/nailpolish_pink.jpg'/><br>
<a onclick="wear('nailpolish_pink','MallMani2');wear('toenailpolish_pink','MallMani3')">Apply</a>
</td></tr></table>
<img src='vids/toenailRedApply.gif'/><br>
<img src='vids/nailRedApply.gif'/><br>
<<print say("shopkeeper","All done, hope you will like them.")>>
<<print say("me","Thanks")>>
I just said without any enthusiasm and left.
<<run updateClothesSet('clothesSet1')>>
<<run updateMakeupSet('makeupSet1')>>
<<set $story21_progress=30>>
<br>
[[Return->Corridor]]<img src="img/busstop.jpg"><br>
The bus arrived, I bought the ticket and found a seat.<br>
[[Get on bus->Pool2]]<img src="img/girlInBus.jpg"><br>
The ride was boring but after two stops a nice young girl got on the bus and sat in front of me, so the view was very nice. <br>
[[Arrive->Pool3]]<img src="img/poolReception.jpg"><br>
Finally I arrived at the pool and I got off. The pool was about 5 minutes from the bus stop.<br>
I headed directly to the receptionist and bought a ticket to the pool and sauna as well. I paid 8 bucks and received the badge on the wrist to secure the locker. It seemed to have many years of active service so I hoped it would work.<br><br>
The receptionist told me that they have issues with the locking system so some lockers may not work.<br><br>
I took off the shoes, found a free locker and began to undress. I looked around and really there were only a few lockers occupied. I changed into the trunks and tried to lock the locker. I used the badge in many ways but I could not lock it. I tried a few others and finally I found one that could be secured. I put all the clothes there, locked it and tried to open it a couple times to be sure that it would be ok.<br><br>
I took a quick shower and went to the pool. Only a few people were there so I was happy. I put the towel on the bench and jumped into the water. I decided to swim for about half an hour and then go to the sauna. <br>
[[Go swimming->Pool4]]<<run removeAll()>>
<<run wear("male_trunks")>>
<img src="img/pool.jpg"><br>
It was really relaxing. All my thoughts were focused only on the water and I forgot all the bad things from the past days at least for now. Not looking left or right I only swam back and forth with the relaxing sound of water. The planned 30minutes were gone and the sauna was ahead of me.<br>
[[Go to sauna->Pool5]]<<run removeAll()>>
<<set $story4_progress=22>>
<img src="img/sauna.jpg"><br>
I looked inside and saw that nobody was there. I pulled down the trunks, put them on a hanger with a towel and went inside. As no one was walking in and out it was really hot and I sat on the lowest bench to be able to breathe. I kept checking the clock and after 10minutes I went out to take a cold shower. Well, not so cold, I was not brave enough. I returned back to the hanger.<br>
[[Get clothes->Pool6]]
<img src="img/emptyHanger.jpg"><br>
<<print say("me","Shit! Where are my trunks and towel?")>>
I said loudly and looked around but nobody was there. Did somebody steal it? At least I had the badge on my hand so I covered my crotch with my hands and walked quickly to the locker. Luckily the locker opened but I could not believe what I saw!
[[Go to locker->Pool7]]<img src="img/pool_locker.jpg"><br>
<<print say("me","What? Must be wrong locker.")>>
I checked the number but it was correct. Also I was sure that it was a men's changing room. I secured the locker and went back to the showers to look for my stuff. I also checked the toilets but unfortunately I couldn't find it anywhere.<br>
[[Search for clothes->Pool8]]<<print say("me","Somebody must have made fun of me.")>>
I returned back to the locker and checked the contents once more but my clothes were still not there. But what to do now. I could not go to the pool without anything on. I could not go outside. Either I would freeze to the bone or someone would call the police. I will have the police called. I will explain everything to them and they will help me and drive me home. No, after the coffee shop incident I cannot get into trouble. I sat down on a bench in total despair.
<<print say("joe","HI $player.name.")>>
I looked up and saw mum's colleague who caught me in her red dress a couple days ago. This simply cannot go worse.
<<print say("me","Hello.")>>
I silently replied. He started to get dressed and also probably checked me a few times because he asked me when he was done.
<<print say("joe","Are you ok?")>>
Well, what should I reply? If I say yes, he will leave me here alone and if no he will definitely tell my mother. He is probably the only person who could help me. I finally decided to reply.
<<print say("me","No, I went to swim and when I returned to locker I found only this.")>>
I opened the locker and pointed inside. He looked there and waited with the reaction.
<<print say("joe","Well quite cold for a dress but your choice.")>>
<<print say("me","What? No. It's not like that.")>>
<<print say("joe","Don't worry, I already saw you in dress, did you forget?")>>
<<print say("me","No, but somebody stole my clothes and left me only this. I don't have even money for the bus.")>>
He started to understand the situation.
<<print say("joe","Ok, I can take you home but I am here only to deliver something and don't have spare clothes. How do you plan to pass the reception and outside?")>>
<<print say("me","I don't know.")>>
<<print say("joe","Well, nobody's here but it won't last forever. Take the dress and let's go.")>>
<<print say("me","What? No. If someone sees me, my mother will kill me.")>>
He looked at his watch.
<<print say("joe","I need to go in 5 minutes. Either with you or without.")>>
I quickly summed the options but I could not come up with a better one.
<<print say("me","Ok, fine. And you will take me home, right?")>>
<<print say("joe","Yes, but hurry, I have more deliveries to make.")>>
[[Dress->Pool9]]<<run wear("dress_blackwhite")>>
<<run wear("panties_black_plain")>>
<<run wear("brown_hat")>>
I looked more carefully inside the locker. I found it a bit funny that there were even two dresses. One was black and white with stripes and the second one was with flowers. There was even a fabric box with a plush elephant with black panties, bra and black opaque pantyhose. I decided to rather leave the floral dress as the black and white will be less spectacular. I took it out and put it on the bench and also took the panties. I took a quick look around and saw nobody. I passed a mirror and did a quick check.<br><br>
<img src="img/poolMirrorCheck.jpg"><br>
<<print say("me","Ok, let's quickly do it before someone sees me.")>>
I said to myself, quickly put the panties on and the dress. I also took the hat to at least partly hide my face.<br>
[[Go to Joe->Pool10]]
<<run wear("pantyhose_black_opaque")>>
<<run wear("shoes_white_pumps")>>
<<print say("me","Fine, quickly please.")>>
I said to him wishing this whole nightmare would be over soon. He looked at me and checked me from the bottom to top.
<<print say("joe","Are you sure you will be able to make it to car barefoot?")>>
<<print say("me","What? I have no shoes, did you forget?")>>
<<print say("joe","Hold your horses, I didn't mean it badly, but I think you should take those shoes. Anything is better than this.")>>
He pointed at my legs. I checked the shoes. White pumps. How could I even possibly walk in them?
<<print say("joe","Hey, move up, I hear someone in the shower. And I suggest you don't take them on a bare foot. My wife once tried it and she scraped her legs brutally. And also I don't think you would like to draw attention to your hairy legs.")>>
Great! Ok, I need to hurry. I took the shoes to check the size - it was the same as mine. Somebody really planned this!<br>
<img height=50% width=50% src="vids/whitePumps.gif"><br>
I also took the pantyhose and put them on as quickly as possible. As I was nervous it took longer than I hoped but there was no time to waste. I put the pumps on and checked the result.<br>
<img src="img/whitePumpsBlackPantyhose.jpg"><br>
Then I tried to stand up.I had problems with catching the balance and I had to put my hand on the locker so as not to fall down. Once I regained the balance, I walked slowly to my driver who again checked me from top to bottom
<<print say("joe","Wow.")>>
He said with a small smile on his face.
<<print say("me","Hey, it's not funny. Let's move")>>
[[Leave->Pool11]]
We both went out of the changing room and to the reception. I kept my head as low as possible so as not to show my face. We both were silent and the only sound was clicking of my heels. <br>
<img src="vids/heelsClick.gif"><br>
Somewhere in the middle of the journey to the reception I stumbled and he was walking next to me, so I hadn't fallen down.
<<print say("joe","Carefully, you better hold my hand.")>>
He whispered to me but I had no intention to do so. Instead I just walked next to him in order to prevent another fall.<br>
We passed through the reception. The receptionist only lifted her eyes from the papers, said goodbye and immediately looked back again. We finally got out of the building and I hoped his car would be somewhere near. Fortunately we parked in the parking lot for deliveries so it was not far away.He helped me to the car and I finally regained a little peace.<br>
[[Home->Pool12]]I did not say a word during the ride and so did he. When we arrived I asked a question.
<<print say("me","Can I beg you to keep this just between us?")>>
<<print say("joe","Sure, but you owe me. By the way, I am Joe.")>>
<<print say("me","$player.name, thanks.")>>
I quickly checked if no neighbor was watching and walked as fast as possible to my bedroom. Fortunately the parents were still not home, so I just hid the clothes under my bed in a box and spent the rest of the day playing PC games to calm myself.
<<set $story4_progress=100>>
<<run wearSet("clothesSet1")>>
[[Play games & sleep->HomeSleep]]<div>
<img src='checklist3.jpg' style='z-index: 1'>
<img src='letter_S.jpg' style='z-index: 2;position: relative; top:-448px;left:-375px'>
<img src='letter_T.jpg' style='z-index: 2;position: relative; top:-448px;left:-360px'>
<img src='letter_R.jpg' style='z-index: 2;position: relative; top:-448px;left:-345px'>
<img src='letter_A.jpg' style='z-index: 2;position: relative; top:-448px;left:-330px'>
<img src='letter_P.jpg' style='z-index: 2;position: relative; top:-448px;left:-321px'>
<img src='letter_O.jpg' style='z-index: 2;position: relative; top:-448px;left:-280px'>
<img src='letter_N.jpg' style='z-index: 2;position: relative; top:-448px;left:-265px'>
<img src='letter_P.jpg' style='z-index: 2;position: relative; top:-378px;left:-570px'>
<img src='letter_E.jpg' style='z-index: 2;position: relative; top:-378px;left:-553px'>
<img src='letter_G.jpg' style='z-index: 2;position: relative; top:-378px;left:-540px'>
<img src='letter_G.jpg' style='z-index: 2;position: relative; top:-378px;left:-530px'>
<img src='letter_I.jpg' style='z-index: 2;position: relative; top:-378px;left:-520px'>
<img src='letter_N.jpg' style='z-index: 2;position: relative; top:-378px;left:-505px'>
<img src='letter_G.jpg' style='z-index: 2;position: relative; top:-378px;left:-495px'>
</div><img src="img/beautysalon.jpg"/><br>
<<print say("beautyshopkeeper","Hi, welcome back.")>>
<<print say("me","Hello.")>>
<<print say("beautyshopkeeper","We don't have much time, so let's start. Please go to the dressing room, take off all your clothes, take bathrobe and we will meet at the spa bathroom.")>>
<<set $story21_progress=31>>
[[Go to spa->BallPrep2]] I slowly moved to the grand hall. All the time I was touching the wall with my hand in order not to fall down. I saw Mrs. Williams already standing at the door and as soon as she noticed me she went to meet me. <br>
As she was coming closer, I saw that she was wearing a costume of Evil Queen, it was more than fitting.<br>
<img src='img/ball/queen.gif'><br>
<<print say("queen","You are simply wonderful!")>>
<<print say("cindra","Yes, maybe, can I go back to my room now and get it off?")>>
<<print say("queen","What? You want to ruin half a day of work? Don't be silly.")>>
She said with a small anger in her voice and adjusted my dress a little.
<<print say("queen","Which brings me to one more thing. This is a very special occasion. For all of us. And there are many people and also many other girls like you so here are the rules that you have to follow.. You can only speak if you are explicitly allowed to.")>>
<<print say("cindra","But I…")>>
<<print say("queen","Next, you have to follow orders from anybody without any sign of disobedience and last but not least. If you somehow fail to follow these rules or even try to ruin the evening, I can guarantee that you will spend at least a month in a dark room not larger than 30 square feet. And that is only the beginning.")>>
<<print say("cindra","Eeeh…")>>
<<print say("queen","See?")>>
She interrupted me.
<<print say("queen","Rule number one - you spoke without permission. I will forgive you for this time but watch out, in the hall I will not be so benevolent.")>>
<img src="img/ball/queen4.gif"/><br>
<<print say("queen","Ok, let's go inside.")>>
<img src="img/ball/d292f14e5eeb7a67faf29c2229ef45c6.gif"><br>
[[Go inside->Ball_MainHall]]
<img src="img/ball/beautySalonDressingRoom.jpg"/><br>
I entered the dressing room and chose one of the lockers. When I was undressed I looked down to my caged penis and sighed. The lockers recalled the day when I went to the pool. Well besides the fact that someone stole my clothes, those were really perfect days but no one appreciates anything until he loses it.<br><br>
Nevermind. I took one of the bathing robes and went to the bathroom.<br>
<<run removeAll()>>
<<run wear("bathrobePink")>>
[[Go to bathroom->BallPrep3]]
<img src="img/ball/beautySalonBathtub.jpg"/><br>
<<run removeAll()>>
<<run removeMakeup()>>
<<run $player.clothing["toyFront"]=null;>>
<<print say("beautyshopkeeper","Good, you're here.")>>
She greeted me and also noticed that the thug was also standing there and he just raised his hand to greet me.
<<print say("beautyshopkeeper","I will remove the chastity cage in order to prepare your whole body, however the company regulations say that there must be at least one of the security staff present to prevent… let's say inappropriate behavior. Yes, I know that you would never do it, but rules are rules.")>><br>
<img src='img/ball/cageOff.jpg'><br>
She came to me, unlocked the lock and removed both the cage and the ring. It was really very pleasant to feel free again although quite embarrassed to stay naked in front of the thug.
<<print say("beautyshopkeeper","Ok, the tube is ready, so please step in and we shall begin.")>>
The tube was full of bubbles so I quickly stepped in to hide myself before the intrusive sight of the thng. I have to say that the tube was simply superb. As soon as I entered it I leaned back, closed my eyes and took a deep breath. I forgot at least for a while all those problems. The lady also turned on some relaxing music which was the last piece to complete harmony.<br><br>
I don't know how long I stayed there but I did not care. I just relaxed and after some time the lady came in.
<<print say("beautyshopkeeper","I see you are having good time but we have to move on.")>>
She showed me two shower gels.
<<print say("beautyshopkeeper","Would you like coconut flavor or rose with vanilla?")>>
<img src="img/ball/beautySalonShowegels.jpg"/><br>
[[Coconut->BallPrep4a]] [[Rose&Vanilla->BallPrep4b]]<<print say("beautyshopkeeper","You know, when I think about it, the rose with vanilla would make a better match to you.")>>
<img src="img/ball/bubbleBath.gif"/><br>
I soaked my whole body and immediately smelled the scent of vanilla which was more intense than the rose. I was so relaxed that I even forgot about the thug standing in the corner and looking at me like in the cinema.<br>
<img src="img/ball/washHair.gif"/><br>
<<print say("beautyshopkeeper","Now please take a shower and follow me.")>>
I did as she said, then stepped out of the tube, dried myself with the towel and dressed again in the bathrobe. I followed her in another room with the thug in my back.<br>
[[Depilation room->BallPrep5]]
<<run wear("bathrobePink")>>
<<print say("beautyshopkeeper","Good choice, I am sure, you will like it.")>>
<img src="img/ball/bubbleBath.gif"/><br>
I soaked my whole body and immediately smelled the scent of vanilla which was more intense than the rose. I was so relaxed that I even forgot about the thug standing in the corner and looking at me like in the cinema.<br>
<img src="img/ball/washHair.gif"/><br>
<<print say("beautyshopkeeper","Now please take a shower and follow me.")>>
I did as she said, then stepped out of the tube, dried myself with the towel and dressed again in the bathrobe. I followed her in another room with the thug in my back.<br>
[[Depilation room->BallPrep5]]
<<run wear("bathrobePink")>>
<img src="img/ball/beautySalonDepilationRoom.jpg"/><br>
<<run removeAll()>>
<<print say("beautyshopkeeper","Now, we will do the depilation. I know that you are keeping your whole body smooth, but before such a big event, it is more than desirable to be simply perfect. Please put your robe down and lay on the bed.")>>
I laid on the bed again completely naked but she immediately put a hot towel over my body.
<<print say("beautyshopkeeper","The laser hair removal is much more effective than classical shaving and also lasts longer. You will feel the difference. So, we will start with the legs.")>>
[[Depilation->BallPrep5b]]
<img src="img//beautysalon.jpg"/><br>
I sat down on the chair and she immediately began.
<<print say("beautyshopkeeper","We should start with the nail polish.")>>
<<timed 5s>>
<img src="img/ball/cindraApplyNailPolish.webp"/><br>
<<run wear("cinderella_nailpolish")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Now the legs.")>>
<img src="img/ball/cindraApplyToeNailPolish.jpg"/><br>
<<run wear("cinderella_toenailpolish")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Having face moisturized is the key to success.")>>
<img src="img/ball/applyMoisturizer.gif"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Primer to prepare the face for makeup.")>>
<img src="img/ball/applyPrimer.gif"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Foundation, because no house can be built on unstable ground, right?")>>
<img src="img/ball/applyFoundation.webp"/><br>
<<run wear("foundation")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Concealer to hide imperfection.")>>
<img src="img/ball/applyConcealer.gif"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Bronzer to add tanned look.")>>
<img src="img/ball/applyBronzer.gif"/><br>
<<run wear("blush")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Highlighter to emphasize the important parts.")>>
<img src="img/ball/applyHighlighter.gif" width=50%/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Blue eyeshadows will draw the attention.")>>
<img src="img/ball/applyEyeshadow.gif"/><br>
<<run wear("cinderella_eyeshadow")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Eyeliner to highlight your eyes.")>>
<img src="img/ball/applyEyeliner.gif"/><br>
<<run wear("eyeline_black")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Mascara to add seductive look.")>>
<img src="img/ball/applyMascara.gif"/><br>
<<run wear("mascara_black")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","And lashes to make it more intense.")>>
<img src="img/ball/applyEyelashes.gif"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Lipstick to make your lips adorable")>>
<img src="img/ball/applyLipstick.gif"/><br>
<<run wear("cinderella_lipstick")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Almost done, but before I let you look into the mirror, we will add the blonde wig.")>>
<img src="img/ball/wig.webp"/><br>
<<run wear("cinderella_wig")>>
<<scrolldown>>
<<next>>
She spent some time adjusting the wig and also attaching it to my head.
<<print say("beautyshopkeeper","Jewelry, last think and I guarantee you will be very more than surprised.")>>
She gave me blue earrings, necklace and also a blue headband.<br>
<<run wear("cinderella_necklace")>>
<img src="img/ball/putOnNecklace.gif"/><br>
<<run wear("cinderella_earings")>>
<img src="img/ball/putOnEarrrings.webp"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","No it's perfect. Take a look.")>>
She handed me a hand mirror and I finally could check the result of her long lasting work.<br>
<img src="img/ball/faceCindraella.jpg"/><br>
I simply could not believe my eyes. Is it really so simple only with makeup to make a princess from a boy? It was amazing and scary at the same time. Yes, she did her job well but why do I admire it?
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","One more thing. Your butplug. You should not leave without it. Please bend over the table, I will insert it.")>>
<img src="vids/buttplug3.gif"/><br>
<<run wear("butplug_sissy")>>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","I see, you are excited about it but I have other customers, so please visit the costume rental. And you can leave your clothes here, I will have them deliver to your room.")>>
[[Costume rental->BallPrep7]]
<<scrolldown>>
<</timed>>
<img src="img/ball/costumeRental.jpg"/><br>
I entered the costume rental shop and immediately the shop assistant was next to me.
<<print say("shopkeeper","Cinderella, am I right?")>>
<<print say("cindra","I guess.")>>
I just replied silently.
<<print say("shopkeeper","I like events like this. The beauticians always do such brilliant jobs! Ok, your dress is ready, please follow me to the changing room.")>>
We both went to the back of the store to the dressing room.<br>
<img src="img/ball/DressingRoomCinderella.jpg"/><br>
I just stood there for a while without a word. The dress was simply huge.
<<print say("shopkeeper","Isn't it gorgeous?")>>
<<print say("cindra","Well…")>>
<<print say("shopkeeper","I know, you cannot imagine yourself in such a pretty dress but trust me, once you will have it on, you will not want to take it off.")>>
She pointed at the dresser with lingerie.<br>
<<print say("shopkeeper","Take the panties with bra and stockings, then I will help you with the dress. I picked the lingerie personally so that they match. We both would agree that no woman should go out unmatched, right?")>>
<<print say("cindra","Of course.")>>
I just said only to stop her from her ever lasting enthusiasm.<br>
[[Dress up->BallPrep7b]]
<img src='img/ball/GrandHall.jpg'><br>
The place was simply huge. Mrs. Williams offered me a hand and guided me directly to the center of everything. All the people around stopped talking and were watching us. Maybe not us but for sure me. The only thing that kept me at least a little calm was the need to focus on walking.<br>
It was like ages until we got to the middle of the room where Prince Charming was standing already.<br>
<img src='img/ball/cindraAtBall.jpg'><br>
<<print say("queen","Dear prince Charming, let me introduce you beautiful princess Cinderella.")>>
<<print say("queen","Curtsy")>>
Mrs. Williams whispered to my ear.<br>
<img src='img/ball/curtsy.gif'><br>
<<print say("prince","Nice to meet you, princess.")>>
<img src='img/ball/charmingKissHand.jpg'>
I was simply lost. Man kissing my hand. it was something I could not even imagine in my wildest dreams. I really did not know what to do but only until Mrs. Williams again whispered to my ear.
<<print say("queen","Shy posture, quick.")>>
I tried to recall the class and put one hand on my cheek and moved my head to the side. I also paid attention not to touch my face to keep makeup perfect.<br>
<img src='img/ball/shy_cindra.jpg'>
<<print say("queen","Marvelous.")>>
She whispered again to my ear.
<<print say("queen","Your highness, if you excuse us, I will guide princess to her table.")>>
<<print say("prince","Yes, your majesty.")>>
Mrs. Williams took my hand again and we were heading towards the tables. During our journey we also passed one strange cauldron.<br>
[[Look at cauldron->Ball_Cauldron]]
<br>
[[Brewery->TH_Ball_Brewery]]<br>
[[Drawing room->TH_Ball_DrawingRoom]]<br>
[[Wine cellar->TH_Ball_WineCellar]]<br>
[[Infirmary->TH_Ball_Infirmary]]<br>
[[Kitchen->TH_Ball_Kitchen]]<br>
[[Servant quarters->TH_Ball_ServantQuarters]]<br><br>
[[First floor->TH_Ball_MainHall2]]<img src='img/ball/TH_Library.jpg'><br>
I entered the library and saw a woman standing on a ladder. She was probably looking for some book.
<<if ($story30_progress==0)>>
<img src='img/ball/TH_librarian.jpg'><br>
<<print say("cindra","Good evening.")>>
I greeted her not so loudly.
<<print say("librarian","Hello, princess.")>>
<<print say("cindra","I am looking for the images to guess some secret word.")>>
<<print say("librarian","Yes, I have one image, that you need.")>>
<<print say("cindra","And may I have it please?")>>
<<print say("librarian","Of course, I will help you, but you have to help me too.")>>
<<print say("cindra","With what?")>>
She climbed down the ladder and without a word came to me. Then she lifted up her skirt.<br>
<img src='img/ball/TH_librarianNoPanties.jpg'><br>
<<print say("librarian","See? Somebody stole my panties. Bring them back to me and the image is yours. And before you ask, I want clean ones.")>>
<<print say("cindra","Ok, I will try to get them.")>>
<<set $story30_progress=5>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<elseif ($story30_progress==100)>>
<img src='img/ball/TH_librarian.jpg'><br>
<<print say("cindra","I am back with your panties.")>>
<<print say("librarian","Ahh, many thanks princess")>>
<<print say("cindra","May I have the promised picture?")>>
<<print say("librarian","Sure, here you are")>>
<<set $story30_progress=195>>
<<run $obtainedItems.delete("panties_red_tanga")>>
<<if !($obtainedLetters.contains("P"))>>
<<run $obtainedLetters.push("P")>>
<<endif>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<endif>>
<img src='img/ball/TH_PrincessBoudoir2.jpg'><br>
Nice room completely pink.<br>
<<if ($story30_progress==5)>>
<img src='img/ball/TH_PrincessBudoir.jpg'><br>
<<print say("genericPrincess2","Oh look at her, isn't she pretty?")>>
<img src='img/ball/girlsLOL.gif'><br>
They all laughed at me and it really made me angry.
<<print say("genericPrincess","What can we do for such a nice lady?")>>
<<print say("cindra","I need panties.")>>
<img src='img/ball/girlsLOL.gif'><br>
I almost whispered and they began to laugh even more.
<<print say("genericPrincess","Are you without them right now?")>>
<<print say("cindra","No, they are not for me, but for the librarian.")>>
<<print say("genericPrincess2","For that bitch? That does not surprise me, she gives blowjobs for free during waiting for coffee.")>>
I waited until they calmed down from their laugh.
<<print say("cindra","Can you give me one pair?")>>
<<print say("genericPrincess","Do we look like a boutique? But you know what? We have nothing to drink. Bring us wine and we will give you panties for your slut.")>>
I understood that it makes no sense to negotiate.
<<set $story30_progress=10>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<elseif ($story30_progress==95)>>
<img src='img/ball/TH_PrincessBudoir.jpg'><br>
<<print say("genericPrincess","Ladies, look who's back. Our little princess without an unicorn.")>>
<img src="img/ball/girlsLOL.gif"><br>
<<print say("cindra","I have the wine for you.")>>
<<print say("genericPrincess","Great.")>>
She took it from me and uncorked it. She took a big sip and handed it to another girl. Then the bottle circulated a couple times.
<<print say("cindra","May I have the panties, please?")>>
<<print say("genericPrincess","Sure, but which one?")>>
<<print say("cindra","I guess it does not matter.")>>
<<print say("genericPrincess","So do you want mine?")>>
She said and lifted her skirt.<br>
<img src="img/ball/TH_budoir3.jpg"><br>
<<print say("genericPrincess2","Or maybe mine?")>>
<img src="img/ball/TH_budoir6.jpg"><br>
<<print say("cindra","No please, I would like to have a fresh pair.")>>
<<print say("genericPrincess","That’s not fair. I showed you my panties, so want you to show yours.")>>
<<print say("cindra","But I didn’t want it.")>>
<<print say("genericPrincess","Show me yours or get out.")>>
I hesitated for a while but after all I endured today, I decided that I have really nothing to lose so I lifted up my skirt.<br>
<img src="img/ball/TH_budoir7.jpg"><br>
<img src="img/ball/girlsLOL.gif"><br>
<<print say("genericPrincess","Pull down the panties, we will pull ours.")>>
<<print say("cindra","What? No.")>>
<<print say("genericPrincess2","Come on, I want so see what’s inside.")>>
She did not wait and pulled her panties down.<br>
<img src="img/ball/TH_budoir4.jpg"><br>
The other princess too.
<img src="img/ball/TH_budoir5.jpg"><br>
<<print say("genericPrincess","Your turn.")>>
I too pulled down my panties.<br>
<img src="img/ball/TH_budoir1.jpg"><br>
<img src="img/ball/girlsLOL.gif"><br>
<<print say("genericPrincess","I need to take a photo or otherwise none will believe me that it is possible.")>>
She went for her phone.
<<print say("cindra","No please.")>>
<<print say("genericPrincess","I will only take a photo underskirt. No face, ok?")>>
<img src="img/ball/TH_budoir2.jpg"><br>
<<print say("genericPrincess","I have to show it to my boyfriend. I told him that some men wear it. He did not believe me and fucked me extra hard that evening to show that it’s nonsense. I had problems to put my legs back together next day.")>>
She giggled.
<<print say("genericPrincess2","I miss the good fucking. My boyfriend broke up with me two weeks ago. He was an asshole but he had really big dick that almost tear me apart each time we fucked me.")>>
<<print say("genericPrincess","Realy? Two weeks without good fucking? Poor girl. But tell me how did you a blowjob? Were you able to put the whole dick in mouth?")>>
<<print say("genericPrincess2","Well, hardly. The problem was when he wanted to fuck my mouth. I had issues with my gag reflex.")>>
<<print say("genericPrincess","But what you are going to do now?")>>
<<print say("genericPrincess2","I bought myself a really big dildo and each evening I have to masturbate. Once you get used to such a big pole, the small ones are useless.")>>
<<print say("genericPrincess","Like our princess here?")>>
<<print say("genericPrincess2","She could fuck me and I would not notice it at all.")>>
<img src="img/ball/girlsLOL.gif"><br>
<<print say("genericPrincess","We are so mean! Come, princess, take your price.")>>
<img src="img/ball/TH_pantiesBudoir.jpg"><br>
I quickly took one black pair of panties and left this humiliating discussion.
<<set $story30_progress=100>>
<<run $obtainedItems.push("panties_red_tanga")>>
<<run $obtainedItems.delete("wineBottle")>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<endif>>
<img src='img/ball/TH_Treasury.jpg'><br>
Room full of gold. What could be better?<br>
<<if ($story30_progress==15)>>
<img src='img/ball/TH_knight.jpg'><br>
<<print say("knight","Hello, my princess.")>>
<<print say("cindra","Hello,I am looking for magic wand.")>>
<<print say("knight","Are you going to cast spells?")>>
He laughed.
<<print say("cindra","No, it's for the witch.")>>
<<print say("knight","Ok, let me see...")>>
He started to search in one of the chests.
<<print say("knight","Yes, One magic wand right here.")>>
<<print say("cindra","May I have it please?")>>
<<print say("knight","Maybe, but what will you give me for that?")>>
<<print say("cindra","What do you want?")>>
<<print say("knight","You know, I always loved one of the nuns. Convince her to give me blowjob and the wand is yours.")>>
<<print say("cindra","How could I convince her?")>>
<<print say("knight","I will leave it up to you.")>>
He winked at me and I left.
<<set $story30_progress=20>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<elseif ($story30_progress==85)>>
<img src='img/ball/TH_knight.jpg'><br>
<<print say("knight","My princess.")>>
<<print say("cindra","I am here for the wand.")>>
<<print say("knight","Yes, the nun was here, so here, your magic wand. And thank you, it was really superb!")>>
He handed me a wrapped box.
<<print say("cindra","Thanks.")>>
I said and left before he again offered me some super deal.
<<set $story30_progress=90>>
<<run $obtainedItems.push("wandBox")>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<endif>>
<img src='img/ball/TH_PriestQuaters.jpg'><br>
Very simply furnished room.<br>
<<if ($story30_progress==20)>>
<img src='img/ball/TH_priest.jpg'><img src='img/ball/TH_nunPriest.jpg'><br>
<<print say("cindra","Good evening.")>>
They both turned to me.
<<print say("priest","Good evening sister, may the God be with you.")>>
<<print say("nunPriest","You have very nice dress sister.")>>
<<print say("cindra","Yes, thank you.")>>
I was training hard to figure out how to convince the nun to provide a blowjob to the treasure keeper.
<<print say("priest","May I be of any service sister?")>>
<<print say("cindra","Yes, I… I am looking for a magic wand.")>>
<<print say("priest","i am very sorry but we do not have here any kind of wands.")>>
<<print say("cindra","Yeah… I know that the treasure keeper has one.")>>
<<print say("priest","Then you should probably seek help there.")>>
<<print say("cindra","I already did and he is willing to give me the wand but he wants something in return.")>>
<<print say("priest","Why no one can do something just for free? And what does he ask, my sister?")>>
<<print say("cindra","Well… Service of sexual kind. From her.")>>
I pointed at the nun who immediately smiled.
<<print say("nunPriest","What exactly?")>>
<<print say("cindra","An oral service.")>>
<<print say("priest","Oh my…")>>
<<print say("nunPriest","What will you offer to me for that?")>>
I just raised my eyebrows together with my shoulders.
<<print say("nunPriest","I know. The pope's girlfriend. That little bitch stole my golden cross and now she wears it to provoke me. Get me the cross back, and the treasure keeper will be lucky guy.")>>
<<print say("cindra","Where this will end?")>>
I just asked rhetorically and left.
<<set $story30_progress=25>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<elseif ($story30_progress==80)>>
<img src='img/ball/TH_priest.jpg'><img src='img/ball/TH_nunPriest.jpg'><br>
<<print say("priest","Good evening sister, how may I be of service?")>>
<<print say("cindra","The cross has been returned, so the nun should do her part of the deal.")>>
<<print say("priest","Of course, the deal is the deal. But let me suggest another one. When was the last time you did confess?")>>
<<print say("cindra","Well, never. I am not a believer.")>>
<<print say("priest","Not good. Not good at all. Ok, if you will confess, I will give you the picture you need.")>>
<<print say("cindra","Seems like extortion to me.")>>
<<print say("priest","Let's consider it as an offer. The confessional is over there.")>>
He said and went there. Well, the picture is needed, so I should go there and play this stupid thing.<br>
I saw him entering the confessional.<br>
<img src='img/ball/TH_confessional.jpg'><br>
I decided to go there as well. I entered the left booth and saw a padded kneeler. Very clever indeed, the only position I was able to take was on my knees. I tried to kneel but it was impossible due to my skirt. I lifted it up and finally assumed the desired position. I was unable to see his face because the window was barred so densely that I only saw the priest's contours.
<<print say("priest","Good, sister. I am glad you decided correctly. Now put your hand together and close your eyes.")>>
<<print say("cindra","Fine.")>>
I put my hands together and closed my eyes.<br>
<img src='img/ball/TH_nun1.webp'><br>
<<print say("cindra","Shit.")>>
I just screamed when I saw the pig pushed his dick through the small hole and I decided to leave.
<<print say("priest","No need to be vulgar. I just need you to do a hand job. One handjob for one picture.")>>
Damned. He got me. If I will not do it, he will not give me the stupid picture and I will be punished by Mrs. Williams. I'm screwed. I again dropped back down on my knees and took a closer look at his dick.<br>
<img src='img/ball/TH_nun5.webp'><br>
I was convincing myself to do it but it was not an easy job. Finally I told myself that it's only a hand and I will definitely wash my hands afterwards.<br>
I took his penis which was partially hard and began to stroke it. He must have already been horny because his dick was hard in no time. I sped up and wanked him.<br>
<img src='img/ball/TH_nun2.webp'><br>
<<print say("priest","Very good, my sister. Carry on. Maybe if you would agree, a little blowjob would be fine, but I would understand it if you refuse.")>>
<<link "Do it.">>
<<replace "#Next">>
<br>
<img src='img/ball/TH_nun4.webp'><br>
<<print say("priest","Nice, very nice.")>>
He was enjoying my service and I felt that his precum was already leaking.
<<print say("priest","Please, take it deeper.")>>
I was hesitant for a while but as I had his dick in my mouth, it could not be much worse. I took a deep breath and tried to absorb as much as I could.<br>
<img src='img/ball/TH_nun3.webp'><br>
<<print say("priest","My sister, I am going to cum.")>>
I immediately got scared of what to do now. Definitely I did not want to have the cum on my clothes or even worse on myself. I quickly sought some place where to aim his dick to shoot but there was nothing. Absolutely nothing. The booth was so small that it had hardly any space for me and my dress. I decided that it would be best to leave the confessional at once. I did not wait and tried to leave, but getting up was much harder than I previously thought. What I did not know that I stepped on my skirt so I was unable to stand up. I was so scared of receiving another load of cum that I literally fell out of the confessional ending lying on the ground on my back. The last thing I saw was the priest's penis shooting cum all over the booth. I was successful at least from this point of view.
<<print say("cindra","This is insane! I quit. Right now.")>>
I began to get up.
<<print say("priest","Thank you very much, sister. Here you have your picture.")>>
<<print say("cindra","I had enough!")>>
<<print say("priest","Oh no. Please consider what Mrs. Williams would do if you ruin her evening that she has been preparing the whole year.")>>
He was right. Her anger would be endless. I looked down at my hands and I saw that a few drops of his cum were still on my hands.
<<print say("priest","Listen, sister. I will ensure, that the nun will do now her part of the deal and you can use a bathroom over there, ok?")>>
He left and I moved to the bathroom to wash my hands. I took a long look into the mirror and it made me think this whole situation over. How did it happen that I ended here like this? I found a seat and waited there for a couple minutes only with my thoughts until the priest returned. Honestly I did not want to see another blowjob.
<<print say("priest","Ok, done. The treasure keeper is waiting for you.")>>
He said when he entered the chapel and I decided to leave.
<</replace>>
<</link>>
<br>
<<link "Don't do it">>
<<replace "#Next">>
<br>
<<print say("priest","My sister, I am going to cum.")>>
I immediately got scared of what to do now. Definitely I did not want to have the cun on my clothes or even worse on myself. I quickly sought some place where to aim his dick to shoot but there was nothing. Absolutely nothing. The booth was so small that it had hardly any space for me and my dress. I decided that it would be best to leave the confessional at once. I did not wait and tried to leave, but getting up was much harder than I previously thought. What I did not know was that I stepped on my skirt so I was unable to stand up. I was so scared of receiving another load of cum that I literally fell out of the confessional ending lying on the ground on my back. The last thing I saw was the priest's penis shooting cum all over the booth. I was successful at least from this point of view.
<<print say("cindra","This is insane! I quit. Right now.")>>
I began to get up.
<<print say("priest","Thank you very much, sister. I will now head to the treasury room for the promised confession. Here you have your well deserved picture.")>>
<<print say("cindra","I had enough!")>>
<<print say("priest","Oh no. Please consider what Mrs. Williams would do if you ruin her evening that she has been preparing the whole year.")>>
He was right. Her anger would be endless. I looked down at my hands and I saw that a few drops of his cum were still on my hands.
<<print say("priest","Listen, sister. I will do now my part of the deal and you can use a bathroom over there, ok?")>>
He left and I moved to the bathroom to wash my hands. I took a long look into the mirror and it made me think this whole situation over. How did it happen that I ended here like this? I found a seat and waited there for a couple minutes only with my thoughts until the priest returned.
<<print say("priest","Ok, done. He is waiting for you.")>>
He said when he entered the chapel and I decided to leave.
<</replace>>
<</link>>
<span id="Next">
</span><br>
<<set $story30_progress=85>>
<<run $obtainedItems.delete("cross")>>
<<if !($obtainedLetters.contains("O"))>>
<<run $obtainedLetters.push("O")>>
<<endif>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<endif>>
<img src='img/ball/TH_chapel.jpg'><br>
Strange smell hit my nose once I entered the chapel. It must have been incense.<br>
<<if ($story30_progress==25)>>
<img src='img/ball/TH_pope.jpg'><img src='img/ball/TH_nunPope.jpg'><br>
<<print say("cindra","Good evening.")>>
<<print say("pope","My sister, are you here for confession?")>>
<<print say("cindra","No, I am looking for that golden cross.")>>
I pointed at the hips of the nun who was standing near us.
<<print say("nunPope","So you have found it.")>>
She just replied.
<<print say("cindra","Can you please return it back to the nun from the priest quarters?")>>
<<print say("nunPope","Fuck no! That whore…")>>
<<print say("pope","Language, my dear.")>>
<<print say("nunPope","Sorry father.")>>
<<print say("pope","It seems that we have here a stolen item that needs to be returned back to its rightful owner.")>>
<<print say("nunPope","But I…")>>
<<print say("pope","No, you will confess from your sins but I do not have sacramental bread. You, princess, bring me the sacramental bread and I will ensure that the cross will be returned. Deal?")>>
<<print say("cindra","Yes, why not.")>>
I resigned and left
<<set $story30_progress=30>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<elseif ($story30_progress==75)>>
<img src='img/ball/TH_pope.jpg'><img src='img/ball/TH_nunPope.jpg'><br>
<<print say("pope","Hello, my sister, welcome back.")>>
<<print say("cindra","Hello, I have the bread for you.")>>
<<print say("pope","May the god bless you.")>>
<<print say("cindra","Fine, may I have the cross please?")>>
<<print say("pope","Indeed. I already called the nun to get it personally.")>>
<<print say("nunPriest","I am right here.")>>
<<print say("nunPope","If you want, come and claim it!")>>
<<print say("nunPriest","Are you fucking kidding me?")>>
She screamed.
<<print say("pope","Ladies, ladies, where are the christian values? Both of you, come to me.")>>
<<print say("nunPriest","It's all her fault.")>>
<<print say("pope","There is only one way to reconcile. Both of you, come here and kneel.")>>
<<print say("nunPope","But I...")>>
He just pointed to the ground and made a really evil face.
<<print say("cindra","May I point out, that we had deal about the oral service to the treasure keeper?")>>
<<print say("pope","Just give us a few minutes, my lady. We have to settle this once for all. But first of all, you should use lipstick.")>>
He commanded one of the nuns who immediately reached for her makeup and fixed her lips.<br>
<img src='img/ball/TH_4nun1.webp'><br>
<<print say("pope","Much better, now let's try it.")>>
He said and pulled the dick from his trousers. She immediately began to suck it.<br>
<img src='img/ball/TH_4nun5.webp'><br>
<<print say("pope","Why don't you join us?")>>
He asked me. I just rolled my eyes.
<<print say("cindra","No, thanks, I will wait here.")>>
<<print say("pope","Your choice. What about you?")>>
He asked the other nun who eagerly joined her colleague and now both ladies provided oral service.<br>
<img src='img/ball/TH_4nun8.webp'><br>
He sat down and let the girl serve him.<br>
<img src='img/ball/TH_4nun2.webp'><br>
Now he decided to lay one of the nuns on her back and moved his cock in front of her mouth and just pointed at her pussy with finger. The other nun guessed what she was supposed to do.<br>
<img src='img/ball/TH_4nun3.webp'><br>
I saw at his face that he really likes it and after some time he stood up, positioned one of the girls at the sofa and fucked her from behind. The other one started kissing her.<br>
<img src='img/ball/TH_4nun4.webp'><br>
He must have been really horny as it did not take long for him to cum.
<<print say("pope","On your knees, now!")>>
He commanded both girls who obeyed the order at once. He wanked his dick and came in no time.<br>
<img src='img/ball/TH_4nun7.webp'><br>
<<print say("pope","Good, ladies, now it is time for you to decare peace. And the peace will be based on sharing something. Kiss each other.")>>
<img src='img/ball/NunCumkiss.jpg'><br>
The nun from the priest took the cross from the other one and left for the quarters. I realized that the job here was over.
<<set $story30_progress=80>>
<<run $obtainedItems.delete("bread")>>
<<run $obtainedItems.push("cross")>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall2]]
<<endif>>
<img src='img/ball/TH_brewery.jpg'><br>
I entered the brewery and the smell of hops were all around me.<br>
<<if ($story30_progress==45)>>
<img src='img/ball/TH_october.jpg'><br>
<<print say("october","My lady, is the beer what bring you here?")>>
<<print say("cindra","Yes indeed. May I have one, please?")>>
<<print say("october","It won't be so easy.")>>
<<print say("cindra","Please, I am losing my mind. What do you want.")>>
I really started to get a little angry as it led to nowhere.
<<print say("october","Music box.")>>
<<print say("cindra","What?")>>
<<print say("october","Music box. The jesters wanted to borrow it. I said fine but they did not return it back. Bring it back to me and the beer is yours.")>>
<<print say("cindra","Marvelous.")>>
I turned and headed out.
<<set $story30_progress=50>>
<br>
[[Leave->TH_Ball_MainHall]]
<<elseif ($story30_progress==55)>>
<img src='img/ball/TH_october.jpg'><br>
<<print say("cindra","I have the music box for you. Here.")>>
<<print say("october","You are simply great, my lady. I am a big debtor. Helga, look what we have back.")>>
She shouted and another girl appeared together with some man.<br>
<img src='img/ball/TH_october2.jpg'><img src='img/ball/TH_october3.jpg'><br>
<<print say("october2","Great, we should celebrate it now.")>>
<<print say("october","Ein Prosit der Gemütlichkeit! As we say in Germany. A toast to cheer and good times.")>>
They all three drank a whole glass of beer at once. The guy did not wait for anything and once he put the glass down, he held both maids close to him, with both hands under their skirts. And the ladies did not wait for anything and began to massage his crotch together. He quickly pulled his dick out and they began to suck it.<br>
<img src='img/ball/TH_octo2.jpg'><br>
<<print say("cindra","May I take the beer please?")>>
<<print say("october","Just give us...")>>
<<print say("october2","One minute!")>>
The guy began to pull the trousers down completely and both ladies sat on the bed and began to play with their pussies.<br>
<img src='img/ball/TH_octo1.jpg'>
<<print say("cindra","Please, can I will take beer and leave you here?")>>
One of the girls stood up and it seemed that she wanted to bring me a bottle. But the other girl lifted her leg and put it up on a ladder of bunk bed, completely revealing her crotch.<br>
<img src='img/ball/TH_octo3.jpg'><br>
The guy immediately began to caress her ass and I also saw him entering her pussy with his fingers. Then he literally took her and placed on the bed and spread her legs. He also took the head of the other girl and guided her to lick the clitoris of the lying one.<br>
<img src='img/ball/TH_octo4.jpg'><br>
Then we entered her with a very loud sigh of pleasure and continue to fuck her. Slowly at the beginning and then he gradually increased the pace.<br>
<img src='img/ball/TH_octo5.jpg'><br>
It was useless to ask for the bottle now, so I just sat down on a chair and waited. What else could I do? In the meantime he made the free girl to stop licking the clitoris and let herself be licked by the girl instead. He also joined in the licking service and licked her ass.<br>
<img src='img/ball/TH_octo6.jpg'><br>
After some time he decided to change the position. He sat on the bed and ordered one of the girls to sit on him. He had a problem entering her with his penis so the other girl quickly caught his dick and guided it to the desired place.<br>
<img src='img/ball/TH_octo8.jpg'><br>
I crossed my legs in the meantime and swung. I really do not understand why the voyageurs like this. The girl decided again to change the position and turned towards him like a cowgirl.
<<print say("october","Lick my ass")>>
She ordered her girlfriend.<br>
<img src='img/ball/TH_octo9.jpg'><br>
<<print say("october3","Mädchen, prepare for a big load.")>>
The guy said and both ladies knew what to do. Both layed down on the bed on her backs with their heads close together. He stood above them and wanked his dick. Not taking too long, he began to cum and he was right about the big load. He squirted on both faces of the girls and even had the maids clean his dick from the rest of cum. Then he left the room while the girls were wiping their eyes to see something.
<<print say("october","I am very sorry. When he hears the sound of the music box, he cannot be stopped. Let me bring you the bottle.")>>
She went to the cabinet and brought one bottle. I was a bit angry. I could have done the same without this theater.
<<print say("october2","Here, take the picture as a satisfaction.")>>
<<set $story30_progress=60>>
<<run $obtainedItems.delete("MusicBox")>>
<<run $obtainedItems.push("beerBottle")>>
<<if !($obtainedLetters.contains("N"))>>
<<run $obtainedLetters.push("N")>>
<<endif>>
<br>
[[Leave->TH_Ball_MainHall]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall]]
<<endif>>
<img src='img/ball/TH_DrawingRoom.jpg'><br>
A small drawing room to entertain the noble people.<br>
<<if ($story30_progress==50)>>
<img src='img/ball/TH_jesters.jpg'><br>
<<print say("cindra","Greeting jesters. What will cost me one small music box?")>>
I immediately got straight to the point.
<<print say("jester","Hmm, young lady wants music.")>>
<<print say("jester2","But if we won't have the box, we have to entertain us different way.")>>
<<print say("jester","Any idea darling?")>>
<img src='img/ball/handWithRope.jpg'><br>
<<print say("jester2","Let us tie the princess up and have some fun.")>>
<<print say("cindra","No way.")>>
<<print say("jester","As my beloved woman said, only then young lady can have her box.")>>
<<print say("cindra","I know the trick, you will never let me free.")>>
The woman touched my face with the rope very gently.
<<print say("jester2","Ok, final offer. Music box and one picture that princess is longing for. Take it or leave it.")>>
<br>
[[Take the offer->TH_Ball_DrawingRoom]]
<<set $story30_progress=51>>
<<elseif ($story30_progress==51)>>
<<print say("cindra","Fine")>>
<<print say("jester2","I knew you will be reasonable.")>>
<img src='img/ball/MusicBox.jpg'><br>
<<print say("jester","Here. As a sign of our credibility. Once we finish, princess can have it.")>>
<<print say("cindra","Ok.")>>
The lady did not wait and came closer to me with a pink mouth gag.
<<print say("jester2","May princess open her mouth please.")>>
I did what she asked and she inserted the gag into my mouth. The gag reflex was almost not present but the breathing was quite problematic.<br>
<img src='img/ball/generic_bondage.jpg'><br>
<<print say("jester","Try to relax, princess will like it. ")>>
<<print say("jester2","Let the princess put her hands behind her back.")>>
Once I did so, she immediately wrapped the leather belt around my wrists. She walked around me and we ended up face to face with our noses only a few inches from each other.
<<print say("jester2","Young lady is simply beautiful.")>>
She said and kissed my gagged mouth.
<<print say("jester","Darling, will you please be so kind and lift the skirt of the lady? ")>>
<<print say("jester2","Yes, my dear.")>>
She said and revealed my legs in white stockings. The jester in the meantime reached for another belt and wrapped it around my legs above the ankles.
<<print say("jester","One more, please, lift it up a bit more.")>>
She obeyed and I was standing there almost without the skirt. Before he tied my legs together above the knees, he took his time to study my crotch. Once he was done with the bondage and the study, he turned to the girl.
<<print say("jester","Darling, it seems that we are not the only ones who want to have fun. Take a look.")>>
<<print say("jester2","Hold her skirt for me, please.")>>
She said and she squatted down to me.
<img src='img/ball/generic_bondage2.jpg'><br>
<<print say("jester2","What's this?")>>
She asked and with one finger she touched my bulge on panties.
<<print say("jester2","Oh my!")>>
<<print say("jester","What?")>>
<<print say("jester2","It's… Plastic. Let me take a look.")>>
<img src='img/ball/TH_chasLook.jpg'><br>
I tried to move away but the jester was holding me quite firmly. She pulled down my panties and began to laugh very loudly.
<<print say("jester2","A one-of-a-kind princess truly.")>>
<<print say("jester","Wow. Very cute. But kind of impractical when you want to fuck a woman.")>>
<<print say("jester2","Yes. You should also carry a big dildo with yourself when wearing this to satisfy a woman.")>>
<<print say("jester","You know what? It makes me quite horny.")>>
<<print say("jester2","You speak from my heart. Ley the princess on a bed, I want to get fucked with her under us.")>>
I just tried to say no but with the gag it was impossible. I just ended with shaking my head from side to side but they did not really care. Each of them took one of my arms and led me to the bed.
They also bound me to the bed and the girl knelt above my face so I had her pussy only a few inches away. She did not even wear panties.
<<print say("jester2","See? This should have lady between her legs. And lick me a little to prepare me.")>>
She put out my gag and touched my mouth with her pussy.<br>
<img src='img/ball/lickQueen.webp'><br>
<<print say("jester","And man should have this.")>>
He pulled down his pants and underwear and also knelt above me with his monster dick in front of my face. I tried to move away but it was useless.
<<print say("jester","Take a closer look and lick it a little.")>>
He said and touched my face with his penis. I at least turned my face to the side while he was kissing his girlfriend and touching my face with his dick.<br>
<img src='img/ball/TH_drawingRoom2.jpg'><br>
<<print say("jester","Shit, she really turns me up!")>>
He said and returned the gag before I could say something.
<<print say("jester2","I am right here!")>>
She pushed him away, leaned forward with her head to my crotch and smiled lustfully at him. He understood the signal, walked around the bed and I saw him standing above me, ready to fuck her from behind.<br>
He did not wait for anything and began to fuck her really hard. She screamed very loudly each time he bumped into her. I didn't know why but each time she screamed it somehow aroused me too but the cage did not allow me anything except for little pain as it began too small.<br>
Couple times his dick slipped out of her pussy and at the end of the next bump his dick ended touching my mouth gag. I smelled her pussy juice and the jester did not rush to resume fucking. He liked me in that pose allowing me to enjoy the smell. That was brutally humiliating. I only could watch her pussy being fucked with his big dick and that was all.<br>
After a minute or two he started to breathe quicker and I guessed he was going to cum. He screamed like a lion and pumped all the cum inside her while was moaning with pleasure. He stayed inside her for a moment and then pulled the dick out. I tried to free myself but he had another plan. He caught her by the hips and guided her pussy to my gag.
<<print say("jester","Stay here, darling.")>>
<<print say("jester2","As you command.")>>
It did not take long before I saw a drop of the cum leaking from her pussy. I knew what he intended to do, so I turned my face to the side. He caught my face and aligned it back to the original position and waited for the drop. Despite trying to avoid it, the drop landed very precisely.<br>
<img src='img/ball/TH_drawingRoom3.jpg'><br>
The only good thing was that it did not go through my gag but still it was disgusting. He waited for another one before he asked his girl to move away and began to untie me.<br>
They removed all the belts from my legs and hands and the gag was the last in the line.
<<print say("jester2","I hope the princess liked it as we did.")>>
<<print say("cindra","It was disgusting!")>>
<<print say("jester","Here, princess's well-earned reward.")>>
He handed me the music box and one picture.
<<print say("jester2","In case princess changes her mind, she can visit us again sometime.")>>
She licked her lip but I had no intention to respond. Instead I left wiping my mouth.
<<set $story30_progress=55>>
<<run $obtainedItems.push("MusicBox")>>
<<if !($obtainedLetters.contains("A"))>>
<<run $obtainedLetters.push("A")>>
<<endif>>
<br>
[[Leave->TH_Ball_MainHall]]
<<else>>
[[Leave->TH_Ball_MainHall]]
<<endif>><img src='img/ball/TH_WineCellar.jpg'><br>
Room full of various wine barrels.<br>
<<if ($story30_progress==10)>>
<img src='img/ball/TH_witch.jpg'><br>
<<print say("witch","Greetings, mortal. What brings you here")>>
<<print say("cindra","Hello,I need a bottle of wine, please.")>>
<<print say("witch","Hmm, yes, I have the wine, but it will not be for free of course.")>>
<<print say("cindra","But you have here so many bottles, I am sure you can miss one.")>>
<<print say("witch","Nope. But I will give you one, if you bring me a magic wand.")>>
<<print say("cindra","All right.")>>
I said and left.
<<set $story30_progress=15>>
<br>
[[Leave->TH_Ball_MainHall]]
<<elseif ($story30_progress==90)>>
<img src='img/ball/TH_witch.jpg'><br>
<<print say("cindra","Hello, I have the magic wand for you.")>>
<<print say("witch","Good, you can have your wine bottle provided if it is a real magic wand.")>>
<<print say("cindra","You don’t want to cast spells with it, do you?")>>
<<print say("witch","One thing after another.")>>
She started to unpack the wand. Honestly, I expected another kind of wand.<br>
<img src='img/ball/MagicWand.jpg'><br>
<<print say("witch","Deal is the deal, here is your wine.")>>
She handed me one bottle.
<<print say("witch","You know, I will give a picture you need.")>>
<<print say("cindra","And what YOU will need for this?")>>
<<print say("witch","Nothing you cannot provide.")>>
<<print say("cindra","What? Another trick?")>>
<<print say("witch","Not at all. I just want you to fuck me.")>>
I was a bit astonished by her directness.
<<print say("cindra","Well, even if I want, I cannot.")>>
<<print say("witch","I know that your tiny little thing is securely locked, therefore I feel safe with you. But I want you to fuck me with this.")>>
She took a strapon dildo, the same as the nurse had.
<<print say("witch","Put it on and fuck me. Afterwards you will have your picture.")>>
I realized that this at least seems to be not so hard to fulfill.
<<print say("cindra","Ok, give it to me.")>>
She helped me to attach the harness to my hips, just above my caged penis. She tightened all the straps and also put a condom on it.
<<print say("witch","It will penetrate me much smoother.")>>
Then she had me lay on the bed on my back and undressed to underwear.<br>
<img src="img/ball/TH_chasFuck1.jpg"><br>
She climbed on me like a cowgirl and took her new toy to prepare herself. She licked her hand to moist a little her pussy and turned on the wand. It really had an immediate effect on her because she started to breathe much quicker. Then she decided that it was time to insert the strapon.<br>
<img src="img/ball/TH_chasFuck2.jpg"><br>
She had problems doing it. Maybe it was because her pussy was still not fully prepared, so she masturbated a little more before giving it another try.<br>
<img src="img/ball/TH_chasFuck4.jpg"><br>
Finally she was successful and could start to ride.<br>
<img src="img/ball/TH_chasFuck3.jpg"><br>
She really enjoyed it a lot because she was getting louder and louder. She climbed down on her side and commanded me to continue.<br>
<img src="img/ball/TH_chasFuck5.jpg"><br>
It did not take long until she reached her orgasm. She remained lying with the dildo inside for a while until she pulled it out.
<<print say("witch","You know, you are really skilled in fucking.")>>
<<print say("cindra","Well, I wouldn’t call it fucking.")>>
<<print say("witch","That’s because you haven’t experienced much from lesbian sex.")>>
She smiled and still naked she handed me over the picture.
<<print say("witch","Have a nice evening.")>>
<<print say("cindra","Thanks.")>>
<<set $story30_progress=95>>
<<run $obtainedItems.delete("wandBox")>>
<<run $obtainedItems.push("wineBottle")>>
<<if !($obtainedLetters.contains("S"))>>
<<run $obtainedLetters.push("S")>>
<<endif>>
<br>
[[Leave->TH_Ball_MainHall]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall]]
<<endif>>
<img src='img/ball/TH_Infirmary.jpg'><br>
Medieval infirmary quite well arranged.<br>
<img src='img/ball/TH_nurse.jpg'><br>
<<if ($story30_progress==40)>>
<<print say("nurse","Good evening your highness, what problem brings you here?")>>
<<print say("cindra","Thanks, I'm fine. I need to get help for one of the servants. He has problems with the erection.")>>
<<print say("nurse","I see. Well, I might have here a potion that would help him, but I miss one of the ingredients.")>>
<<print say("cindra","I get it. Which one?")>>
<<print say("nurse","Beer.")>>
<<print say("cindra","Really? Beer will help erection?")>>
<<print say("nurse","Trust me, I am the doctor, your highness.")>>
<<print say("cindra","No problem, I will get a beer.")>>
I started to make fun of it, because it will never end.
<<set $story30_progress=45>>
<br>
[[Leave->TH_Ball_MainHall]]
<<elseif ($story30_progress==60)>>
<<print say("nurse","Hello again, my princess.")>>
<<print say("cindra","I have the beer for you.")>>
<<print say("nurse","You are so nice. I will have the potion prepared right away.")>>
She took the beer from me and poured it into a bowl and stirred it all with a wooden spoon.
<<print say("nurse","Ok, now we have to wait a couple minutes. By the way, when was the last time you visited a female doctor?")>>
<<print say("cindra","What? Never. I am not a female.")>>
<<print say("nurse","Ok, I'll give you an offer. I will examine you and if you will comply, I will give you a picture for your game.")>>
<<print say("cindra","And what do you want to examine, I have no pussy.")>>
<<print say("nurse","I will examine everything down there. Don't worry, I will be gentle.")>>
I was hesitating to respond. I knew how the classical female examination looks like but I did not know what she would like to do. My dick is in cage and I have a buttplug. Maybe she will just check the plug.
<<print say("cindra","Fine, let's do it. But promise me that there will not be any trick.")>>
<<print say("nurse","You have my word. Please, follow me to the chair.")>>
<<set $story30_progress=61>>
[[Sit on chair->TH_Ball_Infirmary]]
<<elseif ($story30_progress==61)>>
<<print say("cindra","Really?")>>
<<print say("nurse","Please, make yourself comfortable. I will help you to get in with your skirt.")>>
She lifted my skirt up and I sat on it like on a normal chair.<br>
<img src='img/ball/TH_nurse6.jpg'><br>
<<print say("nurse","Lean back and relax your legs.")>>
I did as she said and she took my left leg and put it on stirrup. Then she did the same with the other leg. I somehow automatically put my hands down on the armrests. But it was a bad idea. Right after my hands touched the armrests, some kind of automatic lock mechanism triggered and my hands were locked.
<<print say("cindra","What the hell this this? You promised me something.")>>
<<print say("nurse","Don't worry, it is for my own protection. Last time I had an incident during the examination and I insisted on these security precautions in order not to experience it again. I will also lock your legs but it will have no impact on the examination.")>>
<<print say("cindra","Let me go, I cancel our deal.")>>
I tried to protest, but with my hands locked she had no problems wrapping the leather belt around my thighs to keep my legs in position.
<<print say("cindra","No, let me go!")>>
<<print say("nurse","Please, calm down or I will have to give you a mouth gag.")>>
<<print say("cindra","Please…")>>
But she did not pay attention to my wish. Instead of that she took latex gloves and began to put them on.
<<print say("nurse","Let us begin. I will now check your chastity.")>>
She pulled my chaged dick from the panties and closely examined it. She also took my testicles in hand and gently sqeezed them.<br>
<img src='img/ball/ChasExam.jpg'><br>
<<print say("nurse","I will now pull out your but plug, please relax your muscles.")>>
I felt the pressure ïn my ass and also pushed a bit to help it get out. It was quite a relaxing feeling.
<<print say("nurse","I will now perform examination of your prostate.")>>
<img src='img/ball/TH_nurse1.jpg'><br>
She applied a big load of gel on her hand and pushed it against my ass. Because it was already stretched from the plug, she had no problem entering with her whole hand. I felt her fingers wandering inside me and suddenly a very strange feeling appeared. I did not know if it was strange or nice or pleasant but definitely new.
<<print say("nurse","I will now stimulate your prostate a little to verify its function. When you had your last orgasm?")>>
<<print say("cindra","What, I don't know. Last Sunday?")>>
<<print say("nurse","That should do.")>>
<img src='img/ball/TH_nurse2.jpg'><br>
She just said and I felt her middle finger quite well massaging my prostate. Again the strange feeling arrived. It was feeling like I needed to go to pee somehow mixed with feeling just before cummig. Even now I do not know how to describe it. <br>
She took a small medical bowl and put it under my caged dick.
<<print say("nurse","Come on, I just need few drops.")>>
She encouraged me and really as she said it, I felt something like pee going from my penis but it was different. Apparently the nurse was satisfied as she stopped it and pulled the hand out of my ass.
<<print say("nurse","Good, everythings seems to be fine. We have only one last test.")>>
I was afraid what would happen because the nurse went for something from the medical cabinet. I could not see well what she was doing there but she returned with something that looked like a false penis attached on straps to her hips.
<<print say("nurse","I will now examine, if your pussy is ready to accept a penis.")>>
<<print say("cindra","What? I do not have pussy and definitely I don't want to accept anything,")>>
<<print say("nurse","Try to relax. It is not so big. For some women including me it is too small to bring pleasure.")>>
<img src='img/ball/TH_nurse4.jpg'><br>
She smiled and moved closer to me. I tried to pull my legs together but they were firmly tied to the stirrups. She poured a big load of gel on the penis and stepped closer to me. I felt the tip of the penis at my ass and also when it was making its way through.<br>
<img src='img/ball/TH_nurse5.jpg'><br>
<<print say("nurse","Very well, I have to inform Mrs. Williams of good progress the butplug did.")>>
She said and she also performed very slow fucking!
<<print say("cindra","Stop please.")>>
<<print say("nurse","I am just trying. You know, it is quite new for me to be the one who fucks girls. But ok the examination is over.")>>
She pulled the penis out and removed the harness. Then inserted back the butplug and began to untie my legs. Finally she also untied my hands and helped me down from the chair.<br>
<img src='img/ball/TH_nurse7.jpg'><br>
<<print say("nurse","Here, your picture and potion for the servant.")>>
<<run $obtainedItems.delete("beerBottle")>>
<<run $obtainedItems.push("potion")>>
<<if !($obtainedLetters.contains("R"))>>
<<run $obtainedLetters.push("R")>>
<<endif>>
<<set $story30_progress=65>>
[[Leave->TH_Ball_MainHall]]
<<else>>
[[Leave->TH_Ball_MainHall]]
<<endif>>
<img src='img/ball/TH_ServantQuaters.jpg'><br>
The servant quarters were very simply equipped. Only a few beds and wardrobes.<br>
<<if ($story30_progress==35)>>
<img src='img/ball/TH_servant.jpg'><br>
<<print say("servant","Your highness.")>>
A voice almost scared me when I heard it behind me.
<<print say("cindra","Hello.")>>
<<print say("servant","How may I serve you?")>>
<<print say("cindra","The kitchen has run out of coal.")>>
<<print say("servant","Your highness, I would do it but currently I am not strong enough to do that. I am being treated by the doctor who prohibited me to do hard work before we solve my problem.")>>
<<print say("cindra","What kind of problem?")>>
<<print say("servant","My sword does not stand as it used to.")>>
<<print say("cindra","And that disallows you to bring coal?")>>
<<print say("servant","That's what the doctor said.")>>
<<print say("cindra","Ok, let me see, if I can do something about it.")>>
<<set $story30_progress=40>>
[[Leave->TH_Ball_MainHall]]
<<elseif ($story30_progress==65)>>
<<print say("cindra","Here, your potion to… fix your problem.")>>
<<print say("servant","Many thanks, your highness.")>>
He drank the potion and I saw a bulge rising on his pants. I need to get out.
<<print say("cindra","Ok, will you bring the coal to the kitchen now?")>>
<<print say("servant","Yes, of course, your highness.")>>
I was just about to go away.
<<print say("servant","Your highness, if I may.")>>
I turned to him and did not know what to expect.
<<print say("servant","I have here a picture that may be of use for you.")>>
<<print say("cindra","And you want what for it?")>>
<<print say("servant","My wife was always more dominant then a woman should be. And as far as I am dominant too, it was not working well. But If you would be so kind and participate in one session with her, it would greatly improve our relationship and I will give you your reward.")>>
<<print say("cindra","No no no, I am not participating in this… stuff.")>>
<<print say("servant","Please, she is not a tyrant, just listen at least to her offer, ok?")>>
Before I could respond he called his wife.
<<print say("servant","Darling, I told princess about your desires and she agreed to listen to your offer.")>>
<<print say("servant2","Hmmm, princess. Fine. Here is the deal. I will put you in a device called cockbox and tease your little dicklet for let's say 15 minutes. Nothing more, nothing less.")>>
<<print say("me","Only tease my penis and nothing more and after 15 minutes you let me go? And this man will give me the picture regardless what you say afterwards.")>>
<<print say("servant2","If you endure it to the end, you have my word and I swear to all gods that exist.")>>
I was thinking it over. My cock is locked and she does not know. So I will just wait for her sad face once she realizes it and take the price.
<<print say("cindra","Fine, but the 15 minutes must start now.")>>
<<print say("servant2","In that case, I will add the mouthgag during the session.")>>
<<print say("cindra","Fine.")>>
<<print say("servant2","Deal. After 15 minutes, please give her the picture.")>>
<<print say("servant","Yes, my dear.")>>
She took my hand and led me to a back box that was on the ground. It looked like a small wooden table with a hole in the middle. She opened it by lifting the top desk and putting it aside.
<<print say("servant2","Please lay on your back, I will then put the desk back.")>>
I did what she said. Once I was laying there she brought the leather mouth gag and attached it to my head. I had a small ball on the inner side that went to my mouth but it was not so big. Then she moved to my hips. She put one part of the desk back and locked it. It was so close to my shoulders that I was unable to take my hand out of it. Then she pulled my shirt up and lifted her eyebrows.
<<print say("servant2","What's this? The little princess is locked?")>>
I tried to respond but I only mumbled into the gag. I wanted to laugh but the gag prevented it.
<<print say("servant2","We will figure it out.")>>
She grabbed my penis in the cage, pulled it up and placed the other desk on the top of the box. And then it happened. She took a small key that was hanging on her necklace and unlocked the small lock on my cage. How the hell did she have the key? It must have been set up in advance with Mrs. Williams. She removed the cage and put it down just next to my penis. Next she poured a gel on her hand and began to stroke my dick to make it harder.
<<print say("servant2","Surprised that I have the key? Yes, I asked for it from Mrs. Williams. The only condition was that I will not allow you to cum and trust me, I will keep my word.")>>
She took some kind of ring and put it on my dick. It was not unpleasant as I thought and it seemed that it helped my dick grow a little longer.
<<print say("servant2","This penis ring should prevent you from cumming and make it a little bit more intense.")>>
<img src=img/ball/sissyBox.webp><br>
She was really playing the whole remaining time with my penis. Each time I thought I would explode she put her hand away and waited a little before another teasing round. It was nice and painful at the same time. Also the ring did its job by preventing my sperm from traveling from testicles out. I also tried to move but the box did not allow me to move even an inch. <br>
It took ages when she finally announced the end of the session. She stopped the teasing and I ended there with my penis rigid as an ancient column. She took the cage and tried to put it on my dick again. I only shaked my head in disagreement but in vain. But still, the penis was so big that it simply could not fit into the cage and she noticed it as well.
<<print say("servant2","We have to help this little thing back to its safe harbor.")>>
She took an ice cube and placed it on top of my dick. The pain was terrible. With the other hand she took a few more smaller cubes and hugged my dick with them. I twisted as hard as I could but she held me very tightly. Her treatment worked really well as my dick began to shrink relatively quickly. She dried my dick with cloth and replaced her ring with the one from the cage. Now she tried to put back the cage without any issue and finally also locked the cage with the lock. Before she unlocked me from the box she could not resist caressing my testicles.
<<print say("servant2","Ok, you are free girl. By the way, if you want to repeat it some day, I will be more then happy.")>>
I silently took the picture from the servant and left.
<<run $obtainedItems.delete("potion")>>
<<if !($obtainedLetters.contains("T"))>>
<<run $obtainedLetters.push("T")>>
<<endif>>
<<set $story30_progress=70>>
<br>
[[Leave->TH_Ball_MainHall]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall]]
<<endif>>
<br>
<<if ($story30_progress!=195)>>
[[Chapel->TH_Ball_Chapel]]<br>
[[Treasury room->TH_Ball_TreasuryRoom]]<br>
[[Library->TH_Ball_Library]]<br>
[[Princess boudoir->TH_Ball_PrincessBoudoir]]<br>
[[Priest quarters->TH_Ball_PriestQuarters]]
<br><br>
[[Ground floor->TH_Ball_MainHall]]
<<else>>
[[Try to guess the letters->TH_Quiz]]
<<endif>>
<<print printTH_checklist()>><img src='img/ball/cauldron.gif'><br>
I took a quick look and the witch standing next to it just smiled and spoke to me
<<print say("witch","Greetings, young princess. Do not be afraid and come closer to my magic cauldron. Everyone can write a wish on a paper and if luck allows the wish will be granted.")>>
I slowed down a little to take a closer look.
<<print say("cindra","Well maybe....")>>
But Mrs. Williams was against it.
<<print say("queen","Sorry, lady, this is not for you. It was meant only for the guests.")>>
[[Continue->Ball_Sitting]]
We continued further to the tables next to the podium and I saw that one princess was sitting there alone. Mrs. Williams was heading to her and once we were next to her she stood up to greet us.<br>
<img src='img/ball/aurora.jpg'><br>
<<print say("queen","Princess Aurora, please meet Princess Cinerella.")>>
She lowered her head and made curtsy. Mrs. Williams pressed my hand a little and I immediately understood that I should do the same.
<<print say("queen","Princess Aurora, the ball will start in few minutes, can I leave princess Cinderella with you here? I have to quickly introduce other guests.")>>
<<print say("aurora","Yes, my queen.")>>
Mrs. Williams left both of us and headed to the entrance. We sat down and spent a moment looking speechlessly at each other until Aurora broke the silence.
<br>
[[Talk with Aurora->Ball_Sitting2]]
<img src='img/ball/princessDinner2.jpg'><br>
<<print say("aurora","I'm Mike, but you should call me Andrea.")>>
She whispered.
<<print say("cindra","$player.name.")>>
<<print say("aurora","Let me guess, schizophrenia.")>>
<<print say("cindra","Eee, how do you know about it?")>>
<<print say("aurora","Because it is nonsense. I am here about three month and they are trying to convince me that I have this illness.")>>
<<print say("cindra","They did the same to me! They even convinced my mother that I am ill.")>>
I almost screamed. It is a relief that it is not true.
<<print say("aurora","Calm down, otherwise they will come here and punish you. Do you have the cage on your dick too?")>>
<<print say("cindra","Yes.")>>
<<print say("aurora","That's the problem. When you do anything wrong, they will punish you. I am trying to get out of here but without luck. But you said your mother knows you're here?")>>
<<print say("cindra","Yes, she agreed to send me here.")>>
She paused for a moment with her eyebrow high.
<<print say("aurora","Wow. You must have been really bad boy.")>>
<<print say("cindra","No! I mean maybe I wasn't the best son under the sun, but this?")>>
<<print say("aurora","We have to find a way out from this madhouse but we have to be careful. If they notice something, we are dead.")>>
<<print say("cindra","Do you know why we are really here? I mean why do they do this?")>>
<<print say("aurora","I am not sure, but I always seek money behind each activity. Do you have any work assigned here?")>>
<<print say("cindra","I clean the rooms.")>>
<<print say("aurora","I work as a waitress. How much money did they pay you?")>>
<<print say("cindra","I haven't seen a single penny.")>>
<<print say("aurora","That's it. Each job is how much? Twenty, twenty two grands per year? Just two of us saved them a fortune. Plus the other services.")>>
<<print say("cindra","Other services?")>>
<<print say("aurora","What do you do each Sunday?")>>
That question stunned me a bit. I do not recall any chore I did on sunday.
<<print say("cindra","Wait. You are talking about the… release?")>>
<<print say("aurora","Do you believe that it is performed by Mrs. Williams herself?")>>
She said and looked directly into my eyes. I only wondered.
<<print say("aurora","Yes, it was each time me. She only entered, blinded your eyes and gave me signal to do it.")>>
<<print say("cindra","This is insane.")>>
Suddenly there were fanfares playing.<br>
[[Look at podium->Ball_Podium]]
<img src='img/ball/kingQueenCome.gif'><br>
<<print say("queen","Ladies and gentleman, may I have your attention please!")>>
Now all present people were looking at Mrs. Williams who was standing next to Mark dressed as King.
<<print say("king","It is my pleasure to welcome you here for the tenth time!")>>
Big applause sounded through the ballroom.
<<print say("queen","Thank you, we made again a big progress during the last year and yes, it is also because of you!")>>
Again big applause.
<<print say("queen","I am also very happy to welcome here our two new ladies. Please, could we have applause for Princess Cinderella and Princess Aurora?")>>
<<print say("cindra","Shit!")>>
I just said when the spotlights focused on us.
<<print say("queen","Ladies, if you would, please come up here.")>>
We both looked at each other in total despair and neither of us made a move despite the applause. But it was a bad idea. I was nearly sure that Mrs. Williams anticipated it and I felt a small but still intense electric shock in my penis. It seemed that Aurora too as we both bent forward a little with a painful face.<br>
I waited for two more seconds to withstand the pain and stood up. Aurora did the same and we went on a journey to the podium. The movement was quite difficult and somehow automatically we held our hands to support each other. This of course could not be overlooked.;<br>
<img src='img/ball/12.jpg'><br>
<<print say("queen","Oh, look at them, aren't they just gorgeous?")>>
She shouted and all the attendants gave us applause again as we were moving towards her. Once we got to the podium, she gave me her hand to help me climb the stairs. And when Aurora was also up, Mrs. Williams again whispered to us.
<<print say("queen","Curtsy.")>>
We both made a curtsy and Mrs Williams took the microphone.
<<print say("queen","For today's evening we prepared several games to entertain you. For princess Aurora we have photoshooting, for princess Cinderella we prepared game called Treasure Hunt.")>>
I looked with confusion at Andrea as I immediately knew it would not be the classical game.
<<print say("queen","Princess Aurora, please join prince Charming at the photo booth.")>>
She said Prince Charming helped her down the steps.
<<print say("queen","Princess Cinderella, you will have to figure out a secret word and write it on a card. The first step will be to obtain images by fulfilling various tasks. Once all the images are collected, you have to figure out the starting letters of each image. And at last guess the secret word from those letters.")>>
I was trying to imagine what kind of tasks I will have to fulfill to play this kind of game.
<<print say("queen","So, the starting point is the Library where you will get all the information you need. Good luck and let the party begin.")>>
We stepped down from the steps again with little help from Mrs. Williams with big applause.
<<print say("queen","Princess Cinderella, you may start.")>>
[[Start the game->TH_Ball_MainHall][$story21_progress=32]]
<img src='img/ball/TH_Kitchen.jpg'><br>
I entered the kitchen and saw a maid who was putting something onto the shelf.<br>
<<if ($story30_progress==30)>>
<img src='img/ball/TH_maidKitchen2.jpg'><br>
<<print say("cindra","Hello.")>>
She turned to me and made a curtsy.
<<print say("maid","Good evening your highness. How may I be of service?")>>
It was the first time when someone bowed to me. That's fine, maybe this will be the end of the neverending tail.
<<print say("cindra","I need a bread for the pope.")>>
<<print say("maid","Your highness, I would bake it for you but my oven has ran out of coal.")>>
<<print say("cindra","Great. If I get you coal, will you bake the bread for the pope?")>>
<<print say("maid","Yes, your highness.")>>
I wanted to leave but before I could she again did a curtsy.
<<set $story30_progress=35>>
<br>
[[Leave->TH_Ball_MainHall]]
<<elseif ($story30_progress==70)>>
<img src='img/ball/TH_kitchen2.jpg'><br>
<<print say("cindra","Hi, the coal will be delivered.")>>
<<print say("maid","Perfect, let's prepare the bread dough.")>>
Before she even could finish the sentence the servant appeared at the door with a full load of coal. He unloaded it next to the oven and looked very lustfully at the maid. I could not notice his crotch growing bigger.
<<print say("servant","I am sorry but I urgently need a release.")>>
He said and went to the maid. He pushed her down on her knees and pulled his penis out of trousers. She knew well what to do and began to suck his cock.
<<print say("maid","I will satisfy him and you can bake. Or if you would like to switch?")>>
<<print say("cindra","Definitely not. But I don't know what to do.")>>
<<print say("maid","I will help you.")>>
<img src='img/ball/TH_kitchen1.webp'><br>
She paused because she had her mouth full with the penis. She pulled it out and said.
<<print say("maid","Take bowl.")>>
She paused to suck so I found a bowl in the meantime.
<<print say("maid","2 cups water.")>>
Pause for sucking.
<<print say("maid","Half cup sugar.")>>
Pause.
<<print say("maid","Two spoons yeast.")>>
Pause.
<<print say("maid","Two spoons salt.")>>
Pause.
<<print say("maid","Half cup oil.")>>
Pause.
<<print say("maid","Five cups flour.")>>
Now she fully attended to the blowjob which gave me time to put everything in the bowl. She was also keeping an eye on me and once I had all the ingredients inside, she sat on the kitchen desk to allow the servant to lick her.
<<print say("maid","Dissolve the sugar in … warm water and then stir in….. yeast… Ahhhh… now we have about five minutes…. Ahhhh…. mix it with wooden spoon.")>>
The servant now bent her over a table and began to fuck her from behind to fill in the time.<br>
<img src='img/ball/TH_kitchen3.webp'><br>
She again stopped a couple times because of her arousal during oral pleasure.
<<print say("maid","Now add salt,oil…Ahhh…flour.")>>
He turned her on the table on her back and started to fuck her in missionary position.
<img src='img/ball/TH_kitchen2.webp'><br>
<<print say("maid","Now we have to….wait… for the dough … fuck…to rise. Put it here …on the oven… ahhhh…to speed up.")>>
I took the bowl, covered it with damp cloth and went towards them. I put the bowl on the oven and could not overlook them. It seemed that he was almost ready to cum. But during his wild fuck his dick went out of her and began squiring. And because I was standing too close, around half of the cum ended on my stockings.<br>
<img src='img/ball/TH_kitchen5.jpg'><br>
<<print say("cindra","Shit!")>>
<<print say("servant","I am sorry my princess. It was an accident.")>>
<<print say("cindra","What am I supposed to do now? I don't want to walk here with your cum on my legs.")>>
<<print say("maid","Your highness, I do not have a spare stockings, but I can offer you mine.")>>
I was thinking if I would take it or not. Walking without stockings will not only hurt my feet but also make Mrs. Williams angry. On the other hand wearing used stockings isn't also something super. Moreover when she wore them during rough sex. But at the end, it was lesser evil then the anger of Mrs. Williams.
<<print say("cindra","Fine, I take them.")>>
<<print say("maid","Yes, your highness.")>>
She said and began to put them off.<br>
<img src='img/ball/TH_kitchen3.jpg'><br>
I tried to do the same, but I was unable to reach my legs over the skirt.
<<print say("maid","Your highness, let me help you.")>>
She went to me, squatted down and began to put my stockings down.
<<print say("maid","Please bring me my stockings, they are on the chair.")>>
She said to the servant who brought them to her.
<img src='img/ball/TH_kitchen4.jpg'><br>
She again helped me to put them on and I sat on the chair to wait for the dough. After about 30 minutes the dough went up and the maid put it into the oven. After another 15 minutes maybe she pulled the bread out and put it into the basket.
<<print say("maid","Ok, the bread is ready.")>>
<<print say("cindra","Thanks.")>>
I said and left.
<<set $story30_progress=75>>
<<run $obtainedItems.push("bread")>>
<br>
[[Leave->TH_Ball_MainHall]]
<<else>>
<br>
[[Leave->TH_Ball_MainHall]]
<<endif>>
<<set $story30_progress=200>>
<<print printTH_Quiz()>>
Super, all is solved<br>
<br>
[[Try to solve the secret word->TH_LetterPlacing]]
<img src="img/ball/putOnPanties.gif"/><br>
<<timed 5s>>
After putting them on, I had to admit that the material was very pleasant.<br>
<<run wear("cinderella_panties")>>
<img src="img/ball/putOnBra.gif"/><br>
<<scrolldown>>
<<next>>
Yes, after the surgery my breast was just right for the bra. Not so big but still there.<br>
<<run wear("cinderella_bra")>>
<img src="img/ball/putOnStockings.gif"/><br>
<<scrolldown>>
<<next>>
The only good thing about the stockings is that they feel very nice on shaved legs.
<<run wear("cinderella_stockings")>>
<<print say("shopkeeper","Fine, let me help you with the dress.")>>
She took the dress from the stand, unzipped it and lowered it down.
<<print say("shopkeeper","Step in and put your hands through your sleeves when I will pull the dress up.")>>
<img src="img/ball/putOnDress.gif"/><br>
<<scrolldown>>
<<next>>
<<print say("shopkeeper","Ok, few final touches and we are ready.")>>
<<run wear("cinderella_dress")>>
<img src="img/ball/putOnFINAL.gif"/><br>
<<scrolldown>>
<<next>>
<<print say("shopkeeper","You are a true princess. ")>>
<<print say("cindra","I do not think so.")>>
<<print say("shopkeeper","Let's focus now on the movement. With such a glamorous dress, it may be hard to keep the balance. So try to pull up the skirt a bit, I will help you to put on the shoes.")>>
<img src="img/ball/putOnHeels.jpg"/><br>
<<run wear("cinderella_shoes")>>
<<scrolldown>>
<<next>>
<<print say("shopkeeper","Nice. Pair of heels always make ladies's legs even prettier.")>>
[[Try to move in the dress->BallPrep7c]]
<<scrolldown>>
<</timed>>
<<print say("cindra","Strapon? Really?")>>
I thought to myself when I figured out this super secret word. Let’s deliver it to Mrs. Williams aka the Evil queen. I took the list and went directly to the Grand hall.<br>
[[Go to Grand Hall->BallPodium3]]
<img src="img/ball/depilationLegs.jpg"/><br>
<<timed 5s>>
<<print say("beautyshopkeeper","I will now do the intimate parts but don't worry, it will not hurt.")>>
<img src="img/ball/depilationIntimite.jpg"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Now the arms")>>
<img src="img/ball/depilationArms.jpg"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Please raise your arms and we will do the armpits.")>>
<img src="img/ball/depilationArmpits.jpg"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","And face.")>>
<img src="img/ball/depilationFace.jpg"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","I will also fix a bit your eyebrows.")>>
<img src="img/ball/depilationEyebrows.jpg"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","Now please turn, I will do the legs from behind.")>>
<img src="img/ball/depilationLegsBehind.jpg"/><br>
<<scrolldown>>
<<next>>
<<print say("beautyshopkeeper","And we're done. Try it, caress your legs.")>>
<img src="img/ball/depilationAfter.jpg"/><br>
Honestly I did not feel the difference but I kept my mouth shut.
<<print say("beautyshopkeeper","Now the moisturizer and we're done here")>>
<<scrolldown>>
<<next>>
<img src="img/ball/depilationAfterMoist.jpg"/><br>
Now I had to admit that the feeling was different. The moisturizer application was very pleasant. The lady really did know how to do her job and I also felt my penis grow when her hands were near my crotch. Unfortunately she noticed it as well.
<<print say("beautyshopkeeper","I have to put on again the cage.")>>
She just said without any emotions in her voice.<br>
<img src='img/ball/CageOn.gif'>
<<run wear("chasity_eletric")>>
<br>
<<print say("beautyshopkeeper","Now the last stage - the makeup. Please follow me.")>>
[[Makeup salon->BallPrep6]]
<<run wear("bathrobePink")>>
<<scrolldown>>
<</timed>>
I hardly tried to keep my balance because the skirt pulled me literally in all directions.
<<print say("shopkeeper","You should now try to learn how to walk. Rule number one - small steps. If not, you will step over your skirt and possibly fall down. Rule number two - if you will have to climb the steps you will have to pull your skirt up. Try it.")>>
<img src="img/ball/TryDress1.gif"/><br>
<<timed 5s>>
<<print say("shopkeeper","Good, now let's try something more difficult. Make a turn.")>>
<img src="img/ball/TryDress2.gif"/><br>
<<scrolldown>>
<<next>>
<<print say("shopkeeper","Now even more. Make a turn and try to move forward as well. This is necessary to handle before dancing.")>>
<<print say("cindra","Dancing?")>>
<<print say("shopkeeper","Oh yes silly one. What do you think the princesses are doing at the ball? So, come on. Give it a try.")>>
<img src="img/ball/TryDress3.webp"/><br>
<<scrolldown>>
<<next>>
<<print say("shopkeeper","You are learning pretty fast. Now last thing - try to make a jump.")>>
<img src="img/ball/TryDress4.webp"/>
<<scrolldown>>
<<next>> <br>
<<print say("shopkeeper","I am finished. There's nothing left I could do for you. Please go to the grand hall, Mrs. Williams is already waiting there for you.")>>
I had to spread my arms to keep at least somehow my stable position. Small steps were not only a good idea but really necessary.<br>
<<print say("shopkeeper","I almost forgot! Here, your gloves.")>>
<<run wear("cinderella_gloves")>>
[[Go to Grand Ball Room->BallPrep8]]
<<scrolldown>>
<</timed>>
<<print printBall_Cardgame(36)>>
<br>
[[Give up ->BallPodium6]]
<<print printTowerGame()>>
<img src=img/ball/Ball_Photobooth.jpg><br>
I saw Andrea aka Aurora sitting on one of the chairs, while the beautician was fixing her makeup. There were also about 20 people standing around and chatting.
<<print say("queen","Ladies and gentlemen, we have time for couple more photos, so who would like to go next?")>>
One of the men raised his hand and shouted “Me”.
<<print say("beautyshopkeeper","We are ready, my queen.")>>
I just quickly checked Andrea and saw her panicked face. What the hell was going on here? Mrs. Williams just guided me to the chairs and paid all the attention to the photoshooting.
<<print say("queen","How would you imagine the photo, sir?")>>
He took his time and instead of replying, he took the hand of Andrea and turned her around to check her. Then he pulled her to him and groped her from behind. After a while he finally decided but again he did not say a word. He just guided Andrea on a bed and made her wait on her four. He unzipped his trousers and pulled his dick out. Despite his penis being quite big It was not so hard. But he waited for nothing and pushed it into her mouth.<br>
I felt so sorry for her. She seemed to me to be absent in spirit. Honestly what else could she do then trying to overcome this somehow. In the meantime the photographer took a few pictures from different angles and also gave some orders how she should turn or how he should take her head into hands.<br>
<img src=img/ball/Ball_photographer.jpg><br>
Not taking long his penis grew in size being now quite huge. I saw that Andrea was having problems putting the whole dick into her mouth but the guy was trying really hard to achieve it. From time to time she also had her gag reflex triggered but she was holding up well. <br>
Now the photographer instructed the man to pull out his penis but keeping it in front of her mouth. Then he asked Andrea to open her month widely, stick her tongue out and touch the penis with it. Both did what they were asked to and the photographer took the picture.<br>
<img src=img/ball/bj_aurora.jpg><br>
Then something unimaginable happened. The men asked Mrs Williams if he could cum into the princesses’ mouth.
<<print say("queen","I am very sorry Sir Webb, but the rules say that it is forbidden before midnight.")>>
He was not satisfied with the answer and pushed his dick again in Andrea’s mouth and began to handle. He offered the new iPhone for her but the queen insisted on the rules. The scene was brutal. A man dressed as a medieval noble, talking to the queen while having his penis in the princess' mouth and everybody seemed not to care. He also offered Apple watch but still the queen did not allow it. But then they came to a conclusion. New iPhones, Apple watches and also iPads to the whole management of the clinic.
Needless to say that the deal has been reached at the last minute. Just as Mrs. Williams agreed he began to squirt the cum in Andrea’s mouth with a big groan.
<br><br>
<img src=img/ball/photobooth_cum.webp>
<br><br>
It seemed to me that she tried to spill the cum out but he caught her head, pulled the dick out and ensured that she swallowed it all. With a small smile, he let her clean his dick and then he finally left. She remained on the bed, trying to get rid of the taste in her mouth. The beautician had understanding and handed a bottle of water to Andrea. Andrea took a couple sips of water. I was very angry with the man who caused this to her but he was fine. He just took his trousers and browsed through the photos only picking the best ones.<br>
[[Next photo->Ball_Photoshoot2]]
<img src=img/ball/GrandHall.jpg><br>
When I entered the hall I saw that everybody was having a good time. Except me and I also thought about Andrea and her photoshoot. Mrs. Williams saw me and went towards me.
<<print say("queen","Were you successful in obtaining the secret word?")>>
<<print say("cindra","Yes, it’s here.")>>
She took a look at the paper and nodded her head.
<<print say("queen","Perfect, now follow me to the photo shoot. Aurora should be finished any minute.")>>
<<print say("cindra","But I…")>>
She looked at me like a true evil queen.
<<print say("queen","Princess Cinderella, should I remind you, that you are not supposed to talk unless explicitly asked?")>>
She raised her hand with the remote control from the electric device. I realized that it was nonsense and I just shaked my head.
<<print say("queen","Fine, but I warn you, really the last warning.")>>
We went to one room that has been changed into a professional photo booth.<br>
[[Photoshooting->Ball_Photoshoot1]]
<img src=img/ball/Ball_Photobooth.jpg><br>
Andrea together with the beautician returned back to the vanity table to again fix her makeup.
<<print say("queen","Ok, last two.")>>
Mrs. Williams shouted and immediately a woman raised her hand and made one step forward.
<<print say("queen","Lady Bennett, I am glad you also visited us. Make yourself ready and we shall begin.")>>
The lady just checked Andrea with her by sight and walked to the table with various toys. She took two strapons, each in one hand and compared them. One was thinner but longer, one was thicker but shorter. She was not satisfied because she returned both and took a third one - thicker and longer. She took off her dress and attached the strapon to her hips. That reminded me of the scene with the witch, but I was there in a lot better position. She poured a lot of gel on it and rubbed it with her hand. She did not wait for Andrea and only pushed away the beautician and pointed at the bed. Andrea knew what she had to do and without any emotion she stood up and walked to the bed. The lady indicated that Andrea should lay on her back and she complied. Then the lady sat on the bed, pulled Andrea’s skirt up and moved very close to her with the strapon. I saw that Andrea was also wearing a pink butplug and the chastity cage of the same color. Lady Benett examined it for a few seconds and then pulled it out which caused pain to Andrea based on her face. She threw it on the ground and penetrated Andrea’s ass with the strapon while playing with her caged dick. She gave a signal to the photographer and he started his job.<br>
<img src=img/ball/sissyfucked.jpg><br>
Mrs. Williams checked some of the photos and was quite happy about them.
<<print say("queen","Very nice photos, Lady Benett. I am sure it will look perfect on the website of your studio.")>>
The lady seemed to be satisfied with the outcome as well. But instead of pulling out the strapon, she only loosened it from the harness and kept it inside Andrea. She stood up, took off the harness, looked at Andrea and pointed to the butplug. Andrea stood up and with one hand she ensured that the strapon stayed inside and took the butplug. Then she moved still with the strapon to the table with toys and lubricated the butplug and finally she switched the strapon for the plug.<br>
[[Last photo->Ball_Photoshoot3]]
<img src=img/ball/Ball_Photobooth.jpg><br>
<<print say("queen","Ok, last call.")>>
<<print say("Ball_photoShootMan1","Me. But I want her.")>>
One man shouted and pointed at me!
<<print say("Ball_photoShootMan2","Hey, I want her too.")>>
<<print say("queen","Oh, gentlemen. You both want princess Cinderella but we have time only for one photo.")>>
<<print say("Ball_photoShootMan1","I was the first one.")>>
<<print say("Ball_photoShootMan2","Both at once and you can choose your place first.")>>
<<print say("Ball_photoShootMan1","Deal.")>>
What? It was more like a marketplace! What kind of madhouse is this?
<<print say("queen","Princess Cinderella, please, come to me.")>>
I got scared but I also knew who was holding the remote control. So I decided to stand up and moved slowly to Mrs. Williamms.
<<print say("Ball_photoShootMan1","My princess, please, on the bed, on all your four.")>>
I did as she said. He moved to my back and put hand on my calf under my skirt. I felt his hand caressing my leg and slowly moving up to my thigh from the outer side. I was more than afraid to move. Then I felt him moving from the outer side to the inner side towards my crotch. He was touching my caged penis over the panties and also my testicles. Then he pulled down my panties still keeping my skirt down and grabbed what was inside. I only breathed a little bit louder as I felt my balls in his hand. He also squeezed them a little. Not painfully but still not comfortable.
<<print say("Ball_photoShootMan1","Hmm, a true lady.")>>
He laughed and moved his hand to my but plug to check its position. Next he rolled up my skirt, took the top of the plug and began to push on it a little. With the other hand he was wanking his dick. The other man did the same and moved to my head.
<<print say("Ball_photoShootMan2","Your turn, princess.")>>
He told me and stopped the masturbation. I took his dick with my hand and continued where he stopped. The other man decided that it was time to take out my plug so I also had to focus on this as well. Once the plug was out, I heard the sound of pouring gel and I got scared of what he was planning to do. Unfortunately I was right. He took my hips and entered me without any hesitation. The only good thing was that I was already stretched, so it was not that insane. I thought that his penis was a little bit thinner than the plug. The man in the front in the meantime took my head and guided my mouth towards the dick. He did not stop and pushed it inside. I only pushed him a little back so that he did not try to enter completely.<br>
<img src=img/ball/generic_spitroast.jpg><br>
The photographer immediately started to literally run around us and took many photos<br>
<img src=img/ball/Ball_photographer.jpg><br>
<<print say("Ball_photoShootMan1","Perfect whore.")>>
<<print say("Ball_photoShootMan2","Really skilled.")>>
I felt so humiliated but I could not say anything with a penis in my mouth. So I just waited until the photographer took tens of photos. Then both men left me there and went away. I was trying to catch my breath and wiped my mouth because saliva was all over my mouth.
<<print say("queen","Your plug, princess.")>>
Mrs. Williams came to me, prepared the plug by pouring a gel on it and inserted it back again.
<<print say("queen","Fix your makeup and meet with Aurora at your table.")>>
She said and left. I stood up and went to the beautician.
<<print say("beautyshopkeeper","Let me help you to fix your makeup.")>>
She immediately started to apply powder on my face and I only sat unable to say anything. Once she finished her job I went to the table to meet Andrea alias Aurora.
<br>
[[Go to Andrea->BallPodium4]]I came to her and sat silently.
<<print say("cindra","That was terrible.")>>
<<print say("aurora","Terrible? I stopped counting the rounds somewhere around ten.")>>
<<print say("cindra","Sorry.")>>
<<print say("aurora","What about the treasure hunt?")>>
<<print say("cindra","Rough.")>>
<<print say("aurora","I hope this evening will be over soon.")>>
Mrs. Williams came to our table with two glasses of wine.
<<print say("queen","Ladies, I am really proud of you both. Princess Cinderella, a very brightly solved puzzle. Princess Aurora, your performance at the photo booth was more than professional.")>>
She placed both glasses on the table.<br>
<img src=img/ball/wine.jpg><br>
<<print say("queen","Here, as a token of my gratitude. You can chat a little more, the next game will begin in fifteen minutes.")>>
She left and we both were thinking about the next game and our role in there. Andrea took the glass and sniffed it.
<<print say("cindra","Do you think that something might be inside?")>>
<<print say("aurora","You never know. But honestly, I still cannot get rid of the taste of the cum.")>>
She said and took a sip. I waited for a while and did the same. Quite a good red wine. I also noticed lipstick remarks on the glass when I put it back on the table.
<<print say("cindra","You said we have to escape, do you have an idea how?")>>
<<print say("aurora","I found out that Mrs. Williams has her office near my room. If we somehow could make it there, maybe we will find something that will help us out.")>>
<<print say("cindra","But how you would like to get there?")>>
<<print say("aurora","During your room cleaning, do you also clean the offices?")>>
<<print say("cindra","No, just the rooms. And do you know where we are? I mean they dosed me and I appeared here.")>>
<<print say("aurora","They did the same to me. I have no idea.")>>
But Mrs. Williams disturbed our conversation from the stage.<br>
[[Look at stage->BallPodium5]]<<print printFitnessClass()>><<if $player.perks.fitness==0>>
<img src=vids/gymShowerMan.gif><br>
<<else>>
<video loop src="vids/gymShower.mp4" autoplay></video><br>
<<endif>>
[[Change back->GymChangeBack]]<<print printMaidClass()>>
<img src=img/gymLocker.jpg><br>
I changed back to my regular clothes.<br>
<<run wearSet('clothesSet1')>>
[[Return->Corridor]]
<h1>Well, it seems that you are at the end of current content. Thanks a lot for playing. If you think it deserves a reward, you can visit my Patreon page on https://www.patreon.com/ladynicole </h1><<print say("queen","Ladies and gentleman the next game is ready to begin. Its name is Find the match. Both princesses will play the game and the looser will have to do something special.")>>
We both stood up and went to the stage because we recalled very well what may happen if we do not obey immediately. We again held each other and slowly moved.<br><img src='img/ball/12.jpg'><br>
We climbed up the stairs and sat at the prepared table with cards facing down.
<br><img src='img/ball/boardgame.jpg'><br>
<<print say("queen","Ok, ladies, the rules are simple. The goal is to find a match between a picture and a word. And of course the one who has the higher number of matches wins the game. Cinderella, you may start.")>>
[[Play->BoardGame]]
<<print say("queen","Ok, it seems that we have a winner here. Good job, princess Aurora. You may return now to the table.")>>
She looked quickly at me. She seemed to be happy that she won the game but she seemed to be also worried about me at the same time. She quickly returned to the table. <br>
[[Look at Mrs. Williams->AfterBoardGame]]It did not take long before somebody came near the stool. It was a mistress with a slave on a collar. They both came to me and the mistress commanded the slave to kneel. <br>
<img src=img/ball/humb7.jpg><br>
She took a very close look at my cage. I tried to cover it with my hands but the iron device prevented it.
<<print say("mistressX","Oh, it looks really interesting. What’s that?")>>
<<print say("queen","It is called a chastity cage and it is very simple. You prevent your slave from touching his little toy. You are the keyholder and it’s you who will decide when or if at all the slave will get his pleasure.")>>
<<print say("mistressX","Hmm, I am sure my little bitch will like it. Am I right?")>>
<<print say("slaveX","Yes mistress.")>>
She slapped his face quite hard.
<<print say("mistressX","Yes mistress what?")>>
<<print say("slaveX","Yes mistress, your slave will like to have the cage.")>>
<<print say("mistressX","See? No matter how hard you try, I will never be done with the training.")>>
<<print say("queen","I understand. Training a slave is a full time job. But trust me, this will help you. It also has a very useful add-on. Look.")>>
I writhed in pain as Mrs. Williams pushed a button on the remote control. I also felt pain on my neck as I tried to put my hands on my penis but because of the device I was unable to do so.
<<print say("mistressX","Was that an electric shock?")>>
<<print say("queen","Yes, you can also choose the intensity and also combine it with teasing.")>>
<<print say("mistressX","I like it more and more.")>>
<<print say("queen","Please, visit my colleague behind the stage, he will sell you one with discount.")>>
<<print say("mistressX","Gladly. And you little bitch. You will wait here and lick this beautiful princess. But if mistress agrees.")>>
<<print say("queen","Of course.")>>
<<print say("slaveX","Yes mistress, I will lick her as you command.")>>
She pulled her slave towards me.<br>
<img src=img/ball/humb6.jpg><br>
She left for the cage and in the meantime the slave moved to me and started licking my balls. I had mixed feelings. It was weird that a man-slave was licking my balls but I had to admit that it was also kind of pleasing. Maybe it was because I was a little horny after a couple days without the release.
<<print say("queen","I am sure that your mistress would like to see more effort.")>>
Mrs Williams picked on the slave. He understood and moved closer to me and caressed my legs with one hand and with the other he pushed slightly on my butplug.
<<print say("queen","Much better.")>>
I also saw other people coming near and almost everybody after seeing the situation first whispered something to a person nearby and everybody laughed out loud. After some time the mistress came back.
<<print say("mistressX","Hmm, I see that you both are having a good time. Mrs. Williams, it is my first time here and I have to say that I really admire your work with these… ladies.")>>
<<print say("queen","Thank you very much. I have to also admit that your work also bears fruit.")>>
<<print say("mistressX","Thanks. But now if you excuse us, I cannot wait to try the new gift. What about you?")>>
She asked her slave.
<<print say("slaveX","Yes mistress, I am sure I will love it.")>>
<<print say("queen","Splendid.")>>
Mrs Williams said goodbye to the mistress.<br>
<img src=img/ball/mistressSlaveLeash.webp><br>
[[Next->Ball_Show2]]I noticed five ladies coming towards me. They all stopped just in front of me, inspected my crotch and then began to laugh out loud.<br>
<img src=img/ball/hum3.jpg><br>
<<print say("genWoman1","This is so cute.")>>
<<print say("genWoman2","I cannot believe that a man’s dick would fit in such small cage.")>>
<<print say("genWoman1","You do not need big cage for tiny bird.")>>
<img src=img/ball/girlsLOL.gif><br>
<<print say("genWoman2","Alice, come here, you have to see something.")>>
She shouted at her companion and some woman came to us.
<<print say("genWoman2","So, what do you think?")>>
<img src=img/ball/hum7.jpg><br>
<<print say("genWoman1","Oh look, it’s Becky overthere.")>>
The first woman said suddenly.
<<print say("genWoman1","Becky come here! This is the smallest dick I have ever seen.")>>
<<print say("genWoman3","Really?")>>
<img src=img/ball/hum6.jpg><br>
<<print say("genWoman1","Like this, not an inch more.")>>
She again shouted so loud that everybody in the hall must have heard her.
<<print say("genWoman3","I’m coming!")>>
She came to me.<br>
<img src=img/ball/hum2.jpg><br>
<<print say("genWoman3","Oh my!")>>
She just said.
<<print say("genWoman3","Mrs. Williams, I have a question. Is she fucking woman?")>>
<<print say("queen","Actually no.")>>
<<print say("genWoman1","And we all know why…")>>
<<print say("genWoman3","Yeah, you can sleep and get fucked at the same time!")>>
<img src=img/ball/girlsLOL.gif><br>
<<print say("genWoman3","Ladies, let’s get some drink. I need to find some big stud for tonight as I am feeling horny.")>>
<<print say("genWoman1","Me too. Maybe, we can find somebody together.")>>
<<print say("genWoman3","Yeah, I cannot remember the last time I had good threesome.")>>
They all left and I hoped for a quick end to this.<br>
[[Next->Ball_Show3]]
Next came two ladies both wearing nearly the same dotted dress.<br>
<img src=img/ball/humb8.jpg><br>
<<print say("genWoman1","Mrs. Williams.")>>
<<print say("queen","Mrs. Carter, nice to see you again. And your new partner.")>>
<<print say("genWoman1","Please, meet Linda.")>>
<<print say("queen","Nice to meet you Linda.")>>
<<print say("genWoman2","The pleasure is all mine")>>
<<print say("genWoman1","Linda, do you still remember those days where you were like her? Unable to find the true nature of yourself?")>>
<<print say("genWoman2","Yes, I am happy that it is over now.")>>
She caressed my gagged face.
<<print say("genWoman2","I wish you finish this time period soon and became a true woman.")>>
She said and they both left.<br>
[[Next->Ball_Show4]]Mrs Williams wiped my face from the saliva flowing from my mouth and another pair came nearby.<br>
<img src=img/ball/hum12.jpg><br>
<<print say("genWoman3","Mrs. Williams, marvelous party.")>>
<<print say("queen","I am glad you like it, Mrs. Kinley. And your princess as well.")>>
The princess immediately did a courtesy and silently agreed.
<<print say("queen","Very well behaved.")>>
Mrs. Williams commented.
<<print say("genWoman3","Actually it was a very difficult job. In the old days, she always used to think with the dick. I found her once cheating on me while she was still thinking that she was a man. I thought about divorce but I somehow still loved her and your clinic literally saved our marriage. Look at her now.")>>
The princess again did a courtesy.
<<print say("queen","May I ask which chastity are you using?")>>
<<print say("genWoman3","Show it, you cumslut.")>>
The princess began to roll up her dress to her waist.<br>
<img src=img/ball/humchastity.jpg><br>
<<print say("queen","Hmm, nice. Princess Cinderella prefers pink with a little electricity to keep her under control. Am I right?")>>
She said with her remote in hand. I rather just nodded my head.
<<print say("genWoman3","But tell me something. About two months ago I noticed that the quality of her house chores went down and generally she started to be lazy. So as a corrective measure I decided to use chastity for two months without release. ")>>
<<print say("queen","Just and fitting.")>>
<<print say("genWoman3","Indeed. I also commanded her to lick me out three, four times a week which probably caused the whole issue. She became very horny. She was also messing her panties from the precum. I decided to milk her like a proper slave but I do not want to do it. Do you have any advice?")>>
<<print say("queen","I understand. First of all, you did everything well. You cannot overcome such behavior. Here my princess is behaving well, so she is allowed to cum once per week. And regarding your issue, I would suggest to find her a real man.")>>
I saw that the princess just widened her eyes.
<<print say("genWoman3","Real man?")>>
<<print say("queen","Sure. But demand that he will fuck her regularly in the ass to bring her to orgasm.")>>
<<print say("genWoman3","I see.")>>
<<print say("queen","Let’s be honest. Without a real man you would also feel very horny and the dildo can help you but only for limited time.")>>
<<print say("genWoman3","Can I also invite her to our bedroom with my boyfriend?")>>
<<print say("queen","Definitely if he agrees. She may help your man to get hard or lick you while being fucked. It is up to you.")>>
<<print say("genWoman3","Many thanks, Mrs Williams. See you later. ")>>
<<print say("queen","My pleasure.")>>
<<print say("genWoman3","Bring me some drink, cumslut. We will have interesting evening.")>>
They both left and Mrs. Williams leaned to me.
<<print say("queen","See how hard job it is to bring up a proper lady?")>>
[[Next->Ball_Show5]]<<print say("genMan1","Ladies, what do you think about it?")>>
<img src=img/ball/humb14.jpg><br>
Man with two ladies stopped at me.
<<print say("genWoman1","Bit impractical.")>>
<<print say("genWoman2","Yeah. But if she likes it.")>>
<<print say("genMan1","I like to play with your little weenies.")>>
<<print say("genWoman1","And we like to play with yours.")>>
The woman replied and moved her hand in his crotch.
<<print say("genMan1","Jesus, let’s go to bathroom, I want you both blow me at once.")>>
They left without any farewell.<br>
[[Next->Ball_Show6]]<<print say("queen","My favorite delta team!")>>
<img src=img/ball/humb2.jpg><br>
Mrs. Williams greeted a group of five trans-women.
<<print say("genWoman3","Mrs. Williams, hello! Another girl in process?")>>
They all laughed.
<<print say("queen","You cannot imagine how many men need help.")>>
One of the ladies came nearer and kissed my gag.
<<print say("genWoman1","You are a very beautiful lady. Once you will benefit from all the… women’s stuff.")>>
She said and went with the finger from her lips to crotch.
<<print say("genWoman3","Let’s move on or Mrs. Williams will lock us as well, ladies.")>>
[[Next->Ball_Show7]]<<print say("genWoman1","Mrs. Williams, nice to see you again.")>>
<img src=img/ball/humb10.jpg><br>
<<print say("queen","The pleasure is on my side.")>>
<<print say("genWoman1","Let me introduce you sissy Tina.")>>
<<print say("queen","Nice. How long is she in your service?")>>
<<print say("genWoman1","Three month, the worst is already behind us.")>>
<<print say("queen","You are right, fingers crossed.")>>
<<print say("genWoman1","Tina, do you see the stain on my shoe?")>>
Without any word the maid kneeled down, took a napkin and began to polish her shoe.<br>
<img src=img/ball/humb9.jpg><br>
<<print say("genWoman1","Ok Tina, let’s move on.")>>
They both left and Mrs Williams again wiped my face.<br>
[[Next->Ball_Show8]]
I almost prayed for an end as my arms started to hurt a lot. But then another group came by.<br>
<img src=img/ball/humb15.jpg><br>
<<print say("genMan1","Look, my dear. Do you want to try it?")>>
<<print say("genMan2","I think that would spice up our sex.")>>
<<print say("genWoman3","Guys, guys. Do you really think our sex life needs anything more after yesterday’s night?")>>
<<print say("genMan1","Come on, I’m just mocking you.")>>
<<print say("genMan2","Yeah, I still don’t understand how could you make us both cum at the same time.")>>
<<print say("genMan1","I don’t care but next time, I will fuck her butt and you will have her mouth.")>>
<<print say("genWoman3","Don’t argue my boys. I promise I will take care of you both as I always did.")>>
<<print say("genMan2","But this time it will be me who will swallow your delicious cum.")>>
<<print say("genWoman3","Deal is a deal. I would like to have one more champagne.")>>
And they left.
<<print say("queen","I envy this lady. Can you imagine that two guys are fucking you at once? Not so many men are so perfect.")>>
I was glad that I could not reply.<br>
[[Next->Ball_Show9]]
<<print say("queen","Last ten minutes!")>>
Mrs Willimas shouted at the crowd to announce the end of this.<br>
<img src=img/ball/hum10.jpg><br>
<<print say("genWoman1","I think I will pass.")>>
<<print say("genWoman2","Me too. Such little bitch does not deserve our attention.")>>
I did not really care what they thought and I heard another two pairs coming.
<<print say("genWoman3","Please, please, let me see her, my love.")>>
<<print say("genWoman2","I want to see her too.")>>
<<print say("genMan3","No, let’s have a seat I am tired.")>>
<<print say("genWoman3","Let’s go there to take a look and you can have one wish tonight that I will fulfill without a word.")>>
<<print say("genMan3","Anything?")>>
<<print say("genWoman3","I promise.")>>
<<print say("genMan2","Maybe it will be inspiring.")>>
<img src=img/ball/hum11.jpg><img src=img/ball/humb12.jpg><br>
<<print say("genMan3","Nothing special.")>>
<<print say("genMan2","I don’t know. Sometimes you have to put your wife in place.")>>
<<print say("genMan3","By fucking her so hard, that she will understand it.")>>
Both ladies smiled at each other.
<<print say("queen","If I may, sometimes the act of humiliation is also very powerful tool.")>>
<<print say("genMan2","We know, look, what we have brought to our girlfriends last Christmas.")>>
<img src=img/ball/X2.jpg><br>
<<print say("queen","Very innovating.")>>
<<print say("genMan3","Let’s move on.")>><br>
[[Next->BallPodium7]]
<<print WatchPornClinicFinish()>>
I felt happy that I won. Well, I was a little sorry for Andrea because I knew that Mrs. Williams prepared something crazy for her but I was glad that it was not me.
<<print say("queen","Ok, it seems that we have a winner here. Good job, princess Cinderella.")>>
She said and commanded me with her hand to leave the stage.
<<print say("queen","And now, princess Aurora, please follow me.")>>
<<print say("genMan1","Mrs. Williams, if I may.")>>
<<print say("queen","Of course Sir Webb.")>>
<<print say("genMan1","I would like to borrow her for one more photo.")>>
<<print say("queen","Please accept my apologies, Sir Webb, but the photoshoot is already over.")>>
<<print say("genMan1","I hoped we could come to an agreement.")>>
He shouted back with a terrible smile.
<<print say("queen","Ok then. Please go to the photoshoot booth, princess Aurora will join you at once.")>>
She pointed to the booth and looked at Andrea to follow her command.
<<print say("queen","In that case, princess Cinderella, please follow me.")>>
[[Look at Mrs. Williams->AfterBoardGame]]I, together with Mrs. Williams, stepped down the stage. I noticed the thug preparing a stool just in front of the stage. He was also holding a strange iron device. I began to be really nervous when approaching the stool.
<<print say("queen","Princess Cinderella, please take off your dress now.")>>
I got frozen for a moment and Mrs. Williams gave a signal to the thug to help me. He unzipped my dress and let it slip down to the floor. Mrs. Williams offered me a hand to help me step out of the dress. I tried to cover my body with my hands but it really had no effect.<br>
Suddenly the thug approached me from behind and quickly pulled down my panties to my ankles. Mrs. Williams pulled me towards the stool and made me climb on it. I was standing there practically naked. Although I tried to cover my crotch, I knew that everybody could see the chastity cage I wore.
<<print say("queen","Restraints.")>>
She said to the thug who took the iron device and attached it first to my neck and then to my hands.<br>
<img src=img/ball/restrainhands.jpg><br>
<<print say("queen","Ladies and gentlemen, I will give you now the perfect opportunity to take a close look at a very useful tool to put these girls into shape.")>>
She said and spanked my butt with hand.
<<print say("cindra","Ouch!")>>
I screamed.
<<print say("queen","Just a second.")>>
Mrs: Williams said and out of a blue she was holding a mouth gag which immediately ended in my mouth.<br>
<img src=img/ball/mouthgag.jpg><br>
[[Begin showtime->Ball_Show1]]Welcome to the sex toy shop.<br>
<img src='img/X.jpg'/><br>
<<print printShop("sexShop")>>
<br>
[[Return to Mall->Mall]]<<print printReleaseClass("Release class")>>
<<print say("queen","Ok, I think that we can call it an end.")>>
I was just happy to see it will be over soon. Mrs. Williams gave a signal to the thug and he came to me. First he unlocked my hands from the device and then took the whole thing away and finally he removed my mouth gag. My mouth hurt a bit from keeping it opened. Then he brought back my dress and helped me with putting it on again. I also noticed that he caressed my butt but just before I could object, Mrs Willimams took my hand.
<<print say("queen","Please, princess, return to your table for refreshment before another event.")>>
<<print say("cindra","Another?")>>
<<print say("queen","Yes, but don’t worry.")>>
She said and headed to the stage so I returned back to the table.
[[Sit down->BallPodium8]]
<img src="img/ball/wine.jpg"><br>
I sat down with big relief and saw that it was replenished. Without a word I drank the whole wine glass at once.
<<print say("aurora","How are you holding up?")>>
<<print say("cindra","Hardly.")>>
<<print say("aurora","Hope this will be over soon.")>>
<<print say("cindra","No, Mrs. Williams told me that there will be another event.")>>
<<print say("aurora","Fucking bitch.")>>
We spent a few more minutes talking about our lives before this madness until Mrs Williams interrupted us from the stage.
<<print say("queen","Ladies and gentlemen, it is time for the next event. But first, let me ask you a question. I see so many beautiful woman, how many of you have high heels?")>>
<img src="img/ball/raisedHands.jpg">
<<print say("queen","Nearly all of you, fine. And how many of you have sore feet?")>>
<img src="img/ball/raisedHands.jpg">
<<print say("queen","That’s what I thought. And I also have a solution for you. Our foot massage kiosk will be opened in ten minutes and our princesses will take care of you. You can request literally anything from them, so send your men to the bar and come to try it.")>>
Big applause sounded through the ballroom.
<<print say("aurora","Wonderful.")>>
<<print say("cindra","Have you ever massaged feet?")>>
<<print say("aurora","What do you think? Never.")>>
Then the thug came and asked us to follow him to the message kiosk. He also offered me his hand.<br>
<img src="img/ball/offerHand.jpg"><br>
[[Stand up->Ball_FS1]]<img src="img/ball/footmassage.jpg"><br>
We both arrived at the kiosk and Mrs. Williams was already standing there.
<<print say("queen","Good, our ladies are here. Please, you may sit on the small stools and perform the massage or anything the ladies will ask for. I hope I don’t have to remind you that any sign of disobedience will be hardly punished, right?")>>
We both sat on the stools and examined the chairs for the customers. I also checked the queue and could not believe my eyes how many women were there.
<img src="img/ball/ladies_sitting.jpg"><br>
<<print say("queen","Don’t worry, we have another few kiosks to help you handle the queue.")>>
Then she turned to the waiting ladies
<<print say("queen","Ok ladies, massages have just been opened.")>>
[[First customer->Ball_FS2]]
The first lady came to me and sat in the chair. While she was sitting down, her very short dress rolled up a bit revealing her panties.
<<print say("genWoman1","Jesus. I hate this dress but my husband insisted on it and what’s more, he also demanded the stockings. The only good thing is that the sex after such a party is simply amazing. Just a second, I will adjust the stockings.")>>
<img src="img/ball/slippertry3.jpg"><br>
<<print say("genWoman1","Fine, you can start.")>>
<img src="img/ball/rub-foot-massage.gif"><br>
<<timed 2s>>
<<print say("genWoman1","Nice, now put my shoes back on.")>>
I obeyed and put her pumps on her feet.
<<print say("genWoman1","Why don’t you give my feet goodbye?")>>
I understood that she wanted me to kiss them.<br>
<img src="img/ball/pumpsFemdom4.webp"><br>
<<print say("genWoman1","I could use you very well at home. Bye.")>>
She left and another woman was ready.<br>
[[Next customer->Ball_FS3]]
<<scrolldown>>
<</timed>>
<img src="img/ball/fm2.jpg"><br>
<<print say("genWoman2","It is very nice of you, only ladies know how hard it is to wear the heels the whole evening.")>>
<<print say("cindra","Yes, madam.")>>
I just replied and started the massage<br>
<img src="img/ball/rub-foot-massage.gif">
<<timed 2s>>
<<print say("genWoman2","Can you please check if I don’t have a hole on my sole?")>>
She said and moved her foot very closely to my face.<br>
<img src="img/ball/soles5.webp"><br>
<<print say("cindra","No, it’s fine.")>>
<<print say("genWoman2","Many thanks, have a nice evening.")>>
<<scrolldown>>
[[Next customer->Ball_FS4]]
<</timed>><img src="img/ball/f16.jpg"><br>
<<print say("genWoman3","Little sissy girl finally found her rightful place?")>>
I rather stayed silent not to provoke her with anything but it was not a good idea.
<<print say("genWoman3","You funcking bitch! Did Mrs. Williams not teach you that you have to reply if you are asked? Should call her?")>>
<<print say("cindra","No please, madam. Yes, you are right.")>>
<<print say("genWoman3","Right about what, you slut?")>>
<<print say("cindra","I finally found my rightful place, madam.")>>
<<print say("genWoman3","Good, but one more time I find a little sign of disobedience and you will taste my whip, did you understand, slut?")>>
<<print say("cindra","Yes, madam, I understood.")>>
<<print say("genWoman3","So get the fuck your hands on me feet!")>>
<img src="img/ball/rub-foot-massage.gif">
<<timed 2s>>
<<print say("genWoman3","Daphne, come here and lift your skirt!")>>
She said when the massage was overand a maid came to us. When she was next to her I noticed she was wearing the ball gag and when she lifted her skirt also a cage.
<<print say("genWoman3","Do you also wear chastity cage?")>>
She asked me.
<<print say("cindra","Yes madam.")>>
<<print say("genWoman3","Good, after all I doubt that the little thing in your panties may be useful in any way.")>>
<img src="img/ball/e16.jpg"><br>
She checked her cage and commanded her to sit.
<<print say("genWoman3","Daphne always likes when I play in pantyhose with her clitty, am I right?")>>
The maid only nodded her head.<br>
<img src="img/ball/f3.jpg"><br>
<<print say("genWoman3","Good, I am done here, come Daphne.")>>
And she left. I only hoped that it was the last bossy woman for today.<br>
[[Next customer->Ball_FS5]]
<</timed>>
<img src="img/ball/slipperTry5.jpg"><br>
<<print say("genWoman1","Hello princess. Please take my shoes off and you may begin.")>>
I loosen the straps around her ankles and waited until she sat in the chair.
<<print say("genWoman1","Do you like my pantyhose?")>>
<img src="img/ball/soles4.jpg"><br>
<<print say("cindra","Yes, madam, they are nice.")>>
<<print say("genWoman1","Thank you princess, so please start.")>>
<img src="img/ball/rub-foot-massage.gif">
<<timed 2s>>
<<print say("genWoman1","Thank you. One last kiss and I will go.")>>
<img src="img/ball/slipperTry2.jpg"><br>
I kissed her feet and waited until she left.<br>
[[Check the queue->Ball_FS6]]
<<scrolldown>>
<</timed>>
<img src="img/ball/legs.jpg"><br>
This will be endless…<br>
[[Next customer->Ball_F7]]<<print say("genWoman2","Hey, you sissy. Come to us and serve us here.")>>
One woman shouted at me. I looked that way.<br>
<img src="img/ball/3ladies.jpg"><br>
I went to them.
<<print say("genWoman3","Lift up your skirt, I missed your show.")>>
<<print say("genWoman1","Because you were giving a blowjob to the man you met at the bar, you slut.")>>
<<print say("genWoman3","If you could see what he had in his pants, you would change the place with me.")>>
In the meantime I came to them and lift up my skirt.<br>
<img src="img/ball/girlsLOL.gif"><br>
<<print say("genWoman2","Oh my god! Oh my god! You are wearing the same cage as my slave! I made him bought it himself a month ago and he still wears without a break.")>>
<<print say("genWoman1","You are kidding!")>>
<<print say("genWoman2","Let me show you. Valentine! Come here, you sissy!")>>
I saw a person coming to us.
<<print say("genWoman2","Sorry, I have to stand up so I can be properly greeted.")>>
She stood up and once the slave came to us, he immediately dropped on all his four.
<img src="img/ball/f9.jpg"><br>
<<print say("genWoman3","Very well trained.")>>
<<print say("genWoman2","Valentine, show us your cage, I think you are wearing the same like the princess here.")>>
He obeyed.<br>
<img src="img/ball/e12.jpg"><br>
They all examined both our cages.<br>
<img src="img/ball/girlsLOL.gif"><br>
<<print say("genWoman1","You were right.")>>
<<print say("genWoman2","And you princess can start the massage.")>>
<img src="img/ball/rub-foot-massage.gif">
<<timed 2s>>
<<print say("genWoman2","Valentine, you were obedient tonight so you can lay on the ground and lick my massaged feet.")>>
He immediately obeyed.<br>
<img src="img/ball/feetFemdom2.webp"><br>
In the meantime I massaged the other ladies.<br>
[[Treat other ladies->Ball_FS8]]
<</timed>>
<<print say("genWoman1","Hey, don’t keep him just for you. We want the foot care too.")>>
<<print say("genWoman2","Fine, you can have it. Valentine!")>>
<img src="img/ball/pumpsFemdom6.jpg"><br>
He started to care about their feet.
<<print say("genWoman2","And what about you princess?")>>
<img src="img/ball/pumpsFemdom10.webp"><br>
She lifted my head with her leg.
<<print say("genWoman2","I want my shoes to shine like new.")>>
I took a shoe polish and rag and used it on her boots. After some they were shining as demanded.
<<print say("genWoman2","Let’s check your work, lady.")>>
<img src="img/ball/boots1.jpg"><br>
<<print say("genWoman2","Hey, good work. Ok ladies, I need a drink and Valentine a cock, am I right darling?")>>
He just nodded his head.
<<print say("genWoman3","She does not speak?")>>
<<print say("genWoman2","She talked back so she is not allowed to speak for a week.")>>
<<print say("genWoman1","But that does not apply to cocks.")>>
<img src="img/ball/girlsLOL.gif">
<<print say("genWoman2","Do you want to join Valentine a blow some cocks too, princess?")>>
She asked me.
<<print say("cindra","No madam, I have work here.")>>
I felt quite relieved when they left.<br>
[[Check the queue->Ball_FS9]]
<img src="img/ball/D9b.jpg"><br>
This will be endless…<br>
[[Next customer->BallFS10]]
Another lady came.
<<print say("genWoman1","Hello, are you free?")>>
<<print say("cindra","Yes, madam.")>>
<img src="img/ball/slipperTry7.jpg">
<<print say("genWoman1","Good, I just came from work, wearing these boots all day. Take them off, massage my feet and my slave will bring me pumps for the evening.")>>
<<print say("cindra","Yes, madam.")>>
<img src="img/ball/rub-foot-massage.gif"><br>
<<timed 2s>>
When I was finished, I helped her to put on the pumps.<br>
<img src="img/ball/slipperTry8.jpg">
<<print say("genWoman1","Thanks, bye.")>>
And she left.<br>
[[Next Customer->Ball_FS11]]
<<scrolldown>>
<</timed>><img src="img/ball/slipperTry4.jpg"><br>
<<print say("genWoman2","Take them off, girl.")>>
A lady came to me together with her slave. I loosened the stripe around her ankle and took her shoes off. Then she lied in the chair.<br>
<img src="img/ball/soles2.webp"><br>
<<print say("genWoman2","You may start now.")>>
<img src="img/ball/rub-foot-massage.gif">
<<timed 2s>>
<<print say("genWoman2","Very nice, I should test it now. Slave, open mouth.")>>
<img src="img/ball/feetFemdom1.webp">
<<print say("genWoman2","Put your dick on the table.")>>
The slave did as his mistress asked and she started to rub his dick with her foot. It did not take long for him to cum.<br>
<img src="img/ball/pumpsFemdom12.webp"><br>
[[Check queue->Ball_FS12]]
<</timed>>
<img src="img/ball/th.jpg"><br>
This will be endless…<br>
[[Next customer->Ball_FS13]]Before I looked back another customer came and sat down. She also brought a slave with her.<br>
<img src="img/ball/huma3.jpg"><br>
<<print say("genWoman3","You will stay here without a word.")>>
<<print say("genMan1","Yes, mistress.")>>
<img src="img/ball/d9d9d0ca93636b4838fba64b90a031c8.jpg"><br>
<<print say("genWoman3","I am so glad that you are here. Please take off my boots and you may start.")>>
I unzipped her left boot and then slowly took it off. Then I moved to the other one and as soon as I took off I saw a problem.<br>
<img src="img/ball/holetights.jpg"><br>
<<print say("cindra","Madam, you have a hole in your tights.")>>
<<print say("genWoman3","Oh god. Nevermind, I always took a few more spare pairs in my handbag. Last time, I had sex with them and my partner completely ripped them on me. Afterwards I took the new pair and before I could leave he fucked me again and again he ripped them. So that’s why. ")>>
She handed me a couple packages and I understood that I had to change them for her. She just lifted her butt so that I could roll them down and finally took them off completely.
<<print say("genWoman3","You know what, let’s have some fun. Open your mouth.")>>
I opened my mouth and without any warning she stuffed the tights in.
<<print say("genWoman3","Taste well, don’t they.")>>
I rather nodded my head.
<<print say("genWoman3","I want the white shiny ones.")>>
I took the bag with the shiny ones and slowly helped her to put them on.
<<print say("genWoman3","Do you like them?")>>
<img src="img/ball/soles6.webp"><br>
I could not talk so I again nodded my head.
<<print say("genWoman3","No, too shiny, I want the black once.")>>
So again, I had to help her to put them off and again help her with the black ones.<br>
<<print say("genWoman3","Yes, better now.")>>
<img src="img/ball/soles13.jpg"><br>
<<print say("genWoman3","Ok, bye princess. by the way, you can keep the tights as gift.")>>
After she left I immediately took them out.<br>
[[Next customer->Ball_FS14]]
<<print say("queen","All right, last couple minutes!")>>
I could not be more happy. Two more ladies were sitting in the queue.<br>
<img src="img/ball/pumps9.webp"><br>
<<print say("genWoman1","She can come to us, right?")>>
<<print say("genWoman2","Of course she can.")>>
<<print say("genWoman1","Hey you little sissy, move your ass here right now!")>>
They both laughed as I was going to them.
<<print say("genWoman2","Wait, this will be fun. Princess, lie down on your belly on the ground.")>>
I did as they said and they both stood up.
<<print say("genWoman2","Keep kissing our legs and move from bottom to our asses.")>>
<img src="img/ball/pantyhose-upskirt.jpg"><br>
I alternately kept kissing all four legs and also kept moving higher and higher. First at the calves, then thighs and finally I was moving to their asses. They were talking about usual things like at a café and tried not to notice me at all.
<<print say("genWoman1","Hmm, nice but I am getting a little horny.")>>
<<print say("genWoman2","Hold on, there’s Venessa and her friends. Vanessa, come over here and have some fun!")>>
<img src="img/ball/main-qimg-.jpg">
<<print say("genWoman3","What’s up, bitch? And what the hell is under your skirt?")>>
<<print say("genWoman2","You cannot judge until you tri it.")>>
<<print say("genWoman3","Naah, we want a real man, not this… little pervert.")>>
<<print say("genWoman1","Hey, don’t be so cruel. She’s kind of cute.")>>
She stroked my face.
<<print say("genWoman3","Why don’t we give a reward to him, if you like him so much. Turn around and lie on your back.")>>
She said to me and I did so.
<<print say("genWoman3","Hey bitches, come here and take off your shoes. Let her have out feet all at once.")>>
They all were barefoot at once and moved to me. Then everyone gathered around each other's shoulders and each of the ladies put her feet on my face.<br>
<img src="img/ball/main-qimg-1033e836b.jpg"><br>
<<print say("genWoman2","Like your reward?")>>
I just opened my mouth to reply but before I could one foot ended in my mouth and I caught a little gag reflex.
<<print say("genWoman3","Funny but I need more booze. Ladies, this round is on me.")>>
They slowly left, leaving me on the ground. Finally this is over and I saw Mrs. Williams coming towards me.<br>
[[Talk to Mrs. Williams->BallFinish1]]<<print say("queen","Ok, my little princess, I am really proud of you. I think that you deserve a small reward. Why don’t you have a glass of wine and in the meantime I will bring somebody who is longing to see you.")>>
Well, I again suspected some trick. But there is a very little possibility that it may be mum. And if yes, I will tell her everything about how this place works.
<<print say("cindra","And who is it, Mrs. Williams?")>>
<<print say("queen","It is your father. But he just arrived at the parking place, so it may take some time before he comes here. Please, have seat at your table and I promise that I lead him to you as soon as he gets here, ok?")>>
<<print say("cindra","All right.")>>
I went to the table a little thrilled that I would see my father after such a long time. Well, I expected mother but it did not matter. I sat down back at the table.<br>
<img src=img/ball/ballWine.jpg><br>
Then I realized that I had not eaten the whole evening and felt a little hungry when I saw all the food. The table was set up for two but I could not see Andrea anywhere. I also tried to look for my mother but I could not see her either. I sipped the wine a little and also tried the meat. I had to say that it was very delicious. <br>
[[Eat the meal->BallFinish2]]<img src=img/ball/finishedFood.jpg><br>
I ate everything and drank the glass. I was worried if Mrs. Williams will really keep her word so I kept looking around the whole place.<br>
[[Keep looking->BallFinish3]]Suddenly I had a big thirst and became a little suspicious. How could I have a thirst after drinking a glass of wine? The food was also not very spicy so I had no idea. I saw a bottle of water with the original cap, so I reached for it to quench the thirst.<br>
<img src=img/ball/blurryVision.jpg><br>
For a moment I thought that I drank too much wine but it was not the case, Then I realized that it must have been something in the drink or food. It took maybe a minute until my vision came back and everything seemed to be fine. So I decided not to touch anything from now on.<br>
Then I saw Mrs. Williams coming to me.
<<print say("queen","My little princess ate everything?")>>
I just rubbed my eyes trying to get my vision back.
<<print say("queen","Aren't you thirsty, my dear?")>>
<<print say("cindra","Yes, but...")>>
<<print say("queen","Blurry vision?")>>
<<print say("cindra","What did you do to me?")>>
I tried to get the answers.
<<print say("queen","Great.")>>
She waved somewhere towards the door and I saw my father coming. He has to help me.<br>
[[Talk to father->BallFinish4]]<<print say("queen","She’s ready.")>>
Mrs. Williams just said and left.
<<print say("cindra","Father, you have to help me.")>>
I said, stood up and almost ran to him to hug him.
<<print say("father","Sit down.")>>
He said very coldly and pushed me a little backwards which scared me. Then he took my hand and led me to the chair. He sat next to me.
<<print say("father","Ok, I will be quick because I do not want to spend here more time here than necessary. First of all, you are not my child. Your mother has cheated on me when we had hard time and you are the result.")>>
<<print say("cindra","What?")>>
<<print say("father","Don’t interrupt me. I never fully accepted you but somehow I learned to live with it.")>>
What is he talking about?
<<print say("father","And recently two things happened. First I got into trouble when my company was implementing a new system for this clinic and accidentally deleted some data.")>>
I was just staring in disbelief.
<<print say("father","The bill was simply huge and could not be covered by insurance. Also the bank refused to give me another loan. And even if we would sell the house and pay all the money we had it would not be enough. Then I learned what the clinic really does.")>>
<<print say("cindra","Dad, please...")>>
<<print say("father","Stop, let me continue. Mrs. Williams with Mark offered me a deal. The will take care of you and half of the debt will be waived.")>>
<<print say("cindra","Care of me? You sold me like a cow?")>>
<<print say("father","Shut up and listen.")>>
He said strictly.
<<print say("father","I hesitated whether to take the deal or not after your adventure with women's clothes I decided to take it. But that was only a part of the debt and still I did not have a plan how to do that.")>>
He smirked as he looked at me.
<<print say("father","And then the second thing happened. I was near your mother’s office and wanted to visit her. And I saw her in a restaurant with your real father holding her hand. I was so pissed that I wanted revenge, so I offered a new deal to Mrs. Williams. She will take your mother as well and the debt will be settled.")>>
<<print say("cindra","You did what? You bastard!")>>
I screamed and wanted to kill him. I stood up and wanted to punch him.<br>
[[Punch him->BallFinish5]]
Well, at least I tried to. It must have been the drugs or I don’t know but I simply could not stand up. And what's more, I had issues to speak.
<<print say("cindra","Mmmm")>>
I said decently as I felt quite weak. I just saw that father invited Mrs. Williams to join us again.
<<print say("father","Ok, I’m done. I don't want to see… her again. Nor the second bitch.")>>
<<print say("queen","Fine. my dear Cinderella, you just took our latest invention called Happy princess. Basically it’s a mix of hormones like dopamine, oxytocin and few other drugs.")>>
She put her hand on my forehead to check the temperature.
<<print say("queen","First comes the thirst, then blurry vision and then the temperature rises. But don’t worry, all the symptoms disappear quickly. The most important thing is what this drug does. Basically it plays with your prefrontal cortex and while keeping your mind more or less the same as it was, your body behaves differently.")>>
She again checked my temperature.
<<print say("queen","Let’s give it a try. You watched a lot of hypno stuff and together with the Happy princess you took, I think we can test it. Tell me princess, would you like to suck a nice, long and big cock with your sissy lips?")>>
Shit, of course not!
<<print say("cindra","Yes...")>>
What did I just say? That’s not me!
<<print say("queen","Nice. One more, to verify it. Do you want to be fucked like a little whore by a real men?")>>
Never!
<<print say("cindra","Yes…,")>>
Shit, I cannot even run away.
<<print say("queen","Oh my, it is almost time for the grand final. Guys, please accompany princess to the stage, I will check the other princess and we will meet there.")>>
[[Try to resist->BallFinish6]]Before I could do anything two thugs grabbed my arms and led me towards the stage. I tried to fight but my body simply did not respond to my orders. As we were approaching the stage I saw that there was a bed prepared and that Aurora was also heading there with company.<br>
I sat on the bed and she did the same not long afterwards. I looked at her and realized that she must have been drugged too. I tried to say something but instead I only smiled at her. And she did the same.
<<print say("queen","My dearest guests, may I have your attention please.")>>
Mrs. Williams again took word.
<<print say("queen","Because all good things have to come to an end, I prepared a small present for our two honorable guests.")>>
She pointed at me with Aurora sitting on the bed.
<<print say("queen","These young princesses are just waiting to thank you for what you have done for this clinic. Mr. Jenkins and Mr. Ford, please join us at the stage.")>>
Big applause echoed throughout the hall.
<<print say("queen","Welcome gentlemen.")>>
Mrs. Williams greeted both men once they came to her.
<<print say("queen","Ladies and gentlemen, these two men have donated unbelievable one million dollars to our clinic.")>>
Big applause echoed throughout the hall.
<<print say("queen","Besides covering the running expenses we have used the money to develop a new drug called Happy princess. And as a small thanks for the support, Mr. Jenkins and Mr. Ford, you may now test it by taking the virginity from our princesses and make them finally women.")>>
Big applause echoed throughout the hall.
I could not believe my ears but I could not do anything. I only checked Aurora but she seemed to be in the same state.<br>
[[Both men approached us->BallFinish7]]<<print say("genman1","Nice girls, what do you think?")>>
<<print say("genman2","And very obedient. The secret service has really powerful tools.")>>
<<print say("queen","Yes, without bringing the base serum to our labs we would never make such a big progress.")>>
<<print say("genman1","And how does it work?")>>
<<print say("genman2","Just issue some simple command and she should fulfill it.")>>
<<print say("genman1","Impossible. But fine, let’s give it a try.")>>
He came close to me.
<<print say("genman2","Cinderella, caress my crotch.")>>
<img src=img/ball/carressKneel.jpg><br>
I tried to resist but my hand immediately aimed at his crotch. I moved my hand up and down and he pushed my hand tighter towards his penis.
<<print say("genman2","Ok, I am impressed.")>>
<<print say("genman1","You are too shy, look.")>>
He came to Aurora.
<<print say("genman1","Aurora, pull out my cock and suck it until it gets hard.")>>
I only looked in disbelief how Aurora started without any doubt unzipping his pants, pulled down his boxers and took his cock in her mouth. She also helped with her hand to make the cock harder.<br>
<img src=img/ball/fpovbj.webp><br>
<<print say("queen","Cinderella, show how you have mastered the footjob.")>>
I don’t know how but I somehow resisted in fulfilling the command and remained still.
<<print say("genman2","What happened? Did the drug stopped working?")>>
<<print say("queen","No, it is too early.")>>
<<print say("genman1","You did not issue a simple command. Be more specific.")>>
<<print say("queen","Ok, Cinderella, perform the best footjob ever to Mr. Ford.")>>
This time I had to obey. I unzipped his pants, pulled down his boxers and took off my shoes. I leaned back on the bed and put my both feet in pantyhose on his penis. Firstly I only touched it with my toes. In the meantime he only folded his hands waiting for what would come.<br>
<img src=img/ball/fpovfj.webp><br>
<br>
I started to caress his penis with one foot and with the other I played with his balls. He got hard in no time that kind of surprised me. He caught my feet with his hands above my ankles and pushed them together on his penis. Then he began to move them there and back and literally fucked my legs. After some time he said to me
<<print say("genman2","Suck it baby.")>>
I took off my feet from his penis and sat on the bed. My head was just at the right height for a blowjob. I leaned forward a little and put his dick into my mouth which caused Mr. Ford to groan. He took my head in his hands and pushed it forward so that his whole cock was in my mouth.
<<print say("genman2","Oh my, she is really perfect slut.")>>
<<print say("genman1","Yeah, mine too. I wonder how many cocks she has already sucked.")>>
He patted her cheek behind which was his dick.
<<print say("genman2","I am ready to fuck her, what about you?")>>
<<print say("genman1","Me too")>>
<<print say("queen","Ok, ladies, both of you on your four on the bed.")>>
[[Get on four->BallFinish8]]We both simultaneously stopped blowing the dicks and positioned ourselves on the bed as commanded.
<<print say("queen","Stick your asses up. Come on.")>>
We arch our backs.
<<print say("genman1","Shit!")>>
He just said and slapped my ass.
<<print say("cindra","Ouch.")>>
<<print say("genman2","Move closer, ladies.")>>
He said and helped our hips to touch and then he pulled up my skirt. The other man did the same to Aurora.
<<print say("genman1","Look, properly plugged like a true whore.")>>
He slowly pulled the plug out and I felt a big release. They both put a lube on their dicks and my man penetrated me right afterwards. I just groaned and Aurora also almost at the same time so I thought that the other man was also inside her.<br>
He started to slowly fuck my ass. The feeling was strange. It was a mixture of pleasure and little pain at the same time.
<<print say("queen","Ladies, groan loudly with pleasure. Let your partners see that you enjoy it.")>>
Each time my or Aurora’s partner pushed inside a loud moan came out of me or her.
<img src=img/ball/doublean.webp>
<<print say("genman2","Ladies, kiss each other while we fuck you.")>>
We both turned to each other, leaned our heads to the side and french kissed. No matter how I or she tried to resist it. Mrs. Williams also took my hand and put it on Aurora's back and had Aurora do the same.<br>
<img src=img/ball/doublekiss.webp>
<br>
I also noticed that my partner sped up and also caught my hips to have better control over me.
I don’t know how long it took but he just said:
<<print say("genman1","I am going to cum.")>>
<<print say("genman2","Me to.")>>
My partner pulled out his dick from my ass.
<<print say("genman1","Turn around and opened your mouth widely.")>>
I obeyed although I knew what would come. But before I could do it I the other man loudly screamed like a bear, stopped fucking Aurora and he climaxed into her. I only saw the end when he pulled his dick out of her and immediately took the buttplug and pushed it in.
<<print say("genman2","I want you to keep my semen inside.")>>
He said laughing. Now it was my turn. I was sitting on the bed again with my mouth widely open while my partner was jerking off.
<<print say("queen","Cinderella, eye contact.")>>
I looked up directly into his eyes which encouraged him because he pushed his dick into my mouth and I felt his warm semen flowing out.<br>
<img src=img/ball/mouthcum.webp>
<<print say("genman2","Keep it in your mouth, don’t swallow it, bitch!")>>
He waited a couple seconds until the whole load was out and then he pulled out his dick.
<<print say("genman2","Aurora, insert back the butplug in Cindraella’s ass.")>>
She then took my butplug, put a lube on it and began to push it inside. My ass was still stretched from he fucking so it was not problematic.
<<print say("genman2","Now share my cum with Aurora, but don’t swallow it yet, ladies.")>>
I leaned towards Aurora and with my mouth full of semen I kissed her and transferred a portion of it into Aurora’s mouth.<br>
<img src=img/ball/ckiss.webp>
<<print say("genman1","Very well. Now, once I say three you will both swallow it at the same time and stick out your tongues, sluts. One… Two… Three.")>>
Once he said three we both swallowed the load and stuck tongues out as a proof.
<<print say("queen","I am impressed. Very good job, both of you, ladies.")>>
I could not get rid of the taste from my mouth.
<<print say("queen","My dearest guests!")>>
Mrs Williams again shouted at the crowd.
<<print say("queen","That would be all for today. Thank you very much again for wonderful evening and see you soon again!")>>
Big applause echoed throughout the hall.<br>
[[The ball finishes->BallFinish9]]
<<run $player.doneClasses.push("Sex105")>>
<<run $player.availableClasses.push("releaseClass103")>>
<<if $player.breast==0>>
<img src='img/clinicBedroom1.jpg' width=75% /><br>
<<else>>
<img src='img/clinicBedroom2.jpg' width=75% /><br>
<<endif>>
Finally this whole thing was over. The thug grabbed my hands and helped me to my bedroom. the drug seemed to weaken a little. We entered my room and he helped me sit on the bed and sat next to me.
<<print say("thug","Have I told you how beautiful you are today?")>>
He put his hand on my leg.
<<print say("cindra","Please no…")>>
I could finally say something.
<<print say("thug","Don’t be so shy. I bet you still feel the taste of cum in your mouth.")>>
He ran his hand under my skirt and lifted it.
<br>
<img src=img/ball/maid_lookDown.jpg>
<br>
<<print say("thug","I like your legs.")>>
He started to caress my legs and occasionally he also touched my caged cock. I tried to push his hand away but the drug was still preventing me from moving.
<<print say("thug","I think we can have some fun now.")>>
<<print say("cindra","No please…")>>
<<print say("thug","Listen princess, I can take you to your mother for a short visit. Or not. It all depends on your behavior and your…sympathies for me.")>>
He took my hand and pushed it on his crotch. Fortunately his radio came alive.
<<print say("genman3","Room 17, emergency transport to infirmary.")>>
<<print say("thug","Shit, I hoped for a romantic evening. nevermind, I will wait.")>>
He said and left. Finally a bit of luck was on my side.<br>
I don’t know how long I was sitting there but after some time I felt that I was slowly regaining control over my body. I lay down on the bed and waited a couple more minutes to be sure that I could at least stand for a while.<br>
I took of my heels and went to the bathroom.<br>
[[Go to bathroom->BathroomAfterBall]]
<<if $player.breast==0>>
<img src='img/bathroom2.jpg' width=75% /><br>
<<else>>
<img src='img/bathroom3.jpg' width=60% /><br>
<<endif>>
First I got rid of the gloves and threw them to the corner. I unzipped the dress and let it slide down to the ground. Then I released the stockings from the garter belt and took them off. Next came off the bra and all the jewelry. Before I literally jumped into the shower I had to get rid of the terrible taste of cum in my mouth. <br>
I brushed my teeth, including my tongue three times until I felt only the tooth paste. I also noticed that I was still wearing the wig, so I threw it away too together with my panties. Finally I entered the shower and enjoyed the peace.<br>
[[Take nightdress and sleep->EOS2]]
<h1>This is end of stage two</h1>
The life of our hero went completely bottom up - being locked up in the clinic, being forced to dress like girl, behave like girl, having sex with men and who knows what else the life will bring next…<br>
<br><br>
<<run S3trasition()>>
[[Sleep->BOS3]]<img src='img/clinicBedroom2.jpg' width=75% /><br>
<<if $day % 7==0>>
<<else>>
<<print S3_sleepClinic()>>
<<endif>>
<img src='img/bathroom3.jpg' width=60% /><br>
<<if $day % 7==0>>
<<print printAvailableReleaseClasses()>>
<<else>>
<<print S3_sleepClinic()>>
<<endif>>
<img src='img/clinicBedroom2.jpg' width=75% /><br>
<<if $player.hormonesTaken==false && $player.permanentTasks.contains("Take female hormones")>>
[[Take female hormones->S3_TakeHormones]]<br>
<<endif>>
<<if $time >=7 && $time<21>>
[[Leave->S3_Corridor]]<br>
<<else>>
Too late to go out<br>
<<endif>>
<<if $time>=20>>
<<if $player.punishmentNeeded>>
[[Punishment->S3_Disciplinary]]
<<else>>
<<if $player.arousal>=100>>
<<if $player.clothing.toyFront>>
[[Sleep till morning->S3_Sleep]]<br>
<<else>>
Too aroused to sleep
<<endif>>
<<else>>
[[Sleep till morning->S3_Sleep]]<br>
<<endif>>
<<endif>>
<<else>>
<br><br><br>
Spend the time<br>
<<button "4:00" "S3_Bedroom">><<script>>addTime(4);<</script>><</button>>
<<button "8:00" "S3_Bedroom">><<script>>addTime(8);<</script>><</button>>
<<button "14:00" "S3_Bedroom">><<script>>addTime(14);<</script>><</button>>
<<if ($debug==true)>>
<<button "Do all daily tasks and pass time" "S3_Bedroom">>
<<run addTime(14)>>
<<run $player.dailyTasks.length=0 >>
<</button>>
<<endif>>
<<endif>>
<br><br>
<br><br>
<<if ($player.doneClasses.contains('Air103'))>>
<h1>Well, it seems that you are at the end of current content. Thanks a lot for playing.<br><br>If you think it deserves a like, please like it on tfgames. This is something that helps me to continue.<br><br>If you think it deserves a reward, you can visit my Patreon page on https://www.patreon.com/ladynicole </h1>
<<endif>>
<<print say("queen","Ladies and gentleman the next game is ready to begin. Its name is Find the match. Both princesses will play the game and the looser will have to do something special.")>>
We both stood up and went to the stage because we recalled very well what may happen if we do not obey immediately. We again held each other and slowly moved.<br><img src='img/ball/12.jpg'><br>
<img src='vids/takeHormones.gif'>
<br>
<<set $player.hormonesTaken=true>>
<<if $player.DailyRoutinesAvailable.contains("Take hormones")==false>>
<<run $player.DailyRoutinesAvailable.push("Take hormones")>>
New item in daily routine available.<br>
<<endif>>
[[Return->S3_Bedroom]]<<print printRoutine()>>
[[Return->S3_Bedroom]][[Watch porn->S3_WatchPornClinic]]<br>
[[Turn off computer->S3_Bedroom]]At least I can access porn sites<br>
<<print printPornThemesNEW()>>
<br><br>
[[Return->S3_Bedroom]]<img src='img/clinicCorridor.jpg' width=75% /><br>
[[Bedroom->S3_Bedroom]]<br>
[[Classroom->S3_Classroom]]<br>
<<print printAvailableClasses()>>
[[Return->S3_Bedroom]]
<img src="img/gym.jpg">
<br>
<<if $player.dailyTasks.contains("Fitness class")>>
[[Change into workout outfit->S3_GymChangeFemale]]
<<else>>
<p>I don't have fitness class today</p>
<<endif>>
<br><br>
[[Return->S3_Corridor]]<img src="img/hotelCleaningService.jpg">
<br>
<<if $player.dailyTasks.contains("Room cleaning")>>
[[Change into maid uniform->S3_MaidChange]]<br>
<<else>>
<p>I don't have to clean the rooms today</p>
<<endif>>
<br>
[[Return->S3_Corridor]]<img width=50% src='img/wearingPanties.gif'/><br>
Next I took the bra and put it on.<br>
<img width=50% src='img/wearingBra.jpg'/><br>
Next were the stockings. I felt that every time I put them on it took less time.<br>
<img width=50% src='img/wearingNylons.gif'/><br>
Now I took the dress and fastened it on the back<br>
<video width=50% src='img/wearingMaidDress.mp4' autoplay loop></video><br>
Now was the turn for all the accessories - headband, gloves and the choker<br>
<img width=50% height=50% src='img/wearingGloves.gif'/><br>
And the last thing were the black pumps<br>
<img width=50% src='img/wearingHeels.gif'/><br>
<<run wearSet("clothesSetMaid")>>
[[Clean the rooms->S3_RoomCleaning3]]<br>
<<print printMaidClass()>><img src=img/gymLocker.jpg><br>
I changed back to my regular clothes.<br>
<<run wearSet('clothesSet1')>>
[[Return->S3_Corridor]]
<img src='img/gymlocker.jpg'/>
<br>
<<run wearSet("clothesSetGymFemale")>>
[[Workout->S3_FitnessClass2]]
<<print printFitnessClass()>><video loop src="vids/gymShower.mp4" autoplay></video><br>
[[Change back->S3_GymChangeBack]]<img src='img/gymlocker.jpg'/>
<br>
<<run wearSet("clothesSet1")>>
[[Leave->S3_Corridor]]
Nothing to buy here for now<br>
[[Return->S3_Bedroom]]<<print printClass("Air class")>>