<div class="bimbo title">''WARNING''</div>
This game explores adult themes and ideas, including Transformations and Mind Control.
<br><br>
It also involves sexual scenes and encounters of both Male on Female and Male on Male encounters.
<br><br>
If any of these subjects are not to your liking please do not play this game.
<hr>
<<button [[Continue|Introduction]]>><</button>>
<div style="text-align: left;">
''Name:'' $player.name<br>
''Day:'' $day<br>
''Resistance:'' $resistance
</div>
<div class="message">
<<if $prologue is false>>
<a data-passage="Examine Me" class="link-internal link-image">
<img @src="'images/player/player-' + $transformation + '-portrait.png'"
width=100% align="center">
</a>
<<else>>
<img @src="'images/player/player-' + $transformation + '-portrait.png'"
width=100% align="center">
<</if>>
</div>
<<if $prologue is true>>
<div style="text-align: left;"><div class="bimbo_smol">''$prologue_text''</div></div>
<<else>>
<<if $plot.doll is true>>
<<if $plot.button is true>>
<span class="blink">
<a data-passage="Press the Button" class="link-internal link-image">
<div class="icon">
<img @src="'images/chat/doll-' + $dollstate + '-chat.png'">
</div>
</a>
</span>
<<else>>
<a data-passage="The Doll" class="link-internal link-image">
<div class="icon">
<img @src="'images/chat/doll-' + $dollstate + '-chat.png'">
</div>
</a>
<</if>>
<</if>>
<<button [[My Stuff]]>><</button>>
<</if>>
<img src="images/ui/nandi logo.png" style="width:60%"><div class="pic">
<img src="images\ui\the doll-title.png">
</div>
<div class='bimbo title'>''THE DOLL''</div>
You are Jake. A "self-focused" guy. You have just recently broken up with Samantha, your girlfriend for seven months. She was a bit too controlling for your tastes and had to cut it off with her.
<br><br>
She didn't seem to take the breakup too well. She said something like:
<br><br>
<<speak left "''Samantha''" "sam">>''"You're going to regret this Jake! If you won't be my boyfriend, you'll be no one's boyfriend!"''<</speak>>
<br>
You laughed at that. What a controlling nut case.
<br><br>
Anyway, you're just relaxing in your apartment, watching SportsCenter.
<br><br>
//You've just sat down to watch the sports when the doorbell rings, looks like someone has sent you a package.//
<hr>
<<button [[Collect the package]]>><</button>>
<<set $prologue_text to "INTRODUCTION">>
<<include DefinePlayer>>
<<include DefinePlot>>
/* Prologue */
<<set $prologue to true>>
<<set $prologue_text to "WARNING">>
/* Chat */
<<set $pimage to "playerzero">>
<<set $dimage to "dollzero">>
/* Story * /
<<set $day to "One">>
<<set $resistance to 0>>
<<set $transformation to 0>>
<<set $dollstate to 0>>
<<set $inventory_empty to 0>>
<<set $corruption to false>>
<<set $corrlevel to 0>>
<<set $bedtime_two to false>>/* Chat box */
<<widget "speak" container>>
<div @class="'speak speak-'+_args[0]">
<<if _args[2]>><img @src="setup.face[_args[2]]"/><</if>>
<div class="message"><<print _args[1]>><div style="border-top: 2px solid #bc6fcb; margin: 5px 5px"></div>_contents</div></div>
<</widget>>
/* Inventory */
<<widget "inventory">>
<<set $inventory_empty += 1>>
<<replace "#story-caption">><<display "StoryCaption">><</replace>>
<</widget>>
<div class="pic">
<img src="images\the doll\doll-0.png">
</div>
<div class='bimbo'>''Collect the package''</div>
You open the door and find a package sitting in front of your apartment. You take the package into your living room and close the door.
<br><br>
You rip open the package hoping for something exciting.
<br><br>
Instead, you find a toy doll. A girl's doll wearing a fancy business suit.
<br><br>
That's strange, you think to yourself. Someone must have dropped it at your apartment by mistake.
<br><br>
Oh well, you think, I'll ask around later who's expecting a doll.
<br><br>
//Just as you finish up you hear your doorbell ring again.//
<hr>
<<button [[Answer the Door]]>><</button>>
<<set $prologue_text to "Collect the package">><div class="pic">
<img src="images\characters\tina-1-portrait.png">
</div>
<div class='bimbo'>''Answer the Door''</div>
You open the door and find your neighbor Tina standing outside your door.
<br><br>
<<speak left "Tina" tinaone>>''"Hey Jake, how's it going?"'' She asks. You and Tina have been friends for two years now, ever since you moved into the apartment.<</speak>>
<br>
<<speak right "$player.name" $pimage>>''"Pretty good Tina, come on in. I'm just relaxing,"'' you say.<</speak>>
<br>
<<speak left "Tina" tinaone>>She comes into your living room. ''"I saw some lady dropping off a package at your door,"'' Tina says.<</speak>>
<br>
<<speak right "$player.name" $pimage>>''"Oh yeah, someone left a strange doll here. I guess they got the wrong address."'' You respond.<</speak>>
<br>
<<speak left "Tina" tinaone>>''"Can I see it? That sounds really strange,"'' she comments.<</speak>>
<hr>
<<button [[Show the Doll to Tina|Tina Doll 1]]>><</button>>
<<set $prologue_text to "Meet Tina">><<set $player={
name : "Jake Blaine",
face : "handsome young",
gender : "man",
height : "5ft 8in",
figure : "tall.",
hairlength : "short",
hair : "brown",
eyes : "brown eyes",
body : "toned body of a relativity fit young man.",
chest : "",
legs : "",
clothes : "a t-shirt and jeans.",
boobs : 0,
}>><div class="pic">
<img src="images\characters\event\t1.jpg">
</div>
<div class='bimbo'>''Show Doll to Tina''</div>
You hand the doll over to Tina.
<br><br>
As you pass it over, you accidentally push a button on the back of the doll.
<br><br>
<<speak left "The Doll" $dimage>>The doll speaks while facing Tina, ''"You're a dirty girl, aren't you?"'' The doll giggles out in its cute doll-like voice.<</speak>>
<br>
<<speak right "Tina" tinaone>>''"I'm a dirty girl,"'' Tina responds blankly.<</speak>>
<br>
<<speak left "$player.name" $pimage>>''"Yeah, what a weird doll,"'' you say to Tina.<</speak>>
<br>
That's when you notice a blank look on her face.
<hr>
<<button [[Tina are you okay?|Tina Doll 2]]>><</button>>
<<set $prologue_text to "Show Doll to Tina">><div class="pic">
<img src="images\characters\event\t2.jpg">
</div>
Tina holds the doll in her hands and pushes the button again.
<br><br>
<<speak left "The Doll" $dimage>>''"You like to strip, don't you, dirty girl? Go ahead and strip."'' The doll giggles again.<</speak>>
<br>
<<speak right "Tina" tinaone>>''"I like to strip. I am a dirty girl."'' Tina repeats and begins to remove her shorts.<</speak>>
<br><br>
<<speak left "$player.name" $pimage>>//''"Oh my god,"''// you think to yourself. //''"What's going on here?"''// You stare at Tina amazed.<</speak>>
<hr>
<<button [[Carry on watching|Tina Doll 3]]>><</button>><div class="pic">
<img src="images\characters\event\t3.jpg">
</div>
Tina once again pushes the button.
<br><br>
<<speak left "The Doll" $dimage>>@@.doll;''"You don't need that shirt on, silly girl!"''@@ The doll giggles again.<</speak>>
<hr>
<<button [[What's happening?|Tina Doll 4]]>><</button>><div class="pic">
<img src="images\characters\event\t4.jpg">
</div>
Tina once again pushes the button.
<br><br>
<<speak left "The Doll" $dimage>>''"Jake wants you to remove your bra!"'' The doll says in a more commanding voice.<</speak>>
<br>
How the heck does this doll know your name? You're starting to get a bit nervous but watch in fascination as Tina seems to do the doll’s will.
<hr>
<<button [[Do what?|Tina Doll 5]]>><</button>><div class="pic">
<img src="images\characters\event\t5.jpg">
</div>
Tina once again pushes the button.
<br><br>
<<speak left "The Doll" $dimage>>''"Your panties too, you slut!"'' The doll says forcibly, commanding Tina.<</speak>>
<hr>
<<button [[What!?!|Tina Doll 6]]>><</button>>
<div class="pic">
<img src="images\characters\event\t5a.jpg">
</div>
Tina once again pushes the button.
<br><br>
<<speak left "The Doll" $dimage>>''"Good girl, now give Jake a nice view!"'' The doll says forcibly, commanding Tina.<</speak>>
<hr>
<<button [[Wait What?|Tina Doll 7]]>><</button>>
<div class="pic">
<img src="images\characters\event\t6.jpg">
</div>
Tina once again pushes the button.
<br><br>
<<speak left "The Doll" $dimage>>''"Now set me down and let Jake have his way with you!"'' The doll says forcibly, commanding Tina.<</speak>>
<br>
<<speak right "Tina" tinaone>>She sets the doll down and says seductively, ''"Come on, Jake! I'm ready for you!"''<</speak>>
<br>
Well, who are you to turn down an invitation like that?
<br><br>
You and Tina have wild sex. She is wild and hot and quickly orgasms.
<br><br>
<<speak left "Tina" tinaone>>She looks around and comes to her senses shortly afterward and says, ''"Oh my god, why did I just do that?"'' She quickly grabs her clothes and runs out of your apartment.<</speak>>
<hr>
<<button [[What just happened?|Press the Button]]>><</button>>
<<set $plot.doll to true>><<set $plot=
{
doll: false,
button: false,
sleep: false,
tucked: false,
light: false,
clothes_keepfit: false,
clothes_work: false,
brad: false,
brad_doll: false,
brad_conditioned: false,
lock:false,
}>><div class="pic">
<img @src="'images/the doll/doll-' + $dollstate + '.png'">
</div>
<<switch $dollstate>>
<<case 0>>
Feeling some sort of compulsion you pick up the doll and press the
button on her back.
<br><br>
<<speak left "The Doll" $dimage>>''"You love having me around,
don't you, Jake?"'' The doll giggles<</speak>>
<br>
You absently nod. //Wait no that isn't right?//
<br><br>
<<speak right "The Doll" $dimage>>@@.doll;''"You like the way I
made Tina do what I wanted?"''@@ she continues.<</speak>>
<br>
You nod again. //Why am I just agreeing like this?//
<br><br>
<<speak left "The Doll" $dimage>>@@.doll;''"Good, I can help
you even more!"''@@ She says excitedly, @@.doll;''"But, you're
tired now, aren't you?"''@@ She states.<</speak>>
<br>
//I shouldn't be listerning to her orders, something is wrong
here..//
<br><br>
<<speak right "The Doll" $dimage>>She states.@@.doll;''"Let's
go to bed and rest. And don't forget to tuck me in with
you."''@@ She giggles.
<</speak>>
<hr>
<<set $prologue_text to "Press the Button">>
<<button [[Bedtime I guess?|Prologue Bedroom]]>>
<<set $prologue to false>>
<</button>>
<<case 1>>
<<speak left "The Doll" $dimage>>''"Morning."'' the
Doll is bubbly, even at this time of the morning.
''"Work-out time."''<</speak>>
<br>
Bleary eyed you notice that the costume she's wearing is a
little workout suit.
<br><br>
<<speak right "The Doll" $dimage>>''"I'm ready; let's
get that toned body that the girls love."''<</speak>>
<<set $plot.button to false>>
<<set $plot.clothes_keepfit to true>>
<<set $DollState to 2>>
<hr>
<<button [[Return|$return]]>><</button>>
<<case 2>>
<<set $DollState to 3>>
Whilst Brad is settling down, you quietly press the button.
<br><br>
<<speak right "The Doll" $dimage>>''"Brad won't understand your radical
footwear. But I can fix that, just show me to him."''<</speak>>
<<set $plot.button to false>>
<<set $plot.brad_doll to true>>
<hr>
<<button [[Return|Consider your Options]]>><</button>>
<</switch>> <div class="pic">
<img src="images\locations\Bedroom.png">
</div>
<div class='bimbo'>''Bedroom''</div>
Since moving in you've carefully remodeled this bedroom so it's a fairly classy, but minimalistic room. As you've always said if you're in bed, for whatever activity, you're not going to be interested in the decor!
<br><br>
Samantha hated it, being one for knick-knacks everywhere, so it's somewhat ironic that you're standing here wondering if you should tuck in this doll or not...
<hr>
<<button [[Tuck in the Doll|Sleep, Doll]]>><</button>>
<<button [[Sleep|Sleep, Night One]]>><</button>>
<div class='bimbo'>''My Stuff''</div>
You are carrying:<br>
<div style="text-indent: 2em;">
<<if $inventory_empty eq 0>>
Nothing.<br>
<<else>>
Stuff
<</if>>
</div>
<hr>
<<button [[Return|$return]]>><</button>>
<div class="pic">
<img @src="'images/the doll/doll-' + $dollstate + '.png'">
</div>
<div class="bimbo">''The Doll''</div>
A very strange and mysterious doll.
<hr>
<<if $plot.button is true>>
<<button [[Press the Button|Press the Button]]>><</button>>
<</if>>
<<button [[Return|$return]]>><</button>><div class="pic">
<img @src="'images/player/player-' + $transformation + '-portrait.png'">
</div>
<div class="bimbo">''$player.name''</div>
<hr>
A $player.face $player.gender, standing $player.height $player.figure
<br><br>
You have $player.hairlength $player.hair hair, $player.eyes and a $player.body $player.chest $player.legs
<br><br>
You are wearing $player.clothes
<hr>
<<button [[Return|$return]]>><</button>><<set $dollstate to 1>>
<div class="pic">
<img @src="'images/the doll/doll-' + $dollstate + '.png'">
</div>
<div class='bimbo'>''Tuck in the Doll''</div>
You feel a little strange but you tuck the doll in on one half of the bed, pulling the blankets up over her. You then proceed to get yourself ready for bed.
<br><br>
<<set $player.clothes = "pyjamas.">>
<<set $plot.tucked to true>>
<<set $plot.sleep to false>>
<<include "Sleep, Night One">>
<<set $dollstate to 1>>
<<if $plot.tucked is false>>
<div class="pic">
<img src="images/locations/Bedroom-night.png">
</div>
With some effort, you drop the doll, carefully, on the chair before
getting ready for bed. Tired after a weird day you hope that this will
make more sense after a good night's sleep.
<br><br>
<</if>>
<div class='bimbo'>''Go to Sleep''</div>
//You fall quickly in a fitful sleep, having very strange dreams. You dream about making love to many women, but you find yourself in the dream in a woman's body, pleasuring them as a woman, with your mouth, 69'ing the women, or grinding your pussies together. It feels wonderful in the dream, but you've never dreamed like this before.//
<br><br>
You're woken up by the sound of a package thumping on your Living Room floor.
<<if $plot.tucked is true>>
You groggily open your eyes, only to be staring into the plastic face of
the doll! She's even changed her clothes, though your tired brain can't
even comprehend how that's possible.
<<else>>
Looking to see where you left your cell you're greeted by the doll just
sitting there looking down at you! You have to suppress a little shudder,
this is not normal in the slightest!
<</if>>
<br><br>
You get the impression that she wants you to press her button to talk as if she has something important she wants to say about plans for this morning!
<<if $resistance is 0>>
<<if $plot.tucked is false>>
<<set $resistance +=1>>
<<else>>
<<set $resistance -=1>>
<</if>>
<</if>>
<<set $day to "Two">>
<<set $player.clothes = "pyjamas.">>
<<set $sleep to false>>
<<set $dimage to "dollone">>
<<replace "#story-caption">><<display "StoryCaption">><</replace>>
<hr>
<<button [[Get Up|Your Bedroom, day two]]>>
<<set $plot.button to true>>
<</button>><div class="pic">
<img src="images\locations\Bedroom.png">
</div>
<div class="bimbo">Your Bedroom</div>
Sunlight is streaming into the room, making your stylish white furniture glow with light. Great on a day like this, not so much when you're hungover. At least then you can use the remote to lower the blinds.
<<if $plot.lock is false>>
<br><br>
The sunlight also causes a little plink from the weird lock this
appartment block has fitted. This high up the window is only meant
for an emergency escape, so only opens when the temperature gets
above a certain temperature. Sometimes when the temperature gets warm
enough you can go stand on the fire escape and enjoy the breeze.
<<set $plot.lock to true>>
<</if>>
<<if $bedtime_two is true>>
<hr><<button [[Go to Bed|Go to Bed, day two]]>><</button>>
<</if>>
<hr>
<<button [[Walk in Closet]]>><</button>>
<<button [[Your Bathroom]]>><</button>>
<<button [[Your Lounge]]>><</button>>
<div class="pic">
<img src="images\locations\closet.png">
</div>
<div class="bimbo">Walk in Closet</div>
This is a very large walk-in closet. There are several interesting items here, including some stuff left from Samantha.
<<if $plot.clothes_keepfit is true and $plot.clothes_work is false>>
<br><br>
Your "side" of the wardrobe looks particularly bare right, you were
planning to lounge around for a few days so most of your stuff is at
the laundry down the street. Still, you should be able to scrounge
something up for whatever you have planned.
<hr>
<<button [[Search Hangers]]>><</button>><<button [[Search the Hamper]]>><</button>>
<</if>>
<hr>
<<button [[Your Bedroom|Your Bedroom, day two]]>><</button>><div class="pic">
<img src="images\locations\Bathroom.png">
</div>
<div class="bimbo">Your Bathroom</div>
<hr>
<<button [[Your Bedroom|Your Bedroom, day two]]>><</button>><div class="pic">
<img src="images\locations\Lounge.png">
</div>
<div class="bimbo">Your Lounge</div>
You'd like to say that this room was all your own work, but to be honest, all you bought was the couch and massive television.
<br><br>
Most of the other furniture was added by Samantha when she was here. She was particularly fond of the bookshelves full of weird books with strange symbols on the spines. Personally, you've never touched them.
<<if $plot.workout is true>>
<hr>
<<button [[Workout]]>><</button>>
<</if>>
<hr>
<<button [[Your Bedroom|Your Bedroom, day two]]>><</button>>
<<button [[Your Kitchen]]>><</button>>
<<if $plot.clothes_work is true>>
<<button [[Apartment Hallway]]>>
<<set $plot.doll to false>>
<</button>>
<</if>>
<div class="pic">
<img src="images\locations\Kitchen.png">
</div>
<div class="bimbo">Your Kictchen</div>
<hr>
<<button [[Your Lounge]]>><</button>> <div class="pic">
<img src="images\locations\Lounge.png">
</div>
<div class="bimbo">Workout</div>
Picking up the package the Doll mention, you unwrap it to see it's a workout DVD. After a few minutes of fumbling around you figure out how to load the disk so the television will play the thing.
<br><br>
Scrolling through the options you pick the full body workout, the hardest and something suitable for a man like you!
<br><br>
The rather attractive woman, dress in a rather tight workout clothes, tell you that the first exercise is to tone and shape your bust, then some exercises to tone the waist and tummy then finally, some exercises to shape the hips and ass. You generally ignore her comments and instead concentrate on the exercises, something about her voice keeps you in the zone and focused on completing the entire thing. After a few hours you're covered in sweat, a sign of a good workout.
<br><br>
After a rather long luxurous shower, which you can't help but admire your figure, though it's stupid to think you could change so much after just one workout session. Hearing the doorbell you pull on the t-shirt and jeans you wore yesterday and the trainers your wore for you're workout session.
//Then the door bell rings again.//
<<set $player.body to "lithe body of a relativly fit young man">>
<<set $player.height to "5ft 6in">>
<<set $dollstate to 2>>
<<set $dimage to "dolltwo">>
<<set $plot.workout to false>>
<<set $plot.brad_door to true>>
<<set $player.clothes = "a t-shirt and jeans.">>
<hr>
<<button [[Answer the door]]>><</button>><div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
<div class="bimbo">Answer the Door</div>
Opening the door you see your neighbor Brad, who you invited around to watch tonight's game. After the weirdness of the last few days you wonder if this is a good idea, what happened to Tina comes to mind.
<br><br>
But then again something fairly normal couldn't hurt and what's the worse that could happen?
<hr>
<<button [[Open the door for him]]>><</button>><<button [[Cancel the night]]>><</button>><div class="pic">
<img src="images\locations\corridor.png">
</div>
<div class="bimbo">Apartmrent Hallway</div>
The last few remnants of some work that was being done are still to be cleared away, but the place is looking better than it has for a long time.
<br><br>
Of the four or five apartments on this floor, you only know two, Tina who you don't want to visit right now, and Brad a sports bro that you often watch the game with.
<br><br>
But right now you don't have time to pop round, you have a mysterous doll shape problems to workout. Actually you're surprised that she stayed inside the apartment rather than having her carry you around.
<hr>
<<button [[Your Lounge]]>>
<<set $plot.doll to true>>
<</button>>
<<button [[Go to the office]]>>
<<set $resistance += 1>>
<</button>><div class="bimbo">Search Hangers</div>
Look through your hangers, ignoring right off the bat the few remaining clothes of Samantha's, your eyes spy your emergency suit.
<br><br>
Your editor is a bit of a stickler and insists that if you're coming into the office to file an article you need to wear a suit (which is why you often work from home).
<br><br>
It also occurs to you that they magazine might have resources that could help you figure out just what's going on with the doll.
<hr>
<<button [[Put on the suit]]>><</button>><<button [[Return|$return]]>><</button>><div class="bimbo">Search the Hamper</div>
The hamper was something that Sam bought for the place, generally the floor was good enough for dirty laundry. You wouldn't normally look in the hamper, but it seems to be your last option for proper clothes.
<br><br>
Almost immediately you spy what you need: a set of shorts, a sports top, and a pair of sneakers. Perfect for a workout, if you were a girl. Part of you is suspicious about this good luck, the others wonder if it would matter if you wore it the once. After all, no one is going to see you dressed like this!
<hr>
<<button [[Put on the Clothes]]>><</button>>
<<button [[Keep Searching]]>><</button>>
<<button [[Return|$return]]>><</button>><div class="pic">
<img src="images\locations\closet.png">
</div>
<div class="bimbo">Put on the Clothes</div>
After a quick shower, you go back to the closet to put on the workout clothes.
<br><br>
You start with the pink shorts pulling them up your hairy legs until they’re snug against your not-insignificant package. Something in your brain briefly thinks that your ex-girlfriend's shorts shouldn’t fit before you discount this; they are tight after all.
<br><br>
The workout t-shirt isn't as bad, though it is pink and it doesn't cover your entire torso, instead of showing off your belly button. Something that for some reason amuses rather than alarms you.
<br><br>
Finally, you pull on the trainers, both pink and sparkly, you are a little surprised that you both have the same shoe size, though women's clothes sizes were still a mystery despite your efforts to buy her sexy underwear.
<br><br>
And now you guess you're ready to work out.
<<set $player.clothes = "a sports tops, shorts and trainers all in pink.">>
<<set $Resistance -= 1>>
<<set $plot.workout to true>>
<<set $plot.clothes_keepfit to false>>
<hr>
<<button [[Return|$return]]>><</button>><div class="pic">
<img src="images\locations\closet.png">
</div>
<div class="bimbo">Keep Searching</div>
You rummage through the hamper searching for something a little less girly.
<br><br>
After a good minute, it's like the hamper is fighting you, you find a football top that is not too bad, except for it being pink, and a pair of sweat pants.
<br><br>
It's not perfect but it will do.
<hr>
<<button [[Put on the original Clothes|Put on the Clothes]]>><</button>>
<<button [[Put on the New Clothes|Put on the Clothes 2]]>><</button>><div class="pic">
<img src="images\locations\closet.png">
</div>
<div class="bimbo">Put on the Clothes</div>
After a quick shower, you go back to the closet to put on the workout clothes.
<br><br>
First, you pull on the sports jersey, though it is pink and emboldened with Princess on the front and the number 01 on the back. Samantha had bought it to surprise you for a Super Bowl weekend that ended with you watching very little of the game, your team hadn’t made it anyway. Despite the color, it's still more manly than the other top you found before.
<br><br>
Whilst a more feminine cut the sweatpants are actually quite a comfortable fit, if it wasn’t for the juicy across the butt you could pretend that they’re just a pair of regular male pants.
<br><br>
Finally, as you couldn’t find any others so you have to wear the pink and sparkly trainers, you are a little surprised that you both have the same shoe size, though women's clothes sizes is still a mystery despite your best efforts to buy her sexy underwear.
<br><br>
And now you guess you're ready to workout.
<<set $player.clothes = "a pink sports jersey, sweatpants and trainers.">>
<<set $resistance += 1>>
<<set $plot.workout to true>>
<<set $plot.clothes_keepfit to false>>
<hr>
<<button [[Return|$return]]>><</button>><div class="pic">
<img src="images\locations\bathroom.png">
</div>
<div class="bimbo">Put on the Suit</div>
After a quick shower, you go back to the closet to put on the suit.
<br><br>
You start with the shirt, enjoying the feel of the silk against your skin. Maybe it's because you're still half asleep but it takes you halfway through buttoning the thing to realise that all your shirts are a cotton blend, and the buttons are on the wrong side. You're just as curious how one of Sam's blouses got there as you our how it fit's you so well. After looking at the thing in the mirror you figure it will be fine if you keep on the jacket.
<br><br>
Slacks are slacks at least and you easily pull them on, sliding then over your hairy legs. Smoothing them down you do wonder why you choose a pair with no pockets, maybe it's why you've kept them as your emergency pair?
<br><br>
Finally you slip on you shoes, you've never have laceups so you can quickly get them off when at a desk, and button up your jacket. You take one quick look in the mirror admiring how the cut of the jacket, pinching in at the waist, makes you board shoulders more impressive.
<hr>
<<set $player.clothes = "a ==shirt== blouse, jacket, slacks and a pair of slip on shoes.">>
<<set $Resistance += 1>>
<<set $plot.workout to false>>
<<set $plot.clothes_keepfit to false>>
<<set $plot.clothes_work to true>>
<<button [[Return|Your Bedroom, day two]]>><</button>>
<div class="pic">
<img src="images\locations\magazine office.png">
</div>
<div class="bimbo">Magazine's Offices</div>
Once the entire floor was taken up with desks full of eager reporters finding the best stories for various magazines, but times have been tough and it's been reduced to just this corner of the floor.
<br><br>
Instead, the few that remain work mostly from home, or out on the road, only coming into the offices for meets or extra research. So like now it's not unusual to find yourself the only person in the office.
<hr>
<<button [[Research the Doll]]>><</button>>
<<if not hasVisited ("Go to the office")>>
<<set $resistance +=1>>
<</if>><div class="pic">
<img src="images\locations\magazine office.png">
</div>
<div class="bimbo">Research the Doll</div>
The first hour or so is fairly fruitless, as you have to count out the various films and tv shows about curse doll, though it would be so much easier if it was switched to evil.
<br><br>
Then it's the various urban legends of cursed doll causing people and places to come to bad luck or even harm. Whilst this is more suitable to your situation all the details are frustraitingly vague, you keep coming back with a website that says they're all fake!
<br><br>
Whilst cleaning the coffee machine, a downside to a semi-active office, you think about the problem at hand. By the time you have your coffee, black as you had milk on the things to do list, you have a possible avenue of research.
<br><br>
Instead of looking for the doll itself why not look for people claiming it effected them?
<hr>
<<button [[More Research!]]>><</button>><div class="pic">
<img src="images\locations\magazine office.png">
</div>
<div class="bimbo">More Research!</div>
Your hunch turns out to be true, ever since the turn of the millenium there have been tales of four cursed doll that corrupt people, seemingly turning them into sex obsessed parodies of there former selves.
<br><br>
Or that's at least the claims of a Antropology Professor who used to specialise in such urban legends. The interesting part is why they're no longer a Professor...
<br><br>
A few years ago there was a scandal at the local university with a Professor who seems to have slept with just everyone there, even gathering a harem of like minded people. After it came to light the professor in question was fired, despite her claims she was under the influence of a mysterous doll.
<br><br>
Could be a long shot, but she is at least local, so you call in a favour and find her current address.
<hr>
<<button [[Let's go visit her!]]>><</button>><div class="pic">
<img src="images\characters\boneca-portrait.png">
</div>
<div class="bimbo">Professor Boneca</div>
You weren't sure what to expect but a rather pleasant house out in the suburbs wasn't the first place you'd go for a disgraced Professor. With a little trepidation you knock on the door, you're about to give this wild goose chase up when hear the locks of the door.
<br><br>
<<speak left "Boneca" boneca>>@@.boneca;''"Give me a minute I can't see anything without my glasses."''@@ a well spoken voice comes through a tiny gap in the door.<</speak>>
<br>
You weren't sure what you expected but this really wasn't it! The face suggests sensible woman with her bob haircut and glass, the rest of her scream sexyness. She has some of biggest boobs you've ever seen and a curvasous figure to match, which you can tell as she technically wearing a dressing gown but it's not fasturned over the sexy black underwear she's wearing. You've meet women who pull off the sexy librarian look, even dated one or two, but somehow she's next level.
<br><br>
<<speak right "Boneca" boneca>>She looks at you for a moment before raising a finely sculpted eyebrow. @@.boneca;''"Ah I see the problem here! You better come in and I'll explain everything!"''@@<</speak>>
<hr>
<<button [[In you go]]>><</button>>Stepping into the house you again see the clash of her two half, one part of the lounge is a regular rather twee room whilst the rest is set up for web streaming, and from the sex toys scattered about she's not a gamer.
<br><br>
<<speak left "Boneca" boneca>>@@.boneca;''"Not many job openings for a professor disgraced for fucking her students."''@@ she gives a little shrug @@.boneca;''"And don't worry it's a fairly quiet day, I not losing much."''@@<</speak>>
<br>
She bustles around insisting on getting you a coffee before sitting down as dainty as you like dropping into teacher mode.
<br><br>
<<speak right "Boneca" boneca>>@@.boneca;''"I can see that you're already aware that the dolls are magical unless that's how you normally dress..."''@@ she gestures to not as covered as you'd thought blouse @@.boneca;''"... not that I'm in a position to judge!"''@@<</speak>>
<br>
Your male ego is about to bristle when you remember that so far she's the only person who knows what's going on with you.
<br><br>
<<speak left "$player.name" $pimage>>@@.player;''"She seems to have some kind of influence over me, and others, if I concentrate I can fight her commands..."''@@ it's weird to put everything into words.<</speak>>
<br>
<<speak right "Boneca" boneca>>@@.boneca;''"Oh dear someone has primed it to focus on you! I'm afraid things are probably going to take days not weeks or months. I never did find out who enchanted them, but they're designed to be corrupt people... in a sexual manner..."''@@ she squirms apparently turned on by all this.<</speak>>
<br>
She suddenly springs and tries to start hustling you towards the door. Just the scent of her makes you almost instantly erect.
<br><br>
<<speak left "Boneca" boneca>>@@.boneca;''"I will find what I can, but you... you should go... unless..."''@@<</speak>>
<hr>
<<button [[Quickly Leave]]>><</button>>
<<button [[You'd rather stay...]]>><</button>><div class="pic">
<img src="images\characters\boneca-portrait.png">
</div>
You notice that as she gently guides you towards the door literal sparks are sparking where she's touching your shoulder.
<br><br>
<<speak left "$player.name" $pimage>>@@.player;''"Wha...?"''@@ you manage to start before she cuts you off.<</speak>>
<br>
<<speak right "Boneca" boneca>>@@.boneca;''"The magics are interacting with each other, they're somehow altering each other. It was probably a mistake for us to meet..."''@@<</speak>>
<br>
She literally pushes you over the threshold, panting as much from excitement as the physical exertion. You're still processing all this but the fact that you're tingling all over suggests that she might be right on that one.
<br><br>
<<speak left "Boneca" boneca>>@@.boneca;''"Don't come back here again, I don't think either of us could control ourselves next time. I'll know someone who might be able to help, I'll get them to visit you tomorrow."''@@<</speak>>
<br>
She then slams the door in your face, and the noises behind it suggest she's releasing all that pent-up sexual tension already. It is only then that you notice that the tingling is strongest around your chest, you've never had sensitive nipples before now, and groin though you've got enough self-control not to repeat what's happening to Bonecia.
<br><br>
As you make your way home the feelings subside, though you can't help but feel that something has fundamentally changed...
<hr>
<<button [[Go Home|Brad in the Hall]]>><</button>>
<<set $corruption to true>>
<<set $corrlevel to 1>>
<div class="pic">
<img src="images\characters\boneca-portrait.png">
</div>
You know you should leave right now, but with some morbid fascination, you turn back around to face Bonecia.
<br><br>
Without saying a word she smiles and pulls aside her panties as you drop to your knees and dive into her wet snatch. You've never done this for any of your other girlfriends, you'd always insisted it was the woman's job to please you, but from her moans it seems you're hitting the right spot.
<br><br>
After what seems like an age both of you cum at the same time, for you an all-over feeling that's more intense than you've ever experienced before.
<br><br>
Though you have little time to consider such things as she quickly hustles you out the door, slamming it quite definitely behind you!
<hr>
<<button [[Go Home|Brad in the Hall]]>><</button>>
<<set $corruption to true>>
<<set $corrlevel to 2>>
<div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
Getting back to your apartment hall you're more or less feeling like yourself, if not a little tired after today's excitement. Then with a groan, the bad kind, you see someone standing by your door.
<br><br>
It then you remember that you invited him over to watch the game tonight, something that seems a hundred years ago. For a moment you almost hide around the corner, not wanting to deal with this right now. But a part of you is yearning for something a little normal and more "manly".
<br><br>
Still, as you pop around the corner, waving at Brad, who gives a little wave back, maybe you shouldn't drag him into all this craziness, even if it's on the outskirts of the madness.
<hr>
<<button [[Invite him in]]>><</button>>
<<button [[Take a rain check]]>><</button>>
<<set $plot.workout to false>><div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
<<speak left "$player.name" $pimage>>@@.player;''"Hey sorry for being late, something came up at work"''@@ you offer weakly as an excuse.<</speak>>
<br>
<<speak right "Brad" brad>>@@.brad;''"No worries, I only just got here anywhere!"''@@ it's the kind of little white lie you use all the time.<</speak>>
<br>
For some reason as you reach the door you look up (weren't you the same height before?) into his face noticing for the first time what a cute smile he has. Your body tingles, and not completely like it did normally.
<br><br>
Ignoring it you guide him to the sofa as you go to grab the remote for the television, then still a little tired from the day you kick off your Mary Janes and fall into the couch beside him. As you do you "hear" a little surprised gasp, you didn't know you could actually say #@*&!!! as words but somehow the Doll manages it!
<br><br>
Not really caring you snuggle up against Brad, he stiffens for only a moment before placing his arm around you.
<hr>
<<if $corrlevel is 1>>
<<button [[Watch some television]]>><</button>>
<<else>>
<<button [[Get even closer]]>><</button>>
<</if>>
<<set $player.height to "5ft 6in">>
This day has just been exhausting and you don't have the energy to entertain tonight. Normally you'd man up a pretend to enjoy the company, but you don't even have the energy to fake it!
<br><br>
<<speak left "$player.name" $pimage>>@@.player;''"Sorry man had a crisis at work, any chance we can do this another time?"''@@<</speak>>
<br>
Brad gives you a concerned look, which causes a little flutter in your stomach.
<br><br>
<<speak right "Brad" brad>>@@.brad;''"Sure man, take it easy!"''@@<</speak>>
<br>
Closing your apartment door behind you you find you have even more to consider about today than you had earlier...
<hr>
<<button [[Your Lounge]]>><</button>>
<<set $bedtime_two to true>><div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
Turning on the first streaming platform you can find, feeling rather secure in Brad's arms, you spot a K-drama you and Sam starting to watch by accident. You remember it causing a massive argument, with you not wanting to watch any foreign crap, but for some reason now you want to watch the show.
<br><br>
You feel Brad is about to complain about something (wasn't there another reason why he visited tonight?), but he quickly gets into the show. Not even the captions bother either of you and you even managed to make out some of the words.
<br><br>
After an hour of the show, you begin to feel really tired again. Noticing you yawn Brad, being the gentleman, makes his excuses to leave.
<br><br>
Slipping off the couch, feeling like somehow it's gotten bigger during the last hour, you guide Brad to the front door risking standing on tippy toes to give him a chaste kiss on the cheek before he departs.
<hr>
<<button [[Call it a night?|Your Bedroom, day two]]>><</button>>
<<set $player.height to "5ft 4in">>
<<set $bedtime_two to true>><div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
Not really paying much attention to the screen you put on the first thing as you snuggle up to Brad.
<br><br>
You should have felt some embarrassment as you watch the busty Asian woman pull down her neighbor's boxers to reveal his rather large organ, but instead, you start feeling a little naughty you take it as inspiration.
<br><br>
Dropping down you fish out Brad's smaller, but still impressive cock and go to work on it with your mouth. You've never done this before but from his moans, you must be doing pretty well. Indeed so good he comes fairly quickly, well before the couple on the screen.
<br><br>
Whilst surprised you still manage to take all his cum, gulping it down as if it was the greatest thing in the world. You even give him a massive smile to show you've managed to swallow it all!
<br><br>
With a little kiss on the head, he show his appreciation, before leaving you to finish by yourself...
<hr>
<<button [[Call it a night?|Your Bedroom, day two]]>><</button>>
<<set $player.height to "5ft 4in">>
<<set $bedtime_two to true>><div class="pic">
<img src="images/locations/Bedroom-night.png">
</div>
<div class='bimbo'>''Go to Sleep''</div>
<<if $resistance lt 0>>
<<set $pimage to "playerthree">>
<<else>>
<<set $pimage to "playertwo">>
<</if>>
Again as you sleep, you dream erotic dreams. You’re at a strip club, a place you’ve been to several times for “research”. The crowd sits there in anticipation waiting for someone, someone special.
<br><br>
Then you realize it’s you, well not you, you’re in the body of a beautiful girl…no… woman. As you giggle down the stage, the crowd cheers and you drink in the admiration of your body. It makes you so horny. As you dance and twirl around the pole you get more and more aroused, until…
<br><br>
You wake up…
<br><br>
To the phone ringing, you bolt upright in bed and answer the phone.
<br><br>
<<speak left "$player.name" $pimage>>@@.player;''"Hello, Jake speaking"''@@ the name seems wrong, as does your voice.<</speak>>
<br>
<<speak right "Editor" editor>>@@.editor;''"Jake, are you okay? You sound weird. It's about your article"''@@<</speak>>
<br>
You don't really hear her because you've caught sight of your reflection in the mirror.
<br><br>
<<if $resistance lt 0>>
Staring back at you is a stunning face, a face of...
<br><br>
A woman! A quick check shows you’re still, just barely, a man. But
what to do with your editor, you owe him an article by Monday and
you have...
<br><br>
<<speak left "Editor" editor>>@@.editor;''"How did you do it?"''@@ you’re not sure so
you stay quiet, hoping she'll fill in the blanks @@.editor;''"I mean the Dollz. The
people, the celebrities that go there. You can't help but pick up some juicy gossip.
No celebrity columnist has ever managed to find it, let alone get
in..."''@@<</speak>>
<<set $player.eyes to "large brown eyes">>
<<set $transformation to 3>>
<<else>>
You put on your glasses to get a better look (do you wear glasses?)
and staring back at you is a stunning face, a face of...
<br><br>
A woman! A quick check show's you’re still, just, a man. But what
to do with your editor, you owe him an article by Monday and you
have...
<br><br>
<<speak left "Editor" editor>>@@.editor;''"How did you do it?"''@@ you not sure so
you say quiet, hoping she'll fill in the blanks @@.editor;''"I mean
Dollz is the most exclusive club going. No journalist has managed to
find it, let alone get in..."''@@<</speak>>
<<set $player.eyes to "large blue eyes behind fashionable
glasses">>
<<set $transformation to 2>>
<</if>>
<br>
But the rest is a blur. You let her finish, you need to work out what’s going on, starting with this anomalous source. Who’s cutely tucked in next to you...
<br><br>
''//To be continued...//''
<<set $day to "Three">>
<<set $player.clothes = "pyjamas.">>
<<set $sleep to false>>
<<replace "#story-caption">><<display "StoryCaption">><</replace>><div class="pic">
<img src="images\locations\Kitchen.png">
</div>
You open your apartment door and welcome Brad into your house.
<br><br>
<<speak left "$player.name" $pimage>>@@.player;''"Take a seat and fire up the game, I'll go grab us some beers."''@@<</speak>>
<br>
As you stroll towards the kitchen something about your balance seems slightly off. As you rest your hand on the counter, worried that you've come down with something you see what's happened your now wearing platform heels, making up for the height you've somehow lost!
<br><br>
Looking over you see the Doll just sitting on the counter next to you, a slightly smug look on her impassionate face. She's obviously got something to say about the situation...
<hr>
<<button[[Consider your Options]]>><</button>>
<<set $player.height to "5ft 4in">>
<<set $plot.doll to true>>
<<set $plot.button to true>>
<<replace "#story-caption">><<display "StoryCaption">><</replace>>
<<set $player.clothes = "a t-shirt and jeans. On your feet are a pair of platform heels.">><div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
As much as you want something relatively normal, until you figure out all this is probably not wise to tempt fate like this. You open the door a little and poke your head around.
<br><br>
<<speak left "$player.name" $pimage>>@@.player;''"Sorry somethings come up, raincheck?"''@@<</speak>>
<br>
If Brad is disappointed he doesn't show it, his face staying relatively neutral.
<br><br>
<<speak right "Brad" brad>>@@.Brad;''"Sure man, no worries!"''@@<</speak>>
<br>
Closing your apartment door you can't help but feel that you've dodged something here!
<hr>
<<button [[Your Lounge]]>>
<<set $resistance += 1>>
<</button>>
<<set $bedtime_two to true>>
<div class="pic">
<img src="images\locations\Kitchen.png">
</div>
<div class="bimbo">Consider your Options</div>
You've not known Brad that long, or that well and you're not sure how he'll react to you wearing these obviously feminine shoes. Then again they're just shoes and however they got on your feet they can just as easily be taken off.
<hr>
<<button [[Sit next to Brad]]>>
<<set $resistance += 1>>
<</button>>
<<button [[Kick off the Shoes]]>>
<<set $resistance += 1>>
<</button>>
<<if $plot.brad_doll is true>>
<<button [[Show the Doll to Brad]]>>
<<set $resistance -= 1>>
<</button>>
<</if>> <div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
<div class="bimbo">Show the Doll to Brad</div>
Surrenedering to the inevitable you wave the Doll towards Brad, whilst keeping behind the kitchen counter.
<br><br>
<<speak left "$player.name" $pimage>>@@.player;''"Hey Brad, I got sent this the other day. Any idea of who it’s for?"''@@<</speak>>
<br><br>
He takes the doll and looks at it intently.
<br><br>
<<speak right "Brad" brad>>@@.brad;''"Yeah cool, my niece has one of these. Hey look, it's got a button, does it speak?"''@@<</speak>>
<br><br>
Without waiting for an answer, he presses the button, when she doesn't speak he holds her up to his ear. Then the doll whispers something into Brad’s ear, and he goes glassy-eyed for a few seconds. Then she talks out loud.
<br><br>
<<speak left "The Doll" $dimage>>@@.doll;''"Brad understands now, why don't you show him your nice new shoes? Just snuggle up next to him on the couch."''@@<</speak>>
<br><br>
<<if $resistance lt 0>>
You snuggle up to Brad to watch the game together. He shows no
resistance or alarm at this, he even puts his arm around your
shoulders.
<br><br>
You feel a brief thrill, but hold back your response, after all,
you’re just a couple of guys watching the game. Once the game
finishes he thanks you and leaves you alone. But not before giving
a quick peck on the cheek.
<br><br>
You almost melt, but manage to hold out until he leaves the room.
You then punch the air in joy and do a little dance.
<<else>>
You both sit down together and watch the game with the full mix of
manly bonding. You feel a rush of strange urges towards Brad, you
never felt this before, you find Brad to be well... attractive.
<br><br>
You manage to bottle up these feelings and after the game's finished you bid
Brad a good night.
<</if>>
<<set $plot.brad_doll to false>>
<<set $bedtime_two to true>>
<<set $plot.brad_conditioned to true>>
<<set $plot.button to false>>
<hr>
<<button [[Consider your night|Your Lounge]]>><</button>>
<div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
<div class="bimbo">Sit next to Brad</div>
Consigning yourself to the inevitable you walk back over with the beer, trying, and failing, not to roll your hips when walking. Brad raises an eyebrow but doesn't say anything, not even when you sit down beside him on the couch, instinctively crossing your legs as you do so.
<br><br>
Indeed after that, he doesn't seem to pay any attention to your footwear, instead focusing on the game. If you weren't so distracted by your heels you'd probably enjoy this as a fairly regular night. And even then the night goes relatively quickly, with Brad being an enthusiastic guest before the game ends and he bids you a good night.
<hr>
<<button [[Consider your night|Your Lounge]]>><</button>>
<<set $plot.brad_doll to false>>
<<set $bedtime_two to true>>
<<set $plot.brad_conditioned to false>>
<<set $plot.button to false>>
<div class="pic">
<img src="images\characters\brad-portrait.png">
</div>
<div class="bimbo">Kick off the Shoes</div>
I mean they're just shoes you think as you try to kick them off, only to find they're securely attached to your feet. Cursing under your breath you drop down to see if it's some magic curse or just really tight boots.
<br><br>
<<speak left "Brad" brad>>@@.brad;''"You okay over there?"''@@ Brad calls over.<</speak>>
<br><br>
<<speak right "$player.name" $pimage>>@@.player;''"Yeah just dropped the bottle opener, won't be a second."''@@<</speak>>
<br><br>
Luckily it seems they're not magically glued to your feet, it's just a zip that you need to undo and they slide off easily. After taking them off you bounce back up acting as if everything's just fine. Brad gives you a weird look, but nothing too serious so you grab the two bottles and make your way back to the couch.
<br><br>
The difference in your height feels a little weird, but you feel lucky that you don't have to walk on tippy-toes or some other weird punishment. Making it to the couch you hand Brad the beer before sitting next to him, tucking your smoothly shaved legs (were you wearing shorts before?) and painted toenails.
<br><br>
You're mortified, expecting him to say something about your feminized feet, but after a quick glance, he doesn't say anything about it just returning his attention to the game. Indeed apart from feeling a little self-conscious, the entire game goes as normally as possible, right up until you bid Brad goodnight.
<hr>
<<button [[Consider your night|Your Lounge]]>><</button>>
<<set $plot.brad_doll to false>>
<<set $bedtime_two to true>>
<<set $plot.brad_conditioned to false>>
<<set $plot.button to false>>
<<set $player.clothes = "a t-shirt and shorts. ">>