<i>Well shit.</i>
It finally happened. All of your dumb decisions have come back to bite you in the ass.
[img[$imgDir + 'intro/overdue.jpeg']]
You thought you were set for life. When your last living relative died he left you his old mansion and a huge amount of cash. You dropped out of school and lived like a king. Parties, booze, drugs, you tried everything, and had a blast doing it. For a few years at least.
[img[$imgDir + 'intro/mansion.jpeg']]
Turns out that the money wasn't infinite, and now you are broke with no education, no job, and debts to pay. All you have left is this big ass mansion. If you don't turn your situation around fast then they will take that from you too. Why did nobody give you any warnings?
[img[$imgDir + 'intro/broke.jpeg']]
The first thing you tried was renting out a room in your oversized property. There wasn't much interest in a place that was basically falling apart so you had to lower the price several times. Eventually you did find someone, they moved in a few months ago. Though not everything has gone as planned.
[[Your first tenant]]
<<nobr>>
<<set $day = 1>> /* Day counter */
<<set $money = 150>> /* Player money */
<<set $debt = 5000>> /* Player debt */
<<set $debtpayment = 200>> /* Weekly payment amount */
<<set $energy = 2>> /* Player energy counter */
<<set $maxenergy = 2>> /* Player energy resets to this every day */
<<set $lauraenergy = 1>> /* Laura energy counter */
<<set $lauramaxenergy = 1>> /* Laura energy resets to this every day */
<<set $lauracorruption = 0>> /* Laura corruption counter */
<<set $laurafollowers = 48>> /* Laura follower counter */
<<set $playerstimesstreamed = 0>>
<<set $playerpersonality = 50>> /* Starts at neutral, dom/sub counter */
<<set $fitness = 0>> /* Player fitness counter */
<</nobr>>This is Laura. She's quiet and polite, cleans up after herself and she's nice to look at too. A perfect renter, except for one thing. She hasn't paid rent in months, which was kind of the whole point.
[img[$imgDir + 'intro/laura2.jpeg']]
When you were still swimming in cash you could overlook this fact, but now it's time to collect.
[[Go to her room]]Full of confidence you storm into her room, ready to give her a piece of your mind. If she doesn't start paying you're both at risk of getting evicted.
"Listen here Laura, I know I've been lenient in the past but enough is enough and-"
Looking more closely you stop dead in your tracks. She's standing in front of her laptop wearing some very skimpy clothing with her large cock just dangling out. You can see her webcam light is on.
[img[$imgDir + 'intro/lauracaught2.webp']]
When she finally notices you her eyes go wide and she quickly tries to cover up.
<span style="color: #e68be6;">"$playername? Oh shit, don't freak out, I can explain!"</span>
[[Hear her out]]<span style="color: #e68be6;">"Okay I know I'm a bit behind on my rent payments, nobody in town wants to hire me. I thought I'd try to make some money online but this shitty laptop camera is blurry and I barely get any tips."</span>
<span style="color: #e68be6;">"Please don't kick me out! I have nowhere else to go. I promise I'll make some money soon."</span>
She gives you her best smile trying to convince you.
[img[$imgDir + 'intro/laura4.webp']]
[[You have an idea]]"Maybe we can work something out. I'll forget about the rent for now and help you get started with your webcam business. In return, you give me part of the money you make. Sound good?"
<i>This is either the best or dumbest idea you've ever had.</i>
<span style="color: #e68be6;">"Really? You'd do that for me? Oh, thank you thank you thank you!"</span>
Laura gives you a surprise hug, her almost naked body pressing up against you.
<span style="color: #e68be6;">"Don't worry about a thing, with you as my manager we will be swimming in cash in no time. Who could resist assets like these?"</span>
[img[$imgDir + 'intro/laura3.webp']]
<i>First order of business, buying a better webcam.</i>
[[Get started->Home]]
<<set $daystilldebtpayment = 7>><<nobr>>
<<if ndef $vanniallroom>>
<<if $sararoom is not 1 and $izzyroom is not 1 and $vanniallrecruited>>
<<set $vanniallroom = 1>>
<<set $room1available = false>>
<</if>>
<</if>>
<<set _girlForRoom1 = setup.getGirlForRoomNumber(1)>>
<<set _room1Name = setup.getRoomName(1)>>
<<set _girlForRoom2 = setup.getGirlForRoomNumber(2)>>
<<set _room2Name = setup.getRoomName(2)>>
<<set _girlForRoom3 = setup.getGirlForRoomNumber(3)>>
<<set _room3Name = setup.getRoomName(3)>>
<<set _girlForRoom4 = setup.getGirlForRoomNumber(4)>>
<<set _room4Name = setup.getRoomName(4)>>
<<set _girlForRoom5 = setup.getGirlForRoomNumber(5)>>
<<set _room5Name = setup.getRoomName(5)>>
<<set _numberOfGirlsRecruited = setup.getNumberOfGirlsRecruited()>>
<div class="row">
<div class="column">
<a data-passage="Your Room" class="darken"><img src="resources/home/playerbedroom.webp" ><span>Your room</span></a>
</div>
<div class="column">
<a data-passage="Laura's Room" class="darken"><img src="resources/home/laurabedroom.png" ><span>Laura's room</span></a>
</div>
</div>
<div class="row">
<div class="column">
<a data-passage="HouseBathroom" class="darken"><img src="resources/home/bathroom.webp" ><span>Bathroom</span></a>
</div>
<<if _numberOfGirlsRecruited < 2>>
<<if $extraroom1decorated is true>>
<div class="column">
<a data-passage="Extra Room" class="darken"><img src="resources/home/extraroomdecorated.jpeg" ><span>Extra room</span></a>
</div>
<<elseif $extraroom1cleaned is true>>
<div class="column">
<a data-passage="Extra Room" class="darken"><img src="resources/home/extraroomempty.jpeg" ><span>Extra room</span></a>
</div>
<<else>>
<div class="column">
<a data-passage="Extra Room" class="darken"><img src="resources/home/extraroom.jpeg" ><span>Extra room</span></a>
</div>
<</if>>
<<else>>
<div class="column">
<a data-passage=_room1Name class="darken"><img src="resources/home/extraroomdecorated.jpeg" ><<if _girlForRoom1 is "Venus" or _girlForRoom1 is "Mos">>
<span>_girlForRoom1' room</span>
<<else>>
<span>_girlForRoom1's room</span>
<</if>></a>
</div>
<</if>>
</div>
<div class="row">
<div class="column">
<a data-passage="Outside" class="darken"><img src="resources/outside/outside.jpeg" ><span>Outside</span></a>
</div>
<<if _numberOfGirlsRecruited > 1>>
<<if $extraroom2cleaned is not true>>
<<switch $extraroom2progress>>
<<case 1>>
<div class="column">
<a data-passage="extraroom2" class="darken"><img src="resources/home/extraroom2slightlyclean.png" ><span>Extra room</span></a>
</div>
<<case 2>>
<div class="column">
<a data-passage="extraroom2" class="darken"><img src="resources/home/extraroom2veryclean.png" ><span>Extra room</span></a>
</div>
<<default>>
<div class="column">
<a data-passage="extraroom2" class="darken"><img src="resources/home/extraroom2.png" ><span>Extra room</span></a>
</div>
<</switch>>
<<else>>
<<if $extraroom2decorated is not true>>
<div class="column">
<a data-passage="extraroom2" class="darken"><img src="resources/home/extraroom2empty.png" >
<span>Extra room</span></a>
</div>
<<elseif _numberOfGirlsRecruited > 2>>
<div class="column">
<a data-passage="_room2Name" class="darken"><img src="resources/home/extraroom2decorated.png" ><<if _girlForRoom2 is "Venus" or _girlForRoom2 is "Mos">>
<span>_girlForRoom2' room</span>
<<else>>
<span>_girlForRoom2's room</span>
<</if>></a>
</div>
<<else>>
<div class="column">
<a data-passage="extraroom2" class="darken"><img src="resources/home/extraroom2decorated.png" ><span>Extra room</span></a>
</div>
<</if>>
<</if>>
<<else>>
<div class="column">
</div>
<</if>>
</div>
<<if $beautysaloninstalled is true or _numberOfGirlsRecruited > 2>>
<div class="row">
<<if $beautysaloninstalled is true and $beautysalondays > 2>>
<div class="column">
<a data-passage="Beauty Salon" class="darken"><img src="resources/home/management/beautysalon3.webp"><span>Beauty salon</span></a>
</div>
<<elseif $beautysaloninstalled is true>>
<div class="column">
<a data-passage="Beauty Salon" class="darken"><img src="resources/home/management/beautysalonunderconstruction.jpeg"><span>Beauty salon</span></a>
</div>
<<else>>
<div class="column">
</div>
<</if>>
<<if _numberOfGirlsRecruited > 2>>
<<if $extraroom3cleaned is not true>>
<<switch $extraroom3progress>>
<<case 1>>
<div class="column">
<a data-passage="extraroom3" class="darken"><img src="resources/home/extraroom3slightlyclean.png" ><span>Extra room</span></a>
</div>
<<case 2>>
<div class="column">
<a data-passage="extraroom3" class="darken"><img src="resources/home/extraroom3veryclean.png" ><span>Extra room</span></a>
</div>
<<default>>
<div class="column">
<a data-passage="extraroom3" class="darken"><img src="resources/home/extraroom3.png" ><span>Extra room</span></a>
</div>
<</switch>>
<<else>>
<<if $extraroom3decorated is not true>>
<div class="column">
<a data-passage="extraroom3" class="darken"><img src="resources/home/extraroom3empty.png" >
<span>Extra room</span></a>
</div>
<<elseif _numberOfGirlsRecruited > 3>>
<div class="column">
<a data-passage="_room3Name" class="darken"><img src="resources/home/extraroom3decorated.webp" ><<if _girlForRoom3 is "Venus" or _girlForRoom3 is "Mos">>
<span>_girlForRoom3' room</span>
<<else>>
<span>_girlForRoom3's room</span>
<</if>></a>
</div>
<<else>>
<div class="column">
<a data-passage="extraroom3" class="darken"><img src="resources/home/extraroom3decorated.webp" ><span>Extra room</span></a>
</div>
<</if>>
<</if>>
<<else>>
<div class="column">
</div>
<</if>>
</div>
<</if>>
<<if _numberOfGirlsRecruited > 3 or $venusrecruited is true>>
<div class ="row">
<<if $venusrecruited is true>>
<<if $bdsmdungeoninstalled is not true>>
<div class="column"></div>
<<else>>
<<if $bdsmdungeoninstalleddays < 4>>
<div class="column">
<a data-passage="bdsmdungeon" class="darken"><img src="resources/home/management/bdsmdungeon/bdsmdungeonunderconstruction.jpeg" ><span>BDSM Dungeon</span></a>
</div>
<<else>>
<div class="column">
<a data-passage="bdsmdungeon" class="darken"><img src="resources/home/management/bdsmdungeon/bdsmdungeon.jpeg"><span>BDSM Dungeon</span></a>
</div>
<</if>>
<</if>>
<<else>>
<div class ="column">
</div>
<</if>>
<<if _numberOfGirlsRecruited > 3>>
<<if $extraroom4cleaned is not true>>
<<switch $extraroom4progress>>
<<case 1>>
<div class="column">
<a data-passage="extraroom4" class="darken"><img src="resources/home/extraroom4slightlyclean.png" ><span>Extra room</span></a>
</div>
<<case 2>>
<div class="column">
<a data-passage="extraroom4" class="darken"><img src="resources/home/extraroom4veryclean.png" ><span>Extra room</span></a>
</div>
<<default>>
<div class="column">
<a data-passage="extraroom4" class="darken"><img src="resources/home/extraroom4.png" ><span>Extra room</span></a>
</div>
<</switch>>
<<else>>
<<if $extraroom4decorated is not true>>
<div class="column">
<a data-passage="extraroom4" class="darken"><img src="resources/home/extraroom4empty.png" >
<span>Extra room</span></a>
</div>
<<elseif _numberOfGirlsRecruited > 4>>
<div class="column">
<a data-passage="_room4Name" class="darken"><img src="resources/home/extraroom4decorated.jpeg" >
<<if _girlForRoom4 is "Venus" or _girlForRoom4 is "Mos">>
<span>_girlForRoom4' room</span>
<<else>>
<span>_girlForRoom4's room</span>
<</if>>
</a>
</div>
<<else>>
<div class="column">
<a data-passage="extraroom4" class="darken"><img src="resources/home/extraroom4decorated.jpeg" ><span>Extra room</span></a>
</div>
<</if>>
<</if>>
<</if>>
</div>
<</if>>
<<if $milkingstationinstalled is true or _numberOfGirlsRecruited > 4>>
<div class="row">
<<if $milkingstationinstalled is true>>
<<if $milkingstationinstalleddays < 4>>
<div class="column">
<a data-passage="Milking Station" class="darken"><img src="resources/home/management/milkingstation/milkingstationunderconstruction.jpeg" ><span>Milking station</span></a>
</div>
<<else>>
<div class="column">
<a data-passage="Milking Station" class="darken"><img src="resources/home/management/milkingstation/milkingstation.webp"><span>Milking station</span></a>
</div>
<</if>>
<</if>>
<<if _numberOfGirlsRecruited > 4>>
<<if $extraroom5cleaned is not true>>
<<switch $extraroom5progress>>
<<case 1>>
<div class="column">
<a data-passage="extraroom5" class="darken"><img src="resources/home/extraroom4slightlyclean.png" ><span>Extra room</span></a>
</div>
<<case 2>>
<div class="column">
<a data-passage="extraroom5" class="darken"><img src="resources/home/extraroom4veryclean.png" ><span>Extra room</span></a>
</div>
<<default>>
<div class="column">
<a data-passage="extraroom5" class="darken"><img src="resources/home/extraroom4.png" ><span>Extra room</span></a>
</div>
<</switch>>
<<else>>
<<if $extraroom5decorated is not true>>
<div class="column">
<a data-passage="extraroom5" class="darken"><img src="resources/home/extraroom4empty.png" >
<span>Extra room</span></a>
</div>
<<elseif _numberOfGirlsRecruited > 5>>
<div class="column">
<a data-passage="_room5Name" class="darken"><img src="resources/home/extraroom5decorated.jpeg" >
<<if _girlForRoom5 is "Venus" or _girlForRoom5 is "Mos">>
<span>_girlForRoom5' room</span>
<<else>>
<span>_girlForRoom5's room</span>
<</if>>
</a>
</div>
<<else>>
<div class="column">
<a data-passage="extraroom5" class="darken"><img src="resources/home/extraroom5decorated.jpeg" ><span>Extra room</span></a>
</div>
<</if>>
<</if>>
<</if>>
</div>
<</if>>
<<if $spainstalled is true or $freelancefloorinstalled is true>>
<div class="row">
<<if $spainstalled is true>>
<<if $spainstalleddays < 5>>
<div class="column">
<a data-passage="Spa" class="darken"><img src="resources/home/management/spaunderconstruction.jpeg" ><span>Spa</span></a>
</div>
<<else>>
<div class="column">
<a data-passage="Spa" class="darken"><img src="resources/home/management/spa.jpeg"><span>Spa</span></a>
</div>
<</if>>
<</if>>
<<if $freelancefloorinstalled is not true or $spainstalled is not true>>
<div class="column"></div>
<</if>>
<<if $freelancefloorinstalled is true>>
<<if $freelancefloorinstalleddays < 4>>
<div class="column">
<a data-passage="Freelance floor" class="darken"><img src="resources/home/management/freelancefloorunderconstruction.webp" ><span>Freelance floor</span></a>
</div>
<<else>>
<div class="column">
<a data-passage="Freelance floor" class="darken"><img src="resources/home/management/freelancefloor.webp"><span>Freelance floor</span></a>
</div>
<</if>>
<</if>>
</div>
<</if>>
<</nobr>>
<<nobr>>
<<set $lauracarpresent = false>>
<<if $introcomplete is not true>>
<<set $introcomplete = true>>
<</if>>
<<if _numberOfGirlsRecruited > 1 and $managementavailable is not true>>
<<goto managementtutorial>>
<</if>>
<</nobr>>
<<set $imgDir to 'resources/'>>
<<if ndef $vanniallroom>>
<<if $sararoom is not 1 and $izzyroom is not 1 and $vanniallrecruited>>
<<set $vanniallroom = 1>>
<<set $room1available = false>>
<</if>>
<</if>>You have an uneventful morning, ready to face the world
[[Home]]
<<nobr>>
/* Morning event triggers go here */
<<set _randomRecruitedGirl = setup.getRandomRecruitedGirl()>>
<<set _mansionRenown = setup.getMansionRenown()>>
<<if $daystilldebtpayment is 1>>
<<goto debtpayment>>
<<elseif $playerstreamingevent is not true and $laurawebcambought is true and $day > 2>>
<<goto playerstreamingevent>>
<<elseif $laurafollowers > 1000 and $laura1000followerscelebration is not true and $playerfeminized is not true>>
<<goto laura1000followerscelebration>>
<<elseif $saraaccepteddays > 1 and $sararecruited is not true>>
<<goto saraarrives>>
<<elseif $vaniallaccepteddays > 2 and $vanniallrecruited is not true>>
<<goto vanniallarrives>>
<<elseif $izzyaccepteddays > 1 and $izzyrecruited is not true>>
<<goto izzyarrives>>
<<elseif $venusaccepteddays > 2 and $venusrecruited is not true>>
<<goto venusarrives>>
<<elseif $mosaccepteddays > 2 and $mosrecruited is not true>>
<<goto mosarrives>>
<<elseif _mansionRenown > 2 and $policeevent1 is not true>>
<<goto policeevent1>>
<<elseif _mansionRenown > 4 and $policeevent2 is not true and $policevent1days > 6>>
<<goto policeevent2>>
<<elseif $venuscorruption > 9 and $venussalsaevent is not true>>
<<goto venussalsaevent>>
<<elseif $saracorruption > 9 and $saraplayerevent is not true and $playerfeminized is not true>>
<<goto saraplayerevent>>
<<elseif $vanniallcorruption > 9 and $vanniallfriendevent is not true>>
<<goto vanniallfriendevent>>
<<elseif $vanniallfollowers > 999 and $vanniallthankevent is not true and $playerfeminized is not true>>
<<goto vanniallthankevent>>
<<elseif $vanniallsuckevent is not true and $vanniallcorruption > 29 and $playerfeminized is not true>>
<<goto vanniallsuckevent>>
<<elseif $saraexevent is not true and $saracorruption > 24>>
<<goto saraexevent>>
<<elseif $izzygamingevent is not true and $izzycorruption > 9 and $playerfeminized is not true>>
<<goto izzygamingevent>>
<<elseif $moscorruptionevent is not true and $moscorruption > 9 and $playerfeminized is not true>>
<<goto moswonderwoman>>
<<elseif $hormonetreatmentdays > 13 and $hormonetits1event is not true>>
<<goto hormonetitsevent1>>
<<elseif $hormonetreatmentdays > 27 and $playerfeminized is not true>>
<<goto hormonetitsevent2>>
<<else>>
<<switch random(0,1)>>
<<case 0>>
<<goto Home>>
<<case 1>>
<<switch _randomRecruitedGirl>>
<<case "laura">>
<<switch random(0,7)>>
<<case 0>>
<<goto lauraevent1>>
<<case 1>>
<<goto lauraevent2>>
<<case 2>>
<<goto lauraevent3>>
<<case 3>>
<<goto lauraevent4>>
<<case 4>>
<<goto lauraevent5>>
<<case 5>>
<<goto lauraevent6>>
<<case 6>>
<<goto lauraevent7>>
<<case 7>>
<<goto lauraevent8>>
<</switch>>
<<case "vanniall">>
<<goto vanniallrandomevents>>
<<case "sara">>
<<goto sararandomevents>>
<<case "izzy">>
<<goto izzyrandomevents>>
<<case "venus">>
<<goto venusrandomevents>>
<<case "mos">>
<<goto mosrandomevents>>
<</switch>>
<</switch>>
<</if>>
<<if $daystilldebtpayment > 1>>
<<set $daystilldebtpayment = $daystilldebtpayment - 1>>
<</if>>
<<if $fitness > 22>>
<<set $leticiabonustrainingavailable = true>>
<</if>>
<</nobr>>It seems that clothes are optional in this house, even on the balcony.
[img[$imgDir + 'laura/events/random/laurabalconyflash.webp']]
<span style="color: #e68be6;"><i>Laura became more corrupted</i></span>
[[Home]]
<<set $lauracorruption++>>
<<set $lauraevent1 = true>>You find Laura in the middle of tanning, her tiny underwear unable to contain her swollen member.
<span style="color: #e68be6;">"Did you know that sunlight is supposed to be really good for your balls? I thought I'd try it out."</span>
[img[$imgDir + 'laura/events/random/lauratanning.webp']]
<span style="color: #e68be6;"><i>Laura became more corrupted</i></span>
[[Home]]
<<set $lauracorruption++>>
<<set $lauraevent2 = true>>Laura takes an early morning smoke break, her assets on full display.
<span style="color: #e68be6;">"Just keeping the goods in shape. Some clients pay big money for the largest cock they can find."</span>
[img[$imgDir + 'laura/events/random/laurasmoking.webp']]
<span style="color: #e68be6;"><i>Laura became more corrupted</i></span>
[[Home]]
<<set $lauracorruption++>>
<<set $lauraevent3 = true>>Laura spends some time outside taking a nap and enjoying nature.
[img[$imgDir + 'laura/events/random/laurarelaxing.webp']]
<span style="color: #e68be6;"><i>Laura has some extra energy today</i></span>
[[Home]]
<<set $lauraenergy++>>
<<set $lauraevent4 = true>>It's nice weather today and Laura takes advantage by visiting the local park.
[img[$imgDir + 'laura/events/random/laurarelaxing2.jpeg']]
<span style="color: #e68be6;"><i>Laura has some extra energy today</i></span>
[[Home]]
<<set $lauraenergy++>>
<<set $lauraevent5 = true>>Coming downstairs you find Laura in the middle of a healthy breakfast
[img[$imgDir + 'laura/events/random/laurabreakfast.webp']]
<span style="color: #e68be6;"><i>Laura has some extra energy today</i></span>
[[Continue->Home]]
<<set $lauraenergy++>>
<<set $lauraevent6 = true>>Coming downstairs you find Laura wearing a face mask.
<span style="color: #e68be6;">"Don't come too close, I think I caught a bug or something."</span>
[img[$imgDir + 'laura/events/random/laurasick1.webp']]
<span style="color: #e68be6;"><i>Laura can't work today</i></span>
[[Home]]
<<set $lauraenergy = 0>>
<<set $lauraevent7 = true>>In the kitchen you find Laura taking a short break. She didn't bother putting her clothes back on.
<span style="color: #e68be6;">"Don't worry hun, for you the show is free."</span>
[img[$imgDir + 'laura/events/random/laurakitchenflash.webp']]
<span style="color: #e68be6;"><i>Laura became more corrupted</i></span>
[[Home]]
<<set $lauracorruption++>>
<<set $lauraevent8 = true>>[img[$imgDir + 'home/playerbedroom.webp']]
[[Laptop]]
[[Mirror]]
[[Sleep]]
[[Leave->Home]][img[$imgDir + 'home/laurabedroom.png']]
<<nobr>>
<<if $laurawebcambought is not true>>
<a disabled><strike>Stream</strike> (You promised to buy her a new webcam)</a>
<<else>>
[[Tease]]
<br>
<<if $lauracorruption < 5>>
<a disabled><strike>Masturbate</strike> (Laura isn't corrupted enough)</a>
<<else>>
[[Masturbate]]
<br>
<</if>>
<<if $lauracorruption > 4>>
<<if $lauracorruption < 15>>
<a disabled><strike>Cumshow</strike> (Laura isn't corrupted enough)</a>
<<else>>
[[Cumshow]]
<br>
<</if>>
<</if>>
<<if $lauracorruption > 14 and $playerfeminized is not true>>
<<if $lauracorruption < 25>>
<a disabled><strike>Couple Show</strike> (Laura isn't corrupted enough)</a>
<<else>>
<<if $energy < 1>>
<a disabled><strike>Couple Show</strike> (You don't have enough energy)</a>
<<elseif $playercrossdressed is true>>
<a disabled><strike>Couple Show</strike> (Can't do this while crossdressed)</a>
<<else>>
[[Couple Show]]
<</if>>
<br>
<</if>>
<<else>>
<br>
<</if>>
<</if>>
<<if $playercrossdressedstream is true and $playerboughtlingeriesets is not true>>
<br>
<<if $money > 299 and $energy > 0>>
<<if $playercrossdressed is true>>
<a disabled><strike>Ask her to go lingerie shopping</strike> (Can't do this while crossdressed)</a>
<br>
<br>
<<else>>
[[Ask her to go lingerie shopping]]
<br>
<br>
<</if>>
<<else>>
<a disabled><strike>Ask her to go lingerie shopping ($300)</strike></a>
<br>
<br>
<</if>>
<</if>>
<</nobr>>
[[Back->Home]]<<nobr>>
It's a fresh day!
<br>
<br>
[img[$imgDir + 'home/sunrise.jpeg']]
<br>
<br>
<<if $lauraenergy > 0 and $laurawebcambought is true>>
<<set $earnings = random(12,15)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier * $lauraenergy)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura used her spare energy to stream and made you $ $earnings</i></span>
<br>
<br>
<<set $newfollowers = random(2,5)>>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</if>>
<<if $vanniallenergy > 0 and $vanniallrecruited is true>>
<<set $earnings = random(12,15)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier * $vanniallenergy)>>
<<set $money = $money + $earnings>>
<<set $newfollowers = random(2,5)>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings camming</i>
</span>
<br>
<br>
<</if>>
<<if $saraenergy > 0 and $sararecruited is true>>
<<set $earnings = random(12,15)>>
<<set $modifier = setup.getSaraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier * $saraenergy)>>
<<set $money = $money + $earnings>>
<<set $newfollowers = random(2,5)>>
<<set $sarafollowers = $sarafollowers + $newfollowers>>
<span style="color: #5F9EA0;"><i>Sara earned $ $earnings for you with her stream</i>
</span>
<br>
<br>
<</if>>
<<if $izzyenergy > 0 and $izzyrecruited is true>>
<<set $earnings = random(12,15)>>
<<set $modifier = setup.getIzzyEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier * $izzyenergy)>>
<<set $money = $money + $earnings>>
<<set $newfollowers = random(2,5)>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>>
<span style="color: #ffc857;"><i>Izzy earned $ $earnings for you with her stream</i>
</span>
<br>
<br>
<</if>>
<<if $venusenergy > 0 and $venusrecruited is true>>
<<set $earnings = random(12,15)>>
<<set $modifier = setup.getVenusEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier * $venusenergy)>>
<<set $money = $money + $earnings>>
<<set $newfollowers = random(2,5)>>
<<set $venusfollowers = $venusfollowers + $newfollowers>>
<span style="color: #bc4749;"><i>Venus earned $ $earnings for you with her stream</i>
</span>
<br>
<br>
<</if>>
<<if $mosenergy > 0 and $mosrecruited is true>>
<<set $earnings = random(12,15)>>
<<set $modifier = setup.getMosEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier * $mosenergy)>>
<<set $money = $money + $earnings>>
<<set $newfollowers = random(2,5)>>
<<set $mosfollowers = $mosfollowers + $newfollowers>>
<span style="color: #e6ccb2;"><i>Mos brought in $ $earnings with her show</i>
</span>
<br>
<br>
<</if>>
<<set $energy = $maxenergy>>
<<set $lauraenergy = $lauramaxenergy>>
<<if $vanniallrecruited is true>>
<<set $vanniallenergy = $vanniallmaxenergy>>
<</if>>
<<if $sararecruited is true>>
<<set $saraenergy = $saramaxenergy>>
<</if>>
<<if $izzyrecruited is true>>
<<set $izzyenergy = $izzymaxenergy>>
<</if>>
<<if $venusrecruited is true>>
<<set $venusenergy = $venusmaxenergy>>
<</if>>
<<if $mosrecruited is true>>
<<set $mosenergy = $mosmaxenergy>>
<</if>>
<<if $spainstalleddays > 4>>
<<set _randomRecruitedGirl = setup.getRandomRecruitedGirl()>>
<<switch _randomRecruitedGirl>>
<<case "laura">>
<<set $lauraenergy++>>
<<case "vanniall">>
<<set $vanniallenergy++>>
<<case "sara">>
<<set $saraenergy++>>
<<case "izzy">>
<<set $izzyenergy++>>
<<case "venus">>
<<set $venusenergy++>>
<<case "mos">>
<<set $mosenergy++>>
<</switch>>
<<set _randomRecruitedGirlCapitalized = setup.capitalize(_randomRecruitedGirl)>>
Spending some quality time at the spa gave _randomRecruitedGirlCapitalized extra energy for tomorrow.
<br>
<br>
<</if>>
<<if $freelancefloorinstalleddays > 3>>
<<set _earnings = random(20,40)>>
<<set $money = $money + _earnings>>
<i>The girls on the freelance floor made you $ _earnings today</i>
<br>
<br>
<</if>>
<<if $milkingstationinstalleddays > 3 and $milkingstationintrocomplete>>
<<set _milkobtained = random(2,3)>>
<<set $milkavailable = $milkavailable + _milkobtained>>
<i>The milking station produced _milkobtained bottles of cum</i>
<br>
<br>
<</if>>
<<if $playercrossdressed is true>>
You removed your hair and makeup before going to bed.
<br>
<br>
<<set $playercrossdressed = false>>
<</if>>
[[Start your day]]
<<set $lauracardisabled = false>>
<<set $day = $day + 1>>
<<set $laurashowered = false>>
<<set $lauralake = false>>
<<set $lauramalleat = false>>
<<set $workedout = false>>
<<set $playerclass = false>>
<<set $bathroomdailyevent = false>>
<<if $vanniallfriendeventongoing is true>>
<<set $vanniallfriendeventongoing = false>>
<</if>>
<<set $leticiaproteinshake = false>>
<<set $salonevent = false>>
<<if $vanniallbeautysalon is true and $playerfeminized is not true>>
<<set $vanniallbeautysalonfriendmail = true>>
<</if>>
<<set $relaxedatspa = false>>
<<set $milkdrank = false>>
<<if $nyxiemail1response is true>>
<<set $nyximail1counter = $nyximail1counter + 1>>
<</if>>
<<if $nyximail2response is true>>
<<set $nyximail2counter = $nyximail2counter + 1>>
<</if>>
<<if $applicationformsent is true>>
<<set $applicationformdays = $applicationformdays + 1>>
<</if>>
<<if $vaniallaccepted is true>>
<<set $vaniallaccepteddays = $vaniallaccepteddays + 1>>
<</if>>
<<if $saraaccepted is true>>
<<set $saraaccepteddays = $saraaccepteddays + 1>>
<</if>>
<<if $izzyaccepted is true>>
<<set $izzyaccepteddays = $izzyaccepteddays + 1>>
<</if>>
<<if $venusaccepted is true>>
<<set $venusaccepteddays = $venusaccepteddays + 1>>
<</if>>
<<if $mosaccepted is true>>
<<set $mosaccepteddays = $mosaccepteddays + 1>>
<</if>>
<<if $nyxidormavailable is true>>
<<set $nyxidormpresent = true>>
<</if>>
<<if $beautysaloninstalled is true and $beautysalondays < 3>>
<<set $beautysalondays++>>
<</if>>
<<if $spainstalled is true and $spainstalleddays < 5>>
<<set $spainstalleddays++>>
<</if>>
<<if $spainstalled is true and $spainstalleddays < 5>>
<<set $spainstalleddays++>>
<</if>>
<<if $freelancefloorinstalled is true and $freelancefloorinstalleddays < 4>>
<<set $freelancefloorinstalleddays++>>
<</if>>
<<if $bdsmdungeoninstalled is true and $bdsmdungeoninstalleddays < 5>>
<<set $bdsmdungeoninstalleddays++>>
<</if>>
<<if $milkingstationinstalled is true and $milkingstationinstalleddays < 5>>
<<set $milkingstationinstalleddays++>>
<</if>>
<<if def $dranktrainercumdays>>
<<set $dranktrainercumdays++>>
<</if>>
<<if $mosmemethreesome is true>>
<<set $mosapplication = true>>
<</if>>
<<if $spainstalleddays > 4 and $korrafuck2 is true>>
<<set $korraorgyinvitation = true>>
<</if>>
<<if $nyxifirstblowjob is true>>
<<if ndef $nyxifirstblowjobdays>>
<<set $nyxifirstblowjobdays = 1>>
<<else>>
<<set $nyxifirstblowjobdays++>>
<</if>>
<</if>>
<<if $nyxiencouraged is true>>
<<if ndef $nyxiencourageddays>>
<<set $nyxiencourageddays = 1>>
<<else>>
<<set $nyxiencourageddays++>>
<</if>>
<</if>>
<<if $nyxihorsedildo is true>>
<<if ndef $nyxihorsedildodays>>
<<set $nyxihorsedildodays = 1>>
<<else>>
<<set $nyxihorsedildodays++>>
<</if>>
<</if>>
<<if $nyximarcusvisited is true>>
<<set $nyximarcusvisited = false>>
<</if>>
<<if $nyxichastity is true>>
<<if ndef $nyxichastitydays>>
<<set $nyxichastitydays = 1>>
<<else>>
<<set $nyxichastitydays++>>
<</if>>
<</if>>
<<if $nyxichastityvibrator is true>>
<<if ndef $nyxichastityvibratordays>>
<<set $nyxichastityvibratordays = 1>>
<<else>>
<<set $nyxichastityvibratordays++>>
<</if>>
<</if>>
<<if $hormonetreatment is true>>
<<if ndef $hormonetreatmentdays>>
<<set $hormonetreatmentdays = 1>>
<<else>>
<<set $hormonetreatmentdays++>>
<</if>>
<</if>>
<<if $policeevent1 is true and $policevent1days < 7>>
<<set $policevent1days++>>
<</if>>
<<if $bbcsucked is true>>
<<if def $bbcsuckeddays>>
<<set $bbcsuckeddays++>>
<<else>>
<<set $bbcsuckeddays = 1>>
<</if>>
<</if>>
<<if $nyxiclubbingcompleted is true>>
<<if def $nyxiclubbingcompleteddays>>
<<set $nyxiclubbingcompleteddays++>>
<<else>>
<<set $nyxiclubbingcompleteddays = 1>>
<</if>>
<</if>>
<<if $nyxichastityfucked is true>>
<<set $nyxichastityoutside = true>>
<</if>>
<<if def $nyxigangbangsolodays >>
<<set $nyxigangbangsolodays++>>
<</if>>
<<set $playanotherweek = false>>
<</nobr>>
<<if $lauraenergy > 0>>
<<if $lauralush is true>>
<<set _end = 6>>
<<else>>
<<set _end = 5>>
<</if>>
<<switch random(0,_end)>>
<<case 0>>
<<goto lauratease1>>
<<case 1>>
<<goto lauratease2>>
<<case 2>>
<<goto lauratease3>>
<<case 3>>
<<goto lauratease4>>
<<case 4>>
<<goto lauratease5>>
<<case 5>>
<<goto lauratease6>>
<<case 6>>
<<goto lauratease7>>
<</switch>>
<<else>>
Laura is too tired to do a show
<</if>>
<<back>><<if $lauraenergy > 0>>
<<switch random(0,8)>>
<<case 0>>
<<if $lauralush is true>>
<<goto laurajerk1>>
<<else>>
<<goto laurajerk3>>
<</if>>
<<case 1>>
<<if $lauralush is true and $laurafleshlight is true>>
<<goto laurajerk2>>
<<else>>
<<goto laurajerk6>>
<</if>>
<<case 2>>
<<goto laurajerk3>>
<<case 3>>
<<if $lauralush is true>>
<<goto laurajerk4>>
<<else>>
<<goto laurajerk7>>
<</if>>
<<case 4>>
<<goto laurajerk5>>
<<case 5>>
<<goto laurajerk6>>
<<case 6>>
<<goto laurajerk7>>
<<case 7>>
<<if $laurafleshlight is true>>
<<goto laurajerk8>>
<<else>>
<<goto laurajerk6>>
<</if>>
<<case 8>>
<<goto laurajerk9>>
<</switch>>
<<else>>
Laura is too tired to do a show
<</if>>
<<back>><<nobr>>
<<if $lauratease1 is not true>>
<h2>New scene!</h2>
<</if>>
A viewer wants to see Laura in doggy pose and she is more than happy to comply.
<br>
<br>
[img[$imgDir + 'laura/cam/tease/lauraflashass1.webp']]
<br>
<br>
<<set $earnings = random(15,20)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(12,28)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauratease1 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauratease2 is not true>>
<h2>New scene!</h2>
<</if>>
Laura shakes her juicy ass as the tips rain down on her.
<br>
<br>
[img[$imgDir + 'laura/cam/tease/lauraflashass2.webp']]
<br>
<br>
<<set $earnings = random(15,20)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(12,28)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauratease2 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauratease3 is not true>>
<h2>New scene!</h2>
<</if>>
A little nip slip is enough to get some tips today.
<br>
<br>
[img[$imgDir + 'laura/cam/tease/lauraboobtease.webp']]
<br>
<br>
<<set $earnings = random(15,20)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(12,28)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauratease3 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauratease4 is not true>>
<h2>New scene!</h2>
<</if>>
Her throbbing cock is a big hit with the viewers today.
<br>
<br>
[img[$imgDir + 'laura/cam/tease/lauraflashcock2.webp']]
<br>
<br>
<<set $earnings = random(15,20)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(12,28)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauratease4 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauratease5 is not true>>
<h2>New scene!</h2>
<</if>>
Swinging her cock around makes the chat go wild. Some of the viewers are begging to suck her dick.
<br>
<br>
[img[$imgDir + 'laura/cam/tease/lauraflashcock3.webp']]
<br>
<br>
<<set $earnings = random(15,20)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(12,28)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauratease5 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
[img[$imgDir + 'outside/mall/mall.jpeg']]
[[Libodos Erotica]]
[[Earl's Electronics]]
<<nobr>>
<<if $laurawebcambought is true>>
[[Donation box]]
<</if>>
<<if $lauracarpresent is true and $lauramalleat is not true>>
<br>
[[Grab something to eat with Laura]]
<</if>>
<<if $vanniallrecruited is true and $vanniallmallevent is not true>>
<br>
<br>
[[Vanniall is here]]
<</if>>
<</nobr>>
[[Back->Outside]]<<nobr>>
[img[$imgDir + 'outside/mall/eroticstore.jpeg']]
<br>
<br>
<<if $laurafleshlight is not true>>
<<if $money > 174>>
[[Automatic Fleshlight ($175)]]
<br>
<br>
<<else>>
<a disabled><strike>Automatic Fleshlight ($175)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $lauralush is not true>>
<<if $money > 124 and $laurawebcambought is true>>
[[Lush ($125)]]
<br>
<br>
<<else>>
<a disabled><strike>Lush ($125)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $vanniallcockring is not true and $vanniallrecruited is true>>
<<if $money > 99>>
[[Vibrating Cock Ring ($100)]]
<br>
<br>
<<else>>
<a disabled><strike>Vibrating Cock Ring ($100)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $vanniallonahole is not true and $vanniallrecruited is true>>
<<if $money > 74 >>
[[Onahole set ($75)]]
<br>
<br>
<<else>>
<a disabled><strike>Onahole set ($75)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $sarafurrytail is not true and $sararecruited is true>>
<<if $money > 49 >>
[[Furry tail ($50)]]
<br>
<br>
<<else>>
<a disabled><strike>Furry tail ($50)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $izzyvibrator is not true and $izzyrecruited is true>>
<<if $money > 149 >>
[[Wand vibrator ($150)]]
<br>
<br>
<<else>>
<a disabled><strike>Wand vibrator($150)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $izzycollar is not true and $izzyrecruited is true>>
<<if $money > 49 >>
[[BDSM collar ($50)]]
<br>
<br>
<<else>>
<a disabled><strike>BDSM collar ($50)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $mosplug is not true and $mosrecruited is true>>
<<if $money > 79 >>
[[Large butt plug ($80)]]
<br>
<br>
<<else>>
<a disabled><strike>Large butt plug($80)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $nyxicockcagebought is not true and $nyxipunished is true>>
<<if $money > 49 >>
[[Chastity cage ($50)]]
<br>
<br>
<<else>>
<a disabled><strike>Chastity cage ($50)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $fitness > 19 and $playerfleshlightbought is not true>>
<<if $money > 49 >>
[[Fleshlight (player) ($50)]]
<br>
<br>
<<else>>
<a disabled><strike>Fleshlight (player) ($50)</strike></a>
<br>
<br>
<</if>>
<</if>>
[[Back->Mall]]
<<if $natassiaunderwearevent is not true and $natassiaasslicked is true>>
<<goto natassiaunderwearevent>>
<</if>>
<</nobr>><<nobr>>
[img[$imgDir + 'outside/mall/electronicstore.jpeg']]
<br>
<br>
<<if $laurawebcambought is not true>>
<<if $money > 99>>
[[Webcam ($100)]]
<br>
<br>
<<else>>
<a disabled><strike>Webcam($100)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $playerwebcambought is not true and $playerwebcamavailable is true>>
<<if $money > 99>>
[[Starter Webcam (player) ($100)]]
<br>
<br>
<<else>>
<a disabled><strike>Starter Webcam (player) ($100)</strike></a>
<br>
<br>
<</if>>
<</if>>
[[Back->Mall]]
<</nobr>><div class="MapContainer">
<span class="MapBtn" style='position:absolute;left:25%;top:45%;'>
<<button "Mansion">><<goto 'Home'>><</button>>
</span>
<span class="MapBtn" Style='position:absolute;;left:60%;top:35%;'>
<<button "University">><<goto 'University'>><</button>></span>
<span class="MapBtn" Style='position:absolute;left:70%;top:50%'>
<<button "Mall">><<goto 'Mall'>><</button>></span>
<span class="MapBtn" Style='position:absolute;left:20%;top:75%;'>
<<button "Lake">><<goto 'Lake'>><</button>></span>
<span class="MapBtn" Style='position:absolute;left:88%;top:38%;'>
<<button "Hospital">><<goto 'Hospital'>><</button>></span>
<<if $energy < 1 or $workedout is true>>
<span class="MapBtnDisabled" Style='position:absolute;left:50%;top:48%;'>
<<disable>><<button "Gym">><</button>><</disable>></span>
<<else>>
<span class="MapBtn" Style='position:absolute;left:50%;top:48%;'>
<<button "Gym">><<goto 'Gym'>><</button>></span>
<</if>>
<<if $trainerhouseavailable is true>>
<span class="MapBtn" Style='position:absolute;left:38%;top:30%;'>
<<button "Leticia's House">><<goto 'leticiahouse'>><</button>></span>
<</if>>
</div>
<<if $playercrossdressed is true>>
<<goto playercrossdressedoutside>>
<</if>>
<<if $lauracorruption > 10 and $lauracardisabled is not true and $lauracarpermanentdisabled is not true>>
<<switch random(0,2)>>
<<case 0>>
<<if $lauracardisabled is not true and $lauracarpermanentdisabled is not true and $lauraenergy > 0>>
<<goto lauracar>>
<</if>>
<</switch>>
<</if>>
<<set $lauracardisabled = true>>[img[$imgDir + 'outside/mall/webcam.webp']]
You buy a brand new webcam. Now Laura can get to work.
[[Mall]]
<<set $laurawebcambought = true>>
<<set $money = $money - 100>><<nobr>>
<<if (passage() is "Home" or passage() is "Management") and $managementavailable is true>>
[[Management]]
<br>
<</if>>
<<if $introcomplete is true>>
[[Stats]]
<br>
<</if>>
[[Credits]]
<</nobr>><<nobr>>
<<if $fitness < 5>>
<<set $_fitness = "Out of Shape ($fitness / 5)">>
<<set _fitnesshint = "Train at the gym">>
<<elseif $fitness < 10>>
<<set $_fitness = "Chubby ($fitness / 10)">>
<<set _fitnesshint = "Train at the gym">>
<<elseif $fitness < 20>>
<<set $_fitness = "Average ($fitness / 20)">>
<<set _fitnesshint = "Train at the gym">>
<<elseif $fitness < 25>>
<<set $_fitness = "Average ($fitness / 25)">>
<<set _fitnesshint = "Get some personal training">>
<<elseif $fitness < 30>>
<<set $_fitness = "Fit ($fitness / 30)">>
<<set _fitnesshint = "Train at the gym">>
<<elseif $fitness is 30>>
<<set $_fitness = "Athletic ($fitness) (Max)">>
<</if>>
<<if $playerpersonality < 20>>
<<set _playerpersonalitytext = "Submissive">>
<<elseif $playerpersonality < 40>>
<<set _playerpersonalitytext = "Timid">>
<<elseif $playerpersonality < 60>>
<<set _playerpersonalitytext = "Neutral">>
<<elseif $playerpersonality < 80>>
<<set _playerpersonalitytext = "Assertive">>
<<else>>
<<set _playerpersonalitytext = "Dominant">>
<</if>>
<<set _nyxiStatus = "Total stranger">>
<<if $nyximail1 is true>>
<<set _nyxiStatus = "Pen pal">>
<</if>>
<<if $nyxihospital is true>>
<<set _nyxiStatus = "Sugar baby">>
<</if>>
<<if $nyxichastity is true>>
<<set _nyxiStatus = "Caged sissy">>
<</if>>
<<if $nyxichastityoutsidecompleted is true>>
<<set _nyxiStatus = "Free sissy">>
<</if>>
<<if $nyxiclubbingcompleted is true>>
<<set _nyxiStatus = "Loving sissy">>
<</if>>
<<if $nyxiencouraged is true>>
<<set _nyxiStatus = "BBC curious">>
<</if>>
<<if $nyxifuckedbybbc is true>>
<<set _nyxiStatus = "Snowbunny">>
<</if>>
<<if $bbcmail3 is true or $nyxigangbangcompleted is true>>
<<set _nyxiStatus = "BBC Queen">>
<</if>>
<<set _nyxiHint= "Perform some camshows in your room">>
<<if $playerstimesstreamed > 1>>
<<set _nyxiHint= "Check your email">>
<</if>>
<<if $nyximail3 is true>>
<<set _nyxiHint= "Meet her at the hospital">>
<</if>>
<<if $nyxihospital is true>>
<<set _nyxiHint= "Check the local university campus">>
<</if>>
<<if $nyxicockcagebought is not true and $nyxipunished is true>>
<<set _nyxiHint= "Buy her a cock cage in the mall and deliver it to her dorm">>
<<else>>
<<if $nyxidormavailable is true>>
<<set _nyxiHint= "Meet her in her dorm from time to time">>
<</if>>
<<if $nyxiclubbingavailable is true>>
<<set _nyxiHint= "Go out with her some time">>
<</if>>
<<if $nyxiclubbingcompleted is true>>
<<set _nyxiHint= "Wait for her to contact you">>
<</if>>
<<if $playerfeminized is true and $bbcsucked is true>>
<<set _nyxiHint= "Wait for her to email you">>
<<if def $nyxigangbangsolo and $nyxigangbangsolo is false>>
<<set _nyxiHint = "Go to Nyxi's dorm for the party">>
<</if>>
<</if>>
<</if>>
<<set $teaseScenesSeen = setup.getLauraTeaseScenesSeen()>>
<<set $jerkScenesSeen = setup.getLauraJerkScenesSeen()>>
<<set $cumScenesSeen = setup.getLauraCumScenesSeen()>>
<<set $coupleScenesSeen = setup.getLauraCoupleScenesSeen()>>
<<set $teaseScenesSeenVanniall = setup.getVanniallTeaseScenesSeen()>>
<<set $cumScenesSeenVanniall = setup.getVanniallCumScenesSeen()>>
<<set $toyScenesSeenVanniall = setup.getVanniallToyScenesSeen()>>
<<set $groupScenesSeenVanniall = setup.getVanniallGroupScenesSeen()>>
<<set $teaseScenesSeenSara = setup.getSaraTeaseScenesSeen()>>
<<set $cumScenesSeenSara = setup.getSaraCumScenesSeen()>>
<<set $sexScenesSeenSara = setup.getSaraSexScenesSeen()>>
<<set $threesomeScenesSeenSara = setup.getSaraThreesomeScenesSeen()>>
<<set $teaseScenesSeenIzzy = setup.getIzzyTeaseScenesSeen()>>
<<set $dildoScenesSeenIzzy = setup.getIzzyDildoScenesSeen()>>
<<set $fafScenesSeenIzzy = setup.getIzzyFafScenesSeen()>>
<<set $groupScenesSeenIzzy = setup.getIzzyGroupScenesSeen()>>
<<set $teaseScenesSeenVenus = setup.getVenusTeaseScenesSeen()>>
<<set $teaseScenesSeenMos = setup.getMosTeaseScenesSeen()>>
<<set $suckScenesSeenMos = setup.getMosSuckScenesSeen()>>
<<set $rideScenesSeenMos = setup.getMosRideScenesSeen()>>
<<set $groupScenesSeenMos = setup.getMosGroupScenesSeen()>>
<<set $girlDominationScenesSeenVenus = setup.getVenusGirlDominationScenesSeen()>>
<<set $guyDominationScenesSeenVenus = setup.getVenusGuyDominationScenesSeen()>>
<<set $bdsmScenesSeenVenus = setup.getVenusBDSMScenesSeen()>>
<<set _sexScenesMaxSara = 3>>
<<if $sarachoice is "switch">>
<<set _sexScenesMaxSara = 6>>
<</if>>
<<if $sarachoice is "bottom">>
<<set _sexScenesMaxSara = 2>>
<</if>>
<<set _threesomeScenesMaxSara = 2>>
<<if $sarachoice is "switch">>
<<set _threesomeScenesMaxSara = 4>>
<</if>>
<<if $sarachoice is "bottom">>
<<set _threesomeScenesMaxSara = 3>>
<</if>>
<<set _threesomeScenesMaxMos= 3>>
<<if $playerfeminized>>
<<set _threesomeScenesMaxMos = 2>>
<</if>>
<<set _numberOfGirlsRecruited = setup.getNumberOfGirlsRecruited()>>
<<set _numberOfUpgradesInstalled = setup.getNumberOfUpgradesInstalled()>>
<<set _mansionRenown = setup.getMansionRenown()>>
<<if def $playerfemininity>>
<<switch $playerfemininity>>
<<case 1>>
<<set _femininityhint = "Ask Vanniall for help in her room">>
<<case 2>>
<<set _femininityhint = "Shave in the bathroom">>
<<case 3>>
<<set _femininityhint = "Do a camshow while crossdressed">>
<<case 4>>
<<set _femininityhint = "Get Laura to go shopping with you in her room">>
<<case 5>>
<<set _femininityhint = "Start hormone treatment at the hospital">>
<<case 6>>
<<set _femininityhint = "Wait for the hormones to take effect">>
<<case 7>>
<<set _femininityhint = "Wait some more while on hormone treatment">>
<</switch>>
<</if>>
<table width=100%>
<tr>
<td valign="top"> <table>
<tr>
<th style="color:gray">Player</th>
</tr>
<tr>
<td>Debt: </td>
<td>$ $debt </td>
</tr>
<tr>
<td>Fitness: </td>
<<if $fitness < 30>>
<td>$_fitness <<linkreplace "(hint)" t8n>>(_fitnesshint)<</linkreplace>></td>
<<else>>
<td>$_fitness</td>
<</if>>
</tr>
<<if $playermanagementskill is 0 or $playermanagementskill > 0>>
<<if $playermanagementskill is 20>>
<tr>
<td>Management: </td>
<td>$playermanagementskill (Max)</td>
</tr>
<<else>>
<tr>
<td>Management: </td>
<td>$playermanagementskill <<linkreplace "(hint)" t8n>>(Take lessons at the university)<</linkreplace>></td>
</tr>
<</if>>
<</if>>
<tr>
<td>Nyxi status:</td>
<<if ($nyxifuckedbybbc and $playerfeminized is not true) or $nyxigangbangcompleted is true or $nyximansionmail or $bbcmail3>>
<td>_nyxiStatus (End of Content)</td>
<<else>>
<td>_nyxiStatus <<linkreplace "(hint)" t8n>>(_nyxiHint)<</linkreplace>></td>
<</if>>
</tr>
<<if $totaldonation > 0>>
<tr>
<td>Total Donated: </td>
<td>$ $totaldonation </td>
</tr>
<</if>>
<<if def $playerpersonality>>
<tr>
<td>Personality: </td>
<td>_playerpersonalitytext ($playerpersonality)</td>
</tr>
<<if def $playerfemininity>>
<<if $playerfemininity is 8>>
<tr>
<td>Femininity: </td>
<td>$playerfemininity (Max)</td>
</tr>
<<else>>
<tr>
<td>Femininity: </td>
<td>$playerfemininity <<linkreplace "(hint)" t8n>><span style='color:pink;'>(_femininityhint)</span><</linkreplace>></td>
</tr>
<</if>>
<</if>>
<</if>>
</table>
</td>
</tr>
</table>
<table>
<tr>
<th style="color:blue">Mansion</th>
</tr>
<tr>
<td>Renown: </td>
<td>_mansionRenown</td>
</tr>
<tr>
<td>Girls: </td>
<td>_numberOfGirlsRecruited / 6</td>
</tr>
<tr>
<td>Upgrades: </td>
<td>_numberOfUpgradesInstalled / 5</td>
</tr>
</table>
<table width=100%>
<tr>
<td valign="top"> <table>
<tr>
<th style="color:#e68be6">Laura</th>
</tr>
<tr>
<td>Corruption: </td>
<td>$lauracorruption </td>
</tr>
<tr>
<td>Followers: </td>
<td>$laurafollowers</td>
</tr>
<tr>
<td>Tease: </td>
<td>$teaseScenesSeen / 7</td>
</tr>
<tr>
<td>Masturbate: </td>
<td>$jerkScenesSeen / 9</td>
</tr>
<tr>
<td>Cum: </td>
<td>$cumScenesSeen / 10</td>
</tr>
<<if $playerfeminized is not true>>
<tr>
<td>Couple: </td>
<td>$coupleScenesSeen / 5</td>
</tr>
<</if>>
</table>
</td>
<<if $vanniallrecruited is true>>
<td valign="top"><table>
<tr>
<th style="color:lightgreen">Vanniall</th>
</tr>
<tr>
<td>Corruption: </td>
<td>$vanniallcorruption </td>
</tr>
<tr>
<td>Followers: </td>
<td>$vanniallfollowers</td>
</tr>
<tr>
<td>Tease: </td>
<td>$teaseScenesSeenVanniall / 8</td>
</tr>
<tr>
<td>Facial: </td>
<td>$cumScenesSeenVanniall / 7</td>
</tr>
<tr>
<td>Toy: </td>
<td>$toyScenesSeenVanniall / 7</td>
</tr>
<<if $playerfeminized is not true>>
<tr>
<td>Group: </td>
<td>$groupScenesSeenVanniall / 4</td>
</tr>
<<else>>
<tr>
<td>Group: </td>
<td>$groupScenesSeenVanniall / 3</td>
</tr>
<</if>>
</table>
</td>
<</if>>
<<if $sararecruited is true>>
<td valign="top"><table>
<tr>
<th style="color:#5F9EA0">Sara</th>
</tr>
<tr>
<td>Corruption: </td>
<td>$saracorruption </td>
</tr>
<tr>
<td>Followers: </td>
<td>$sarafollowers</td>
</tr>
<tr>
<td>Tease: </td>
<td>$teaseScenesSeenSara / 8</td>
</tr>
<tr>
<td>Cum: </td>
<td>$cumScenesSeenSara / 7</td>
</tr>
<<if $playerfeminized is not true>>
<tr>
<td>Sex: </td>
<td> $sexScenesSeenSara / _sexScenesMaxSara</td>
</tr>
<tr>
<td>Threesome: </td>
<td> $threesomeScenesSeenSara / _threesomeScenesMaxSara</td>
</tr>
<</if>>
</table>
</td>
<</if>>
<<if $izzyrecruited is true>>
<td valign="top"><table>
<tr>
<th style="color:#ffc857">Izzy</th>
</tr>
<tr>
<td>Corruption: </td>
<td>$izzycorruption </td>
</tr>
<tr>
<td>Followers: </td>
<td>$izzyfollowers</td>
</tr>
<tr>
<td>Tease: </td>
<td>$teaseScenesSeenIzzy / 7</td>
</tr>
<tr>
<td>Dildo: </td>
<td>$dildoScenesSeenIzzy / 8</td>
</tr>
<tr>
<td>Friend: </td>
<td>$fafScenesSeenIzzy / 6</td>
</tr>
<tr>
<td>Threesome: </td>
<td>$groupScenesSeenIzzy / 4</td>
</tr>
</table>
</td>
<</if>>
<<if $venusrecruited is true>>
<td valign="top"><table>
<tr>
<th style="color:#bc4749">Venus</th>
</tr>
<tr>
<td>Corruption: </td>
<td>$venuscorruption </td>
</tr>
<tr>
<td>Followers: </td>
<td>$venusfollowers</td>
</tr>
<tr>
<td>Tease: </td>
<td>$teaseScenesSeenVenus / 6</td>
</tr>
<tr>
<td>Girl Dom: </td>
<td>$girlDominationScenesSeenVenus / 7</td>
</tr>
<tr>
<td>Guy Dom: </td>
<td>$guyDominationScenesSeenVenus / 6</td>
</tr>
<tr>
<td>BDSM: </td>
<td>$bdsmScenesSeenVenus / 4</td>
</tr>
</table>
</td>
<</if>>
<<if $mosrecruited is true>>
<td valign="top"><table>
<tr>
<th style="color:#e6ccb2">Mos</th>
</tr>
<tr>
<td>Corruption: </td>
<td>$moscorruption </td>
</tr>
<tr>
<td>Followers: </td>
<td>$mosfollowers</td>
</tr>
<tr>
<td>Tease: </td>
<td>$teaseScenesSeenMos / 6</td>
</tr>
<tr>
<td>Blowjob: </td>
<td>$suckScenesSeenMos / 5</td>
</tr>
<tr>
<td>Ride: </td>
<td>$rideScenesSeenMos / 5</td>
</tr>
<tr>
<td>Group: </td>
<td>$groupScenesSeenMos / _threesomeScenesMaxMos</td>
</tr>
</table>
</td>
<</if>>
</tr>
</table>
<</nobr>>
<<back>>[img[$imgDir + 'home/laptop.jpeg']]
<<nobr>>
<<set $_unreadmail = setup.checkForUnreadEmails()>>
<<if $_unreadmail is true>>
[[Check email (Unread messages!)->Check email]]
<<else>>
[[Check email]]
<</if>>
<br>
<<if $laurawebcambought is true>>
<<if $energy < 1>>
<a disabled><strike>Advertise</strike> (You don't have enough energy)</a>
<br>
<<else>>
[[Advertise for Laura]]
<br>
<</if>>
<<if $energy > 0 and $vanniallrecruited is true>>
[[Advertise for Vanniall]]
<br>
<</if>>
<<if $energy > 0 and $sararecruited is true>>
[[Advertise for Sara]]
<br>
<</if>>
<<if $energy > 0 and $izzyrecruited is true>>
[[Advertise for Izzy]]
<br>
<</if>>
<</if>>
<<if $playerwebcambought is true>>
<<if $playerstreamaccount is true>>
<<if $energy < 1>>
<a disabled><strike>Webcam</strike> (You don't have enough energy)</a>
<<else>>
[[Camshow]]
<</if>>
<<else>>
[[Make a streaming account]]
<</if>>
<br>
<</if>>
<<if $roomavailable is true and $applicationformsent is not true>>
[[Write an ad for a new tenant]]
<br>
<</if>>
[[Do some "research"]]
<br>
<br>
[[Back->Your Room]]
<</nobr>><<nobr>>
<table width=100%>
<tr>
<th>From</th>
<th>Subject</th>
<th>Status</th>
<th>Actions</th>
</tr>
<<if $roomavailable is true and $applicationformsent is true and $applicationformdays > 2>>
<<if $vanniallmailarchived is not true>>
<tr>
<td>Vanniall</td>
<td>[[Application for Mansion->Email from Vanniall]]</td>
<<if $vaniallmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$vanniallmailarchived to true]]</td>
</tr>
<</if>>
<<if $saramailarchived is not true>>
<tr>
<td>Sara</td>
<td>[[Application for Mansion->Email from Sara]]</td>
<<if $saramail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$saramailarchived to true]]</td>
</tr>
<</if>>
<<if $izzymailarchived is not true>>
<tr>
<td>Izzy</td>
<td>[[Application for Mansion->Email from Izzy]]</td>
<<if $izzymail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$izzymailarchived to true]]</td>
</tr>
<</if>>
<<if $venusmailarchived is not true>>
<tr>
<td>Venus</td>
<td>[[Application for Mansion->Email from Venus]]</td>
<<if $venusmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$venusmailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $mosapplication is true>>
<<if $mosmailarchived is not true>>
<tr>
<td>Mos</td>
<td>[[Application for Mansion->mosmail]]</td>
<<if $mosmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$mosmailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $playerstimesstreamed > 1>>
<<if $nyximail1archived is not true>>
<tr>
<td>Nyxi</td>
<td>[[I'm your biggest fan!]]</td>
<<if $nyximail1 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$nyximail1archived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $nyximail1counter > 2>>
<<if $nyximail2archived is not true>>
<tr>
<td>Nyxi</td>
<td>[[I've been practicing]]</td>
<<if $nyximail2 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$nyximail2archived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $nyximail2counter > 2 and $nyximail2response is true>>
<<if $nyximail3archived is not true>>
<tr>
<td>Nyxi</td>
<td>[[I know exactly what I want]]</td>
<<if $nyximail3 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$nyximail3archived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $natassiafeetworship is true>>
<<if $natassiafootmailarchived is not true>>
<tr>
<td>Natassia</td>
<td>[[Reward for a good boy]]</td>
<<if $natassiafeetworshipmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$natassiafootmailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $korrafuck2 is true >>
<<if $korramail1archived is not true>>
<tr>
<td>Korra</td>
<td>[[How many could you do]]</td>
<<if $korrafuck2mail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$korramail1archived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $totaldonation > 999>>
<<if $sissieswithoutdaddiesmailarchived is not true>>
<tr>
<td>Sissies without Daddies</td>
<td>[[We appreciate your generous donations!]]</td>
<<if $donationmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$sissieswithoutdaddiesmailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $dranktrainercumdays > 4>>
<<if $dranktrainercummailarchived is not true>>
<tr>
<td>Leticia</td>
<td>[[Remember to keep your protein intake high!->trainerproteinmail]]</td>
<<if $dranktrainercummail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$dranktrainercummailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $vanniallbeautysalonfriendmail is true>>
<<if $auroramailarchived is not true>>
<tr>
<td>Aurora</td>
<td>[[Blowjobs for free makeup?->auroramail]]</td>
<<if $auroramail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$auroramailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $patriciapoolevent is true>>
<<if $patriciamailarchived is not true>>
<tr>
<td>Patricia</td>
<td>[[Don't be a stranger]]</td>
<<if $patriciamail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$patriciamailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $korraorgyinvitation is true>>
<<if $korraorgymailarchived is not true>>
<tr>
<td>Korra</td>
<td>[[Pool party?->korraorgymail]]</td>
<<if $korraorgymail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$korraorgymailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $bbcsucked is true>>
<<if $bbcmailarchived is not true>>
<tr>
<td>Marcus</td>
<td>[[I know you can't resist->bbcmail]]</td>
<<if $bbcmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$bbcmailarchived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $bbcsucked is true and $bbcsuckeddays > 6>>
<<if $bbcmail2archived is not true>>
<tr>
<td>Nyxi</td>
<td>[[We got invited!->bbcmail2]]</td>
<<if $bbcmail2 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$bbcmail2archived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $nyxigangbangsolodays > 2>>
<<if $bbcmail3archived is not true>>
<tr>
<td>Nyxi</td>
<td>[[It was AMAZING->bbcmail3]]</td>
<<if $bbcmail3 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$bbcmail3archived to true]]</td>
</tr>
<</if>>
<</if>>
<<if $nyxiclubbingcompleteddays > 2>>
<<if $nyximansionmailarchived is not true>>
<tr>
<td>Nyxi</td>
<td>[[Can I move in?]]</td>
<<if $nyximansionmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Archive|Check email][$nyximansionmailarchived to true]]</td>
</tr>
<</if>>
<</if>>
</table>
<</nobr>>
<<nobr>>
[[View archived mails]]
<br>
[[Close email->Laptop]]
<</nobr>>You spend a few hours promoting Laura's cam profile online. She gains some followers and has 50% increased earnings on her next show.
[img[$imgDir + 'home/advertise.jpeg']]
<<nobr>>
<<if $managementlink is true>>
[[Continue|Management][$managementlink to false]]
<<else>>
[[Continue->Laptop]]
<</if>>
<</nobr>>
<<set $lauraadvertised = true>>
<<set $energy = $energy - 1>>
<<set $newfollowers = random(5,10)>>
<<set $laurafollowers = $laurafollowers + $newfollowers>>[img[$imgDir + 'home/email/carolina.webp']]
<span style="color: lightgreen;">Name: Carolina
Age: 32
Specialty: Huge Loads
Personality: Switch
Reason for applying: My hormone therapy has a big effect on my libido, I jerk off so much I may as well get paid for it. At least 5 times a day or I will go crazy. Warning: it shoots everywhere so my entire room will probably smell like cum after a while. I would also recommend knocking unless you want a faceful.</span>
[[View the video]]
[[Back->Check email]]
<<set $carolinamail = true>>[img[$imgDir + 'home/email/vanniall.jpeg']]
<span style="color: lightgreen;">Name: Vanniall
Age: 24
Specialty: Self facials
Personality: Mostly submissive
Reason for applying: Looking to get my own place as living with my parents is becoming stifling. They're also starting to ask questions about why my clothes are always covered in cum. I prefer to do solo shows and mostly stay in my room.</span>
[[Watch the video->VaniallVideo]]
[[Back->Check email]]
<<set $vaniallmail = true>>[img[$imgDir + 'home/email/mariana.jpeg']]
<span style="color: lightgreen;">Name: Mariana
Age: 24
Specialty: Huge Cock
Personality: Dominant
Reason for applying: I need a safe place to work as the guy I'm renting from now is a total creep. Love streaming with girlfriends and humiliating all the faggots who will never get to touch my cock. I don't fuck with men but as long as you're not a weirdo we will get along fine.</span>
[[Watch the video]]
[[Back->Check email]]
<<set $marianamail = true>>[img[$imgDir + 'home/email/chloe.webp']]
<span style="color: lightgreen;">Name: Chloe
Age: 28
Specialty: Blowjobs
Personality: Submissive
Reason for applying: Wanting to expand my sexual horizons. No experience with camming but I will be quick to learn. I am a real dicksucking queen so as a bonus I will keep your balls drained while living there. </span>
[[View the video->ChloeVideo]]
[[Back->Check email]]
<<set $chloemail = true>><h1>End of Content</h1>
You've reached the end of the current content! Only the first two girls are currently implemented. Thank you for playing this far into my game. If you'd like to comment or leave feedback feel free to do so on F95zone.to!
I recommend making a save on the home screen to play future updates.
[[Keep playing ->Home]]As you're getting in the car you see Laura is already sitting in it, looking fresh.
[img[$imgDir + 'laura/events/car/lauracar3.webp']]
<span style="color: #e68be6;">"I'm boooored. Let me come with you, pretty please? Doesn't matter where."</span>
[[Take her with you->lauracar2]]
[[Go Alone->Outside]]
[[Tell her to stop coming on car rides]]It's barely been 5 minutes in the car and Laura is already up to no good. Her pants are gone and her dick is out in the open. At this rate someone is going to see.
<span style="color: #e68be6;">"Sorry $playername you're going to have to give my a few minutes because this thing is not going down on it's own."</span>
<i>I didn't show she was such an exhibitionist.</i>
[img[$imgDir + 'laura/events/car/lauracarflash.webp']]
[[Tell her to put it away]]
[[Let her take care of it]]
<<nobr>>
<<if $playerfeminized is not true>>
[[Offer to help]]
<</if>>
<</nobr>>
<<if $laurafleshlight is true>>
[[Hand her the fleshlight]]
<</if>>
<<set $lauracarpresent = true>>
<<if $lauracartoldoff is not true>>
<<set $lauracartoldoff = true>>
<<updatePersonality 2>>
<</if>>
<<goto Outside>><span style="color: #e68be6;">"Don't worry it's not going to take long, I always cum fast out in public."</span>
<i>Always? So she's done this before?</i>
[img[$imgDir + 'laura/events/car/lauracarjerk1.webp']]
Keeping an eye on the windows Laura starts jerking off. She seems to get extra excited whenever someone passes by, oblivious to what is happening inside the car. True to her word it only takes her a few minutes to finish, covering her leg with ropes of sticky jizz.
[img[$imgDir + 'laura/events/car/lauracarcum.webp']]
<span style="color: #e68be6;">"Okay go go go I think that old lady in the store saw me!"</span>
[[Good to go->Outside]]After parking somewhere safe you start stroking her in the car. Despite years of practice on your own it feels strange having someone else's member in your hand. Laura certainly seems to be enjoying it.
[img[$imgDir + 'laura/events/car/lauracarhandjob.webp']]
<span style="color: #e68be6;">"Ay papi that's it stroke it just like that, you're a natural!"</span>
Encouraged by her words you keep going until you can feel her start to pulse. The sticky load flies everywhere and drips onto your hand. She lets out a long sigh in satisfaction.
[img[$imgDir + 'laura/events/car/lauracarhandjobcum.webp']]
Not one to waste an opportunity she starts licking up every drop.
[img[$imgDir + 'laura/events/car/lauracarhandjobcumeating.webp']]
<span style="color: #e68be6;">"You sure don't want some of this delicious snack? It's very tasty."</span>
[[Continue your ride->Outside]]As you're coming downstairs you find Laura sitting on the floor, neatly wrapped in a ribbon like she's some sort of present.
<span style="color: #e68be6;">"Surprise!"</span>
[img[$imgDir + 'laura/events/celebration/laurapresent.webp']]
"Uhh happy birthday? Is it Christmas already? What's going on?"
<span style="color: #e68be6;">"We're celebrating silly! I made it to 1000 followers and I couldn't have done it without you. So as a thank you, just for today, you can do whatever you want with me."</span>
<span style="color: #e68be6;">"Surely there's something you've always wanted to try?"</span>
<i>Fuck yes there is!</i>
[[Get a blowjob]]
[[Have her fuck you]]
[[Suck her off]]
[[Creampie her ass]]
<<set $laura1000followerscelebration = true>>
[img[$imgDir + 'outside/mall/fleshlight.webp']]
You buy an automatic fleshlight. Laura is always complaining about her hand cramping up from jerking too much, so she should love it.
[[Mall]]
<<set $laurafleshlight = true>>
<<set $money = $money - 175>><<nobr>>
<<if $extraroom1cleaned is not true>>
[img[$imgDir + 'home/extraroom.jpeg']]
<br>
<br>
<i>I could redecorate this room to make room for another tenant, but first it needs to be cleaned up a little. I should also save up some money for furniture.</i>
<br>
<br>
<<if $energy < 1>>
<a disabled><strike>Clean up the room</strike> (too tired)</a>
<<else>>
[[Clean up the room]]
<</if>>
<br>
<br>
<<elseif $extraroom1decorated is not true>>
[img[$imgDir + 'home/extraroomempty.jpeg']]
<br>
<br>
<i>It needs some basic furniture before a new tenant can move in</i>
<br>
<br>
<<if $money > 499>>
[[Redecorate ($500)]]
<br>
<br>
<<else>>
<a disabled><strike>Redecorate ($500)</strike></a>
<br>
<br>
<</if>>
<<else>>
[img[$imgDir + 'home/extraroomdecorated.jpeg']]
<br>
<br>
<i>Ready for it's new owner!</i>
<br>
<br>
<</if>>
[[Back->Home]]
<</nobr>>It's time to pay off some of your debts. Good thing you managed to scrape together enough this week to keep the collectors off your back.
<<nobr>>
<<if $money > $debt and $playanotherweek is not true>>
<<goto payoffdebt>>
<<elseif $money < $debtpayment and $cantpaydebt1 is true>>
<<goto cantpaydebt2>>
<<elseif $money < $debtpayment and $cantpaydebt1 is not true>>
<<goto cantpaydebt1>>
<<else>>
<<if $beautysaloninstalled is true or $spainstalled is true or $freelancefloorinstalled is true>>
<<set _upkeepcost = 0>>
<<if $beautysaloninstalled is true>>
<<set _upkeepcost = _upkeepcost + 50>>
<</if>>
<<if $freelancefloorinstalled is true>>
<<set _upkeepcost = _upkeepcost + 100>>
<</if>>
<<if $milkingstationinstalled is true>>
<<set _upkeepcost = _upkeepcost + 100>>
<</if>>
<<if $spainstalled is true>>
<<set _upkeepcost = _upkeepcost + 150>>
<</if>>
<<set _debtpayment = $debtpayment - _upkeepcost>>
<<set $debt = $debt - _debtpayment>>
<<set $money = $money - $debtpayment>>
<i>You paid _debtpayment dollars towards your debt and _upkeepcost dollars for your installed upgrades.</i>
<<else>>
<i>You paid $debtpayment dollars towards your debt.</i>
<<set $debt = $debt - $debtpayment>>
<<set $money = $money - $debtpayment>>
<</if>>
<<set $daystilldebtpayment = 7>>
<</if>>
<<if $debt < 0>>
<<set $debt = 500>>
<</if>>
<</nobr>>
[img[$imgDir + 'debt/debtpayment.jpeg']]
[[Go back inside->Home]][img[$imgDir + 'outside/gym/gym.jpeg']]
<<nobr>>
<<if $gymmembership is true>>
[[Workout]]
<br>
<<if $fitness > 19>>
[[Talk to the trainer]]
<br>
<</if>>
<<else>>
<<if $money > 49>>
[[Sign up ($50)]]
<br>
<br>
<<else>>
<a disabled><strike>Sign up ($50)</strike></a>
<br>
<br>
<</if>>
<</if>>
<<if $milkavailable > 0>>
<<if $milkgymintro is not true>>
<br>
[[Try to sell some bottled cum]]
<br>
<br>
<<else>>
<br>
<<if $energy < 1>>
<a disabled><strike>Sell your "protein shakes"</strike></a>
<<else>>
[[Sell your "protein shakes"]]
<</if>>
<br>
<br>
<</if>>
<</if>>
[[Back->Outside]]
<</nobr>><<nobr>>
<<if $fitness > 2 and $metnatassia is not true and $playerfeminized is not true>>
<<goto gympartner1>>
<<elseif $fitness > 2 and $khloegym1 is not true and $playerfeminized is true>>
<<goto khloegym1>>
<<elseif $fitness > 5 and $gympartner2 is not true and $playerfeminized is not true>>
<<goto gympartner2>>
<<elseif $fitness > 5 and $khloegym2 is not true and $playerfeminized is true>>
<<goto khloegym2>>
<<elseif $fitness > 8 and $khloegym3 is not true and $playerfeminized is true>>
<<goto khloegym3>>
<<elseif $fitness > 8 and $gympartner3 is not true and $playerfeminized is not true>>
<<goto gympartner3>>
<<elseif $fitness > 9 and $gymstretch1 is not true and $playerfeminized is not true>>
<<goto gymstretch1>>
<<elseif $fitness is 13 and $gymcouple is not true>>
<<goto gymcouple1>>
<<elseif $fitness > 15 and $natassiaassworship is not true and $playerfeminized is not true>>
<<goto natassiaassworship>>
<<elseif $fitness > 18 and $korrafuck2 is not true and $playerfeminized is not true>>
<<goto korrafuck2>>
<<elseif $fitness < 10>>
<<switch random(0,5)>>
<<case 0>>
<<goto gymevent1>>
<<case 1>>
<<goto gymevent2>>
<<case 2>>
<<goto gymevent3>>
<<case 3>>
<<goto gymevent4>>
<<case 4>>
<<goto gymevent5>>
<<case 5>>
<<goto gymevent6>>
<</switch>>
<<elseif $fitness > 24>>
<<goto gym25to30fitness>>
<<else>>
<<goto gymaverageevents>>
<</if>>
[[Finish up ->Outside]]
<<set $workedout = true>>
<</nobr>>Looking around you try to find a staff member to talk to. After a short while, you find one in the middle of a workout and approach her.
[img[$imgDir + 'outside/gym/gymtrainer.webp']]
<span style="color: lightblue;">"Hello there, can I help you?</span>
"Yes, I'd like to sign up to train here."
<span style="color: lightblue;">"Great! We're running a promotion so membership is only $50 right now. Are you aware of our special rules?"</span>
"Uh no, I don't think so?"
<span style="color: lightblue;">"Dick's gym is a fitness dedicated to being a safe space for people with, well, dicks. Every member in this gym has a penis, there are no vaginas allowed. And before you ask, yes that includes staff like me." </span> She gives you a small wink.
"I'm sorry, what?"
<span style="color: lightblue;">"It's like those gyms exclusively for women, only the other way around. It's a genius concept, right? Would you like to sign up? I just need your signature down here."</span>
<i>I'm not even sure this is legal ... </i>
[[Sign the paper]]
[[Change your mind->Outside]]As you're moving around the gym you notice one of the regulars is checking you out. She keeps moving to do her sets close to you. She's not being very subtle and eventually you've had enough and decide to approach her.
[img[$imgDir + 'outside/gym/checkingout.webp']]
"Hi, sorry, can I help you with something? I've noticed you keep looking my way."
She doesn't respond right away, instead her eyes drift all over your body. Her grin has something predatory.
<span style="color: lightblue;">"I thought you'd never ask. You're new meat around here, right? See my last workout partner quit on me, and I was thinking we could help each other out. I'll teach you more about the exercises, you be my new partner and help me with some stuff."</span>
"Stuff? What kind of stuff?"
<span style="color: lightblue;">"Oh don't worry about that. I promise it won't be <i>too</i> hard. How about we give it a test run right now? I'll show you around."</span>
<i>Damn, she can barely keep it in her pants.</i>
[[There's no harm in giving it a try, right?]][img[$imgDir + 'outside/gym/sign.webp']]
<span style="color: lightblue;">"Excellent! Welcome to the family. Watch out for cock slaps, some of our members can be a bit frisky."</span>
<i>You're now a member of the dicks only gym!</i>
[[Gym]]
<<set $money = $money - 50>>
<<set $gymmembership = true>>You have an uneventful workout
<<nobr>>
<<if $playerfeminized is true>>
[img[$imgDir + 'outside/gym/workoutfeminized.webp']]
<<else>>
[img[$imgDir + 'outside/gym/workout.webp']]
<</if>>
<</nobr>>
<<nobr>>
<<if $fitness < 10>>
<i>You gained some fitness</i>
<<else>>
<i>You feel like you've reached your fitness limit for now</i>
<</if>>
<</nobr>>
[[Finish your workout->Outside]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>One of the members must be dehydrated, she's been guzzling water all day long. Seeing her gulp it down is making you thirsty as well ...
[img[$imgDir + 'outside/gym/gymgurl.webp']]
<<nobr>>
<<if $fitness < 10>>
<i>You gained some fitness</i>
<<else>>
<i>You feel like you've reached your fitness limit for now</i>
<</if>>
<</nobr>>
[[Leave->Outside]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>You feel some eyes on you as you're doing your sets. When you take a break you notice a nearby girl scurrying to the bathroom, she seems to be having a wardrobe malfunction.
<span style="color: lightblue;">"Shit, not again! Why does this keep happening to me?"</span>
[img[$imgDir + 'outside/gym/gymgurl2.webp']]
<<nobr>>
<<if $fitness < 10>>
<i>You gained some fitness</i>
<<else>>
<i>You feel like you've reached your fitness limit for now</i>
<</if>>
<</nobr>>
[[Leave->Outside]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>A woman right in front of you is doing medicine ball exercises, her pants are nowhere to be found. You do your best to focus on your training and ignore the obvious monster between her legs.
<span style="color: lightblue;">"What's wrong, never seen a big black girldick before?"</span>
[img[$imgDir + 'outside/gym/gymgurl3.webp']]
<<nobr>>
<<if $fitness < 10>>
<i>You gained some fitness</i>
<<else>>
<i>You feel like you've reached your fitness limit for now</i>
<</if>>
<</nobr>>
[[Slip away->Outside]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>During your workout someone comes up to you and asks to you check their pull-up form. They immediately bust out a set of 10 pullups without even struggling once. There's definitely nothing wrong with their form.
[img[$imgDir + 'outside/gym/gympullups.webp']]
"Looking good!"
<span style="color: lightblue;">"Thanks! I've gotten really good at pulling lately."</span>
<<nobr>>
<<if $fitness < 10>>
<i>You gained some fitness</i>
<<else>>
<i>You feel like you've reached your fitness limit for now</i>
<</if>>
<</nobr>>
[[Finish working out->Outside]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>Your new workout partner is in the gym. Her boobs are basically spilling out of her top and you can't help but steal a few glances. When looking one too many times her eyes lock with yours.
<span style="color: lightblue;">"Like what you see? You can touch them you know I don't mind. Come here."</span>
As soon as you approach her she grabs you and rams her tongue in your mouth. A surprised moan escapes you but you let it happen.
[img[$imgDir + 'outside/gym/kissing.webp']]
<span style="color: lightblue;">"So what do you say baby? This might be your only chance to see my tits in all their glory."</span>
<i>This chick is definitely crazy</i>
[[Feel those globes!]]
[[Make an excuse and get out ->Outside]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<set $gympartner2 = true>>You're doing a workout with Natassia and she's even more frisky than usual. Her spotting you on bench turns into a full blown grinding session.
[img[$imgDir + 'outside/gym/grinding.webp']]
<span style="color: lightblue;">"Gods I'm so sweaty today. It's running down my ass crack and I bet you can smell my feet through my shoes."</span>
The combination of the grinding on you and her words make your dick throb against her fat ass.
<span style="color: lightblue;">"Oh you like that do you? I bet you're one of those perverts that get off on stinky soles. Fantasizing about touching them, kissing them, licking them clean."</span>
"I don't really know what you-"
<span style="color: lightblue;">"Don't be shy now, everyone here already knows you're my new bitch anyway. Just admit you're a hopeless pervent that likes stinky feet and I'll let you clean them."</span>
[[Agree to clean her feet]]
[[Fuck no that's gross]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<set $gympartner3 = true>><<if $playercrossdressed is true>>
<<if $playerboughtlingeriesets is true>>
<<goto crossdressedcamshowclothes>>
<<else>>
<<goto crossdressedcamshow>>
<</if>>
<<elseif $playerfeminized is true>>
<<goto feminizedcamshow>>
<<elseif $fitness < 5>>
<<goto outofshapewebcam>>
<<elseif $fitness > 4 and $fitness < 10>>
<<goto pudgywebcamshow>>
<<elseif $fitness > 9 and $fitness < 20>>
<<goto averagewebcamshow>>
<<elseif $fitness > 19>>
<<goto fitcamshow>>
<</if>>You do your best but nobody seems interested in an overweight guy jerking off. Perhaps it's time to hit the gym?
[img[$imgDir + 'player/cam/male/outofshape.webp']]
<i>Damn I guess Laura was right, I didn't get a single tip.</i>
<<nobr>>
<<if $managementlink is true>>
[[Call it quits|Management][$managementlink to false]]
<<else>>
[[Call it quits->Laptop]]
<</if>>
<</nobr>>
<<set $energy = $energy - 1>>
<<set $playerstimesstreamed = $playerstimesstreamed + 1>>[img[$imgDir + 'outside/mall/webcam2.jpeg']]
With your new setup you are ready to go. Who knows maybe you'll even earn more than the girls do?
[[Mall]]
<<set $playerwebcambought = true>>
<<set $money = $money - 100>>[img[$imgDir + 'home/bathroom.webp']]
<<nobr>>
<<if $vanniallplayermakeup is true and $playerfirsttimeshaving is not true and $energy > 0>>
[[Shave your entire body]]
<</if>>
<</nobr>>
[[Shower]]
[[Back->Home]]
<<nobr>>
<<set _randomRecruitedGirl = setup.getRandomRecruitedGirl()>>
<<if $vanniallfriendeventongoing is true and $vanniallfriendeventtimespeeked < 4 and $vanniallfriendpee is not true>>
<<set $bathroomdailyevent = true>>
<<goto vanniallfriendeventbathroom>>
<<else>>
<<if $bathroomdailyevent is not true>>
<<switch _randomRecruitedGirl>>
<<case "laura">>
<<switch random(0,3)>>
<<case 0>>
<<if $laurashowered is not true>>
<<goto laurashower1>>
<</if>>
<<case 1>>
<<if $laurashowered is not true>>
<<goto laurashower2>>
<</if>>
<<case 2>>
<<if $laurashowered is not true>>
<<goto laurashower3>>
<</if>>
<<case 3>>
<<if $laurashowered is not true>>
<<goto laurashower4>>
<</if>>
<</switch>>
<<case "vanniall">>
<<goto vanniallbathroom>>
<<case "sara">>
<<goto sarabathroom>>
<<case "izzy">>
<<goto izzybathroom>>
<<case "venus">>
<<goto venusbathroom>>
<<case "mos">>
<<goto mosbathroom>>
<</switch>>
<<set $bathroomdailyevent = true>>
<</if>>
<</if>>
<</nobr>>As you hit the locker room after your workout you see a woman waiting for someone. After a few sighs and one last look out the door she approaches you.
<span style="color: lightblue;">"Hey there stud, I'm Korra. You wouldn't happen to have some spare time to help me stretch? My coach was supposed to but he ran off somewhere."</span>
[img[$imgDir + 'outside/gym/korragym.jpeg']]
[[Help her stretch]]
[[Decline->Outside]]
<<set $gymstretch1 = true>>
<<set $energy = $energy - 1>>
<<set $maxenergy = 3>>
<<set $metkorra = true>><span style="color: lightblue;">"FUCK yes! Stretch that pussy baby! I want it to be a gaping hole by the time you are done with it!</span>
This isn't the type of stretching you were expecting, but you somehow feel like this shouldn't surprise you. As soon as you said yes the woman tore off your clothes and started riding your dick like a madman.
[img[$imgDir + 'outside/gym/gymfuck1.webp']]
Her stamina seems to be endless as she rams herself all the way down over and over. With every bounce her muscles squeeze your dick so hard you couldn't pull out if you wanted to.
<span style="color: lightblue;">"Finally some hard fucking dick. All the guys in the gym just stare at my ass all the time, but none of them have the courage to come over and pound the shit out of me like I deserve!</span>
The relentless fucking continues for some time, the only sounds being her squeals of joy and her cock flopping against her stomach with every thrust you make.
[img[$imgDir + 'outside/gym/gymfuck2.webp']]
"Shit, I think I'm going to-"
<span style="color: lightblue;">"Not inside! Let me eat it, my coach says I need more protein in my diet.</span>
[[Feed her your cum]]Korra quickly gets on her knees and sticks out her tongue, ready to receive your salty load. The lust and anticipation in her eyes show her for what she really is: a true slut.
<span style="color: lightblue;">"Feed me that delicious seed baby."</span>
"Here it comes!"
[img[$imgDir + 'outside/gym/gymfacial.webp']]
You groan as your balls shoot out your load directly onto her tongue. Her moans fill the locker room with every rope, and she savors every drop before swallowing it all down.
<span style="color: lightblue;">"Thanks for the help stud. If you ever need to relieve some tension my holes are always open."</span>
<i>That has to be the horniest woman I've ever met</i>
[[Time to go home->Outside]]
<<updatePersonality 3>>You take a refreshing shower.
<<nobr>>
<<if $playerfirsttimeshaving is true and $playerfeminized is not true>>
[img[$imgDir + 'player/bathroom/playershowershaved.webp']]
<<elseif $playerfeminized is true>>
[img[$imgDir + 'player/bathroom/playershowerfeminized.webp']]
<<else>>
[img[$imgDir + 'laura/events/bathroom/playershower.webp']]
<</if>>
<</nobr>>
[[Finish->Home]]You open the door and get startled as Laura is in the middle of taking a leak.
<span style="color: #e68be6;">"What the hell? Get the fuck out you pervert. Next time I'll make you drink it."</span>
[img[$imgDir + 'laura/events/bathroom/laurashowerpiss.jpeg']]
<span style="color: #e68be6;"><i>Laura became more corrupted</i></span>
[[Leave->Home]]
<<set $laurashowered = true>>
<<set $lauracorruption = $lauracorruption + 1>>
<<set $laurashowered = true>>She's taking a shower, it's best not to disturb her.
[img[$imgDir + 'laura/events/bathroom/laurashower.jpeg']]
[[Leave->Home]]
<<set $laurashowered = true>>She's taking a shower, it's best not to disturb her.
[img[$imgDir + 'laura/events/bathroom/laurashower.webp']]
[[Leave->Home]]
<<set $laurashowered = true>>You find Laura in the middle of taking some pictures for her social media.
[img[$imgDir + 'laura/events/bathroom/laurabath.jpeg']]
<span style="color: #e68be6;"><i>Laura gained a few followers</i></span>
[[Leave->Home]]
<<set $laurashowered = true>>
<<set $laurafollowers = $laurafollowers + 3>><<if $lauraenergy > 0>>
<<switch random(0,9)>>
<<case 0>>
<<goto lauracum1>>
<<case 1>>
<<if $lauralush is true>>
<<goto lauracum2>>
<<else>>
<<goto lauracum1>>
<</if>>
<<case 2>>
<<if $lauralush is true>>
<<goto lauracum3>>
<<else>>
<<goto lauracum10>>
<</if>>
<<case 3>>
<<goto lauracum10>>
<<case 4>>
<<goto lauracum5>>
<<case 5>>
<<goto lauracum6>>
<<case 6>>
<<goto lauracum7>>
<<case 7>>
<<goto lauracum8>>
<<case 8>>
<<goto lauracum9>>
<<case 9>>
<<goto lauracum4>>
<</switch>>
<<else>>
Laura is too tired to do a show
<</if>>
<<back>><<nobr>>
<<if $laurajerk1 is not true>>
<h2>New scene!</h2>
<</if>>
Laura does her best not to cum as a stream of tips makes her lush vibrate.
<br>
<br>
<span style="color: #e68be6;">"Ay guys don't stop! It feels so good."</span>
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/laurajerk1.webp']]
<br>
<br>
<<set $earnings = random(20,25)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(20,36)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk1 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $laurajerk2 is not true>>
<h2>New scene!</h2>
<</if>>
Combining her toys makes for an interesting show.
<br>
<br>
<span style="color: #e68be6;">"Which one would you rather replace guys? The fleshlight that gets to taste my cock or the lush that goes deep into my ass?"</span>
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/laurafleshlightlush.webp']]
<br>
<br>
<<set $earnings = random(30,45)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(30,54)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk2 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $laurajerk3 is not true>>
<h2>New scene!</h2>
<</if>>
She whips out her monster during the stream, much to the delight of the chat.
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/laurajerk3.webp']]
<br>
<br>
<<set $earnings = random(20,25)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(20,36)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk3 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $laurajerk6 is not true>>
<h2>New scene!</h2>
<</if>>
Fucking her hand, Laura is showing chat what she'd do to them if they were here.
<br>
<br>
<span style="color: #e68be6;">"And that is exactly how I'd fuck your mouth boys. Any volunteers?"</span>
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/laurajerk6.webp']]
<br>
<br>
<<set $earnings = random(20,25)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(20,36)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk6 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $laurajerk7 is not true>>
<h2>New scene!</h2>
<</if>>
Laura is in the mood for anal and uses her dildo to show the viewers just how deep she can take it.
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/lauradildoanal.webp']]
<br>
<br>
<<set $earnings = random(20,25)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(20,36)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk7 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $laurajerk5 is not true>>
<h2>New scene!</h2>
<</if>>
Taking a bit of a risk, Laura shows the chat how to use poppers for anal sex.
<br>
<br>
<span style="color: #e68be6;">"See guys I just take a sniff from the bottle and my ass will relax. Then even the biggest dicks can just slide in all the way. They also make you feel lightheaded. Fun right?"</span>
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/laurajerk5.webp']]
<br>
<br>
<<set $earnings = random(20,25)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(20,36)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk5 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $laurajerk4 is not true>>
<h2>New scene!</h2>
<</if>>
Using her lush is a big hit, the viewers love the way it makes her dick twitch.
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/laurajerk4.webp']]
<br>
<br>
<<set $earnings = random(20,25)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(20,36)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk4 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
After losing some of your pudge a few people join your stream. You're not very successful but you manage to get a tip here and there.
[img[$imgDir + 'player/cam/male/pudgy.webp']]
<<nobr>>
<<set $earnings = random(3,8)>>
<<set $money = $money + $earnings>>
<</nobr>>
<i>You made $earnings dollars in tips</i>
<<nobr>>
<<if $managementlink is true>>
[[Finish|Management][$managementlink to false]]
<<else>>
[[Finish->Laptop]]
<</if>>
<</nobr>>
<<set $energy = $energy - 1>>
<<set $playerstimesstreamed = $playerstimesstreamed + 1>>Rubbing it on cam your dick looks bigger than you remember it. The chat seems to love it, describing in great detail what they'd like to do with your girthy member.
<i>Did it grow in size? Or did I just lose some fat?</i>
[img[$imgDir + 'player/cam/male/average.webp']]
<<nobr>>
<<set $earnings = random(6,16)>>
<<set $money = $money + $earnings>>
<</nobr>>
<i>You made $earnings dollars in tips</i>
<<nobr>>
<<if $managementlink is true>>
[[Finish|Management][$managementlink to false]]
<<else>>
[[Finish->Laptop]]
<</if>>
<</nobr>>
<<set $energy = $energy - 1>>
<<set $playerstimesstreamed = $playerstimesstreamed + 1>><<if $lauraenergy > 0>>
<<switch random(0,4)>>
<<case 0>>
<<goto lauracouple1>>
<<case 1>>
<<if $fitness > 9>>
<<goto lauracouple2>>
<<else>>
<<goto lauracouple1>>
<</if>>
<<case 2>>
<<goto lauracouple3>>
<<case 3>>
<<goto lauracouple4>>
<<case 4>>
<<goto lauracouple5>>
<</switch>>
<<else>>
Laura is too tired to do a show
<</if>>
<<back>><<nobr>>
<<if $lauracum1 is not true>>
<h2>New scene!</h2>
<</if>>
Doing her show on the balcony, Laura seems to shoot her ropes even farther than normal.
<br>
<br>
[img[$imgDir + 'laura/cam/cum/lauracum1.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum1 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracum2 is not true>>
<h2>New scene!</h2>
<</if>>
<span style="color: #e68be6;">"Too much guys! I can't hold it in!"</span>
<br>
<br>
Laura's viewers mercilessly vibrate her lush on the highest setting, making her jizz all over herself prematurely.
<br>
<br>
[img[$imgDir + 'laura/cam/cum/lauracum2.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum2 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracum5 is not true>>
<h2>New scene!</h2>
<</if>>
At the end of the stream the camera gets covered in cum. As long as she remembers to clean up afterward.
<br>
<br>
[img[$imgDir + 'laura/cam/cum/lauracum5.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum5 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracum6 is not true>>
<h2>New scene!</h2>
<</if>>
Chat always loves it when she shoots her load right at their face.
<br>
<br>
[img[$imgDir + 'laura/cam/cum/lauracum6.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum6= true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracum7 is not true>>
<h2>New scene!</h2>
<</if>>
It's only been a few minutes and Laura is already on the verge of orgasm. Despite her best efforts some of it leaks out.
<br>
<br>
<span style="color: #e68be6;">"Nooo I'm so sorry!"</span>
<br>
<br>
[img[$imgDir + 'laura/cam/cum/laurahandsfreecum.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(22,44)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum7= true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracum8 is not true>>
<h2>New scene!</h2>
<</if>>
Laura is showing her viewers that she doesn't even need her hands to cum.
<br>
<br>
<span style="color: #e68be6;">"See guys? Told you I could do it."</span>
<br>
<br>
[img[$imgDir + 'laura/cam/cum/laurahandsfreecum2.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum8= true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracum9 is not true>>
<h2>New scene!</h2>
<</if>>
One of the regulars is asking for a facial and she is more than happy to oblige.
<br>
<br>
[img[$imgDir + 'laura/cam/cum/laurascreencum.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum9= true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracum10 is not true>>
<h2>New scene!</h2>
<</if>>
A viewer tells her she needs to work on her aim, so Laura uses her face as target practice.
<br>
<br>
[img[$imgDir + 'laura/cam/cum/lauraselffacial.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum10= true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracouple1 is not true>>
<h2>New scene!</h2>
<</if>>
Today you decide to have a little competition with the chat, letting them place wagers on who can last the longest while jerking off. You're pretty confident in your abilities but so is she.
<br>
<br>
[img[$imgDir + 'laura/cam/couple/lauradoublemasturbation.webp']]
<br>
<br>
In the end you end up cumming at the same time. The one guy who bet on that was very happy at least.
<br>
<br>
[img[$imgDir + 'laura/cam/couple/lauradoublecum.webp']]
<br>
<br>
<<set $earnings = random(50,70)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(60,100)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>You made $ $earnings this stream and Laura got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up and quit|Management][$managementlink to false]]
<<else>>
[[Clean up and quit->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracouple1 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<<set $energy = $energy - 1>>
<</nobr>>
<<nobr>>
<<if $lauracouple2 is not true>>
<h2>New scene!</h2>
<</if>>
A big tipper wants to see Laura get fucked, so she calls you over to her room and begs you to do her. What man could say no to that?
<br>
<br>
[img[$imgDir + 'laura/cam/couple/lauraanal.webp']]
<br>
<br>
Encouraged by the chat you fuck her so hard all she can do is lay there and take it.
<br>
<br>
<span style="color: orange;">"Yeah fuck that bitch! She's always waving her dick around but in the end she just wants it in the ass."</span>
<br>
<br>
<span style="color: green;">"The guy is pretty hot too. I'd love to be in the middle."</span>
<br>
<br>
<span style="color: gray;">"Feet?"</span>
<br>
<br>
<span style="color: skyblue;">"Come on dude spank her, she's begging for it."</span>
<br>
<br>
[img[$imgDir + 'laura/cam/couple/lauraanal3.webp']]
<br>
<br>
In the end you cum on each other's cocks, the constant DING of new tips echoing in the background.
<br>
<br>
[img[$imgDir + 'laura/cam/couple/lauracumoncock.webp']]
<br>
<br>
<<set $earnings = random(50,70)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(60,100)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>You made $ $earnings this stream and Laura got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End stream|Management][$managementlink to false]]
<<else>>
[[End stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracouple2 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<<set $energy = $energy - 1>>
<</nobr>>
<<nobr>>
<<if $lauracouple3 is not true>>
<h2>New scene!</h2>
<</if>>
You ask Laura if she needs a hand streaming and she says yes, although you'll probably need both hands. She makes you jerk her off and finger her ass at the same time, much to the amusement of chat.
<br>
<br>
[img[$imgDir + 'laura/cam/couple/laurafinger1.webp']]
<br>
<br>
With a little instruction you finally manage to make her cum, her ass clamping down on your fingers as she spurts.
<br>
<br>
<span style="color: #e68be6;">"Good job baby, you're getting the hang of it."</span>
<br>
<br>
[img[$imgDir + 'laura/cam/couple/laurafingercum.webp']]
<br>
<br>
<<set $earnings = random(50,70)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(60,100)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>You made $ $earnings this stream and Laura got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close the cam|Management][$managementlink to false]]
<<else>>
[[Close the cam->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracouple3 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<<set $energy = $energy - 1>>
<</nobr>>
"FUCK FUCK FUCK FUCK FUCK"
Laura must have been hoping you would say that. She took you upstairs, threw you on the bed, and started ramming her monster into your ass.
<span style="color: #e68be6;">"Shut up slut you wanted this!"</span>
[img[$imgDir + 'laura/events/celebration/lauramalefuck1.webp']]
You feel incredibly full as her sizeable member stretches you out, going deeper with every thrust. Soon her balls are slapping against your cheeks while she bottoms out in you over and over.
[img[$imgDir + 'laura/events/celebration/lauramalefuck2.webp']]
[[Do your best to take it]]
<<updatePersonality -5>><<nobr>>
<<if $extraroom1progress is 2>>
<<set $extraroom1cleaned = true>>
The room is ready to be decorated now! Hopefully I can afford it.
<<elseif $extraroom1progress is 1>>
You continue cleaning and make good progress. One more day should do it.
<<set $extraroom1progress = 2>>
<<else>>
You start cleaning the room. Looks like you have your work cut out for you.
<<set $extraroom1progress = 1>>
<</if>>
<br>
<br>
[img[$imgDir + 'home/cleaning.webp']]
<br>
<br>
[[Finish->Home]]
<</nobr>>
<<set $energy = $energy - 1>>[img[$imgDir + 'home/extraroomdecorated.jpeg']]
You redecorate the room, it's now ready for a new girl to move in.
<i>I should put out an ad for new tenants on my laptop</i>
[[Go to your room ->Your Room]]
<<set $extraroom1decorated = true>>
<<set $roomavailable = true>>
<<set $room1available = true>>
<<set $money = $money - 500>>[img[$imgDir + 'home/email/marianaapplication.webp']]
<i>What a monster on such a small girl.</i>
<<nobr>>
<<if $playermanagementskill > 100>>
[[Accept this application->End of Game]]
<<else>>
<a disabled><strike>Accept this application</strike> (Not available this version)</a>
<</if>>
<</nobr>>
<<back>>[img[$imgDir + 'home/email/carolinaapplication.webp']]
<i>She's wasn't kidding, that is a load and a half.</i>
<<nobr>>
<<if $playermanagementskill > 100>>
[[Accept this application->End of Game]]
<<else>>
<a disabled><strike>Accept this application</strike> (Not available this version)</a>
<</if>>
<</nobr>>
<<back>>[img[$imgDir + 'home/email/vanniallapplication.webp']]
<i>Not even I can aim that well.</i>
<<nobr>>
<<if $vaniallaccepted is not true>>
<<if $playermanagementskill > 4 and ($room1available or $room2available or $room3available or $room4available or $room5available)>>
[[Accept this application->VaniallAcceptance]]
<<elseif $playermanagementskill < 5 or ndef $playermanagementskill>>
<a disabled><strike>Accept this application</strike> (Business management skill of 5 required)</a>
<<else>>
<a disabled><strike>Accept this application</strike> (Need an available room)</a>
<</if>>
<</if>>
<</nobr>>
<<back>>[img[$imgDir + 'home/email/chloeapplication.webp']]
<i>Daily blowjobs is very tempting ...</i>
<<nobr>>
<<if $playermanagementskill > 100>>
[[Accept this application->End of Game]]
<<else>>
<a disabled><strike>Accept this application</strike> (Not available this version)</a>
<</if>>
<</nobr>>
<<back>>The debt collector is here and you don't have enough to pay him. He keeps hitting the door waiting for you to open it. You just sit in your room quietly pretending nobody is home. Luckily, some minutes later he is ready to give up for today.
<span style="color: lightgray;">"You can't ignore us forever sir!"</span>
[img[$imgDir + 'debt/debtcollector.jpeg']]
[[He leaves->Home]]
<<set $cantpaydebt1 = true>>
<<set $daystilldebtpayment = 7>>The guy from the bank is back and this time he brought a warrant, threatening to break open the door. Left with no choice you let him inside. Unfortunately you don't have the money to pay him this time either, you need to come up with something quick.
[img[$imgDir + 'debt/debtcollector2.jpeg']]
<span style="color: lightgray;">"Finally, you know what I'm here for. $debtpayment dollars and I'll be on my way."</span>
<<nobr>>
<<if $lauracorruption > 19>>
[[Have Laura handle the problem]]
<<else>>
<a disabled><strike>Have Laura handle the problem (Laura is not corrupted enough</strike></a>
<</if>>
<br>
<<if $vanniallrecruited is true>>
<<if $vanniallcorruption > 14>>
[[Vanniall puts her foot down]]
<<else>>
<a disabled><strike>Vanniall puts her foot down (she is not corrupted enough)</strike></a>
<</if>>
<br>
<</if>>
<<if $izzyrecruited is true>>
<<if $izzycorruption > 14>>
[[Izzy takes one for the team]]
<<else>>
<a disabled><strike>Izzy takes one for the team (she is not corrupted enough)</strike></a>
<</if>>
<</if>>
<</nobr>>
[[Try to make a deal]]
<<set $daystilldebtpayment = 0>>
You call for Laura who just finished showering and she shows up wearing only a towel. Quickly understanding the situation she puts on her best smile and goes on a charm offensive.
<span style="color: #e68be6;">"Surely we can come to some arrangement mister? I would be very grateful to you ...</span>
[img[$imgDir + 'laura/events/debt/lauradebt1.webp']]
<span style="color: lightgray;">"Well, I suppose the bank can wait one more week, if there's something in it for me."</span>
The man doesn't skip a beat and is already unzipping his pants. Laura seems to know what he expects of her, making him hard with her hand and naked body.
[img[$imgDir + 'laura/events/debt/lauradebt2.webp']]
Soon after she is down on her knees, gagging on the dick in front of her. Her blowjob skills must be very good because before too long he is moaning out loud. You awkwardly stand around not knowing if you should be watching this.
[img[$imgDir + 'laura/events/debt/lauradebt3.webp']]
Without warning the man lets out a grunt and starts cumming in Laura's mouth, giving her no choice but to swallow it.
<span style="color: lightgray;">"Ahh that's the stuff. I'll see you two next week."</span>
He pulls up his trousers and gets out the door, leaving you and Laura staring awkwardly at each other.
<span style="color: #e68be6;">"I'm going to have the taste of this guy's cum in my mouth all day. You owe me for this $playername."</span>
[[On with the day->Home]]
<<set $daystilldebtpayment = 7>>Seeing no way out you negotiate with the debt collector to postpone the payment. He agrees, but in return you will have to up the weekly payments and pay off an extra $200. Interest is a bitch.
[img[$imgDir + 'debt/debtincrease.jpeg']]
<i>Your weekly debt payment has increased by $20</i>
[[Home]]
<<set $debtpayment = $debtpayment + 20>>
<<set $debt = $debt + 200>>
<<set $daystilldebtpayment = 7>>Your brand new workout buddy gets right to showing you some exercises. She certainly knows her stuff but the looks she gives you make you slightly uncomfortable. You're fairly sure she would have jumped your bones if the gym was less crowded.
[img[$imgDir + 'outside/gym/partnertraining1.webp']]
Her methods are very hands on, but you can't deny their effectiveness. You never worked out this hard by yourself.
[img[$imgDir + 'outside/gym/partnertraining2.webp']]
<span style="color: lightblue;">"Well I guess that's enough for today, you look like you're going to pass out soon. My name is Natassia by the way."</span>
"I'm $playername."
<span style="color: lightblue;">"Don't worry darling I'll have that ass tightened up in no time."</span>
<i>She spanks you as she walks away</i>
[[Time to go->Outside]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<set $metnatassia = true>><h3>Camgirl tenant wanted</h3>
Recently renovated room available in a mansion just outside the city. Only available for a tenant willing to work as a trans camgirl. Bed and board are provided, as well as help with starting your webcam career if necessary. 25% of your streaming income goes to the manager as a fee. Currently, one other camgirl is already living on the premises.
Requirements:
<ul>
<li>18-40 years of age</li>
<li>Must be a trans woman</li>
<li>Be willing to do adult webcam shows</li>
</ul>
If interested please respond with a picture, some basic personal information, and your reason for wanting to work here.
<i>Hopefully I'll get a response or two in a few days</i>
[[Publish the ad->Your Room]]
<<set $applicationformsent = true>>
<<set $applicationformdays = 0>>During the day Laura is relaxing on her favorite teddy bear, not a care in the world.
[img[$imgDir + 'laura/events/random/laurasitting2.webp']]
"You sure have it easy, just shake your ass a few times and the money comes raining in. Afterwards you can spend hours on your ass. Wish I had a life like you."
<span style="color: #e68be6;">"You think it's that easy huh? Why don't you try it yourself and see how much money you make. I bet you won't get a single tip tough guy."</span>
<i>Why not? She has a dick I have a dick how hard can it be. Just need to get my own webcam.</i>
[[Something to consider->Home]]
<<set $playerwebcamavailable = true>>
<<set $playerstreamingevent = true>>After checking to confirm nobody else is around she grabs your head and buries it in her cleavage, even pulling down her top. Her sweaty globes feel fantastic.
<span style="color: lightblue;">"Get in there honey. That's what you wanted isn't it? To feel my big tits?"</span>
[img[$imgDir + 'outside/gym/motorboat.webp']]
She moans as you lick and flick her nipples with your tongue. For a short moment you feel like you're in heaven, unfortunately you can see an angry looking gym trainer approaching the both of you.
[[Slip away quickly->Outside]][img[$imgDir + 'outside/mall/lush.jpeg']]
You buy a Lovense Lush for Laura. This will increase her earning potential during shows.
<i>Which part goes in I wonder?</i>
[[Mall]]
<<set $lauralush = true>>
<<set $money = $money - 125>><span style="color: lightblue;">"Hmpf. Your loss. I bet I can find another foot slave around here anyway."</span>
[[Leave->Outside]]
<<updatePersonality 3>>"I'm a hopeless pervert that likes stinky feet."
<span style="color: lightblue;">"Good boy, I knew I liked you for a reason. Now take off my shoes and start worshipping."</span>
[img[$imgDir + 'outside/gym/feet1.webp']]
As soon as her shoes come off the smell hits your nostrils hard. You're afraid to even ask when the last time she washed these shoes was. Despite that you start licking and kissing her, working your way down to her feet.
[img[$imgDir + 'outside/gym/feet2.webp']]
<span style="color: lightblue;">"I knew you were going to be a good foot cleaner for me. Make sure to swallow down every drop of sweat. Maybe next time I'll let you lick my sweaty ass too, I'm sure a pervert like you would like that."</span>
[img[$imgDir + 'outside/gym/feet3.webp']]
You keep licking and sucking her until she's completely clean, trying your best to ignore the occassional whistles and laughs from the other gym goers. After 15 minutes Natassia finally seems happy with your work and lets you go.
<i>Why did I agree to this, that was so humiliating.</i>
[[Get out of here ->Outside]]
<<set $natassiafeetworship = true>>
<<updatePersonality -5>><p>Welcome to an extra update for Camgurl Mansion! This patch adds Mos as recruitable, adds new cam scenes for every girl, and has some minor events like a repeatable BBC event in Nyxi's dorm after the gangbang (trans players only). Have fun!</p>
What is your name?
<<textbox "$playername" "Charlie">>
<p>This game has a heavy amount of trans characters and male on trans / trans on male. The player character is a man, who can optionally transition to a trans woman or stay male. You will be able to avoid certain top/bottom situations depending on your preferences. If that's not your thing I recommend clicking away now.</p>
[[Start the game->Intro]]<span style="color: pink;">Hi $playerstreamingname,
Hopefully I'm not being too forward sending you this. I'm a sissy girl who recently started transitioning, looking for a sugar mommy or daddy to help me on my journey. Some of the things I love are girly clothes, being a sub, and of course big fat cocks.
Speaking of, I watched some of your streams recently and now I can't get yours out of my head. I spent the entire night gooning thinking of how it would throb in my hand, taste in my mouth, how it would feel slowly pushing into my tight virgin ass... my little clitty is hard again just thinking about it.
<<nobr>>
<<if $playerfeminized is true>>
Please will you be my mommy? I promise to be a good girl and do everything you say.
<<else>>
Please will you be my daddy? I promise to be a good girl and do everything you say.
<</if>>
<</nobr>>
Love,
Nyxi
</span>
<<nobr>>
[[View attachment]]
<br>
<<if $nyxiemail1response is not true and $playerfeminized is not true>>
[[Agree to become her sugar daddy]]
<</if>>
<<if $nyxiemail1response is not true and $playerfeminized is true>>
[[Agree to become her sugar mommy->Agree to become her sugar daddy]]
<</if>>
<br>
[[Back->Check email]]
<</nobr>>
<<if $nyximail1 is not true>>
<<set $nyximail1counter = 0>>
<<set $nyximail1 = true>>
<</if>>
[img[$imgDir + 'home/email/nyxileon1.webp']]
<i>Recently transitioned? She could put most girls to shame</i>
<<back>><span style="color: pink;"><<nobr>>
<<if $playerfeminized is true>>
Hey mommy,
<<else>>
Hey daddy,
<</if>>
<</nobr>>
<<nobr>>
<<if $playerfeminized is true>>
Thank you so much for giving me a chance. When I got your mail I went out to get a dildo straight away. I named it MD, short for momy's dick.
<<else>>
Thank you so much for giving me a chance. When I got your mail I went out to get a dildo straight away. I named it DD, short for daddy's dick.
<</if>>
<</nobr>>
Every night I spend hours practicing on it. I love to imagine how the real thing would taste. It took me several days of practice, but when it finally went all the way in and the balls kissed my lips my clitty leaked out all its cummies!
I hope you like the videos.
Eagerly awaiting your next instructions,
Your sissy Nyxi</span>
<<nobr>>
[[View attachments->NyxiAttachment2]]
<br>
<<if $nyximail2response is not true>>
[[Ask what she wants as a reward]]
<br>
<</if>>
[[Back->Check email]]
<</nobr>>
<<if $nyximail2 is not true>>
<<set $nyximail2counter = 0>>
<<set $nyximail2 = true>>
<</if>>[img[$imgDir + 'home/email/nyxidildosuck1.webp']]
[img[$imgDir + 'home/email/nyxidildosuck2.webp']]
[img[$imgDir + 'home/email/nyxidildosuck3.webp']]
[img[$imgDir + 'home/email/nyxidildosuck4.webp']]
<i>What a talented girl.</i>
<<back>>Time to sign up for your favorite webcam site, onlydicks.com. You're basically already an expert from all your previous research. Just need a screen name and some identity verification and you're good to go.
<i>I wonder if I can get away with adding the big dick tag?</i>
<<textbox "$playerstreamingname" "bigdaddy47">>
[[Submit->Laptop]]
<<set $playerstreamaccount = true>>Dear Nyxi,
Thank you for your sweet message.
<<nobr>>
<<if $playerfeminized is true>>
You are a very beautiful girl and I would love to be your sugar mommy. Of course, I can't just start sending any stranger on the internet money. We need to get to know each other first.
<<else>>
You are a very beautiful girl and I would love to be your sugar daddy. Of course, I can't just start sending any stranger on the internet money. We need to get to know each other first.
<</if>>
<</nobr>>
That's why I have a small test for you. I want you to find a dildo the size of my dick and practice on it with your mouth. Only when you can take it all the way to the balls will I agree to help you. Don't forget to make some videos as proof.
Have fun,
$playername
<i>perfect, now we can see if she's being serious or not</i>
[[Send->Laptop]]
<<set $nyxiemail1response = true>><<say "Laura Saenz" 'resources/credits/laurachilling.jpeg'>>https://onlyfans.com/sweetlaurasaenz<</say>>
<<say "Natassia Dreams" 'resources/credits/natassia.jpeg'>>https://onlyfans.com/natassiadreamsx<</say>>
<<say "Korra Del Rio" 'resources/credits/korra.jpg'>>https://onlyfans.com/korradelrio<</say>>
<<say "Khloe Kay" 'resources/credits/khloe.jpeg'>>https://onlyfans.com/khloekayxxx<</say>>
<<say "Nyxi Leon" 'resources/credits/nyxi.jpg'>>https://onlyfans.com/nyxi_leon<</say>>
<<say "Vanniall" 'resources/credits/vaniall.jpeg'>>https://onlyfans.com/vanniall<</say>>
<<say "Carolina Ramirez" 'resources/credits/carolina.jpeg'>>https://chaturbate.com/p/freshxdollts/<</say>>
<<say "Mariana Sandoval" 'resources/credits/mariana.jpeg'>>https://onlyfans.com/x_mariana_s<</say>>
<<say "Chloe Salpa" 'resources/credits/chloe.jpeg'>>https://onlyfans.com/chloesalpats<</say>>
<<say "Venus Lux" 'resources/credits/venus.jpeg'>>https://onlyfans.com/venuslux<</say>>
<<say "Sara Salazar" 'resources/credits/sara.webp'>>https://onlyfans.com/sarasalazar/<</say>>
<<say "Leticia Close" 'resources/credits/leticia.webp'>>https://onlyfans.com/leticiaclose<</say>>
<<say "Patricia Bacelar" 'resources/credits/patricia.webp'>>https://onlyfans.com/eeubacelar<</say>>
<<say "Kayleigh Coxx" 'resources/credits/kayleigh.jpeg'>>https://onlyfans.com/kayleighcoxx84<</say>>
<<say "Eva Maxim" 'resources/credits/eva.jpeg'>>https://onlyfans.com/eva_maxim<</say>>
<<say "Jessy Bells" 'resources/credits/jessy.jpeg'>>https://onlyfans.com/jessybellyana<</say>>
<<say "Izzy Wilde" 'resources/credits/izzywilde.jpeg'>>https://onlyfans.com/ts_izzy_wilde<</say>>
<<say "Sophia Catrosada" 'resources/credits/sophia.jpeg'>>https://onlyfans.com/sophiacatrosada<</say>>
<<say "Aurora Skye" 'resources/credits/aurora.jpg'>>https://onlyfans.com/spxrklybrat<</say>>
<<say "Mos" 'resources/credits/mos.jpeg'>>https://onlyfans.com/ladyboymos<</say>>
<<say "Luana Prado" 'resources/credits/luana.jpeg'>>https://onlyfans.com/xluanaprado<</say>>
<<say "Developer" 'resources/credits/gigachad.jpeg'>>
Bitcoin donation address: bc1qwypp5zrnd0g95trgq97kzqsv26ue74d5dj7m7t
Email: averagehtmlenjoyer@gmail.com
<</say>>
<<back>><span style="color: #e68be6;">"Sweet I love that thing! You be on the lookout for passersby and I'll get to work."</span>
[img[$imgDir + 'laura/events/car/lauracarfleshlight.webp']]
You stare at the surrounding area as you try to ignore the constant SCHLP SCHLP SCHLP sounds of the fleshlight and Laura's increasingly louder moans.
<span style="color: #e68be6;">"Oh dios here it comes!"</span>
[img[$imgDir + 'laura/events/car/lauracarfleshlightcum.webp']]
After finishing she takes her sweet time cleaning up. At least she didn't get it on the seats this time.
[img[$imgDir + 'laura/events/car/lauracarfleshlightcumeating.webp']]
"Are you done? We have places to be."
[[Start the car and drive away->Outside]][img[$imgDir + 'outside/lake/lake.gif']]
<<nobr>>
<<if $energy > 0>>
[[Take a walk]]
<<else>>
<a disabled><strike>Take a walk</strike> (No energy)</a>
<</if>>
<br>
<<if $lauraenergy > 0 and $lauralake is not true>>
[[Invite Laura]]
<</if>>
<br>
<<if $sararecruited is true and $saralake is not true>>
[[Hang out with Sara]]
<</if>>
<<if $izzyrecruited is true and $izzylakeevent is not true>>
<br>
[[You spot a familiar-looking blonde]]
<br>
<</if>>
<</nobr>>
[[Leave->Outside]]<<nobr>>
<<if $korralake is not true and $metkorra is true>>
During your walk you run into Korra.
<br>
<br>
<span style="color: lightblue;">"Hey, you're from the gym right? You should come tan with me. Those legs are whiter than snow."</span>
<br>
<br>
[img[$imgDir + 'outside/lake/korralake.webp']]
<<set $korralake = true>>
<br>
<br>
[[Tell her you're good->Outside]]
<<else>>
<<switch random(1,4)>>
<<case 0>>
[img[$imgDir + 'outside/lake/lakewalk.jpeg']]
<br>
<br>
You take a relaxing walk around.
<br>
<br>
<<back>>
<<case 1>>
A recent initiative by the government has seen dildos strategically placed in parks and public areas, in case of emergency. Despite early criticism the project has been rather successful.
<br>
<br>
<span style="color:#BEF0CB;">"Sorry love, this one is occupied for another hour at least."</span>
<br>
<br>
[img[$imgDir + 'outside/lake/lakerandom1.webp']]
<br>
<br>
[[Move on->Lake]]
<<case 2>>
During your walk you notice a couple having an outdoor picnic. How romantic.
<br>
<br>
<span style="color:#BEF0CB;">"Here comes your favorite dessert babe. A glass of warm milk, shot straight up your ass. Made it just for you."</span>
<br>
<br>
<span style="color:pink;">"Mmmm, you know me so well. Happy anniversary."</span>
<br>
<br>
[img[$imgDir + 'outside/lake/lakerandom4.webp']]
<br>
<br>
[[Let them enjoy dessert->Lake]]
<<case 3>>
There's a strange sound coming from the bushes so you go and investigate. It turns out to be a man gagging on a beautiful woman's cock. You wonder if this is the infamous <span style="color:#BEF0CB;">"Forest Face Fucker"</span> you heard about in the news. Rumor has it she has made hundreds of victims so far.
<br>
<br>
[img[$imgDir + 'outside/lake/lakerandom6.webp']]
<br>
<br>
[[Run before she catches you->Lake]]
<<case 4>>
During your hike you run into a woman taking a break. Good thing it's hot today, because she seems to be in her underwear.
<br>
<br>
<span style="color:#BEF0CB;">"Hey stranger, you want to see something big and round?"</span>
<br>
<br>
Without waiting for your response she flashes you her pair of perky tits.
<br>
<br>
[img[$imgDir + 'outside/lake/lakerandom5.webp']]
<br>
<br>
<i>Nice.</i>
<br>
<br>
<span style="color:#BEF0CB;">"I've got another set down here, but they're not as big."</span>
<br>
<br>
[img[$imgDir + 'outside/lake/lakerandom3.webp']]
<br>
<br>
[[Compliment her and go->Lake]]
<</switch>>
<</if>>
<</nobr>>
<<set $energy-->><<nobr>>
<<if $lauracorruption > 9 and $lauralakeevent1 is not true>>
<<goto lauralakeevent>>
<<else>>
<<if $lauracorruption > 4 and $lauralake is not true>>
The sun is out and it's a perfect day to go for a swim. Life is good sometimes.
<br>
<br>
[img[$imgDir + 'laura/events/lake/lauralakeswim.webp']]
<br>
<br>
<span style="color: #e68be6;"><i>Laura gained some corruption</i></span>
<<set $lauracorruption = $lauracorruption + 1>>
<<else>>
[img[$imgDir + 'laura/events/lake/lauralake.jpeg']]
<br>
<br>
You and Laura spend some time together at the lake.
<</if>>
<br>
<br>
[[Leave->Lake]]
<</if>>
<</nobr>>
<<set $lauralake = true>>
You take her out for a nice milkshake, she seems really happy.
[img[$imgDir + 'laura/events/mall/lauramall1.webp']]
There's even a little reward in it for you. Maybe you should consider buying her milkshakes more often.
[img[$imgDir + 'laura/events/mall/lauramall2.webp']]
<span style="color: #e68be6;">"Want to come lick it off?"</span>
It's a miracle you didn't get caught.
<span style="color: #e68be6;"><i>Laura gained some corruption</i></span>
<<set $lauracorruption = $lauracorruption + 1>>
[[Finish eating->Mall]]
<<set $lauramalleat = true>><span style="color: lightblue;">You were such a good little sub worshipping my feet at the gym, I got all hot and bothered. I went to the club afterwards and picked up a slut so I could fuck her silly. I bet you wish that was you taking it instead.
Don't worry baby there's enough of me to go around. For now keep training those buns for me.
Natassia</span>
[[View attachment->Natassiafeetattachment]]
[[Close the mail->Check email]]
<<set $natassiafeetworshipmail = true>>[img[$imgDir + 'home/email/natassiafuckgirl.webp']]
<<back>> <<nobr>>
<<switch random(0,4)>>
<<case 0>>
[img[$imgDir + 'home/research/research1.webp']]
<br>
<i>I guess the saying is true, you cum harder with a dick in your ass.</i>
<<case 1>>
[img[$imgDir + 'home/research/research2.webp']]
<br>
<i>A dildo that squirts cum? Have to get the girls one of those.</i>
<<case 2>>
[img[$imgDir + 'home/research/research3.webp']]
<br>
<i>Group shows seem popular, I wonder if I can convince some girls to do one.</i>
<<case 3>>
[img[$imgDir + 'home/research/research4.webp']]
<br>
<i>I get it, girl, we've all tried to fuck ourselves.</i>
<<case 4>>
[img[$imgDir + 'home/research/research5.webp']]
<br>
<i>Ah, the dream of anyone with a cock. Sucking yourself off.</i>
<</switch>>
<br>
<br>
[[That's enough for now->Laptop]]
<</nobr>>Some girls are stretching after their workout. You feel like you should join them, you haven't touched your toes in years.
[img[$imgDir + 'outside/gym/korrastretch.webp']]
<<nobr>>
<<if $fitness < 10>>
<i>You gained some fitness</i>
<<else>>
<i>You feel like you've reached your fitness limit for now</i>
<</if>>
<</nobr>>
[[Leave->Outside]]
<<if $fitness < 10>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>You've always wanted to find out what she tastes like, so you're not going to miss this chance. As you get down on your knees Laura makes sure she's nice and hard for you.
[img[$imgDir + 'laura/events/celebration/lauramaleblowjob1.webp']]
Finally you get to taste her, using your mouth and tongue for her pleasure.
<span style="color: #e68be6;">"Ohh, that's it baby make it nice and sloppy."</span>
[img[$imgDir + 'laura/events/celebration/lauramaleblowjob2.webp']]
[[Show her what you can do]]
<<updatePersonality -3>><span style="color: #e68be6;">"All you men are the same. Fine, whip it out."</span>
She starts by kissing and licking all over your shaft and balls, getting them ready for the main event.
[img[$imgDir + 'laura/events/celebration/laurablowjob1.webp']]
Next she takes you in her warm, wet mouth, sucking like it's the tastiest thing in the world.
[img[$imgDir + 'laura/events/celebration/laurablowjob2.webp']]
[[Urge her to go deeper]]
<<updatePersonality 3>><span style="color: #e68be6;">"Come then papi, just this once you can shoot it all in me."</span>
[img[$imgDir + 'laura/events/celebration/laurafuck1.webp']]
Nobody needs to tell you that twice as you push inside her heavenly ass. You take your sweet time fucking her so you can build up the biggest load possible.
[img[$imgDir + 'laura/events/celebration/laurafuck2.webp']]
[[Unload inside her]]
<<updatePersonality 5>>With a grunt you feel your balls contract, spurt after spurt going straight into her shithole.
[img[$imgDir + 'laura/events/celebration/lauracreampie1.webp']]
You let out so much that, if possible, she would certainly have been impregnated. Satisfied you pull out of her ass and admire your work.
[img[$imgDir + 'laura/events/celebration/lauracreampie2.webp']]
<span style="color: #e68be6;">"Dios mío I'm so full, I'm going to be farting out your cum for days."</span>
[[On with the day->Home]]
<<set $energy = $energy - 1>>
<<set $lauraenergy-->>Not one to back down from a challenge, Laura relaxes her throat and pushes herself all the way down. Her muscles are squeezing your dick as she gags and it feels amazing.
[img[$imgDir + 'laura/events/celebration/laurablowjobdeepthroat.webp']]
Eventually you can't take it anymore and let it out into her eagerly waiting mouth.
[img[$imgDir + 'laura/events/celebration/laurablowjobcum.webp']]
<span style="color: #e68be6;">"Mmmm, I hope you liked it baby."</span>
[[Start your day in a great mood->Home]]You take a deep breath and take more of her in, resisting the urge to gag as her thick head slides down your throat.
[img[$imgDir + 'laura/events/celebration/lauramaleblowjobdeepthroat.webp']]
Coming up for air you moan as the first spurt fills your mouth, followed by many more. She uses her leg to keep you in place, preventing any escape from her torrent of cum.
<span style="color: #e68be6;">"You wanted to be a cocksucker, and a good one always swallows."</span>
[img[$imgDir + 'laura/events/celebration/lauramaleblowjobcum.webp']]
Left with no choice you swallow the slimy load down, only for her to fill you up again. When she finally finishes you feel like you drank a whole glass of milk.
[[Leave with a belly full of girlcum->Home]]After half an hour you're so tired you can't even stay on your hands and knees anymore, but Laura doesn't care. She keeps using your burning hole for the sole purpose of making her feel good.
[img[$imgDir + 'laura/events/celebration/lauramalefuck3.webp']]
Suddenly you feel a warmth spreading deep inside you. She's pushing into you balls deep while coating your insides with a massive load of sticky sperm. All you can do is lay there while getting filled to the brim.
[img[$imgDir + 'laura/events/celebration/lauramalefuckcum.webp']]
<span style="color: #e68be6;">"Fuck, you have no idea how long I've been waiting to breed that boipussy."</span>
She pulls out of your gaping ass and leaves you on the bed, slowly leaking out her cum.
[[Get dressed and waddle back downstairs->Home]]
<<set $energy = $energy - 1>>
<<set $lauraenergy-->><<nobr>>
<<switch random(0,4)>>
<<case 0>>
Someone is blocking your view in the mirror trying to take some selfies. Normally you would complain, but, just for today, you let her get away with it. You're in a good mood after all.
<br>
<br>
[img[$imgDir + 'outside/gym/patriciaselfie1.webp']]
<br>
<br>
<<case 1>>
All sweaty after a good workout you head to your usual shower stall, but it seems to be occupied. You should use another one.
<br>
<br>
<span style="color: #778da9;">"Hnng, fucking cockteases walking around with their tight ass pants. How am I supposed to focus around here."</span>
<br>
<br>
[img[$imgDir + 'outside/gym/patriciashower.webp']]
<br>
<br>
<<case 2>>
The gym trainer is doing her daily workout. People around her seem to be extra motivated due to her hard work.
<br>
<br>
<span style="color: lightblue;">"Keep pumping guys, you're not sweating nearly hard enough!"</span>
<br>
<br>
[img[$imgDir + 'outside/gym/leticiagymass.webp']]
<br>
<br>
<<case 3>>
A girl is practicing her dance in the mirror. Something about the way she moves is very hypnotizing.
<br>
<br>
<span style="color: lightblue;">"Did you like it? I'm training to be a cheerleader!"</span>
<br>
<br>
[img[$imgDir + 'outside/gym/gymdancemoves.webp']]
<br>
<br>
<<case 4>>
One of the regulars is making a protein shake near the entrance. You always wondered if you should try those.
<br>
<br>
[img[$imgDir + 'outside/gym/gymproteinshake.webp']]
<br>
<br>
<</switch>>
<<if $fitness < 20>>
<i>You gained some fitness</i>
<<else>>
<i>You will need some personal training to improve further.</i>
<</if>>
<br>
<br>
[[Finish up->Outside]]
<</nobr>>
<<if $fitness < 20>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<if $maxenergy < 3>>
<<set $maxenergy = 3>>
<</if>>Walking past the group training room you notice a couple of blondes doing some yoga. An inner voice tells you you shouldn't stare at them, but the blood has already left your brain to travel downward.
[img[$imgDir + 'outside/gym/gymfemalestretch1.webp']]
After finishing their stretches the atmosphere in the room starts to get steamy. The two of them can barely keep their hands to themselves.
[img[$imgDir + 'outside/gym/gymfemalestretch2.webp']]
[[Peek a little longer->gymcouple2]]
[[Leave before you get caught->Outside]]
<<set $gymcouple = true>>
<<set $energy = $energy -1>>
<<set $fitness = $fitness + 1>>They give you a sweet smile and then get to business, quickly forgetting you are even there. The girl lovingly sucks the other off, coaxing her girldick to get harder.
[img[$imgDir + 'outside/gym/gymfemalesuck1.webp']]
Wanting to return the favor the trans gets on her back and starts munching that sweet pussy again. Soon they're having a competition to see who can make the other squeal the loudest.
[img[$imgDir + 'outside/gym/gymfemalesuck2.webp']]
Her tongue must be very skilled because the pussy eater is the clear winner, her partner's legs shaking and quivering in climax.
<span style="color: yellow;">"I can't take it anymore, ram it in me!"</span>
[[They bang like bunnies]]To your delight their tops start coming off, revealing some of the perkiest pairs of tits you have ever seen.
<i>Jackpot!</i>
[img[$imgDir + 'outside/gym/gymfemaletits.webp']]
The rest of the clothes soon follow suit, and one of the blondes starts going down ...
[img[$imgDir + 'outside/gym/gymfemalepussyeating.webp']]
... on the other's pussy?
"What the fuck!?" Oh no. You said that out loud.
[[They notice you]]
<<set $gymcouplewatched = true>><span style="color: lightblue;">"Thanks a lot, asshole."</span>
You report them to the front desk and they both get kicked out of the gym. The employee gives you a small bounty and assures you there will be no more pussy in the future.
[[Outside]]
<<set $gymcouplereported = true>>
<<set $money = $money + 20>>
<<updatePersonality 3>><<nobr>>
<<if $playerfeminized is true>>
<span style="color: lightblue;">"Shit she saw! If the staff find out there's a big fine on bringing pussy in here."</span>
<<else>>
<span style="color: lightblue;">"Shit he saw! If the staff find out there's a big fine on bringing pussy in here."</span>
<</if>>
<</nobr>>
<span style="color: yellow;">"Well what should we do? I can't pay another one I just got a parking ticket this morning!</span>
<<nobr>>
<<if $playerfeminized is true>>
<span style="color: lightblue;">"What if we just let her watch? Hey you! Please don't tell anyone what you saw here. In return, you can watch us as long as you want."</span>
<<else>>
<span style="color: lightblue;">"What if we just let him watch? Hey you! Please don't tell anyone what you saw here. In return, you can watch us as long as you want."</span>
<</if>>
<</nobr>>
<span style="color: yellow;">"Yeah good idea! We don't mind an audience, but no touching. Pretty please?"</span>
They put on a little performance for you, a teaser of what is to come.
[img[$imgDir + 'outside/gym/gymfemalekissing.webp']]
<i>Holy crap I must be dreaming.</i>
[[Stay and enjoy the show->gymcouple3]]
[[Report them]]After a particularly intense workout, Natassia asks you to massage her in the locker room.
<span style="color: lightblue;">"Ohh, that's the stuff, really get in there I can take it."</span>
[img[$imgDir + 'outside/gym/natassiagymmassage.webp']]
She can't sit still at all, constantly rubbing her plump butt into your crotch. You're certain she can feel your erection but she doesn't seem to care.
[img[$imgDir + 'outside/gym/natassiagymgrind.webp']]
<<nobr>>
<<if $natassiafeetworship is true>>
<span style="color: lightblue;">"You know, I think I remember promising you my ass for being such a good footlicker last time. How about it slut? It's in desperate need of a good tongue bath."</span>
<br>
<br>
[[Lick her ass clean]]
<<else>>
<span style="color: lightblue;">"You were a bad boy last time for refusing to clean me. But don't worry, I'll think of a way you can make it up to me later. Make sure you stretch to stay nice and loose."</span>
<br>
<br>
<</if>>
<</nobr>>
[[Get dressed and leave->Outside]]
<<set $natassiaassworship = true>>
<<set $fitness = $fitness + 1>>
<<set $energy = $energy - 1>>Walking into the gym you see Korra doing her regular stretches. You want to be friendly so you go over to say hello.
<span style="color: lightblue;">"Hey there stud. I see your muscles are coming along nicely, but how's your endurance? Up for a little test?"</span>
[img[$imgDir + 'outside/gym/korrastretches.webp']]
[[It's a stud life for me]]
[[You couldn't satisfy this woman even if you wanted to ->Outside]]
<<set $fitness = $fitness + 1>>
<<set $energy = $energy - 1>>[img[$imgDir + 'outside/university/university.webp']]
<<nobr>>
<<if $universityenrolled is not true and $laurawebcambought is true>>
[[Enroll in business class]]
<br>
<br>
<<else>>
<<if $playerclass is true>>
<a disabled><strike>Take a class ($20)</strike> (You already took a class today)</a>
<<elseif $energy < 1>>
<a disabled><strike>Take a class</strike> (too tired)</a>
<<elseif $money < 20>>
<a disabled><strike>Take a class ($20)</strike> (Not enough money)</a>
<<elseif $universityenrolled is true>>
[[Take a class ($20)]]
<</if>>
<br>
<</if>>
<<if $nyxihospital is true and $nyxidormavailable is not true>>
[[You run into Nyxi]]
<br>
<br>
<</if>>
<<if $nyxidormavailable is true and $energy > 0>>
[[Nyxi's dorm]]
<br>
<br>
<</if>>
<<if $nyxidormavailable is true and $energy < 1>>
<a disabled><strike>Nyxi's dorm</strike> (too tired)</a>
<br>
<br>
<</if>>
<<if $venusrecruited is true and $venuscorruption > 4 and $venusclassroomevent is not true>>
[[There's a voice you know coming from a nearby classroom]]
<br>
<br>
<</if>>
[[Leave->Outside]]
<</nobr>>It's time for the main event, the girl is so horny the dick slides in all the way on the first thrust. Soon they pick up steam and the room is filled with girly moans and wet squelching sounds.
[img[$imgDir + 'outside/gym/gymfemalefuck1.webp']]
When one of them gets tired the other takes over. There's not a single moment where her snatch isn't getting pounded.
[img[$imgDir + 'outside/gym/gymfemalefuck2.webp']]
<<nobr>>
<<if $playerfeminized is true>>
<span style="color: lightblue;">"Damn babe your pussy is so wet today! Don't tell me this girl watching is turning you on."</span>
<<else>>
<span style="color: lightblue;">"Damn babe your pussy is so wet today! Don't tell me this guy watching is turning you on."</span>
<</if>>
<</nobr>>
<span style="color: yellow;">"Oh, shut up and fuck me harder you bitch."</span>
[img[$imgDir + 'outside/gym/gymfemalefuck3.webp']]
They never seem to get tired as the girl has orgasm after orgasm, looking directly into your eyes while she squirts on her girlfriend's cock. There's a whole puddle of juices forming on the floor below her.
<i>I don't think they're going to stop anytime soon ...</i>
[[Leave them to fuck their hearts out->Outside]]There's a sign that says "Want to learn how to build your own business? Sign up now!" and you're intrigued. Perhaps this could help you turn the mansion into a real enterprise. You follow the directions and find a classroom with an authorative looking woman inside.
[img[$imgDir + 'outside/university/class/teacher.webp']]
<span style="color: orange;">"Ah you're here for business management? You're in luck, we only have a few spots left. I'll write down your name. Classes are $20 each for non-university students."</span>
<i>Expensive, hope they are worth it then.</i>
[[Back to campus->University]]
<<set $universityenrolled = true>>
<<set $playermanagementskill = 0>><<nobr>>
<<if $playermanagementskill > 14>>
<<goto class15to20management>>
<<elseif $playermanagementskill > 9>>
<<goto class10to15management>>
<<elseif $playermanagementskill > 4>>
<<goto class5to10management>>
<<else>>
<<if $playermanagementskill > 2 and $playermanagementskill < 4>>
<<goto jessyevent1>>
<<else>>
<<if $playermanagementskill is 0>>
You take notes and learn a lot.
<br>
<br>
[img[$imgDir + 'outside/university/class/payattention.webp']]
<br>
<br>
<<if $playermanagementskill < 5>>
<i>Your business management skills have improved.</i>
<<else>>
<i>You've learned all you can for now.</i>
<</if>>
<br>
<br>
[[Leave->Outside]]
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 5>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<<else>>
<<switch random(0,2)>>
<<case 0>>
After class, you manage to get lost in the endless hallways. You start knocking on random doors until you get a response.
<br>
<br>
<span style="color: orange;">"Come on in!"</span>
<br>
<br>
Entering the room an unexpected view greets you. One of the students is in a slightly compromised situation.
<br>
<br>
[img[$imgDir + 'outside/university/class/class2.webp']]
<br>
<br>
<span style="color: orange;">"Professor Cameron? How much longer do I have to wait here like this?"</span>
<br>
<br>
You'd better make your escape before she figures it out.
<br>
<br>
<<if $playermanagementskill < 5>>
<i>Your business management skills have improved.</i>
<<else>>
<i>You've learned all you can for now.</i>
<</if>>
<br>
<br>
[[Get out and close the door->Outside]]
<<case 1>>
You're going to be late to class, so you're rushing up the stairs when you accidentally bump into another student. She's tiny and must weigh a buck nothing, because she falls straight back onto her butt.
<br>
<br>
"Oh god I'm sorry miss! Are you hurt?"
<br>
<br>
<span style="color:orange">"Oh don't worry, I'm more solid than I look, it's no big-"</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/class5.webp']]
<br>
<br>
<span style="color:orange">"Uhhh, my eyes are up here mister."</span>
<br>
<br>
"Right, I'll just head to class now..."
<br>
<br>
<<if $playermanagementskill < 5>>
<i>Your business management skills have improved.</i>
<<else>>
<i>You've learned all you can for now.</i>
<</if>>
<br>
<br>
[[Leave before this gets awkward->Outside]]
<<case 2>>
You take notes and learn a lot.
<br>
<br>
[img[$imgDir + 'outside/university/class/payattention.webp']]
<br>
<br>
<<if $playermanagementskill < 5>>
<i>Your business management skills have improved.</i>
<<else>>
<i>You've learned all you can for now.</i>
<</if>>
<br>
<br>
[[Leave->Outside]]
<</switch>>
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 5>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<</if>>
<</if>>
<</if>>
<</nobr>>A vibrating cock ring catches your attention from the corner of your eye. It promises more intense orgasms, perhaps Vanniall can shoot even farther with this?
[img[$imgDir + 'outside/mall/cockring.jpeg']]
[[Leave the store with your new toy->Mall]]
<<set $vanniallcockring = true>>
<<set $money = $money - 100>>Browsing the store you decide to get Vanniall some onaholes for her stream.
[img[$imgDir + 'outside/mall/onahole.webp']]
<i>Wonder if I should break them in first?</i>
[[Take them and go->Mall]]
<<set $vanniallonahole = true>>
<<set $money = $money - 75>>Natassia grabs your head and rams it between her cheeks. The drying sweat from her workout sticks to your face.
[img[$imgDir + 'outside/gym/natassiagymassworship1.webp']]
You hold on for dear life while she uses you as a rag to clean her ass with. Every inch of her ass, every salty drop running down her crack, she makes you lick and kiss it all.
<span style="color: lightblue;">"Take a few good sniffs while you're there subby, guys like you always get off on that."</span>
[img[$imgDir + 'outside/gym/natassiagymassworship2.webp']]
When there's no more sweat to lick off she makes you eat out her asshole until she's satisfied, constantly yelling at you to push your tongue in deeper.
<span style="color: lightblue;">"What a talented little ass cleaner you are. I'm tempted to take you home and chain you to the wall so you can worship me every morning and night. You'd be real popular with my friends, too."</span>
[img[$imgDir + 'outside/gym/natassiagymassworship3.webp']]
[[She eventually lets you go->Outside]]
<<set $natassiaasslicked = true>>
<<updatePersonality -5>><<nobr>>
<<set _end = 6>>
<<if $vanniallcockring is true>>
<<set _end = 7>>
<</if>>
<<if $vanniallenergy > 0>>
<<switch random(0,_end)>>
<<case 0>>
<<if $vannialltease1 is not true>>
<h2>New scene!</h2>
<</if>>
She whips out her BBC for the fans. And there are a lot of them.
<br>
<br>
[img[$imgDir + 'vanniall/cam/tease/vannialltease1.webp']]
<<set $vannialltease1 = true>>
<<case 1>>
<<if $vannialltease2 is not true>>
<h2>New scene!</h2>
<</if>>
Lying down on the bed she shows chat some of her best assets.
<br>
<br>
<span style="color: lightgreen;">"Now I just need someone to lick me from tip to hole. Who's first?"</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/tease/vannialltease3.webp']]
<<set $vannialltease2 = true>>
<<case 2>>
<<if $vannialltease3 is not true>>
<h2>New scene!</h2>
<</if>>
Today is more of a playful, messing-around kind of stream.
<br>
<br>
<span style="color: lightgreen;">"Look guys I can slap my bellybutton! W in the chat if you can do that too."</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/tease/vannialltease5.jpeg']]
<<set $vannialltease3 = true>>
<<case 3>>
<<if $vannialltease4 is not true>>
<h2>New scene!</h2>
<</if>>
Showing off her flexibility Vanniall sucks her own dick on cam.
<br>
<br>
<span style="color: lightgreen;">"Mmmph! It's delicioush!"</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/tease/vanniallselfsuck.jpeg']]
<<set $vannialltease4 = true>>
<<case 4>>
<<if $vannialltease5 is not true>>
<h2>New scene!</h2>
<</if>>
In the mood for a little cosplay, she puts on her old hooters uniform.
<br>
<br>
<span style="color: lightgreen;">"Hello sir, can I take your order?"</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/tease/vanniallhooters1.jpeg']]
<br>
<br>
<span style="color: lightgreen;">"Understood, one glass of fresh dickgirl milk coming right up!"</span>
<<set $vannialltease5 = true>>
<<case 5>>
<<if $vannialltease6 is not true>>
<h2>New scene!</h2>
<</if>>
Vanniall can't help but show off her freshly done nails.
<br>
<br>
<span style="color: lightgreen;">"What do you think chat, is white a good color on my pretty toes?"</span>
<br>
<br>
Feetlover728: <span style="color: darkgray;">"Please let me suck on them, goddess!"</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/tease/vanniallfeet.webp']]
<<set $vannialltease6 = true>>
<<case 6>>
<<if $vannialltease7 is not true>>
<h2>New scene!</h2>
<</if>>
She wags her cock back and forth, as if she was trying to entice her chat to blow her.
<br>
<br>
<span style="color: lightgreen;">"For every load you suck out I'll give you one minute in my ass. Deal?"</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/tease/vanniallcocktease.webp']]
<<set $vannialltease7 = true>>
<<case 7>>
<<if $vannialltease8 is not true>>
<h2>New scene!</h2>
<</if>>
A little spit never hurt anybody. It also makes it easier to pretend that she's fucking someone's throat.
<br>
<br>
[img[$imgDir + 'vanniall/cam/tease/vannialltease6.webp']]
<<set $vannialltease8 = true>>
<</switch>>
<<set $earnings = random(15,20)>>
<<set $newfollowers = random(12,28)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Vanniall is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[End|Management][$managementlink to false]]
<<else>>
[[End->Vanniall's Room]]
<</if>>
<</nobr>>
<<if $vanniallenergy > 0>>
<<switch random(0,6)>>
<<case 0>>
<<goto vanniallfuckmachine>>
<<case 1>>
<<nobr>>
<<if $vanniallcockring is true>>
<<goto vanniallcockring>>
<<else>>
<<goto vanniallfuckmachine>>
<</if>>
<</nobr>>
<<case 2>>
<<nobr>>
<<if $vanniallonahole is true>>
<<goto vanniallonahole1>>
<<else>>
<<goto vanniallfuckmachine>>
<</if>>
<</nobr>>
<<case 3>>
<<nobr>>
<<if $vanniallonahole is true>>
<<goto vanniallonahole2>>
<<else>>
<<goto vanniallfuckmachine>>
<</if>>
<</nobr>>
<<case 4>>
<<nobr>>
<<if $vanniallonahole is true>>
<<goto vanniallonahole3>>
<<else>>
<<goto vanniallfuckmachine>>
<</if>>
<</nobr>>
<<case 5>>
<<goto vanniallmonsterdildo>>
<<case 6>>
<<if $vanniallcockring is true>>
<<goto vanniallprostateorgasm>>
<<else>>
<<goto vanniallfuckmachine>>
<</if>>
<</switch>>
<<else>>
Vanniall is too tired to do a show
<</if>>
<<back>><<if $vanniallenergy > 0>>
<<if $playercrossdressed>>
<<goto vanniallcrossdressedgroup>>
<<elseif $playerfeminized>>
<<switch random(0,2)>>
<<case 0>>
<<goto vanniallfemdom>>
<<case 1>>
<<goto vannialltransfuck>>
<<case 2>>
<<goto vannialltransblowjob>>
<</switch>>
<<else>>
<<switch random(0,3)>>
<<case 0>>
<<goto vanniallhandyman>>
<<case 1>>
<<goto vanniallfootjob>>
<<case 2>>
<<goto vanniallfemdom>>
<<case 3>>
<<goto vanniall69>>
<</switch>>
<</if>>
<<else>>
Vanniall is too tired to do a show
<</if>>
<<back>><<nobr>>
<<set _end = 5>>
<<if $vanniallcockring is true>>
<<set _end = 6>>
<</if>>
<<if $vanniallenergy > 0>>
<<switch random(0,_end)>>
<<case 0>>
<<if $vanniallcum1 is not true>>
<h2>New scene!</h2>
<</if>>
She cums so hard today that half of it bounces off her face. Luckily the other half sticks around.
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallselffacial2.webp']]
<br>
<br>
<span style="color: lightgreen;">"Thanks for watching guys! Guess I'm going to have to go wash my hair, again ..."</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallfacial.webp']]
<<set $vanniallcum1 = true>>
<<case 1>>
<<if $vanniallcum2 is not true>>
<h2>New scene!</h2>
<</if>>
Vanniall lies down on the bed and gets ready to take it. She must be having an off day, because most of her spurts don't reach her face, landing on her tiny tits and stomach instead.
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallselffacial3.webp']]
<<set $vanniallcum2 = true>>
<<case 2>>
<<if $vanniallcum3 is not true>>
<h2>New scene!</h2>
<</if>>
Despite her best efforts, she misses her open mouth four times in a row.
<br>
<br>
<span style="color: lightgreen;">"Don't worry chat I'll get it next time!"</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallselffacial5.webp']]
<<set $vanniallcum3 = true>>
<<case 3>>
<<if $vanniallcockring is true>>
<<if $vanniallcum4 is not true>>
<h2>New scene!</h2>
<</if>>
Using the new vibrating cockring, Vanniall has the most intense orgasm she's ever had. Her second spurt overshoots her face entirely, coating her chair in jizz.
<br>
<br>
<span style="color: lightgreen;">"Shiiit, I could kill someone with that."</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallselffacial6.webp']]
<<set $vanniallcum4 = true>>
<<else>>
<<if $vanniallcum1 is not true>>
<h2>New scene!</h2>
<</if>>
She cums so hard today half of it bounces off her face. Luckily the other half sticks around.
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallselffacial2.webp']]
<br>
<br>
<span style="color: lightgreen;">"Thanks for watching guys! Guess I'm going to have to go wash my hair, again ..."</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallfacial.webp']]
<<set $vanniallcum1 = true>>
<</if>>
<<case 4>>
<<if $vanniallcum5 is not true>>
<h2>New scene!</h2>
<</if>>
Straight in the eye. Why is it always the eye?
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallselffacial7.webp']]
<<set $vanniallcum5 = true>>
<<case 5>>
<<if $vanniallcockring is true>>
<<if $vanniallcum6 is not true>>
<h2>New scene!</h2>
<</if>>
Just as Vanniall gasps in pleasure her cock shoots out a fat rope straight into her mouth, making her spit it back out.
<br>
<br>
<span style="color: lightgreen;">"Bleh! So salty. I need to work on my diet."</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallcuminmouth.webp']]
<<set $vanniallcum6 = true>>
<<else>>
<<if $vanniallcum1 is not true>>
<h2>New scene!</h2>
<</if>>
She cums so hard today half of it bounces off her face. Luckily the other half sticks around.
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallselffacial2.webp']]
<br>
<br>
<span style="color: lightgreen;">"Thanks for watching guys! Guess I'm going to have to go wash my hair, again ..."</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallfacial.webp']]
<<set $vanniallcum1 = true>>
<</if>>
<<case 6>>
<<if $vanniallcum7 is not true>>
<h2>New scene!</h2>
<</if>>
Even a master of edging like Vanniall can get a little cocky sometimes. Just one stroke too many, and despite her best efforts to hold it in a ruined orgasm soon shoots out of her she-shaft, ending the stream prematurely.
<br>
<br>
<span style="color: lightgreen;">"Fuck! Fuck! Fuck! I didn't mean to- Fuuuuuuuck!</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/cum/vanniallruinedorgasm.webp']]
<<set $vanniallcum7 = true>>
<</switch>>
<<set $earnings = random(20,30)>>
<<set $newfollowers = random(20,36)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[She cleans herself up|Management][$managementlink to false]]
<<else>>
[[She cleans herself up->Vanniall's Room]]
<</if>>
<<else>>
Vanniall is too tired to do a show
<br>
<br>
<<back>>
<</if>>
<</nobr>>Dear Vanniall,
I'm pleased to inform you that your application to work at the house has been accepted. All amenities and foods/drinks are provided, you only need to bring your sexy self. Feel free to move in at your earliest convenience.
$playername
[[Send->Laptop]]
<<set $vaniallaccepted = true>>
<<set $vaniallaccepteddays = 0>>
<<if $room1available is true>>
<<set $vanniallroom = 1>>
<<set $room1available = false>>
<<elseif $room2available is true>>
<<set $vanniallroom = 2>>
<<set $room2available = false>>
<<elseif $room3available is true>>
<<set $room3available = false>>
<<set $vanniallroom = 3>>
<<elseif $room4available is true>>
<<set $room4available = false>>
<<set $vanniallroom = 4>>
<<elseif $room5available is true>>
<<set $room5available = false>>
<<set $vanniallroom = 5>>
<</if>>Early in the morning you hear the doorbell. It's not debt collection day, so you open the door without fear.
<span style="color: lightgreen;">"OMG hiii! I'm so excited to be here! I never thought you'd pick me."</span>
[img[$imgDir + 'vanniall/events/arrival/vanniallarrives.jpeg']]
She kisses you on the cheek and walks in the door.
<span style="color: lightgreen;">"You wouldn't believe how many times I got lost trying to find this place. Anyways, where's my room? I can't wait to see it!"</span>
"It's right upstairs, just follow me."
You lead her to the recently renovated bedroom, and she starts unpacking her stuff while you explain some of the basics of living here. You had no idea it was possible to stuff so many plushies into a travel trunk.
<i>Vanniall is now a resident of the mansion</i>
[[Leave her to get settled->Home]]
<<set $vanniallrecruited = true>>
<<set $vanniallenergy = 1>>
<<set $vanniallcorruption = 0>>
<<set $vanniallfollowers = 194>>
<<set $vanniallmaxenergy = 1>>
<<set $beautysalonavailable = true>><<nobr>>
<<switch $vanniallroom>>
<<case 1>>
[img[$imgDir + 'home/extraroomdecorated.jpeg']]
<<case 2>>
[img[$imgDir + 'home/extraroom2decorated.png']]
<<case 3>>
[img[$imgDir + 'home/extraroom3decorated.webp']]
<<case 4>>
[img[$imgDir + 'home/extraroom4decorated.jpeg']]
<<case 5>>
[img[$imgDir + 'home/extraroom5decorated.jpeg']]
<</switch>>
<</nobr>>
[[Tease->vannialltease]]
<<nobr>>
<<if $vanniallcorruption > 4>>
[[Self facial->vanniallcum]]
<br>
<<else>>
<a disabled><strike>Self facial</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $vanniallcorruption > 9>>
[[Use toys->vannialltoys]]
<br>
<<else>>
<a disabled><strike>Use toys</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $vanniallcorruption > 19 and $energy > 0>>
<<if $playercrossdressed and $playerboughtlingeriesets is not true>>
<a disabled><strike>Group show</strike></a>
<<else>>
[[Group show->vanniallgroup]]
<</if>>
<br>
<<elseif $vanniallcorruption < 20>>
<a disabled><strike>Group show</strike> (not corrupted enough)</a>
<br>
<<else>>
<a disabled><strike>Group show</strike> (you have no energy)</a>
<br>
<</if>>
<<if $playerwig is true and $vanniallplayermakeup is not true and $energy > 0>>
<br>
[[Ask for help with makeup]]
<br>
<</if>>
<</nobr>>
[[Leave->Home]]
<<if $vanniallfriendeventongoing is true>>
<<goto vanniallfriendbedroom>>
<</if>>Korra starts by pleasuring you orally, her warm wet tongue coaxing an erection out of you.
[img[$imgDir + 'outside/gym/korrablow.webp']]
<span style="color: lightblue;">"Delicious, but I think this is a little too easy for you. Let's move on to something tighter."</span>
You grunt as you enter her sweet, sweet ass. Her moans are like music, encouraging you to go deeper and harder.
[img[$imgDir + 'outside/gym/korracardio1.webp']]
Insatiable as ever Korra rides your dick like a bitch in heat. It takes all of your willpower not to cum in her squeezing hole.
[img[$imgDir + 'outside/gym/korracardio2.webp']]
She tests you in a bunch of different positions, each more tiring than the last. Your muscles are sore and your lungs are screaming, but she won't let you take a single break.
<span style="color: lightblue;">"Five more minutes and we switch! Don't give up now!"</span>
[img[$imgDir + 'outside/gym/korracardio3.webp']]
The two of you keep going until you collapse into an exhausted, sweaty mess.
<span style="color: lightblue;">"Mmm, not bad stud. Are you sure you aren't part horse?"</span>
[[That's enough exercise for today->Outside]]
<<set $korrafuck2 = true>>
<<updatePersonality 3>><span style="color: lightblue;">Hey stud,
After your latest performance I mentioned you to my girlfriends. We got into an argument over how many of our asses you could breed in one session. Most of them said you won't make it past 2, but I reckon a fit guy like you could go for 3 or 4. What do you think?
Korra & friends
P.S. Olivia wanted you to know you can practice your stamina on her anytime, the slut</span>
[[View attachment->korrafuck2attachment]]
[[Close->Check email]]
<<set $korrafuck2mail = true>>[img[$imgDir + 'home/email/korrafriends.jpeg']]
<i> I'm not saying going for all 5 isn't a challenge, but I'm willing to give it my best shot.</i>
<<back>><<nobr>>
<<set _maxcamshows = 2>>
<<if $playerfleshlightbought is true>>
<<set _maxcamshows = 4>>
<</if>>
<<switch random(0, _maxcamshows)>>
<<case 0>>
Your body has gotten more attractive and it shows. Your lobby used to be almost empty, but now there are usually a few dozen people watching you.
Some of them are asking to see your ass, and you don't see the harm in it. You're proud of all the training you did after all.
<br>
<br>
CallmeRick: <span style="color: darkgray;">"Now that's a bubble butt."</span>
<br>
<br>
HoleMuncher3: <span style="color: darkgreen;">"I would eat that like groceries!"</span>
<br>
<br>
[img[$imgDir + 'player/cam/male/fitwebcam1.webp']]
<br>
<br>
<<set $earnings = random(20,40)>>
<<case 1>>
It's a slow day and the tips are hard to come by. You're just loafing around on the bed when you notice an incoming DM.
<br>
<br>
MisstressMia: <span style="color: skyblue;">"Hey there baby boy, you look a little bored. Tell you what, I have a nice tip here for you. All you need to do is put one finger in that little boi hole of yours, can you do that for me?"</span>
<br>
<br>
Slightly intrigued you click on her profile. There's a picture along with some basic information. It says she's a pro domme.
<br>
<br>
[img[$imgDir + 'player/cam/male/missmia.jpeg']]
<br>
<br>
<<set $earnings = random(5,10)>>
<<set _fingeroffer = true>>
<<case 2>>
Today your libido is sky-high. You spend over an hour edging, and your shaft swells bigger than you've ever seen it. When you finally cum, the load is massive and thick.
<br>
<br>
CallmeRick: <span style="color: darkgray;">"Damn bro, your floor is probably pregnant after that."</span>
<br>
<br>
I_am_Lucy: <span style="color: darkgreen;">"Nooo I wanted it in my mouth! What a waste."</span>
<br>
<br>
Hotandhorny4tops: <span style="color: orange;">"Do you sell your cum? Or used underwear? DM me."</span>
<br>
<br>
[img[$imgDir + 'player/cam/male/fitwebcamcum.webp']]
<<set $earnings = random(20,40)>>
<<case 3>>
You position your fleshlight on the bed and start humping it, giving your viewers a nice view of your muscular backside. Soon you settle into a nice rhythm as chat cheers you on, urging you to blow your load inside.
<br>
<br>
I_am_Lucy: <span style="color: darkgreen;">"I wish he was breeding me instead..."</span>
<br>
<br>
[img[$imgDir + 'player/cam/male/fleshlight1.webp']]
<<set $earnings = random(25,45)>>
<<case 4>>
The soft insides of the toy feel way too good, after just a few minutes of pumping it up and down you feel your balls contract. You pull out just in time as your cock starts shooting, covering your room and clothes in spunk.
<br>
<br>
"Fuuuuuck!"
<br>
<br>
SissyLeo413: <span style="color: skyblue;">"All that thick cum, gone to waste. You could have dumped it in my ass instead!"</span>
<br>
<br>
[img[$imgDir + 'player/cam/male/fleshlight2.webp']]
<<set $earnings = random(25,45)>>
<</switch>>
<<set $money = $money + $earnings>>
<</nobr>>
<i>You made $earnings dollars in tips</i>
<<nobr>>
<<if _fingeroffer is true>>
[[Accept the offer]]
<br>
<</if>>
<<if $managementlink is true>>
[[Turn it off|Management][$managementlink to false]]
<<else>>
[[Turn it off->Laptop]]
<</if>>
<</nobr>>
<<set $energy = $energy - 1>>
<<set $playerstimesstreamed = $playerstimesstreamed + 1>><<nobr>>
<<switch random(0,4)>>
<<case 0>>
You catch one of the girls in the yard outside with their pants down.
<br>
<br>
<span style="color: lightgreen;">"Uh, it's not what it looks like?"</span>
<br>
<br>
[img[$imgDir + 'vanniall/events/random/vanniallexhibitionist.jpeg']]
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall became more corrupted</i></span>
<<set $vanniallcorruption = $vanniallcorruption + 1>>
<<case 1>>
After getting a great night's rest, Vanniall starts the day in a fantastic mood.
<br>
<br>
[img[$imgDir + 'vanniall/events/random/vanniallgoodmood.jpeg']]
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall has some extra energy today</i></span>
<<set $vanniallenergy = $vanniallenergy + 1>>
<<case 2>>
The morning weather is amazing and Vanniall soaks up some rays.
<br>
<br>
[img[$imgDir + 'vanniall/events/random/vanniallrelaxing1.jpeg']]
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall has some extra energy today</i></span>
<<set $vanniallenergy = $vanniallenergy + 1>>
<<case 3>>
Vanniall begins the day with an early vaping session.
<br>
<br>
[img[$imgDir + 'vanniall/events/random/vanniallvaping.jpeg']]
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall became more corrupted</i></span>
<<set $vanniallcorruption = $vanniallcorruption + 1>>
<<case 4>>
There's a convention happening nearby and Vanniall really wants to go. She will be gone all day.
<br>
<br>
<span style="color: lightgreen;">"What do you think of my costume? Cute, right?"</span>
<br>
<br>
[img[$imgDir + 'vanniall/events/random/vanniallhalloween4.jpeg']]
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall can't work today</i></span>
<<set $vanniallenergy = 0>>
<</switch>>
<</nobr>>
[[The day awaits->Home]]<<nobr>>
<<switch random(0,2)>>
<<case 0>>
She's taking photos for her website.
<br>
<br>
[img[$imgDir + 'vanniall/events/bathroom/vanniallbathroom2.webp']]
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall gained 3 followers</i></span>
<<set $vanniallfollowers = $vanniallfollowers + 3>>
<<case 1>>
Her ass looks extra round today, can't waste this opportunity to record it.
<br>
<br>
[img[$imgDir + 'vanniall/events/bathroom/vanniallbathroom3.jpeg']]
<br>
<br>
<span style="color: lightgreen;"><i>Vanniall gained 3 followers</i></span>
<<nobr>>
<<set $vanniallfollowers = $vanniallfollowers + 3>>
<</nobr>>
<<case 2>>
Vanniall is in the middle of drying her hair when you enter the bathroom.
<br>
<br>
<span style="color: lightgreen;">"Peeping tom huh? Here's what I do to those."</span>
<br>
<br>
She slaps you out of the room.
<br>
<br>
[img[$imgDir + 'vanniall/events/bathroom/vanniallgameover.jpeg']]
<br>
<br>
<span style="color: lightgreen;"><i>She's gained some corruption</i></span>
<<nobr>>
<<set $vanniallcorruption = $vanniallcorruption + 1>>
<</nobr>>
<</switch>>
<br>
<br>
[[Leave->Home]]
<</nobr>>
<<set $vanniallshowered = true>>
In the middle of your argument Vanniall comes downstairs, and she does not look happy.
<span style="color: lightgreen;">"What's with all the noise? I was trying to sleep!"</span>
[img[$imgDir + 'vanniall/events/debt/vannialldebt.jpeg']]
"This man is from the bank, he's here to collect money. They're very strict since I missed a few payments ..."
<span style="color: lightgreen;">"Oh hell no, do you have any idea how early it is? You're coming with me mister I'll teach you some respect."</span>
She grabs him by the collar and basically drags him up the stairs, ignoring his weak protests.
[[Follow them up]]As you walk up the stairs you hear some slight commotion coming from Vanniall's room. When you're close enough you put your ear to the wall trying to understand what they're saying.
...
<span style="color: lightgreen;">"Yeah that's what I thought. You don't want the money, you just come here hoping to get fucked by big girldicks, isn't that right bitchboy?"</span>
You don't hear a clear response, only a muffled moan accompanied by some slurping sounds.
<i>What is going on in there?</i>
[[Peek through the door]]
[[Leave her to it->Home]]
<<set $daystilldebtpayment = 7>>To your surprise the man is on his knees, worshipping Vannial's swollen balls. Judging by the size of her erection she's enjoying it a lot.
<span style="color: lightgreen;">"Today's your lucky day ballkisser, because I'm going to grant your wish."</span>
[img[$imgDir + 'vanniall/events/debt/vannialldebtballs.webp']]
She grabs him by the hair and unceremoniously rams her big dick inside him. The man holds on for dear life as she takes him to poundtown.
<span style="color: lightgreen;">"And if you EVER interrupt my beauty sleep again I will break your ass so bad you will need a diaper, are we clear?</span>
[img[$imgDir + 'vanniall/events/debt/vannialldebtfuck.webp']]
<i>Note to self: do not wake her up early</i>
[[Looks like she has everything under control->Home]]<<set $lauracarpermanentdisabled = true>>
<<goto Outside>>
<span style="color:pink;">Sissies without Daddies</span>
Would you like to help people in need? Are you looking for ways to get rid of your excess cash? Sissies without Daddies helps young gurls all around the world connect with lonely hunks!
<<numberbox "$donation" "10" autofocus>><<button "donate">>
<<if $donation > 0 and $donation <= $money>>
<<set $money = $money - $donation>>
<<if $totaldonation > 0>>
<<set $totaldonation = $totaldonation + $donation>>
<<else>>
<<set $totaldonation = $donation>>
<</if>>
<<goto Mall>>
<</if>>
<</button>>
[[Back->Mall]]
During a short recess, one of the students approaches you at your table.
[img[$imgDir + 'jessy/university/jessy1.webp']]
<span style="color: orange;">"Hiii, I totally spaced out for a bit before and I was wondering if I can copy some of your notes?"</span>
"Sure, if you can manage to decipher my writing."
<span style="color: orange;">"Thanks, you seem cool. Maybe on the next test you can give me some of your answers? I really can't afford to fail."</span>
"Uhh, I don't know about that ..."
<span style="color: orange;">"Come on boomer, I won't tell anyone. I'll even let you see my pussy if you do."</span>
[img[$imgDir + 'jessy/university/jessy2.webp']]
<i>Boomer? I'm not that old. Is this how students act these days?</i>
[[The teacher is back and class continues->Outside]]
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 5>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>><<nobr>>
<<if $vannialltoys1 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
Vanniall wants to see what the viewers think about the old "black cock vs white cock" argument, so she sets up her fucking machine to put it to the test.
[img[$imgDir + 'vanniall/cam/toys/vanniallfuckmachine1.webp']]
<span style="color: lightgreen;">"Are you ready chat? This is your chance to fuck some tight asspussy!"</span>
She starts with the black dildo, and soon the tips start rolling in. Most of the tippers go for a slow but deep setting constantly stretching and pulling on her asshole.
[img[$imgDir + 'vanniall/cam/toys/vanniallfuckmachine2.webp']]
When switching to the white one some bigger donations come in, making the machine pump faster and deeper.
<span style="color: lightgreen;">"Shit guys it's so good, it's ramming against my prostate over and over."</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallfuckmachine3.webp']]
<span style="color: lightgreen;">"Remember to vote for your favorite!"</span>
<<nobr>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Chat fucks her for hours|Management][$managementlink to false]]
<<else>>
[[Chat fucks her for hours->Vanniall's Room]]
<</if>>
<</nobr>>
<<set $vannialltoys1 = true>><<nobr>>
<<if $vannialltoys2 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
Vanniall is using her cockring, the vibrations urging her swollen balls to produce more cum and her to get rock hard.
[img[$imgDir + 'vanniall/cam/toys/vanniallcockring1.webp']]
She wants to try jerking off, but the sensations are intense. Even just a few strokes make her asshole twitch and her dick throb, begging for release.
[img[$imgDir + 'vanniall/cam/toys/vanniallcockring2.webp']]
Switching it to the highest setting quickly overwhelms her, she can't help but cover her calves in a massive load of jizz.
<span style="color: lightgreen;">"Fuck, too muuuuuuuuch!"</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallcockringcum.webp']]
<<nobr>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Vanniall's Room]]
<</if>>
<</nobr>>
<<set $vannialltoys2 = true>>You head downstairs for breakfast and run into Vanniall.
<span style="color: lightgreen;">"Hey boss, looking fine this morning. Sleep well?"</span>
"Okay, I guess."
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairs1.webp']]
<span style="color: lightgreen;">"You know, I haven't properly thanked you yet for letting me stay here. Maybe I can do that now?"</span>
She looks at your crotch rather suggestively.
[[Unzip your pants]]
[[Tell her no thanks is necessary->Home]]
<<set $vanniallthankevent = true>>As you're going for a nice morning coffee you run into one of Vanniall's friends. Apparently they're having a sleepover.
<span style="color: crimson;">"Don't worry mister $playername, we'll be good."</span>
[img[$imgDir + 'vanniall/events/friendevent/vanniallfriend1.webp']]
<i>That's a bit suspicious. Better check around the house to make sure they're not up to something.</i>
[[Continue->Home]]
<<set $vanniallfriendevent = true>>
<<set $vanniallfriendeventongoing = true>>
<<set $vanniallfriendeventtimespeeked = 0>>
<<set $vanniallenergy = 0>>You spend a few hours promoting Vanniall's cam profile online. She gains some followers and has 50% increased earnings on her next show.
[img[$imgDir + 'home/advertise.jpeg']]
<<nobr>>
<<if $managementlink is true>>
[[Continue|Management][$managementlink to false]]
<<else>>
[[Continue->Laptop]]
<</if>>
<</nobr>>
<<set $vannialladvertised = true>>
<<set $energy = $energy - 1>>
<<set $newfollowers = random(5,10)>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>><<nobr>>
<<if $vannialltoys3 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
Excited to use her new toys, Vanniall lubes up and pushes her dick into some rubber pussy. The onahole is a little too small for her, but that doesn't seem to detract from her enjoyment.
<span style="color: lightgreen;">"Look guys, I can fuck it all the way through!"</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallonahole1.webp']]
She spends the rest of the stream fucking the ever-living shit out of the toy. You doubt that hole is ever going to be tight again. Some pervert on the internet will probably buy it used anyways.
[img[$imgDir + 'vanniall/cam/toys/vanniallonahole2.webp']]
<<nobr>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Finish|Management][$managementlink to false]]
<<else>>
[[Finish->Vanniall's Room]]
<</if>>
<</nobr>>
<<set $vannialltoys3 = true>><<nobr>>
<<if $vannialltoys4 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
Some of the degenerates in Vanniall's chat want her to humiliate them, so she decides to do a little roleplay session.
<span style="color: lightgreen;">"Are you sure about this guys? Once I put my big black girldick in your girlfriend's pussy she will never look at your little thing again."</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallntr1.webp']]
SissyLeo413: <span style="color: skyblue;">"Fuck yeah pound her! I can't satisfy her anyway."</span>
Avidfan679: <span style="color: orange;">"My GF deserves a real cock, not my pathetic 3 incher."</span>
Smittyfag: <span style="color: darkgray;">"Can I suck her juices off you when you're done?"</span>
<span style="color: lightgreen;">"All right then, make sure to watch closely to see the exact moment she gets addicted to BBC forever."</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallntr2.webp']]
Her cock is visibly stretching the toy, every thrust making the plastic bulge.
<span style="color: lightgreen;">"Look at that guys, the slut is already creaming herself. I bet she has to fake it for you losers."</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallntr3.webp']]
The chat clearly loves her verbal abuse. Some of them are even posting pictures of their girlfriends and their phone numbers, begging to get cucked.
<span style="color: lightgreen;">"She may be your loving girlfriend, but to me she's just a cocksleeve to cum on. You can take her home now, don't forget to clean her with your tongue."</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallntr4.webp']]
<<nobr>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[That's enough roleplay|Management][$managementlink to false]]
<<else>>
[[That's enough roleplay->Vanniall's Room]]
<</if>>
<</nobr>>
<<set $vannialltoys4 = true>><<nobr>>
<<if $vannialltoys5 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
<span style="color: lightgreen;">"Hi guys! Today we're going to review a new toy my boss got me. I just took it out of the box so it's completely fresh! It has bigger tits AND a bigger cock than me, but I'll show it who's boss."</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallreview1.webp']]
Vanniall starts by trying out the massive fake dick. With some effort she gets it inside and bounces herself up and down, all 9 inches buried in her ass.
<span style="color: lightgreen;">"Look, you can even get a titjob while riding it! How fun is that."</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallreview2.webp']]
The other side is, of course, just as important. After lubing up she breeds the onahole, her balls constantly slapping against the silicone ones.
[img[$imgDir + 'vanniall/cam/toys/vanniallreview3.webp']]
She makes sure to thoroughly test the hole, cock and balls. Some of the viewers are suddenly wishing they were born an onahole. As is tradition, she finishes by covering herself in sticky seed.
<span style="color: lightgreen;">"Wow, that was pretty fun. I'd give it an 8 out of 10."</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallreview4.webp']]
<<nobr>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Clean the toy and log off|Management][$managementlink to false]]
<<else>>
[[Clean the toy and log off->Vanniall's Room]]
<</if>>
<</nobr>>
<<set $vannialltoys5 = true>>She seems eager to get on her knees, your cock already at full attention as she starts teasing the head.
<span style="color: lightgreen;">"Mmm, give me some of that white chocolate."</span>
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairsblowjob1.webp']]
Vanniall gives you one of the sloppiest blowjobs of your life. Her big brown eyes staring up at you are almost enough to make you cum on the spot.
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairsblowjob2.webp']]
[[Return the favour]]
[[Ask if you can eat that ass]]
[[Fuck her on the stairs]]
[[That's enough, someone will catch you->Home]]
<<set $vanniallcorruption++>>You've wanted to suck this beautiful BBC ever since you got her first email, there's no way you're missing this chance. Soon you're gagging and choking on her monster, determined to take it all the way to the balls.
<span style="color: lightgreen;">"That's it baby, use that talented tongue of yours."</span>
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairsblowjob.webp']]
[[Ask if you can eat that ass]]
[[Fuck her on the stairs]]
[[That's enough, someone will catch you->Home]]
<<if $vanniallstairsblowjob is not true>>
<<updatePersonality -3>>
<</if>>
<<set $vanniallstairsblowjob = true>><span style="color: lightgreen;">"Oh you want a piece of this ass? Well, I can't blame you."</span>
Taking off her pants, her round cheeks and tasty looking pucker make you salivate.
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairsrimming1.webp']]
She lets you eat her chocolate asshole to your heart's content. You munch on it like it's the most delicious thing you've ever had, making her moan in pleasure.
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairsrimming2.webp']]
[[Suck her off->Return the favour]]
[[Fuck her on the stairs]]
[[That's enough, someone will catch you->Home]]With your cock well lubed by her mouth she squats down over you. Even with all the saliva it's an incredibly tight fit, her ass slowly stretching as she sinks down inch by inch.
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairsfuck1.webp']]
Vanniall can't believe how big your cock feels inside her.
<span style="color: lightgreen;">"You're going to ruin my asshole boss! What will my viewers think?"</span>
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairsfuck2.webp']]
You were raised a gentleman so you make sure the lady finishes first. She clamps down on your dick like a vice as she covers herself in girl jizz.
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairscum1.webp']]
With her orgasm out of the way you're free to use her pussy as a cumsleeve, depositing your load deep inside.
<span style="color: lightgreen;">"Jesus $playername, I can feel your warm cum all the way to my stomach ..."</span>
[img[$imgDir + 'vanniall/events/thankevent/vanniallstairscum2.webp']]
[[Leave her a cum-leaking mess and get breakfast->Home]]
<<set $vanniallcorruption++>>
<<set $energy = $energy - 1>>
<<set $vanniallenergy-->>
<<updatePersonality 5>>Greetings Sir/Madam,
We at Sissies without Daddies want to thank you for your generous gifts to our foundation. Rest assured we do everything we can to improve sissy lives all over the globe! Top donators like you get invited to our exclusive events, be sure to check your inbox from time to time.
We've included some testimonies of our grateful members.
SwD team
[[View attachments->donationattachments]]
[[Back->Check email]]
<<set $donationmail = true>><span style="color: pink;">"When the doctor told me my vegan diet was ruining my health I was devastated. With the help of your donations, I can now eat at least 3 fresh loads of cum per day. My vitals have never been better!"</span>
- Sissy Leah
[img[$imgDir + 'home/email/donation1.webp']]
<span style="color: pink;">"Sissies without Daddies helped me realize that I don't need to touch my useless little clitty at all! Good riddance I say. Now I can ride big dicks without worries."</span>
- Sissy Adrian
[img[$imgDir + 'home/email/donation2.webp']]
<span style="color: pink;">"Since signing up for the charity my daddies have made sure I permanently have thick cum leaking out of my asspussy. Thank you for helping me save on lube!"</span>
- Sissy Hanako
[img[$imgDir + 'home/email/donation3.webp']]
<<back>><<nobr>>
<<if $vanniallgroup2 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
One of the the fans is obsessed with her feet and wants a POV footjob. She doesn't have a suitable dildo, so she asks you if you would be interested in modeling instead.
<span style="color: lightgreen;">"Don't you want to get spoiled by my beautiful feet? I even got a pedi."</span>
[img[$imgDir + 'vanniall/cam/group/vanniallfeet1.webp']]
<<nobr>>
<<if $energy > 0>>
[[Volunteer as tribute]]
<<else>>
<a disabled><strike>Volunteer as tribute</strike> (no energy)</a>
<</if>>
<</nobr>>
[[Decline]]
<<set $vanniallgroup2 = true>><<nobr>>
<<if $vanniallgroup1 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
Vanniall has been watching too much porn lately, and wants to try out one of the scenarios she saw. She has some sort of costume for you and asks if you want to play along.
<span style="color: lightgreen;">"You can play the oblivious handyman, and I'll be the perverted customer who needs her pipes cleaned! Want to do it?"</span>
[img[$imgDir + 'vanniall/cam/group/handymanoutfit.png']]
[[Put on the costume]]
<<nobr>>
<<if $managementlink is true>>
[[Decline|Management][$managementlink to false]]
<<else>>
[[Decline->Vanniall's Room]]
<</if>>
<</nobr>><<nobr>>
<<if $vanniallgroup3 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
An internet dominatrix wants to do a collab, so she comes over to the house with some of her toys. Vanniall doesn't really know what she's in for, nervously wondering if she should have made more rules beforehand. At least she has a safeword.
<span style="color: lightgreen;">"Uh, you're not going to hit me with that are you? Especially not in the balls.</span>
[img[$imgDir + 'vanniall/cam/group/vanniallfemdom1.webp']]
The domme doesn't seem to like the backtalk she gets, tying and gagging her up for 15 minutes in the naughty corner.
<span style="color: crimson;">"You don't get to decide what I do or don't, slut."</span>
<span style="color: lightgreen;">"Mmmpfh! Umpfie Me!</span>
[img[$imgDir + 'vanniall/cam/group/vanniallfemdom2.webp']]
Even after the timeout her defiant attitude barely improves. She's really testing the limit now.
<span style="color: crimson;">"Fine, you want to do it the hard way? Don't come complaining afterwards that your ass is on fire. You know what you did."</span>
The girl puts on one of her biggest strapons and rams it in raw. The banging goes on for some time, until she finally pounds her sub into submission. Reduced to a whimpering, obedient mess.
[img[$imgDir + 'vanniall/cam/group/vanniallfemdom3.webp']]
Nearing the end of the stream, Vanniall is begging to just let her come and be done with it, but the mistress has little mercy. She slowly tortures her with a Hitachi vibrator until it finally sends her abused cock over the edge.
<span style="color: crimson;">"Look at you, I'm barely touching it and you can't keep it in. Pathetic. Why did I even come here."</span>
[img[$imgDir + 'vanniall/cam/group/vanniallfemdom4.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Let her recover|Management][$managementlink to false]]
<<else>>
[[Let her recover->Vanniall's Room]]
<</if>>
<</nobr>>
<<set $vanniallgroup3 = true>>You lay down on the floor and Vanniall uses her soft soles to rub you hard.
<span style="color: lightgreen;">"You like that don't you, my beautiful toes rubbing your cock. I bet you don't even look at pussy anymore, your eyes go straight for the feet. Pervert."</span>
<i>Is she talking to me or chat?</i>
[img[$imgDir + 'vanniall/cam/group/vanniallfootjob1.webp']]
She's clearly a bit inexperienced, but it feels surprisingly good. Some of the guys in the chat certainly seem jealous. You could get used to this. Especially if you get paid.
[img[$imgDir + 'vanniall/cam/group/vanniallfootjob2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<<set $energy = $energy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Get dressed|Management][$managementlink to false]]
<<else>>
[[Get dressed->Vanniall's Room]]
<</if>>
<</nobr>>She does her best to please the customer without you, but he's not as generous with tips as he could have been.
[img[$imgDir + 'vanniall/cam/group/vanniallfeet2.webp']]
<<nobr>>
<<set $earnings = random(25,40)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Get dressed|Management][$managementlink to false]]
<<else>>
[[Get dressed->Vanniall's Room]]
<</if>>
<</nobr>>You go get changed in the bathroom while Vanniall starts the stream. When you return you knock on the door.
[img[$imgDir + 'vanniall/cam/group/vanniallhandymanknock.webp']]
"Hello miss, did you order repair services?"
<span style="color: lightgreen;">"Yes! please come on in. I'll show you where to go."</span>
She leads you to the bed and gets down on her hands and knees, pretending to look for something.
[img[$imgDir + 'vanniall/cam/group/vanniallhandymantease.webp']]
<span style="color: lightgreen;">"The problem is with this pipe down here, sir. I'm not sure, but I think it hasn't been used enough and is a little rusty."</span>
"Don't worry miss, I'm certain we can figure it out."
[[Start by cleaning your tools]]
<<set $vanniallgroup1 = true>>As you're passing by you hear voices coming from the bathroom, the girls must be in there.
<span style="color: lightgreen; font-size:12px;">"I don't know, I've never peed on someone before. Do you really want me to?"</span>
<span style="color: crimson; font-size:12px;">"Come on, it'll be fun. You're always saying we should try new things."</span>
[[Slightly open the door]]
[[Leave->Home]]
<<set $vanniallfriendpee = true>>You're just in time to see Vanniall cover her friend in pee.
<span style="color: crimson;">"It's so warm, it feels really nice!"</span>
[img[$imgDir + 'vanniall/events/friendevent/vanniallfriendpiss.webp']]
It's clearly not enough for her, when the stream stops she takes the cock into her mouth to slurp up any remaining liquid. Or maybe she wants another type of liquid, it's hard to tell.
[img[$imgDir + 'vanniall/events/friendevent/vanniallfriendbathroom.webp']]
[[Close the door or they'll notice->Home]]
<<set $vanniallcorruption++>><<nobr>>
<<switch $vanniallfriendeventtimespeeked>>
<<case 0>>
The two of them are on the bed, making out. They're being so intimate you're not sure you should be watching this.
<br>
<br>
[img[$imgDir + 'vanniall/events/friendevent/vanniallfriendbedroom1.webp']]
<br>
<br>
[[Come back later->Home]]
<<case 1>>
<span style="color: crimson;">"Damn I missed this cock. It's been weeks since we fucked!"</span>
<br>
<br>
<span style="color: lightgreen;">"I know girl, your slutty hole is actually tight this time."</span>
<br>
<br>
[img[$imgDir + 'vanniall/events/friendevent/vanniallfriendbedroom2.webp']]
<br>
<br>
<i>Isn't that sweet</i>
<br>
<br>
[[Come back later->Home]]
<<case 2>>
Playtime is over, they're really going at it now.
<br>
<br>
<span style="color: crimson;">"Come on, I know you have a big load saved for me. Fill me up!"</span>
<br>
<br>
[img[$imgDir + 'vanniall/events/friendevent/vanniallfriendbedroom3.webp']]
<br>
<br>
<i>I hope the new furniture is sturdy</i>
<br>
<br>
[[Come back later->Home]]
<<case 3>>
Looks like they've fallen asleep.
<br>
<br>
[img[$imgDir + 'vanniall/events/friendevent/vanniallfriendbedroom4.png']]
<br>
<br>
[[Leave them alone->Home]]
<</switch>>
<<if $vanniallfriendeventtimespeeked < 3>>
<<set $vanniallfriendeventtimespeeked = $vanniallfriendeventtimespeeked + 1>>
<</if>>
<</nobr>>You're a little nervous as you've never played with your ass on stream before. You do your best to relax but can barely get to the second knuckle of your middle finger. The woman in the chat, however, is pleased with your efforts.
MisstressMia: <span style="color: skyblue;">"Doesn't that feel good? It's nice to obey isn't it."</span>
[img[$imgDir + 'player/cam/male/fitwebcamfinger.webp']]
MisstressMia: <span style="color: skyblue;">"I'll be back later for more."</span>
<i>You got a $50 bonus tip!</i>
<<nobr>>
<<if $managementlink is true>>
[[Log off|Management][$managementlink to false]]
<<else>>
[[Log off->Laptop]]
<</if>>
<</nobr>>
<<set $money = $money + 50>>
<<if $misslexaobeyed1 is not true>>
<<updatePersonality -5>>
<</if>>
<<set $misslexaobeyed1 = true>>Hello Nyxi,
Very good work with the dildo. I can see you're dedicated to being a true sissy. As a reward, I'll buy you something nice. Would you like some new clothes? Jewellery? A shiny new toy perhaps?
Let me know and I'll make it happen.
<<nobr>>
<<if $playerfeminized is true>>
Mommy
<<else>>
Daddy
<</if>>
<</nobr>>
[[Send->Laptop]]
<<set $nyximail2response = true>>
<<set $nyximail2counter = 0>><span style="color: pink;"><<nobr>>
<<if $playerfeminized is true>>
Dear mommy,
<<else>>
Dear daddy,
<</if>>
<</nobr>>
All of those things sound amazing. A girl can never have enough toys. But there is something else I really wanted: to get back on my hormones. I haven't been able to afford them for months since my insurance stopped reimbursing them.
Without them these itty bitty titties won't grow and I'll never be a real girl. Can you meet me at the hospital? I'm a bit scared to go alone.
Love,
Nyxi</span>
[[Close->Check email]]
<<set $nyximail3 = true>>[img[$imgDir + 'outside/hospital/hospital.jpeg']]
<<nobr>>
<<if $playerfemininity > 4 and $hormonetreatment is not true and $hormonetreatmentdeclined is not true>>
[[Inquire about hormone treatment]]
<br>
<br>
<</if>>
<<if $nyxihospital is not true and $nyximail3 is true>>
<<if $energy < 1>>
<a disabled><strike>Meet Nyxi (too tired)</strike></a>
<<elseif $money < 200>>
<a disabled><strike>Meet Nyxi ($200)</strike></a>
<<else>>
[[Meet Nyxi]]
<</if>>
<br>
<br>
<</if>>
[[Wander around]]
<br>
[[Leave->Outside]]
<</nobr>>
Nyxi is sitting on a bench outside, and you approach her.
<span style="color: pink;"><<nobr>>
<<if $playerfeminized is true>>
<span style="color:pink">"Mommy! you came!"</span>
<<else>>
<span style="color:pink">"Daddy! you came!"</span>
<</if>>
<</nobr>>
[img[$imgDir + 'outside/hospital/nyxioutside.jpeg']]
She jumps on you and gives you a big hug.
"You can just call me $playername in public if you want."
<span style="color: pink;"><<nobr>>
<<if $playerfeminized is true>>
<span style="color:pink">"Oh I know, but mommy sounds better."</span>
<<else>>
<span style="color:pink">"Oh I know, but daddy sounds better."</span>
<</if>>
<</nobr>>
<span style="color:pink">"I'm so happy, I wasn't sure you were actually real. I already made an appointment inside, we just need to answer some questions."</span>
[[Go inside]]Because Nyxi already took the medication before the process is quite simple. A doctor's assistant takes you apart and explains which pills to take at what times, and hands you a brochure with possible side effects.
<span style="color:yellow">"It's possible we will have to adjust the dose based on how your body reacts. Come back in a month for a checkup."</span>
You, of course, pay for all the medical expenses.
[img[$imgDir + 'outside/hospital/hormonetherapy.png']]
<i>Nyxi is back on hormones</i>
[[Leave->Outside]]
<<set $nyxihospital = true>>
<<set $money = $money - 200>>
<<set $energy = $energy - 1>><<nobr>>
<<if $playerfeminized is true>>
<span style="color:pink">"Oh, hi mommy! So nice to see you."</span>
<<else>>
<span style="color:pink">"Oh, hi daddy! So nice to see you."</span>
<</if>>
<</nobr>>
"Nyxi? What are you doing here?"
<span style="color:pink">"I go here silly. What did you think I did all day? Dream about cocks?"</span>
"Uhh ..."
<span style="color:pink">"Don't answer that. You should come by my dorm sometime if you're in the area. Here, I'll write down the building and number. Have to get to class though!"</span>
She gives you a little peek and leaves up some stairs.
[img[$imgDir + 'outside/university/nyxi/nyxischool2.webp']]
<i>Nyxi's dorm is now available</i>
[[Leave->University]]
<<nobr>>
<<set $nyxidormavailable = true>>
<<if $playerfeminized is true>>
<<set $nyxiplayerfeminizedevent = true>>
<<set $nyxifirstblowjob = true>>
<</if>>
<</nobr>><<nobr>>
<<if $nyxidormpresent is not true>>
You knock on the door but Nyxi isn't here, she's probably at class.
<br>
<br>
[img[$imgDir + 'outside/university/nyxi/nyxidorm.jpeg']]
<<else>>
<<if $nyxifirstblowjob is not true>>
<<goto nyxifirstblowjob>>
<<elseif $playerfeminized is true and $nyxiplayerfeminizedevent is not true>>
<<goto nyxiplayerfeminized>>
<<elseif $nyxichastityoutside is true and $nyxichastityoutsidecompleted is not true>>
<<goto nyxichastityoutside>>
<<elseif $nyxiclubbingavailable is true>>
<<goto nyxiclubbing>>
<<elseif $nyxigangbangavailable is true>>
<<goto nyxigangbang>>
<<elseif $nyxifirstblowjobdays > 2 and $nyxiencouraged is not true and $nyxipunished is not true>>
<<goto nyxicaughtmasturbating>>
<<elseif $nyxiencourageddays > 2 and $nyxihorsedildo is not true>>
<<goto nyxihorsedildo>>
<<elseif $nyxichastitydays > 2 and $nyxichastityvibrator is not true>>
<<goto nyxichastityvibrator>>
<<elseif $nyxichastityvibratordays > 2 and $nyxichastityfucked is not true>>
<<goto nyxicockcagefuck>>
<<elseif $nyxihorsedildodays > 2 and $nyximarcusvisited is not true and $nyxigangbangcompleted is not true>>
<<goto nyxiblackfriend>>
<<else>>
<<if $playerfeminized is not true>>
<span style="color:pink">"How can I please you, daddy?"</span>
<<else>>
<<if $bbcdormfucked is true>>
<span style="color:pink">"Welcome back mommy. You've got something on your face."</span>
<<else>>
<span style="color:pink">"How can I please you, mommy?"</span>
<</if>>
<</if>>
<br>
<br>
[img[$imgDir + 'outside/university/nyxi/nyxidorm.webp']]
<br>
<br>
[[Talk to Nyxi]]
<br>
<<if $energy > 0>>
[[Have her suck you]]
<</if>>
<<if $nyxigangbangcompleted is true and $energy > 0>>
<br>
[[Find some BBC in the dorm]]
<<set $bbcdormfucked = false>>
<</if>>
<<if $nyxicockcagebought is true and $nyxichastity is not true>>
<br>
[[Lock her in chastity->nyxicockcage]]
<</if>>
<</if>>
<</if>>
<</nobr>>
[[Leave the dorm->University]]You've barely entered her dorm or Nyxi throws you on the bed and starts fumbling with your pants.
<span style="color:pink">"Daddyyyy, I can't wait anymore. I need a real cock and I need it to be yours."</span>
She succeeds in unbuttoning your pants and starts to lick and kiss your cock. It seems to calm her down, but only a little.
[img[$imgDir + 'outside/university/nyxi/nyxiblowjob1.webp']]
Nyxi can't stop moaning as she finally gets to take a cock into her mouth. She must have been dreaming of this moment for years. The daily dildo practice certainly paid off, because it feels amazing.
[img[$imgDir + 'outside/university/nyxi/nyxiblowjob2.webp']]
You grab her by the hair and guide her down even deeper. Even this small act of dominance drives her wild, you've never seen such a natural submissive before.
<span style="color:pink">"Force me down daddy, I can take it! Please!"</span>
[img[$imgDir + 'outside/university/nyxi/nyxiblowjob3.webp']]
With a big grunt you unload what feels like an endless load into her mouth and throat. You caught her by surprise but she takes it like a champ. Judging by the sounds she makes you could swear she came in her pants.
[img[$imgDir + 'outside/university/nyxi/nyxiblowjob4.webp']]
Nyxi spends the next minute thoroughly savoring every drop in her mouth before swallowing.
<span style="color:pink">"My very first load of cum ... thank you, daddy."</span>
[[Hang out a while and go->University]]
<<set $nyxifirstblowjob = true>>
<<set $energy = $energy - 1>><<nobr>>
<<switch random(0,2)>>
<<case 0>>
<<if $nyxifuckedbybbc is true>>
<span style="color:pink">"God, I can't wait for the next time Marcus stops by. I'm in love with his cock..."</span>
<<elseif $nyxichastity is true>>
<<if $playerfeminized is not true>>
<span style="color:pink">"Are you here to take off my cage, daddy?"</span>
<<else>>
<span style="color:pink">"Are you here to take off my cage, mommy?"</span>
<</if>>
<<else>>
<span style="color:pink">"You know, I think I want to start playing with my ass. I just don't know where to start ..."</span>
<</if>>
<<case 1>>
<span style="color:pink">"Have you been working out? You look great. I can never stick to any training plan."</span>
<<case 2>>
<<if $playerfeminized is not true>>
<span style="color:pink">"Thanks again for the hormones, daddy. Do my titties look bigger yet to you?"</span>
<<else>>
<span style="color:pink">"Thanks again for the hormones, mommy. Do my titties look bigger yet to you?"</span>
<</if>>
<</switch>>
<</nobr>>
[img[$imgDir + 'outside/university/nyxi/nyxitalk.jpeg']]
<i>You spend some time with her, but feel your relationship won't progress for now</i>
<<back>><<nobr>>
<<if $nyximarcusvisited is true>>
<<if $playerfeminized is true>>
<span style="color:pink">"Sorry mommy, Marcus said I'm not allowed to touch your thing anymore. But you can still come watch us!"</span>
<<else>>
<span style="color:pink">"Sorry daddy, Marcus said I'm not allowed to touch your thing anymore. But you can still come watch us!"</span>
<</if>>
<br>
<br>
[img[$imgDir + 'outside/university/nyxi/nyxitalk.jpeg']]
<br>
<br>
[[Leave->University]]
<<else>>
Nyxi yelps in joy and gets to work, slobbering all over your dick like a proper sissy.
<br>
<br>
<span style="color:pink">"GLK GLK GLK GLK"</span>
<br>
<br>
<<if $playerfeminized is true>>
[img[$imgDir + 'outside/university/nyxi/nyxisuckrepeatfeminized.webp']]
<<else>>
[img[$imgDir + 'outside/university/nyxi/nyxisuckrepeat.webp']]
<</if>>
<br>
<br>
<i>Happy sissy, happy cock</i>
<br>
<br>
[[Dump your load and finish->Nyxi's dorm]]
<</if>>
<</nobr>>
<<set $energy = $energy - 1>>
<<if $nyxiaskedtosuck is not true>>
<<set $nyxiaskedtosuck = true>>
<<updatePersonality 2>>
<</if>>
<<nobr>>
<<if $extraroom2cleaned is not true>>
<<switch $extraroom2progress>>
<<case 1>>
[img[$imgDir + 'home/extraroom2slightlyclean.png']]
<<case 2>>
[img[$imgDir + 'home/extraroom2veryclean.png']]
<<default>>
[img[$imgDir + 'home/extraroom2.png']]
<</switch>>
<br>
<br>
<i>Now that a new girl has moved in I can get started restoring more of the mansion.</i>
<br>
<br>
<<if $energy < 1>>
<a disabled><strike>Clean up the room</strike> (too tired)</a>
<<else>>
[[Clean up the room->cleanroom2]]
<</if>>
<br>
<br>
<<elseif $extraroom2decorated is not true>>
[img[$imgDir + 'home/extraroom2empty.png']]
<br>
<br>
<i>Still needs to be properly decorated.</i>
<br>
<br>
<<if $money > 499>>
[[Redecorate ($500)->redecorate2]]
<br>
<br>
<<else>>
<a disabled><strike>Redecorate ($500)</strike></a>
<br>
<br>
<</if>>
<<else>>
[img[$imgDir + 'home/extraroom2decorated.png']]
<br>
<br>
<i>Hopefully I'll find a girl to use it soon.</i>
<br>
<br>
<</if>>
[[Back->Home]]
<</nobr>><<nobr>>
<<if $extraroom2progress is 2>>
<<set $extraroom2cleaned = true>>
Finally ready for some furniture.
<<elseif $extraroom2progress is 1>>
You put your back into it and finally start to get somewhere.
<<set $extraroom2progress = 2>>
<<else>>
You start cleaning the room. It's just as much work as last time.
<<set $extraroom2progress = 1>>
<</if>>
<br>
<br>
[img[$imgDir + 'home/cleaning.webp']]
<br>
<br>
[[Finish->Home]]
<</nobr>>
<<set $energy = $energy - 1>>[img[$imgDir + 'home/extraroom2decorated.png']]
You add some furniture and even get a guy to decorate the walls. Not bad.
[[Back->Home]]
<<set $extraroom2decorated = true>>
<<set $room2available = true>>
<<set $money = $money - 500>>As a professional, you take great pride in your tools. Maintaining them is just as important as knowing how to use them. Luckily Vanniall is willing to help you with the cleaning and preparing, speeding up the process significantly.
[img[$imgDir + 'vanniall/cam/group/vanniallhandymanblowjob.webp']]
When your tools are ready to go you start inspecting the pipe. At first glance there aren't any issues with it, not even after a more thorough examination. Looks like you'll have to try something else.
[img[$imgDir + 'vanniall/cam/group/vanniallhandymanrimming.webp']]
"Don't worry miss, we'll get to the bottom of this."
<span style="color: lightgreen;">"Please do!"</span>
[[Inspect deeper]]You use all your expertise to do some proper testing, really getting in there. The customer seems very impressed and compliments you on your skills and knowledge. You pride yourself on good customer service after all.
[img[$imgDir + 'vanniall/cam/group/vanniallhandymandoggy.webp']]
You have a rough idea of the issue, but just to confirm you check from another angle. Better safe than sorry.
[img[$imgDir + 'vanniall/cam/group/vanniallhandymancowgirl.webp']]
"Ah, I see what the problem is. Don't worry this is an easy fix. Just need to put some cleaning fluids in there."
Good thing you still have some product saved up. You squirt a generous amount inside, coating the walls of the pipe.
[img[$imgDir + 'vanniall/cam/group/vanniallhandymancreampie.webp']]
"Leave that in to soak for a few hours and it'll be good as new, miss."
<span style="color: lightgreen;">"Oh, thank you so much mister. If only everyone was this skilled at their job."</span>
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<<set $energy = $energy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Leave her to soak|Management][$managementlink to false]]
<<else>>
[[Leave her to soak->Vanniall's Room]]
<</if>>
<</nobr>>[img[$imgDir + 'home/email/venus.jpeg']]
<span style="color: lightgreen;">Name: Venus
Age: 30
Specialty: Destroying holes
Personality: Very dominant
Reason for applying: I want to get rich, and I want to fuck a lot. Your mansion looks like the place to be. You better be an experienced bottom, because I will be using you often. If not I'll just message one of my booty calls, they're always desperate for my dick.</span>
[[View the video->venusapplication]]
[[Back->Check email]]
<<set $venusmail = true>>[img[$imgDir + 'home/email/sara.webp']]
<span style="color: #5F9EA0;">Name: Sara
Age: 27
Specialty: Big Dick Goth GF
Personality: Dominant
Reason for applying: I'm all about giving and taking. I'll pound the shit out of your ass, and make you pound the shit out of mine. If lonely people on the internet want to pay to watch, fine by me. But you better keep me satisfied.</span>
[[View the video->saraapplication]]
[[Back->Check email]]
<<set $saramail = true>>[img[$imgDir + 'home/email/saraapplication.webp']]
<i>Mommy? Sorry. Mommy? Sorry. Mommy?</i>
<<nobr>>
<<if $saraaccepted is not true>>
<<if $playermanagementskill > 9 and ($room1available or $room2available or $room3available or $room4available or $room5available)>>
[[Accept this application->saraacceptance]]
<<elseif $playermanagementskill < 10 or ndef $playermanagementskill>>
<a disabled><strike>Accept this application</strike> (Business management skill of 10 required)</a>
<<else>>
<a disabled><strike>Accept this application</strike> (Need an available room)</a>
<</if>>
<</if>>
<</nobr>>
<<back>>[img[$imgDir + 'home/email/venusapplication.webp']]
<i>I don't know if I can handle that ...</i>
<<nobr>>
<<if $venusaccepted is not true>>
<<if $playermanagementskill > 19 and ($room1available or $room2available or $room3available or $room4available or $room5available)>>
[[Accept this application->VenusAcceptance]]
<<elseif $playermanagementskill < 20 or ndef $playermanagementskill>>
<a disabled><strike>Accept this application</strike> (Business management skill of 20 required)</a>
<<else>>
<a disabled><strike>Accept this application</strike> (Need an available room)</a>
<</if>>
<</if>>
<</nobr>>
<<back>>You run into Natassia, she's shopping for some edible underwear.
[img[$imgDir + 'outside/mall/natassiamall.webp']]
<span style="color: lightblue;">"You hungry boy? Was my ass not enough for you? Too bad, someone else ordered these, along with a chocolate milkshake. Maybe I'll save one of those for you to drink later."</span>
[[Continue shopping->Libodos Erotica]]
<<set $natassiaunderwearevent = true>>Laura is really happy you invited her, and the two of you go for a walk in nature. She's clearly in a good mood because she keeps asking if you're enjoying the view as much as she is.
[img[$imgDir + 'laura/events/lake/laurapark1.webp']]
There's always been a bit of an exhibitionist streak in her, and today is no different. Every chance she gets the horndog tries to get you to look or touch. Not that you have a problem with that.
<span style="color:#e68be6;">"Come on, I know you've always wanted to feel them $playername. Give it a little squeeze!"</span>
[img[$imgDir + 'laura/events/lake/laurapark2.webp']]
When getting a little too excited she steps on some slippery rocks and falls on her butt. There are clearly no serious injuries, but she makes you check her moneymaker for scrapes and bruises.
<span style="color:#e68be6;">"You're sure you can't see anything? Maybe we should check under the panties just in case..."</span>
[img[$imgDir + 'laura/events/lake/laurapark3.webp']]
<span style="color: #e68be6;"><i>Laura gained some corruption</i></span>
[[You get back without any more accidents->Lake]]
<<set $lauracorruption++>>
<<set $lauralakeevent1 = true>><<nobr>>
<<if $lauracouple4 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
You find Laura having set up her stream in the kitchen. She asks if you want to help her cum.
<span style="color:#e68be6">"My hole is so lonely without anything in it papi, can you fill it up?"</span>
[img[$imgDir + 'laura/cam/couple/laurakitchenintro.webp']]
[[Just watch]]
[[Selflessly assist]]
<<set $lauracouple4 = true>>
A little disappointed she goes on with the stream, eventually splurting all over herself and the kitchen. Maybe you need to consider setting some ground rules about what areas of the house she's allowed to cum on.
[img[$imgDir + 'laura/cam/couple/laurakitchensolo1.webp']]
Laura starts cleaning herself up, winding down the stream. You hope she will clean the chair too, you love that chair.
<span style="color: #e68be6;">"Thanks for watching guys. Maybe next time my manager won't be such a chicken about being on cam."</span>
[img[$imgDir + 'laura/cam/couple/laurakitchensolo2.webp']]
<<nobr>>
<<set $earnings = random(25,35)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(30,50)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>You made $ $earnings this stream and Laura got $newfollowers new followers</i></span>
<br>
<<set $lauracorruption++>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<br>
<<if $managementlink is true>>
[[Finish|Management][$managementlink to false]]
<<else>>
[[Finish->Laura's Room]]
<</if>>
<</nobr>>Laura starts by taking out your dick and frotting it with hers, getting it ready for the big performance. Once your member is fully hard she lies back, her twitching asshole inviting you in.
[img[$imgDir + 'laura/cam/couple/laurakitchenfrot.webp']]
She makes you do all the work while talking to chat. You even have to jerk her off while slowly stretching out her ass. Eh, there are worse jobs in the world.
<span style="color:#e68be6">"See babies, I have my own personal boy toy. He does everything for me."</span>
Twelveinchpianist: <span style="color: darkgray;">"Where do we apply for that job?"</span>
[img[$imgDir + 'laura/cam/couple/laurakitchenfuck.webp']]
After nearly half an hour of back-breaking work she finally cums, covering herself with a thick load.
[img[$imgDir + 'laura/cam/couple/laurakitchencum.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(60,100)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;">"Thank you $playername, you can go now. I'll shout if I need you again."</span>
<br>
<br>
<i>That's it? Talk about blue balls.</i>
<br>
<br>
<span style="color: #e68be6;"><i>You made $ $earnings this stream and Laura got $newfollowers new followers</i></span>
<br>
<<set $lauracorruption++>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<<set $energy = $energy - 1>>
<br>
<<if $managementlink is true>>
[[Time to go before she makes you clean|Management][$managementlink to false]]
<<else>>
[[Time to go before she makes you clean->Laura's Room]]
<</if>>
<</nobr>><<widget "updatePersonality">>
<<nobr>>
<<if ndef $playerpersonality>>
<<set $playerpersonality = 50>>
<</if>>
<<set $playerpersonality = $playerpersonality + _args[0]>>
<<if $playerpersonality < 0>>
<<set $playerpersonality = 0>>
<</if>>
<<if $playerpersonality > 100>>
<<set $playerpersonality = 100>>
<</if>>
<</nobr>>
<</widget>>
<<widget "updateFemininity">>
<<nobr>>
<<if ndef $playerfemininity>>
<<set $playerfemininity = 0>>
<</if>>
<<set $playerfemininity = $playerfemininity + _args[0]>>
<<if $playerfemininity < 0>>
<<set $playerfemininity = 0>>
<</if>>
<<if $playerfemininity > 100>>
<<set $playerfemininity = 100>>
<</if>>
<</nobr>>
<</widget>><<nobr>>
<<if $playermanagementskill is 7 and $classtest1 is not true>>
<<goto classtest1>>
<<elseif $playermanagementskill is 9>>
<<goto classtest1results>>
<<else>>
<<switch random(0,2)>>
<<case 0>>
The entire lesson you think you're going crazy. There's a constant buzzing noise behind you, but when you turn around there is nothing there. A little while later a girl shouts <span style="color:orange"> "EMERGENCY BATHROOM BREAK!"</span> and tries to leave, but she comes to a sudden stop right in front of your desk.
<br>
<br>
<span style="color:orange">"Ohhh no, too late..."</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/class4.webp']]
<br>
<br>
She sheepishly turns around and apologizes to you.
<br>
<br>
<span style="color:orange">"Let's just pretend you never saw that."</span>
<br>
<br>
<i>Mystery solved at least</i>
<br>
<br>
<<case 2>>
You take notes and learn a lot.
<br>
<br>
[img[$imgDir + 'outside/university/class/payattention.webp']]
<br>
<br>
<<case 1>>
You're having trouble concentrating today, a girl keeps trying to distract you.
<br>
<br>
<span style="color: orange;">"Want to crawl under my desk, sexy? Or me under yours? I can go either way."</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/class3.webp']]
<br>
<br>
<</switch>>
<<if $playermanagementskill < 10>>
<i>Your business management skills have improved.</i>
<<else>>
<i>You've learned all you can for now.</i>
<</if>>
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 10>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<</if>>
<</nobr>>
[[Finish class->University]]Today is the first exam of the class. You feel pretty confident about it, having paid attention in at least some of the classes so far. Jessy, the girl you met in an earlier class, takes a seat right next to you. She's clearly hoping to get a good view of your test sheet.
<span style="color:orange">"Move your hand boomer, I can't see."</span>
[img[$imgDir + 'outside/university/class/test.jpeg']]
[[Let her cheat off you]]
[[Hide your answers]]
<<set $classtest1 = true>> Jessy copies a bunch of your answers, you hope she remembers to make some changes so the teacher doesn't catch on. When the test is over she stays until the others leave, and motions you to do the same, so she can give you your reward.
<span style="color:orange">"Thanks, loser. Try not to jerk off too much after this."</span>
[img[$imgDir + 'outside/university/class/jessycheatreward.webp']]
[[Leave the classroom->University]]
<<set $jessycheatedoffyou = true>>
<<updatePersonality -3>>
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 10>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>Using your arm you prevent anyone from seeing what you wrote down. The test feels really easy, but Jessy is sitting with her hands in her hair. She clearly has no clue what to do.
[img[$imgDir + 'outside/university/class/testhiding.jpeg']]
[[Turn in your paper and go->University]]
<<updatePersonality 3>>
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 10>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>><<nobr>>
<<if $classtest1results is true>>
<span style="color:orange">"So, $playername, here to take your retest?"</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/teachercaught.webp']]
<br>
<br>
<<if $playerpersonality > 59>>
[[Threaten to report her]]
<<else>>
<a disabled><strike>Threaten to report her</strike> (Your personality is not dominant enough)</a>
<</if>>
<br>
<<if $money > 249>>
[[Bribe her instead]]
<<else>>
<a disabled><strike>Bribe her</strike> ($250)</a>
<</if>>
<br>
[[Get down on your knees]]
<br>
<br>
[[Tell her you want to sleep on it->University]]
<<else>>
<<if $jessycheatedoffyou is true and $playerfeminized is not true>>
The teacher hands out the corrected tests, and to your surprise you failed. You're certain most of your answers are correct, so you decide to go see the teacher after class.
<br>
<br>
[img[$imgDir + 'outside/university/class/testfailed.jpeg']]
<br>
<br>
<span style="color:orange">"Yes, $playername?"</span>
<br>
<br>
"Miss Eva, I think there's been a mistake. All my answers are marked as wrong even though I know they're not."
<br>
<br>
<span style="color:orange">"I think we both know what happened here. They were an exact copy of another student's. Cheating is not tolerated at this university. If you still want to pass, you'll have to retake the test. Orally."</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/teachercaught.webp']]
<br>
<br>
<i>Does she want what I think she wants?</i>
<br>
<br>
<<if $playerpersonality > 59>>
[[Threaten to report her]]
<<else>>
<a disabled><strike>Threaten to report her</strike> (Your personality is not dominant enough)</a>
<</if>>
<br>
<<if $money > 249>>
[[Bribe her instead]]
<<else>>
<a disabled><strike>Bribe her</strike> ($250)</a>
<</if>>
<br>
[[Get down on your knees]]
<br>
<br>
[[Tell her you want to sleep on it->University]]
<<set $money = $money - 20>>
<<set $classtest1results = true>>
<<set $playerclass = true>>
<<else>>
The teacher hands you back your test, you passed with flying colors. Some of the others in the class didn't fare so well.
<br>
<br>
[img[$imgDir + 'outside/university/class/passtest.jpeg']]
<br>
<br>
[[Pay attention until class is over->Outside]]
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 10>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<</if>>
<</if>>
<</nobr>>
You raise your eyebrows and give her a cold stare.
"Are you sexually harassing a student, miss Eva? Abusing your power as a teacher? I wonder what the school board will make of that."
<span style="color:orange">"Okay, let's not be hasty here. I can't afford another strike on my record. I apologize for the mistake, you clearly deserve an A. Here, I'll change it. Just keep this between us, okay?"</span>
[img[$imgDir + 'outside/university/class/teacher.jpeg']]
[[Make her prove she's sorry]]
[[Get out with your A->University]]
<<set $energy = $energy - 1>>
<<updatePersonality 3>>
<<if $playermanagementskill < 10>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<<set $teacherthreatened = true>>
<<set $playerclass = true>>You decide to slip her a little something in an effort to change her mind. She raises an eyebrow, but takes your offer without any further problems. A little green paper can go a long way.
[img[$imgDir + 'outside/university/class/bribe.jpeg']]
<span style="color:orange">"Well, I suppose you have been an exemplary student so far. I'll let it go this once."</span>
[[Leave->University]]
<<set $money = $money - 250>>
<<set $energy = $energy - 1>>
<<if $playermanagementskill < 10>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<<set $teacherbribed = true>>
<<set $playerclass = true>><span style="color:orange">"Very well then, let's begin your test. Question 1, what should a man do when a woman shows him her perfect, twitching asshole?"</span>
You know the answer to this, and dive right in. Pleasuring her with your mouth and tongue, you feel encouraged by her subtle moans and coos.
[img[$imgDir + 'outside/university/class/teachercheat1.webp']]
<span style="color:orange">"Question 2, if your worship of her ass gave your partner a throbbing erection, what is the next step?"</span>
Well...
[img[$imgDir + 'outside/university/class/teachercheat2.webp']]
She keeps asking you questions, making you switch between her ass, balls, and cock constantly. Your jaw starts to ache but you're too afraid to complain, she seems really into it.
[img[$imgDir + 'outside/university/class/teachercheat3.webp']]
When her pent-up cock can't take it anymore she pushes you down balls deep, nose pressed against her crotch. You're forced to sit there and swallow every slimy shot she releases into your mouth and throat.
<span style="color:orange">"Mmm, bonus points for not letting a single drop go to waste."</span>
[img[$imgDir + 'outside/university/class/teachercheat4.webp']]
<span style="color:orange">"An acceptable performance, $playername. I'll give you a B and let you advance, but you won't like what happens if I catch you cheating again."</span>
[[Exit with a salty taste in your mouth->University]]
<<set $energy = $energy - 1>>
<<updatePersonality -5>>
<<if $playermanagementskill < 10>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<<set $teachersucked = true>>
<<set $playerclass = true>> She knows what you're expecting of her, kneeling down and taking out your cock. You can feel her warm, wet tongue running over your balls and shaft, making you harder by the second.
<span style="color:orange">"Fine, let's get this over with."</span>
[img[$imgDir + 'outside/university/class/teacherthreaten1.webp']]
Despite her earlier bravado she's clearly a very experienced dicksucker. Seeing her eyes roll back she might even be enjoying slobbering on your manhood more than you are.
[img[$imgDir + 'outside/university/class/teacherthreaten2.webp']]
When you feel your orgasm approaching you throw her on the teacher's desk and make her beg for it. She moans loudly as you cover her face and tits with a thick load. She's completely marked with your scent now.
[img[$imgDir + 'outside/university/class/teacherthreatencum.webp']]
As you're getting dressed she seems to come back to her senses.
<span style="color:orange">"Oh god, I let a student cum all over me. That's real low, even for me. Please just get out."</span>
[[Leave her on the table->University]]
<<updatePersonality 5>><<nobr>>
<<if $trainerhouseavailable is true>>
[img[$imgDir + 'outside/gym/leticiaselfie.jpeg']]
<br>
<br>
<span style="color: lightblue;">"Remember to drop by my place sometime for some personal training!"</span>
<br>
<br>
<<back>>
<<else>>
[img[$imgDir + 'outside/gym/leticiaselfie.jpeg']]
<br>
<br>
<span style="color: lightblue;">"Hey there rookie, I've noticed you made a lot of progress in the last few weeks. If you want to take it a step further, I offer exclusive one on one sessions at my home gym."</span>
<br>
<br>
"I guess I'll consider it? It has been getting harder to improve lately."
<br>
<br>
<span style="color: lightblue;">"Don't worry, I'm a professional. My services don't come cheap but I promise they are worth it. Here I'll give you the address, feel free to stop by any time."</span>
<br>
<br>
<i>Leticia's house is now available!</i>
<br>
<br>
<<set $trainerhouseavailable = true>>
[[Back->Gym]]
<</if>>
<</nobr>>[img[$imgDir + 'outside/trainerhouse/trainerhouse.jpeg']]
<i>Pretty impressive house for a gym employee. Business must be booming.</i>
[[Go Inside->leticiagym]]
[[Drive away->Outside]] You find Leticia, as always, in the middle of a workout. Her body is glistening with sweat but she doesn't seem tired at all.
[img[$imgDir + 'outside/trainerhouse/hometrainingreet.webp']]
<span style="color: lightblue;">"Ah, there you are. Ready for some training?"</span>
<<nobr>>
<<if $energy > 0>>
<<if $workedout is not true>>
<<if $money > 49>>
[[Have her train you ($50)]]
<br>
<<else>>
<a disabled><strike>Have her train you ($50)</strike> (Not enough money)</a>
<br>
<</if>>
<<else>>
<a disabled><strike>Have her train you</strike> (You already trained today)</a>
<br>
<</if>>
<<if $leticiabonustrainingavailable is true and $playerfeminized is not true>>
<<if $leticiaproteinshake is not true>>
<<if $money > 74>>
[[Order a "Fresh Protein Shake" ($75)]]
<br>
<<else>>
<a disabled><strike>Order a "Fresh Protein Shake" ($75)</strike> (Not enough money)</a>
<br>
<</if>>
<<else>>
<a disabled><strike>Order a "Fresh Protein Shake" ($75)</strike> (She needs time to refill the tank)</a>
<br>
<</if>>
<<if $workedout is not true>>
<<if $money > 149>>
[[Intense glute thrusting workout ($150)]]
<br>
<<else>>
<a disabled><strike>Intense glute thrusting workout ($150)</strike> (Not enough money)</a>
<br>
<</if>>
<br>
<<else>>
<a disabled><strike>Intense glute thrusting workout</strike> (You already trained today)</a>
<br>
<</if>>
<br>
<</if>>
<<else>>
<a disabled><strike>Too tired to work out</strike></a>
<</if>>
<<if $leticiabonustrainingavailable is true and $playerfeminized is true>>
<<if $money > 99>>
[[Deep stretching session ($100)]]
<br>
<<else>>
<a disabled><strike>Deep stretching session ($100)</strike> (Not enough money)</a>
<br>
<</if>>
<</if>>
<</nobr>>
[[Leave->leticiahouse]] <<nobr>>
<<switch $fitness>>
<<case 20>>
The workout is tough, but nothing you can't handle. She watches over your form and does all the exercises with you, most of them with a lot more weight. In the middle of your workout she suddenly takes off her top, revealing her perky and sweaty orbs. You do your best not to stare as her chest heaves with every rep.
<br>
<br>
<span style="color: lightblue;">"You don't mind do you? I've ruined so many cute clothes sweating I prefer not to wear any."</span>
<br>
<br>
"No, no, it's fine. Definitely wouldn't want to damage them."
<br>
<br>
[img[$imgDir + 'outside/trainerhouse/hometraining1.webp']]
<br>
<br>
<i>Your fitness has improved</i>
<<case 21>>
Because you did so well last time the training is harder this time. You try to keep up with her but it's impossible, she must be some kind of natural freak. Her clothes came off even faster today, and you could swear she was at least wearing pants last time. A voice wakes you up from your daydreaming, and you focus on the exercise.
<br>
<br>
<span style="color: lightblue;">"Come on $playername, you've got at least 2 more in you! Push it!"</span>
<br>
<br>
[img[$imgDir + 'outside/trainerhouse/hometraining2.webp']]
<br>
<br>
<i>Your fitness has improved</i>
<<case 22>>
<<if $playerfeminized is not true>>
<<goto leticiatrainingwithshower>>
<<else>>
You do another workout with Leticia. She doesn't even pretend anymore and gets rid of her clothes right away.
<br>
<br>
<span style="color: lightblue;">"Alright boy, let's pump some iron."</span>
<br>
<br>
[img[$imgDir + 'outside/trainerhouse/hometraining4.webp']]
<br>
<br>
<<if $fitness < 25>>
<i>Your fitness has improved</i>
<<else>>
<i>You've learned all you can from Leticia</i>
<</if>>
<<default>>
You do another workout with Leticia. She doesn't even pretend anymore and gets rid of her clothes right away.
<br>
<br>
<span style="color: lightblue;">"Alright boy, let's pump some iron."</span>
<br>
<br>
[img[$imgDir + 'outside/trainerhouse/hometraining4.webp']]
<br>
<br>
<<if $fitness < 25>>
<i>Your fitness has improved</i>
<<else>>
<i>You've learned all you can from Leticia</i>
<</if>>
<</switch>>
<</nobr>>
[[Finish the session->leticiahouse]]
<<if $fitness < 25>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<set $money = $money - 50>>
<<set $workedout = true>>The shakes must be self-service, because Leticia soon has you blowing her. You can feel how swollen her balls are as she pushes you down further. This probably won't take all that long.
[img[$imgDir + 'outside/trainerhouse/trainershake1.webp']]
When she cums in your mouth you swallow, surprised at the rather sweet taste. Must be a result of her eating habits. As you pull away however, she grabs you by the head and starts fucking your face again. Her dick didn't even start to go soft.
<span style="color: lightblue;">"Where are you going? That was just the appetizer. You need a lot more to repair your muscles."</span>
[img[$imgDir + 'outside/trainerhouse/trainershake2.webp']]
"Mmmmphf!"
<span style="color: lightblue;">"You ordered a full session with me so that's what you're going to get. We keep going until the refills run out. Nothing but the best for my clients."</span>
[[She's not going to stop]]Because of your mild protesting Leticia throws you on your back, straddles your face, and starts riding it. Her powerful hips make escaping impossible as she pumps load after load in your mouth. Each shot is almost as big as the last, and soon you can feel her thick, heavy cum sloshing around in your belly. You eventually give up resisting altogether.
<span style="color: lightblue;">"Just be a good boy and drink your shake. That way you will grow big and strong!"</span>
[img[$imgDir + 'outside/trainerhouse/trainershake3.webp']]
Only when her balls have been fully drained into your stomach does she let you back up.
<i>I'm so full... how can one person produce this much?</i>
<<nobr>>
<<if $fitness < 25>>
<i>Your healthy diet has improved your fitness</i>
<br>
<</if>>
<</nobr>>
[[Go with your belly full of "protein shake"->leticiahouse]]
<<if $fitness < 25>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<set $money = $money - 75>>
<<set $leticiaproteinshake = true>>
<<if $dranktrainercum is not true>>
<<set $dranktrainercum = true>>
<<updatePersonality -3>>
<</if>>
<<if ndef $dranktrainercumdays or $dranktrainercumdays < 5>>
<<set $dranktrainercumdays = 0>>
<</if>>Once again more clothes seem to be missing. Her girlhood is out in the open, and it seems to be swelling up with every set. You can't help but steal a few glances, but she catches on pretty fast.
<span style="color: lightblue;">"Oh, don't worry about that. This exercise always makes me hard. Must be something to do with blood flow."</span>
[img[$imgDir + 'outside/trainerhouse/hometraining3.webp']]
After the session you're both exceptionally sweaty, even for your standards.
<span style="color: lightblue;">"Hey, do me a favor and stick around for a bit? I wanted to talk to you but I desperately need a shower first."</span>
"Sure, no problem."
She takes you into her house and hops into the shower while you're just outside.
[[Peek in the shower]]
[[Wait for her to come out]]Leticia has the music on full blast, swaying her hips to the rhythm. She didn't hear you come in, but you probably shouldn't push your luck. This woman could crush you with one arm.
[img[$imgDir + 'outside/trainerhouse/trainershower.webp']]
[[Go wait outside the door->Wait for her to come out]]
<<updatePersonality 2>>After a few minutes she steps out of the shower and dries herself off. She's clearly not ashamed of her naked body, and why would she be? You're starting to understand how she can afford such a big house.
<span style="color: lightblue;">"So, what I wanted to talk to you about. I offer some bonus services to my regulars. They cost a little more than standard training, but the results are amazing. Let me know next time if you want to give one a try."</span>
<i>I'm pretty sure she got a half-chub talking about these extra services</i>
[img[$imgDir + 'outside/trainerhouse/trainerdrying.webp']]
<i>New training methods will be available starting tomorrow</i>
[[Leave->leticiahouse]] Dear Sara,
We at the mansion were very impressed with your application. You would be a good fit, and there is currently a room available. If you are still interested you may come over and give working here a try.
$playername
[[Send->Laptop]]
<<set $saraaccepted = true>>
<<set $saraaccepteddays = 0>>
<<if $room1available is true>>
<<set $sararoom = 1>>
<<set $room1available = false>>
<<elseif $room2available is true>>
<<set $sararoom = 2>>
<<set $room2available = false>>
<<elseif $room3available is true>>
<<set $room3available = false>>
<<set $sararoom =3>>
<<elseif $room4available is true>>
<<set $room4available = false>>
<<set $sararoom = 4>>
<<elseif $room5available is true>>
<<set $room5available = false>>
<<set $sararoom = 5>>
<</if>>As you come downstairs you're surprised to see the new girl, Sara, sitting on the couch. She's off to a good start, because most of her clothes already came off. Just need to put her in front of a camera now.
<span style="color:#5F9EA0">"Oh hey. Hope you don't mind, a girl let me in but I didn't know where to go, so I got comfortable. Are you the owner?"</span>
"Yes that's right, I'm $playername. Come on, I'll take you to your room."
[img[$imgDir + 'sara/events/arrival/saraarrives.webp']]
<span style="color:#5F9EA0">"By the way, if you keep staring at my ass I'm going to make you eat it."</span>
Well, looks like she's making her own rules around here.
<i>Sara is now a resident of the mansion</i>
[[Give her time to adjust->Home]]
<<set $sararecruited = true>>
<<set $saraenergy = 1>>
<<set $saracorruption = 0>>
<<set $sarafollowers = 0>>
<<set $saramaxenergy = 1>><<nobr>>
<<switch $sararoom>>
<<case 1>>
[img[$imgDir + 'home/extraroomdecorated.jpeg']]
<<case 2>>
[img[$imgDir + 'home/extraroom2decorated.png']]
<<case 3>>
[img[$imgDir + 'home/extraroom3decorated.webp']]
<<case 4>>
[img[$imgDir + 'home/extraroom4decorated.jpeg']]
<<case 5>>
[img[$imgDir + 'home/extraroom5decorated.jpeg']]
<</switch>>
<</nobr>>
[[Tease->saratease]]
<<nobr>>
<<if $saracorruption > 4>>
[[Cumshow->saracum]]
<br>
<<else>>
<a disabled><strike>Cumshow</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $playerfeminized is not true>>
<<if $saraplayerevent is true and $energy > 0>>
<<if $playercrossdressed is true>>
<a disabled><strike>Sex show</strike> (Can't do this dressed as a girl)</a>
<br>
<<else>>
[[Sex show->sarasex]]
<br>
<</if>>
<<elseif $saraplayerevent is not true>>
<a disabled><strike>Sex show</strike> (not corrupted enough)</a>
<br>
<<else>>
<a disabled><strike>Sex show</strike> (you have no energy)</a>
<br>
<</if>>
<<if $saraplayerevent is true and $energy > 0 and $saracorruption > 19>>
<<if $playercrossdressed is true>>
<a disabled><strike>Threesome</strike> (Can't do this dressed as a girl)</a>
<br>
<<else>>
[[Threesome->sarathreesome]]
<br>
<</if>>
<<elseif $saraplayerevent is not true or $saracorruption < 20>>
<a disabled><strike>Threesome</strike> (not corrupted enough)</a>
<br>
<<else>>
<a disabled><strike>Threesome</strike> (you have no energy)</a>
<br>
<</if>>
<</if>>
<</nobr>>
[[Leave->Home]]<h1>Management tab unlocked!</h1>
The mansion is getting busier, so from now on you can access the management tab from the home screen in the side menu. From there you will be able to direct girls to do shows, advertise, and go to bed without having to navigate the house every time. There will also be upgrades available for purchase. Be sure to check it out!
Tip: you can use your keyboard to press "m" on the home screen as a shortcut. Other shortcuts are also available on the Home and Map views.
[[Understood->Home]]
<<set $managementavailable = true>><<nobr>>
<table width=100%>
<td valign="top">
<table>
<tr>
<th style="color:#e68be6">Laura</th>
</tr>
<tr>
<<if $laurawebcambought is true>>
<<if $energy < 1>>
<a disabled><strike>Advertise</strike></a>
<<else>>
[[Advertise|Advertise for Laura][$managementlink to true]]
<</if>>
<</if>>
</tr>
<tr>
<<if $lauraenergy < 1>>
<a disabled><strike>Tease</strike></a>
<<else>>
[[Tease->Tease][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $lauraenergy < 1 or $lauracorruption < 5>>
<a disabled><strike>Masturbate</strike></a>
<<else>>
[[Masturbate->Masturbate][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $lauraenergy < 1 or $lauracorruption < 15>>
<a disabled><strike>Cumshow</strike></a>
<<else>>
[[Cumshow->Cumshow][$managementlink to true]]
<</if>>
</tr>
<<if $playerfeminized is not true>>
<tr>
<<if $lauraenergy < 1 or $lauracorruption < 25 or $energy < 1 or $playercrossdressed or $playerfeminized>>
<a disabled><strike>Couple Show</strike></a>
<<else>>
[[Couple Show->Couple Show][$managementlink to true]]
<</if>>
</tr>
<</if>>
</table>
</td>
<<if $vanniallrecruited is true>>
<td valign="top">
<table>
<tr>
<th style="color:lightgreen">Vanniall</th>
</tr>
<tr>
<<if $energy < 1>>
<a disabled><strike>Advertise</strike></a>
<<else>>
[[Advertise|Advertise for Vanniall][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $vanniallenergy < 1>>
<a disabled><strike>Tease</strike></a>
<<else>>
[[Tease->vannialltease][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $vanniallenergy < 1 or $vanniallcorruption < 5>>
<a disabled><strike>Self facial</strike></a>
<<else>>
[[Self facial->vanniallcum][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $vanniallenergy < 1 or $vanniallcorruption < 10>>
<a disabled><strike>Use toys</strike></a>
<<else>>
[[Use toys->vannialltoys][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $vanniallenergy < 1 or $energy < 1 or $vanniallcorruption < 20 or ($playercrossdressed and $playerboughtlingeriesets is not true)>>
<a disabled><strike>Group show</strike></a>
<<else>>
[[Group show->vanniallgroup][$managementlink to true]]
<</if>>
</tr>
</table>
</td>
<</if>>
<<if $sararecruited is true>>
<td valign="top"><table>
<tr>
<th style="color:#5F9EA0">Sara</th>
</tr>
<tr>
<<if $energy < 1>>
<a disabled><strike>Advertise</strike></a>
<<else>>
[[Advertise|Advertise for Sara][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $saraenergy < 1>>
<a disabled><strike>Tease</strike></a>
<<else>>
[[Tease->saratease][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $saraenergy < 1 or $saracorruption < 5>>
<a disabled><strike>Cumshow</strike></a>
<<else>>
[[Cumshow->saracum][$managementlink to true]]
<</if>>
</tr>
<<if $playerfeminized is not true>>
<tr>
<<if $saraenergy < 1 or $saraplayerevent is not true or $energy < 1 or $playercrossdressed or $playerfeminized>>
<a disabled><strike>Sex</strike></a>
<<else>>
[[Sex->sarasex][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $saraenergy < 1 or $saraplayerevent is not true or $energy < 1 or $playercrossdressed or $saracorruption < 20 or $playerfeminized>>
<a disabled><strike>Threesome</strike></a>
<<else>>
[[Threesome->sarathreesome][$managementlink to true]]
<</if>>
</tr>
<</if>>
</table>
</td>
<</if>>
<<if $izzyrecruited is true>>
<td valign="top">
<table>
<tr>
<th style="color:#ffc857">Izzy</th>
</tr>
<tr>
<<if $energy < 1>>
<a disabled><strike>Advertise</strike></a>
<<else>>
[[Advertise|Advertise for Izzy][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $izzyenergy < 1>>
<a disabled><strike>Tease</strike></a>
<<else>>
[[Tease->izzytease][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $izzyenergy < 1 or $izzycorruption < 5>>
<a disabled><strike>Dildo ride</strike></a>
<<else>>
[[Dildo ride->izzydildo][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $izzyenergy < 1 or $izzycorruption < 10>>
<a disabled><strike>Fuck a friend</strike></a>
<<else>>
[[Fuck a friend->izzyfuckafriend][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $izzyenergy < 1 or $izzycorruption < 20 or $playercrossdressed or $energy < 1>>
<a disabled><strike>Threesome</strike></a>
<<else>>
[[Threesome->izzythreesome][$managementlink to true]]
<</if>>
</tr>
</table>
</td>
<</if>>
<<if $venusrecruited is true>>
<td valign="top">
<table>
<tr>
<th style="color:#bc4749">Venus</th>
</tr>
<tr>
<<if $energy < 1>>
<a disabled><strike>Advertise</strike></a>
<<else>>
[[Advertise|Advertise for Venus][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $venusenergy < 1>>
<a disabled><strike>Tease</strike></a>
<<else>>
[[Tease->venustease][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $venusenergy < 1 or $venuscorruption < 5 or ($playerfeminized is not true and $playercrossdressed is true and $venusplayershows is "enabled")>>
<a disabled><strike>Dominate girl</strike></a>
<<else>>
[[Dominate girl->venusgirldomination][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $venusenergy < 1 or $venuscorruption < 10>>
<a disabled><strike>Dominate guy</strike></a>
<<else>>
[[Dominate guy->venusguydomination][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $venusenergy < 1 or $venuscorruption < 15 or $bdsmdungeoninstalleddays < 4 or ndef $bdsmdungeoninstalleddays>>
<a disabled><strike>BDSM show</strike></a>
<<else>>
[[BDSM show->venusbdsm][$managementlink to true]]
<</if>>
</tr>
</table>
</td>
<</if>>
<<if $mosrecruited is true>>
<td valign="top">
<table>
<tr>
<th style="color:#e6ccb2">Mos</th>
</tr>
<tr>
<<if $energy < 1>>
<a disabled><strike>Advertise</strike></a>
<<else>>
[[Advertise|Advertise for Mos][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $mosenergy < 1>>
<a disabled><strike>Tease</strike></a>
<<else>>
[[Tease->mostease][$managementlink to true]]
<</if>>
</tr>
<tr>
<<if $moscorruption > 4 and $mosenergy > 0>>
[[Blowjob->mossuck][$managementlink to true]]
<br>
<<else>>
<a disabled><strike>Blowjob</strike></a>
<br>
<</if>>
</tr>
<tr>
<<if $moscorruption > 9 and $mosenergy > 0>>
[[Ride->mosride][$managementlink to true]]
<br>
<<else>>
<a disabled><strike>Ride</strike></a>
<br>
<</if>>
</tr>
<tr>
<<if $mosenergy < 1 or $moscorruption < 20 or $playercrossdressed or $energy < 1>>
<a disabled><strike>Group</strike></a>
<<else>>
[[Group->mosgroup][$managementlink to true]]
<</if>>
</tr>
</table>
</td>
<</if>>
<td valign="top"><table>
<tr>
<th style="color:gray">Player</th>
</tr>
<tr>
<<if $playerstreamaccount is true>>
<<if $energy < 1>>
<a disabled><strike>Webcam</strike></a>
<<else>>
[[Camshow][$managementlink to true]]
<</if>>
<</if>>
</tr>
<<if $playerfirsttimeshaving is true and $playerfemininity > 2 and $playerfeminized is not true>>
<<if $playercrossdressed is true>>
[[Uncrossdress|Management][$playercrossdressed to false]]
<br>
<<elseif $energy > 0>>
[[Crossdress|Do your hair and makeup][$managementlink to true]]
<br>
<<else>>
<a disabled><strike>Crossdress</strike></a>
<br>
<</if>>
<</if>>
<tr>
[[Sleep]]
</tr>
</table>
</td>
</table>
<br>
<<if ($beautysaloninstalled is not true and $vanniallrecruited is true) or ($izzyrecruited is true and $spainstalled is not true) or ($sararecruited is true and $freelancefloorinstalled is not true) or ($venusrecruited is true and $bdsmdungeoninstalled is not true) or ($milkingstationinstalled is not true and $mosrecruited is true)>>
<h2>Available upgrades</h2>
<div class="row">
<<if $beautysaloninstalled is not true and $vanniallrecruited is true>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Beauty Salon" class="darken"><img src="resources/home/management/beautysalon3.webp"><span>Beauty Salon</span></a>
</div>
<</if>>
<<if $spainstalled is not true and $izzyrecruited is true>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Spa" class="darken"><img src="resources/home/management/spa.jpeg"><span>Spa</span></a>
</div>
<</if>>
<<if $freelancefloorinstalled is not true and $sararecruited is true>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Freelance floor" class="darken"><img src="resources/home/management/freelancefloor.webp"><span>Freelance floor</span></a>
</div>
<</if>>
<<if $bdsmdungeoninstalled is not true and $venusrecruited is true>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="bdsmdungeon" class="darken"><img src="resources/home/management/bdsmdungeon/bdsmdungeon.jpeg"><span>BDSM dungeon</span></a>
</div>
<</if>>
<<if $milkingstationinstalled is not true and $mosrecruited is true>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Milking Station" class="darken"><img src="resources/home/management/milkingstation/milkingstation.webp"><span>Milking station</span></a>
</div>
<</if>>
</div>
<</if>>
<<if $beautysalondays > 2 or ($spainstalled is true and $spainstalleddays > 4) or ($freelancefloorinstalleddays > 3) or ($bdsmdungeoninstalleddays > 3) or ($milkingstationinstalleddays > 3)>>
<h2>Installed upgrades</h2>
<div class="row">
<<if $beautysalondays > 2>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Beauty Salon" class="darken"><img src="resources/home/management/beautysalon3.webp"><span>Beauty Salon</span></a>
</div>
<</if>>
<<if $spainstalled is true and $spainstalleddays > 4>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Spa" class="darken"><img src="resources/home/management/spa.jpeg"><span>Spa</span></a>
</div>
<</if>>
<<if $freelancefloorinstalled is true and $freelancefloorinstalleddays > 3>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Freelance floor" class="darken"><img src="resources/home/management/freelancefloor.webp"><span>Freelance floor</span></a>
</div>
<</if>>
<<if $bdsmdungeoninstalled is true and $bdsmdungeoninstalleddays > 3>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="bdsmdungeon" class="darken"><img src="resources/home/management/bdsmdungeon/bdsmdungeon.jpeg"><span>BDSM dungeon</span></a>
</div>
<</if>>
<<if $milkingstationinstalled is true and $milkingstationinstalleddays > 3>>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Milking Station" class="darken"><img src="resources/home/management/milkingstation/milkingstation.webp"><span>Milking station</span></a>
</div>
<</if>>
</div>
<</if>>
<<if $lauracarwashevent is not true or ($cosplayevent is not true and $izzyrecruited is true) or ($vanniallrecruited is true and $sararecruited is true and $izzyrecruited is true and $venusrecruited is true and $biggestcumshotevent is not true)>>
<h2>Promotional events</h2>
<<if $lauracarwashevent is not true>>
<<if $energy > 0 and $lauraenergy > 0 and $money > 199>>
[[Organize a car wash ($200)]]
<br>
<<elseif $money < 200>>
<a disabled><strike>Organize a car wash</strike> ($200)</a>
<br>
<<else>>
<a disabled><strike>Organize a car wash</strike> (You and the girls need some energy)</a>
<br>
<</if>>
<</if>>
<<if $cosplayevent is not true and $izzyrecruited is true>>
<<if $money > 499>>
[[Hold a cosplay competition ($500)]]
<br>
<<else>>
<a disabled><strike>Hold a cosplay competition</strike> ($500)</a>
<br>
<</if>>
<</if>>
<<if $vanniallrecruited is true and $sararecruited is true and $izzyrecruited is true and $venusrecruited is true and $biggestcumshotevent is not true>>
[[Find out who has the biggest cumshots in the house]]
<</if>>
<</if>>
<</nobr>>
[[Home->Home]]<<nobr>>
<<if $saraenergy > 0>>
<<switch random(0,7)>>
<<case 0>>
<<if $saratease1 is not true>>
<h2>New scene!</h2>
<</if>>
Her balls throb as she slowly pushes a finger inside her. A soft moan escapes her lips.
<br>
<br>
<span style="color: #5F9EA0;">"It's so tight most of you wouldn't last 10 seconds. But you're probably staring at my dick instead, aren't you?"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/saratease1.webp']]
<<set $saratease1 = true>>
<<case 1>>
<<if $saratease2 is not true>>
<h2>New scene!</h2>
<</if>>
She's showing chat that her cock is so big, she can put it between her legs and have room to spare.
<br>
<br>
<span style="color: #5F9EA0;">"So boys, who's going to suck me from behind?"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/saratease2.webp']]
<<set $saratease2 = true>>
<<case 2>>
<<if $saratease3 is not true>>
<h2>New scene!</h2>
<</if>>
Sara is comparing dick sizes with her viewers, so far she's undefeated.
<br>
<br>
<span style="color: #5F9EA0;">"Yours is clearly smaller baby, so you'd be choking on mine all night long. Next! "</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/saratease3.webp']]
<<set $saratease3 = true>>
<<case 3>>
<<if $saratease4 is not true>>
<h2>New scene!</h2>
<</if>>
Showing off her tight little asshole, she makes it clear that her viewers have no chance of ever feeling it.
<br>
<br>
<span style="color: #5F9EA0;">"Only real men get to fuck this. Losers like you will lick my balls and clean me up afterwards."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/saratease4.webp']]
<<set $saratease4 = true>>
<<case 4>>
<<if $saratease5 is not true>>
<h2>New scene!</h2>
<</if>>
She swings her member around like a helicopter, hypnotizing the chat.
<br>
<br>
<span style="color: #5F9EA0;">"Here you go you bunch of addicts, your daily dose of fat girlcock."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/saratease5.webp']]
<<set $saratease5 = true>>
<<case 5>>
<<if $sarafurrytail is true>>
<<if $saratease6 is not true>>
<h2>New scene!</h2>
<</if>>
Chat manages to convince her to try on the new furry tail. She's not sure what the appeal is, but people seem to like it.
<br>
<br>
[img[$imgDir + 'sara/cam/tease/sarafurry1.webp']]
<br>
<br>
Wolfboy74: <span style="color: darkgray;">"You're supposed to put it in your ass!"</span>
<br>
<br>
<span style="color: #5F9EA0;">"Just enjoy the show, wolfboy, or it's going in yours instead."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/sarafurry2.webp']]
<<set $saratease6 = true>>
<<else>>
<<if $saratease3 is not true>>
<h2>New scene!</h2>
<</if>>
Sara is comparing dick sizes with her viewers, so far she's undefeated.
<br>
<br>
<span style="color: #5F9EA0;">"Yours is clearly smaller baby, so you'd be choking on mine all night long. Next! "</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/saratease3.webp']]
<<set $saratease3 = true>>
<</if>>
<<case 6>>
<<if $saratease7 is not true>>
<h2>New scene!</h2>
<</if>>
Sara has a friend over and they're arguing about who has the better pair of boobs. The men of culture in chat are naturally having an in-depth debate.
<br>
<br>
<span style="color: #A91B0D;">"Girl you're crazy, my ink is amazing and men go crazy for them."</span>
<br>
<br>
<span style="color: #5F9EA0;">"Who cares about the tattoos? Mine are bigger and my nipples are more sensitive!"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/sarafriendstream1.webp']]
<br>
<br>
In the end slightly more votes go to her friend. As a reward she shows chat some of her other assets for free.
<br>
<br>
<span style="color: #5F9EA0;">"Whatever, my dick is way larger."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/sarafriendstreamfeet.webp']]
<<set $saratease7 = true>>
<<case 7>>
<<if $saratease8 is not true>>
<h2>New scene!</h2>
<</if>>
Sara's massive shaft requires her to use both hands to stroke it, and even that is barely enough.
<br>
<br>
<span style="color: #5F9EA0;">"How does yours compare guys? Would I even need 2 hands, or would 2 fingers be enough?"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/tease/saratease8.webp']]
<<set $saratease8 = true>>
<</switch>>
<<set $earnings = random(15,20)>>
<<set $newfollowers = random(12,28)>>
<<set $modifier = setup.getSaraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $saracorruption++>>
<<set $sarafollowers = $sarafollowers + $newfollowers>>
<<set $saraenergy = $saraenergy - 1>>
<br>
<br>
<span style="color: #5F9EA0;"><i>Sara made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Sara is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Sara's Room]]
<</if>>
<</nobr>><<nobr>>
<<switch random(0,2)>>
<<case 0>>
Sara is taking her daily junk selfie. She says her streak is in the hundreds.
<br>
<br>
[img[$imgDir + 'sara/events/bathroom/sarabathroomselfie.jpeg']]
<br>
<br>
<span style="color: #5F9EA0;"><i>Sara gained 2 followers</i></span>
<<set $sarafollowers = $sarafollowers + 2>>
<<case 1>>
The shower is occupied, but you stop for a few seconds to admire the view.
<br>
<br>
[img[$imgDir + 'sara/events/bathroom/sarabathroom1.jpeg']]
<<case 2>>
<<goto sarabathroompee1>>
<</switch>>
<</nobr>>
[[Get out->Home]]
<<set $sarashowered = true>>You walk into the bathroom just in time to see Sara covering herself with a sticky load. At least it's easy to clean up in the shower. Other girls tend to cum all over the place.
[img[$imgDir + 'sara/events/bathroom/sarabathroomcum.webp']]
<span style="color: #5F9EA0;"><i>"Don't worry $playername, I have a self cleaning function too. Want to see?"</i></span>
[[Watch her pee herself->sarabathroompee2]]
[[No thanks->Home]]
<<set $sarashowered = true>>She uses an endless stream of pee to wash the jizz off her tits and stomach. You're not sure how hygienic this actually is, but she seems to be having fun at least.
[img[$imgDir + 'sara/events/bathroom/sarabathroompee.webp']]
<span style="color: #5F9EA0;"><i>Sara became more corrupted</i></span>
[[Let her "clean" in peace->Home]]
<<set $saracorruption++>>You spend a few hours promoting Sara's cam profile online. She gains some followers and has 50% increased earnings on her next show.
[img[$imgDir + 'home/advertise.jpeg']]
<<nobr>>
<<if $managementlink is true>>
[[Continue|Management][$managementlink to false]]
<<else>>
[[Continue->Laptop]]
<</if>>
<</nobr>>
<<set $saraadvertised = true>>
<<set $energy = $energy - 1>>
<<set $newfollowers = random(5,10)>>
<<set $sarafollowers = $sarafollowers + $newfollowers>>There's a few special items on sale, and some sort of tail made of fake fur catches your attention. The clerk assures you it's very popular these days. Maybe Sara would give it a try?
[img[$imgDir + 'outside/mall/furrytail.jpg']]
<i>I think I'll just leave it in front of her door so she can't hit me with it</i>
[[Leave the shop->Mall]]
<<set $sarafurrytail = true>>
<<set $money = $money - 50>>One morning after breakfast Sara calls you into her room. She complains that she's horny and you haven't done anything to satisfy her. It's even interfering with her sleep.
<span style="color:#5F9EA0">"Soooo, I've been here for a while now, are we going to bang or what? Jerking off is fine and all, but I could really use a tight boyhole to stretch. You in?"</span>
<i>Oh wow, straight to the point.</i>
[img[$imgDir + 'sara/events/event1/sarawaiting.webp']]
<span style="color:#5F9EA0">"Don't worry about my size, I'll be gentle-ish the first time."</span>
[[Submit to her->sarafucksplayer]]
[[Your hole is off limits->playerfucksara]]
<<set $saraplayerevent = true>>The two of you start passionately kissing and taking the other's clothes off. You have a large bulge in your pants in anticipation as you get to feel all of her soft curves.
[img[$imgDir + 'sara/events/event1/sarakissing.webp']]
It's not long until she pushes you down and starts fucking your face. Her large cock hits the back of your throat with every push. You can only do your best not to gag. So much for romance.
<span style="color:#5F9EA0">"God, finally I can get my dick wet. Make sure to lick it all over because it's the only lube you're going to get."</span>
[img[$imgDir + 'sara/events/event1/sarablowjob.webp']]
[[Get ready to take it]]Sara and you take a nice hike across the area. She's surprisingly athletic, even though you've never seen her exercise. Both of you are a bit distracted by the fact that she's had an erection straining against her shorts for the past hour.
<span style="color: #5F9EA0;">"Fuck, I knew I should have jerked off this morning."</span>
[img[$imgDir + 'sara/events/lake/couplehike.jpeg']]
You come across a little cabin in the hills and she hides behind it. Although a passerby could definitely still see everything.
<span style="color: #5F9EA0;">"So, this thing isn't going down. Just be on the lookout for people while I take care of it."</span>
"Sure Sara, but the next time I'm charging you."
[img[$imgDir + 'sara/events/lake/saralake1.webp']]
<span style="color: #5F9EA0;"><i>Sara became more corrupted</i></span>
[[Finish the hike->Lake]]
<<set $saralake = true>>
<<set $saracorruption++>><<nobr>>
<<if $beautysaloninstalled is not true>>
[img[$imgDir + 'home/management/beautysalon3.webp']]
<br>
<br>
An in-house beauty salon, fully stocked with professional makeup, hair products, wigs, and everything else a girl needs to look her best. On top of the initial cost you will need to pay $50 weekly to keep it supplied. Increases the girls' earnings by 10%. Maybe you could even try some of it out yourself?
<br>
<br>
<<if $money > 999>>
[[Install ($1000 + $50 weekly)]]
<br>
<<else>>
<a disabled><strike>Install ($1000 + $50 weekly)</strike></a>
<br>
<</if>>
<br>
<<back>>
<<elseif $beautysalondays < 3>>
[img[$imgDir + 'home/management/beautysalonunderconstruction.jpeg']]
<br>
<br>
<i>It's still under construction, I should check back in a few days.</i>
<br>
<br>
<<back>>
<<elseif random(0,1) is 1 and $salonevent is not true and ($laurabeautysalon is not true or $vanniallbeautysalon is not true or ($sarabeautysalon is not true and $sararecruited))>>
<<if $laurabeautysalon is not true>>
Laura is in the salon trying out a curly hair style.
<br>
<br>
<span style="color: #e68be6;">"What do you think $playername?"</span>
<br>
<br>
"Very nice!"
<br>
<br>
[img[$imgDir + 'home/management/beautysalon/laurabeautysalon.jpeg']]
<br>
<br>
<<set $laurabeautysalon = true>>
<<set $salonevent = true>>
[[Continue->Beauty Salon]]
<<elseif $sarabeautysalon is not true and $sararecruited is true>>
On your way up to the beauty salon you run into Sara trying on a new wig.
<br>
<br>
<span style="color: #5F9EA0;">"You look lonely. I can fix that."</span>
<br>
<br>
"Nice try, now let me pass."
<br>
<br>
[img[$imgDir + 'home/management/beautysalon/sarabeautysalon.webp']]
<br>
<br>
<<set $sarabeautysalon = true>>
<<set $salonevent = true>>
[[Continue->Beauty Salon]]
<<elseif $vanniallbeautysalon is not true>>
Vanniall and a friend are trying out some makeup on each other. You're not sure how you feel about wasting supplies.
<br>
<br>
[img[$imgDir + 'home/management/beautysalon/vanniallbeautysalon.jpeg']]
<br>
<br>
<span style="color:lightgreen">"You don't mind, do you boss? We have some of the best stuff in here."</span>
<br>
<br>
"Well, you're going to have to pay tribute. Can't have you handing this stuff out for free. One pair of asses should do."
<br>
<br>
<span style="color:lightgreen">"You perv, prying on poor, innocent girls like this."</span>
<br>
<br>
<span style="color:orange">"Who cares! If only I could get all my makeup this way."</span>
<br>
<br>
[img[$imgDir + 'home/management/beautysalon/vanniallbeautysalon2.jpeg']]
<br>
<br>
<i>Worth it.</i>
<br>
<br>
<<set $vanniallbeautysalon = true>>
<<set $salonevent = true>>
[[Continue->Beauty Salon]]
<</if>>
<<else>>
<<if $auroramail is true and random(0,3) is 3 and $salonevent is not true and $playercrossdressed is not true and $playerfeminized is not true>>
Aurora is doing her hair and makeup in the salon again.
<br>
<br>
<span style="color:orange;">"Sup big D?"</span>
<br>
<br>
[img[$imgDir + 'home/management/beautysalon/auroramakeup.webp']]
<br>
<br>
[[She knows the price]]
<br>
[[Leave her alone->Beauty Salon]]
<<set $salonevent = true>>
<<else>>
[img[$imgDir + 'home/management/beautysalon3.webp']]
<br>
<br>
<i>Definitely worth the money</i>
<br>
<br>
<<if $playerwig is not true and $playerfeminizedisabled is not true>>
[[Someone left a wig behind]]
<br>
<</if>>
<<if $playerfirsttimeshaving is true and $playerfemininity > 2 and $playerfeminized is not true>>
<<if $playercrossdressed is true>>
[[Remove your hair and makeup|Beauty Salon][$playercrossdressed to false]]
<br>
<<elseif $energy > 0>>
[[Do your hair and makeup]]
<br>
<<else>>
<a disabled><strike>Do your hair and makeup</strike> (too tired)</a>
<br>
<</if>>
<</if>>
[[Leave->Home]]
<</if>>
<</if>>
<</nobr>><<nobr>>
<<if $spainstalled is not true>>
[img[$imgDir + 'home/management/spa.jpeg']]
<br>
<br>
A luxurious spa for you and the girls to relax in. Comes with a swimming pool, sauna and massage area. The facilities will occasionally give you or the girls extra energy, but will cost you $150 a week in upkeep. Also, girls in bikinis.
<br>
<br>
<<if $money > 1999>>
[[Install ($2000 + $150 weekly)]]
<br>
<<else>>
<a disabled><strike>Install ($2000 + $150 weekly)</strike></a>
<br>
<</if>>
<br>
<<back>>
<<elseif $spainstalleddays < 5>>
[img[$imgDir + 'home/management/spaunderconstruction.jpeg']]
<br>
<br>
<i>It's still under construction, I should check back in a few days.</i>
<br>
<br>
<<back>>
<<else>>
[img[$imgDir + 'home/management/spa.jpeg']]
<br>
<br>
<<if $poolorgyavailable is true>>
<<if $energy > 2 and $playercrossdressed is not true and $playerfeminized is not true>>
[[Host the orgy]]
<<else>>
<a disabled><strike>Host the orgy</strike> (Need more energy)</a>
<</if>>
<br>
<</if>>
<<if $energy > 2 and $playerfeminized is true and $poolorgyfinished is not true and $korraorgymail is true and $izzycorruption > 19>>
[[Hold that orgy Korra talked about]]
<br>
<<elseif $izzycorruption > 19 and $playerfeminized is true and $poolorgyfinished is not true and $korraorgymail is true>>
<a disabled><strike>Hold that orgy Korra talked about</strike> (Need more energy)</a>
<br>
<</if>>
<<if $playerpersonality > 69 and $playercrossdressed is not true and $playerfeminized is not true and $freelancespagirltop is not true and $freelancefloorinstalleddays > 3>>
[[A girl is trying to get your attention]]
<br>
<</if>>
<<if $playerpersonality < 30 and $playercrossdressed is not true and $playerfeminized is not true and $freelancespagirlbottom is not true and $freelancefloorinstalleddays > 3>>
[[Some girls are lounging at the pool]]
<br>
<</if>>
<<if $relaxedatspa is not true>>
[[Relax at the spa]]
<<else>>
<a disabled><strike>Relax at the spa</strike></a>
<</if>>
<br>
<<back>>
<</if>>
<</nobr>>You hire a local company to install the beauty salon. They estimate construction will take around 3 days.
[img[$imgDir + 'home/management/underconstruction.png']]
<i>Weekly payments increased by $50</i>
[[Home]]
<<set $beautysaloninstalled = true>>
<<set $beautysalondays = 0>>
<<set $money = $money - 1000>>
<<set $debtpayment = $debtpayment + 50>><<nobr>>
<<if $saraenergy > 0>>
<<switch random(0,6)>>
<<case 0>>
<<if $saracum1 is not true>>
<h2>New scene!</h2>
<</if>>
Sara savors her tasty cum while her cock throbs in post-orgasm bliss.
<br>
<br>
Avidfan679: <span style="color: orange;">"You clean your hand, my tongue will handle down there. Deal?"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saracum1.webp']]
<<set $saracum1 = true>>
<<case 1>>
<<if $saracum2 is not true>>
<h2>New scene!</h2>
<</if>>
She sets up in the bathroom and fires powerful shots straight at the camera.
<br>
<br>
<span style="color: #5F9EA0;">"Stick out your tongues, sluts!"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saracum2.webp']]
<<set $saracum2 = true>>
<<case 2>>
<<if $saracum3 is not true>>
<h2>New scene!</h2>
<</if>>
An exceptionally powerful climax shoots her ropes straight into her own mouth.
<br>
<br>
Cumbunny3000: <span style="color: lightgray;">"Shoot it in my mouth next time, please."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saracum3.webp']]
<<set $saracum3 = true>>
<<case 3>>
<<if $saracum4 is not true>>
<h2>New scene!</h2>
<</if>>
Her orgasm control is impressive, making herself cum hands-free by flexing her pelvic floor. Seems like a useful skill.
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saracum4.webp']]
<<set $saracum4 = true>>
<<case 4>>
<<if $saracum5 is not true>>
<h2>New scene!</h2>
<</if>>
You find Sara camming in the living room. She's clearly in a playful mood, as she gives you a naughty smile and promptly covers the table with her milky load. At least none of it got on you.
<br>
<br>
<span style="color: #5F9EA0;">"Damn, just a little bit farther and I would've had you."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saratablecum1.webp']]
<br>
<br>
She knows how much you hate finding dried cum everywhere, so she makes sure to clean up thoroughly.
<br>
<br>
Steve_rimjobs: <span style="color: orange;">"You missed a spot."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saratablecum2.webp']]
<<set $saracum5 = true>>
<<case 5>>
<<if $saracum6 is not true>>
<h2>New scene!</h2>
<</if>>
Sara is admiring herself in the mirror, giving the viewers a premium view of both the front and back.
<br>
<br>
<span style="color: #5F9EA0;">"What a sexy bitch. I say she deserves a bunch of loads as tribute, what do you guys think?"</span>
<br>
<br>
Goonerboy47: <span style="color: darkgray;">"I pay tribute to you every day, goddess!"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saramirrortease.webp']]
<br>
<br>
<span style="color: #5F9EA0;">"Ok boys, all together now. Pay tribute in 3... 2... 1..."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saramirrorcum.webp']]
<<set $saracum6 = true>>
<<case 6>>
<<if $saracum7 is not true>>
<h2>New scene!</h2>
<</if>>
Every single shot of Sara's cum is the size of a normal load, and they just keep coming and coming. The chat can't help but admire this freak of nature, and beg for more.
<br>
<br>
Avidfan679: <span style="color: orange;">"Damn she cums like a fire hose!"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/cum/saracum8.webp']]
<<set $saracum7 = true>>
<</switch>>
<<set $earnings = random(20,30)>>
<<set $newfollowers = random(20,36)>>
<<set $modifier = setup.getSaraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $saracorruption++>>
<<set $sarafollowers = $sarafollowers + $newfollowers>>
<<set $saraenergy = $saraenergy - 1>>
<br>
<br>
<span style="color: #5F9EA0;"><i>Sara made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Sara is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Wipe off|Management][$managementlink to false]]
<<else>>
[[Wipe off->Sara's Room]]
<</if>>
<</nobr>>[img[$imgDir + 'home/management/beautysalon/wig.webp']]
There's a short, grey haired wig sitting there. One of the girls must have forgotten it.
<i>I always wondered what I'd look like as a woman.</i>
[[Try it on]]
[[Leave it for now->Beauty Salon]]
[[I'm not interested in dressing as a girl|Beauty Salon][$playerfeminizedisabled to true]][img[$imgDir + 'home/management/beautysalon/wigtryon.jpeg']]
Well, you don't know what you expected. You don't exactly look terrible, but that's definitely just a guy in a wig. Damn you, chiseled jawline. Maybe one of the girls could help you look more convincing?
<i>You gained some femininity!</i>
[[Take it off|Beauty Salon][$salonevent to true]]
<<set $playerwig = true>>
<<updateFemininity 1>>You find Vanniall relaxing in her room, and ask her to help you with makeup. She seems pleasantly surprised and very supportive. It's familiar territory for her after all.
[img[$imgDir + 'vanniall/events/makeup/vanniallchilling.jpeg']]
<span style="color: lightgreen;">"OMG say no more. Do you have any idea how many times I've had to redo my makeup after covering it in cum? I'm an expert by now. Come on, we can use the salon."</span>
[[Let's go]]She sits you down on a chair and makes you close your eyes. Taking her time she applies what feels like 10 different products to your face. Even your eyes, lips and eyebrows are done. Some of it is honestly not very comfortable to put on.
<span style="color: lightgreen;">"Will you stop squirming? Billions of women do this every day."</span>
[img[$imgDir + 'vanniall/events/makeup/vanniallduckface.jpeg']]
<span style="color: lightgreen;">"Hmm, looks good for a first try. If you really want to look more feminine than this you'll probably need to take hormones."</span>
As a finishing touch she also puts one of the wigs on you.
[[Check the results]]You slowly open your eyes and look at the person staring back in the mirror. The facial structure is still yours, no amount of makeup could hide that, but a stranger might mistake you for a woman. A pretty hot one too.
<span style="color: lightgreen;">"So, what do you think?"</span>
"I.. I don't know. Is that really me?"
<span style="color: lightgreen;">"Of course it's you silly!"</span>
[img[$imgDir + 'home/management/beautysalon/wigandmakeup.jpeg']]
<i>Wow...</i>
<span style="color: lightgreen;">"Oh, if you're planning to do a show like this, I recommend shaving. Everywhere. People don't appreciate hairy girls."</span>
<i>You gained some femininity!</i>
[[Thank her and wash it off->Home]]
<<updateFemininity 1>>
<<set $energy-->>
<<set $vanniallplayermakeup = true>>The local building crew gets to work on the spa, they hope to finish in 5 days.
[img[$imgDir + 'home/management/underconstruction.png']]
<i>Weekly payments increased by $150</i>
[[Home]]
<<set $spainstalled = true>>
<<set $spainstalleddays = 0>>
<<set $money = $money - 2000>>
<<set $debtpayment = $debtpayment + 150>>With the help of your girls you transform yourself into a beautiful woman.
[img[$imgDir + 'home/management/beautysalon/hairandmakeup.jpeg']]
<i>You could get used to this</i>
<<nobr>>
<<if $managementlink is true>>
[[Looking gorgeous|Management][$managementlink to false]]
<<else>>
[[Looking gorgeous|Beauty Salon][$salonevent to true]]
<</if>>
<</nobr>>
<<set $playercrossdressed = true>>
<<set $energy-->><span style="color:#5F9EA0">"Off limits? You're joking right? <i>Sigh.</i> Fine, whip out your cock so I can see what we're working with. If you can't satisfy me and there's nobody to fuck I'm out of here."</span>
She gets on her knees and takes you into her warm mouth. Out of horniness she's constantly jerking off, and tries to get you hard as fast as possible. Her pleasure is clearly more important than yours.
[img[$imgDir + 'sara/events/event1/sarasucksplayer.webp']]
<span style="color:#5F9EA0">SLUUURP SLUUURP</span>
<span style="color:#5F9EA0">"At least you're a decent size. Now put it in me and make me cum."</span>
[[turn her around]]
The view is amazing as you slowly push into her. You struggle to get it in very far, she clearly doesn't get stretched out like this often. She doesn't seem to mind and even encourages you.
<span style="color:#5F9EA0">"Come on, go deeper. It's not going to squeeze off your dick. Probably."</span>
[img[$imgDir + 'sara/events/event1/sarainsertion.webp']]
She pushes back and moans as more of your length enters. Soon the two of you settle in a nice rhythm, meeting each other halfway with each thrust.
"Oh damn, you feel amazing!"
[img[$imgDir + 'sara/events/event1/saradoggy.webp']]
<span style="color:#5F9EA0">"Fuuuuck, now that's what I'm talking about. Pound me like you mean it."</span>
[[She takes over]]She flips you on your back and starts riding you, her large member flopping against your pelvis with every bounce. You're really going hard now and bottom out in her ass over and over.
[img[$imgDir + 'sara/events/event1/saracowgirl.webp']]
<span style="color:#5F9EA0">"I'm gonna cum all over you baby, keep ramming it in deep!"</span>
Sara uses her hand to push herself over the edge, and you feel several warm spurts landing on your chest and stomach. The orgasm makes her squeeze down even harder on your dick, and you can't help but unload inside her shortly after.
[img[$imgDir + 'sara/events/event1/saracowgirlcum.webp']]
<span style="color:#5F9EA0">"Ahhh, nothing like a good fuck to make me feel better. See you here tomorrow for round 2 on camera?"</span>
[[Job well done->Home]]
<<updatePersonality 5>>
<<set $saracorruption++>>
<<set $energy = $energy - 1>>
<<set $saraenergy = $saraenergy - 1>><<nobr>>
<<if $saraenergy > 0>>
<<if ndef $sarachoice>>
<<goto sarasexchoice>>
<<else>>
<<set _start = 0>>
<<set _end = 5>>
<<if $sarachoice is "bottom">>
<<set _start = 0>>
<<set _end = 1>>
<<elseif $sarachoice is "top">>
<<set _start = 3>>
<<set _end = 5>>
<</if>>
<<switch random(_start,_end)>>
<<case 0>>
<<if $sarabottom1 is not true>>
<h1>New scene!</h1>
<<set $sarabottom1 = true>>
<</if>>
Sara is not in the mood to play around today, she just wants you to make her feel good. Right from the start of the stream she slaps and fucks your face as she pleases.
<br>
<br>
<span style="color: #5F9EA0;">"Open up, bitch, your favorite snack is here."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saratop1blowjob.webp']]
<br>
<br>
Next thing you know you're flat on your stomach getting bred. Her swollen balls rub against your ass, ready to shoot their juice. You didn't even have time to remove your underwear, all she cares about is your warm butthole.
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saratop1doggy.webp']]
<br>
<br>
She uses your hole until you feel her dick throb and a hot feeling spreading inside you. Without warning her fat load is being dumped into you. It's too late to pull away so you just lay there as she fills you up.
<br>
<br>
<span style="color: #5F9EA0;">"Another day, another pussy creampied. I love this job."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saratop1creampie.webp']]
<<case 1>>
<<if $sarabottom2 is not true>>
<h1>New scene!</h1>
<<set $sarabottom2 = true>>
<</if>>
She wants to get her dick sucked today, and your mouth is the nearest hole available. You doubt she's going to take no for an answer, so you may as well get to it. Keeping the girls satisfied is part of your job after all.
<br>
<br>
<span style="color: #5F9EA0;">"That's a good boy. On your knees worshipping the bigger dick. Doesn't it make you feel good?"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/sarasucked1.webp']]
<br>
<br>
Holding on to her thighs you try to stop her from going too deep, but to no avail. Sara forces her way in until her balls hit your chin. You spend the rest of the session suppressing your gag reflex while she uses your throat as her personal cocksleeve.
<br>
<br>
[img[$imgDir + 'sara/cam/sex/sarasucked2.webp']]
<<case 2>>
<<if $saraswitch1 is not true>>
<h1>New scene!</h1>
<<set $saraswitch1 = true>>
<</if>>
The pair of you are having a little competition to see who is the better fuck. Chat will pick the winner based on your performance. You start by sliding into her heavenly ass and grabbing her hair, eliciting a sexy moan.
<br>
<br>
Sissy_Leah2: <span style="color:pink">"I need a daddy to fuck me just like that! Mmmm."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saraswitch1.webp']]
<br>
<br>
During her turn Sara shoves her large girldick in you, balls deep, and goes to town. You grab the couch while she uses you like a cocksleeve, her hips constantly slamming against your butt.
<br>
<br>
Rogerboy1: <span style="color:darkgray">"Damn look at her go! It's like a fucking machine."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saraswitch2.webp']]
<br>
<br>
As the cherry on top Sara displays her deepthroat skills, taking your entire length into her warm throat with little trouble. After that the chat clearly picks her as the winner.
<br>
<br>
Avidfan679: <span style="color: orange;">"Sorry dude, Sara is a real sex goddess."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saradeepthroat.webp']]
<br>
<br>
<span style="color: #5F9EA0;">"It's cute that you thought you could compete with me, $playername. Maybe next time you'll actually make me work for it."</span>
<<case 3>>
<<if $saratop1 is not true>>
<h1>New scene!</h1>
<<set $saratop1 = true>>
<</if>>
A viewer wants to see her get creamed and is willing to tip big for it. After some convincing on your part she agrees. You're not going to miss this chance, you've wanted to dump a load in that fat ass since the day she got here.
<br>
<br>
<span style="color: #5F9EA0;">"Come on $playername, this is what you wanted right? Breed me! Shoot it all inside!"</span>
<br>
<br>
The combination of her tight ass and dirty talk is too much for you, and with one last balls deep thrust you release all of your saved up cum in her asspussy.
<br>
<br>
"Fuuuuuuck yes!"
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saratop1.webp']]
<br>
<br>
After you leave Sara spends a few minutes with chat farting out the cum you just deposited in her.
<br>
<br>
<span style="color: #5F9EA0;">"Fuck me, there's still more coming out. At this rate I'm going to have to hire someone to lick me clean next time. Although you pervs would probably do it for free, too."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saracumfart.webp']]
<<case 4>>
<<if $saratop2 is not true>>
<h1>New scene!</h1>
<<set $saratop2 = true>>
<</if>>
It must be your lucky day, because Sara lets you use her throat to warm up. You can feel her muscles squeezing your head as the warm mouth covers you in saliva.
<br>
<br>
<span style="color: #5F9EA0;">GLK GLK GLLLLK</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saratop2blowjob.webp']]
<br>
<br>
Once you are fully hard and lubed up she takes a seat on your lap. Even though it's only partially erect, her fuckstick looks huge from this angle. It's weight slaps against you with every bounce.
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saratop2part1.webp']]
<br>
<br>
<span style="color: #5F9EA0;">"Don't be a pussy, slap me harder! Really make it hurt."</span>
<br>
<br>
Near the end of the stream the two of you are going for a big climax. Sara demands you give it to her rough, so you slap and pinch her until you're forced to pull out and both your cocks cover her tits with jizz.
<br>
<br>
[img[$imgDir + 'sara/cam/sex/saratop2part2.webp']]
<<case 5>>
<<if $saratop3 is not true>>
<h1>New scene!</h1>
<<set $saratop3 = true>>
<</if>>
From time to time a woman like Sara just wants a nice dick to suck on. Who are you to deny her that? You're also a little scared of what she would do to you if you said no. In any case, the view as she's casually slurping on your rod is wonderful. She certainly knows what to do.
<br>
<br>
[img[$imgDir + 'sara/cam/sex/sarasucks1.webp']]
<br>
<br>
While looking into her eyes you can't resist anymore and blow straight into her mouth. She eagerly gulps it all down, and you could swear you even heard a moan or two while she was doing it. Even after you've already gone soft she doesn't relent, licking and lapping up every drop of cum she can find.
<br>
<br>
<span style="color: #5F9EA0;">"Thanks $playername, just what I needed!"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/sex/sarasucks2.webp']]
<</switch>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getSaraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $saracorruption++>>
<<set $sarafollowers = $sarafollowers + $newfollowers>>
<<set $saraenergy = $saraenergy - 1>>
<<set $energy = $energy - 1>>
<br>
<br>
<span style="color: #5F9EA0;"><i>You made $ $earnings this stream and Sara got $newfollowers new followers</i></span>
<</if>>
<<else>>
Sara is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Sara's Room]]
<</if>>
<</nobr>><span style="color: #5F9EA0;">"Here to fuck, huh? You want to bottom? top? A little bit of both? Either way somebody is getting screwed."</span>
<i>This choice will disable cam scenes you don't want to see with Sara</i>
[[I'm a strict top|sarasex][$sarachoice to "top"]]
[[Swing both ways|sarasex][$sarachoice to "switch"]]
[[Fuck my ass please|sarasex][$sarachoice to "bottom"]]With it fully coated in your spit she pushes her large girldick into you. You need a minute to adjust to the size, you've never had your ass stretched like this.
<span style="color:#5F9EA0">"Whew, what a tight little boy hole. I'm going to enjoy using this regularly from now on."</span>
[img[$imgDir + 'sara/events/event1/sarainsertiontop.webp']]
You better adjust fast, because Sara keeps pushing in inch after inch until she bottoms out. Soon you're bent over like a bitch while her hips slam against your ass, all 8 inches buried in you over and over.
"Fuuuck, slow down! It's too deep!"
[img[$imgDir + 'sara/events/event1/saradoggytop.webp']]
[[She will not slow down]]<span style="color:#5F9EA0">"You don't get it do you? This hole is mine now, it's purpose is to make me feel good. Just learn to enjoy it."</span>
With those words she starts to fuck you even harder, just to prove a point. Even though you hate to admit it part of you is enjoying it immensely, her dick sending waves of pleasure through your body.
[img[$imgDir + 'sara/events/event1/saramissionary.webp']]
Sara feels her balls contract and pulls out just in time to cover you with her cum. You can feel your asshole twitching as the shots land on you, desperately trying to close again after the pounding it just received.
[img[$imgDir + 'sara/events/event1/saramissionarycum.webp']]
<span style="color:#5F9EA0">"Not bad, buttslut. I better see you in here tomorrow for round 2, on camera."</span>
[[She leaves for the bathroom, you should go too->Home]]
<<updatePersonality -5>>
<<set $saracorruption++>>
<<set $energy = $energy - 1>>
<<set $saraenergy = $saraenergy - 1>><<nobr>>
<<switch random(0,4)>>
<<case 0>>
After going to bed early, a good night's rest does wonders for her mood.
<br>
<br>
[img[$imgDir + 'sara/events/random/sarawakeup.jpeg']]
<br>
<br>
<span style="color: #5F9EA0;"><i>Sara has some extra energy today</i></span>
<<set $saraenergy = $saraenergy + 1>>
<<case 1>>
Sara wakes up rock hard and ready to fuck. Or jerk. Preferably both.
<br>
<br>
[img[$imgDir + 'sara/events/random/saramorningwood.webp']]
<br>
<br>
<span style="color: #5F9EA0;"><i>Sara has some extra energy today</i></span>
<<set $saraenergy = $saraenergy + 1>>
<<case 2>>
One very sunny morning Sara is taking naked selfies all over the house.
<br>
<br>
<span style="color: #5F9EA0;">"This lighting is amazing. Look at how ripped I seem. And my tits look huge!"</span>
<br>
<br>
[img[$imgDir + 'sara/events/random/saranakedselfie.webp']]
<br>
<br>
<span style="color: #5F9EA0;"><i>Sara has gained some corruption</i></span>
<<set $saracorruption++>>
<<case 3>>
You catch Sara having a smoke in her room.
<br>
<br>
<span style="color: #5F9EA0;">"Do it outside? Dressed like this? What would the neighbors think."</span>
<br>
<br>
[img[$imgDir + 'sara/events/random/sarasmokebreak.webp']]
<br>
<br>
<span style="color: #5F9EA0;"><i>Sara has gained some corruption</i></span>
<<set $saracorruption++>>
<<case 4>>
You notice Sara forgot her bikini for her day trip to the beach to work on her tan. Oh well, it'll probably be more even now.
<br>
<br>
[img[$imgDir + 'sara/events/random/sarabeachtrip.webp']]
<br>
<br>
<span style="color: #5F9EA0;"><i>Sara can't work today, she's at the beach</i></span>
<<set $saraenergy = 0>>
<</switch>>
<</nobr>>
[[Continue->Home]]<<nobr>>
<table width=100%>
<tr>
<th>From</th>
<th>Subject</th>
<th>Status</th>
<th>Actions</th>
</tr>
<<if $roomavailable is true and $applicationformsent is true and $applicationformdays > 2>>
<<if $vanniallmailarchived is true>>
<tr>
<td>Vanniall</td>
<td>[[Application for Mansion->Email from Vanniall]]</td>
<<if $vaniallmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$vanniallmailarchived to false]]</td>
</tr>
<</if>>
<<if $saramailarchived is true>>
<tr>
<td>Sara</td>
<td>[[Application for Mansion->Email from Sara]]</td>
<<if $saramail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$saramailarchived to false]]</td>
</tr>
<</if>>
<<if $izzymailarchived is true>>
<tr>
<td>Izzy</td>
<td>[[Application for Mansion->Email from Izzy]]</td>
<<if $izzymail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$izzymailarchived to false]]</td>
</tr>
<</if>>
<<if $venusmailarchived is true>>
<tr>
<td>Venus</td>
<td>[[Application for Mansion->Email from Venus]]</td>
<<if $venusmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$venusmailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $mosapplication is true>>
<<if $mosmailarchived is true>>
<tr>
<td>Mos</td>
<td>[[Application for Mansion->mosmail]]</td>
<<if $mosmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$mosmailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $playerstimesstreamed > 1>>
<<if $nyximail1archived is true>>
<tr>
<td>Nyxi</td>
<td>[[I'm your biggest fan!]]</td>
<<if $nyximail1 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$nyximail1archived to false]]</td>
</tr>
<</if>>
<<if $nyximail1counter > 2>>
<<if $nyximail2archived is true>>
<tr>
<td>Nyxi</td>
<td>[[I've been practicing]]</td>
<<if $nyximail2 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$nyximail2archived to false]]</td>
</tr>
<</if>>
<</if>>
<</if>>
<<if $nyximail2counter > 2 and $nyximail2response is true>>
<<if $nyximail3archived is true>>
<tr>
<td>Nyxi</td>
<td>[[I know exactly what I want]]</td>
<<if $nyximail3 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$nyximail3archived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $natassiafeetworship is true>>
<<if $natassiafootmailarchived is true>>
<tr>
<td>Natassia</td>
<td>[[Reward for a good boy]]</td>
<<if $natassiafeetworshipmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$natassiafootmailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $korrafuck2 is true >>
<<if $korramail1archived is true>>
<tr>
<td>Korra</td>
<td>[[How many could you do]]</td>
<<if $korrafuck2mail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$korramail1archived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $totaldonation > 999>>
<<if $sissieswithoutdaddiesmailarchived is true>>
<tr>
<td>Sissies without Daddies</td>
<td>[[We appreciate your generous donations!]]</td>
<<if $donationmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$sissieswithoutdaddiesmailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $dranktrainercumdays > 4>>
<<if $dranktrainercummailarchived is true>>
<tr>
<td>Leticia</td>
<td>[[Remember to keep your protein intake high!->trainerproteinmail]]</td>
<<if $dranktrainercummail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$dranktrainercummailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $vanniallbeautysalonfriendmail is true>>
<<if $auroramailarchived is true>>
<tr>
<td>Aurora</td>
<td>[[Blowjobs for free makeup?->auroramail]]</td>
<<if $auroramail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$auroramailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $patriciapoolevent is true>>
<<if $patriciamailarchived is true>>
<tr>
<td>Patricia</td>
<td>[[Don't be a stranger]]</td>
<<if $patriciamail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$patriciamailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $korraorgyinvitation is true>>
<<if $korraorgymailarchived is true>>
<tr>
<td>Korra</td>
<td>[[Pool party?->korraorgymail]]</td>
<<if $korraorgymail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$korraorgymailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $bbcsucked is true>>
<<if $bbcmailarchived is true>>
<tr>
<td>Marcus</td>
<td>[[I know you can't resist->bbcmail]]</td>
<<if $bbcmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$bbcmailarchived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $bbcsucked is true and $bbcsuckeddays > 6>>
<<if $bbcmail2archived is true>>
<tr>
<td>Nyxi</td>
<td>[[We got invited!->bbcmail2]]</td>
<<if $bbcmail2 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$bbcmail2archived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $nyxigangbangsolodays > 2>>
<<if $bbcmail3archived is true>>
<tr>
<td>Nyxi</td>
<td>[[It was AMAZING->bbcmail3]]</td>
<<if $bbcmail3 is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$bbcmail3archived to false]]</td>
</tr>
<</if>>
<</if>>
<<if $nyxiclubbingcompleteddays > 2>>
<<if $nyximansionmailarchived is true>>
<tr>
<td>Nyxi</td>
<td>[[Can I move in?]]</td>
<<if $nyximansionmail is true>>
<td>Read</td>
<<else>>
<td>Unread</td>
<</if>>
<td>[[Unarchive|View archived mails][$nyximansionmailarchived to true]]</td>
</tr>
<</if>>
<</if>>
</table>
<</nobr>>
[[Back->Check email]] <span style="color:lightblue">Hi hun,
I haven't gotten any more fresh shake orders from you in a while. Remember that a sufficiently large daily protein intake is necessary to build a powerful body! As your trainer I'm always willing to assist you with your diet.
Hope to see you soon,
Leticia</span>
[[View attachment->trainerprotainmailattachment]]
[[Close->Check email]]
<<set $dranktrainercummail = true>>
[img[$imgDir + 'outside/trainerhouse/trainercumselfie.webp']]
<i>Tempting, but last time I almost drowned.</i>
<<back>> You decide to take Vanniall's advice and carefully shave every inch of your boy. It's a long and tricky process, especially in some of the more sensitive areas. But eventually you are smooth as a baby's bottom.
You could use the salon any time you want to look like a girl again.
[img[$imgDir + 'player/bathroom/playershaving.webp']]
<i>You gained some femininity!</i>
[[Rinse and dry->HouseBathroom]]
<<updateFemininity 1>>
<<set $energy-->>
<<set $playerfirsttimeshaving = true>>Streaming as a girl is a whole different ballgame. You don't have anything to wear, nor some toys to play with, so you decide to show off your freshly shaved body. It's a little awkward at first, but you do get some fans.
Monsterenergy377: <span style="color:lightgray">"What a sweet little pussy. The things I would do to that."</span>
LordFather: <span style="color:orange">"Traps are the fucking best."</span>
[img[$imgDir + 'player/cam/crossdressed/crossdressernakedtease.webp']]
Maybe if you bought some feminine clothes you would be more comfortable? Laura should be able to help.
<<nobr>>
<<set $earnings = random(10,20)>>
<<set $money = $money + $earnings>>
<i>You made $earnings dollars in tips</i>
<br>
<br>
<<if $playercrossdressedstream is not true>>
<i>Your femininity increased</i>
<br>
<br>
<</if>>
<<if $managementlink is true>>
[[Close the webcam|Management][$managementlink to false]]
<<else>>
[[Close the webcam->Laptop]]
<</if>>
<</nobr>>
<<set $energy = $energy - 1>>
<<if $playercrossdressedstream is not true>>
<<updateFemininity 1>>
<<set $playercrossdressedstream = true>>
<</if>>You're not comfortable leaving the house dressed as a woman just yet.
[[Go back->Home]]Laura is sitting on her bed, and you explain to her what happened on your first stream as a woman. She's excited for you and is more than willing to help you out. The fact that you're paying probably helps too.
<span style="color: #e68be6;">"You want to buy lingerie? Of course I can help you sweetie! Have you seen this outfit? Give me 10 minutes."</span>
[img[$imgDir + 'laura/events/lingerieshopping/lauralingerie.jpeg']]
[[To the mall]]Once at the mall Laura takes you to some of her favorite stores and gives you some advice. The world of female fashion is largely a mystery to you, so you appreciate the help. Apparently accessories can make or break an outfit? Who knew.
<span style="color: #e68be6;">"Alright $playername, you go pick out a few items you like and I'll let you know what I think. Have fun!"</span>
[img[$imgDir + 'laura/events/lingerieshopping/laurashopping.jpeg']]
[[Go forth and find cute outfits]]You wake up one day to a warm and wet sensation in your lower regions. As you try to focus your eyes you make out Vanniall going down on your morning wood. It feels amazing.
[img[$imgDir + 'vanniall/events/suckevent/vanniallsuckevent1.webp']]
<span style="color:lightgreen">"SHLUUURP. Morning boss. Hope you don't mind, I woke up craving a fat dick in my mouth."</span>
She goes back to expertly sucking you off, taking almost your entire length with ease.
[img[$imgDir + 'vanniall/events/suckevent/vanniallsuckevent2.webp']]
<i>Now this is the life</i>
[[Just lay back and enjoy->Home]]
<<set $vanniallsuckevent = true>>After a short warmup she makes you grab her by the hips, push all the way into her waiting hole, and use everything you have to take her to poundtown. Every time your fatigue makes you drop the pace she chastises you and forces you to speed up again.
<span style="color: lightblue;">"Fuck me as hard as you can baby, I want to feel your cheeks contract with every thrust! How do you think my ass got this big? Best glute workout around. Harder I said!"</span>
[img[$imgDir + 'outside/trainerhouse/trainerfuck1.webp']]
Eventually your relentless pounding makes Leticia cum all over herself, and she lets you relax. Not that it wasn't fun, but you're mostly glad to rest your burning muscles. It feels like you just did an all out sprint.
[img[$imgDir + 'outside/trainerhouse/trainerfuckcum.webp']]
<span style="color: lightblue;">"Good job $playername, that was the first set. 1 minute rest and we go again."</span>
<i>Oh god, what did I sign up for</i>
<<nobr>>
<<if $fitness < 25>>
<i>Your fitness has improved!</i>
<br>
<</if>>
<</nobr>>
[[Do your best to survive two more rounds->leticiahouse]]
<<if $fitness < 25>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<set $money = $money - 150>>
<<set $workedout = true>>
<<if $fuckedtrainer is not true>>
<<set $fuckedtrainer = true>>
<<updatePersonality 3>>
<</if>>[img[$imgDir + 'home/email/izzy.jpeg']]
<span style="color: #ffc857;">Name: Izzy
Age: 25
Specialty: Kinky Pansexual
Personality: Switch
Reason for applying: I want to explore some of my deeper sexual desires, and what better place than the camgurl mansion? I don't care if you're a man, woman, trans or anything else. I'll fuck and get fucked by anything that moves. We're all beautiful after all.</span>
[[View the video->IzzyVideo]]
[[Back->Check email]]
<<set $izzymail = true>>[img[$imgDir + 'home/email/izzyapplication.webp']]
<i>A little freaky huh? I like it.</i>
<<nobr>>
<<if $izzyaccepted is not true>>
<<if $playermanagementskill > 14 and ($room1available or $room2available or $room3available or $room4available or $room5available)>>
[[Accept this application->IzzyAcceptance]]
<<elseif $playermanagementskill < 15 or ndef $playermanagementskill>>
<a disabled><strike>Accept this application</strike> (Business management skill of 15 required)</a>
<<else>>
<a disabled><strike>Accept this application</strike> (Need an available room)</a>
<</if>>
<</if>>
<</nobr>>
<<back>><<nobr>>
<<if $vanniallcrossdressedshow is not true>>
<h1>New scene!</h1>
<<set $vanniallcrossdressedshow = true>>
<</if>>
<</nobr>>
Vanniall is waiting for you in her room, as you had planned to do a show together. Her jaw drops, however, as she sees you walk in all dressed up. You're pretty sure her cock jumped straight out of her panties.
<span style="color:lightgreen;">"Oh my god, look at you. You're stunning babe! You want to do our show like this? Because I am SO down."</span>
[img[$imgDir + 'vanniall/cam/group/vanniallwaiting.jpeg']]
[[Get fucked as a girl->vanniallcrossdressedsex]]
<<nobr>>
<<if $managementlink is true>>
[[No thanks|Management][$managementlink to false]]
<<else>>
[[On second thought, no thanks->Vanniall's Room]]
<</if>>
<</nobr>>
You do your best to pick out and try on outfits. It's a little embarassing at first but you quickly get used to it. Most of the stuff you bring back to Laura gets rejected, although the pile of suitable clothes grows steadily as well.
<span style="color: #e68be6;">"Not that one, are you crazy? Your grandmother probably wore that."</span>
[img[$imgDir + 'outside/mall/lingeriesets.jpeg']]
She also tries on some outfits herself, which is a little disheartening. How can you compete with that.
"That's not fair, Laura, everything looks good on you."
[img[$imgDir + 'laura/events/lingerieshopping/lauralingerietryon.webp']]
[[Decide on a few items to buy]]You, somewhat sheepishly, head to the checkout to buy what is likely too many sexy clothes. The cashier asks who the lucky girl is, but you don't have the heart to tell her. You just smile and nod. At least you can use them for streaming now.
[img[$imgDir + 'laura/events/lingerieshopping/lingeriesets.webp']]
<i>Your feminity has increased</i>
[[Return home with bags of girly clothes->Home]]
<<set $playerboughtlingeriesets = true>>
<<set $money = $money - 300>>
<<set $energy-->>
<<updateFemininity 1>><<nobr>>
<<set _start = 0>>
<<set _end = 2>>
<<if $playerfleshlightbought is true>>
<<set _end = 3>>
<</if>>
<<switch random(_start,_end)>>
<<case 0>>
<<if $submissivecrossdressshow1 is not true>>
<h1>New scene!</h1>
<</if>>
One of your viewers sends you a tip with a note to write something on your body for him. It's a little humiliating, but it also strangely turns you on. It feels good to be wanted after all.
<br>
<br>
DaddyRico47: <span style="color:lightgray">"Now there's a good girl."</span>
<br>
<br>
[img[$imgDir + 'player/cam/crossdressed/crossdressersub1.webp']]
<<if $submissivecrossdressshow1 is not true>>
<<set $submissivecrossdressshow1 = true>>
<</if>>
<<case 1>>
<<if $neutralcrossdressshow1 is not true>>
<h1>New scene!</h1>
<</if>>
You show off some of your new lingerie on stream. You're still getting used to the feeling of being dressed up like this, but at least the compliments you get are nice.
<br>
<br>
Chelle1923: <span style="color:magenta">"You look absolutely stunning!"</span>
<br>
<br>
Danishboy25: <span style="color:darkgreen">"God I love femboy thighs. Choke me with them?"</span>
<br>
<br>
[img[$imgDir + 'player/cam/crossdressed/crossdresserneutral1.webp']]
<<set $neutralcrossdressshow1 = true>>
<<case 2>>
<<if $dominantcrossdressshow1 is not true>>
<h1>New scene!</h1>
<<set $dominantcrossdressshow1 = true>>
<</if>>
Somehow the girly clothes make your cock look even bigger. There are a bunch of subs in the chat desperate to worship it. The idea of all them on their knees in front of you is strangely arousing.
<br>
<br>
"Who wants my load in their mouth? Only experienced dicksuckers."
<br>
<br>
Danishboy25: <span style="color:darkgreen">"Me! Pick me mistress!"</span>
<br>
<br>
SissySucker3000: <span style="color:orange">"I would gladly gag on that thing every day. No homo."</span>
<br>
<br>
[img[$imgDir + 'player/cam/crossdressed/crossdressertop1.webp']]
<<case 3>>
<<if $fleshlightcrossdressshow1 is not true>>
<h1>New scene!</h1>
<<set $fleshlightcrossdressshow1 = true>>
<</if>>
A fleshlight is a perfect toy to take out your frustrations, and you're planning to do exactly that. After removing it from it's plastic container you insert yourself and pound away until you flood it's insides with seed, and you're finally able to relax.
<br>
<br>
Chelle1923: <span style="color:magenta">"Wow, looks like someone had a bad day."</span>
<br>
<br>
Danishboy25: <span style="color:darkgreen">"Is that toy for sale? You don't have to clean it."</span>
<br>
<br>
[img[$imgDir + 'player/cam/crossdressed/crossdresserfleshlight2.webp']]
<</switch>>
<</nobr>>
<<nobr>>
<<set $earnings = random(30,50)>>
<<set $money = $money + $earnings>>
<i>You made $earnings dollars in tips</i>
<br>
<br>
<<if $managementlink is true>>
[[Close the webcam|Management][$managementlink to false]]
<<else>>
[[Close the webcam->Laptop]]
<</if>>
<</nobr>>
<<set $energy-->>
<<nobr>>
<<if $vannialltoys6 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
The whole stream Vanniall sits firmly seated on a nice dildo. Unbeknownst to chat this isn't some standard size, but the biggest one she owns. The thing basically reaches up to her stomach. Nobody believes her, so she decides to show them.
<span style="color: lightgreen;">"Ready guys? I'm going to get off now."</span>
Inch by inch the dildo slides out of her, revealing a seemingly never-ending toy cock. Eventually the head pops out and the 10" monster flops around. Vanniall's asshole quivers trying to recover from the massive invader.
SissyLeo413: <span style="color: skyblue;">"Holy shit, it's still going!"</span>
[img[$imgDir + 'vanniall/cam/toys/vanniallmonsterdildo.webp']]
<<nobr>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Let her asshole recover|Management][$managementlink to false]]
<<else>>
[[Let her asshole recover->Vanniall's Room]]
<</if>>
<</nobr>>
<<set $vannialltoys6 = true>><<nobr>>
<<if $saraenergy > 0>>
<<if ndef $sarachoice>>
<<goto sarasexchoice>>
<<else>>
<<set _start = 0>>
<<set _end = 3>>
<<if $sarachoice is "bottom">>
<<set _start = 0>>
<<set _end = 2>>
<<elseif $sarachoice is "top">>
<<set _start = 2>>
<<set _end = 3>>
<</if>>
<<set _randomnumber = random(_start,_end)>>
<<switch _randomnumber>>
<<case 0>>
<<if $sarathreesomebottom1 is not true>>
<h1>New scene!</h1>
<<set $sarathreesomebottom1 = true>>
<</if>>
Sara's partner in crime, Sophia, is joining the stream today. While she's busy going down you take your chance to play with some firm boobies. That instinct never really goes away.
<br>
<br>
<span style="color: #5F9EA0;">"Mmmm, that feels really good baby, but if it's milk you want you're in the wrong place."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/threesome/sarathreesomebottom1.webp']]
<br>
<br>
Whenever Sophia takes a break it's your turn. The two of you spend the stream sucking on her monster cock and perky tits. Sara shows her appreciation by shooting a couple loads straight into your mouth.
<br>
<br>
<span style="color: #5F9EA0;">"Get ready to swallow babe, here comes another serving!"</span>
<br>
<br>
<span style="color: #A91B0D;">"You like, guys? Send a tip and I'll lick both balls at once."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/threesome/sarathreesomebottom2.webp']]
<<case 1>>
<<if $sarathreesomebottom2 is not true>>
<h1>New scene!</h1>
<<set $sarathreesomebottom2 = true>>
<</if>>
Before the stream starts Sara has you come over for some "preparations". These include tying you up naked in some contraption, stuffing a gag in your mouth and applying a generous amount of lube to your ass.
<br>
<br>
<span style="color: #5F9EA0;">"Perfect, just stay right there and we'll do all the work."</span>
<br>
<br>
The "work" involves Sara and her friend using you as their personal fucksleeve, unable to move or complain. You immediately recognize the cock sliding into your ass as Sara's, the size is unmistakable. She fucks you like a fleshlight for a solid 10 minutes, until you feel her hot seed spraying inside you, and her final spurt splashing onto your cheeks.
<br>
<br>
[img[$imgDir + 'sara/cam/threesome/saratiedthreesome1.webp']]
<br>
<br>
Using Sara's cum as lube her friend rams herself in next, and judging by the feeling she's nearly as big too. She wastes no time getting started, frantically thrusting like a bitch in heat.
<br>
<br>
<span style='color:#ffb703;'>"Fuck, you were right, he is tight!"</span>
<br>
<br>
Not long after these words you heard a loud moan, followed by another load shot straight into your ass. When she pulls out you assume they're about to untie you, but Sara has already gotten hard again and positioned herself behind you. Looks like they plan on taking turns, this might take a while...
<br>
<br>
<span style="color: #5F9EA0;">"Didn't think you were done already, did you? We can do this all day."</span>
<br>
<br>
<span style='color:#ffb703;'>"Don't take too long babe, my viagra is kicking in."</span>
<br>
<br>
[img[$imgDir + 'sara/cam/threesome/saratiedthreesome2.webp']]
<<case 2>>
<<if $sarathreesomeswitch1 is not true>>
<h1>New scene!</h1>
<<set $sarathreesomeswitch1 = true>>
<</if>>
The girls get prepped and then call you into their room. They giggle as your jaw drops at the sight in front of you, their asses stacked up for your and chats enjoyment. What a time to be alive.
<br>
<br>
[img[$imgDir + 'sara/cam/threesome/sarathreesomeswitchintro.webp']]
<br>
<br>
<span style="color: #A91B0D;">"We baked a couple of fat cakes for you, $playername. Hungry?"</span>
<br>
<br>
[[Dive right in]]
<br>
[[Tell them they need to eat your sausage first]]
<<case 3>>
<<if $sarathreesometop1 is not true>>
<h1>New scene!</h1>
<<set $sarathreesometop1 = true>>
<</if>>
The three of you are warming up for the stream while the girls have an argument. It seems to be about who takes what position. Honestly you don't care that much, you're in bed with two beauties either way.
<br>
<br>
<span style='color:#A91B0D;'>"You always do this, I never get to be in the middle!"</span>
<br>
<br>
[img[$imgDir + 'sara/cam/threesome/sarathreesometop1.webp']]
<br>
<br>
After a thorough warmup the girls get down to sucking. Sara is going down on you, it looks like Sophia drew the short end of the stick again. You're hoping for some anal though, so you ask which of their asses is open for business.
<br>
<br>
[img[$imgDir + 'sara/cam/threesome/sarathreesometop2.webp']]
<br>
<br>
<span style="color: #5F9EA0;">"You want to fuck? I don't know about that. You've just been sitting on your ass and letting us do all the work. Not very gentlemanly of you. What do you think, chat?"</span>
<br>
<br>
Goonerboy47: <span style="color: darkgray;">"That lazy son of a bitch doesn't deserve you, goddess!"</span>
<br>
<br>
Big_Dick_Buckeye: <span style="color:green;">"Yeah fuck that guy, let me come over instead."</span>
<br>
<br>
<span style='color:#A91B0D;'>"You heard them, $playername. No asspussy for you."</span>
<br>
<br>
Instead they use their tight asses to sandwich your cock, never quite stimulating you enough to cum.
<br>
<br>
[img[$imgDir + 'sara/cam/threesome/sarathreesometop3.webp']]
<br>
<br>
<i>God damn cockteases</i>
<</switch>>
<<if _randomnumber is not 2>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getSaraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $saracorruption++>>
<<set $sarafollowers = $sarafollowers + $newfollowers>>
<<set $saraenergy = $saraenergy - 1>>
<<set $energy = $energy - 1>>
<br>
<br>
<span style="color: #5F9EA0;"><i>You made $ $earnings this stream and Sara got $newfollowers new followers</i></span>
<</if>>
<</if>>
<<else>>
Sara is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if _randomnumber is not 2>>
<<if $managementlink is true>>
[[Say goodbye|Management][$managementlink to false]]
<<else>>
[[Say goodbye->Sara's Room]]
<</if>>
<</if>>
<</nobr>>After setting up the camera you go down on her tasty girlhood. It's a bit awkward for you at first, but it doesn't take long for a large number of viewers to flow in. Looks like you made it onto the "top webcams" page.
TsLover69: <span style="color:gray;">"Hot damn, I love me some girl on girl."</span>
[img[$imgDir + 'vanniall/cam/group/vanniallcrossdressedblowjob.webp']]
You let out a gasp when you can feel Vanniall pushing inside you, and she settles into a nice, slow rhythm. The two of you kiss passionately as you get taken like a girl. Soon you forget about chat as the pair of you enjoy each other's bodies.
RickTheDick: <span style="color:orange">"This is kinda wholesome."</span>
Cutefireman: <span style="color:skyblue">"Now that's some sweet, sweet lovin'."</span>
[img[$imgDir + 'vanniall/cam/group/vanniallcrossdressed2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<<set $energy = $energy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[End the stream|Management][$managementlink to false]]
<<else>>
[[End the stream->Vanniall's Room]]
<</if>>
<</nobr>><span style="color:orange">Hey big daddy,
Hope you remember me. I'm the fat-assed slut you caught stealing makeup the other day. Don't worry, I won't use up your entire supply. And next time you catch me I'll make it worth your while. Think you can fuck my throat until the choker breaks?
Aurora</span>
[[View attachment->auroraattachment]]
[[Close->Check email]]
<<set $auroramail = true>>[img[$imgDir + 'home/email/auroraselfie.webp']]
<i>Well, I guess one extra girl in the salon from time to time can't hurt</i>
<<back>>You take her to your room where she enthusiastically gets to work. Using her skilled mouth and tongue she makes you hard in seconds.
<span style="color:orange;">"What a nice cock. Want to see a neat trick? I can make it disappear."</span>
[img[$imgDir + 'home/management/beautysalon/aurorablowjob1.webp']]
True to her word Aurora throats your cock all the way like an expert. Her watering eyes are ruining the makeup, but she doesn't seem to care. Some would argue she looks even better as a used whore.
[img[$imgDir + 'home/management/beautysalon/aurorablowjob2.webp']]
To show her gratitude she lets you shoot your load down her throat, straight into her stomach.
<i>Dear God, I love my job</i>
[[Payment received->Home]]
<<if $aurorablowjob is not true>>
<<updatePersonality 3>>
<<set $aurorablowjob = true>>
<</if>>Someone is repeatedly ringing the doorbell this morning, so you go and open it somewhat annoyed. A muscular black man is standing on the other side not looking too friendly.
<span style='color:grey;'>"Is Sara here?"</span>
"Who are you?"
<span style='color:grey;'>"None of your business. Now move."</span>
[img[$imgDir + 'sara/events/ex/saraex.jpeg']]
[[Let him inside->saraexevent2]]
<<link "Slam the door shut in his face" "Home">>
<<updatePersonality 3>>
<<set $saraexkickedout = true>>
<</link>>
<<set $saraexevent = true>>You let the guy in and call down Sara, who takes a seat on the couch and scoffs at the sight of the stranger. Almost immediately they start bickering. He must be her ex or something.
[img[$imgDir + 'sara/events/ex/saracouch.jpeg']]
<span style="color: #5F9EA0;">"What the fuck is he doing here?"</span>
<span style='color:grey;'>"You know why I'm here bitch, you stole from me. I ain't gonna let that slide."</span>
<span style="color: #5F9EA0;">"I needed money for the uber to get away from your sorry ass, dickweed."</span>
<span style='color:grey;'>"Yeah well either cough it up or get on your knees. Pay or Play baby, you know how it is."</span>
<i>Whoa whoa whoa</i>
<<nobr>>
<<if $playerpersonality > 59>>
[[Kick him out]]
<<else>>
<a disabled><strike>Kick him out</strike> (Your personality is not dominant enough)</a>
<</if>>
<br>
<<if $money > 99>>
[[Refund him if he leaves her alone]]
<<else>>
<a disabled><strike>Pay him to leave her alone</strike> ($100)</a>
<</if>>
<br>
[[Let it play out]]
<</nobr>>You've had enough and threaten to call the police if he doesn't leave your property immediately. Luckily he doesn't seem in the mood to deal with that right now and prepares to go.
<span style='color:grey;'>"All these gold-digging hoes are the same. Whatever."</span>
[img[$imgDir + 'sara/events/ex/kickedout.webp']]
[[Continue->Home]]
<<updatePersonality 3>>
<<set $saraexkickedout = true>>Hoping to prevent a more phyiscal confrontation you try to reason with him.
"How much did she take?"
<span style='color:grey;'>"I don't know, like 100 bucks?"</span>
"Here, take it and leave us."
[img[$imgDir + 'sara/events/ex/bribe.jpeg']]
<span style='color:grey;'>"Whatever dude, you want her so much you can have her."</span>
<i>I'm just glad he's out of here. Maybe I should look into hiring security.</i>
[[He leaves->Home]]
<<set $money = $money - 100>>
<<updatePersonality -2>>
<<set $saraexbribed = true>><span style="color: #5F9EA0;">"Ugh, fine, as long as you washed your nasty balls this time."</span>
Despite her tough words Sara is quick to get on her knees and play with her ex's bulge. Maybe she missed him after all?
[img[$imgDir + 'sara/events/ex/sarabbctease.webp']]
[[Stay and watch]]
[[Go wait in your room]]
<<set $saraexsex = true>>She kisses and licks his cock like an old lover, moaning and jerking herself off under her panties.
<span style="color: #5F9EA0;">"Mmmmpfh, why do the biggest jerks always have the best dicks."</span>
[img[$imgDir + 'sara/events/ex/sarabbcsuck.webp']]
Getting a little too excited Sara stands up and shoots her cum all over him, only to then spend the next few minutes sucking it off. You've never seen her cum so fast before.
[img[$imgDir + 'sara/events/ex/sarabbcsuckcum.webp']]
<span style='color:grey;'>"That's enough warm-up slut, show me that booty."</span>
[[He uses her hole as payment]]
<<updatePersonality -3>>You decide to go wait it out in your room, trying to ignore the sounds coming from downstairs. They go at it for hours.
<span style='color:grey; font-size:12px;'>"Bounce that ass bitch!"</span>
<span style="color: #5F9EA0; font-size:12px;">"Oh fuck, I'm cummiiiiiing!"</span>
[[Hide until they're done->Home]]
<<updatePersonality -2>>
<<set $saraenergy = 0>>You watch in awe as he bends her over the couch, grabs her by the hips and rams himself in. Soon her desperate moans and the clapping of her cheeks are echoing through the room. They go at it for what feels like hours.
<span style="color: grey;">"You see this, boy? This is how a real man fucks."</span>
<span style="color: #5F9EA0;">"Be quiet and keep going, you dick. I'm almost there."</span>
[img[$imgDir + 'sara/events/ex/sarabbcfuck.webp']]
[[They reach their limit]]Again Sara is the first to cum, forced to shoot her load while he slams against her prostate.
<span style="color: #5F9EA0;">"FUCK FUCK FUCK right theeeeeere!"</span>
[img[$imgDir + 'sara/events/ex/sarabbccum1.webp']]
After her big finish he pulls out and starts wanking, getting ready to empty his balls. He pumps half of it over her still throbbing cock, and dumps the rest into her well-fucked asshole.
<span style="color: grey;">"Whew, what a ride. Guess we're even now. She's all yours again, loser."</span>
[img[$imgDir + 'sara/events/ex/sarabbccum2.webp']]
After busting his nut the guy leaves, Sara is busy catching her breath.
"You okay?"
<span style="color: #5F9EA0;">"Yeah, just give me a minute."</span>
[[Leave her on the couch->Home]]
<<set $saraenergy = 0>>There's no way you can resist such a tasty buffet, so you eat their tasty assholes all you want. Sophia's virgin pucker is especially delicious, as you're the first to ever explore it.
<span style="color: #A91B0D;">"Ooooh I like this, it's kind of ticklish!"</span>
<span style="color: #5F9EA0;">"Don't forget mine, $playername."</span>
[img[$imgDir + 'sara/cam/threesome/sarathreesomeswitchrimming.webp']]
[[Fuck some tight ass]]
[[Get fucked by Sara]]They both get to work sucking some dick, with Sophia going for Sara's while she takes yours. You could swear the girl is addicted to Sara's monster, she blows it every time she comes over.
<span style="color: #5F9EA0;">"Gotta love some big, hard sausage, right babe?"</span>
<span style="color: #A91B0D;">"Mmmhmmmpfh"</span>
[img[$imgDir + 'sara/cam/threesome/sarathreesomeswitchblowjobs.webp']]
[[Fuck some tight ass]]
[[Get fucked by Sara]]Sophia isn't quite ready to have her hole taken yet, so you slide into the only available one. As she's getting pounded Sara encourages her friend to play with herself.
<span style="color: #5F9EA0;">"Mmmmh fuck! Watch closely hun ... Ah ... Ah ... One day soon... Yeah, right there... You'll get fucked just like thissssss!"</span>
She can't talk anymore, because she's having an assgasm on your cock. You can feel her muscles twitching and squeezing wildly. Sophia watches with lust in her eyes, fingers rubbing her sensitive ass.
[img[$imgDir + 'sara/cam/threesome/sarathreesomeswitchfuck.webp']]
<span style="color: #A91B0D;">"That looks so good... Is that what it's like to get fucked?"</span>
[[Finish up the show]]You get in position and Sara mounts you, humping you in a mating press like she's trying to impregnate you. Sophia is off in the corner, furiously stroking herself to the sight.
<span style="color: #A91B0D;">"God, I love watching you breed cute boys."</span>
<span style="color: #5F9EA0;">"Yeah? Watch me pump him full of seed then!"</span>
She groans as she releases her first load of the day straight into your stretched out asshole. After the last spurt she goes right back to thrusting, her cum serving as lube to go even deeper.
<i>Shit, she's gonna go again?</i>
[img[$imgDir + 'sara/cam/threesome/sarathreesomeswitchfucked.webp']]
[[Finish up the show]]After a successful stream you and the girls say goodbye. You hope Sophia will drop by again soon.
<span style="color: #A91B0D;">"Byeee guys! Don't forget to like and follow!"</span>
[img[$imgDir + 'sara/cam/threesome/sarathreesomeswitchend.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getSaraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $saracorruption++>>
<<set $sarafollowers = $sarafollowers + $newfollowers>>
<<set $saraenergy = $saraenergy - 1>>
<<set $energy = $energy - 1>>
<br>
<br>
<span style="color: #5F9EA0;"><i>You made $ $earnings this stream and Sara got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Continue|Management][$managementlink to false]]
<<else>>
[[Continue->Sara's Room]]
<</if>>
<</nobr>>
<<nobr>>
<<switch $playermanagementskill>>
<<case 10>>
You take notes and learn a lot.
<br>
<br>
[img[$imgDir + 'outside/university/class/payattention.webp']]
<br>
<br>
<<case 11>>
Walking onto campus you notice a lot more Asian girls than usual around. When you get to the classroom the teacher explains the school is doing an exchange program. There are several new faces scattered around.
<br>
<br>
[img[$imgDir + 'outside/university/class/asianschoolgirls.jpeg']]
<br>
<br>
<span style="color:orange">"Remember class, be friendly and welcoming to our friends from Thailand. They're only here for this semester."</span>
<br>
<br>
<<case 12>>
After class you spend some time talking to the exchange students. One or two have even heard about the Camgurl Mansion, and are asking if they can come to visit sometime. Maybe you're getting more famous?
<br>
<br>
<span style="color:orange">"Everything is so big here! And classes are very hard. But don't worry, I can handle it."</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/ladyboyschoolgirl.jpeg']]
<br>
<br>
<<case 13>>
One of the new girls seems very interested in you. She spends the entire lesson giving you the "fuck me" eyes. You want to talk to her after class, but she's already gone. What a tease.
<br>
<br>
[img[$imgDir + 'outside/university/class/ladyboyschoolgirl2.jpeg']]
<br>
<br>
<<case 14>>
<<if $playerfeminized is not true>>
Today the teacher divides you into groups for some assignments. You end up with a pair of girls who seem to be friends.
<br>
<br>
<span style="color:#e6ccb2">"Hi, I'm Mos!"</span>
<br>
<br>
<span style="color:#b56576">"And I'm Meme!"</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/mosandmemeclass.webp']]
<br>
<br>
The three of you get to work and soon you're cruising through it. The entire time the girls are whispering and giggling, but because they mostly speak Thai to each other you can't understand a word they're saying.
<br>
<br>
<span style="color:#b56576">"Hey, you want to come back to our dorm for some more, uh, studying? You're really good at this."</span>
<br>
<br>
<span style="color:#e6ccb2">"Yeah we'd love to have you show us some more. It's only a 2-minute walk."</span>
<br>
<br>
[[Go with them]]
<br>
[[Another time perhaps->University]]
<br>
<br>
<<else>>
You take notes and learn a lot.
<br>
<br>
[img[$imgDir + 'outside/university/class/payattention.webp']]
<br>
<br>
<i>Your business management skills have improved.</i>
<br>
<br>
[[Finish class->University]]
<</if>>
<<case 15>>
You take notes and learn a lot.
<br>
<br>
[img[$imgDir + 'outside/university/class/payattention.webp']]
<br>
<br>
<i>You've learned all you can for now.</i>
<br>
<br>
[[Finish class->University]]
<</switch>>
<<if $playermanagementskill < 15 and ($playerfeminized is not true and $playermanagementskill is not 14)>>
<i>Your business management skills have improved.</i>
<</if>>
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 15>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<</nobr>>
<<nobr>>
<<if $playermanagementskill < 15>>
[[Finish class->University]]
<</if>>
<</nobr>>After you arrive at their apartment they make you wait while they go get changed. When the girls come back they're wearing matching white and yellow clothes, their bottoms only covered by some skimpy thongs.
<span style="color:#b56576">"We're so glad you came, we have some holes in our knowledge that need filling."</span>
<span style="color:#e6ccb2">"Unless you'd like us to work on some of your holes instead?"</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemeintro1.webp']]
<i>Best. Day. Ever.</i>
[[They start stripping]] The girls start by pulling up their tops, revealing some beautiful perky tits. They play with their nipples and squish them together for your amusement. It's definitely working, because you can feel your erection straining in your pants.
<span style="color:#b56576">"Don't you want to come here and put your head between them? It's not every day you get to play with two pairs at once."</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemestrip1.webp']]
You're clearly not the only one straining, because lowering their panties reveals two throbbing, rock-hard girlcocks.
<span style="color:#e6ccb2">"I've never fucked a foreigner before. I wonder if his is bigger?"</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemestrip2.webp']]
Finally their underwear comes off completely, revealing some of the fattest Asian cakes you have ever seen. Mos spreads her ass and rubs her sensitive hole, it's basically begging for you to come taste it.
[img[$imgDir + 'outside/university/class/mosmeme/mosmemestrip3.webp']]
<span style="color:#e6ccb2">"So baby, no hole or pole is off limits today. What would you like to try first?"</span>
[[Eat some cakes]]
[[Suck their dicks]]
[[Get a double blowjob]]The girls get in position and soon you're munching on some delicious booty. You can feel her asshole twitching in pleasure as you push your tongue in. Even more so when you grab her cock from behind.
<span style="color:#e6ccb2">"Ohh yesss, wiggle that tongue for me!"</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemerimming1.webp']]
<span style="color:#b56576">"Fuck that looks good, lick mine too."</span>
Happy to comply you switch to Meme, and she lets out a satisfied sigh. You take your time eating both of them out, switching every minute or so. Their sexy moans are like music to your ears.
[img[$imgDir + 'outside/university/class/mosmeme/mosmemerimming2.webp']]
With their holes well lubed they're ready to get them stretched out. Unless you'd like to play around some more?
[[Pound some ladyboy pussy]]
[[Suck their dicks]]
[[Get a double blowjob]]You can't resist getting a taste of their hard dicks, so you get on your knees and start sucking. Your skills must be appreciated because whenever you switch the other girl groans in disappointment.
<span style="color:#e6ccb2">"Come back baby, I want to spend some more time in that throat of yours."</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemeblowjob1.webp']]
They soon get sick of waiting for their turn in your mouth, so both of them push it in at the same time. You do your best to lick, suck and please all the girldick at once. At least they're a manageable size.
<span style="color:#b56576">"He looks so cute all stuffed with our cocks."</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemeblowjob2.webp']]
After slobbering all over them the girls are ready for more, and Mos asks if she can try your other hole. Alternatively, you could try theirs.
[[Get fucked by Mos]]
[[Eat some cakes]]
[[Get a double blowjob]]
<<nobr>>
<<if $mosmemesucked is not true>>
<<updatePersonality -2>>
<<set $mosmemesucked = true>>
<</if>>
<</nobr>>Getting sucked by two girls at once is on every man's bucket list, so you take your chance while you can. Eager to play with their first white cock they get down on their knees and put their talented mouths to good use.
<span style="color:#e6ccb2">"Look how happy she is, she can't stop jerking off with your dick in her mouth."</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemedoubleblowjob.webp']]
Your cock is wet and hard, perfect to push into their tight asses. Or you could have a taste of what the girls offer.
[[Pound some ladyboy pussy]]
[[Eat some cakes]]
[[Suck their dicks]]
<<nobr>>
<<if $mosmemedoubleblowjob is not true>>
<<updatePersonality 2>>
<<set $mosmemedoubleblowjob = true>>
<</if>>
<</nobr>>You slowly slide into Meme's incredibly tight asshole. She may as well have been a virgin judging by the way her ass squeezes down on you. However, it doesn't take long for her cries to turn into moans of pleasure.
<span style="color:#b56576">"Oh shit, he's so biiiig! I can feel every inch!"</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemetop1.webp']]
As you're breeding her balls deep you suddenly feel Mos' wet tongue on your ass. The sensation of both fucking a tight ladyboy hole and getting yours licked is foreign, but exquisite.
[img[$imgDir + 'outside/university/class/mosmeme/mosmemetop2.webp']]
Meme needs some time to recover, so you turn your attention to her partner. She jerks off while watching and encourages you to go harder as you fuck Mos. Not one to back down from a challenge you show no mercy.
<span style="color:#b56576">"That's it, destroy that hole like you did mine. She loves it."</span>
<span style="color:#e6ccb2">"Fuuuuuuck!"</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemetop3.webp']]
All the ass pounding made Mos rock hard again, do you let her turn the tables?
[[Get fucked by Mos]]
[[End the threesome]]
<<nobr>>
<<if $mosmemefucked is not true>>
<<updatePersonality 3>>
<<set $mosmemefucked = true>>
<</if>>
<</nobr>>With all 3 of you satisfied after a good long fuck, you say goodboy to the girls and get on your way. There's lots to do.
<span style="color:#e6ccb2">"Thank for you teaching us baby, we learned a lot!"</span>
<span style="color:#b56576">"I wonder if all the men here are so hung? We should find out."</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemeend.webp']]
[[Leave->University]]
<<set $mosmemethreesome = true>>
<<if $energy > 0>>
<<set $energy-->>
<</if>>You lay down on the couch, and as Mos pushes herself into you Meme squats down over your head. She shoves her member in your mouth and sucks on yours as well. Now you're getting fucked in the ass, receiving a blowjob and sucking a dick at the same time. Talk about plugged airtight.
[img[$imgDir + 'outside/university/class/mosmeme/mosmemebottom1.webp']]
Her relentless pounding against your prostate pushes you over the edge. With a dick buried in your ass, and your face buried in Meme's ass, you're forced to blow your load all over yourself.
<span style="color:#b56576">"Look at that, I think he likes your cock Mos."</span>
<span style="color:#e6ccb2">"Mmmm, I think so too."</span>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemebottom2.webp']]
Finally it's too much for the girls as well, so they pull out and cover you in a fresh load of girl jizz. Mos adds her cum to yours while Meme shoots ropes all over your chest and stomach, until all three of you are spent.
<i>Fucked like a bitch and covered in cum... I love it!</i>
[img[$imgDir + 'outside/university/class/mosmeme/mosmemebottom3.webp']]
Surprisingly your erection isn't going down at all, ready to go another round.
[[Pound some ladyboy pussy]]
[[End the threesome]]
<<nobr>>
<<if $mosmemebottomed is not true>>
<<updatePersonality -3>>
<<set $mosmemebottomed = true>>
<</if>>
<</nobr>>Dear Izzy,
After carefully reviewing your motivation and video we've decided you would make a fantastic mansion girl. A new room recently became available so we would love for you to come over and give it a go.
$playername
[[Send->Laptop]]
<<set $izzyaccepted = true>>
<<set $izzyaccepteddays = 0>>
<<if $room1available is true>>
<<set $izzyroom = 1>>
<<set $room1available = false>>
<<elseif $room2available is true>>
<<set $izzyroom = 2>>
<<set $room2available = false>>
<<elseif $room3available is true>>
<<set $room3available = false>>
<<set $izzyroom = 3>>
<<elseif $room4available is true>>
<<set $room4available = false>>
<<set $izzyroom = 4>>
<<elseif $room5available is true>>
<<set $room5available = false>>
<<set $izzyroom = 5>>
<</if>><<nobr>>
<<if $extraroom3cleaned is not true>>
<<switch $extraroom3progress>>
<<case 1>>
[img[$imgDir + 'home/extraroom3slightlyclean.png']]
<<case 2>>
[img[$imgDir + 'home/extraroom3veryclean.png']]
<<default>>
[img[$imgDir + 'home/extraroom3.png']]
<</switch>>
<br>
<br>
<i>Another empty room to use. Where do I keep finding these?</i>
<br>
<br>
<<if $energy < 1>>
<a disabled><strike>Clean up the room</strike> (too tired)</a>
<<else>>
[[Clean up the room->cleanroom3]]
<</if>>
<br>
<br>
<<elseif $extraroom3decorated is not true>>
[img[$imgDir + 'home/extraroom3empty.png']]
<br>
<br>
<i>Still needs to be properly decorated.</i>
<br>
<br>
<<if $money > 499>>
[[Redecorate ($500)->redecorate3]]
<br>
<br>
<<else>>
<a disabled><strike>Redecorate ($500)</strike></a>
<br>
<br>
<</if>>
<<else>>
[img[$imgDir + 'home/extraroom3decorated.webp']]
<br>
<br>
<i>Hopefully I'll find a girl to use it soon.</i>
<br>
<br>
<</if>>
[[Back->Home]]
<</nobr>><<nobr>>
<<if $extraroom3progress is 2>>
<<set $extraroom3cleaned = true>>
Finally ready for some furniture.
<<elseif $extraroom3progress is 1>>
You put your back into it and finally start to get somewhere.
<<set $extraroom3progress = 2>>
<<else>>
You start cleaning the room. It's just as much work as last time.
<<set $extraroom3progress = 1>>
<</if>>
<br>
<br>
[img[$imgDir + 'home/cleaning.webp']]
<br>
<br>
[[Finish->Home]]
<</nobr>>
<<set $energy = $energy - 1>>[img[$imgDir + 'home/extraroom3decorated.webp']]
Wow. It's barely recognizable!
[[Back->Home]]
<<set $extraroom3decorated = true>>
<<set $room3available = true>>
<<set $money = $money - 500>>One early morning Izzy arrives at the mansion, loaded with several heavy suitcases. After some short introductions you can't resist the temptation and ask her what's inside them. Surely she doesn't need so much stuff.
<span style="color: #ffc857;">"Oh that's just my dildo collection. You have a few spare closets where I can put them, right?"</span>
<i>Good thing it's a big house<i>
[img[$imgDir + 'izzy/events/arrival/izzyarrives.jpeg']]
<i>Izzy is now a resident of the mansion</i>
[[Let her unpack->Home]]
<<set $izzyrecruited = true>>
<<set $izzyenergy = 1>>
<<set $izzycorruption = 0>>
<<set $izzyfollowers = 0>>
<<set $izzymaxenergy = 1>>
<<set $spaavailable = true>><<nobr>>
<<switch $izzyroom>>
<<case 1>>
[img[$imgDir + 'home/extraroomdecorated.jpeg']]
<<case 2>>
[img[$imgDir + 'home/extraroom2decorated.png']]
<<case 3>>
[img[$imgDir + 'home/extraroom3decorated.webp']]
<<case 4>>
[img[$imgDir + 'home/extraroom4decorated.jpeg']]
<<case 5>>
[img[$imgDir + 'home/extraroom5decorated.jpeg']]
<</switch>>
<</nobr>>
[[Tease->izzytease]]
<<nobr>>
<<if $izzycorruption > 4>>
[[Dildo ride->izzydildo]]
<br>
<<else>>
<a disabled><strike>Dildo ride</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $izzycorruption > 9>>
[[Fuck a friend->izzyfuckafriend]]
<br>
<<else>>
<a disabled><strike>Fuck a friend</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $energy > 0 and $izzycorruption > 19>>
<<if $playercrossdressed is true>>
<a disabled><strike>Threesome</strike> (Can't do this dressed as a girl)</a>
<br>
<<else>>
[[Threesome->izzythreesome]]
<br>
<</if>>
<<elseif $izzycorruption < 20>>
<a disabled><strike>Threesome</strike> (not corrupted enough)</a>
<br>
<<else>>
<a disabled><strike>Threesome</strike> (you have no energy)</a>
<br>
<</if>>
<</nobr>>
[[Leave->Home]]<<nobr>>
<<if $izzyenergy > 0>>
<<switch random(0,6)>>
<<case 0>>
<<if $izzytease1 is not true>>
<h2>New scene!</h2>
<</if>>
Izzy teases chat with her sexy feet while jerking off. The vibrator in her ass makes her toes curl in pleasure every time it buzzes, which prompts people to tip even more.
<br>
<br>
<span style="color: #ffc857;">"Who wants to come over and suck my toes? It makes me cum so much faster!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/tease/izzyfeetjerk.webp']]
<<set $izzytease1 = true>>
<<case 1>>
<<if $izzytease2 is not true>>
<h2>New scene!</h2>
<</if>>
Due to popular request she has no choice but to show her ahegao face.
<br>
<br>
<span style="color: #ffc857;">"If you pound me real hard you can make it permanent!</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/tease/izzyahegao.webp']]
<<set $izzytease2 = true>>
<<case 2>>
<<if $izzytease3 is not true>>
<h2>New scene!</h2>
<</if>>
Her titties are looking especially juicy today so she simply has to show them off.
<br>
<br>
BeerAndBoobs48: <span style="color: darkgray;"> "I'd give anything to suck on those."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/tease/izzyboobtease.webp']]
<<set $izzytease3 = true>>
<<case 3>>
<<if $izzytease4 is not true>>
<h2>New scene!</h2>
<</if>>
While lounging on the bed Izzy has a nice casual talk with her viewers. Naked, of course.
<br>
<br>
<span style="color: #ffc857;">"Isn't my little cock cute, guys?</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/tease/izzycocktease.webp']]
<<set $izzytease4 = true>>
<<case 4>>
<<if $izzytease5 is not true>>
<h2>New scene!</h2>
<</if>>
She's flaunting her ass and can't resist putting a finger in.
<br>
<br>
<span style="color: #ffc857;">"It feels so empty, I need a big boy to come fill me up."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/tease/izzyfingering.webp']]
<<set $izzytease5 = true>>
<<case 5>>
<<if $izzytease6 is not true>>
<h2>New scene!</h2>
<</if>>
Izzy sets up one of her suction cup dildos on the table and treats her viewers to a POV blowjob show.
<br>
<br>
<span style="color: #ffc857;">"Aww baby look at how hard you are, does it hurt? Don't worry, I know just the thing to make you feel better."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/tease/izzydildosuck1.webp']]
<br>
<br>
She spends the next half hour talking dirty and showing off her sklls on the toy. There seem to be a lot of volunteers in chat who want to model in the next show. Too bad for them, that's your job.
<br>
<br>
<span style="color: #ffc857;">"When you're ready just let it all out into my mouth okay?"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/tease/izzydildosuck2.webp']]
<<set $izzytease6 = true>>
<<case 6>>
<<if $izzytease7 is not true>>
<h2>New scene!</h2>
<</if>>
Izzy decides to change things up and treat her viewers to an outdoor stream. While walking around she flashes the camera from time to time, each time taking more and more risk. She probably made several people's day.
<br>
<br>
<span style="color: #ffc857;">"Oops, that guy definitely saw my tits. Oh well."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/tease/izzyoutdoorflashing.webp']]
<<set $izzytease7 = true>>
<</switch>>
<<set $earnings = random(15,20)>>
<<set $newfollowers = random(12,28)>>
<<set $modifier = setup.getIzzyEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $izzycorruption++>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>>
<<set $izzyenergy = $izzyenergy - 1>>
<br>
<br>
<span style="color: #ffc857;"><i>Izzy made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Izzy is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Izzy's Room]]
<</if>>
<</nobr>>You spend a few hours promoting Izzy's cam profile online. She gains some followers and has 50% increased earnings on her next show.
[img[$imgDir + 'home/advertise.jpeg']]
<<nobr>>
<<if $managementlink is true>>
[[Continue|Management][$managementlink to false]]
<<else>>
[[Continue->Laptop]]
<</if>>
<</nobr>>
<<set $izzyadvertised = true>>
<<set $energy = $energy - 1>>
<<set $newfollowers = random(5,10)>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>><<nobr>>
<<switch random(0,2)>>
<<case 0>>
Looks like Izzy just finished her bath, most of the water has already gone down the drain.
<br>
<br>
<span style="color: #ffc857;">"It's all yours $playername. Fair warning, not all the fluids in here are water."</span>
<br>
<br>
[img[$imgDir + 'izzy/events/bathroom/izzybath.jpeg']]
<<case 1>>
She's busy taking some high angle pictures for her fans in the bath, it makes her tits look bigger.
<br>
<br>
[img[$imgDir + 'izzy/events/bathroom/izzybath2.jpeg']]
<br>
<br>
<span style="color: #ffc857;"><i>Izzy gained 4 followers</i></span>
<<set $izzyfollowers = $izzyfollowers + 4>>
<<case 2>>
There are some strange noises coming from the shower, so you move to investigate. Opening the curtains reveals Izzy currently gooning her brains out on one of her many dildos.
<br>
<br>
<span style="color: #ffc857;">"My. Ass. Won't. Stop. Cummiiiiiiiiiiing..."</span>
<br>
<br>
<i>I think I should just leave her to it, I'm in the splash zone</i>
<br>
<br>
[img[$imgDir + 'izzy/events/bathroom/izzyshowerriding.webp']]
<br>
<br>
<span style="color: #ffc857;"><i>Izzy has gained corruption</i></span>
<<nobr>>
<<set $izzycorruption++>>
<</nobr>>
<</switch>>
<</nobr>>
[[Leave the bathroom->Home]]<<nobr>>
<<if $relaxedatspa is not true>>
<<set _randomRecruitedGirl = setup.getRandomRecruitedGirl()>>
<<set _max = 0>>
<<if $freelancefloorinstalleddays > 3>>
<<set _max = 1>>
<</if>>
<<switch random(0,_max)>>
<<case 0>>
<<switch _randomRecruitedGirl>>
<<case "laura">>
Laura and her cousin are relaxing in the water. You spend some time chilling with them.
<br>
<br>
<span style="color:orange;">"Laura! You didn't tell me your manager was so cute."</span>
<br>
<br>
<<if $playerfeminized is true>>
<span style="color: #e68be6;">"Ay chica, keep it in your pants. She's a real player, you'll get your heart broken."</span>
<<else>>
<span style="color: #e68be6;">"Ay chica, keep it in your pants. He's a real playboy, you'll get your heart broken."</span>
<</if>>
<br>
<br>
[img[$imgDir + 'home/management/spa/lauraspa.jpeg']]
<br>
<br>
<i>Laura and you get some extra energy</i>
<<set $energy++>>
<<set $lauraenergy++>>
<<case "vanniall">>
You run into Vanniall on her way to the pool, the tiny bikini barely containing her bulge.
<br>
<br>
<span style="color: lightgreen;">"Wanna come tan with me boss? I'll let you oil my ass."</span>
<br>
<br>
"Hell yes, let's go!"
<br>
<br>
[img[$imgDir + 'home/management/spa/vanniallspa.jpeg']]
<br>
<br>
<i>Vanniall and you get some extra energy</i>
<<set $energy++>>
<<set $vanniallenergy++>>
<<case "sara">>
Sara is sitting in the hot tub, you get in with her and let all your troubles wash away.
<br>
<br>
<span style="color: #5F9EA0;">"The view here is amazing."</span>
<br>
<br>
<i>It sure is</i>
<br>
<br>
[img[$imgDir + 'home/management/spa/saraspa.jpeg']]
<br>
<br>
<i>Sara and you get some extra energy</i>
<<set $energy++>>
<<set $saraenergy++>>
<<case "izzy">>
The weather is nice and Izzy is having a swim. You decide to join her.
<br>
<br>
<span style="color: #ffc857;">"Building a spa was a great idea boss. 10/10 would work here again."</span>
<br>
<br>
[img[$imgDir + 'home/management/spa/izzyspa.jpeg']]
<br>
<br>
<i>Izzy and you get some extra energy</i>
<<set $energy++>>
<<set $izzyenergy++>>
<<case "venus">>
Venus is treating her body and mind to some yoga by the pool. Your gaze lingers just a little too long on her curves, and she gives you a slight smirk.
<br>
<br>
<span style="color: #bc4749;">"Don't stare too much, we wouldn't want you to have an accident in your pants."</span>
<br>
<br>
[img[$imgDir + 'home/management/spa/venusspa.webp']]
<br>
<br>
<i>Venus and you get some extra energy</i>
<<set $energy++>>
<<set $venusenergy++>>
<<case "mos">>
Mos invites her friend Meme for a fun time at the spa, giving you a nice teasing view as you relax.
<br>
<br>
[img[$imgDir + 'home/management/spa/mosspa.webp']]
<br>
<br>
<i>You both get some extra energy</i>
<<set $energy++>>
<<set $mosenergy++>>
<</switch>>
<<case 1>>
<<switch random(0,1)>>
<<case 0>>
With the Freelance Floor installed there's a lot of new girls coming to the mansion. You've set up a "no sex in the pool" rule for now, but who knows how long that will last.
<br>
<br>
<span style='color:#be95c4'>"Careful, I think I saw a big snake around here somewhere."</span>
<br>
<br>
[img[$imgDir + 'home/management/spa/freelancespa1.webp']]
<<case 1>>
A freelance girl is relaxing in the pool naked. You go over to have a word with her, completely failing to make eye contact.
<br>
<br>
<span style='color:#be95c4'>"Put on a swimsuit? But then I'll never get rid of these tanlines!"</span>
<br>
<br>
[img[$imgDir + 'home/management/spa/freelancespa2.webp']]
<</switch>>
<br>
<br>
<i>You get some extra energy</i>
<<set $energy++>>
<</switch>>
<<set $relaxedatspa = true>>
<</if>>
<</nobr>>
[[Leave->Home]]
<<nobr>>
<<switch $fitness>>
<<case 25>>
You're walking around the gym when you notice a door you've never been through before. Out of curiosity you take a peek, and to your surprise there's an entire pool area that you knew nothing about! A naked woman is currently swimming, and beckons you to come closer when she notices you.
<br>
<br>
<span style="color:#778da9">"Hi baby, I've seen you around here sometimes. I'm Patricia. Why don't you come on in, the water is amazing!"</span>
<br>
<br>
[img[$imgDir + 'outside/gym/patriciapool.webp']]
<br>
<br>
Against your better judgment you strip to your underwear and get in the pool with her. She's actually very nice and you have a lovely chat, apart from the underwater snake that hits your leg from time to time.
<br>
<br>
<<set $patriciapoolevent = true>>
<<case 26>>
During your workout you run into Laura doing some stretches in the warm-up area. Looks like she just became a member, she bought a whole new gym outfit too. More yoga pants are always good, of course.
<br>
<br>
<span style="color: #e68be6;">"Oh, hey $playername! I thought you were getting more fit lately, so you've been secretly training here huh. Got any good exercises for me? Need to keep my booty thick!"</span>
<br>
<br>
[img[$imgDir + 'outside/gym/lauragym.webp']]
<br>
<br>
<<case 27>>
One of the gym's bodybuilders asks you to check her posing for an upcoming show. She's mainly flexing her back, but you can't help your eyes drifting downwards to the most muscular ass you've ever seen.
<br>
<br>
<i>Dear God, she could tear off someone's dick with those cheeks</i>
<br>
<br>
<span style='color:lightblue;'>"So, what do you think? Am I ready for the stage?"</span>
<br>
<br>
"Uh, yeah, looks great to me!"
<br>
<br>
[img[$imgDir + 'outside/gym/bodybuilderposing.webp']]
<br>
<br>
<<case 28>>
You were going to do some weights, but as you're moving past the treadmills you decide to do a little bit of cardio instead. Keeping your heart and lungs healthy is important after all.
<br>
<br>
[img[$imgDir + 'outside/gym/treadmillwalking.webp']]
<br>
<br>
<<case 29>>
<<if $playerfeminized is not true>>
<<goto bodybuildingshow>>
<<else>>
The bodybuilder wants you to check her posing again. You're pretty sure she just likes having you check her out, but whatever. You're not going to complain.
<br>
<br>
[img[$imgDir + 'outside/gym/bodybuilderposing.webp']]
<br>
<br>
<</if>>
<<case 30>>
<<switch random(0,1)>>
<<case 1>>
You were going to do some weights, but as you're moving past the treadmills you decide to do a little bit of cardio instead. Keeping your heart and lungs healthy is important after all.
<br>
<br>
[img[$imgDir + 'outside/gym/treadmillwalking.webp']]
<br>
<br>
<<case 0>>
The bodybuilder wants you to check her posing again. You're pretty sure she just likes having you check her out, but whatever. You're not going to complain.
<br>
<br>
[img[$imgDir + 'outside/gym/bodybuilderposing.webp']]
<br>
<br>
<</switch>>
<</switch>>
<<if $fitness < 30>>
<i>You gained some fitness</i>
<<else>>
<i>You feel like you've reached your fitness limit for now</i>
<</if>>
<br>
<br>
[[Get changed and leave->Outside]]
<</nobr>>
<<if $fitness < 30>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<if $fitness is 30 and $maxenergy < 4>>
<<set $maxenergy = 4>>
<</if>><span style="color:#778da9">Hi baby,
I had a great time chatting with you in the pool. Usually people avoid me because of the thing between my legs. Especially at the gym. When there's a cutie like you around I get hard, so I have to go jerk off in the locker rooms all the time...
Let's just say that's not ideal for meeting people.
Patricia</span>
[[Check attachment->PatriciaSelfie]]
[[Back->Check email]]
<<set $patriciamail = true>>[img[$imgDir + 'home/email/patriciaselfie.webp']]
<i>Looks like her anaconda wants some</i>
<<back>>You want to get your business's name out there more, so you have the idea of holding a free promotional car wash. After discussing it with the girls they invite some friends over and you quickly put together a poster.
[img[$imgDir + 'home/management/events/carwash/carwashflyer.png']]
With a couple of social media posts, and a few phone calls to some friends, there are at least a few people confirming they will show up. The girls set up shop in the yard with plenty of food, drinks, and soap.
[[The customers start arriving]]
It's not long until the first cars start pulling up to the house. Who wouldn't want free drinks, food, and girls in bikini washing their cars? People who had theirs done message their friends that this is the place to be, and soon there's a queue.
<span style="color:#e68be6;">"Don't be shy guys, come on up. We'll take real good care of your big toys."</span>
[img[$imgDir + 'home/management/events/carwash/carwash1.webp']]
The girls work hard all day cleaning cars and flirting until the sun starts setting. You get a lot of compliments from happy customers promising they will spread the word. Mission accomplished.
[img[$imgDir + 'home/management/events/carwash/carwash2.webp']]
<i>The mansion has gained renown!</i>
[[Finish the event->Home]]
<<set $lauracarwashevent = true>>
<<set $energy-->>
<<set $lauraenergy-->>
<<set $money = $money - 200>>
<<if $izzyrecruited is true and $izzyenergy > 0>>
<<set $izzyenergy-->>
<</if>><<nobr>>
<<if $izzyenergy > 0>>
<<switch random(0,7)>>
<<case 0>>
<<if $izzydildo1 is not true>>
<h2>New scene!</h2>
<</if>>
After setting up the camera on the floor she shows chat exactly what it's like to have her riding them.
<br>
<br>
<span style="color: #ffc857;">"Oh fuck, your cock is so big!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzydildopov.webp']]
<<set $izzydildo1 = true>>
<<case 1>>
<<if $izzydildo2 is not true>>
<h2>New scene!</h2>
<</if>>
Izzy loves to show off her perky butt, so she does some reverse cowgirl riding.
<br>
<br>
<span style="color: #ffc857;">"Who wants to see me spank it until it's red?"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzydildoreverse.webp']]
<<set $izzydildo2 = true>>
<<case 2>>
<<if $izzydildo3 is not true>>
<h2>New scene!</h2>
<</if>>
Sitting with her dildo planted deep inside her, Izzy's assgasm makes her legs quiver and her hole twitch in pleasure.
<br>
<br>
StanTheMan: <span style="color: darkgray;">"Good girl, keep cumming for us."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzydildoassgasm.webp']]
<<set $izzydildo3 = true>>
<<case 3>>
<<if $izzydildo4 is not true>>
<h2>New scene!</h2>
<</if>>
She spends the whole show stuffing herself with a huge pink dildo. Completely in a world of her own, she can't even produce a coherent sentence anymore.
<br>
<br>
<span style="color: #ffc857;">"Ahh... Mmmh... Fuck... Fuuuuuuuck... More..."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzydildoride.webp']]
<<set $izzydildo4 = true>>
<<case 4>>
<<if $izzydildo5 is not true>>
<h2>New scene!</h2>
<</if>>
Despite being one of the larger sizes, her buttplug keeps slipping out of her well-trained fuckhole.
<br>
<br>
<span style="color: #ffc857;">"Get back in there, you! There's no escape from my ass."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzybuttplug.webp']]
<<set $izzydildo5 = true>>
<<case 5>>
<<if $izzyvibrator is true>>
<<if $izzydildo6 is not true>>
<h2>New scene!</h2>
<</if>>
Excited about trying out her new toy, Izzy stuffs the entire buzzing head into her asshole. You're not entirely certain this is how you're supposed to use a vibrator, but whatever. She looks like she's enjoying it.
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzyvibrator.webp']]
<<set $izzydildo6 = true>>
<<else>>
<<if $izzydildo1 is not true>>
<h2>New scene!</h2>
<</if>>
After setting up the camera on the floor she shows chat exactly what it's like to have her riding them.
<br>
<br>
<span style="color: #ffc857;">"Oh fuck, your cock is so big!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzydildopov.webp']]
<<set $izzydildo1 = true>>
<</if>>
<<case 6>>
<<if $izzycollar is true>>
<<if $izzydildo7 is not true>>
<h2>New scene!</h2>
<</if>>
Izzy is delighted with her new toy, happily clamping her nipples and waiting in position for someone to use her.
<br>
<br>
Meisterpenis74: <span style="color: darkgray;">"Somebody fuck her mouth, she's begging for it!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzycollar1.webp']]
<br>
<br>
While playing around with the chains she discovers you can also use them to pull the collar even tighter. Whenever she tugs on it her ass squeezes down on the dildo, sending a shock of pleasure through her body. No wonder people like this.
<br>
<br>
<span style="color: #ffc857;">"Choke me harder, daddy!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzycollar2.webp']]
<<set $izzydildo7 = true>>
<<else>>
<<if $izzydildo2 is not true>>
<h2>New scene!</h2>
<</if>>
Izzy loves to show off her perky butt, so she does some reverse cowgirl riding.
<br>
<br>
<span style="color: #ffc857;">"Who wants to see me spank it until it's red?"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzydildoreverse.webp']]
<<set $izzydildo2 = true>>
<</if>>
<<case 7>>
<<if $izzydildo8 is not true>>
<h2>New scene!</h2>
<</if>>
One of Izzy's dildos has a special feature that allows it to squirt "cum" from time to time. The result is a very creamy show as there is a constant stream of white goo leaking out of her ass.
<br>
<br>
<span style="color: #ffc857;">"Ooh, it feels kind of nice!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/dildoride/izzycreamydildo.webp']]
<<set $izzydildo8 = true>>
<</switch>>
<<set $earnings = random(20,30)>>
<<set $newfollowers = random(20,36)>>
<<set $modifier = setup.getIzzyEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $izzycorruption++>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>>
<<set $izzyenergy = $izzyenergy - 1>>
<br>
<br>
<span style="color: #ffc857;"><i>Izzy made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Izzy is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Izzy's Room]]
<</if>>
<</nobr>>Izzy has been asking you to buy her a vibrator, so you decide to pick one up. It's not clear what she plans to do with it, but it should be interesting at the very least.
[img[$imgDir + 'outside/mall/vibrator.jpeg']]
<i>If all else fails we can still use it for massages I guess</i>
[[Leave the shop->Mall]]
<<set $izzyvibrator = true>>
<<set $money = $money - 150>>A leather collar with attached nipple clamps included, ideal for those who like little pain with their pleasure. Suitable for both experienced bondage sessions or beginners who want to expand their boundaries.
[img[$imgDir + 'outside/mall/collar.jpeg']]
<i>I think Izzy will like this, she has a kinky streak</i>
[[Buy it and go->Mall]]
<<set $izzycollar = true>>
<<set $money = $money - 50>>The gym is hosting a bodybuilding competition today so you go and see what's up. To your surprise Natassia's name is on the contestant list. She must be a lock for first place, that woman is built like a tank.
<span style="color:crimson;">"Coming in first place, our very own woman of steel... Natassia!</span>
<span style="color:lightblue;">"Whoo! Thank you so much."</span>
[img[$imgDir + 'outside/gym/natassiashowevent/natassiawins.webp']]
[[Congratulate her in the locker room]][img[$imgDir + 'home/email/mos.jpeg']]
<span style="color: #e6ccb2;">Name: Mos
Age: 29
Specialty: Ladyboy Surprise
Personality: Switch
Reason for applying: My friends at the university told me about your mansion where girls like me can work. I would love to stay in this country a while longer, and support my family back home by sending them money. I'm a good fuck and definitely not shy on camera. Let me know!</span>
[[View attachment->mosattachment]]
[[Close->Check email]]
<<set $mosmail = true>>[img[$imgDir + 'home/email/mos.webp']]
<i>I had some good times with her</i>
<<nobr>>
<<if $mosaccepted is not true>>
<<if $playermanagementskill > 9 and ($room1available or $room2available or $room3available or $room4available or $room5available)>>
[[Accept this application->mosacceptance]]
<<elseif $playermanagementskill < 10 or ndef $playermanagementskill>>
<a disabled><strike>Accept this application</strike> (Business management skill of 10 required)</a>
<<else>>
<a disabled><strike>Accept this application</strike> (Need an available room)</a>
<</if>>
<</if>>
<</nobr>>
<<back>>Izzy whips out her seduction skills, inviting the collector to her room.
<span style="color: #ffc857;">"Why don't you come with me, sir? I'll see to your payment."</span>
[img[$imgDir + 'izzy/events/debtcollector/izzyseduction.webp']]
She soons regrets her offer however, as the guy absolutely hammers her like she's just some fleshlight. Her screams are echoing throughout the house, but that doesn't seem to deter him one bit.
<span style="color: #ffc857;">"Fffffuuuuuuck! Calm down you psycho!"</span>
[img[$imgDir + 'izzy/events/debtcollector/izzydebtpayment1.webp']]
From what you can make out the guy is having a bad day. His wife left him this morning and if he can't manage to collect some money today his job is in jeopardy too. No wonder he's so agitated.
<span style="color: lightgray;">"Fuck you, Dorothy! Sleeping with the gardener and then taking my dog? You bitch!"</span>
<i>At least he's working out his frustrations in a healthy way</i>
[img[$imgDir + 'izzy/events/debtcollector/izzydebtpayment2.webp']]
[[You have things to do, Izzy will be fine->Home]]
<<set $daystilldebtpayment = 7>>
<<set $izzyenergy = 0>>
"I'm going to breed you like a bitch. Tell me how much you want it."
<span style="color: #ffc857;">"I want it. I want it. I want to feel your cock throbbing in my ass, I want to feel your hot cum shooting deep inside me! Please give it to meeeeeeeeee!"</span>
The dirty talk deals the finishing blow and your balls contract, making you release everything into her squeezing hole. Izzy coos in contentment as you coat her walls with sticky semen.
[img[$imgDir + 'izzy/events/gaming/izzycreampie1.webp']]
After pulling out Izzy's stomach gurgles, she's clearly too full and about to burst. You pull aside her pants just in time for the first squirt, and she farts out your load just as hard as you put it in her.
<span style="color: #ffc857;">"Oh shit, here it comes!"</span>
[img[$imgDir + 'izzy/events/gaming/izzycreampie2.webp']]
<i>Fuck, it's all over the couch</i>
[[Someone else will clean that up->Home]]
<<set $energy-->>
<<set $izzyenergy-->>You find Izzy in the living room still wearing her pajamas. She's completely absorbed in her video game and didn't even hear you come in. That must be one tough boss.
<i>Perfect time for a prank</i>
[img[$imgDir + 'izzy/events/gaming/izzygamingintro.webp']]
[[Wag your cock in her face]]
[[Leave her alone->Home]]
<<set $izzygamingevent = true>>Her eyes widen in shock as she notices your dangling member. You can see the gears in her head turning as she takes one last look at her game, before grabbing your shaft and taking you in her mouth.
"Attagirl, I knew you'd prefer my joystick."
[img[$imgDir + 'izzy/events/gaming/izzyblowjob1.webp']]
While your cock is hardening you take your time and enjoy her warm throat. Soon you are too large to fit in her mouth and she starts gagging. Points for enthusiasm though.
<span style="color: #ffc857;">"GLK GLK GLK GLK GLLLLLLK"</span>
[img[$imgDir + 'izzy/events/gaming/izzyblowjob2.webp']]
<span style="color: #ffc857;">"Guuuuuuh! Damn boss, I didn't know you had it in you. But I know an even better place you can stick it."</span>
[[As the lady wishes]]Izzy gets on top of you and, with one fell swoop, rams herself all the way down to the hilt. Her daily dildo practice is definitely paying off. When she starts riding you her cock flops around and your balls slap against each other constantly.
<span style="color: #ffc857;">"Yes yes YES! Now this is more like it."</span>
[img[$imgDir + 'izzy/events/gaming/izzyfuck1.webp']]
You can't let the lady do all the work, so you put her face down ass up and get to pounding. Judging by the sounds she makes her brain has mostly stopped functioning at this point.
<span style="color: #ffc857;">"Hnnnnnnnng... Mooooooore..."</span>
[img[$imgDir + 'izzy/events/gaming/izzyfuck2.webp']]
[[Fill her up]]<<nobr>>
<<switch random(0,4)>>
<<case 0>>
She gets a solid 8 hours of snoozing in and wakes up ready to take on the world.
<br>
<br>
[img[$imgDir + 'izzy/events/random/izzyenergy1.jpeg']]
<br>
<br>
<span style="color: #ffc857;"><i>Izzy has some extra energy today</i></span>
<<set $izzyenergy++>>
<<case 1>>
After spending some quality time with her cat Whiskers Izzy feels happy and relaxed.
<br>
<br>
<span style="color: #ffc857;">"Who's a good girl? Yes you are!"</span>
<br>
<br>
[img[$imgDir + 'izzy/events/random/izzyenergy2.webp']]
<br>
<br>
<span style="color: #ffc857;"><i>Izzy has some extra energy today</i></span>
<<set $izzyenergy++>>
<<case 2>>
It's very hot out even in the early hours so Izzy just decides to have a naked day.
<br>
<br>
[img[$imgDir + 'izzy/events/random/izzycorruption1.webp']]
<br>
<br>
<span style="color: #ffc857;"><i>Izzy became more corrupted</i></span>
<<set $izzycorruption++>>
<<case 3>>
In the morning you find Izzy outside doing her daily stretches. Gotta keep in shape.
<br>
<br>
[img[$imgDir + 'izzy/events/random/izzycorruption2.webp']]
<br>
<br>
<span style="color: #ffc857;"><i>Izzy became more corrupted</i></span>
<<set $izzycorruption++>>
<<case 4>>
Izzy has an important gaming tournament so she locks herself in her room all day.
<br>
<br>
<span style="color: #ffc857;">"Wish me luck!"</span>
<br>
<br>
[img[$imgDir + 'izzy/events/random/izzygaming.webp']]
<br>
<br>
<span style="color: #ffc857;"><i>Izzy can't work today</i></span>
<<set $izzyenergy = 0>>
<</switch>>
<</nobr>>
[[Continue->Home]]You walk into the room where Natassia is currently changing, mumbling something about how she deserved to win. To your surprise she instantly grabs you by the throat and pulls you in closer.
<span style="color:lightblue;">"Perfect timing, slut. I had to abstain two weeks for this competition, and to celebrate I'm ready to wreck some holes."</span>
[img[$imgDir + 'outside/gym/natassiashowevent/lockerroom.webp']]
[[Let her do as she wants]]
[[Escape while you can->Outside]]Natassia wastes no time and whips out her cock, shoves it in your open mouth and starts thrusting. She has little regard for your need to breathe or your gag reflex, simply using you as she sees fit.
<span style="color:lightblue;">"Just hold still baby, I'll do all the work."</span>
[img[$imgDir + 'outside/gym/natassiashowevent/blowjob1.webp']]
Because of her long break her movements are wild and erratic, she's purely focused on releasing the tension in her balls. Within just a few minutes she groans and dumps two weeks' worth of backed-up semen straight down your throat.
<span style="color:lightblue;">"Fuuuuuuuuck yes! I needed that."</span>
"Mmmmmmpfh!"
[img[$imgDir + 'outside/gym/natassiashowevent/blowjob2.webp']]
[[She's still hard]]Without skipping a beat Natassia lifts up your legs and pushes her spit-covered cock into your ass. You don't even have time to protest, by the time your brain registers the invader she's already balls deep inside you.
<span style="color:lightblue;">"Now that that's out of the way I'm going to take my time enjoying this sweet ass. I've wanted to pound that since day 1."</span>
[img[$imgDir + 'outside/gym/natassiashowevent/fuck1.webp']]
She keeps her word and casually breeds you with steady thrusts of her powerful cheeks. From time to time you can feel her shaft twitch as she shoots yet another shot of cum in you, but it doesn't slow her down one bit.
<span style="color:lightblue;">"God, this thing is just not going down. Just one more load cutie I promise."</span>
[img[$imgDir + 'outside/gym/natassiashowevent/fuck2.webp']]
Eventually, after what felt like an hour, and several more loads, Natassia lets out a final grunt and empties her very last drops into your hole. At this point you're unable to even stand up as her cum slides down your legs.
[img[$imgDir + 'outside/gym/natassiashowevent/fuck3.webp']]
<span style="color:lightblue;">"Shit, it's like a swimming pool back here. I can barely feel a thing."</span>
[[It's finally over]]<span style="color:lightblue;">"Mmmm, such a good boy taking it all like a champ. I think I'm going to use you as my personal cumdump from now on. See you soon baby."</span>
<i>This woman will be the death of me</i>
[img[$imgDir + 'outside/gym/natassiashowevent/end.webp']]
[[Go before someone finds you like this->Outside]]
<<nobr>>
<<set $energy = 0>>
<<updatePersonality -5>>
<<set $natassiafucked = true>>
<</nobr>><<nobr>>
<<if $izzyenergy > 0>>
<<switch random(0,5)>>
<<case 0>>
<<if $izzyfaf1 is not true>>
<h2>New scene!</h2>
<</if>>
Prepare for trouble, and make it double. Izzy has one of her girlfriends over, and gets mesmerized by her luscious butt. Which is understandable, because look at that thing.
<br>
<br>
<span style="color: #ffc857;">"Damn girl, it looks even bigger than last time."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf1.webp']]
<br>
<br>
If she was hoping to get some pussy she's out of luck. Her friend seems more interested in finding out how deep she can shove her fist into Izzy's quivering hole. Not that she really minds.
<br>
<br>
<span style="color:crimson;">"Just a little more babe, you can do it!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf3.webp']]
<<set $izzyfaf1 = true>>
<<case 1>>
<<if $izzyfaf2 is not true>>
<h2>New scene!</h2>
<</if>>
Izzy's friend arrives at the mansion while she's still warming up in the bathroom, so you decide to pull a prank. After setting up the camera she gives Izzy a little present through the shower curtain.
<br>
<br>
<span style="color: #ffc857;">"Ruby? I didn't know you were here already!"</span>
<br>
<br>
<span style="color:crimson;">"Surprise, bitch!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf4.webp']]
<br>
<br>
She recovers from the shock pretty fast though, and decides to drain Ruby's balls right then and there. The red-haired vixen is soon moaning and desperately trying to hold back her cum during Izzy's skillful blowjob.
<br>
<br>
<span style="color:crimson;">"Shit, after all these years your mouth is still the best."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf5.webp']]
<<set $izzyfaf2 = true>>
<<case 2>>
<<if $izzyfaf3 is not true>>
<h2>New scene!</h2>
<</if>>
Her co-star has a gift for Izzy, namely a massive double-sided dildo for her collection. They have a little competition to see who can take the most down their throat. Their lips aren't quite touching yet, maybe with a little more practice.
<br>
<br>
RickTheDick: <span style='color:skyblue;'>"Wish I had two cuties sucking on my dick like that."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf9.webp']]
<br>
<br>
With the toy fully lubed up they take it in their holes and try to make the other cum.
<br>
<br>
<span style='color:crimson;'>"Hnng, how's that bitch? I bet you're gonna jizz any second now."</span>
<br>
<br>
<span style="color: #ffc857;">"Look who's talking, the couch is covered in pussy juice. FUCK!</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf10.webp']]
<<set $izzyfaf3 = true>>
<<case 3>>
<<if $izzyfaf4 is not true>>
<h2>New scene!</h2>
<</if>>
The girls start off with some foot play, something Izzy really enjoys, and a fan favorite too. Sucking on her toes makes her cock jump straight up, and she takes the opportunity to enjoy her partner's soles.
<br>
<br>
<span style='color:crimson;'>"Hard already? Guess I found your on button."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf6.webp']]
<br>
<br>
After the foreplay her pussy is dripping wet, so she takes a seat on Izzy's cock. Her fat ass bouncing up and down is a big hit with the wankers in chat.
<br>
<br>
AvidFan679: <span style='color:darkgray;'>"Sheeeesh, that's a certified dump truck."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf7.webp']]
<br>
<br>
It's too much for poor Izzy, who ends up pulling out and squirting her tiny load over them cheeks.
<br>
<br>
<span style="color: #ffc857;">"Ooh, you really squeezed me dry this time babe."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf8.webp']]
<<set $izzyfaf4 = true>>
<<case 4>>
<<if $izzyfaf5 is not true>>
<h2>New scene!</h2>
<</if>>
You wouldn't think carpet munching is one of Izzy's strengths, but she's surprisingly good at it. The other girl gasps in surprise as the flicking tongue makes her orgasm.
<br>
<br>
<span style='color:crimson;'>"Fffuuuuck, where did you learn how to do that?"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf11.webp']]
<br>
<br>
<span style="color: #ffc857;">"If you liked that you'll love what's coming next."</span>
<br>
<br>
With those words Izzy shoves herself into the dripping wet snatch, lovingly fucking it to many more orgasms.
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf12.webp']]
<<set $izzyfaf5 = true>>
<<case 5>>
<<if $izzyfaf6 is not true>>
<h2>New scene!</h2>
<</if>>
Izzy and her friend Emma decide to do a special cooking stream, complete with flashing, moaning, and a lot of whipped cream. It makes for a strange combination with some sausage, but the girls make it work.
<br>
<br>
<span style='color:crimson;'>"Don't be shy, put some more on there."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf13.webp']]
<br>
<br>
To make things even spicier Izzy decides to add some special milk to their pastries. Luckily there's a fresh source available, she just needs to... extract some. You have no doubt she'll be successful.
<br>
<br>
<span style="color: #ffc857;">"Don't be shy, give me the milk! I bet it tastes so good."</span>
<br>
<br>
<span style='color:crimson;'>"Oh shit, here it comes!</span>
<br>
<br>
When they're finally ready the girls eat them on stream. Too bad they didn't offer you one.
<br>
<br>
[img[$imgDir + 'izzy/cam/fuckafriend/izzyfaf14.webp']]
<<set $izzyfaf6 = true>>
<</switch>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getIzzyEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $izzycorruption++>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>>
<<set $izzyenergy = $izzyenergy - 1>>
<br>
<br>
<span style="color: #ffc857;"><i>Izzy made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Izzy is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Finish show|Management][$managementlink to false]]
<<else>>
[[Finish show->Izzy's Room]]
<</if>>
<</nobr>><span style="color: lightblue;">Sup sexy,
A little birdy told me you recently got some sweet new facilities. That calls for a party, and you know my favorite type. ORGY TIME! A bunch of sluts, a bunch of studs and a whole lot of holes getting filled. What do you say?
Korra & friends</span>
[[View attachment->korryorgyattachment]]
<<nobr>>
<<if $poolorgyavailable is not true and $poolorgyfinished is not true and $playerfeminized is not true>>
[[Agree to host the orgy]]
<</if>>
<</nobr>>
[[Close->Check email]]
<<set $korraorgymail = true>>[img[$imgDir + 'home/email/poolorgy.jpeg']]
<<back>>Hey Korra,
Sounds like a great idea! You handle the invitations and I'll get everything set up over here for the party. I'll let you know when it's ready. Remember to wear your skimpiest bikinis!
$playername
[[Send->Check email]]
<<set $poolorgyavailable = true>>After preparing some drinks you give Korra a call and she says they'll be there in two hours. When they arrive opening the door reveals around a dozen guys and girls who are ready to party. You let them in and show them around.
<span style="color:lightblue;">"Damn stud, I didn't know you were so loaded. You should have invited us over sooner!"</span>
[img[$imgDir + 'home/management/spa/orgy/orgyintro.webp']]
[[Move things to the pool]]Your guests change into their swimwear, grab a couple of drinks and head outside. Most of them get in the water right away, while a few others are chilling in the area. You spend some time mingling and getting to know them.
<span style='color:darkgray;'>"Look at this sweet setup! Who did you have to kill for this?"</span>
"Oh, don't worry about it."
[img[$imgDir + 'home/management/spa/orgy/orgymovetopool.webp']]
[[People are getting frisky]]With a little help from our good friend alcohol it doesn't take long for the mood to get sexual. Girls are kissing each other, and the guys are cheering them on.
<span style="color:orange;">"Oooh, is that a banana in your pants or are you just happy to see me?"</span>
[img[$imgDir + 'home/management/spa/orgy/orgyfrisky1.webp']]
Soon everywhere you look bikinis are coming off, and there are moans coming from all around. You even notice a couple sneaking off into the house, both of them with a big tent in their pants.
[img[$imgDir + 'home/management/spa/orgy/orgyfrisky2.webp']]
[[Take a look underwater]]
[[Have the girls go down on you]]
[[Suck the girls off]]Looks like it didn't take some girls long to get their holes filled. You probably should have set a rule of no cumming in the pool beforehand, but oh well. At least the view is nice.
<i>I feel like a pervert peeking down here</i>
[img[$imgDir + 'home/management/spa/orgy/orgyunderwater.webp']]
[[Have the girls go down on you]]
[[Suck the girls off]]Being the host comes with certain perks, and you intend to make good use of them. Three gorgeous ladies show their gratitude by sucking, licking and nibbling on your cock and balls. The sight alone is almost enough to make you cum.
<span style="color:orange;">"Mmm, you like that big boy? I bet these balls have a fat load for us."</span>
[img[$imgDir + 'home/management/spa/orgy/orgygetblowjob.webp']]
[[Suck the girls off]]
[[Let the fucking commence]]The girls are always working hard so they deserve a treat. They relax at the edge of the pool while you and the boys get to work slobbering on their dicks. Soon their moans echo throughout the pool as you show of your oral skills.
<span style="color:crimson;">"That's right babies, use those tongues. We know you're desperate for our girlcocks."</span>
[img[$imgDir + 'home/management/spa/orgy/orgygirlsblowjob.webp']]
[[Have the girls go down on you]]
[[Let the fucking commence]]With everyone still wet and horny it's not hard for them to find a partner. One of the more assertive women claims first dibs on you, and backs up her considerable ass onto your erection. Her walls squeezing down on you feels incredible.
<span style="color:crimson;">"Ohh yes give it to me baby, stretch me out with that big dick!"</span>
[img[$imgDir + 'home/management/spa/orgy/orgyfuck1.webp']]
As the girls swap around the party derails into a complete mess of fucking, sucking and moaning. After some time you're pretty sure you've been balls deep inside every girl here.
<span style='color:purple;'>"No fair, I wanted another turn with $playername!"</span>
[img[$imgDir + 'home/management/spa/orgy/orgyfuck2.webp']]
[[Finish on their faces]]To complete the celebrations you give the girls a creamy treat. You expected them to wash it off in the water, but it seems like they've got a competition going to find out who can keep cum on their face the longest. The record stands at 3 days.
<span style="color:lightblue;">"Sluts who want a fat load on their face say aaah!"</span>
<span style="color:crimson;">"Aaaaaah!"</span>
[img[$imgDir + 'home/management/spa/orgy/orgyfacial.webp']]
With all the balls drained and assholes satisfied the party starts wrapping up.
<span style="color:orange;">"Thanks for the invite $playername. Be sure to let me know if you want to do this again. Mwah."</span>
[[The guests start leaving->Home]]
<<set $poolorgyavailable = false>>
<<set $poolorgyfinished = true>>
<<set $energy = $energy - 3>>Vanniall has an idea for promoting the mansion, a sexy online cosplay competition! You set aside some money for the prizes and have her publish the details on her socials. She also volunteers to model for the cover photo.
<span style="color: lightgreen;">"Don't worry boss, this is going to be great! How do I look?"</span>
<i>Looks like Easter came early this year</i>
[img[$imgDir + 'home/management/events/cosplay/vanniallcosplay.jpeg']]
When all the entries and votes are in you go live on her stream to announce the winners.
[[Third place]]In third we have an anonymous entry dressed up as Spider-Gwen, who seems to be having a wardrobe malfunction! We sure hope Venom won't take advantage of the poor girl. She gets $100 as a consolation prize.
SpiderBoy431: <span style='color:darkgray;'>"If Venom won't then I will!"</span>
[img[$imgDir + 'home/management/events/cosplay/thirdplace.webp']]
[[Second place]]Our runner-up is Jhenna, with her rather hung interpretation of Captain Marvel! Criminals better watch out, because she looks ready to lay down the law. Jhenna wins $150.
SissyLeo413: <span style="color: skyblue;">"I'm about to turn into a villain so she can come take me in."</span>
[img[$imgDir + 'home/management/events/cosplay/secondplace.webp']]
[[First place]]And the winner is... Missy! Despite having forgotten her outfit, her D.Va cosplay received a staggering 57% of the votes. She walks away with our first prize of $250.
Missy: <span style='color:pink;'>"Thank you so much guys! Be sure to follow me on my Instagram if you want to see more."</span>
[img[$imgDir + 'home/management/events/cosplay/firstplace.webp']]
Congratulations to our top 3 contestants, and a big thank you to all the fans who voted. Be sure to tune in again!
<i>The mansion has gained renown!</i>
[[Close stream->Home]]
<<set $cosplayevent = true>>
<<set $money = $money - 500>>Nobody answers when you knock but the door is unlocked, so you go inside anyway. You find her on the bed two knuckles deep in her own ass. She's so absorbed in her thoughts she doesn't even notice you.
<span style="color:pink">"Mmmh... so thick..."</span>
"Uhh, Nyxi?"
[img[$imgDir + 'outside/university/nyxi/nyximasturbating.webp']]
<<nobr>>
<<if $playerfeminized is not true>>
<span style="color:pink">"Oh, hi daddy. I didn't hear you come in. My friend showed me a picture of her new fuckbuddy, and oh my god. His cock was so big... and black... I've been gooning to it for hours."</span>
<<else>>
<span style="color:pink">"Oh, hi mommy. I didn't hear you come in. My friend showed me a picture of her new fuckbuddy, and oh my god. His cock was so big... and black... I've been gooning to it for hours."</span>
<</if>>
<</nobr>>
[[Punish her for thinking about other men]]
[[Encourage her to dream about BBC]] <span style='color:pink;'>"Yeah? You think I should? Maybe I'll look some more up later..."</span>
[img[$imgDir + 'outside/university/nyxi/nyxitalk.webp']]
<i>This should be interesting. I'll check back in a couple of days.</i>
[[Leave->University]]
<<set $nyxiencouraged = true>> <<nobr>>
<<if $playerfeminized is true>>
<span style='color:pink;'>"Oh you're going to punish me mommy? I can't wait."</span>
<<else>>
<span style='color:pink;'>"Oh you're going to punish me daddy? I can't wait."</span>
<</if>>
<</nobr>>
[img[$imgDir + 'outside/university/nyxi/nyxipunishment.webp']]
<i>I have to think of something... Maybe something in the mall can help.</i>
[[Leave->University]]
<<set $nyxipunished = true>>Nyxi is on her bed completely naked, shoving a massive horse dildo into her pink butthole. The thing is probably 7 to 9 inches inside her, and she's trying to go even deeper.
<span style='color:pink;'>"Hiii, just doing my daily practice. The pink dildo just isn't doing it for me anymore. "</span>
[img[$imgDir + 'outside/university/nyxi/nyxihorsedildo1.webp']]
Judging by the way she sits on it it's not going to be long now before she swallows it whole.
<span style='color:pink;'>"My friend told me she'd introduce me to Marcus if I can take it all the way. I'm so close! "</span>
[img[$imgDir + 'outside/university/nyxi/nyxihorsedildo2.webp']]
[[Leave her to it->University]]
<<set $nyxihorsedildo = true>>Nyxi has a visitor over today and they seem to be really good friends already. She's constantly giggling while he's groping her ass and tits. You cough to announce your presence.
<<nobr>>
<<if $nyxiblowjobwatched is true>>
<span style='color:pink;'>"Back for more, huh $playername? What do you think Marcus, should we let them stay?"</span>
<<else>>
<span style='color:pink;'>"Hey $playername, this is kind of a bad time. Remember I told you about Marcus? He promised to show me a good time tonight. Unless you'd like to stay and see?"</span>
<</if>>
<</nobr>>
<<nobr>>
<<if $playerfeminized is true>>
<<if $nyxifuckedbybbc is not true>>
<span style='color:grey;'>"I mean, she can watch, but the show ain't free if you know what I'm saying."</span>
<<else>>
<span style='color:grey;'>"Did you bring more cash like I said, bitch? Unless you'd like to pay with your mouth. I can tell you're gagging for some black dick."</span>
<</if>>
<<else>>
<span style='color:grey;'>"I mean, he can watch, but the show ain't free if you know what I'm saying."</span>
<</if>>
<</nobr>>
[img[$imgDir + 'outside/university/nyxi/nyxifriendmarcus.jpeg']]
[[No thanks, I'm good->University]]
<<nobr>>
<<if $money > 49>>
[[Stay and watch ($50)]]
<<else>>
<a disabled><strike>Stay and watch ($50)</strike></a>
<</if>>
<br>
<<if $nyxiblowjobwatched is true>>
<<if $money > 99>>
[[Have him fuck Nyxi in front of you ($100)]]
<<else>>
<a disabled><strike>Have him fuck Nyxi in front of you ($100)</strike></a>
<</if>>
<<if $playerfeminized is true and $nyxifuckedbybbc is true>>
<br>
[[Pay with your mouth]]
<</if>>
<</if>>
<</nobr>>
<<set $nyximarcusvisited = true>>Marcus strips down and Nyxi gives you a naughty look before while grabbing his cock. She shivers as she gets a taste of a real BBC, licking and sucking on the head like a lollypop.
<span style='color:grey;'>"Come on slut, don't tell me that's all you can do. They told me you were a throat goat."</span>
[img[$imgDir + 'outside/university/nyxi/nyxibbcsuck1.webp']]
She obeys him right away, pushing herself down and ignoring her gag reflex. You've never seen Nyxi so happy. She's constantly moaning and wagging her tail out of joy.
<span style='color:pink;'>"GLK GLK Gaaahh! Mmmppfh, So tasty..."</span>
[img[$imgDir + 'outside/university/nyxi/nyxibbcsuck2.webp']]
Before they finish however Marcus kicks you out of her room.
<<nobr>>
<<if $playerfeminized is true>>
<span style='color:grey;'>"Show's over bitch, get out. Next time bring more cash."</span>
<<else>>
<span style='color:grey;'>"Show's over bro, get out. Next time bring more cash."</span>
<</if>>
<</nobr>>
As you head for the door you can hear Nyxi's moans getting louder behind you.
[[Time to leave->University]]
<<nobr>>
<<set $money = $money - 50>>
<<if $nyxiblowjobwatched is not true>>
<<set $nyxiblowjobwatched = true>>
<<updatePersonality -3>>
<</if>>
<</nobr>>After stripping down Marcus throws her on the couch and penetrates her in front of you. Her eyes roll back in pleasure as his monster stretches her out deeper than you ever could. Every time he thrusts inside her there's a loud slap and her butt cheeks jiggle. She's pushing back just as hard, moaning every time he bottoms out.
<span style='color:pink;'>"Shit! Are you proud of me $playername? I'm taking his big black cock like a real slut."</span>
[img[$imgDir + 'outside/university/nyxi/nyxibbcfuck1.webp']]
Soon Nyxi even forgets you exist at all, her only thoughts are about the cock ravaging her asshole. She completely submits to Marcus as he breeds her asspussy.
<span style='color:pink;'>"Moooore! Keep fucking me daddy! I'll do anything for your cock!"</span>
[img[$imgDir + 'outside/university/nyxi/nyxibbcfuck2.webp']]
After a long, hard fuck Marcus pulls out and covers her little clitty with seed, marking his dominance. Nyxi can't stop giggling while she tries to catch her breath after that brutal pounding.
[img[$imgDir + 'outside/university/nyxi/nyxibbcfuck3.webp']]
<span style='color:gray;'>"You can have the bitch back now. Though I doubt she's gonna feel anything if you fuck her."</span>
"Uh, Nyxi? Are you okay?"
<span style='color:pink;'>"Nnnnnnh..."</span>
[[Nyxi's not responding anymore, you should go->University]]
<<nobr>>
<<set $money = $money - 100>>
<<if $nyxifuckedbybbc is not true>>
<<set $nyxifuckedbybbc = true>>
<<updatePersonality -5>>
<</if>>
<</nobr>> You order Nyxi to strip and lock her in the cage. It's supposed to be a punishment, but she seems to be enjoying herself. Her tune will probably change in a few days, when she realizes she can't goon to big dicks anymore.
<span style='color:pink;'>"Oooh, that's cold. You're gonna let me out again tomorrow, right?"</span>
<i>No, no I don't think I will</i>
<<nobr>>
<<if $playerfeminized is true>>
[img[$imgDir + 'outside/university/nyxi/nyxicockcagefeminized.webp']]
<<else>>
[img[$imgDir + 'outside/university/nyxi/nyxicockcage.webp']]
<</if>>
<</nobr>>
[[Leave with the key->University]]
<<set $nyxichastity = true>>
<<updatePersonality 2>> You find Nyxi on her bed watching porn, holding a vibrator to her cage. There are toys scattered all around and the room reeks of sex. Despite all her efforts the cage is doing it's job, she can't orgasm at all.
<<nobr>>
<<if $playerfeminized is true>>
<span style='color:pink;'>"Mommyyyy, please let met out, I've been trying to cum for hours!"</span>
<<else>>
<span style='color:pink;'>"Daddyyyyyy, please let met out, I've been trying to cum for hours!"</span>
<</if>>
<</nobr>>
<i>I don't think she's learned her lesson quite yet</i>
[img[$imgDir + 'outside/university/nyxi/nyxichastityvibrator.webp']]
[[Keep her locked up a little longer->University]]
<<set $nyxichastityvibrator = true>>Nyxi seems to have gotten used to her chastity cage, she's even talking about it with her friends and sending them pictures. It's probably time to reward her for her good behavior.
<span style='color:pink;'>"Yeah girl, you should totally get one too! It was annoying at first but now I might just keep it on forever."</span>
[img[$imgDir + 'outside/university/nyxi/nyxichastitytease.webp']]
"Hey Nyxi, I have a special treat for you today. Why don't you take off my pants and find out what it is?"
<span style='color:pink;'>"Really? I love this kind of treat!"</span>
[[She gets down to business]]Your eyes are drawn to a pink chastity cage, ideal for punishing naughty sissies.
[img[$imgDir + 'outside/mall/chastitycage.jpeg']]
<i>I can use this on Nyxi. That'll teach her to think about other cocks!</i>
[[Purchase it->Mall]]
<<set $nyxicockcagebought = true>>
<<set $money = $money - 50>><<nobr>>
<<if $izzyenergy > 0>>
<<set _maxshows = 3>>
<<if $playercrossdressed is true or ($playerfeminized is true and $spainstalleddays < 5)>>
<<set _maxshows = 2>>
<</if>>
<<switch random(0,_maxshows)>>
<<case 0>>
<<if $izzygroup1 is not true>>
<h2>New scene!</h2>
<<set $izzygroup1 = true>>
<</if>>
A toy company hires Izzy and some friends to demonstrate their products live. They start by drawing lots to see who gets spanked by the paddle. The girl who loses doesn't seem all that bothered.
<br>
<br>
<span style='color:pink;'>"I kind of like this. Do it harder!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesometoys1.webp']]
<br>
<br>
They also demonstrate a pink vibrator, but you still don't think they're using that right. Izzy takes advantage of the confusion to get herself some sweet, sweet pussy.
<br>
<br>
<span style='color:crimson;'>"Suck on this, bitch. It's going in your ass next."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesometoys2.webp']]
<br>
<br>
The girls go through a whole assortment of dildos, gags, blindfolds and anything else you can imagine. The sponsor is very happy, although Izzy mostly seems interested in getting her dick wet.
<br>
<br>
<span style="color: #ffc857;">"Oh fuck, these vibrations are going to make me cum!"</span>
<br>
<br>
<span style='color:crimson;'>"Mmmmph, Whait! Not inshiiiiiiide!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesometoys3.webp']]
<<case 1>>
<<if $izzygroup2 is not true>>
<h2>New scene!</h2>
<<set $izzygroup2 = true>>
<</if>>
Izzy's friend picked up a MILF from god-knows-where and brought her to the mansion. The woman is crazy for cock and constantly squirting all over the place, drenching the entire bed.
<br>
<br>
<span style='color:pink;'>"Fuck! This bitch keeps cumming all over my dick."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesomemilf1.webp']]
<br>
<br>
<span style="color: #ffc857;">"Let's just empty our balls and get rid of her. I don't want to deal with cray cray over here."</span>
<br>
<br>
The girls cover her face in jizz and then dump her back on the streets for the next person to pick her up. The whole time she's begging for more cock and cum, so it probably won't be long until someone else uses her.
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesomemilf2.webp']]
<<case 2>>
<<if $playerfeminized is true>>
<<if $izzygroupfeminized2 is not true>>
<h2>New scene!</h2>
<<set $izzygroupfeminized2 = true>>
<</if>>
<<set $energy-->>
One of Izzy's friends has a secret crush on you, so she casually invited you two over for some hot yoga. You feel like this is a setup and almost consider leaving, but she presents two very good arguments for you to stay. Those are some very big bazonkas, and she knows how to use them.
<br>
<br>
<span style='color:crimson;'>"How are my tits? Amazing, right?"</span>
<br>
<br>
You don't have time to answer, as your face is currently buried in her dripping wet snatch. It looked incredibly enticing in front of you, and you weren't about to miss that opportunity.
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesomefem5.webp']]
<br>
<br>
Speaking of opportunities, since your transition you haven't had many chances to get some pussy. You almost forgot what it felt like! The answer is very good, because in just a few minutes you cum deep inside her. Hopefully nothing comes of it.
<br>
<br>
<span style='color:#ffc857;'>"Holy shit boss, what if you got her pregnant?"</span>
<br>
<br>
<span style='color:crimson;'>"I'll just let it leak out, it'll be fine, right?"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesomefem6.webp']]
<<else>>
<<if $izzygroup4 is not true>>
<h2>New scene!</h2>
<<set $izzygroup4 = true>>
<</if>>
<<set $energy-->>
You start getting warmed up on the bed, stroking your cock to the nice view in front of you. There's something very arousing about watching a beautiful woman get her cock sucked, like your brain know's it's wrong but also so right. In any case, it doesn't take long to get hard.
<br>
<br>
"Don't take too long, girls."
<br>
<br>
<span style="color: #ffc857;">"Poor baby, are you feeling left out? I know of a way you can help."</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesomeblow1.webp']]
<br>
<br>
Her idea of helping out is apparently destroying her asshole while she continues to get her dick sucked. Assaulted from both ends she doesn't last much longer, and cries out in orgasm. You can feel her tight ass clamping down even harder as she pumps the other girls mouth full of girljizz.
<br>
<br>
<span style="color: #ffc857;">"Slow dow- shiiit I'm cummiiiing!"</span>
<br>
<br>
[img[$imgDir + 'izzy/cam/group/izzythreesomeblow2.webp']]
<</if>>
<<case 3>>
<<set _playerthreesome = true>>
<<goto izzythreesomemale>>
<</switch>>
<<if _playerthreesome is not true>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getIzzyEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $izzycorruption++>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>>
<<set $izzyenergy = $izzyenergy - 1>>
<</if>>
<br>
<br>
<span style="color: #ffc857;"><i>Izzy made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Izzy is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Izzy's Room]]
<</if>>
<</nobr>><h1>End of Game</h1>
Congratulations on paying off your debt! In the future this will be used as the end of the game to show an epilogue. This is currently not yet implemented. Hope you enjoyed the game!
Here is a sexy gif as a reward
[img[$imgDir + 'credits/endgame.webp']]
[[Keep playing->Home]]
<<set $debt = 1000>><<nobr>>
<<if $playerfeminized is true>>
<<goto izzythreesomefeminized>>
<</if>>
<<if $izzygroup3 is not true>>
<h2>New scene!</h2>
<<set $izzygroup3 = true>>
<</if>>
As you're heading up to her room you run into Izzy on the stairs. Looks like she's getting ready.
<</nobr>>
<span style="color: #ffc857;">"Hey boss, I was just about to call someone over for our show. Ruby said she'd love to get to know you a little better."</span>
[img[$imgDir + 'izzy/cam/group/izzyonstairs.jpeg']]
[[Tag team Izzy with Ruby]]
[[Get fucked by Ruby and Izzy]]
<<if $playerfeminized is true>>
<<goto izzythreesomefeminized>>
<</if>>Izzy happily volunteers to be on the bottom, so Ruby and you spitroast her like a pig. Every thrust you make forces her deeper onto Ruby's cock, and every time she gags her asshole tightens around your shaft. Perfect harmony.
<span style='color:crimson;'>"Push that bitch forward, I want her to choke on it!"</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomeplayertop1.webp']]
Whenever you get bored you just rotate her around and shove yourselves in a different hole. Your dick is a little larger than Ruby's, so she complains when she can barely feel a thing buried in Izzy's ass.
<span style='color:crimson;'>"Damn $playername, you really stretched her out huh?"</span>
<span style="color: #ffc857;">"GLK GLK GLK GLK"</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomeplayertop2.webp']]
To finish up the stream you cover Izzy's face with both of your cum. She seems ecstatic, sticking out her tongue and begging for more. Turns out she's an even bigger slut than you initially thought.
<span style="color: #ffc857;">"Yeah, give me all your cum! Drown me!"</span>
RickTheDick: <span style="color: darkgray;">"Can I come over and empty my balls on her too?"</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomeplayertop3.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getIzzyEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $izzycorruption++>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>>
<<set $izzyenergy = $izzyenergy - 1>>
<</nobr>>
<span style="color: #ffc857;"><i>You made $ $earnings this stream and Izzy got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Izzy's Room]]
<</if>>
<<set $energy-->>
<</nobr>>Ruby arrives at the mansion a little while later, and the three of you get set up. They give you a seductive look as they describe to you in detail what exactly they're going to do with you.
<span style="color: #ffc857;">"So, big boy, are you ready to show us a good time?"</span>
<span style="color: crimson;">"Mmmm, I can't wait to fill that tight booty. Think he can handle us?"</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomeplayerbottom1.webp']]
The girls waste no time stripping you and position you on the couch. Soon you're getting your mouth fucked by Izzy while Ruby is pushing her she-dick in your ass. Judging by their experienced movements they've done this before.
SissyLeo413: <span style="color: skyblue;">"Where can I sign up for a pounding like this? Asking for a friend."</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomeplayerbottom2.webp']]
The two of them freely use your holes for their pleasure until Ruby suddenly tenses up. With a groan she rams herself in balls deep and starts pumping her hot load deep into your bowels.
<span style="color: crimson;">"Oh fuck, oh fuck, I'm cummiiiiiiiing!"</span>
<span style="color: #ffc857;">"Yeah babe, fill his ass up!"</span>
Not too long after Izzy floods your mouth with semen as well. Only one load isn't nearly enough for these insatiable fuckbuddies, so they keep alternating between creaming your ass and mouth until both of them are fully drained.
[img[$imgDir + 'izzy/cam/group/izzythreesomeplayerbottom3.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getIzzyEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $izzycorruption++>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>>
<<set $izzyenergy = $izzyenergy - 1>>
<</nobr>>
<span style="color: #ffc857;"><i>You made $ $earnings this stream and Izzy got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Izzy's Room]]
<</if>>
<<set $energy-->>
<</nobr>>While she's obediently sucking you off you reveal her reward to her: a good old fashioned pounding. Upon hearing this news Nyxi moans with your cock still down her throat, she can't contain her excitement.
<<nobr>>
<<if $playerfeminized is true>>
<span style='color:pink;'>"Mmmmpfh! You're finally going to take me, mommy? I've been waiting for so long!"</span>
<<else>>
<span style='color:pink;'>"Mmmmpfh! You're finally going to take me, daddy? I've been waiting for so long!"</span>
<</if>>
<</nobr>>
<<nobr>>
<<if $playerfeminized is true>>
[img[$imgDir + 'outside/university/nyxi/nyxichastityblowjobfeminized.webp']]
<<else>>
[img[$imgDir + 'outside/university/nyxi/nyxichastityblowjob.webp']]
<</if>>
<</nobr>>
[[Claim her sweet asspussy]]<<nobr>>
<<if $playerfeminized is true>>
You bend Nyxi over and gently insert yourself into her virgin ass. She's had some dildo practice but even so it's incredibly tight, making your cock even harder. With some patience you make it all the way to the hilt and start rocking back and forth.
<<else>>
You put Nyxi on her back and gently insert yourself into her virgin ass. She's had some dildo practice but even so it's incredibly tight, making your cock even harder. With some patience you make it all the way to the hilt and start rocking back and forth.
<</if>>
<</nobr>>
<span style='color:pink;'>"Oh God... I'm being fucked like a real girl!"</span>
<<nobr>>
<<if $playerfeminized is true>>
[img[$imgDir + 'outside/university/nyxi/nyxichastityfuckfeminized.webp']]
<<else>>
[img[$imgDir + 'outside/university/nyxi/nyxichastityfuck1.webp']]
<</if>>
<</nobr>>
As Nyxi gets used to the intruder she starts pushing back on you. You settle into a nice rhythm, getting closer to orgasm with each thrust. Just as you want to take a break her legs quiver and her hole clamps down on you. A little bit of cum leaks out her cage as Nyxi creams herself all over your cock. The sensation is too much for you as well and you start filling her ass with a hot load, making her cum even harder.
<span style='color:pink;'>"Fuuuuuck! What was that?"</span>
"Congratulations babe, you just had an anal orgasm. The first of many I'm sure."
<<nobr>>
<<if $playerfeminized is true>>
[img[$imgDir + 'outside/university/nyxi/nyxichastityfuck2feminized.webp']]
<<else>>
[img[$imgDir + 'outside/university/nyxi/nyxichastityfuck2.webp']]
<</if>>
<</nobr>>
<<nobr>>
<<if $playerfeminized is true>>
You pull out of her ass and she slumps down on the kitchen counter. With your cum dribbling down her legs you can just barely make out some of the words she mumbles before peacefully passing out.
<<else>>
You pull out of her ass and she slumps down on the bed. With your cum dribbling down her legs you can just barely make out some of the words she mumbles before peacefully passing out.
<</if>>
<</nobr>>
<<nobr>>
<<if $playerfeminized is true>>
<span style='color:pink; font-size:10px;'>"I love you mommy..."</span>
<<else>>
<span style='color:pink; font-size:10px;'>"I love you daddy..."</span>
<</if>>
<</nobr>>
<i>Such a sweet girl</i>
[[Head out->University]]
<<nobr>>
<<set $nyxichastityfucked = true>>
<<set $energy-->>
<<updatePersonality 3>>
<</nobr>>
There's a fleshlight on sale, and you've always been curious how one feels. Maybe it's time to give it a try.
[img[$imgDir + 'outside/mall/playerfleshlight.jpeg']]
<i>Laura told me it's good to do shows with, worth a shot</i>
[[Buy it->Mall]]
<<set $playerfleshlightbought = true>>
<<set $money = $money - 50>>You make an appointment and wait for a while until one of the nurses comes to get you. Thankfully it's not a very busy day so you didn't have to wait all that long. She takes you into one of the consultation rooms, where you explain your situation.
<span style='color:pink;'>"You want to start hormones? Of course honey! I remember my first time taking them, I was so scared. It's gotten a lot easier since then, nowadays you can just walk in and ask."</span>
The nurse explains the process to you, which basically boils down to taking some pills and monitoring for side effects. She does a couple of simple screening tests to rule out existing conditions and asks about your motivations, but the whole thing is rather quick and easy.
[img[$imgDir + 'outside/hospital/hormonesnurse.webp']]
<span style='color:pink;'>"Well, looks like you're eligible to start taking them. Would you like a prescription? I have to warn you that any changes to your body will most likely be permanent."</span>
<<nobr>>
<<if $money > 199>>
[[Start the treatment ($200)]]
<<else>>
<a disabled><strike>Start the treatment ($200)</strike></a>
<</if>>
<</nobr>>
[[Not right now->Hospital]]
<<link "I don't want any changes to my body, ever" "Hospital">>
<<set $hormonetreatmentdeclined = true>>
<</link>>The nurse gives you your script and you fill it at the in-house apothecary. Excited to get started you pop your first dose right away, already dreaming about the curves you're going to grow. Maybe when you get a little more feminine looking you can leave the mansion as a woman.
<i>Is that a tingle in my nipples? Probably just placebo.</i>
[img[$imgDir + 'outside/hospital/hormonepills.webp']]
<i>Your femininity has increased</i>
[[Leave->Hospital]]
<<nobr>>
<<set $hormonetreatment = true>>
<<set $money = $money - 200>>
<<updateFemininity 1>>
<</nobr>>After slowly sitting up and stretching out your sleepy body you nearly do a double take when you see yourself in the mirror. There's a small but unmistakable pair of titties on your chest. You poke them a few times just to make sure you're not dreaming. Sure enough, they are real. Your nipples are quite sensitive now too.
<i>If they keep growing like this I won't be able to hide it for much longer</i>
[img[$imgDir + 'player/hormones/hormonetits1.jpeg']]
<i>Your femininity has increased</i>
[[Cover them up for now->Home]]
<<nobr>>
<<updateFemininity 1>>
<<set $hormonetits1event = true>>
<</nobr>><<nobr>>
<<if $laurajerk8 is not true>>
<h2>New scene!</h2>
<</if>>
With her automatic new toy Laura can just sit back and relax, it does all the work for her.
<br>
<br>
<span style="color: #e68be6;">"You should try it guys, it's like having your own dicksucking robot!"</span>
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/laurafleshlight.webp']]
<br>
<br>
<<set $earnings = random(20,25)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(20,36)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk8 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $freelancefloorinstalled is not true>>
[img[$imgDir + 'home/management/freelancefloor.webp']]
<br>
<br>
Some girls have expressed interest in working for you, but don't want to commit to living in the mansion fulltime. By restoring the currently empty third floor you can give them a safe place to work, and take home a cut of their profits. You'll have to provide plenty of toys and lube, and can maybe even join in once in a while.
<br>
<br>
<<if $money > 1499>>
[[Install ($1500 + $100 weekly)]]
<br>
<<else>>
<a disabled><strike>Install ($1500 + $100 weekly)</strike></a>
<br>
<</if>>
<br>
<<back>>
<<elseif $freelancefloorinstalleddays < 4>>
[img[$imgDir + 'home/management/freelancefloorunderconstruction.webp']]
<br>
<br>
<i>It's still under construction, I should check back in a few days.</i>
<br>
<br>
<<back>>
<<else>>
[img[$imgDir + 'home/management/freelancefloor.webp']]
<br>
<br>
The hallway is filled with the sounds of sex and moans coming from several rooms. They must be hard at work.
<br>
<br>
[[Take a peek in a room]]
<br>
<<if $energy > 0>>
[[Find a stream to join]]
<<else>>
<a disabled><strike>Find a stream to join</strike></a>
<</if>>
<br>
[[Back->Home]]
<</if>>
<</nobr>>Renovations for the third floor have started, with the contractor estimating around 4 days of work.
[img[$imgDir + 'home/management/freelancefloorunderconstruction.webp']]
<i>Weekly payments increased by $100</i>
[[Home]]
<<set $freelancefloorinstalled = true>>
<<set $freelancefloorinstalleddays = 0>>
<<set $money = $money - 1500>>
<<set $debtpayment = $debtpayment + 100>><<nobr>>
<<if $lauratease6 is not true>>
<h2>New scene!</h2>
<</if>>
Laura teases her viewers with a milky shower, completely covering her body with it.
<br>
<br>
<span style="color: #e68be6;">"Who wants to come drink some milk? Warning: severe choking hazard."</span>
<br>
<br>
[img[$imgDir + 'laura/cam/tease/laurashowertease.webp']]
<br>
<br>
<<set $earnings = random(15,20)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(12,28)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauratease6 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<switch random(0,2)>>
<<case 0>>
A goth couple is in the middle of a sweet love-making session. The girl seems to be ovulating, and is constantly encouraging her partner to cum in her pussy. Going by her moans that's not going to take much longer.
<br>
<br>
<span style='color:crimson;'>"Are you guys ready to see her fill me up? We've been trying for a baby, so you might see me get impregnated live!"</span>
<br>
<br>
<span style='color:orange'>"Ffffuuuuck!"</span>
<br>
<br>
The thought of breeding her girlfriend is too much for the poor girl, and she shoots the biggest load of her life deep inside.
<br>
<br>
<span style='color:crimson;'>"Oooh, I think my egg is getting fertilized right now."</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/gothcouplefuck.webp']]
<<case 1>>
Just as you walk in the room the girl starts cumming. You even have to sidestep to avoid getting a load on your face.
<br>
<br>
<span style='color:purple;'>"Oops! Sorry $playername."</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/watchcumshot.webp']]
<<case 2>>
One of the streamers mentioned she was doing an 8-hour edging session today, so you decide to go check up on her. You don't know how long it's been exactly, but judging from how sensitive she is it must have been several hours at least.
<br>
<br>
<span style='color:lightgreen;'>"I don't know if I can make it guys, my balls are so swollen..."</span>
<br>
<br>
"Don't give up!"
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/girledging.webp']]
<</switch>>
<</nobr>>
[[Leave->Freelance floor]]<<nobr>>
<<if $playerfeminized is true>>
<<switch random(0,2)>>
<<case 0>>
One of the girls is twerking and spreading trying to get some tips. When she sees you walk in she asks you if you'd be interested in trying out her ass. You have to admit it looks very tempting.
<br>
<br>
<span style='color:#be95c4'>"Look chat, my human dildo has arrived. How many minutes do you think she can last in my hole?"</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/luanaasstease.webp']]
<br>
<br>
[[Get yourself some tight ass]]
<<case 1>>
You find yourself in the middle of an ongoing orgy, with lots of dicks, pussies, and even a strap-on. There's so much fucking and sucking going on that nobody would even notice if you joined in.
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/transorgy1.webp']]
<br>
<br>
[[Find a free spot]]
<<case 2>>
A girl with the biggest dick you've ever seen is jerking it, looking like it's ready to explode. When she notices you standing around she motions for you to come in, licking her lips.
<br>
<br>
<span style='color:#be95c4'>"Perfect timing, I'm just about to cum. Get that pretty mouth over here."</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/marianajerking.webp']]
<br>
<br>
[[Do as she says]]
<</switch>>
<<elseif $playercrossdressed is true>>
You walk in on a sexy little trap, who wiggles her massive member at you enticingly.
<br>
<br>
<span style='color:#dda15e'>"Hi cutie, here to get fucked by a big girlcock? Because mine is ready to go."</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/femboytease.webp']]
<br>
<br>
[[Get on all fours]]
<<else>>
<<switch random(0,2)>>
<<case 0>>
You knock on one of the doors and enter. Inside is a woman stroking her cock who looks at you like a piece of fuckmeat.
<br>
<br>
<span style='color:#be95c4'>"Hey big boy, I was just looking for something to dump my cum in. Interested?'</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/luanacocktease.webp']]
<br>
<br>
[[Let her use your throat]]
<<case 1>>
A couple of babes are getting ready to fuck, with some pussy eating as foreplay. When the girl notices you she beckons you to come closer and glances at your crotch. This could be interesting.
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/luanathreesome1.webp']]
<br>
<br>
[[Join them]]
<<case 2>>
Two ebony girls are warming up for their show on the couch, kissing and rubbing their nipples. Looking down you see a pair of huge, throbbing girlcocks, which they wag at you enticingly.
<br>
<br>
<span style='color:#dda15e'>"Here to join our show, whiteboy? Think carefully, because once we start we ain't gonna stop until we're satisfied."</span>
<br>
<br>
<span style='color:gray'>"I call first dibs on his mouth!"</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/ebonythreesomekissing.webp']]
<br>
<br>
[[Get sandwiched between them]]
<</switch>>
<</if>>
<</nobr>>
[[Decline->Freelance floor]]
The changes to your body have become unmistakable, and even your hair has been growing at an alarming rate. At this point there is really no hiding it anymore, it's time to make the change permanent. You should probably let everyone know.
<i>Here goes nothing</i>
[img[$imgDir + 'player/hormones/hormonetits2.webp']]
[[Gather the girls]]You use the salon to apply your makeup, something that will probably become a daily routine from now on. When you look presentable you call the girls down to the living room to explain that you have been taking hormones and you're going to be a full-time woman from now on. They don't seem to be very surprised, Laura even rolls her eyes.
[img[$imgDir + 'player/hormones/hormonetits2laura.jpeg']]
<span style="color: #e68be6;">"Well, duh. Did you really we think we never noticed?"</span>
<span style="color: lightgreen;">"Yeah boss, it's been pretty obvious for a while. Your tits are bigger than mine!"</span>
<<nobr>>
<<if $sararecruited is true>>
<span style="color: #5F9EA0;">"Eh, I liked it when you were a boy. Something about dominating a guy's ass just feels right."</span>
<br>
<br>
<</if>>
<<if $izzyrecruited is true>>
<span style="color: #ffc857;">"I think you look great! I'll bang your brains out any day, boy or girl."</span>
<br>
<br>
<</if>>
<span style="color: #e68be6;">"Do you want us to call you by a different name now? Or are you sticking with $playername."</span>
<br>
<br>
<<textbox "$playername" $playername>>
<br>
<br>
<i>Your femininity has increased!</i>
<</nobr>>
[[Start life as a woman->Home]]
<<nobr>>
<<updateFemininity 1>>
<<set $playerfeminized = true>>
<</nobr>>As you're working out there's an extremely hot woman doing squats right in front of you. Despite your best efforts you can't seem to take your eyes off her luscious bottom. Any second now she's going to turn around and catch you.
<i>Come on you stupid brain, look away!</i>
[img[$imgDir + 'outside/gym/khloe/khloe1.webp']]
<span style='color:lightblue;'>"See something you like, cutie? Maybe you should take a picture."</span>
Uh oh. You're not as subtle as you thought.
"Uhh what? I spaced out a bit."
<span style='color:lightblue;'>"Sure you did. I'm Khloe."</span>
"$playername."
<span style='color:lightblue;'>"Here, take my Instagram, there's lots of pics for you to jerk off to."</span>
She gives you a little wink and heads for the locker rooms.
[img[$imgDir + 'outside/gym/khloe/khloe2.webp']]
[[Try to process what just happened and go->Outside]]
<<nobr>>
<<set $khloegym1 = true>>
<<if $fitness < 30>>
<<set $fitness++>>
<</if>>
<</nobr>>Khloe is in the gym again, relentlessly teasing you. She knows full well what she's doing, bending over and looking back at you to see if you're watching.
[img[$imgDir + 'outside/gym/khloe/khloe3.webp']]
After a good while of teasing she comes up to you and gives you a naughty smile.
<span style='color:lightblue;'>"Are you just going to stare, or are you going to do something about it?"</span>
[[Go in for a kiss]]
[[Focus on your workout->Outside]]
<<nobr>>
<<set $khloegym2 = true>>
<<if $fitness < 30>>
<<set $fitness++>>
<</if>>
<</nobr>>Khloe's in the squat rack again, doing her squats and wiggling her butt. When she turns around you can clearly see an erection straining against her yoga pants, and she calls you over with a naughty grin.
[img[$imgDir + 'outside/gym/khloe/khloesquats.webp']]
<span style='color:lightblue;'>"Oof, really feeling that one in my legs. You know what would help, a nice fresh protein shake. I have one for you too if you're interested."</span>
"In the middle of the gym?"
<span style='color:lightblue;'>"Don't worry about that, they can watch if they want to."</span>
[[Suck some protein out of her]]
[[Offer some of your milk]]
[[No thanks, babe->Outside]]
<<nobr>>
<<set $khloegym3 = true>>
<<if $fitness < 30>>
<<set $fitness++>>
<</if>>
<<if $maxenergy < 3>>
<<set $maxenergy = 3>>
<</if>>
<</nobr>><<nobr>>
<<if $lauracum3 is not true>>
<h2>New scene!</h2>
<</if>>
After losing a bet with a chat regular he makes her eat her own cum as punishment.
<br>
<br>
[img[$imgDir + 'laura/cam/cum/lauraglasscum.webp']]
<br>
<br>
Little did he know she gets off on this sort of thing.
<br>
<br>
<span style="color: #e68be6;">"Too easy, I've been swallowing my cum for years."</span>
<br>
<br>
[img[$imgDir + 'laura/cam/cum/lauraglasscumdrink.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum3 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<set _start = 0>>
<<set _end = 1>>
<<if $playerfleshlightbought is true>>
<<set _end = 2>>
<</if>>
<<switch random(_start,_end)>>
<<case 0>>
<<if $feminizedcamshow1 is not true>>
<h1>New scene!</h1>
<</if>>
You show off your new assets and rock-hard dick, much to the amusement of chat.
<br>
<br>
Danishboy25: <span style="color:darkgreen">"Dominate me mommy!"</span>
<br>
<br>
[img[$imgDir + 'player/cam/feminized/feminizedcam1.webp']]
<<set $feminizedcamshow1 = true>>
<<case 1>>
<<if $feminizedcamshow2 is not true>>
<h1>New scene!</h1>
<</if>>
There are a lot of new viewers in chat today, and some of them don't seem to realize you have a dick. To correct that you decide to give them a little flash.
<br>
<br>
"Surprise!"
<br>
<br>
FrankSinAnal: <span style="color:lightgray;">"What the fuck!?"</span>
<br>
<br>
SissySucker3000: <span style="color:orange">"The best kind of surprise."</span>
<br>
<br>
[img[$imgDir + 'player/cam/feminized/feminizedcam2.webp']]
<<set $feminizedcamshow2 = true>>
<<case 2>>
<<if $feminizedcamshow3 is not true>>
<h1>New scene!</h1>
<</if>>
Even after transitioning the desire to stick your dick in things never really goes away. Luckily you have your trusty fleshlight to pound whenever your urges hit. It's almost as good as the real thing, too.
<br>
<br>
Danishboy25: <span style="color:darkgreen">"Can I have a turn after you finished? You can cum inside I don't mind."</span>
<br>
<br>
[img[$imgDir + 'player/cam/feminized/feminizedcamfleshlight.webp']]
<<set $feminizedcamshow3 = true>>
<</switch>>
<</nobr>>
<<nobr>>
<<set $earnings = random(40,60)>>
<<set $money = $money + $earnings>>
<i>You made $earnings dollars in tips</i>
<br>
<br>
<<if $managementlink is true>>
[[Close the webcam|Management][$managementlink to false]]
<<else>>
[[Close the webcam->Laptop]]
<</if>>
<<set $energy-->>
<<set $playerstimesstreamed = $playerstimesstreamed + 1>>
<</nobr>>You lean in, grab her by the hips and plant your lips on hers. Her soft moan tells you she likes it, so you take a chance and slowly kiss down her neck as well. You're fairly certain you can make out a tent in her pants.
<span style='color:lightblue;'>"Ooooh, now this is more like it. See you soon sweetie."</span>
With that Khloe heads for the locker rooms, swaying her ass seductively as she walks away.
[img[$imgDir + 'outside/gym/khloe/khloekiss.webp']]
[[Leave->Outside]]
<<set $khloekissed = true>><<nobr>>
After stripping down she uses her mouth to help you get hard. It doesn't take long for you to be throbbing and ready to go.
<br>
<br>
"That's it baby make it nice and sloppy."
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/luanatransblowjob.webp']]
<br>
<br>
With your cock ready to go she spreads her legs and asshole, an open invitation. You like to hear her beg, so you tease her with your fingers and dick, never giving her more than one or two pumps at a time. Her frustration only makes it that much more fun.
<br>
<br>
<span style='color:#be95c4'>"Come on, don't be a little bitch and fuck me already!"</span>
<br>
<br>
"Can't take it anymore huh? As you wish."
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/luanafucktease.webp']]
<br>
<br>
This slut really needs to be put in her place, so you put her on all fours and start pounding her fat ass in earnest. Despite her verbal protests she's clearly loving it. Not long after she moans and her cock squirts all over the sheets as you fuck her to orgasm. After she's done creaming you stretch out her ass some more until her tune starts to change.
<br>
<br>
<span style='color:#be95c4'>"Oh God, I'm sorry, I'm sorryyyy! Please just keep fucking meeeee!"</span>
<br>
<br>
You're more than happy to comply with her request, so you keep destroying her hole until you finally fill it with seed.
<br>
<br>
<span style='color:#be95c4'>"... Want to go again?"</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/luanadoggy.webp']]
<</nobr>>
<<nobr>>
<<set $earnings = random(40,60)>>
<<set $money = $money + $earnings>>
<i>You made an extra $earnings dollars in tips</i>
<</nobr>>
[[Finish show->Home]]
<<set $energy-->><<nobr>>
After you get on the bed she wastes no time and starts fucking your mouth like a pussy. Her cock is huge and constantly triggering your gag reflex, but she doesn't care in the slighest.
<br>
<br>
<span style='color:#be95c4'>"Just hold still will you? I don't care if you can breathe or not."</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/luanasuck1.webp']]
<br>
<br>
She soon has enough of your feeble cocksucking attempts, and instructs you to lay on your back. Straddling your she pushes herself back in and starts wildly humping your face. Her moans get louder and louder until she's finally ready to deal the finishing blow.
<br>
<br>
<span style='color:#be95c4'>"Ohh yea, here it comes, swallow my cum bitch!"</span>
<br>
<br>
She presses down on your face, her balls squished against your nose as she unleashes a torrent of jizz straight down your throat. You barely even have to swallow with how deep she's shooting it. With both your airways shut off you desperately tap her leg, but she won't come off until she's completely finished cumming, leaving you gasping for air.
<br>
<br>
<span style='color:#be95c4'>"Not bad for an amateur. Stop by again if you want another load."</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/luanasuck2.webp']]
<</nobr>>
<<nobr>>
<<set $earnings = random(40,60)>>
<<set $money = $money + $earnings>>
<i>You made an extra $earnings dollars in tips</i>
<</nobr>>
[[Finish show->Home]]
<<set $energy-->><<nobr>>
Bending over in this position is a little embarrassing, especially with your shaved ass and cock on full display. Your partner doesn't seem to care much, giving you a good few spanks and teasing your pucker. At least your face isn't visible.
<br>
<br>
<span style='color:#dda15e'>"Get a good look at this cute little hole guys, because it's going to be a gaping mess when I'm done with it."</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/femboyfuck1.webp']]
<br>
<br>
You have to turn around for the camera, doing your best to keep your head down. You can feel her kneeling behind you, followed by her thick cockhead pushing into your ass. You lay down on the floor and resign yourself to the next hour of being her cocksleeve.
<br>
<br>
<span style='color:#dda15e'>"Now that is some tight asspussy. It's squeezing me like crazy!"</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/femboyfuck2.webp']]
<</nobr>>
<<nobr>>
<<set $earnings = random(40,60)>>
<<set $money = $money + $earnings>>
<i>You made an extra $earnings dollars in tips</i>
<</nobr>>
[[Finish show->Home]]
<<set $energy-->><<nobr>>
<<if $vanniallfeminizedshow is not true>>
<h1>New scene!</h1>
<<set $vanniallfeminizedshow = true>>
<</if>>
You kiss Vanniall on the bed, eager to get down and dirty with her.
<br>
<br>
<span style="color:lightgreen;">"So baby, what are you in the mood for today?"</span>
<br>
<br>
[img[$imgDir + 'vanniall/cam/group/vannialltranskissing.webp']]
<</nobr>>
[[Have her suck you->vannialltransdomshow]]
[[Get fucked->vannialltranssubshow]]
Two beauties on their knees sucking your dick, yes please! They take turns on your shaft and balls, making sure every inch of you gets covered in saliva. You even get a nice view of their asses at the same time.
<span style='color:#be95c4'>"Hey, there's something I've always wanted to try. Just follow my lead."</span>
[img[$imgDir + 'home/management/freelancefloor/luanathreesome2.webp']]
Turns out she wants to do a fucktrain. After positioning yourself in the back you slip into the raven-haired girl's ass while she fucks the redhead. With every push you force her cock deeper into her friend, who seems to be loving it.
<span style='color:#dda15e'>"Oh God, It's like both of you are thrusting into me at the same time! It's so good!"</span>
<span style='color:#be95c4'>"Yeah bitch? Now get ready for a fat load in your pussy while he fills my ass!"</span>
[img[$imgDir + 'home/management/freelancefloor/luanathreesome3.webp']]
<<nobr>>
<<set $earnings = random(40,60)>>
<<set $money = $money + $earnings>>
<i>You made an extra $earnings dollars in tips</i>
<</nobr>>
[[Finish show->Home]]
<<set $energy-->>It's a beautiful day out, so while waiting for today's stream partner Rebel to arrive you decide to relax a bit at the spa. You had nearly fallen asleep when you can hear her walking over to you.
<span style='color:#be95c4'>"Hiii! Sorry I'm late. Had to shave down there, you know how it is."</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomefem1.webp']]
[[Take her to Izzy's room]]
<<nobr>>
<<if $managementlink is true>>
[[Another time|Management][$managementlink to false]]
<<else>>
[[Another time->Izzy's Room]]
<</if>>
<</nobr>>
<<nobr>>
<<if $izzygroupfeminized is not true>>
<h2>New scene!</h2>
<<set $izzygroupfeminized = true>>
<</if>>
You don't like wasting time, so after starting the stream the three of you start stripping right away. It's not often you get to enjoy a sweet pussy, so you take your chance and get a good taste. No matter how much you lick, her juices just keep flowing. Meanwhile Izzy warms up her shecock in Rebel's mouth.
<</nobr>>
<span style="color: #ffc857;">"You like her pussy huh? I guess I'll take her ass then."</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomefem2.webp']]
With all three of you raring to go you take up position, laying down on your back. Rebel gets on top of you while Izzy gets behind her, and soon you're both inside her. Izzy is thrusting like crazy so you don't even have to do anything, just enjoy as her pussy squeezes you.
<span style='color:#be95c4'>"Oh fuck, two cocks at once makes me feel so full!"</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomefem3.webp']]
After properly stretching out both of her holes you pull out and cover her face with two fat loads, much to her enjoyment. She plays around with it in her mouth and gargles before swallowing it all down.
<span style="color: #ffc857;">"Hnnnngh!"</span>
<span style='color:#be95c4'>"So much warm cum... You'll invite me over again soon, right?"</span>
[img[$imgDir + 'izzy/cam/group/izzythreesomefem4.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getIzzyEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $izzycorruption++>>
<<set $izzyfollowers = $izzyfollowers + $newfollowers>>
<<set $izzyenergy = $izzyenergy - 1>>
<span style="color: #ffc857;"><i>You made $ $earnings this stream and Izzy got $newfollowers new followers</i></span>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Izzy's Room]]
<</if>>
<<set $energy-->>
<</nobr>><<nobr>>
You strip down and get down with the girls, who give you a little cheer. Soon it's back to business as the moans and slapping sounds fill the room once again, and you have your pick of any hole or cock you want.
<br>
<br>
<span style='color:#be95c4'>"Come here babe, I have a nice lollypop for you to lick."</span>
<br>
<br>
<span style='color:#dda15e'>"Don't listen to her, come here and fuck my pussy! It's dripping wet already."</span>
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/transorgy2.webp']]
<br>
<br>
<span style='color:#be95c4'>"Oh shit, I'm about to cum!"</span>
<br>
<br>
Whenever someone says they're going to cum it's like a signal for the rest, who gather in front of her to get a piece of the delicious treat. Everyone swaps around the cum until there's nothing left before going back to banging each other.
<br>
<br>
[img[$imgDir + 'home/management/freelancefloor/transorgy3.webp']]
<</nobr>>
<<nobr>>
<<set $earnings = random(40,60)>>
<<set $money = $money + $earnings>>
<i>You made an extra $earnings dollars in tips</i>
<</nobr>>
[[Finish show->Home]]
<<set $energy-->>Vanniall is all too happy to get down on your dick, taking the whole thing without trouble and urging you to use her face like a fuckhole. She even lets you cum in her mouth, swallows, and then just keeps going. By the time the stream is over there isn't a single drop of cum left in your balls.
<span style='color:lightgreen;'>"Mmmmh, is it me or do you taste even sweeter than usual?"</span>
[img[$imgDir + 'vanniall/cam/group/vannialltransblowjob.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<<set $energy = $energy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[End the stream|Management][$managementlink to false]]
<<else>>
[[End the stream->Vanniall's Room]]
<</if>>
<</nobr>>You get in position, wiggle your cheeks, and gasp in surprise as Vanniall pushes her large cock into you raw. Despite your protests she starts to slide her entire length in and out. Your butthole is on fire, but soon the pleasure overtakes the pain as she pushes against your prostate over and over.
"Fuck!"
<span style='color:lightgreen;'>"Just relax, your hole was made to take big dicks. See, you're already moaning."</span>
[img[$imgDir + 'vanniall/cam/group/vannialltransfuck.webp']]
Once she's done thoroughly destroying your ass she pulls out, aims at your face and starts cumming all over you. You can feel your asshole twitching in pleasure as the thick ropes hit your face, and you're loving it.
<span style='color:lightgreen;'>"Damn boss, you're a bigger slut than I am! You really love my cum that much?"</span>
[img[$imgDir + 'vanniall/cam/group/vannialltranscum.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<<set $energy = $energy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[End the stream|Management][$managementlink to false]]
<<else>>
[[End the stream->Vanniall's Room]]
<</if>>
<</nobr>>She takes off her pants, and after a quick look around you get down on your knees to taste her sexy girlcock. It's a little salty because of the sweat, but somehow that just makes it even better. Only a few minutes into sucking she's about to lose control, and pushes you down even further.
<span style='color:lightblue;'>"Shit I'm gonna cum, lick my balls!"</span>
[img[$imgDir + 'outside/gym/khloe/khloegiveblowjob.webp']]
[[Eat her cum]]She squats down and starts expertly sucking on your shaft with some of the best technique you've ever seen. Barely a minute in it's already taking all your willpower not to grab her face, ram your cock down her throat and empty your balls. It seems like she can read your thoughts, because she pulls back just in time before you lose control.
<span style='color:lightblue;'>"Ah ah ah, no cumming yet. First you're going to help me stretch."</span>
[img[$imgDir + 'outside/gym/khloe/khloegetblowjob.webp']]
[[Fuck her]]Her idea of stretching is, of course, a good old-fashioned anal pounding. The hole is tighter and warmer than you expected, desperately trying to milk your load out of you. You were already on the brink earlier, and this time there is no stopping as your balls contract and prepare to fill her up.
"I'm going to cum!"
<span style='color:lightblue;'>"Wait, what are you doing? I said in my mouth!"</span>
"Too late!"
[img[$imgDir + 'outside/gym/khloe/khloefucked.webp']]
[[Try to make it]]You pull out and start moving upwards, but it's too late. Halfway through your attempt to reach her mouth you start cumming, and have to settle for covering her stomach with seed.
<span style='color:lightblue;'>"What a waste. Maybe I can still scoop some of it up?"</span>
[img[$imgDir + 'outside/gym/khloe/khloecumcovered.webp']]
[[Leave her covered in jizz->Outside]]
<<nobr>>
<<updatePersonality 3>>
<</nobr>>Obeying her instructions you start tonguing her balls, which are even sweatier than the rest of her. While you're down there Khloe jerks herself off until she starts drizzling out cum. You try to ignore the strong smell hitting your nostrils as her cum drips down her shaft and straight into your mouth.
<span style='color:lightblue;'>"You look like such a cutie down there, eating all my juice. Good girl."</span>
<i>God, that smell drives me crazy. Why can I not resist?</i>
[img[$imgDir + 'outside/gym/khloe/khloecumeating.webp']]
[[Swallow everything and finish your workout->Outside]]
<<nobr>>
<<updatePersonality -3>>
<</nobr>>You take a deep breath and knock on the door. Nyxi has never even seen you wearing makeup, let alone the fact that you have tits now, so you're not certain how this is going to go.
<span style='color:pink;'>"Come in!"</span>
[img[$imgDir + 'outside/university/nyxi/nyxileon2.webp']]
<span style='color:pink;'>"Wait, daddy!? Is that you?"</span>
You explain your recent transition to Nyxi, including your decision to go full-time woman. She was in a similar position not too long ago so she understands rather quickly.
<span style='color:pink;'>"Oh my God. So, does that mean I should call you mommy from now on?"</span>
"Yeah, I guess that works."
<span style='color:pink;'>"This is going to be great! I have to get to class, but swing by again soon ok."</span>
<i>That went better than expected</i>
[[Leave the dorm->University]]
<<nobr>>
<<set $nyxiplayerfeminizedevent = true>>
<<set $nyxidormpresent = false>>
<</nobr>>
<<nobr>>
<<switch random(0,2)>>
<<case 0>>
You accidentally walk in on the break room. There's a nurse there clearly in the middle of relieving some tension, who gives you an annoyed look. She doesn't stop stroking herself though.
<br>
<br>
<span style='color:pink;'>"Unless you're planning to come in and help me out, please close the door. I'm trying to relax here."</span>
<br>
<br>
"Sorry!"
<br>
<br>
[img[$imgDir + 'outside/hospital/nurseonbreak.webp']]
<<if $playerfeminized is not true>>
<br>
<br>
[[You don't mind helping her out]]
<</if>>
<<case 1>>
There are some strange noises coming from a nearby room, so you decide to go take a peek. Carefully opening the door reveals a patient on his knees who is giving one of the nurses a blowjob. His moans indicate that it's not against his will either.
<br>
<br>
<span style='color:pink;'>"That's it, keep sucking out those loads. Remember the doctor prescribed you at least 3 fresh ones per day!"</span>
<br>
<br>
<i>What kind of prescription is that?</i>
<br>
<br>
[img[$imgDir + 'outside/hospital/nurseblowjob.webp']]
<<case 2>>
While walking up some stairs you slip and accidentally hit your head. You groggily wake up a little while later with a concerned Nurse standing over you. Your stuttered responses make her think you have a concussion, but you're distracted by something else entirely.
<br>
<br>
<<if $playerfeminized is true>>
<span style='color:pink;'>"Are you alright, miss? Do you need me to call a doctor? Hello?"</span>
<<else>>
<span style='color:pink;'>"Are you alright, sir? Do you need me to call a doctor? Hello?"</span>
<</if>>
<br>
<br>
"Uhh, no, no I'm fine."
<br>
<br>
[img[$imgDir + 'outside/hospital/asiannurse.webp']]
<</switch>>
<</nobr>>
[[Go back to the entrance->Hospital]]
<span style='color:gray;'>"Alright then cocksucker, have it your way. I want my dick and balls cleaned, they've been stuffed in my pants all day. Make sure you use lots of tongue because it's going in your friend's ass next."</span>
As Marcus takes out his cock you get on the bed and wait for him. You finally get to taste his dick while he plays with your exposed ass, making you moan with pleasure. Maybe if you do a good enough job he will consider fucking you.
<span style='color:gray;'>"That's some fine cake. Ever had a black dick in there? If not I know a few guys who could show you what you've been missing out on."</span>
[img[$imgDir + 'outside/university/nyxi/feminizedbbcsuck.webp']]
Once he's satisfied with your spit covering his dick he pushes you away and calls over Nyxi, who's already naked and eagerly waiting to get bred. She positions herself on top of him and waits for his next move.
The second he inserts his monster into her ass her clit leaks out cum, which flies everywhere as he starts pounding her in earnest. With a twinge of jealousy you observe him absolutely destroying her tight ass, her orgasmic face showing you just how good it feels.
<span style='color:pink;'>"Yes! Harder daddy!"</span>
[img[$imgDir + 'outside/university/nyxi/nyxibbcfuck4.webp']]
You're forced to keep watching as Nyxi has assgasm after assgasm, until he's finally satisfied and fills her with seed.
<span style='color:pink;'>"My ass just keeps cummmiiiing!"</span>
<i>Why couldn't that be me instead?</i>
[[Leave as Nyxi farts out the cum->University]]
<<nobr>>
<<if $bbcsucked is not true>>
<<set $bbcsucked = true>>
<<updatePersonality -5>>
<</if>>
<</nobr>><span style='color:gray;'>What's up slut, remember me? I'm the guy you sucked off just so you could watch me destroy your friend's ass. Talk about pathetic. Anyway, I told my boys there might be a new snowbunny in town. We're already taking bets on which of us will be the first to break in that tight ass of yours. I'm betting on myself of course, you couldn't stop drooling last time.
But you'll be serving all of us eventually anyway, I guarantee it.
I could smell the bitch on you.
Marcus</span>
[[View attachment->bbcmailattachment]]
[[Close the mail->Check email]]
<<set $bbcmail = true>>[img[$imgDir + 'home/email/bbchypno.webp']]
<i>What an asshole.</i>
<<back>>They waste no time and drag you onto the couch, ripping off your clothes. One straddles your face while the other positions herself behind, and they push their cocks in your holes simultaneously. Before you've even had time to adjust they start pumping back and forth, and you have no choice but accept your role as a cocksleeve.
<span style='color:#dda15e'>"Relax, we're gonna be here a while babe."</span>
Just as you're about to ask for a break you hear a grunt and a warm feeling spreads in your bowels. Hearing her friend paint your insides white is the second's girl cue to finish up herself, and a few seconds later you also feel thick cum filling your mouth shot by shot.
<span style='color:gray'>"Fucking swallow it!"</span>
<span style='color:#dda15e'>"Oh shit, nothing like dumping your cum straight into their guts."</span>
[img[$imgDir + 'home/management/freelancefloor/ebonythreesome1.webp']]
With their first loads sliding down your throat and dripping out of your ass the girls decide it's time to switch places. Using her friend's cum as lube the second cock smoothly bottoms out 8 inches deep in you.
<span style='color:gray'>"Damn you filled him up good, his hole is wetter than any pussy I ever felt."</span>
You don't have time to react as the other grabs your face and shoves it down her shaft. She's definitely the rougher of the two, making you gag and choke as you try to ignore the taste of her cum mixed with your own ass.
<span style='color:#dda15e'>"Hope you got nowhere to be slut, I have at least a couple more in me."</span>
[img[$imgDir + 'home/management/freelancefloor/ebonythreesome2.webp']]
<<nobr>>
<<set $earnings = random(40,60)>>
<<set $money = $money + $earnings>>
<i>You made an extra $earnings dollars in tips</i>
<</nobr>>
[[Finish show->Home]]
<<set $energy-->>Leticia has a special technique for stretching out her clients, namely using her fat, girthy dick to pump in and out of you until your gaping hole barely remembers how to close. To make matters worse you paid double her usual fee for this.
"Shit, you're ruining me!"
<span style="color: lightblue;">"Oh relax, I've been doing this for years I know what I'm doing!"</span>
<i>That's a lot of loosened assholes</i>
[img[$imgDir + 'outside/trainerhouse/trainerfucksfeminized.webp']]
<<nobr>>
<<if $fitness < 25>>
<i>Your fitness has improved!</i>
<br>
<</if>>
<</nobr>>
[[Wobble back outside->leticiahouse]]
<<nobr>>
<<if $fitness < 25>>
<<set $fitness = $fitness + 1>>
<</if>>
<<set $energy = $energy - 1>>
<<set $money = $money - 100>>
<</nobr>>
<<nobr>>
<<switch $playermanagementskill>>
<<case 15>>
Outside the classroom you find one of the students looking annoyed. Seems like the teacher made her leave.
<br>
<br>
<span style="color:orange">"I'm being punished because I forgot to put on underwear, see?"</span>
<br>
<br>
<i>Maybe you should stop lifting your skirt then...</i>
<br>
<br>
[img[$imgDir + 'outside/university/class/studentflashing.webp']]
<<case 16>>
During class the teacher asks you to get some of her notes she forgot in the teacher's lounge. You quickly grab them and are just about to head out when you do a double take. O of the other teachers is also there, almost completely naked.
<br>
<br>
<span style="color:orange">"Do you mind? I'm preparing for a student's oral exam, and I need to make sure it's hard enough."</span>
<br>
<br>
"Sorry, I'm going I'm going!"
<br>
<br>
[img[$imgDir + 'outside/university/class/oralclass.webp']]
<<case 17>>
The class "bad boy", Sean, is causing a ruckus again today, and the teacher sends him to detention again. It's already his fifth time this month. Somehow he always manages to get out of it early though, you wonder how he does it.
<br>
<br>
<span style="color:orange">"Detention again, Sean? I'm starting to think you like coming here."</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/schoolsuckteacher.webp']]
<<case 18>>
During your break there are some strange noises coming from a nearby classroom. The door is unlocked so you decide to take a little peek. Inside is one of the students negotiating for a better grade.
<br>
<br>
<span style="color:lightblue">"`Well Leah, what will it be? Ass or mouth?"</span>
<br>
<br>
<span style="color:orange">"Ohh, ffuuuck! Fine, you can cum in my ass Mr. Cameron, but only if you give me an A!"</span>
<br>
<br>
<span style="color:lightblue">"`Deal!"</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/schoolfuck.webp']]
<<case 19>>
<<if $playerfeminized is true>>
It's the end of the semester, and after class people say their goodbyes and slowly head out. Soon you're left alone with 3 girls you haven't spoken to before, who come up to talk to you. They definitely look like they're up to no good.
<br>
<br>
<span style="color:lightblue">"Hey there gorgeous, the girls and me were wondering if you wanted to celebrate the end of class with a bang?"</span>
<br>
<br>
<span style="color:orange">"I always wanted to try dick. But men? Ugh. Shedick on the other hand..."</span>
<br>
<br>
<span style="color:#b56576">"Don't you want to play with us?"</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/transfoursome1.webp']]
<br>
<br>
[[Have a little fun with them]]
<br>
[[Make an excuse to leave->University]]
<<else>>
It's the end of the semester, and after class people say their goodbyes and slowly head out. Soon you're left alone with a girl you haven't spoken to before, who sits down on the desk at the front of the class and beckons you over. She definitely looks like she's up to no good.
<br>
<br>
<span style="color:#b56576">"You know $playername, I've always wanted to do it on the teacher's desk. You in? I'll let you hit it raw."</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/endofsemesterfuck1.webp']]
<br>
<br>
[[Hell yes I'm in]]
<br>
[[Tell her you have to go->University]]
<</if>>
<<case 20>>
<<switch random(0,3)>>
<<case 0>>
Outside the classroom you find one of the students looking annoyed. Seems like the teacher made her leave.
<br>
<br>
<span style="color:orange">"I'm being punished because I forgot to put on underwear, see?"</span>
<br>
<br>
<i>Maybe you should stop lifting your skirt then...</i>
<br>
<br>
[img[$imgDir + 'outside/university/class/studentflashing.webp']]
<<case 1>>
During class the teacher asks you to get some of her notes she forgot in the teacher's lounge. You quickly grab them and are just about to head out when you do a double take. O of the other teachers is also there, almost completely naked.
<br>
<br>
<span style="color:orange">"Do you mind? I'm preparing for a student's oral exam, and I need to make sure it's hard enough."</span>
<br>
<br>
"Sorry, I'm going I'm going!"
<br>
<br>
[img[$imgDir + 'outside/university/class/oralclass.webp']]
<<case 2>>
The class "bad boy", Sean, is causing a ruckus again today, and the teacher sends him to detention again. It's already his fifth time this month. Somehow he always manages to get out of it early though, you wonder how he does it.
<br>
<br>
<span style="color:orange">"Detention again, Sean? I'm starting to think you like coming here."</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/schoolsuckteacher.webp']]
<<case 3>>
During your break there are some strange noises coming from a nearby classroom. The door is unlocked so you decide to take a little peek. Inside is one of the students negotiating for a better grade.
<br>
<br>
<span style="color:lightblue">"`Well Leah, what will it be? Ass or mouth?"</span>
<br>
<br>
<span style="color:orange">"Ohh, ffuuuck! Fine, you can cum in my ass Mr. Cameron, but only if you give me an A!"</span>
<br>
<br>
<span style="color:lightblue">"`Deal!"</span>
<br>
<br>
[img[$imgDir + 'outside/university/class/schoolfuck.webp']]
<</switch>>
<</switch>>
<<if $playermanagementskill < 19>>
<br>
<br>
<i>Your business management skills have improved.</i>
<<elseif $playermanagementskill is 20>>
<br>
<br>
<i>You've reached the max business management skill.</i>
<</if>>
<</nobr>>
<<nobr>>
<<if $playermanagementskill is not 19>>
[[Finish class->University]]
<</if>>
<<set $money = $money - 20>>
<<set $energy = $energy - 1>>
<<set $playerclass = true>>
<<if $playermanagementskill < 20>>
<<set $playermanagementskill = $playermanagementskill + 1>>
<</if>>
<</nobr>>Dear Venus,
A room has recently opened up in the mansion, and we would like to offer you a permanent position here as a fulltime Camgurl. Should you still be interested we will expect your arrival at your earliest convenience.
$playername
[[Send->Laptop]]
<<set $venusaccepted = true>>
<<set $venusaccepteddays = 0>>
<<if $room1available is true>>
<<set $venusroom = 1>>
<<set $room1available = false>>
<<elseif $room2available is true>>
<<set $venusroom = 2>>
<<set $room2available = false>>
<<elseif $room3available is true>>
<<set $room3available = false>>
<<set $venusroom = 3>>
<<elseif $room4available is true>>
<<set $room4available = false>>
<<set $venusroom = 4>>
<<elseif $room5available is true>>
<<set $room5available = false>>
<<set $venusroom = 5>>
<</if>>Early in the morning the doorbell rings several times, so you get up to go answer it. When you open up Venus walks straight past you and sits down on the couch, letting out a frustrated sigh.
<span style="color: #bc4749;">"Fucking finally, you could have told me this place is in the middle of bum-fuck nowhere."</span>
[img[$imgDir + 'venus/events/arrival/venusarrives.jpeg']]
You spend some time helping her unpack and then give her a tour of the house.
<span style="color: #bc4749;">"So, where's the dungeon? With a place this big it must be sweet."</span>
"Uh, we don't have one."
<span style="color: #bc4749;">"What kind of sex house doesn't have a BDSM room? I'll send you some designs."</span>
<i>Venus is now a resident of the mansion</i>
[[Continue->Home]]
<<nobr>>
<<set $venusrecruited = true>>
<<set $venusenergy = 1>>
<<set $venuscorruption = 0>>
<<set $venusfollowers = 0>>
<<set $venusmaxenergy = 1>>
<<set $bdsmdungeonavailable = true>>
<</nobr>><<nobr>>
<<if $extraroom4cleaned is not true>>
<<switch $extraroom4progress>>
<<case 1>>
[img[$imgDir + 'home/extraroom4slightlyclean.png']]
<<case 2>>
[img[$imgDir + 'home/extraroom4veryclean.png']]
<<default>>
[img[$imgDir + 'home/extraroom4.png']]
<</switch>>
<br>
<br>
<i>Yet another room to restore. One of these has to have some kind of treasure, right?</i>
<br>
<br>
<<if $energy < 1>>
<a disabled><strike>Clean up the room</strike> (too tired)</a>
<<else>>
[[Clean up the room->cleanroom4]]
<</if>>
<br>
<br>
<<elseif $extraroom4decorated is not true>>
[img[$imgDir + 'home/extraroom4empty.png']]
<br>
<br>
<i>Still needs to be properly decorated.</i>
<br>
<br>
<<if $money > 499>>
[[Redecorate ($500)->redecorate4]]
<br>
<br>
<<else>>
<a disabled><strike>Redecorate ($500)</strike></a>
<br>
<br>
<</if>>
<<else>>
[img[$imgDir + 'home/extraroom4decorated.jpeg']]
<br>
<br>
<i>Hopefully I'll find a girl to use it soon.</i>
<br>
<br>
<</if>>
[[Back->Home]]
<</nobr>>[img[$imgDir + 'home/extraroom4decorated.jpeg']]
Wow. It's barely recognizable!
[[Back->Home]]
<<set $extraroom4decorated = true>>
<<set $room4available = true>>
<<set $money = $money - 500>><<nobr>>
<<if $extraroom4progress is 2>>
<<set $extraroom4cleaned = true>>
Finally ready for some furniture.
<<elseif $extraroom4progress is 1>>
You put your back into it and finally start to get somewhere.
<<set $extraroom4progress = 2>>
<<else>>
You start cleaning the room. It's just as much work as last time.
<<set $extraroom4progress = 1>>
<</if>>
<br>
<br>
[img[$imgDir + 'home/cleaning.webp']]
<br>
<br>
[[Finish->Home]]
<</nobr>>
<<set $energy = $energy - 1>><<nobr>>
<<switch $venusroom>>
<<case 1>>
[img[$imgDir + 'home/extraroomdecorated.jpeg']]
<<case 2>>
[img[$imgDir + 'home/extraroom2decorated.png']]
<<case 3>>
[img[$imgDir + 'home/extraroom3decorated.webp']]
<<case 4>>
[img[$imgDir + 'home/extraroom4decorated.jpeg']]
<<case 5>>
[img[$imgDir + 'home/extraroom5decorated.jpeg']]
<</switch>>
<</nobr>>
[[Tease->venustease]]
<<nobr>>
<<if $venuscorruption > 4>>
[[Dominate girl->venusgirldomination]]
<br>
<<else>>
<a disabled><strike>Dominate girl</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $venuscorruption > 9>>
<<if ($playerfeminized is not true and $playercrossdressed is true and $venusplayershows is "enabled")>>
<a disabled><strike>Dominate guy</strike> (can't be crossdressed)</a>
<br>
<<else>>
[[Dominate guy->venusguydomination]]
<br>
<</if>>
<<else>>
<a disabled><strike>Dominate guy</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $venuscorruption > 14>>
<<if ($playerfeminized is not true and $playercrossdressed is true and $venusplayershows is "enabled")>>
<a disabled><strike>BDSM show</strike> (can't be crossdressed)</a>
<br>
<<else>>
<<if $bdsmdungeoninstalleddays > 3>>
[[BDSM show->venusbdsm]]
<br>
<<else>>
<a disabled><strike>BDSM show</strike> (Need to install the BDSM dungeon)</a>
<br>
<</if>>
<</if>>
<<else>>
<a disabled><strike>BDSM show</strike> (not corrupted enough)</a>
<br>
<</if>>
<</nobr>>
[[Leave->Home]]<<nobr>>
<<if $venusenergy > 0>>
<<switch random(0,5)>>
<<case 0>>
<<if $venustease1 is not true>>
<h2>New scene!</h2>
<</if>>
Even while taking a smoke break her rock-hard cock throbs as the tips roll in.
<br>
<br>
[img[$imgDir + 'venus/cam/tease/venustease1.webp']]
<<set $venustease1 = true>>
<<case 1>>
<<if $venustease2 is not true>>
<h2>New scene!</h2>
<</if>>
Venus is letting her cock rest and spends the stream showing off her tight puckered hole instead.
<br>
<br>
<span style="color: #bc4749;">"Who wants to be on ass cleaning duty today? I'm feeling a bit gassy."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/tease/venustease2.webp']]
<<set $venustease2 = true>>
<<case 2>>
<<if $venustease3 is not true>>
<h2>New scene!</h2>
<</if>>
While stroking her cock Venus verbally humiliates her viewers, giving them some jerk-off instructions.
<br>
<br>
<span style="color: #bc4749;">"That's right losers, stroke your little cocks while you stare at mine."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/tease/venustease3.webp']]
<<set $venustease3 = true>>
<<case 3>>
<<if $venustease4 is not true>>
<h2>New scene!</h2>
<</if>>
Venus loves to mess with her chat, so she promises them a treat but adds a little twist by leaving it on the floor.
<br>
<br>
<span style="color: #bc4749;">"Now lick it all up like a good little puppy!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/tease/venustease4.webp']]
<<set $venustease4= true>>
<<case 4>>
<<if $venustease5 is not true>>
<h2>New scene!</h2>
<</if>>
After positioning the camera on the floor Venus shows a nice POV of her cumming on your face.
<br>
<br>
<span style="color: #bc4749;">"Here it comes sluts, say aaaah!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/tease/venustease5.webp']]
<<set $venustease5 = true>>
<<case 5>>
<<if $venustease6 is not true>>
<h2>New scene!</h2>
<</if>>
Venus doesn't believe her chat knows how to have sex, so she decides to demonstrate with a fleshlight.
<br>
<br>
<span style="color: #bc4749;">"See boys, this is how you fuck a woman. If one even gives you a pity fuck you'll know what to do."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/tease/venustease6.webp']]
<<set $venustease6 = true>>
<</switch>>
<<set $earnings = random(15,20)>>
<<set $newfollowers = random(12,28)>>
<<set $modifier = setup.getVenusEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $venuscorruption++>>
<<set $venusfollowers = $venusfollowers + $newfollowers>>
<<set $venusenergy = $venusenergy - 1>>
<br>
<br>
<span style="color: #bc4749;"><i>Venus made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Venus is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Venus' Room]]
<</if>>
<</nobr>>You spend a few hours promoting Venus' cam profile online. She gains some followers and has 50% increased earnings on her next show.
[img[$imgDir + 'home/advertise.jpeg']]
<<nobr>>
<<if $managementlink is true>>
[[Continue|Management][$managementlink to false]]
<<else>>
[[Continue->Laptop]]
<</if>>
<</nobr>>
<<set $venusadvertised = true>>
<<set $energy = $energy - 1>>
<<set $newfollowers = random(5,10)>>
<<set $venusfollowers = $venusfollowers + $newfollowers>><<nobr>>
<div style="display:flex; width:100%;">
<a target="_blank" href="https://patreon.com/AverageHtmlEnjoyer" style="width:70%; margin: auto;">
<img style="min-width:0px; width:70%; margin: auto;" src='resources/credits/patron.png'>
</a>
</div>
<br>
<<if $introcomplete is true>>
<span>Day: $day</span>
<br>
<br>
<span>Energy: $energy</span>
<br>
<span>Laura's energy: $lauraenergy</span>
<br>
<<if $vanniallrecruited is true>>
<span>Vanniall's energy: $vanniallenergy</span>
<br>
<</if>>
<<if $sararecruited is true>>
<span>Sara's energy: $saraenergy</span>
<br>
<</if>>
<<if $izzyrecruited is true>>
<span>Izzy's energy: $izzyenergy</span>
<br>
<</if>>
<<if $venusrecruited is true>>
<span>Venus' energy: $venusenergy</span>
<br>
<</if>>
<<if $mosrecruited is true>>
<span>Mos' energy: $mosenergy</span>
<br>
<</if>>
<br>
<span>Money: $ $money</span>
<br>
<<if $daystilldebtpayment is 1>>
<span style="color: red;">You need to pay $ $debtpayment tomorrow</span>
<<elseif $daystilldebtpayment > 1>>
You need to pay off $ $debtpayment in $daystilldebtpayment days
<</if>>
<</if>>
<br>
<br>
<<set $_unreadmail = setup.checkForUnreadEmails()>>
<<if $_unreadmail is true>>
<img class="mailicon" src="resources/home/email/unread.png" title="You have unread messages on
your laptop">
<br>
<br>
<</if>>
<</nobr>><<nobr>>
<<if $venusenergy > 0>>
<<switch random(0,6)>>
<<case 0>>
<<if $venusgirldomination1 is not true>>
<h2>New scene!</h2>
<</if>>
How she does it you don't know, but Venus has somehow convinced this girl that the only thing she's good for is being a receptacle for her cum. At this point all she can think about is getting her next load.
<br>
<br>
<span style="color:#e6ccb2">"Thank you for using me today, mistress. May I have another?"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination1.webp']]
<<set $venusgirldomination1 = true>>
<<case 1>>
<<if $venusgirldomination2 is not true>>
<h2>New scene!</h2>
<</if>>
Venus starts the stream by warming up in her partner's warm, tight throat. The poor girl can barely take it as her gag reflex kicks in and her eyes become watery, but she gets forced down all the same.
<br>
<br>
<span style="color: #bc4749;">"Deeper bitch, I want to feel you choking on my dick"</span>
<br>
<br>
<span style="color:#e6ccb2">"Gaaaaah!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination2part1.webp']]
<br>
<br>After Venus moves to her pussy it quickly becomes clear she can't handle that either. Every dozen thrusts or so she cries out and drenches herself, you're not sure if she's squirting or pissing herself. Either way if she keeps this up the couch will be completely ruined.
<br>
<br>
<span style="color:#e6ccb2">"Nnngh, slow down, I'm going to cum agaaaaaaaain!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination2part2.webp']]
<<set $venusgirldomination2 = true>>
<<case 2>>
<<if $venusgirldomination3 is not true>>
<h2>New scene!</h2>
<</if>>
Sometimes you think Venus barely cares about pussy, as half of the time she just fucks the girl's face like one instead of using the real thing. Maybe it's to keep them quiet, or she just likes the way it feels. Who knows.
<br>
<br>
<span style="color: #bc4749;">"Keep breathing baby, it'll all be over soon."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination3part1.webp']]
<br>
<br>
Whatever the reason, something about it must be strangely arousing, because they just keep coming back for more. Or Venus' cum just tastes that good.
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination3part2.webp']]
<<set $venusgirldomination3 = true>>
<<case 3>>
<<if $venusgirldomination4 is not true>>
<h2>New scene!</h2>
<</if>>
Most of her contacts are busy today, so Venus settles for having an older MILF over. The woman seems to be having a great time, but Venus looks annoyed at how loose her pussy is.
<br>
<br>
<span style="color:#e6ccb2">"YES YES YES YES YEEEEEES!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination4part1.webp']]
<br>
<br>
When she's done with her Venus dumps her cum on her ass and kicks her out of the room.
<br>
<br>
<span style="color: #bc4749;">"Do some kegels next time grandma, I could barely feel a thing."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination4part2.webp']]
<<set $venusgirldomination4= true>>
<<case 4>>
<<if $venusgirldomination5 is not true>>
<h2>New scene!</h2>
<</if>>
Because she gets so many blowjobs Venus is always looking for ways to spice things up. One thing she found is that spanking a slut while you're ball deeps in her throat will make it tighten up, and it feels amazing.
<br>
<br>
<span style="color:#e6ccb2">"Mmmmpfh! Harder!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination5part1.webp']]
<br>
<br>
Another way is to ride their face so hard they can't breathe properly. For some reason the lack of oxygen makes their throat squeeze and their pussies soaked.
<br>
<br>
<span style="color: #bc4749;">"Three taps if you're gonna pass out, otherwise I'm going to keep throatfucking you."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination5part2.webp']]
<<set $venusgirldomination5 = true>>
<<case 5>>
<<if $venusgirldomination6 is not true>>
<h2>New scene!</h2>
<</if>>
The girl Venus has over today likes to make her work for it, they're staring each other down while fucking waiting to see who breaks first. It takes a while, but in the end the girl's head rolls back and she lets out a long, involuntary moan.
<br>
<br>
<span style="color: #bc4749;">"That's right slut, what you're feeling is your pussy submitting to my dick."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination6part1.webp']]
<br>
<br>
With her dominance established Venus can spend the rest of the stream doing whatever she wants to that pussy, and what better way to end it than to blast it with a fresh load of steaming cum.
<br>
<br>
<span style="color:#e6ccb2">"Wait, you can't get me pregnant, right Venus? Say something!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination6part2.webp']]
<<set $venusgirldomination6 = true>>
<<case 6>>
<<if $venusgirldomination7 is not true>>
<h2>New scene!</h2>
<</if>>
Venus has been giving this girl a creampie every time she comes over, you even overheard her saying the pill isn't necessary. You can't help but wonder if there's going to be some belly growth in the coming months.
<br>
<br>
<span style="color:#bc4749">"Take it you fucking slut!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/girldomination/venusgirldomination7.webp']]
<<set $venusgirldomination7 = true>>
<</switch>>
<<set $earnings = random(20,30)>>
<<set $newfollowers = random(20,36)>>
<<set $modifier = setup.getVenusEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $venuscorruption++>>
<<set $venusfollowers = $venusfollowers + $newfollowers>>
<<set $venusenergy = $venusenergy - 1>>
<br>
<br>
<span style="color: #bc4749;"><i>Venus made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Venus is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Venus' Room]]
<</if>>
<</nobr>><<nobr>>
<<switch random(0,2)>>
<<case 0>>
You walk in on Venus in the shower getting sucked off by one of her many fuckbuddies. The girl is so focused on her task that she doesn't even notice you entering.
<br>
<br>
<span style="color: #bc4749;">"This one's got nice tits, right? Maybe I'll let you try her out sometime."</span>
<br>
<br>
[img[$imgDir + 'venus/events/bathroom/venusbathroom2.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus has become more corrupted</i></span>
<<nobr>>
<<set $venuscorruption++>>
<</nobr>>
<<case 1>>
Venus is treating her admirers to some candid pics. Maybe she'll find some more sluts to fuck too.
<br>
<br>
[img[$imgDir + 'venus/events/bathroom/venusbathroom3.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus gained 3 followers</i></span>
<<set $venusfollowers = $venusfollowers + 3>>
<<case 2>>
Venus is treating her admirers to some candid pics. Maybe she'll find some more sluts to fuck too.
<br>
<br>
[img[$imgDir + 'venus/events/bathroom/venusbathroom4.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus gained 5 followers</i></span>
<<set $venusfollowers = $venusfollowers + 5>>
<</switch>>
<</nobr>>
[[Leave her to her devices->Home]]The girls push you back onto the teacher's desk and start forcefully stripping off your clothes. Two of them go straight for your nipples, while the third spreads your legs to look for the main prize.
"Are you sure we should be doing this here?"
<span style="color:#b56576">"Don't worry, it will be fine. The risk just makes it all the more fun."</span>
[img[$imgDir + 'outside/university/class/transfoursome2.webp']]
Once your cock is out in the open they pounce on it like starving wolves, each taking it into their warm, wet mouth. What they lack in experience they make up for in enthusiasm as they literally fight over your hard member.
<span style="color:orange">"Move over sluts, it's my turn now."</span>
[img[$imgDir + 'outside/university/class/transfoursome3.webp']]
[[Sample their pussies]]After they all got to taste you to their heart's content it's time to teach these virgin pussies what a real penis feels like. You grab the nearest girl and slide into her sopping wet hole as her friends look on in awe.
<span style="color:orange">"Ohhh fuck, so that's what dick feels like, It's so much better than the strap-on!"</span>
<span style="color:#b56576">"Don't get too attached, after this you're going back to munching on my pussy."</span>
[img[$imgDir + 'outside/university/class/transfoursomefuck1.webp']]
Each of them gets their turn to try out your cock, while the others make sure they stay wet and ready. They are insatiable, riding your poor overworked dick trying to squeeze every last ounce of pleasure from it.
<span style='color:lightblue;'>"Don't you fucking dare blow your load, I want at least 3 more orgasms!"</span>
[img[$imgDir + 'outside/university/class/transfoursomefuck2.webp']]
[[End it with a bang]]There's noise outside which indicates people gathering for the next class, meaning you're running out of time here. You instruct the girls to kneel down and cover their pretty faces in cum, before quickly getting dressed again. They giggle as they walk out the door with your semen on them.
<span style='color:lightblue;'>"Thanks for the extra lesson babe, we learned a lot!"</span>
[img[$imgDir + 'outside/university/class/transfoursomefacial.webp']]
[[Leave as well->University]]
<<nobr>>
<<updatePersonality 3>>
<</nobr>><<nobr>>
<<switch random(0,4)>>
<<case 0>>
After sleeping like a baby Venus is like a whole different person. She's still going to fuck everything in sight though.
<br>
<br>
[img[$imgDir + 'venus/events/random/venusenergy1.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus has some extra energy today</i></span>
<<set $venusenergy++>>
<<case 1>>
Venus wakes up hard and ready to fuck.
<br>
<br>
[img[$imgDir + 'venus/events/random/venusenergy2.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus has some extra energy today</i></span>
<<set $venusenergy++>>
<<case 2>>
Venus likes to start her day with a little morning milk, fresh from the source.
<br>
<br>
[img[$imgDir + 'venus/events/random/venuscorruption1.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus became more corrupted</i></span>
<<set $venuscorruption++>>
<<case 3>>
When Venus wakes up hot and horny, she just sends out a text and within 10 minutes someone shows up to help her take care of it. She doesn't even need to get out of bed!
<br>
<br>
[img[$imgDir + 'venus/events/random/venuscorruption2.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus became more corrupted</i></span>
<<set $venuscorruption++>>
<<case 4>>
Venus has an important event to attend and won't be back for a while.
<br>
<br>
<span style="color: #bc4749;">"Don't wait up. Oh, and it's cool if I bring someone home, right?"</span>
<br>
<br>
[img[$imgDir + 'venus/events/random/venusevent.jpeg']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus can't work today</i></span>
<<set $venusenergy = 0>>
<</switch>>
<</nobr>>
[[Continue->Home]]<<nobr>>
<<if $venusenergy > 0>>
<<if ndef $venusplayershows and $playerfeminized is not true>>
<<goto venusguydominationchoice>>
<<else>>
<<if $playerfeminized is true or $venusplayershows is "disabled">>
<<switch random(0,5)>>
<<case 0>>
<<if $venusguydomination1 is not true>>
<h2>New scene!</h2>
<</if>>
Venus' boytoy has barely arrived or he's already on his knees waiting for her to take out her cock. She's not one to play games either so she obliges by pulling it out of her panties and let him get to work.
<br>
<br>
<span style="color: #bc4749;">"Don't worry baby, I've got your favorite treat right here."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination1part1.webp']]
<br>
<br>
She makes good use of his eager mouth, fucking it the same way she has fucked thousands of other holes. He's forced to take her cock ramming against the back of his throat over and over.
<br>
<br>
<span style="color:lightgray;">"GLK GLK GLK GLK GLK"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination1part2.webp']]
<br>
<br>
When she gets bored of his mouth she moves on to a tighter hole, positioning him on his back and fucking him in piledriver position. She loves watching him desperately jerking off while getting his insides rearranged.
<br>
<br>
<span style="color: #bc4749;">"Keep stroking, I want to see you cover your own face with cum, do it!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination1part3.webp']]
<<set $venusguydomination1 = true>>
<<case 1>>
<<if $venusguydomination2 is not true>>
<h2>New scene!</h2>
<</if>>
Today's sub is on his knees, with his tongue buried into her ballsack. Hopefully he likes the taste.
<br>
<br>
<span style="color: #bc4749;">"Work faster bitch, after you're done cleaning them you have to help me empty them too."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination2part1.webp']]
<<set $venusguydomination2 = true>>
<<case 2>>
<<if $venusguydomination3 is not true>>
<h2>New scene!</h2>
<</if>>
Sometimes Venus has to remind her toys of what they really are, a convenient place for her to cum on. She likes to accompany her words with actions as well, that way they remember better.
<br>
<br>
<span style="color: #bc4749;">"This is all you're good for, looking pretty and taking my loads."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination3part1.webp']]
<br>
<br>After covering his face she makes him clean her up with his mouth, rocking back and forth until she gets hard again, and then starting the whole cycle from the beginning until she's completely drained.
<br>
<br>
<span style="color: #bc4749;">"One load down, several more to go. More tongue!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination3part2.webp']]
<<set $venusguydomination3 = true>>
<<case 3>>
<<if $venusguydomination4 is not true>>
<h2>New scene!</h2>
<</if>>
Every part of Venus' body demands to be worshipped, including her beautiful feet. From time to time she likes to sit back and enjoy a nice glass of champagne while her sub does all the work for her.
<br>
<br>
<span style="color: #bc4749;">"Don't forget to really get between those toes, they haven't been cleaned in a while."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination4part1.webp']]
<<set $venusguydomination4 = true>>
<<case 4>>
<<if $venusguydomination5 is not true>>
<h2>New scene!</h2>
<</if>>
When you're feeling down a good breeding session can be just what the doctor ordered. Of course in this case the woman is doing the breeding while the man is getting bred, but the principle still stands.
<br>
<br>
<span style="color: #bc4749;">"Squeeze that ass for me, I'm about to paint your insides white!"</span>
<br>
<br>
<span style="color: lightgray;">"Fuck!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination5part1.webp']]
<br>
<br>
True to her word Venus releases all her cum inside the stretched-out hole, pump after pump after pump inflating him like a balloon. Soon it's filled to capacity and the guy is forced to fart out the excess semen.
<br>
<br>
<span style="color: #bc4749;">"Next time don't waste any of my seed."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination5part2.webp']]
<<set $venusguydomination5 = true>>
<<case 5>>
<<if $venusguydomination6 is not true>>
<h2>New scene!</h2>
<</if>>
After a rough pounding Venus marks the guys body with her cum, and instructs him to let it soak in. She wants him to spend the entire day smelling like her jizz, so everyone can tell who's boss.
<br>
<br>
<span style="color: #bc4749;">"You're mine now, bitch.</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination6.webp']]
<<set $venusguydomination6 = true>>
<</switch>>
<<else>>
<<switch random(0,5)>>
<<case 0>>
<<if $venusguydomination1 is not true>>
<h2>New scene!</h2>
<</if>>
You've barely arrived at the stream or you're already on your knees waiting for her to take out her cock. She's not one to play games either so she obliges by pulling it out of her panties and letting you get to work.
<br>
<br>
<span style="color: #bc4749;">"Don't worry baby, I've got your favorite treat right here."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination1part1.webp']]
<br>
<br>
She makes good use of your eager mouth, fucking it the same way she has fucked thousands of other holes. You're forced to take her cock ramming against the back of your throat over and over.
<br>
<br>
<span style="color:lightgray;">"GLK GLK GLK GLK GLK"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination1part2.webp']]
<br>
<br>
When she gets bored of your mouth she moves on to a tighter hole, positioning you on your back and fucking your ass in piledriver position. She loves watching your hand desperately jerking whilst getting your insides rearranged.
<br>
<br>
<span style="color: #bc4749;">"Keep stroking, I want to see you cover your own face with cum, do it!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination1part3.webp']]
<<set $venusguydomination1 = true>>
<<case 1>>
<<if $venusguydomination2 is not true>>
<h2>New scene!</h2>
<</if>>
Today you are on your knees, with your tongue buried into her ballsack. Hopefully you likes the taste.
<br>
<br>
<span style="color: #bc4749;">"Work faster bitch, after you're done cleaning them you have to help me empty them too."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination2part1.webp']]
<<set $venusguydomination2 = true>>
<<case 2>>
<<if $venusguydomination3 is not true>>
<h2>New scene!</h2>
<</if>>
Sometimes Venus has to remind her toys of what they really are, a convenient place for her to cum on. She likes to accompany her words with actions as well, that way they remember better.
<br>
<br>
<span style="color: #bc4749;">"This is all you're good for, looking pretty and taking my loads."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination3part1.webp']]
<br>
<br>After covering your face she makes you clean her up with your mouth, rocking back and forth until she gets hard again, and then starting the whole cycle from the beginning until she's completely drained.
<br>
<br>
<span style="color: #bc4749;">"One load down, several more to go. More tongue!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination3part2.webp']]
<<set $venusguydomination3 = true>>
<<case 3>>
<<if $venusguydomination4 is not true>>
<h2>New scene!</h2>
<</if>>
Every part of Venus' body demands to be worshipped, including her beautiful feet. From time to time she likes to sit back and enjoy a nice glass of champagne while you do all the work for her.
<br>
<br>
<span style="color: #bc4749;">"Don't forget to really get between those toes, they haven't been cleaned in a while."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination4part1.webp']]
<<set $venusguydomination4 = true>>
<<case 4>>
<<if $venusguydomination5 is not true>>
<h2>New scene!</h2>
<</if>>
When you're feeling down a good breeding session can be just what the doctor ordered. Of course in this case the woman is doing the breeding while the man is getting bred, but the principle still stands.
<br>
<br>
<span style="color: #bc4749;">"Squeeze that ass for me, I'm about to paint your insides white!"</span>
<br>
<br>
<span style="color: lightgray;">"Fuck!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination5part1.webp']]
<br>
<br>
True to her word Venus releases all her cum inside the stretched out hole, pump after pump after pump inflating you like a balloon. Soon it's filled to capacity and you are forced to fart out the excess semen.
<br>
<br>
<span style="color: #bc4749;">"Next time don't waste any of my seed."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination5part2.webp']]
<<set $venusguydomination5 = true>>
<<case 5>>
<<if $venusguydomination6 is not true>>
<h2>New scene!</h2>
<</if>>
After a rough pounding Venus marks your body with her cum, and instructs you to let it soak in. She wants you to spend the entire day smelling like her jizz, so everyone in the house can tell who's boss.
<br>
<br>
<span style="color: #bc4749;">"You're mine now, bitch.</span>
<br>
<br>
[img[$imgDir + 'venus/cam/guydomination/venusguydomination6.webp']]
<<set $venusguydomination6 = true>>
<</switch>>
<<if $energy > 0>>
<<set $energy-->>
<</if>>
<</if>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVenusEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $venuscorruption++>>
<<set $venusfollowers = $venusfollowers + $newfollowers>>
<<set $venusenergy = $venusenergy - 1>>
<br>
<br>
<span style="color: #bc4749;"><i>Venus made you $ $earnings this stream and got $newfollowers new followers</i></span>
<</if>>
<<else>>
Venus is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Venus' Room]]
<</if>>
<</nobr>><<nobr>>
<<if $bdsmdungeoninstalled is not true>>
[img[$imgDir + 'home/management/bdsmdungeon/bdsmdungeon.jpeg']]
<br>
<br>
The basement is currently empty, so you may as well follow Venus' recommendations and install some BDSM equipment. You'll probably need to soundproof the walls, too much screaming and the neighbors will start asking questions.
<br>
<br>
<<if $money > 1999>>
[[Install ($2000)]]
<br>
<<else>>
<a disabled><strike>Install ($2000)</strike></a>
<br>
<</if>>
<br>
<<back>>
<<elseif $bdsmdungeoninstalleddays < 4>>
[img[$imgDir + 'home/management/bdsmdungeon/bdsmdungeonunderconstruction.jpeg']]
<br>
<br>
<i>They're still building the dungeon, at least they got the mood right.</i>
<br>
<br>
<<back>>
<<else>>
[img[$imgDir + 'home/management/bdsmdungeon/bdsmdungeon.jpeg']]
<br>
<br>
<<if $freelancefloorinstalleddays > 3>>
[[Check out the freelance girls]]
<br>
<<if $venuscorruption > 14>>
<<if ($playerfeminized is not true and $playercrossdressed is true and $venusplayershows is "enabled")>>
<a disabled><strike>BDSM show</strike> (can't be crossdressed)</a>
<br>
<<else>>
[[BDSM show->venusbdsm]]
<br>
<</if>>
<<else>>
<a disabled><strike>BDSM show</strike> (not corrupted enough)</a>
<br>
<</if>>
<</if>>
<br>
[[Back->Home]]
<</if>>
<</nobr>>You work out the details with Venus and hire some contractors to start work. Just a few days should suffice.
[img[$imgDir + 'home/management/bdsmdungeon/bdsmdungeonunderconstruction.jpeg']]
[[Home]]
<<set $bdsmdungeoninstalled = true>>
<<set $bdsmdungeoninstalleddays = 0>>
<<set $money = $money - 2000>><<nobr>>
<<switch random(0,2)>>
<<case 0>>
Some of the girls are eager to try out the dungeon and all of it's toys. They're taking turns getting tied up, whipped, gagged, and everything else they fantasized about.
<br>
<br>
<span style='color:#dda15e'>"Look at you, slut, you're even getting hard!"</span>
<br>
<br>
<span style='color:#be95c4'>"Mmmmpfh!"</span>
<br>
<br>
[img[$imgDir + 'home/management/bdsmdungeon/bdsmfreelance1.webp']]
<<case 1>>
While looking around you find a girl tied up, desperately humping the air trying to get some stimulation from her panties. A faint buzzing sound also betrays a vibrating plug lodged firmly up her ass.
<br>
<br>
<span style='color:#be95c4'>"Please let me out! I need to cum, it's been hours!"</span>
<br>
<br>
<i>One more hour can't hurt</i>
<br>
<br>
[img[$imgDir + 'home/management/bdsmdungeon/bdsmfreelance2.webp']]
<<case 2>>
A girl has her wrists tied to her ankles while a fucking machine mercilessly pistons in and out of her ass. There are already several dried loads of cum on her stomach, and it looks like she's going to add another one very soon.
<br>
<br>
<span style='color:#be95c4'>"Nngh, shit, my ass is on fire!"</span>
<br>
<br>
[img[$imgDir + 'home/management/bdsmdungeon/bdsmfreelance3.webp']]
<</switch>>
<</nobr>>
[[Head back->bdsmdungeon]] She's waiting in her room, nursing her already throbbing erection while she gives you a smoldering look.
<span style="color: #bc4749;">"Hey, I was just about to call over my boytoy for some fun. Unless you'd like to take his place? Either way works for me."</span>
[img[$imgDir + 'venus/cam/guydomination/venuswaiting.webp']]
<i>This will enable/disable player cam shows with Venus</i>
<<link "Agree to be her toy" "venusguydomination">><<set $venusplayershows = "enabled">><</link>>
<<link "Let someone else take it" "venusguydomination">><<set $venusplayershows = "disabled">><</link>>
You walk into the kitchen for some morning snacks when you notice Venus has a friend over. They're making some salsa and discussing their recipes, you don't know which one they used but it definitely smells good.
<span style="color: #bc4749;">"Morning $playername, would you like to try some?"</span>
[img[$imgDir + 'venus/events/salsa/venussalsa.webp']]
[[Sure, why not]]<span style="color: orange;">"Hold up, we still have to add our special sauce."</span>
To your surprise the girls whip out their dicks and start masturbating over the food. Looks like their secret recipe includes some fresh dickgirl milk. They giggle as they get closer to the climax and aim at the plate.
<span style="color: orange;">"Ohh, it's going to be a big one, I can feel it."</span>
[img[$imgDir + 'venus/events/salsa/venussalsamasturbation.webp']]
Soon they each deposit a fat load onto the plate, mixing the spicy salsa with salty, bitter cum. You can smell it from where you stand, some of the chips are completely covered in white goo.
<span style="color: #bc4749;">"Here you go, eat it while it's fresh!"</span>
<i>At least they made it with love, right?</i>
[img[$imgDir + 'venus/events/salsa/venussalsacum.webp']]
<<link "Eat it anyway" "Home">><<updatePersonality -3>><</link>>
<<link "On second thought, I'll skip breakfast" "Home">><</link>>
<<set $venussalsaevent = true>><<nobr>>
<<if $venusenergy > 0>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVenusEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $venuscorruption++>>
<<set $venusfollowers = $venusfollowers + $newfollowers>>
<<set $venusenergy = $venusenergy - 1>>
<<set _end = 2>>
<<if $venusbdsm1>>
<<set _end = 3>>
<</if>>
<<switch random (0,_end)>>
<<case 0>>
<<if $venusbdsm1 is not true>>
<h2>New scene!</h2>
<</if>>
Venus has no shortage of subs willing to join her shows, and this one in particular likes a little pain with her play. The poor girl's knees buckle in pleasure as her nipples get slapped, pinched and clamped, while chat admires her huge knockers.
<br>
<br>
<span style='color:lightgreen;'>"Yes, harder! I want it to feel like you're twisting them off!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm1part1.webp']]
<br>
<br>
Her nipples get so swollen and sore they can't continue, but there are plenty other areas to abuse. After gagging her to stop her from talking so much Venus takes one of the nearby whips and starts spanking her voluptuous ass instead.
<br>
<br>
<span style="color:#bc4749">"You love it don't you, you little slut?"</span>
<br>
<br>
<span style='color:lightgreen;'>"Gggggh! Yeeeesh!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm1part2.webp']]
<br>
<br>
Satisfied with the red and glowing result of her work Venus finally claims the now dripping wet pussy. Every thrust she makes slaps her pelvis against the whip marks, making the girl moan in pain and pleasure alike. On particularly powerful strokes she even squirts a bit of pussy juice onto the floor.
<br>
<br>
<span style="color:#bc4749">"Nasty bitch, you'll be cleaning that up with your tongue later."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm1part3.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<set $venusbdsm1 = true>>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->bdsmdungeon]]
<</if>>
<<case 1>>
<<if $venusbdsm2 is not true>>
<h2>New scene!</h2>
<</if>>
A young couple is looking to spice things up in the bedroom, which somehow led to Venus convincing them she knows just what their relationship needs. You wonder if you should step in to save them, but the two look rather happy.
<br>
<br>
They're both natural submissives, so she has no trouble getting them to worship both her front and back, one buried in her ass while the other chokes on her fuckstick.
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm2part1.webp']]
<br>
<br>
It's the guy's first time with a transsexual woman, so of course Venus gives him the honor of sucking his first dick. Meanwhile she fingers and plays with the girl's perky tits, as she keeps glancing over to her partner giving a blowjob.
<br>
<br>
<span style="color:#bc4749">"Your pussy is soaked slut, is watching your boyfriend prepare my cock for you turning you on?"</span>
<br>
<br>
<span style='color:lightgreen;'>"Yes mistress, I always wanted to see him suck cock!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm2part2.webp']]
<<set $venusbdsm2 = true>>
<br>
<br>
[[Give her more of what she wants]]
<<case 2>>
<<if $venusbdsm3 is not true>>
<h2>New scene!</h2>
<</if>>
<<if $playerfeminized is true>>
You let Venus talk you into trying out the new dungeon, but make sure she takes it easy on you. After tying you up she teases your nipples and cock with a feather stick, hoping you will give in to the frustration and beg her for release.
<br>
<br>
<span style="color:#bc4749">"You're sure you don't want to try some of the whips? I think red would be a great color on your tits."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm3feminized.webp']]
<<else>>
<<if $venusplayershows is "enabled">>
You let Venus talk you into trying out the new dungeon, and soon you're on the floor naked with her sitting above you.
<br>
<br>
You're a little too eager going for her balls straight away, so Venus makes you start at the bottom of her legs and work your way up. She can't let you think you can do whatever you want after all.
<<else>>
Another boytoy is a little too eager going for her balls straight away, so Venus makes him start at the bottom of her legs and work his way up. Can't let them think they can do whatever they want after all.
<</if>>
<br>
<br>
<span style="color:#bc4749">"Don't forget to thank me for the pleasure of being my slave."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm3part1.webp']]
<</if>>
<br>
<br>
<span style="color: #bc4749;"><i>Venus made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->bdsmdungeon]]
<</if>>
<<set $venusbdsm3 = true>>
<<case 3>>
<<if $venusbdsm4 is not true>>
<h2>New scene!</h2>
<</if>>
The Asian girl is back for more, she just can't seem to stay away. She's tied up and on her knees, and Venus teases her by slapping her dick on her face. Eager to get a taste the girl sticks out her tongue, ready to lick the shaft and balls.
<br>
<br>
<span style="color:#bc4749">"Look at you little whore, can't resist can you."</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm4blowjob.webp']]
<br><br>
She spends the rest of the show in various tied up positions, getting the shit fucked out of her by Venus. Every few minutes she screams out in orgasms, completely drenching the sofa below. The entire dungeon is going to reek of pussy juice for a while.
<br>
<br>
<span style="color:#bc4749">"Maybe I'll give you the honor of having my baby today, what do you think slut?"</span>
<br>
<br>
<span style='color:lightgreen;'>"Do it mistress, pump me full of your cum!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm4fuck.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<set $venusbdsm4 = true>>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->bdsmdungeon]]
<</if>>
<</switch>>
<<else>>
Venus is too tired to do a show
<br>
<br>
[[Back->bdsmdungeon]]
<</if>>
<</nobr>>
In the morning you get an unpleasant visitor, one of the local police officers. Apparently the neighbors have been complaining about strange noises coming from the house, as well as several occassions of public indecency. That doesn't surprise you, people in and around the mansion seem to be naked more often than not.
<span style='color:#6F8FAF;'>"You do understand that these are serious offences?"</span>
"I'm so sorry officer. I'll have a talk with my residents about this."
<span style='color:#6F8FAF;'>"Well, make sure we don't get any more complaints. We have our ways of dealing with perverts around here."</span>
The officer whips out her baton, and not just the one you're thinking about. Perhaps it's some kind of new intimidation tactic, but all you can think about is what a nice, thick one she has.
<i>I'll have to try and keep the girls in check</i>
[img[$imgDir + 'player/police/policelookingaround.webp']]
[[She leaves, for now->Home]]
<<nobr>>
<<set $policeevent1 = true>>
<<set $policevent1days = 0>>
<</nobr>>
The police are back at your door, this time with written testimonies of several neighbors complaining about "immoral behavior" and "activites that disturb the peace". The officer eyes you up with a predatory grin, clearly hoping you will resist. You wonder if she brought her baton like the last time they were here.
<span style='color:#6F8FAF;'>"We can settle the matter for $1000, or I'm going to have to write you up."</span>
[img[$imgDir + 'player/police/policeknocking.webp']]
<<nobr>>
<<if $money > 999>>
<<link "Settle for $1000" "Home">><<set $money = $money - 1000>><</link>>
<<else>>
<a disabled><strike>Settle for $1000</strike> (no money)</a>
<</if>>
<br>
<<link "Ignore her" "Home">><<set $policeignored = true>><</link>>
<br>
<<if $playerfeminized is true>>
[[Offer yourself as payment->paymenfeminized]]
<<else>>
[[Offer yourself as payment]]
<</if>>
<<set $policeevent2 = true>>
<<set $policevent2days = 0>>
<</nobr>> The girl squeals and gets down on her knees, unbuckling your pants and revealing your rapidly hardening member. She marvels at the length and girth, holding it against the side of her face with a shocked expression.
<span style="color:#b56576">"Fuck, look at the size of that thing!"</span>
When she's done admiring her lips kiss your head and she starts blowing you like a pro. She has no problem dealing with your length, kissing your balls as she takes your cock all the way down her throat.
<span style="color:#b56576">"Mmm, White cocks are the best, my boyfriend back home was the size of my pinky."</span>
[img[$imgDir + 'outside/university/class/endofsemesterfuck2.webp']]
[[She presents her ass like a bitch in heat]]The girl gets back on the desk and lifts her leg, inviting you in to sample her asspussy. You quickly get behind her and start pushing your head against her pucker, forcing it in inch by inch as she squeezes on you like a vice.
<span style="color:#b56576">"Yes yes yes YES! Ruin me with that BWC! I'm never going back to Asian dicklets."</span>
You were planning on doing that anyway, so you stretch her shithole while her little clitty flops around uselessly. No matter how hard or deep you fuck her she's always begging for more.
[img[$imgDir + 'outside/university/class/endofsemesterfuck3.webp']]
[[There are some noises outside the door]]There sounds outside indicate people gathering for the next class, which is your cue to finish things up here. Your partner also noticed it, and gets off the table onto the floor, kneels down, and sticks out her tongue for you.
<span style="color:#b56576">"Quick, cum on my face!"</span>
Nobody needs to tell you that twice, with a few more strokes you groan and blast your seed all over her pretty face and hair. As it's dripping down she pulls up her skirt, opens the classroom door, and walks out into the crowd wearing your cum like a mark of pride.
<span style='color:lightgray; font-size:10px;'>"Oh shit, is that cum on her face!?</span>
<i>So much for keeping it a secret</i>
[img[$imgDir + 'outside/university/class/endofsemesterfuck4.webp']]
[[Leave as well->University]]
<<nobr>>
<<updatePersonality 3>>
<</nobr>><<nobr>>
Venus decides to play along with the girl's desires, really showing this guy who is boss around here. While she fucks his girlfriend better than he ever could she makes her finger and fist his ass, preparing it for the pounding to come.
<br>
<br>
<span style='color:lightgreen;'>"I didn't know you were such an ass-slut babe!"</span>
<br>
<br>
<span style='color:lightgray;'>"Shit, not so deep!"</span>
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm2part3.webp']]
<br>
<br>
Tired of the cunt Venus moves on to something tighter, and with some pussy juice as lube pushes inside the guy's virgin ass right in front of his girl. Between his pathetic moans and orgasmic face she's never going to see him the same way again. Who would, after seeing their lover losing to dick.
<br>
<br>
<span style="color:#bc4749">"Watch your boyfriend's face closely, witness the moment he falls in love with girlcock."</span>
<br>
<br>
<span style='color:lightgreen;'>"It's okay honey, give in to the pleasure!"</span>
<br>
<br>
Venus mercilessly reams his ass until he finally breaks, an anal orgasm making him squirt out his pathetic load over his girlfriend's feet. You doubt their relationship will be the same, but their loving kiss puts you at ease.
<br>
<br>
[img[$imgDir + 'venus/cam/bdsm/venusbdsm2part4.webp']]
<br>
<br>
<span style="color: #bc4749;"><i>Venus made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<set $venusbdsm1 = true>>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->bdsmdungeon]]
<</if>>
<</nobr>><span style='color:#6F8FAF;'>"As you wish sir, first-time offenders are allowed to work off their debt through community service. Come with me."</span>
After getting in her car you are taken to the police station, where they forcibly strip and search you. It's not clear why they need this many officers just for little old you, especially when you're not resisting at all.
[img[$imgDir + 'player/police/policeservice1.webp']]
The purpose quickly becomes clear as they lower their pants and start stroking themselves hard. Looks like they will be doing a more thorough cavity search than you initially thought.
<span style='color:#6F8FAF;'>"Since you owe quite a large sum you will be servicing all of us on duty today, and you better do it with some enthusiasm!"</span>
It's too late to back out now, so you prepare yourself for the gangbang of a lifetime. As they each take a turn "searching" your ass you're forced to use your hands and mouth to keep the others entertained. They even make a game out of seeing who can explore your ass the deepest.
[img[$imgDir + 'player/police/policeservice2.webp']]
The line of policewomen looking to join in seems endless, the cocks in your ass and mouth are replaced seconds after they pull out. The more impatient girls are sick of waiting and decide to use your face as a cumrag instead. What feels like hours go by as you service them one by one, some even coming back to creampie your ass a second and third time.
When all is said and done you're left lying on the floor, catching your breath while leaking cum out of both ends.
[img[$imgDir + 'player/police/policeservice3.webp']]
<span style='color:#6F8FAF;'>"You're free to go, slut. We'll make sure to spread word of your exemplary service."</span>
[[Go back home->Home]]
<<nobr>>
<<set $energy = 0>>
<<updatePersonality -5>>
<</nobr>><span style='color:#6F8FAF;'>"As you wish madam, first-time offenders are allowed to work off their debt through community service. Come with me."</span>
You are taken to the police station, where you awkwardly sit at a desk while some paperwork is being filled out. With no idea how long this is going to take you send a quick message to Laura to hold down the fort today.
[img[$imgDir + 'player/police/policefeminizedservice1.webp']]
"So, uh, what kind of service will I be doing exactly?"
<span style='color:#6F8FAF;'>"Glad you asked, tensions have been high here lately, and productivity has dropped. You will be helping us relieve some of the pressure so we can work in peace. In fact, you can start with me right now."</span>
She pulls up her skirt and reveals a throbbing erection, precum already leaking from the tip. You can see how that would be distracting. You take a deep breath, lick your lips, and start sucking.
[img[$imgDir + 'player/police/policefeminizedservice2.webp']]
As you get into a good rhythm she goes back to her paperwork, with the occasional hum to confirm you're doing a good job. 10 minutes later she sighs in relief and starts filling your mouth with cum, patting you on the head as you see no option but to swallow it all down. It's thick and salty but with a surprisingly sweet undertone.
Once you've satisfied her needs another officer comes up to you, and then another, and another. Some of them simply drain their balls down your throat, others want you to suck their balls or lick their ass. By the time your "shift" is over you feel like you've gone through every officer in the county, a cocktail of their cum swirling in your stomach.
[img[$imgDir + 'player/police/policefeminizedservice3.webp']]
<span style='color:#6F8FAF;'>"Don't let us catch you again, we took it easy on you today."</span>
[[Go back home->Home]]
<<nobr>>
<<set $energy = 0>>
<<updatePersonality -5>>
<</nobr>>The nurse smiles at your offer and gets up. She grabs your hand and leads you to a relaxation area in the back where staff can get some sleep in. After stripping down she grabs her still rock-hard cock and taps it against your face. Up close it appears even bigger than it did before.
<span style='color:pink;'>"Alright then, you want to help? Show me what you can do with that mouth."</span>
You give the head a couple of licks before sucking on it, her precum already giving it a salty taste. As you're moving up and down you swirl your tongue along the sensitive underside, and you can hear her groan approvingly.
[img[$imgDir + 'outside/hospital/nurseblowjob1.webp']]
Bit by bit you manage to take more of her length, but around halfway you start struggling to get any deeper. Even some extra saliva doesn't seem to help, she's simply a lot bigger than you're used to.
<span style='color:pink;'>"Here baby, I'll give you a hand."</span>
She grabs you by the back of the head and helps push you down. The tip is constantly hitting the back of your throat, but your little gags only serve to encourage her as she really starts to use you like a fuckhole.
<span style='color:pink;'>"Just a little longer, hold on!"</span>
[img[$imgDir + 'outside/hospital/nurseblowjob2.webp']]
[[She forces you down all the way]]As her climax approaches she shoves her hips forward and pulls on your head at the same time, firmly lodging her shaft in your throat. With tears in your eyes you can feel it twitching, releasing all of her backed-up sperm and stress into you.
<span style='color:pink;'>"Ohhh, that's the stuff. Glad to see someone around here still appreciates us nurses."</span>
When her balls are completely emptied she slowly pulls out and you finally get to take a breath, coughing up some of her cum while the rest of it is already on it's way down to your stomach.
[img[$imgDir + 'outside/hospital/nurseblowjob3.webp']]
After getting her rocks off the nurse signals you to leave the room, while she leans back and closes her eyes for a nap.
[[Back to the entrance->Hospital]]
<<nobr>>
<<if $nursesuckedoff is not true>>
<<updatePersonality -5>>
<<set $nursesuckedoff = true>>
<</if>>
<</nobr>><span style="color: pink;">Hi mommy,
Good news! Marcus and some friends are having a house party, and they invited me. He even said you can come too if you want. It's going to be so wild! He says some of his friends are almost as hung as he is.
Want to join me?
Nyxi</span>
<<nobr>>
<<if ndef $nyxigangbangsolo>>
[[Let her know you're coming]]
<br>
[[Tell her to have fun]]
<<else>>
[[Back->Check email]]
<</if>>
<<set $bbcmail2 = true>>
<</nobr>>Thanks for the invite Nyxi, but I think I'll pass. Tell me how it went later!
[[Send->Laptop]]
<<nobr>>
<<set $nyxigangbangsolo = true>>
<<set $nyxigangbangsolodays = 0>>
<</nobr>>Sounds like fun, I'm in! I'll meet you at your dorm.
[[Send->Laptop]]
<<nobr>>
<<set $nyxigangbangsolo = false>>
<<set $nyxigangbangavailable = true>>
<</nobr>><span style="color: pink;">Hi mommy,
The party was A-M-A-Z-I-N-G! Marcus had tons of friends over and he wanted me to help entertain them. Minutes after I arrived I already had a big black dick in my mouth, and the fun never stopped. There wasn't a single moment where I wasn't sucking or fucking BBC, sometimes both at the same time.
Eventually they just put me in a room with "free use" on the door, and use me they did. I was up until the small hours of the night until the last guest left and I could finally fall asleep in a puddle of cum.
I don't know how many of them came inside me, but even several days later some of their thick jizz is still leaking out of me. Best feeling in the world, can't wait to do it again!
Nyxi</span>
[[View attachments->bbcmail3attachments]]
[[Back->Check email]]
<<set $bbcmail3 = true>> [img[$imgDir + 'outside/university/nyxi/gangbang/nyxigangbang1.webp']]
[img[$imgDir + 'outside/university/nyxi/gangbang/nyxigangbang2.webp']]
[img[$imgDir + 'outside/university/nyxi/gangbang/nyxigangbang3.webp']]
<i>Glad she had a good time</i>
<<back>>When you get to her dorm Nyxi is trying out some clothes for the event, obviously very excited to go. She tells you it's only a few minutes away so there is some spare time to work on your looks. Not that she needs it, the total bombshell. You can tell why the guys invited her for sure.
<span style='color:pink;'>"What do you think? Slutty enough?"</span>
The pair of you spend some time together fixing each other's makeup and picking out outfits, until it's time to leave.
[img[$imgDir + 'outside/university/nyxi/gangbang/nyxigettingready.webp']]
[[Head to the party]]After a short walk you make it to the house where the party is at. The music is already audible from outside, and an attractive young dude greets you at the door. Nyxi is drooling at the sight of his abs, and checking out his bulge.
<span style='color:gray;'>"Sup shawties. You're new here right? Let me show you around."</span>
[img[$imgDir + 'outside/university/nyxi/gangbang/partyarrival.jpeg']]
The guy leads you inside the house, where several people are already lounging around. Some are drinking while others are playing games or chatting. After the tour is finished you notice Nyxi is missing, never noticing she slipped away.
<i>Where could she have gone?</i>
[[Find Nyxi]]You search the house until you find the room Nyxi is in. She's already on her knees slobbering all over a big black dick. After a quick glance in your direction she smiles and then gets straight back to sucking.
<i>That girl sure didn't lose any time getting started</i>
[img[$imgDir + 'outside/university/nyxi/gangbang/nyxigangbang1.webp']]
[[Might as well join her]]While you're taking off your clothes and kneeling down several guys stand around you, eager to give the new girl a go. Next thing you know you're wanking a hard dick in each hand while a third is pumping in and out of your mouth. Everyone else will just have to wait their turn.
<span style='color:gray;'>"I got next dibs on that mouth."</span>
They've clearly done this before as they even have a rotation system going, each of them getting a few minutes in your warm throat before it's time to switch. You've never had to handle so many dicks before, and from the sounds of it there are even more on the way.
[img[$imgDir + 'outside/university/nyxi/gangbang/gangbang1.webp']]
[[One guy loses his patience]]Some guy you sucked off earlier is standing in the corner jerking when he lets out a frustrated cry and suddenly grabs you. He throws you onto the couch like a ragdoll and forces you onto all fours, positions his spit-covered cock against your ass, and pushes several inches in with a powerful thrust. Before you have time to react he's already moving his hips trying to get more of his oversized member inside you.
"Nnnnnngh! Hold on! It's too big!"
<span style='color:gray;'>"Shut up bitch, I'm here to fuck ass not listen to your whining."</span>
He mercilessly continues his brutal pounding, stretching open your twitching asshole with every thrust.
[img[$imgDir + 'outside/university/nyxi/gangbang/gangbang2.webp']]
[[Check how Nyxi is doing]]Nyxi is on the bed in the corner, also getting her asshole pounded. She seems to be taking it better than you, then again she has had more practice with BBC. The man currently fucking her is having a hard time keeping her under control.
<span style='color:pink;'>"Harder! Resize my hole into the shape of your dick!"</span>
<i>If she can do it why can't I?</i>
[img[$imgDir + 'outside/university/nyxi/gangbang/nyxigangbang2.webp']]
[[The guys demand your attention again]]Your mind focuses back on the task at hand as the cock reaming your asshole continues drilling in and out. The next guy in line is already getting impatient, using your mouth and tits to stay hard while he waits for his turn.
<span style='color:lightgray;'>"Come on man, you're hogging all the fun."</span>
He doesn't respond, but instead starts picking up the pace, his breathing becoming ragged as he approaches climax. You want to tell him to pull out, but the massive dick in your mouth prevents you from making more than a few unintelligible noises. You doubt he would have listened to you anyway.
[img[$imgDir + 'outside/university/nyxi/gangbang/gangbang3.webp']]
[[The dick in your ass starts throbbing]]Without missing a beat he starts filling you up with cum, producing more seed than you thought was humanly possible. You can feel most of it hot and thick deep in your intestines, while the rest dribbles out onto the shaft as he continues to fuck you even in orgasm.
<span style='color:gray;'>"Shiiit, this slut really milked me dry."</span>
<i>God that is so much cum, I can't even keep it in</i>
[img[$imgDir + 'outside/university/nyxi/gangbang/gangbang4.webp']]
[[Nyxi is being bred as well]]While the guy who just filled your ass pulls out you look over to Nyxi, who's been getting increasingly more vocal. Judging by her quivering legs and euphoric face she's having another one of her anal orgasms. It's almost making you jealous.
<span style='color:pink;'>"YES YES YES! Fill my ass with your seed, daddy!"</span>
[img[$imgDir + 'outside/university/nyxi/gangbang/nyxigangbang3.webp']]
There's no more time to observe her, as the next guy has positioned himself behind you and plunged his 8-incher in balls deep. Your eyes roll back in ecstacy as he starts thrusting like an animal, made easier by the cum lubricating your insides.
[[The party continues into the small hours of the night]]The two of you spend the entire duration of the party in that room, constantly serving the steady stream of guys coming and going. They treat you like complete cumdumpsters, using your holes to get off before carelessly throwing you to the next person. You didn't even learn any of their names.
By the time the last guest leaves your stomach is bloated with black seed, and your asshole is constantly leaking it out. Looking over to Nyxi you notice she is in the same boat. You don't know how many guys came inside you exactly, but it had to be a dozen at least.
<span style='color:pink;'>"Holy fuck. I don't know about you, but I can't wait to do that again."</span>
[img[$imgDir + 'outside/university/nyxi/gangbang/gangbang5.webp']]
[[Head home to sleep it off->Sleep]]
<<nobr>>
<<set $nyxigangbangavailable = false>>
<<set $nyxigangbangcompleted = true>>
<<updatePersonality -20>>
<</nobr>>While heading to the dorms you run into Nyxi sitting on a bench. Clearly she is still in a good mood from your last encounter, as she giggles and flashes you her cage. Which reminds you that it's probably about time to take it off.
<<nobr>>
<<if $playerfeminized is true>>
<span style='color:pink;'>"Hello mommy! Beautiful day to relax outside isn't it."</span>
<<else>>
<span style='color:pink;'>"Hello daddy! Beautiful day to relax outside isn't it."</span>
<</if>>
<</nobr>>
"Hi Nyxi. You know, I think you've been punished long enough. How about we get you out of that cage?"
<span style='color:pink;'>"Really? Yay!"</span>
[img[$imgDir + 'outside/university/nyxi/nyxichastityoutside.webp']]
After confirming nobody is around you take out the key and unlock the cage, letting her clitty spring free for the first time in a while. She gives it a couple of wiggles for your enjoyment before stuffing it back into her pants.
<span style='color:pink;'>"You know, we should totally go out and celebrate. How about tomorrow?"</span>
"It's a date."
[[Leave her free as a bird->University]]
<<nobr>>
<<set $nyxichastityoutside = false>>
<<set $nyxiclubbingavailable = true>>
<<set $nyxichastityoutsidecompleted = true>>
<<set $nyxidormpresent = false>>
<</nobr>>When you get to her dorm Nyxi is trying out some clothes for the night, obviously very excited to go. She tells you the clubs are only a few minutes away so there is some spare time to work on your looks. Not that she needs it, the total bombshell. She's probably going to get hit on a lot.
<span style='color:pink;'>"What do you think? Too slutty?"</span>
The pair of you spend some time together figuring out her outfit, until it's time to leave.
[img[$imgDir + 'outside/university/nyxi/gangbang/nyxigettingready.webp']]
[[Go out]]You and Nyxi drink and dance the night away, getting increasingly more drunk as the party rages on. Some of the local sorority girls are also out celebrating, and you get to feast your eyes on a lot of tipsy flashing and kissing.
<span style='color:crimson'>"Whoooooo!"</span>
[img[$imgDir + 'outside/university/nyxi/party/partygirlflashing.webp']]
Eventually even the wildest parties come to a close, so you stumble back trying to find Nyxi's place. Luckily there are some friendly girls out willing to give you directions, although you have to ask a few times.
<<nobr>>
<<if $playerfeminized is true>>
[[You make it back to the dorm->nyxipartyfeminized]]
<<else>>
[[You make it back to the dorm]]
<</if>>
<<set $energy-->>
<</nobr>>Once you're back it's clear that the alcohol has made Nyxi wildly horny. She'd been giving you looks all night, but now she's really laying it on thick. In your inebriated state you're not sure you can control yourself, or even want to.
<span style='color:pink;'>"Look at how good my tits look daddy. Aren't you happy I got my hormone pills back?"</span>
[img[$imgDir + 'outside/university/nyxi/party/nyxiseduction.webp']]
<span style='color:pink;'>"You know, with my little clitty out of its cage you could try playing with it. It's desperate for some attention."</span>
<i>I might be drunk enough to go for that</i>
[[Try her cock]]
[[She can have yours instead]]
[[Put her to bed and go home->Sleep]]
<<nobr>>
<<set $nyxidormpresent = false>>
<<set $nyxiclubbingavailable = false>>
<<set $nyxiclubbingcompleted = true>>
<<set $nyxiclubbingcompleteddays = 0>>
<</nobr>>Back at Nyxi's dorm it's clear that the alcohol has made both of you increasingly horny. You can barely keep your hands off of each other as she shows off the changes happening to her body. Not just her tits, but her pert little butt seems to be growing as well.
<span style='color:pink;'>"You know, with my little clitty out of its cage we could try playing with it. It's desperate for some attention."</span>
<i>I might be drunk enough to go for that</i>
[img[$imgDir + 'outside/university/nyxi/party/nyxifeminizedkissing.webp']]
[[Let her use her newly freed penis]]
[[Put her to bed and go->University]]
<<nobr>>
<<set $nyxidormpresent = false>>
<<set $nyxiclubbingavailable = false>>
<<set $nyxiclubbingcompleted = true>>
<<set $nyxiclubbingcompleteddays = 0>>
<</nobr>>You only live once, so you might as well take this opportunity. Nyxi is happy to finally get some action for her neglected clitty, and rather impressed with your blowjob skills. It doesn't take her long to cream all over your tongue.
<span style='color:pink;'>"Ahhhh! I didn't know you were so good at this, we should have done it sooner!"</span>
[img[$imgDir + 'outside/university/nyxi/party/nyxiblowjob.webp']]
[[Bang the rest of the night away]]
<<nobr>>
<<updatePersonality -3>>
<</nobr>>Nyxi is a little disappointed, but she would never pass up a chance to slobber all over your cock. She eagerly gets down and gives you an expert blowjob, which feels even better because of the alcohol. Just a few minutes in you happily fill up her mouth with a fat load, and your sissy squeals with joy.
<span style='color:pink;'>"Mmmmh, you taste even better than usual daddy."</span>
[img[$imgDir + 'outside/university/nyxi/party/nyxisucks.webp']]
[[Bang the rest of the night away]]
<<nobr>>
<<updatePersonality 3>>
<</nobr>>In a haze you grab Nyxi's hardening clit and take it in your mouth. She's very sensitive from her time in the cage, every little lick and nibble makes her shudder in pleasure. Before too long she starts humping your face as the desire begins to overpower any inhibitions she has left.
<span style='color:pink;'>"Oh God mommy, I can't wait anymore, I need to be inside you!"</span>
[img[$imgDir + 'outside/university/nyxi/party/nyxifeminizedblowjob.webp']]
[[Present your ass]]A simple blowjob isn't nearly enough to satisfy her horniness however, and Nyxi turns around wagging her ass in your face, waiting for you to finally take her. The view in front of you is so erotic you couldn't possible resist now.
<span style='color:pink;'>"Come on, ram it in!"</span>
Without hesitation you comply with her request, slowly pushing in and groaning in pleasure as her tight ass constricts around your cock. Nyxi's eyes have also rolled back as you start thrusting and the two of you lose yourselves in bliss.
[img[$imgDir + 'outside/university/nyxi/party/nyxifuck1.webp']]
As your wild fucking goes on you start wondering if someone spiked your drinks with an aphrodisiac, because neither of you is slowing down at all. Every possible position you can think of is tried out, and you lose count of how many times you creampied her or how many times her clitty spurted out its juice.
[img[$imgDir + 'outside/university/nyxi/party/nyxifuck2.webp']]
Ultimately the fatigue wins over the horniness, and you fall asleep with your cock still deeply buried inside her ass.
[[Sleep->Sleep]]<span style='color:pink;'><<nobr>><<if $playerfeminized is true>>Dear mommy,<<else>>Dear daddy,<</if>><</nobr>>
I had such a good time the other night!
I've been thinking, after I finish my studies maybe I could live at your mansion for a while? I think I would fit right in, and I wouldn't be a bother! I still have a while left to go a the university so I guess it's a problem for the future. But I would really like to. Please at least consider it?
Love,
Nyxi</span>
[[Back->Check email]]
<<nobr>>
<<set $nyximansionmail = true>>
<</nobr>>You've barely turned around or Nyxi is already pushing against your asshole, desperate for more stimulation. As you relax you can feel her slipping inside, and then she starts wildly humping like an animal in heat.
"Slow down baby, we have all the time we want!"
<span style='color:pink;'>"I can't, it just feels too good!"</span>
[img[$imgDir + 'outside/university/nyxi/party/nyxifeminizedfuck1.webp']]
It doesn't take her long to start shaking and release the first of many orgasms straight into your bowels. Even while squirting her seed she doesn't slow down at all, continueing to slam against your ass with all the energy she has.
<span style='color:pink;'>"YEEEEEESSSSS!"</span>
The two of you fuck the night away in all the positions you can think of, until Nyxi can't possibly get hard anymore. Finally satisfied you fall asleep in each others arms, a handful of sissy loads dripping out of your well-fucked ass.
[img[$imgDir + 'outside/university/nyxi/party/nyxifeminizedfuck2.webp']]
[[Sleep->Sleep]]
<<nobr>>
<<set $nyxifuckedyou = true>>
<</nobr>>Through all of your hard work and patience, and definitely no cheating in the console, you've managed to earn enough money to pay off your debt! Congratulations!
By paying it off you will finish the game, if you would like to discover more scenes feel free to keep playing a little longer.
[img[$imgDir + 'outro/money.jpeg']]
[[Postpone one more week->debtpayment]]
[[Pay off the debt (starts the epilogue)]]
<<set $playanotherweek = true>>Laura never lost her exhibitionist streak. Whenever you would take her somewhere she'd inevitable have her tits or cock out within minutes, usually both. She made it a game to cover the strangest places with her cum. You weren't complaining though, since she usually let you play too.
<span style="color: #e68be6;">"Quick, squeeze them before he gets back!"</span>
As the original camgurl she become a role model for new girls, showing them the ropes and making them feel at home. She eventually took on more responsibilities and was known as the lady of the house. Where would you be without her.
[img[$imgDir + 'outro/laura.webp']]
<<nobr>>
<<if $vanniallrecruited is true>>
[[Continue->vanniallepilogue]]
<<elseif $sararecruited is true>>
[[Continue->saraepilogue]]
<<elseif $izzyrecruited is true>>
[[Continue->izzyepilogue]]
<<elseif $mosrecruited is true>>
[[Continue->mosepilogue]]
<<elseif $venusrecruited is true>>
[[Continue->venusepilogue]]
<<elseif $nyxifirstblowjob is true>>
[[Continue->nyxiepilogue]]
<<else>>
[[Continue->finalepilogue]]
<</if>>
<</nobr>><<nobr>>
<<if $fitness > 29>>
All that time you spent in the gym paid off, your body now fit and sexy. With your newfound endurance and strength you became a sex machine, capable of endless fucking to the point barely anyone could keep up with you.
<br>
<br>
<</if>>
<<if $playerfeminized is true>>
You continued taking hormones, making your tits even bigger and making your skin smoother and softer. By all standards you are considered one of the most beautiful women in the world, constantly requested for photoshoots and interviews. If you're feeling raunchy you even let them take some naked clips.
<<elseif $playerfemininity > 4>>
You decided not to start hormones, but in the comfort of your home you still liked to crossdress occassionally. It was always fun to trick horny men online by hiding your bulge, and the girls loved dressing you up.
<<else>>
You decided not to transition at all, remaining the only male in a house filled with gurls. This made you very popular with the more horny ones, who could barely keep their hands (and dicks) off of you. And you weren't complaining.
<</if>>
<</nobr>>
<<nobr>>
<<if $playerpersonality > 69>>
In the bedroom you preferred to be on top, making it your mission to screw as many gurls up the ass as humanly possible. You kept a log with videos of all their freshly creampied holes, a collection that soon took up half the space on your hard drive. Still, you were in no danger of running out any time soon.
<<elseif $playerpersonality < 30>>
In the bedroom you preferred getting fucked, always happy to suck or ride a fat girl cock. Many girls in the mansion were more than willing to help you out, and not a day went by where you didn't swallow their cum or have them shoot it deep inside your ass.
<<else>>
In the bedroom you liked to experiment, sometimes being on top and sometimes being the bottom. As long as there was dick going into a hole you had a good time, no matter the direction.
<</if>>
<</nobr>>
<<nobr>>
<<if $playerfeminized is true>>
[img[$imgDir + 'outro/trans.webp']]
<<elseif $playerpersonality < 30>>
[img[$imgDir + 'outro/transonmale.webp']]
<<else>>
[img[$imgDir + 'outro/maleontrans.webp']]
<</if>>
<</nobr>>
[[Continue->lauraepilogue]]Vanniall continued to cover her face in her own sticky jizz every single day. At some point you considered doing an intervention as her addiction to it got out of hand, even walking around with her dried cum for entire days. Then again she isn't harming anybody, so live and let live. At least she cleaned up when her friends came over, though they were usually up to no good either.
<span style='color:lightgreen;'>"Fuck, I'm cummiiiiing!"</span>
<<nobr>>
<<if $playerfeminized is true>>
She always remained very supportive of your transition, even slowly transforming you into an expert on makeup. Whenever you wanted to look good or try out a new style the pair of you had endless hours of fun in the beauty salon.
<<else>>
The two of you got into the strange habit of "encounter fucking" whenever you accidentally ran into each other. No matter where the two of you met, even on the stairs or in the yard, she would present her ass and not let you leave until you deposited a big fat creampie inside it. You can think of worse things to do with your life.
<</if>>
<</nobr>>
[img[$imgDir + 'outro/vanniall.webp']]
<<nobr>>
<<if $sararecruited is true>>
[[Continue->saraepilogue]]
<<elseif $izzyrecruited is true>>
[[Continue->izzyepilogue]]
<<elseif $mosrecruited is true>>
[[Continue->mosepilogue]]
<<elseif $venusrecruited is true>>
[[Continue->venusepilogue]]
<<elseif $nyxifirstblowjob is true>>
[[Continue->nyxiepilogue]]
<<else>>
[[Continue->finalepilogue]]
<</if>>
<</nobr>>Sara lived like a queen in the mansion, strutting around like she owned the place. Her large cock and dominant attitude garnered her a lot of male fans, who would give her big donations hoping she would notice them and beg her to use their holes. There's no telling how many marriages she ruined.
<span style="color: #5F9EA0;">"That's right bitchboys, you're just a set of holes for me to warm my cock in."</span>
<<nobr>>
<<if $playerfeminized is true or $sarachoice is "top">>
Eventually she took you apart and told you she was leaving the mansion. While she had enjoyed her time here, she had a craving for boipussy that could not be denied. Even when she no longer lives close by you stayed on good terms, sending you videos of the endless amount of asses and throats she conquered.
<br>
<br>
[img[$imgDir + 'outro/sarafucks.webp']]
<<else>>
Your poor ass was used to help manage her insatiable sex drive, to the point you were pretty sure your insides were molded into the shape of her dick. Most days she demanded to breed you at least once, usually multiple times. Her relentess hammering against your prostate even taught you to have hands-free orgasms, which she thinks is cute.
<br>
<br>
[img[$imgDir + 'outro/sarafucks.webp']]
<</if>>
<</nobr>>
<<nobr>>
<<if $izzyrecruited is true>>
[[Continue->izzyepilogue]]
<<elseif $mosrecruited is true>>
[[Continue->mosepilogue]]
<<elseif $venusrecruited is true>>
[[Continue->venusepilogue]]
<<elseif $nyxifirstblowjob is true>>
[[Continue->nyxiepilogue]]
<<else>>
[[Continue->finalepilogue]]
<</if>>
<</nobr>>Izzy's dildo collection grew to insane proportions, she could probably even qualify for an episode of hoarders. Every time you saw her she was trying out a new one, turning her brain to mush as she rammed the toy in to the hilt. Whenever you tried to bring up getting rid of a few she got defensive and said she needed them to make you both money.
<span style="color: #ffc857;">"Look boss, it's my biggest one yet!"</span>
Her friend Ruby also became a regular at the mansion, usually resulting in wild threesomes that could last for hours. Whichever one of you was getting fucked, all three of you had a great time until all the balls in the room were completely emptied. The shows were a big hit on the streams, too.
[img[$imgDir + 'outro/izzy.webp']]
<<nobr>>
<<if $mosrecruited is true>>
[[Continue->mosepilogue]]
<<elseif $venusrecruited is true>>
[[Continue->venusepilogue]]
<<elseif $nyxifirstblowjob is true>>
[[Continue->nyxiepilogue]]
<<else>>
[[Continue->finalepilogue]]
<</if>>
<</nobr>>Venus worked hard on her shows and socials, becoming the biggest earner in the house. Turns out she knocked up a lot of women during her escapades, and she needed money to support them. Luckily for her fans were willing to pay big bucks for a live impregnation, although that just started the cycle all over again.
<span style="color: #bc4749;">"Here it comes slut, ready to be the mother of my 15th child?"</span>
Despite all of that there was no shortage of men or women willing to sleep with her, making you wonder if she had some sort of seduction superpower. She could probably start her own mansion with her admirers.
[img[$imgDir + 'outro/venusimpregnation.webp']]
<<nobr>>
<<if $nyxifirstblowjob is true>>
[[Continue->nyxiepilogue]]
<<else>>
[[Continue->finalepilogue]]
<</if>>
<</nobr>>Nyxi was very happy to be back on hormones, and slowly turned into a minx that not even the straightest of guys could resist. This came in handy, because as her body changes her love of dicks only grew. She always stayed fond of you and kept in touch, even after she finished her studies and didn't need you to support her any longer.
<span style='color:pink;'>"Let's hang out again soon, ok?"</span>
<<nobr>>
<<if $nyxigangbangcompleted is true>>
The two of you become the town's most popular party sluts, nearly every weekend you'd be invited to some guys house where he and his black friends would use you as entertainment. Some nights you had to satisfy over 100 dicks, but you both loved every second of it.
<br>
<br>
[img[$imgDir + 'outro/bbcgangbang.webp']]
<<elseif $nyxifuckedbybbc is true>>
Her cravings for BBC grew over time into a real fetish. From blowjobs in the parking lot to getting creampied behind the dumpsters, she took every chance she got to get her holes filled with black seed. Soon she had fucked every black guy in town, but that still wasn't enough to satisfy her.
<br>
<br>
[img[$imgDir + 'outro/nyxibbc.webp']]
<<elseif $nyxiclubbingcompleted is true>>
Eventually Nyxi asked you again to become a mansion girl, and you saw no reason to turn her down. She quickly gained popularity after moving in, since she was such a sweetheart. Being so close to you and having your dick available to her daily also made her very happy.
<br>
<br>
<<if $playerfeminized is true>>
[img[$imgDir + 'outro/nyxisucking.webp']]
<<else>>
[img[$imgDir + 'outro/nyxiriding.webp']]
<</if>>
<<elseif $nyxifirstblowjob is true>>
What she did still need however was your dick, and she took every possible chance to get her hands on it. She always was at her happiest on her knees, worshipping your shaft or getting rammed in her greedy ass.
<br>
<br>
<<if $playerfeminized is true>>
[img[$imgDir + 'outro/nyxisucking.webp']]
<<else>>
[img[$imgDir + 'outro/nyxiriding.webp']]
<</if>>
<</if>>
<</nobr>>
<<nobr>>
[[Continue->finalepilogue]]
<</nobr>>As the years went on the mansion got even more famous, gaining renown all over the world. Many of the most beautiful trans women in the world vied for a spot at the mansion, as it would give them fame and prestige. Your harem grew so much some called it the successor to the Playboy mansion.
Even though you were their boss you always made sure to treat your girls well, made them feel safe and respected their wishes. Some of them wanted to marry you, but it was always hard to pick just one, preferring to spread your love equally.
You lived the rest of your life in luxury and decadence, the raunchiest sex imaginable only a snap of your fingers away.
<h1>The End</h1>
[img[$imgDir + 'outro/tsgroupwave.webp']]With your loans fully repaid you could now focus all of your efforts on finishing the restoration of the mansion. Over time it started looking less like a dump and more high-class, at least from the outside. Hopefully your uncle would be proud of what you have accomplished with his legacy.
While the outward appearances might have been pristine, what went on inside was the source of much online speculation. Some say there are endless sex dungeons and pleasure contraptions, others say those who enter rarely come back out. There was even a rumor that, no matter the time of day, there is always at least one dickgirl cumming her brains out somewhere in the mansion. What's clear is that there is an endless amount of debauchery.
Even you didn't always know the full details, and perhaps it's best that way.
[img[$imgDir + 'outro/mansionrestored.jpg']]
[[Continue->playerepilogue]]
<<nobr>>
<<set $daystilldebtpayment = 0>>
<<set $debt = 0>>
<</nobr>>The girls and you are relaxing together when the topic of cum comes up. If there's one thing that gets requested the most on stream it's cumshots, so they have plenty of experience on the topic. How long to wait between orgasms, how to get more volume, even how to make it taste better, no topic is taboo.
Soon the discussion turns heated as they argue about who has the better ejaculation, especially between some of the more endowed girls. When things start to get out of hand you have an idea on how to settle this once and for all.
"Girls, girls. There's only one thing to do here. Cumshot competition time!"
<span style="color: #5F9EA0;">"What does that even mean?"</span>
"It's simple. Whoever manages to produce the best cumshot right here, right now, will be our mansion's cum queen!"
<span style="color: lightgreen;">"Screw it, I'm in!"</span>
[img[$imgDir + 'home/management/events/cumqueen/cum.jpeg']]
[[Izzy starts it off]]
<<nobr>>
<<set $biggestcumshotevent = true>>
<</nobr>>
She doubts she has much of a shot here, but Izzy decides to try her best either way. Her anal addiction means she pretty much needs something up her ass to cum, so she uses one of her dildos and rides it like a maniac. Eventually she spurts out a couple of drops from her flopping cock, but it's not enough to impress.
<span style="color: #ffc857;">"Nnngh. You girls don't mind if I keep riding it, do you?"</span>
[img[$imgDir + 'home/management/events/cumqueen/izzycum.webp']]
[[Vanniall is up next]]Vanniall makes a valiant effort for the title. While stroking her cock is hard and her balls are full, and soon she's ready to blow. Her first shot is large and impressive, clinging to her cheek like glue. But her remaining squirts don't make it so far and leave a lot to be desired. It might not be enough.
<span style='color:lightgreen;'>"Damn it. Not my best."</span>
[img[$imgDir + 'home/management/events/cumqueen/vanniallcum.webp']]
<<nobr>>
<<if $mosrecruited is true>>
[[Mos squeezes one out]]
<<else>>
[[It's Sara's turn]]
<</if>>
<</nobr>> One of the favorites to win, Sara certainly doesn't disappoint. With her monster-sized dick comes a monster-sized set of balls, and they pump out large ropes of thick, heavy girlcum. You're pretty sure she could fill an entire glass with jizz if she wanted to. Hell, her subs would probably kill to drink that.
<span style="color: #5F9EA0;">"Here it comes, bitches!"</span>
<span style='color:lightgreen;'>"Wow girl, you could sell that and make a fortune."</span>
[img[$imgDir + 'home/management/events/cumqueen/saracum.webp']]
[[Venus has a go]]Venus doesn't really seem to care about the competition, but peer pressure manages to persuade her anyway. She literally came down some sluts throat an hour ago so her balls aren't fully recharged yet, but she still manages to squeeze out a good few ropes. You're pretty sure she dropped it right into the dirty laundry though.
<span style="color: #bc4749;">"If I had a hole to dump it in it would have been more. Who even jerks off anymore?"</span>
[img[$imgDir + 'home/management/events/cumqueen/venuscum.webp']]
[[Laura is all edged and ready]]While patiently waiting for her turn Laura has been riding the edge of orgasm, and now she's ready to blow. Barely a minute after Venus finished her throbbing cock starts spurting an endless amount of shots, which land all over the floor. The rest of you watch on in awe at the sheer volume of fresh seed.
<span style="color: #e68be6;">"Ay Dios, finally! What took you girls so long."</span>
[img[$imgDir + 'home/management/events/cumqueen/lauracum.webp']]
<<nobr>>
<<if $playerfeminized is true>>
[[You make an attempt yourself]]
<<else>>
[[Determine the winner]]
<</if>>
<</nobr>>With all the loads out in the open it's time to vote for the winner. There's still some discussion, and in the end it comes down to two girls, Laura and Sara. While Sara's cum was thicker and stickier, the sheer amount that Laura managed to produce solidifies her as the final winner.
"Congratulations Laura, you're our very own Cum Queen!"
<span style="color: #e68be6;">"What can I say, can't beat the classic."</span>
<span style="color: #5F9EA0;">"Whatever. Can we get back to work now?"</span>
[img[$imgDir + 'home/management/events/cumqueen/cumqueen.webp']]
[[Finish->Home]]You're planning to wrap things up when the girls tell you it's your turn. Since they all did it it's only fair that you do too. It's a little awkward masturbating in front of them, but with some nipple play you manage to shoot a respectable load. The sperm from several girls is now all mixed up on the floor, and the room reeks of cum as some of it starts to dry.
<span style="color: #ffc857;">"Not bad, boss!"</span>
[img[$imgDir + 'home/management/events/cumqueen/playercum.webp']]
[[Determine the winner]]Out of the corner of your eye you spot Vanniall, who's trying on some new clothes in one of the shops. She waves at you and motions for you to come in, which you go ahead and do. Judging by the pile of discarded clothes lying around she's been at it for a while.
She has you help her pick some outfits, occassionally treating you to a nice view so you don't get bored. Most of it is trash, but with your assistance she gets a few new looks at least.
<span style='color:lightgreen;'>"What do you think, boss? Doesn't really show off my assets does it."</span>
[img[$imgDir + 'vanniall/events/mall/mallflashing.webp']]
Eventually she's happy with her choices and heads to the register to pay.
<span style='color:lightgreen;'><i>Vanniall has become more corrupted</i></span>
[[Leave her to it->Mall]]
<<nobr>>
<<set $vanniallmallevent = true>>
<<set $vanniallcorruption++>>
<</nobr>>While walking around the lake area you think you recognize one of your girls out and about. As you get closer you start hearing some strange noises, and she seems to be out of breath. You hurry over in case something is wrong, then find her under some trees in the middle of jerking off.
<span style='color:#ffc857;'>"Oh, hi $playername, what's up?"</span>
"Having fun there, Izzy?"
<span style='color:#ffc857;'>"Laura told me about this place. She knows all the best spots to jerk off!"</span>
[img[$imgDir + 'izzy/events/lake/lakemasturbation.webp']]
Izzy quickly goes back to her masturbation before she goes soft. You notice she also brought a bag of toys, so she might be here a while. At least she's spending some time out in nature.
<span style='color:#ffc857;'><i>Izzy has become more corrupted</i></span>
[[She has everything under control->Lake]]
<<nobr>>
<<set $izzylakeevent = true>>
<<set $izzycorruption++>>
<</nobr>>Curious you take a peek into the room, and to your surprise Venus is inside. You'd recognize that voice anywhere. What's even more surprising is that she has one of the students bent over the desk, and is currently giving her a good dicking down. There's clothes everywhere and the room is a mess, so they've probably been here for a good while.
<span style='color:orange;'>"Fuck, you just keep going! You're giving me an A after this, right?"</span>
<span style='color:#bc4749;'>"Oh, I'm not a professor here. I just said that so you'd let me bang you."</span>
<span style='color:orange;'>"Wait, what!?"</span>
<i>Another day, another victim for Venus</i>
[img[$imgDir + 'venus/events/university/classroomfuck.webp']]
<span style='color:#bc4749;'><i>Venus has become more corrupted</i></span>
[[Let her do what she wants->University]]
<<nobr>>
<<set $venusclassroomevent = true>>
<<set $venuscorruption++>>
<</nobr>>You've barely agreed or she grabs you by the head and shoves it down onto her cock, immediately starting to cum in your mouth. She shoots like a firehose, and the sheer force of it is making you gag. You try to pull off, but she roughly holds you in place and pushes you even further down, huge pumps of dickgirl seed going straight into your gullet.
"Mmmmpff!"
<span style='color:#be95c4'>"Shut up and take it!"</span>
[img[$imgDir + 'home/management/freelancefloor/marianacum1.webp']]
When she finally lets you go you feel some of her cum coming back up, and make it to the trash can just in time to spit it out. Thick globs of it are clinging to your throat and mouth, and you can feel the rest settling in your stomach. Chat seems to have enjoyed the show at least, sending big tips your way.
"Jesus Christ, a little warning next time."
<span style='color:#be95c4'>"You know you love it."</span>
[img[$imgDir + 'home/management/freelancefloor/marianacum2.webp']]
<<nobr>>
<<set $earnings = random(40,60)>>
<<set $money = $money + $earnings>>
<i>You made an extra $earnings dollars in tips</i>
<</nobr>>
[[Finish show->Home]]
<<set $energy-->>You send a quick message over to Korra, but unfortunately she can't make it today. Several of her friends promise to be there, however, so you quickly run over to the store to stock up. A few hours later you're back in the kitchen preparing some food when the first guests start arriving, and they offer to give you a hand.
<span style="color:crimson;">"Hey babes! This is going to be so much fun."</span>
<span style="color:gray;">"You know it."</span>
[img[$imgDir + 'home/management/spa/orgy/orgyfem1.webp']]
Once all the guests are here you set up outside to have a nice BBQ. You're just starting the meal when Izzy comes down and asks if she can join, and you don't see the harm in it. More holes, more fun, right?
<span style="color: #ffc857;">"Thanks, boss!"</span>
After enjoying the meal people are eager for some cooling down, and several of them are already diving in.
[img[$imgDir + 'home/management/spa/orgy/orgyfem2.webp']]
[[Move to the pool]]One of the freelance chicks is at the pool, enjoying a well-deserved rest from all the camming. She notices you, and wiggles her hips while motioning for you to come closer. You can't resist getting a closer look at that ass, so you walk up to her and say hello.
<span style='color:#be95c4'>"Hi papi, I need someone with big strong hands to put some oil on me. Do you know anyone like that?"</span>
[img[$imgDir + 'home/management/spa/spagirltop1.webp']]
[[Oil her up]]
[[Do it yourself->Spa]]
<<nobr>>
<<set $freelancespagirltop = true>>
<</nobr>>You're more than happy to assist, applying a generous amount of oil to her ass. Following her instructions you then help to rub it in, while she keeps swaying her hips. Your cock is straining in your pants, it's taking all of your willpower not to fuck her right here and now.
<span style='color:#be95c4'>"You know what would really help? If you spread it around with your mouth."</span>
[img[$imgDir + 'home/management/spa/spagirltop2.webp']]
[[Eat her ass]]
[[No thanks->Spa]]She pushes her hips back even further, and you happily shove your face in between those heavenly cheeks. Next you ram your tongue into her box, and start eating it like groceries. Her moaning can be heard all around the pool, and probably inside the house too.
<span style='color:#be95c4'>"Ay, you're so eager baby. I love it!</span>
[img[$imgDir + 'home/management/spa/spagirltop3.webp']]
As a way of thanking you for helping her out she gets down on her knees, and takes out your already erect cock. She gives your balls some attention, then gently sucks on the top of your shaft while looking up at you with her best fuck me eyes. And they're definitely working.
"Damn that's good!"
While you're enjoying the blowjob immensely, she's teased you with her ass so much you need to feel it's insides now.
[img[$imgDir + 'home/management/spa/spagirltop4.webp']]
"Enough games girl, it's time to fuck."
<span style='color:#be95c4'>"Mmmh. We can, but only if you use a rubber. My boyfriend won't let me perform raw."</span>
[[Fine, I'll put it on]]
[[I only do it au natural->Spa]]You lay her down on one of the nearby chairs and she quickly fishes a condom out of her handbag. After putting it on you can't wait anymore, grab her by the hips and use the oil to ram yourself balls deep inside her.
<span style='color:#be95c4'>"Aaaay, it's like you're breaking me in half!</span>
Ignoring her pleas you start thrusting, and she quickly gets used to the sensation of being filled. Even with the rubber her insides feel amazing, while she also seems to greatly enjoy the ribbed outsides of it.
[img[$imgDir + 'home/management/spa/spagirltop5.webp']]
Not too long after she takes control, pulling you down onto your back and riding you like a woman possessed. Her endurance is impressive, endlessly slamming her fat ass on your dick over and over and over. You try to suggest switching position again, but she keeps you pinned down and growls while she rides even harder.
<span style='color:#be95c4'>"Be a good boy and let momma have her fun!</span>
She continues using you as a human dildo until she howls out in orgasm, her flopping girldick shooting cum all over your stomach. While her grip on your torso weakens her asshole is going crazy, convulsing and gripping your shaft in orgasm.
[img[$imgDir + 'home/management/spa/spagirltop6.webp']]
[[she's too tight]]Her hole is squeezing your dick so hard you feel your ejaculation rapidly approaching, and you think about how you want to cum. Filling the condom while staying inside her is an option, but in the end you decide to pull out and spray those bubbly cheeks with a special helping of your own oil.
<span style='color:#be95c4'>"Thanks for the help, papi. I think you covered me pretty good."</span>
[img[$imgDir + 'home/management/spa/spagirltop7.webp']]
While you get dressed she lays back down and starts working on her tan, leaving you cum on her ass like a trophy.
[[Continue->Spa]]
<<nobr>>
<<if $energy > 1>>
<<set $energy-->>
<</if>>
<<updatePersonality 5>>
<</nobr>>In the water people quickly get frisky, tits and cocks out seems to be the norm. You take a refreshing swim yourself, losing your bikini somewhere along the way. There's a lot of stroking going on underwater, and you can't wait to get your hands on one of them yourself.
<span style='color:crimson;'>"Come here big boy, you and me are going to have a good time."</span>
[img[$imgDir + 'home/management/spa/orgy/orgyfem3.webp']]
[[Have one of the boys suck you off]]
[[Suck some dick yourself]]You decide to take it easy and relax on one of the floaties while motioning to one of the guys. He comes over and takes your dick in his mouth, and you close your eyes and lean back while enjoying the blowjob. Life can be good sometimes.
"Ohh, that's the stuff."
[img[$imgDir + 'home/management/spa/orgy/orgyfemsucked.webp']]
[[Watch Izzy get fucked]]
<<nobr>>
<<updatePersonality 2>>
<</nobr>>Everyone lines up to get this party to the next level. Those who want their dick sucked sit on the edge of the pool, the rest stays in and find the nearest available shaft. Soon you're all busy slurping and licking, switching it aroun from time to time. Every dick here deserves to be tasted after all.
"You're next cutie, I'm taking you all the way to the balls."
[img[$imgDir + 'home/management/spa/orgy/orgyfemsuck.webp']]
[[Watch Izzy get fucked]]
<<nobr>>
<<updatePersonality -2>>
<</nobr>>Izzy wastes no more time and sits down on the nearest cock she can find, riding it like she hasn't had sex for months. While she's bouncing one of the other girls comes over and takes her dick into her mouth, making Izzy go crazy with pleasure.
<span style="color: #ffc857;">"Oh God, that is amazing!"</span>
You have to admit that looks pretty good. Only thing missing is a third one in her mouth.
[img[$imgDir + 'home/management/spa/orgy/orgyfemizzyfucked.webp']]
[[Get fucked yourself]]
[[Fuck one of the girls]]You grab one of the boys and press your butt against his crotch, rubbing it around and feeling his erection sandwiched between your cheeks. He quickly grabs your tits and shoves himself in your ass, eliciting a moan as you finally get what you want.
<span style="color: #ffc857;">"Don't worry girl, I got you."</span>
While you're getting fucked Izzy comes over and takes your cock into her mouth. She must have seen you watching her earlier, and decided to treat you. The guy's thrusting speeds up and you're feeling incredible, blowing your load into Izzy's mouth a little while later while getting pounded.
[img[$imgDir + 'home/management/spa/orgy/orgyfemfucked.webp']]
[[Finish with some cum on your face]]
<<nobr>>
<<updatePersonality 3>>
<</nobr>>While the girls start riding some cocks you decide to go for one of their asses yourself. You have her kneel in doggy and get on top of her, humping like a bitch in heat. One of the boys comes over to encourage you, slapping your ass and helping push your dick even deeper into that tight hole.
<span style="color: #ffc857;">"Whooo, go boss! Get some!</span>
The three of you have a competition to see who can last the longest. After several rounds of fucking the guy in the middle admits defeat and creampies the girl on top of him with a loud grunt. You follow suit soon after, pumping your cum balls deep into that well-fucked hole. The guy on the left is the winner, but a few more bounces by Izzy make him blow his load as well.
[img[$imgDir + 'home/management/spa/orgy/orgyfemfuck.webp']]
[[Finish with some cum on your face]]
<<nobr>>
<<updatePersonality -3>>
<</nobr>>As the hosts of the orgy Izzy and you get the questionable honor of getting facialed by everyone else. Each and every one of the boys and girls passes by to shower you with fresh seed, and to thank you for the invitation. By the time they are done there's so much jizz covering your faces you can barely open your eyes anymore.
<span style="color: #ffc857;">"Thanks for coming babes, hope you had fun! I sure did."</span>
[img[$imgDir + 'home/management/spa/orgy/orgyfemcum.webp']]
[[Everyone starts going home->Home]]
<<nobr>>
<<set $poolorgyfinished = true>>
<<set $energy = $energy - 3>>
<</nobr>>The girls are having a drink and motion for you to come join them. You don't see why not, so you grab one yourself and sit down on the couch between them. They introduce themselves as some of the working girls for the freelance floor, and hadn't even realized who you were.
<span style='color:#dda15e'>"Oh my god, you're such a cutie."</span>
The conversation slowly goes into a more flirty and even openly sexual direction. You hadn't noticed before, but their panties are bulging with something big and hard, and they're only getting larger.
<span style='color:#be95c4'>"You know, we've heard a lot about your legendary blowjobs around here. We'd love for you to show us."</span>
<i>All three of them? That's a lot</i>
[img[$imgDir + 'home/management/spa/spagirlsbottom1.webp']]
[[Suck some girlcock]]
[[Not interested->Spa]]
<<nobr>>
<<set $freelancespagirlbottom = true>>
<</nobr>>You're more than happy to show them just how skilled you are. The girls pull their panties to the side and you get to work, sucking on one while jerking off the other. The third girl helps push your head down onto her friend's cock, making sure you're taking that she-shaft all the way down.
<span style='color:crimson'>"That's it baby, worship that dick. You're doing mine next."</span>
[img[$imgDir + 'home/management/spa/spagirlsbottom2.webp']]
They don't forget about your enjoyment either, one of the them is happy to slobber on your dick while her friends fuck your face. It feels like a little slice of heaven when the third girl joins in and starts massaging your balls as well.
<span style='color:#dda15e'>"These feel really full, we should do something about that later."</span>
<i>Yes please</i>
As much as they're enjoying your mouth, one hole just isn't enough for 3 girls. You feel a hand slide down from your balls to your ass, rubbing and pushing against the sensitive hole. She's obviously up to no good down there.
[img[$imgDir + 'home/management/spa/spagirlsbottom3.webp']]
[[Let them have their way]]
[[Enough fun for today->Spa]]Turning you around they get you on your hands and knees, your face still buried in someone's crotch while the other gets behind you. With a little spit and some careful pushing she slips inside you, and starts to fuck.
<span style='color:crimson'>"Now that's a tight boipussy. Damn!"</span>
Meanwhile the other girl grabs your head and pushes it back down onto her dick. The thrusting against your hips is forcing your head forward, it's almost as if she's fucking both your ass and throat at the same time.
[img[$imgDir + 'home/management/spa/spagirlsbottom4.webp']]
They pound you until the sun starts to set, taking turns stretching out your asshole into the shape of their dicks. All three of them seem to have no problem lasting for hours, and you're starting to doubt your pucker is ever going to completely close again. Not if this goes on for much longer anyway.
<span style='color:#dda15e'>"Move over, I want to go again."</span>
<span style='color:#be95c4'>"What? I just started!"</span>
[img[$imgDir + 'home/management/spa/spagirlsbottom5.webp']]
[[Time to finish up]]You carefully suggest wrapping things up, and the girls groan but agree eventually. To show their appreciation they treat your cock a little more, sucking you to an extremely satisfing orgasm. They then help clean it up by licking the cum off your body.
<span style='color:#be95c4'>"Does that feel good baby? I bet it does."</span>
[img[$imgDir + 'home/management/spa/spagirlsbottom6.webp']]
Now that you've had your big moment it's time for theirs. They each make a sizable donation of girl cum on your face, mixing their loads and rubbing it in. After that they make you clean their cocks, until not a single drop of semen is left on them.
<span style='color:#dda15e'>"Thanks for the company baby. Mwah."</span>
The girls grab their stuff and head out. You should probably consider a dip into the pool, or the girls in the house will smell the sex on you right away.
[img[$imgDir + 'home/management/spa/spagirlsbottom7.webp']]
[[Clean up and go->Home]]
<<nobr>>
<<if $energy > 1>>
<<set $energy-->>
<<set $energy-->>
<</if>>
<<updatePersonality -5>>
<</nobr>><<nobr>>
<<if $lauratease7 is not true>>
<h2>New scene!</h2>
<</if>>
While having a little roleplaying fun Laura attaches some cuffs to her she-cock, which is as thick as her wrist. You even give the chain a few tugs to make sure it's properly attached.
<br>
<br>
<span style="color: #e68be6;">"On your knees boy, you're under arrest!"</span>
<br>
<br>
[img[$imgDir + 'laura/cam/tease/lauracoptease.webp']]
<br>
<br>
<<set $earnings = random(15,20)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(12,28)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[End show|Management][$managementlink to false]]
<<else>>
[[End show->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauratease7 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $laurajerk9 is not true>>
<h2>New scene!</h2>
<</if>>
Even in her loosest leggings there's no hiding the monster between Laura's legs. It's a miracle that it doesn't rip through.
<br>
<br>
[img[$imgDir + 'laura/cam/jerk/laurajerk8.webp']]
<br>
<br>
<<set $earnings = random(20,25)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(20,36)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $laurajerk9 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracum4 is not true>>
<h2>New scene!</h2>
<</if>>
Several hours of edging have put her swollen balls into overdrive, producing seed at an alarming rate. When she finally cums it shoots out in endless ropes, the chat watching in awe at the torrent of jizz coming out.
<br>
<br>
<span style="color: #e68be6;">"Can't ... stop ... cummiiiiiiing!"</span>
<br>
<br>
[img[$imgDir + 'laura/cam/cum/lauracum7.webp']]
<br>
<br>
<<set $earnings = random(30,50)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(36,60)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>Laura made you $ $earnings this stream and got $newfollowers new followers</i></span>
<br>
<br>
<<if $managementlink is true>>
[[Clean up|Management][$managementlink to false]]
<<else>>
[[Clean up->Laura's Room]]
<</if>>
<<set $lauracorruption++>>
<<set $lauracum4 = true>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<</nobr>>
<<nobr>>
<<if $lauracouple5 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
You know the show is going great when you hear the sound of a big tip coming through. When Laura reads the tip note however she gets a big smile on her face and looks at you.
<span style="color:#e68be6">"Hey $playername, one of my clients just tipped to see some blowjob action. What do you say?"</span>
[img[$imgDir + 'laura/cam/couple/laurablowjobintro.webp']]
[[Suck her dick]]
[[Have her blow you instead]]
<<set $lauracouple5 = true>>
You can't say no to such a tempting offer, sinking to your knees and taking her member in one inch at a time. She won't let you use your hands, but you do get to set the pace. A good thing too, as you're certain you would choke to death if she tried to ram her entire cock down your throat.
[img[$imgDir + 'laura/cam/couple/lauragetsblowjob1.webp']]
After a good fifteen minutes of sucking Laura blows a fat load directly into your mouth. Having been given no warning you see no choice but to swallow it all, surprised at how thick it is. When she finally finishes you pull back to catch your breath.
<span style="color:#e68be6">"Where are you going baby? There's still some left!"</span>
Much to the amusement of chat she makes you come back and lick up every last drop of cum still on her cock, her entire load now in your stomach. At least you get a few good tips out of it.
[img[$imgDir + 'laura/cam/couple/lauragetsblowjob2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(60,100)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>You made $ $earnings this stream and Laura got $newfollowers new followers</i></span>
<br>
<<set $lauracorruption++>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<<set $energy = $energy - 1>>
<br>
<<if $managementlink is true>>
[[Mission accomplished|Management][$managementlink to false]]
<<else>>
[[Mission accomplished->Laura's Room]]
<</if>>
<</nobr>>Getting your dick wet seems like a no-brainer, especially with a beauty like Laura. In less than a minute you've stripped down, sat down, and lean back as she gobbles down your shaft like a pro.
<span style="color:#e68be6">"Wanna bet I can take it all?"</span>
It quickly becomes clear she isn't bluffing, as she makes your entire shaft disappear into her mouth. Your sensitive head slides into her throat, where it gets squeezed so tightly you can almost feel the cum rising from your balls in response.
[img[$imgDir + 'laura/cam/couple/lauragivesblowjob1.webp']]
You quickly tap her shoulder as a warning, right before passing the point of no return. Laura quickly starts pulling back, but the first shot still goes right down into her stomach. The second and third fill up her mouth, and she lets you deposit the rest onto her waiting tongue.
<span style="color:#e68be6">"Thanks for the tasty snack hun."</span>
With one big gulp she swallows everything and winks at the camera, the beeping of tips coming every few seconds.
[img[$imgDir + 'laura/cam/couple/lauragivesblowjob2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $modifier = setup.getLauraEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $newfollowers = random(60,100)>>
<<set $money = $money + $earnings>>
<span style="color: #e68be6;"><i>You made $ $earnings this stream and Laura got $newfollowers new followers</i></span>
<br>
<<set $lauracorruption++>>
<<set $lauraenergy-->>
<<set $laurafollowers = $laurafollowers + $newfollowers>>
<<set $energy = $energy - 1>>
<br>
<<if $managementlink is true>>
[[Close the stream|Management][$managementlink to false]]
<<else>>
[[Close the stream->Laura's Room]]
<</if>>
<</nobr>><<nobr>>
<<if $vannialltoys7 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
A fat dildo hitting her prostate and a cock ring sending shocks through her balls make for a deadly combination. After just a few bounces her shaft is leaking cum everywhere, the type of orgasm you can only have while stuffing your ass, all completely hands-free.
<span style="color: lightgreen;">"God, it feels so fucking good!"</span>
Once her cock finally stops twitching Vanniall squats back over the toy, sits down, and goes for another round.
[img[$imgDir + 'vanniall/cam/toys/vanniallprematuretoy.webp']]
<<nobr>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>Vanniall made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[She can do this all day|Management][$managementlink to false]]
<<else>>
[[She can do this all day->Vanniall's Room]]
<</if>>
<</nobr>>
<<set $vannialltoys7 = true>><<nobr>>
<<if $vanniallgroup4 is not true>>
<h2>New scene!</h2>
<</if>>
<</nobr>>
While warming up for the show one of the viewers promises a hefty tip for some 69 action. You aren't entirely convinced that they will keep their word, but Vanniall seems enthusiastic about it.
<span style="color: lightgreen;">"Come on, let's do it boss! I bet I can throat your cock all the way before you can do mine."</span>
[img[$imgDir + 'vanniall/cam/group/vanniall69intro.webp']]
[[Last to go balls deep is it!]]
[[Not for me->Vanniall's Room]]
<<nobr>>
<<set $vanniallgroup4 = true>>
<</nobr>>Vanniall gets on top of you and starts preparing for your little competition by covering your shaft in spit. You do the same by stroking her into a full erection, licking her balls to speed up the process.
<span style="color: lightgreen;">"Ready? 3... 2... 1... go!"</span>
She instantly starts going down on you, forcing it inside her inch by inch. You attempt to do the same, but in your rush hit the back of your throat and gag. One little setback isn't going to keep you down though.
[img[$imgDir + 'vanniall/cam/group/vanniall69part1.webp']]
With a renewed effort you force yourself to relax and lunge forward, sliding the BBC in all the way. Right as your nose touches her balls however you can feel she's gotten her lips to the bottom as well. You start pulling back to call it a tie, when a huge blast of thick jizz suddenly fills your mouth.
<span style="color: lightgreen;">"Mmmmmmpfh!"</span>
Looks like the stimulation was too much for poor Vanniall. She loses control of her hips and slams them down, more and more ropes shooting out of her cock. You have no choice but to guzzle down everything she gives you. As you're swallowing the cum you hear the familiar tip sound coming in. At least it wasn't all for naught.
[img[$imgDir + 'vanniall/cam/group/vanniall69part2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<<set $energy = $energy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[Finish show|Management][$managementlink to false]]
<<else>>
[[Finish show->Vanniall's Room]]
<</if>>
<</nobr>><<nobr>>
<<if $vanniallfeminizedblowjob is not true>>
<h1>New scene!</h1>
<<set $vanniallfeminizedblowjob = true>>
<</if>>
Taking advantage of your brand new tits, Vanniall has been playing with your nipples so long they're starting to turn red. Oddly enough it feels kind of good, so you haven't asked her to stop.
<br>
<br>
<span style="color: lightgreen;">"Mmmm, I can think of something else I want to suck too. Unless you'd like to taste me instead?"</span>
<br>
<br>
<i>Decisions, decisions...</i>
<br>
<br>
[img[$imgDir + 'vanniall/cam/group/vannialltransblowjobintro.webp']]
<</nobr>>
[[She sucks you]]
[[You suck her]]A girl loves her chocolate, especially when it's a nice fat chocolate fuckstick. By the time you get on your knees Vanniall already stripped down and got hard in seconds. You open your lips and she slides right in, letting out a satisfied moan. Almost immediately she starts to thrust her hips.
<span style="color: lightgreen;">"Relax that throat for me, I don't do half-assed blowjobs."</span>
She keeps hitting the back of your throat and sending shivers down your body, making you rock hard as well. You can't resist and start stroking yourself as she keeps using you like her personal onahole.
[img[$imgDir + 'vanniall/cam/group/vannialltransblowjobsucked1.webp']]
For 15 minutes you serve as her dick-sucking toy, distracted only by the pings of tips in the background and frantically jerking yourself off. She doesn't want to leave your mouth for one second until she's finally ready to blow.
<span style="color: lightgreen;">"Here it comes, open wide!"</span>
As the first spurt hits your tongue you can't help but orgasm as well, cumming on your own stomach while Vanniall's load fills your mouth and covers your face. Maybe next time you'll ask her to cum straight into your stomach...
[img[$imgDir + 'vanniall/cam/group/vannialltransblowjobsucked2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<<set $energy = $energy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[End the stream|Management][$managementlink to false]]
<<else>>
[[End the stream->Vanniall's Room]]
<</if>>
<</nobr>>Even as a girl you love getting your dick sucked, especially when it involves Vanniall's expert technique. She has no problems going up and down your entire shaft, the vacuum of her mouth pleasuring you intensely.
It's not long before you start bucking your hips, ramming even deeper into her throat. The sounds she makes every time you bottom out are exquisite, looking up at you with watery eyes but clearly wanting more.
<span style="color: lightgreen;">"GLK GLK GLK GLK!"</span>
[img[$imgDir + 'vanniall/cam/group/vannialltransblowjobsuck1.webp']]
Your thrusting keeps speeding up, lost in the pleasure of the blowjob. Grabbing her by the head you relentlessly fuck her throat until a familiar shiver runs down your cock. Coming to your senses just in time you pull out and blow your load all over her face, giving the viewers a nice ending to the show.
"Fuuuuuuuuck!"
<span style="color: lightgreen;">"Fuck yeah, feed me mommy!"</span>
[img[$imgDir + 'vanniall/cam/group/vannialltransblowjobsuck2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getVanniallEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $vanniallcorruption++>>
<<set $vanniallfollowers = $vanniallfollowers + $newfollowers>>
<<set $vanniallenergy = $vanniallenergy - 1>>
<<set $energy = $energy - 1>>
<</nobr>>
<span style="color: lightgreen;"><i>You made $ $earnings this stream and Vanniall got $newfollowers new followers</i></span>
<<nobr>>
<<if $managementlink is true>>
[[End the stream|Management][$managementlink to false]]
<<else>>
[[End the stream->Vanniall's Room]]
<</if>>
<</nobr>>Desperate for some more cock you go door to door, knocking until finally a black guy opens up. He seems annoyed at first, until you flash him your tits and give a suggestive smile. After that he quickly motions for you to come in.
<<nobr>>
<<switch random(0,2)>>
<<case 0>>
Not 5 minutes later you are on the bed, getting the shit pounded out of you by some dude who's name you don't know. He's very rough, using you as his cocksleeve with no regard for your pleasure. Oddly enough that turns you on more.
<br>
<br>
"Yes. YES! Pound me like the slut I am!"
<br>
<br>
[img[$imgDir + 'outside/university/nyxi/bbc1.webp']]
<br>
<br>
Suddenly he pulls out of you, rips off the condom and grabs you by the hair. Fat ropes of jizz hit your face as he dumps his first load on it. When his orgasm peters out he moves back behind you, rams his now raw cock in your ass, and continues like nothing happened. It looks like he isn't finished yet...
<<case 1>>
The dude is a little shy, but you're more than happy to take charge and show him the ropes. First you give him a little striptease, then take out his erect cock and give it a few strokes. Next you put on some protection on his insistence, and slide him all the way into your insatiable asshole.
<br>
<br>
"Do you like it daddy? Maybe we should get rid of the condom. I bet it would feel so good."
<br>
<br>
[img[$imgDir + 'outside/university/nyxi/bbc3.gif']]
<br>
<br>
Without waiting for a response you take off his rubber and slide him back in raw. He immediately groans and his cock throbs, painting your walls white with seed. You're a little surprised, but let him finish creampieing you before pulling it back out and cleaning him with your tongue. He seems a little embarrassed.
<br>
<br>
<span style='color:grey;'>"Shit!"</span>
<br>
<br>
"Don't worry, it's ok. To make it up to me you can blow your next load on my face, ok?"
<<case 2>>
To your surprise the room isn't empty, there's another dude sitting on a couch playing video games. They start argueing with each other about which of them has to leave, but luckily for them you have a better solution. Double team it is!
<br>
<br>
They argue for a while longer about who gets what hole, until you finally end up stuffed from both ends. When the guy behind thrusts you are forced to deepthroat his friend, and when the other guy thrusts your ass swallows the dick behind whole. Either way makes you moan loudly.
<br>
<br>
<span style='color:grey;'>"Dude, this is the biggest slut I've ever seen."</span>
<br>
<br>
[img[$imgDir + 'outside/university/nyxi/bbcgangbang.webp']]
<br>
<br>
The two of them even cum in sync, filling both your mouth and ass at the same time. Once they finish you are about to take your leave, but they just switch places and keep going. It takes 3 more loads each for them to finally be satisfied.
<</switch>>
<</nobr>>
[[Time for the walk of shame back to Nyxi's->Walk of Shame]]
<<nobr>>
<<set $energy = $energy - 1>>
<<updatePersonality -10>>
<<set $bbcdormfucked = true>>
<</nobr>> When he's finally done with you he barely gives you time to collect your stuff before kicking you out. With fresh cum still dripping from your face and ass you waddle through the dormitory hallways, trying not to look like a slut who just got her holes resized. The few students you run into give you a very confused look. Some even whistle suggestively.
<span style='color:orange;'>"Hey baby, want me to add some more to that pretty face of yours?"</span>
[img[$imgDir + 'outside/university/nyxi/walkofshame.webp']]
[[Hurry along->Nyxi's dorm]]Dear Mos,
I greatly enjoyed my time with you and would love for you to come live at the mansion. We've prepared a room just for you, and are hoping you will join us soon. Maybe you can spend some time in my room as well ;)
See you soon!
$playername
[[Send->Laptop]]
<<nobr>>
<<set $mosaccepted = true>>
<<set $mosaccepteddays = 0>>
<<if $room1available is true>>
<<set $mosroom = 1>>
<<set $room1available = false>>
<<elseif $room2available is true>>
<<set $mosroom = 2>>
<<set $room2available = false>>
<<elseif $room3available is true>>
<<set $room3available = false>>
<<set $mosroom = 3>>
<<elseif $room4available is true>>
<<set $room4available = false>>
<<set $mosroom = 4>>
<<elseif $room5available is true>>
<<set $room5available = false>>
<<set $mosroom = 5>>
<</if>>
<</nobr>>Mos arrives this morning, fully packed and ready to go. You give her the basics and hand over her room key, and spend a little time helping her unpack. The entire time she looks just about ready to jump your bones.
<span style="color: #e6ccb2;">"So, when do I get to start? I haven't cum in 3 days!"</span>
<i>At least she's eager</i>
[img[$imgDir + 'mos/events/arrival/mosarrives.jpeg']]
<i>Mos is now a resident of the mansion</i>
[[Give her time to get settled->Home]]
<<nobr>>
<<set $mosrecruited = true>>
<<set $mosenergy = 1>>
<<set $moscorruption = 0>>
<<set $mosfollowers = 0>>
<<set $mosmaxenergy = 1>>
<<set $milkingstationavailable = true>>
<</nobr>><<nobr>>
<<switch $mosroom>>
<<case 1>>
[img[$imgDir + 'home/extraroomdecorated.jpeg']]
<<case 2>>
[img[$imgDir + 'home/extraroom2decorated.png']]
<<case 3>>
[img[$imgDir + 'home/extraroom3decorated.webp']]
<<case 4>>
[img[$imgDir + 'home/extraroom4decorated.jpeg']]
<<case 5>>
[img[$imgDir + 'home/extraroom5decorated.jpeg']]
<</switch>>
<</nobr>>
[[Tease->mostease]]
<<nobr>>
<<if $moscorruption > 4>>
[[Blowjob->mossuck]]
<br>
<<else>>
<a disabled><strike>Blowjob</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $moscorruption > 9>>
[[Ride->mosride]]
<br>
<<else>>
<a disabled><strike>Ride</strike> (not corrupted enough)</a>
<br>
<</if>>
<<if $moscorruption > 19 and $energy > 0 and $playercrossdressed is not true>>
[[Group->mosgroup]]
<br>
<<elseif $energy < 1>>
<a disabled><strike>Group</strike> (not corrupted enough)</a>
<br>
<<elseif $playercrossdressed>>
<a disabled><strike>Group</strike> (can't do while crossdressed)</a>
<br>
<<else>>
<a disabled><strike>Group</strike> (you have no energy)</a>
<br>
<</if>>
<</nobr>>
[[Leave->Home]]<<nobr>>
<<set _end = 4>>
<<if $mosplug is true>>
<<set _end = 5>>
<</if>>
<<if $mosenergy > 0>>
<<switch random(0,_end)>>
<<case 0>>
<<if $mostease1 is not true>>
<h2>New scene!</h2>
<</if>>
Feeling cute today Mos teases the viewers with her cock, which is hard as diamonds.
<br>
<br>
[img[$imgDir + 'mos/cam/tease/mostease1.webp']]
<<set $mostease1 = true>>
<<case 1>>
<<if $mostease2 is not true>>
<h2>New scene!</h2>
<</if>>
Despite her hormones Mos' erections are rock-solid, something she proves by swinging a towel around with her shaft.
<br>
<br>
[img[$imgDir + 'mos/cam/tease/mostease2.webp']]
<<set $mostease2 = true>>
<<case 2>>
<<if $mostease3 is not true>>
<h2>New scene!</h2>
<</if>>
Mos loves showing off her gaping asshole, especially after a good anal session.
<br>
<br>
<span style="color: #e6ccb2;">"Any big dicks out there who can stretch it even further?"</span>
<br>
<br>
[img[$imgDir + 'mos/cam/tease/mostease3.webp']]
<<set $mostease3 = true>>
<<case 3>>
<<if $mostease4 is not true>>
<h2>New scene!</h2>
<</if>>
Fake or not, showing your tits always gets you some attention.
<br>
<br>
<span style="color: #e6ccb2;">"You like them guys?"</span>
<br>
<br>
[img[$imgDir + 'mos/cam/tease/mostease4.webp']]
<<set $mostease4 = true>>
<<case 4>>
<<if $mostease5 is not true>>
<h2>New scene!</h2>
<</if>>
Mos treats her viewers to a nice POV of her cock, complete with dripping precum.
<br>
<br>
[img[$imgDir + 'mos/cam/tease/mostease5.webp']]
<<set $mostease5 = true>>
<<case 5>>
<<if $mostease6 is not true>>
<h2>New scene!</h2>
<</if>>
Turns out you were worried in the store for nothing, as Mos takes the butt plug all the way without flinching. Makes you wonder what else she can fit in there...
<br>
<br>
<span style="color: #e6ccb2;">"So easy, I'll have to get an even bigger one next time."</span>
<br>
<br>
[img[$imgDir + 'mos/cam/tease/mostease6.webp']]
<<set $mostease6 = true>>
<</switch>>
<<set $earnings = random(15,20)>>
<<set $newfollowers = random(12,28)>>
<<set $modifier = setup.getMosEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $moscorruption++>>
<<set $mosfollowers = $mosfollowers + $newfollowers>>
<<set $mosenergy = $mosenergy - 1>>
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Mos is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[Close stream|Management][$managementlink to false]]
<<else>>
[[Close stream->Mos' Room]]
<</if>>
<</nobr>>You spend a few hours promoting Mos' cam profile online. She gains some followers and has 50% increased earnings on her next show.
[img[$imgDir + 'home/advertise.jpeg']]
<<nobr>>
<<if $managementlink is true>>
[[Continue|Management][$managementlink to false]]
<<else>>
[[Continue->Laptop]]
<</if>>
<</nobr>>
<<set $mosadvertised = true>>
<<set $energy = $energy - 1>>
<<set $newfollowers = random(5,10)>>
<<set $mosfollowers = $mosfollowers + $newfollowers>><<nobr>>
<<switch random(0,4)>>
<<case 0>>
With an extra hour of sleep Mos is ready to kick ass today.
<br>
<br>
<span style="color: #e6ccb2;">"Sleeping in is the best."</span>
<br>
<br>
[img[$imgDir + 'mos/events/random/mossleepin.jpg']]
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos has some extra energy today</i></span>
<<set $mosenergy++>>
<<case 1>>
A coffee a day keeps the grumpy away.
<br>
<br>
[img[$imgDir + 'mos/events/random/moscoffee.jpg']]
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos has some extra energy today</i></span>
<<set $mosenergy++>>
<<case 2>>
While you've always encouraged the girls to stay in shape, you're not sure why Mos always does her morning workouts naked. Or on the balcony for that matter. Someone might be getting a free show!
<br>
<br>
<span style="color: #e6ccb2;">"How's my form?"</span>
<br>
<br>
[img[$imgDir + 'mos/events/random/mossquats.webp']]
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos became more corrupted</i></span>
<<set $moscorruption++>>
<<case 3>>
Following a strange scent one morning you catch Mos smoking some weed. A quick search of her room reveals several stashes. You have no idea where she is getting it from, she must have some contacts.
<br>
<br>
<span style="color: #e6ccb2;">"You don't mind, do you boss? I'll let you have some if you want."</span>
<br>
<br>
<i>Guess it won't hurt anyone...</i>
<br>
<br>
[img[$imgDir + 'mos/events/random/mosweed.jpeg']]
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos became more corrupted</i></span>
<<set $moscorruption++>>
<<case 4>>
Mos is taking a trip to visit her family and won't be back until tomorrow.
<br>
<br>
[img[$imgDir + 'mos/events/random/mosdayout.webp']]
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos can't work today</i></span>
<<set $mosenergy = 0>>
<</switch>>
<</nobr>>
[[Continue->Home]]<<nobr>>
<<switch random(0,2)>>
<<case 0>>
Mos is filming some extra content for her fans.
<br>
<br>
<span style="color: #e6ccb2;">"How do I look?"</span>
<br>
<br>
[img[$imgDir + 'mos/events/bathroom/mosbathroom.jpeg']]
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos gained 2 followers</i></span>
<<set $mosfollowers = $mosfollowers + 2>>
<<case 1>>
Mos is filming some extra content for her fans.
<br>
<br>
<span style="color: #e6ccb2;">"How do I look?"</span>
<br>
<br>
[img[$imgDir + 'mos/events/bathroom/mosbathroom2.jpg']]
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos gained 3 followers</i></span>
<<set $mosfollowers = $mosfollowers + 3>>
<<case 2>>
You walk in on Mos right after her shower. She doesn't see to care, and even gives you a little show.
<br>
<br>
<span style="color: #e6ccb2;">"Next time come sooner and I'll show you a good time baby."</span>
<br>
<br>
[img[$imgDir + 'mos/events/bathroom/mosbathroom3.webp']]
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos has gained corruption</i></span>
<<nobr>>
<<set $moscorruption++>>
<</nobr>>
<</switch>>
<</nobr>>
[[Leave the bathroom->Home]]You've gotten a few requests from Mos to get her a new plug for her show. She was very clear to take the largest size available, which looks to be about the size of your fist. Honestly you're a little uncomfortable buying this.
[img[$imgDir + 'outside/mall/largebuttplug.jpeg']]
<i>This really fits inside her?</i>
[[Purchase this item->Mall]]
<<back>>
<<set $mosplug = true>>
<<set $money = $money - 80>><<nobr>>
<<if $milkingstationinstalled is not true>>
[img[$imgDir + 'home/management/milkingstation/milkingstation.webp']]
<br>
<br>
Recently Mos told you about a very lucrative business back home: milking and selling shemale cum. Apparently it's considered a delicacy in some parts of the world. It wouldn't be so hard to set up a room with some containers and necessities for the process. You will have to pay volunteers for their "donations".
<br>
<br>
<<if $money > 1499>>
[[Install ($1500 + $100 weekly)->Install ($1500 + $100 weekly) 2]]
<br>
<<else>>
<a disabled><strike>Install ($1500 + $100 weekly)</strike></a>
<br>
<</if>>
<br>
<<back>>
<<elseif $milkingstationinstalleddays < 4>>
[img[$imgDir + 'home/management/milkingstation/milkingstationunderconstruction.jpeg']]
<br>
<br>
<i>The contractors haven't quite finished setting everything up, check back later.</i>
<br>
<br>
<<back>>
<<else>>
[img[$imgDir + 'home/management/milkingstation/milkingstation.webp']]
<br>
<br>
<<if $milkavailable > 0 and $milkdrank is not true>>
Bottled cum in stock: $milkavailable ([[Drink one]])
<<else>>
Bottled cum in stock: $milkavailable
<</if>>
<br>
<br>
<<if $milkingstationintrocomplete is not true>>
[[The first volunteer is here]]
<<else>>
<<if $energy < 1>>
<a disabled><strike>Milk a girl yourself</strike></a>
<<else>>
[[Milk a girl yourself]]
<</if>>
<<if $playerfeminized is true>>
<br>
<<if $energy < 1>>
<a disabled><strike>Get milked</strike></a>
<<else>>
[[Get milked]]
<</if>>
<</if>>
<br>
[[Inspect the volunteers]]
<</if>>
<br>
<br>
<<if $izzyrecruited is true and $izzyenergy > 0 and $izzymilkevent is not true and $milkingstationintrocomplete is true>>
[[Izzy is reporting for milking]]
<br>
<br>
<</if>>
[[Back->Home]]
<</if>>
<</nobr>>You order the necessary toys and tables online and have some guys from town install the stuff in the mansion. Factoring in shipping and working hours the station should be ready to go in 5 days at most.
[img[$imgDir + 'home/management/milkingstation/milkingstationunderconstruction.jpeg']]
[[Home]]
<<nobr>>
<<set $milkingstationinstalled = true>>
<<set $milkingstationinstalleddays = 0>>
<<set $money = $money - 1500>>
<<set $milkavailable = 0>>
<<set $debtpayment = $debtpayment + 100>>
<</nobr>><<nobr>>
<<if $playerfeminized is true>>
<<switch random(0,1)>>
<<case 0>>
Sometimes a little manual stimulation still gets the best results. The girl you're squeezing doesn't seem to mind, in fact she seems a little too eager perhaps. For you it's just another day at the "farm". It ain't much, but it's honest work.
<br>
<br>
<span style='color:#819595;'>"Mmmmh, milk me mommy."</span>
<br>
<br>
[img[$imgDir + 'home/management/milkingstation/transmilking1.webp']]
<<case 1>>
You help out one of the girls being milked by a fleshlight by fondling her balls as the toy bounces up and down. They feel swollen and ready to pop, so it won't be long now before another massive load pumps into the toy.
<br>
<br>
<span style='color:#819595;'>"Keep going, I'm nearly there!"</span>
<br>
<br>
[img[$imgDir + 'home/management/milkingstation/transmilking2.webp']]
<</switch>>
<<else>>
<<switch random(0,1)>>
<<case 0>>
Sometimes a little manual stimulation still gets the best results. The girl you're squeezing doesn't seem to mind, in fact she seems a little too eager perhaps. For you it's just another day at the "farm". It ain't much, but it's honest work.
<br>
<br>
<span style='color:#819595;'>"Mmmmh, milk me daddy."</span>
<br>
<br>
[img[$imgDir + 'home/management/milkingstation/malemilking1.webp']]
<<case 1>>
For efficiency's sake you decide to milk two girls at once, but you're not sure it was such a good idea. They keep bicking amongst themselves and vying for your attention, which is causing it to take a lot longer than it usually would.
<br>
<br>
<span style='color:#819595;'>"I'm clearly his favorite, he's stroking me like a lover."</span>
<br>
<br>
<span style='color:#7FD1B9;'>"Bitch, you wish. He barely even looked at you."</span>
<br>
<br>
[img[$imgDir + 'home/management/milkingstation/malemilking2.webp']]
<</switch>>
<</if>>
<</nobr>>
<i>You obtained some bottled cum</i>
[[Continue->Milking Station]]
<<nobr>>
<<set $energy-->>
<<set $milkavailable++>>
<</nobr>><<nobr>>
You wander around, admiring the ingenious machines that are currently draining she-cocks left and right. Apart from the constant mechanical whirring you can occasionally make out an orgasmic moan, signaling yet another set of balls being mercilessly emptied. This sperm is then immediately bottled and sealed for later use.
<br>
<br>
<span style='color:#819595;'>"C-cumming"</span>
<br>
<br>
<<switch random(0,2)>>
<<case 0>>
[img[$imgDir + 'home/management/milkingstation/randommilk2.webp']]
<<case 1>>
[img[$imgDir + 'home/management/milkingstation/randommilk3.webp']]
<<case 2>>
[img[$imgDir + 'home/management/milkingstation/randommilk1.webp']]
<</switch>>
<</nobr>>
<<back>>Eager to see your new business in action you make your way to the station where a nurse is showing the very first donor around. Fleshlights, dildos, and all sorts of contraptions are spread around the station with one single purpose: to extract as much seed as possible. Some of them look so fun you might give them a try yourself.
<span style='color:pink;'>"We have a lot of different milking methods available, but today we're going to use this machine right here. It will use suction to pleasure your penis and automatically collect any semen ejected. Please have a seat, miss."</span>
[img[$imgDir + 'home/management/milkingstation/firstvolunteer1.webp']]
After correctly positioning the volunteer she liberally lubes and strokes the shaft, preparing it for the milking process. The girl has a very large member, and her balls look swollen and ready. All that remains now is to bring her to orgasm.
<span style='color:#819595;'>"Oooh, I could get used to this!"</span>
[img[$imgDir + 'home/management/milkingstation/firstvolunteer2.webp']]
[[The nurse attaches the machine]]A large pump is placed over the subject's now erect penis, vacuum sucking on the shaft while the nurse makes sure everything is properly attached. Once it's secure the machine also begins to pump up and down, simulating a mouth.
<span style='color:#819595;'>"Hnnng, wow, that's uh... something else. Does it go faster?"</span>
The settings are modified to give maximum pleasure, and the subject is now clearly feeling very good. She closes her eyes and focuses on the mechanical blowjob, preparing to make her first donation. You also notice that the nurse has cuffed her arms and legs while she is distracted.
[img[$imgDir + 'home/management/milkingstation/firstvolunteer3.webp']]
[[She's ready to blow]]As a final touch the nurse helps stimulate the woman's prostate, which encourages even more semen production and larger loads. You can see huge globs of cum shooting out of the head, immediately sucked up by the machine and transported away. The woman is completely lost in the pleasure, a euphoric expression on her face.
<span style='color:pink;'>"That's it, let it allllll out."</span>
<span style='color:#819595;'>"OH MY GOOOOOOD!"</span>
[img[$imgDir + 'home/management/milkingstation/firstvolunteer5.webp']]
One orgasm obviously isn't enough to sell, so the machine goes back to pumping and sucking. It now becomes clear why the restraints are necessary, to prevent the subject from escaping while load after load is milked out of her increasingly sensitive cock. No matter how much she squirms or begs however, the nurse won't let her go until the last drop has been squeezed out.
<span style='color:#819595;'>"Please, mercy... I've come so many times already! Gnnnnnnngh..."</span>
<span style='color:#819595;'><i>SPLURT... SPLURT... SPLURT... SPLURT...</i></span>
[img[$imgDir + 'home/management/milkingstation/firstvolunteer6.webp']]
<i>You obtained some bottled girlcum</i>
[[Milking girls is now available->Milking Station]]
<<set $milkingstationintrocomplete = true>>
<<set $milkavailable++>>With permission from the gym trainer you set up a little stall trying to peddle your new product. While some people are curious, most turn up their nose at the concept or are unwilling to even hear you out. Even doing your best to explain the potential health benefits and peer-reviewed research it's still not working.
Getting desperate you decide to pour out a glass and offer it as a free sample. The thick cum has a musky but not entirely pleasant aroma. It still takes some convincing, but eventually an Asian girl walks up and takes the bait.
<span style='color:#A7C4C2'>"I'll try one, why not. My mom once told me about this."</span>
[img[$imgDir + 'outside/gym/milkingstation/cumglass1.webp']]
[[You managed to find a customer]]
You hand her the glass, and the bystanders watch closely as she gulps the entire thing down in one go. When she finishes she gives you a nice smile and a little burp.
<span style='color:#A7C4C2'>"Gaaaah! Wow, that's actually pretty good."</span>
"I'm glad you like it!"
[img[$imgDir + 'outside/gym/milkingstation/cumglass2.webp']]
As often happens with these things all it took was for one person to take the first step. Several others start swarming your stand, cash in hand, trying to get theirs. You put on your best customer smile, already counting the cash in the back of your head.
<span style='color:#6A0F49'>"I want one!"</span>
<span style='color:#A7C4C2'>"Me too!"</span>
[[This might actually work->Gym]]
<<nobr>>
<<set $milkavailable -->>
<<set $milkgymintro = true>>
<</nobr>>You spend some time peddling your "healthy protein shakes", which are selling like hot cakes. It's becoming a real fad.
<<nobr>>
<<switch random(0,2)>>
<<case 0>>
[img[$imgDir + 'outside/gym/milkingstation/cumglass3.webp']]
<<case 1>>
[img[$imgDir + 'outside/gym/milkingstation/cumglass4.webp']]
<<case 2>>
[img[$imgDir + 'outside/gym/milkingstation/cumglass5.webp']]
<</switch>>
<</nobr>>
<<nobr>>
<<set $energy -->>
<<set _milksold = $milkavailable>>
<<set _profit = _milksold * random(15,25)>>
<<set $milkavailable = 0>>
<<set $money = $money + _profit>>
<i>You sold _milksold bottles of she-cum for _profit dollars</i>
<</nobr>>
[[Continue->Gym]]You pour yourself a nice glass of girlcum, just what the doctor ordered.
<i>Your available energy has increased</i>
[img[$imgDir + 'outside/gym/milkingstation/cumglass1.webp']]
[[Continue->Milking Station]]
<<nobr>>
<<set $milkdrank = true>>
<<set $energy++>>
<<set $milkavailable-->>
<</nobr>>You decide to make a few donations yourself, and in the process you get to try out some fun new toys!
[img[$imgDir + 'home/management/milkingstation/selfmilking.webp']]
<i>You obtained some bottled cum</i>
[[Continue->Milking Station]]
<<nobr>>
<<set $energy-->>
<<set $milkavailable++>>
<</nobr>><<nobr>>
<<if $mosenergy > 0>>
<<switch random(0,4)>>
<<case 0>>
<<if $mossuck1 is not true>>
<h2>New scene!</h2>
<</if>>
Mos demonstrates the importance of spending some time on the balls during a proper suck session. The endless stream of precum leaking from the tip as she sucks, licks, and nibbles only serves to prove her point.
<br>
<br>
[img[$imgDir + 'mos/cam/suck/mossuck1.webp']]
<<set $mossuck1 = true>>
<<case 1>>
<<if $mossuck2 is not true>>
<h2>New scene!</h2>
<</if>>
Sometimes her jaw gets tired from all the sucking, but luckily she also has a spectacular pair of tits. No guy is going to complain if she takes a break by squeezing the shaft between her melons.
<br>
<br>
[img[$imgDir + 'mos/cam/suck/mossuck2.webp']]
<<set $mossuck2 = true>>
<<case 2>>
<<if $mossuck3 is not true>>
<h2>New scene!</h2>
<</if>>
One of Mos' favorite things is rimming, and boy is she good at it. She likes to brag about all the guys she made orgasm just by eating their ass.
<br>
<br>
<span style="color: #e6ccb2;">"I'm gonna show you a whole new world baby."</span>
<br>
<br>
[img[$imgDir + 'mos/cam/suck/mossuck3.webp']]
<<set $mossuck3 = true>>
<<case 3>>
<<if $mossuck4 is not true>>
<h2>New scene!</h2>
<</if>>
There's nothing quite like a ladyboy blowjob. The experience and enthusiasm they bring to the table is hard to beat. They go especially crazy for a big white farang cock.
<br>
<br>
<span style="color: #e6ccb2;">"Just relax and let mommy Mos take care of you."</span>
<br>
<br>
[img[$imgDir + 'mos/cam/suck/mossuck4.webp']]
<<set $mossuck4 = true>>
<<case 4>>
<<if $mossuck5 is not true>>
<h2>New scene!</h2>
<</if>>
You have to be careful when a ladyboy offers you a blowjob. Some of them start sucking all innocent, convince you to try some 69, and next thing you know you're getting facefucked by some girl meat while she barely touches you anymore.
<br>
<br>
<span style="color: #e6ccb2;">"Just a couple more minutes baby, I promise."</span>
<br>
<br>
[img[$imgDir + 'mos/cam/suck/mossuck5.webp']]
<<set $mossuck5 = true>>
<</switch>>
<<set $earnings = random(20,30)>>
<<set $newfollowers = random(20,36)>>
<<set $modifier = setup.getMosEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $moscorruption++>>
<<set $mosfollowers = $mosfollowers + $newfollowers>>
<<set $mosenergy = $mosenergy - 1>>
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Mos is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[End stream|Management][$managementlink to false]]
<<else>>
[[End stream->Mos' Room]]
<</if>>
<</nobr>><<nobr>>
<<if $mosenergy > 0>>
<<switch random(0,4)>>
<<case 0>>
<<if $mosride1 is not true>>
<h2>New scene!</h2>
<</if>>
Mos takes riding cocks very seriously, even after she came she doesn't relent. She will continue to bounce and squeeze until those balls are drained deep into her asshole. Talk about good service.
<br>
<br>
<span style="color: #e6ccb2;">"Such a gentleman, letting the lady come first."</span>
<br>
<br>
[img[$imgDir + 'mos/cam/ride/mosride1.webp']]
<<set $mosride1 = true>>
<<case 1>>
<<if $mosride2 is not true>>
<h2>New scene!</h2>
<</if>>
The viewers love seeing Mos' cock flop around as she's being fucked.
<br>
<br>
TankMan414: <span style="color: #003844;">"Damn, look at that thing bounce"</span>
<br>
<br>
[img[$imgDir + 'mos/cam/ride/mosride2.webp']]
<<set $mosride2 = true>>
<<case 2>>
<<if $mosride3 is not true>>
<h2>New scene!</h2>
<</if>>
Barely a minute in Mos is already jizzing herself, forced to cum prematurely by the giant cock in her ass. At this point she's basically trained herself to cum while being fucked, but instead of being embarrassed she seems to enjoy it.
<br>
<br>
<span style="color: #e6ccb2;">"You hit just the right spot, baby. Keep going!"</span>
<br>
<br>
[img[$imgDir + 'mos/cam/ride/mosride3.webp']]
<<set $mosride3 = true>>
<<case 3>>
<<if $mosride4 is not true>>
<h2>New scene!</h2>
<</if>>
They say never to turn your back on family, but with a view like this it might be worth it.
<br>
<br>
[img[$imgDir + 'mos/cam/ride/mosride4.webp']]
<<set $mosride4 = true>>
<<case 4>>
<<if $mosride5 is not true>>
<h2>New scene!</h2>
<</if>>
Mos has another guy over for her show, but he seems a bit inexperienced. While she keeps trying to go harder he tries to slow down, clearly trying to prevent embarrassment by jizzing prematurely.
<br>
<br>
<span style="color: #e6ccb2;">"What's wrong, is too much for your poor little dick?"</span>
<br>
<br>
[img[$imgDir + 'mos/cam/ride/mosride5.webp']]
<br>
<br>
Her tight ass quickly becomes too much for the poor guy, who doesn't even have time to pull out. Everything gets shot straight into her bowels/ Now Mos can spend the next few minutes farting out the cum, on camera of course.
<br>
<br>
<span style="color: #e6ccb2;">"Why do guys hate pulling out so much."</span>
<br>
<br>
[img[$imgDir + 'mos/cam/ride/mosride6.webp']]
<<set $mosride5 = true>>
<</switch>>
<<set $earnings = random(30,50)>>
<<set $newfollowers = random(36,60)>>
<<set $modifier = setup.getMosEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $moscorruption++>>
<<set $mosfollowers = $mosfollowers + $newfollowers>>
<<set $mosenergy = $mosenergy - 1>>
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Mos is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[End stream|Management][$managementlink to false]]
<<else>>
[[End stream->Mos' Room]]
<</if>>
<</nobr>><<nobr>>
<<if $extraroom5cleaned is not true>>
<<switch $extraroom5progress>>
<<case 1>>
[img[$imgDir + 'home/extraroom4slightlyclean.png']]
<<case 2>>
[img[$imgDir + 'home/extraroom4veryclean.png']]
<<default>>
[img[$imgDir + 'home/extraroom4.png']]
<</switch>>
<br>
<br>
<i>Yet another room to restore. One of these has to have some kind of treasure, right?</i>
<br>
<br>
<<if $energy < 1>>
<a disabled><strike>Clean up the room</strike> (too tired)</a>
<<else>>
[[Clean up the room->cleanroom5]]
<</if>>
<br>
<br>
<<elseif $extraroom5decorated is not true>>
[img[$imgDir + 'home/extraroom4empty.png']]
<br>
<br>
<i>Still needs to be properly decorated.</i>
<br>
<br>
<<if $money > 499>>
[[Redecorate ($500)->redecorate5]]
<br>
<br>
<<else>>
<a disabled><strike>Redecorate ($500)</strike></a>
<br>
<br>
<</if>>
<<else>>
[img[$imgDir + 'home/extraroom5decorated.jpeg']]
<br>
<br>
<i>Hopefully I'll find a girl to use it soon.</i>
<br>
<br>
<</if>>
[[Back->Home]]
<</nobr>><<nobr>>
<<if $extraroom5progress is 2>>
<<set $extraroom5cleaned = true>>
Finally ready for some furniture.
<<elseif $extraroom5progress is 1>>
You put your back into it and finally start to get somewhere.
<<set $extraroom5progress = 2>>
<<else>>
You start cleaning the room. It's just as much work as last time.
<<set $extraroom5progress = 1>>
<</if>>
<br>
<br>
[img[$imgDir + 'home/cleaning.webp']]
<br>
<br>
[[Finish->Home]]
<</nobr>>
<<set $energy = $energy - 1>>[img[$imgDir + 'home/extraroom5decorated.jpeg']]
Wow. It's barely recognizable!
[[Back->Home]]
<<set $extraroom5decorated = true>>
<<set $room5available = true>>
<<set $money = $money - 500>>Despite her best efforts Mos has to concede this isn't her specialty. Compared to Vanniall's cum which shoots out like a cannon, she only manages to produce a few globs which dribble out of her cock. She even looks a little embarrassed at how little there is.
<span style='color:#e6ccb2;'>"I cum harder when I'm getting fucked!</span>
[img[$imgDir + 'home/management/events/cumqueen/moscum.webp']]
[[Venus has a go]]You check yourself out in the mirror, even if it is a bit vain.
<<nobr>>
<<if $playerfeminized is true>>
<i>No one would ever suspect I have this huge cock</i>
<br>
<br>
[img[$imgDir + 'home/mirror/playerfeminized2mirror.webp']]
<<elseif $playercrossdressed is true and $playerfemininity > 6>>
<i>Starting to look pretty convincing</i>
<br>
<br>
[img[$imgDir + 'home/mirror/playerfeminized1mirror.webp']]
<<elseif $playercrossdressed is true>>
<i>Cute, but you can still tell something is off</i>
<br>
<br>
[img[$imgDir + 'home/mirror/crossdressedmirror.webp']]
<<elseif $playerfemininity > 6>>
<i>These damn tits are getting hard to hide</i>
<br>
<br>
[img[$imgDir + 'home/mirror/playerfeminizedmirror.jpeg']]
<<else>>
<<if $fitness > 29>>
<i>Looking good, stud</i>
<br>
<br>
[img[$imgDir + 'home/mirror/malemirror4.webp']]
<<elseif $fitness > 19>>
<i>I'm more ripped than I thought</i>
<br>
<br>
[img[$imgDir + 'home/mirror/malemirror3.webp']]
<<elseif $fitness > 9>>
<i>I look like an average Andy</i>
<br>
<br>
[img[$imgDir + 'home/mirror/malemirror2.webp']]
<<else>>
<i>Time to hit the gym</i>
<br>
<br>
[img[$imgDir + 'home/mirror/malemirror.jpeg']]
<</if>>
<</if>>
<</nobr>>
<<back>>Mos continued to get into tons of shenanigans with her best friend, Meme. The two of them were always trouble, but the good kind of trouble. Even better when they involved you, since they are always ready to please.
<span style="color: #e6ccb2;">"Hey boss, come spend some time with us!"</span>
Eventually she made enough money to send back home that her entire family could live off, but that didn't stop her from working. In fact, it was quite the opposite. She seems to genuinely enjoy her time here, and of course all the sex that comes with it.
[img[$imgDir + 'outro/mos.webp']]
<<nobr>>
<<if $venusrecruited is true>>
[[Continue->venusepilogue]]
<<elseif $nyxifirstblowjob is true>>
[[Continue->nyxiepilogue]]
<<else>>
[[Continue->finalepilogue]]
<</if>>
<</nobr>>Izzy and her friend Eva want to make a donation, and they even dressed the part. They're in a matching pair of cow costumes, complete with a little bell. You are a bit shocked to recognize Eva as your teacher from the University, but you can't blame a girl for making some extra money on the side.
<span style='color:#AFD0BF;'>"All right girls, lay down on the tables and I'll take care of the rest."</span>
[img[$imgDir + 'izzy/events/milking/izzymilk1.webp']]
They eagerly get in position, dropping their cocks and boobs into the handily provided holes in the table. When they're ready the milkmaid straps them in just to make sure they don't move too much. There's even suction cups for their tits, but you don't think those are going to produce what we need.
<span style="color: orange;">"Let's do this!"</span>
[img[$imgDir + 'izzy/events/milking/izzymilk2.webp']]
[[The cows are ready]]As a finishing touch they also get a pair of dildos in their ass, strapped to fucking machines that will pump them relentlessly. Just a little bit of lube makes them slide right in, and then there's just the mechanical whirring of the machines and the moans by the two girls. A simple technique, but quite effective.
<span style="color: #ffc857;">"Balls deep right away? Hnnnng..."</span>
[img[$imgDir + 'izzy/events/milking/izzymilk3.webp']]
[[Time to collect]]
With everyone secured and working they can really get down to business. You watch as Izzy and Eva get their cocks tugged, two bottles below ready to catch their fresh seed. Not long after both of them cry out simultaneously and globs of cum start filling them up. It looks thick and delicious.
One donation obviously isn't enough for a full bottle, so the girl pushes a button to make the machines speed up and then goes right back to tugging. As long as there is milk in those balls it will be squeezed out, no matter what.
<span style="color: #ffc857;">"Again? But I just came!"</span>
<span style="color: orange;">"Fuck, this thing is going even faster now!"</span>
It takes nearly an hour until they can't produce another drop, each having cum a dozen times.
[img[$imgDir + 'izzy/events/milking/izzymilk4.webp']]
<i>You obtained 2 bottles of girlcum!</i>
[[Continue->Milking Station]]
<<nobr>>
<<set $milkavailable = $milkavailable + 2>>
<<set $izzyenergy = 0>>
<<set $izzymilkevent = true>>
<</nobr>><<nobr>>
<<if $mosenergy > 0>>
<<set _end = 1>>
<<if $playerfeminized is not true and $playercrossdressed is not true>>
<<set _end = 2>>
<</if>>
<<switch random(0,_end)>>
<<case 0>>
<<set _group0 = true>>
<<if $mosgroupchoice is not true and $playerfeminized is not true>>
<<goto mosgroupchoice>>
<<elseif $playerfeminized is true>>
<<goto mosgrouptopother>>
<<else>>
<<if $mosgroupbottom>>
<<goto mosgrouptopplayer>>
<<else>>
<<goto mosgrouptopother>>
<</if>>
<</if>>
<<case 1>>
<<if $mosgroup2 is not true>>
<h2>New scene!</h2>
<<set $mosgroup2 = true>>
<</if>>
Somehow Mos has managed to pick up a hot girl from the street, she even agreed to be on camera. The chatters are treated to an erotic view of two ladies kissing and playing with each others boobs. A little nipple teasing also helps make sure to get them in the right mood.
<br>
<br>
[img[$imgDir + 'mos/cam/group/mosgroup2part1.webp']]
<br>
<br>
Now that the opportunity presents itself Mos spends some time eating pussy. What she lacks in experience she makes up for in enthusiasm, and a jaw that never tires. Her partner certainly seems to be enjoying it.
<br>
<br>
<span style="color: #e6ccb2;">"Give me some of that!"</span>
<br>
<br>
[img[$imgDir + 'mos/cam/group/mosgroup2part2.webp']]
<br>
<br>
Several orgasms later it's time to fuck. Mos gets on top and easily slides into the dripping-wet slit, leans over and continues kissing. The following lovemaking session is strangely intimate, very different from the usual banging and moaning that happens in most adult videos.
<br>
<br>
CervicalBombardment69: <span style="color:#C6C7C4;">"This is kinda wholesome."</span>
<br>
<br>
[img[$imgDir + 'mos/cam/group/mosgroup2part3.webp']]
<<case 2>>
<<if $mosgroup3 is not true>>
<h2>New scene!</h2>
<<set $mosgroup3 = true>>
<</if>>
Today Meme is visiting the mansion, helping out with the show. You certainly can't complain though, because they treat you to a heavenly double blowjob, Mos sucking your shaft while Meme fondles your balls with her tongue. Honestly the sight alone is almost enough to make you cum on the spot.
<br>
<br>
<span style="color:#b56576">"Mwwwah, I missed this big cock!</span>
<br>
<br>
[img[$imgDir + 'mos/cam/group/mosgroup3part1.webp']]
<br>
<br>
They lick, blow, jerk, and anything else they can think of until you finally blow your wad. Then they take their time slowly eating your cum one drop at a time, one for Mos, one for Meme, one for Mos, one for Meme... until finally it's all gone and it's time to say goodbye to the chat.
<br>
<br>
<span style="color: #e6ccb2;">"See you next time guys!</span>
<br>
<br>
[img[$imgDir + 'mos/cam/group/mosgroup3part2.webp']]
<</switch>>
<<if _group0 is not true>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getMosEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $moscorruption++>>
<<set $mosfollowers = $mosfollowers + $newfollowers>>
<<set $mosenergy = $mosenergy - 1>>
<</if>>
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos made you $ $earnings this stream and got $newfollowers new followers</i></span>
<<else>>
Mos is too tired to do a show
<</if>>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[End stream|Management][$managementlink to false]]
<<else>>
[[End stream->Mos' Room]]
<</if>>
<</nobr>><<nobr>>
<<if $mosgroup1 is not true>>
<h2>New scene!</h2>
<<set $mosgroup1 = true>>
<</if>>
The girls take you to Mos' room, where you're tied to the bed as a toy for all their needs. She happily films from all angles as her friends have their way with you, one after the other. The average ladyboy cock may not be very big, but they're hard as a rock and they have a lot of stamina.
<</nobr>>
<span style="color: #B2FFA9;">"Fuck! he's just as tight as you said he was."</span>
[img[$imgDir + 'mos/cam/group/mosgrouptop1.webp']]
When everyone else is finished Mos takes her turn, not minding the incredibly sloppy seconds your ass has become.
<span style="color: #e6ccb2;">"Hey we should call Chariya too, I bet she wants a piece of this!"</span>
<i>There's more!?</i>
[img[$imgDir + 'mos/cam/group/mosgrouptop2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getMosEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $moscorruption++>>
<<set $mosfollowers = $mosfollowers + $newfollowers>>
<<set $mosenergy = $mosenergy - 1>>
<<set $energy-->>
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos made you $ $earnings this stream and got $newfollowers new followers</i></span>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[End stream|Management][$managementlink to false]]
<<else>>
[[End stream->Mos' Room]]
<</if>>
<</nobr>><<nobr>>
<<if $mosgroup1 is not true>>
<h2>New scene!</h2>
<<set $mosgroup1 = true>>
<</if>>
The girls found some poor guy to volunteer, who's tied to the bed as a toy for all their needs. She happily films from all angles as her friends have their way with him, one after the other. The average ladyboy cock may not be very big, but they're hard as a rock and they have a lot of stamina.
<</nobr>>
<span style="color: #B2FFA9;">"Fuck! he's just as tight as you said he was."</span>
[img[$imgDir + 'mos/cam/group/mosgrouptop1.webp']]
When everyone else is finished Mos takes her turn, not minding the incredibly sloppy seconds his ass has become.
<span style="color: #e6ccb2;">"Hey we should call Chariya too, I bet she wants a piece of this!"</span>
<i>There's more!?</i>
[img[$imgDir + 'mos/cam/group/mosgrouptop2.webp']]
<<nobr>>
<<set $earnings = random(50,70)>>
<<set $newfollowers = random(60,100)>>
<<set $modifier = setup.getMosEarningsModifier()>>
<<set $earnings = Math.floor($earnings * $modifier)>>
<<set $money = $money + $earnings>>
<<set $moscorruption++>>
<<set $mosfollowers = $mosfollowers + $newfollowers>>
<<set $mosenergy = $mosenergy - 1>>
<<set $energy-->>
<br>
<br>
<span style="color: #e6ccb2;"><i>Mos made you $ $earnings this stream and got $newfollowers new followers</i></span>
<</nobr>>
<<nobr>>
<<if $managementlink is true>>
[[End stream|Management][$managementlink to false]]
<<else>>
[[End stream->Mos' Room]]
<</if>>
<</nobr>>Before the show Mos and another unknown girl approach you. She has a rather hungry look in her eyes.
<span style="color: #e6ccb2;">"$playername! You have to meet my friends, they've been dying to see you. We're just about to start our show, want to join?"</span>
<span style="color: #B2FFA9;">"So this is the guy huh? Fair warning, we can't guarantee you will be able to walk afterward."</span>
[img[$imgDir + 'mos/cam/group/nudewithfriend.jpeg']]
<<link "You can take it" "mosgrouptopplayer">><<set $mosgroupbottom = true>><</link>>
<<link "I'm gonna skip this one chief" "mosgrouptopother">><<set $mosgroupbottom = false>><</link>>
<<set $mosgroupchoice = true>>
After a nice hearty breakfast you're trying to get some administatrive work done when you hear a knock on the door. A few seconds later Mos enters the room, wearing a rather provocative outfit. You can't help but notice the bulge in her panties is throbbing.
<span style="color: #e6ccb2;">"$playername, did you know the Amazons used to capture men and keep them in the village to satisfy their shecocks? Well, I'm kind of feeling like an Amazon today. "</span>
[img[$imgDir + 'mos/events/corruption/moscorruption1.webp']]
[[Death by snu snu]]
[[Decline, too busy->Home]]
<<nobr>>
<<set $moscorruptionevent = true>>
<</nobr>><span style="color: #e6ccb2;">"An amazon who came back from the hunt, all tired and sweaty, would get one of the males to clean and bathe her. Focusing especially on some sensitive areas."</span>
[img[$imgDir + 'mos/events/corruption/moscorruption2.webp']]
<span style="color: #e6ccb2;">"Once fully clean she would continue to use his mouth for relief, and to prepare for what comes next.</span>
<i>I think I can guess what comes next</i>
[img[$imgDir + 'mos/events/corruption/moscorruption3.webp']]
[[Get in position]]
<span style="color: #e6ccb2;">"Claiming a boy's ass for the first time was a big deal, and warriors would compete over the youngest and prettiest ones. An audience would often form for deflowering particularly desired slaves."</span>
[img[$imgDir + 'mos/events/corruption/moscorruption4.webp']]
<span style="color: #e6ccb2;">"The Amazons were fit and powerful, with legendary stamina. Males would have to endure long sessions as the women had their way with them."</span>
[img[$imgDir + 'mos/events/corruption/moscorruption5.webp']]
[[Lay down]]<span style="color: #e6ccb2;">"If satisfied the huntress would mark the male with her seed, signaling her intent to claim him. The other women would then know to leave him be until she returned once again."</span>
[img[$imgDir + 'mos/events/corruption/moscorruption7.webp']]
<span style="color: #e6ccb2;">"The Amazon would then return to her hunt, leaving the male eagerly anticipating her return. The taste of her cock and cum was something he would not soon forget."</span>
<i>Thanks for the history lesson, I guess</i>
[img[$imgDir + 'mos/events/corruption/moscorruption8.webp']]
<span style="color: #e6ccb2;">"I had a lot of fun boss, we should do this again sometime!"</span>
[[She leaves you a cum covered mess->Home]]
<<nobr>>
<<set $energy-->>
<<set $mosenergy-->>
<<updatePersonality -5>>
<</nobr>>